.philco-sc-wrap { width: 100%; background: #0d7d8a; padding: 60px 24px 48px; box-sizing: border-box; font-family: 'Segoe UI', system-ui, sans-serif; }
.philco-sc-hero { text-align: center; margin-bottom: 36px; }
.philco-sc-hero h2 { font-size: 2.2rem; font-weight: 800; color: #fff; margin: 0 0 10px; letter-spacing: -.02em; }
.philco-sc-hero p  { font-size: 1rem; color: rgba(255,255,255,.78); margin: 0; }

/* Filtros */
.philco-sc-filters { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-bottom: 36px; }
.philco-sc-filter-group { display: flex; flex-direction: column; align-items: center; gap: 6px; width: 100%; max-width: 280px; }
.philco-sc-filter-group label { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.72); }
.philco-sc-select { width: 100%; height: 44px; padding: 0 40px 0 16px; background: #fff; border: none; border-radius: 8px; font-size: .95rem; color: #1a2338; cursor: pointer; appearance: none; -webkit-appearance: none; box-shadow: 0 2px 8px rgba(0,0,0,.12); outline: none; transition: box-shadow .2s; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230d7d8a' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.philco-sc-select:disabled { background-color: #e8e8e8; color: #999; cursor: not-allowed; }
.philco-sc-select:focus { box-shadow: 0 0 0 3px rgba(255,255,255,.4); }

/* Barra de resultados */
.philco-sc-bar { max-width: 980px; margin: 0 auto 16px; padding: 0 4px; display: none; }
.philco-sc-count { font-size: .85rem; color: rgba(255,255,255,.65); font-weight: 500; }

/* Grid */
.philco-sc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; max-width: 980px; margin: 0 auto; }

/* Card */
.philco-sc-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.12); transition: transform .18s, box-shadow .18s; }
.philco-sc-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,.18); }
.philco-sc-card-head { padding: 16px 18px 12px; border-bottom: 1px solid #eef0f5; }
.philco-sc-card-name { font-size: .88rem; font-weight: 800; color: #1a2338; text-transform: uppercase; letter-spacing: .01em; margin: 0 0 7px; line-height: 1.3; }
.philco-sc-badge { display: inline-flex; align-items: center; gap: 5px; padding: 3px 10px; border-radius: 100px; font-size: .7rem; font-weight: 700; letter-spacing: .03em; }
.philco-sc-badge-cred { background: rgba(26,165,82,.15); color: #0f7a3d; border: 1px solid rgba(26,165,82,.3); }
.philco-sc-badge-hom  { background: rgba(37,99,235,.10); color: #1e4fb5; border: 1px solid rgba(37,99,235,.25); }
.philco-sc-card-body { padding: 14px 18px; display: flex; flex-direction: column; gap: 8px; }
.philco-sc-field { background: #f5f7fa; border-radius: 7px; padding: 9px 12px; }
.philco-sc-field-label { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: #9aaac4; margin-bottom: 2px; }
.philco-sc-field-value { font-size: .84rem; color: #1a2338; font-weight: 500; word-break: break-word; }
.philco-sc-field-empty { font-size: .78rem; color: #c8d0e0; font-style: italic; }
.philco-sc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }

/* Skeleton loading */
.philco-sc-skel { background: rgba(255,255,255,.12); border-radius: 12px; height: 200px; animation: philcoScPulse 1.4s ease infinite; }
@keyframes philcoScPulse { 0%,100%{opacity:.5} 50%{opacity:1} }

/* Mensagem vazia / inicial */
.philco-sc-msg { grid-column: 1 / -1; text-align: center; padding: 48px 24px; }
.philco-sc-msg-icon { font-size: 2.4rem; margin-bottom: 12px; }
.philco-sc-msg-text { font-size: 1rem; color: rgba(255,255,255,.55); font-weight: 500; }

/* Paginação */
.philco-sc-pag { display: none; justify-content: center; gap: 8px; flex-wrap: wrap; margin-top: 28px; max-width: 980px; margin-left: auto; margin-right: auto; }
.philco-sc-page-btn { height: 36px; min-width: 36px; padding: 0 12px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.1); color: #fff; border-radius: 7px; cursor: pointer; font-size: .85rem; font-weight: 600; font-family: inherit; transition: .15s; }
.philco-sc-page-btn:hover:not(:disabled) { background: rgba(255,255,255,.22); }
.philco-sc-page-btn.philco-sc-active { background: #fff; color: #0d7d8a; }
.philco-sc-page-btn:disabled { opacity: .35; cursor: default; }

/* Responsivo */
@media (max-width: 600px) {
    .philco-sc-wrap { padding: 40px 16px 36px; }
    .philco-sc-hero h2 { font-size: 1.75rem; }
    .philco-sc-row { grid-template-columns: 1fr; }
}
