:root{--crc-accent:#7457ff;--crc-accent-dark:#5b3df1;--crc-ink:#17151d;--crc-muted:#6d6878;--crc-line:#e7e3ec;--crc-soft:#f6f3fb}
.crc-homepage{margin:0;background:#fbfafd;color:var(--crc-ink)}
.crc-homepage.admin-bar .crc-site-header{top:32px}
.crc-site-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px max(22px,calc((100vw - 1180px)/2));background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--crc-line);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.crc-brand{font-size:23px;font-weight:900;letter-spacing:-.04em;color:var(--crc-ink);text-decoration:none}.crc-site-tagline{font-size:13px;color:var(--crc-muted)}
.crc-home-main{min-height:calc(100vh - 160px)}.crc-site-footer{max-width:1180px;margin:40px auto 0;padding:28px 20px 38px;border-top:1px solid var(--crc-line);display:flex;justify-content:space-between;gap:20px;color:var(--crc-muted);font:14px/1.5 Inter,system-ui,sans-serif}.crc-site-footer strong{color:var(--crc-ink)}
.crc-app{--crc-bg:#f5f6f8;--crc-card:#fff;--crc-text:#191a1d;--crc-muted:#686d78;--crc-line:#e4e6eb;--crc-accent:#7457ff;max-width:1180px;margin:0 auto;padding:52px 18px 16px;color:var(--crc-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.crc-app *{box-sizing:border-box}
.crc-hero{padding:54px 44px;border:1px solid #e6e0f2;border-radius:28px;background:radial-gradient(circle at 80% 5%,rgba(116,87,255,.14),transparent 31%),linear-gradient(135deg,#fff,#faf8ff);margin-bottom:18px;box-shadow:0 18px 60px rgba(37,25,72,.06)}
.crc-kicker{display:inline-block;font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.12em;font-weight:850;color:var(--crc-accent);margin-bottom:12px}.crc-hero h1,.crc-results h2{margin:0 0 12px;line-height:1.05;letter-spacing:-.035em}.crc-hero h1{font-size:clamp(36px,5.2vw,66px);max-width:960px}.crc-hero p{margin:0;max-width:850px;font-size:18px;line-height:1.6;color:var(--crc-muted)}
.crc-trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.crc-trust-row span{padding:8px 11px;border:1px solid #e6e0f2;border-radius:999px;background:#fff;font-size:12px;font-weight:760;color:#4d4857}
.crc-search-form{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;align-items:end;background:var(--crc-card);border:1px solid var(--crc-line);border-radius:20px;padding:18px;box-shadow:0 12px 34px rgba(20,20,30,.05)}.crc-field label{display:block;font-size:13px;font-weight:780;margin:0 0 7px}.crc-field input{width:100%;height:51px;border:1px solid #d9d5e1;border-radius:12px;padding:0 14px;font-size:16px;background:#fff;color:var(--crc-text);outline:none}.crc-field input:focus{border-color:var(--crc-accent);box-shadow:0 0 0 3px rgba(116,87,255,.12)}
.crc-primary{min-height:51px;border:0;border-radius:12px;padding:0 21px;background:linear-gradient(135deg,var(--crc-accent),var(--crc-accent-dark));color:#fff;font-weight:850;font-size:14px;cursor:pointer;transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease;box-shadow:0 8px 20px rgba(116,87,255,.23)}.crc-primary:hover{transform:translateY(-1px);box-shadow:0 11px 24px rgba(116,87,255,.28)}.crc-primary:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}
.crc-automation-note,.crc-ai-selection-box{margin:13px 0 0;padding:13px 15px;border-radius:13px;font-size:13px;line-height:1.5}.crc-automation-note{background:#f8f6ff;border:1px solid #e4ddff;color:#5a526d}.crc-ai-selection-box{display:flex;gap:8px;align-items:center;flex-wrap:wrap;background:#f2fbf4;border:1px solid #d6ebda;color:#3d6547;margin-bottom:16px}.crc-ai-selection-box span{color:#59705f}
.crc-status,.crc-message{margin:16px 0;padding:14px 16px;border-radius:12px;font-size:14px}.crc-status{background:#f1efff;border:1px solid #dcd6ff}.crc-message{background:#fff5e7;border:1px solid #f1d4a3}.crc-results{margin-top:28px}.crc-results-head{display:flex;gap:20px;justify-content:space-between;align-items:center;margin-bottom:16px}.crc-results-head h2{font-size:clamp(26px,4vw,36px)}.crc-results-head p{margin:0;color:var(--crc-muted)}
.crc-group{background:var(--crc-card);border:1px solid var(--crc-line);border-radius:18px;padding:18px;margin-bottom:16px}.crc-group-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.crc-group-head h3{margin:0;font-size:20px}.crc-more{border:1px solid var(--crc-line);background:#fff;border-radius:10px;padding:9px 12px;cursor:pointer;font-weight:750}.crc-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.crc-card{position:relative;border:1px solid var(--crc-line);border-radius:14px;overflow:hidden;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.crc-card.is-selected{border-color:var(--crc-accent);box-shadow:0 0 0 2px rgba(116,87,255,.13)}.crc-check{position:absolute;z-index:2;top:9px;left:9px;width:29px;height:29px;border-radius:8px;background:#fff;display:grid;place-items:center;box-shadow:0 3px 12px rgba(0,0,0,.14)}.crc-check input{width:18px;height:18px;accent-color:var(--crc-accent)}.crc-image{aspect-ratio:4/3;background:#f2f3f5;display:flex;align-items:center;justify-content:center;overflow:hidden}.crc-image img{width:100%;height:100%;object-fit:contain;display:block}.crc-card-body{padding:11px}.crc-card-title{font-size:13px;font-weight:780;line-height:1.35;margin-bottom:7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.crc-meta{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.crc-pill{font-size:10px;font-weight:850;border-radius:999px;background:#f0f1f4;padding:4px 7px}.crc-pill.score{background:#eef9ef}.crc-source{font-size:11px;color:var(--crc-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crc-source a{color:inherit}.crc-reason{font-size:11px;color:var(--crc-muted);line-height:1.4;margin-top:7px}.crc-footer-action{text-align:center;padding:12px 0 6px}.crc-footer-action .crc-primary{min-width:250px}.crc-disclaimer{margin:25px 0 0;color:var(--crc-muted);font-size:12px;line-height:1.55}.crc-empty{padding:20px;border:1px dashed var(--crc-line);border-radius:12px;color:var(--crc-muted);text-align:center}.crc-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(116,87,255,.25);border-top-color:var(--crc-accent);border-radius:50%;animation:crc-spin .7s linear infinite;vertical-align:-2px;margin-right:8px}@keyframes crc-spin{to{transform:rotate(360deg)}}
@media(max-width:980px){.crc-search-form{grid-template-columns:1fr 1fr}.crc-search-form .crc-primary{grid-column:1/-1}.crc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:782px){.crc-homepage.admin-bar .crc-site-header{top:46px}}
@media(max-width:700px){.crc-site-header{padding:14px 16px}.crc-site-tagline{display:none}.crc-site-footer{flex-direction:column}.crc-app{padding:25px 12px 12px}.crc-hero{padding:34px 22px;border-radius:20px}.crc-hero p{font-size:16px}.crc-search-form{grid-template-columns:1fr;padding:14px}.crc-search-form .crc-primary{grid-column:auto}.crc-results-head{align-items:flex-start;flex-direction:column}.crc-results-head .crc-pdf{width:100%}.crc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crc-group{padding:14px}.crc-group-head{align-items:flex-start;flex-direction:column}.crc-more{width:100%}.crc-ai-selection-box{align-items:flex-start;flex-direction:column}}
@media(max-width:430px){.crc-grid{grid-template-columns:1fr}.crc-image{aspect-ratio:16/11}.crc-hero h1{font-size:36px}}
.crc-pill.sheet{background:#f1edff;color:#5f48c9}
