*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#0d0d0d;--white:#fff;--off:#f7f6f2;--gold:#c8a96e;--gold-lt:#e8d5b0;--gold-dk:#a0834a;--g100:#f0eeea;--g200:#dddbd5;--g400:#9e9c97;--g700:#4a4845;--ok:#16a34a;--ok-lt:#dcfce7;--warn:#f59e0b;--warn-lt:#fef3c7;--err:#dc2626;--err-lt:#fee2e2;--info:#2563eb;--info-lt:#dbeafe;--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",system-ui,sans-serif;--mono:"JetBrains Mono",monospace;--ease:cubic-bezier(.16,1,.3,1)}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--off);color:var(--black);-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes scan{0%{top:-40px}to{top:100%}}@keyframes strokeDraw{0%{stroke-dashoffset:var(--full)}to{stroke-dashoffset:var(--offset)}}@keyframes countNum{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes barGrow{0%{width:0}to{width:var(--w)}}@keyframes slideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}nav{background:var(--black);z-index:200;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;height:62px;padding:0 5%;display:flex;position:sticky;top:0}.logo{font-family:var(--serif);color:var(--white);letter-spacing:-.02em;font-size:1.35rem;font-weight:700;text-decoration:none}.logo span{color:var(--gold)}.nav-tag{letter-spacing:.18em;text-transform:uppercase;color:#ffffff40;font-size:.65rem;font-weight:600;font-family:var(--mono)}.nav-back{color:#fff6;font-size:.8rem;text-decoration:none;transition:color .2s}.nav-back:hover{color:var(--gold)}.hero{background:var(--black);text-align:center;padding:72px 5% 80px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(70% 60%,#c8a96e1a 0%,#0000 65%);position:absolute;inset:0}.hero-grid{opacity:.03;background-image:linear-gradient(var(--white) 1px,transparent 1px),linear-gradient(90deg,var(--white) 1px,transparent 1px);pointer-events:none;background-size:60px 60px;position:absolute;inset:0}.hero-scan{background:linear-gradient(to right,transparent,var(--gold),transparent);opacity:.3;pointer-events:none;height:2px;animation:4s linear infinite scan;position:absolute;left:0;right:0}.hero-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:.68rem;font-weight:700;animation:.8s both fadeIn;display:inline-flex}.hero h1{font-family:var(--serif);color:var(--white);letter-spacing:-.04em;animation:fadeUp .8s .1s var(--ease) both;margin-bottom:.85rem;font-size:clamp(2.2rem,5vw,4rem);font-weight:900;line-height:1.05}.hero h1 em{color:var(--gold);font-style:italic}.hero-sub{color:#ffffff73;max-width:520px;animation:fadeUp .8s .2s var(--ease) both;margin:0 auto 2.5rem;font-size:1rem;line-height:1.85}.audit-form{max-width:680px;animation:fadeUp .8s .3s var(--ease) both;z-index:1;margin:0 auto;position:relative}.audit-input-wrap{background:#ffffff0f;border:1.5px solid #ffffff1f;border-radius:8px;gap:.5rem;padding:.4rem .4rem .4rem .9rem;transition:border-color .25s;display:flex}.audit-input-wrap:focus-within{border-color:var(--gold);box-shadow:0 0 0 4px #c8a96e1a}.url-prefix{color:#ffffff40;font-size:.82rem;font-family:var(--mono);white-space:nowrap;flex-shrink:0;align-self:center}#audit-url{font-family:var(--mono);color:var(--white);background:0 0;border:none;outline:none;flex:1;padding:.45rem .3rem;font-size:.9rem}#audit-url::placeholder{color:#fff3}.audit-btn{background:var(--gold);color:var(--black);font-family:var(--sans);cursor:pointer;white-space:nowrap;border:none;border-radius:5px;flex-shrink:0;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.875rem;font-weight:700;transition:opacity .2s,transform .2s;display:flex}.audit-btn:hover{opacity:.88;transform:translateY(-1px)}.audit-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.audit-btn .btn-spinner{border:2px solid #0003;border-top-color:var(--black);border-radius:50%;width:14px;height:14px;animation:.7s linear infinite spin;display:none}.audit-btn.loading .btn-text{display:none}.audit-btn.loading .btn-spinner{display:block}.audit-note{color:#fff3;margin-top:.85rem;font-size:.72rem;line-height:1.6}#loading-state{text-align:center;max-width:600px;margin:0 auto;padding:48px 5%;display:none}.loading-title{font-family:var(--serif);color:var(--black);margin-bottom:.5rem;font-size:1.4rem;font-weight:700}.loading-sub{color:var(--g700);margin-bottom:2.5rem;font-size:.875rem}.loading-phases{text-align:left;flex-direction:column;gap:.6rem;max-width:400px;margin:0 auto;display:flex}.lp-item{background:var(--white);border:1px solid var(--g200);color:var(--g700);border-radius:6px;align-items:center;gap:.85rem;padding:.75rem 1rem;font-size:.85rem;transition:all .3s;display:flex}.lp-item.active{border-color:var(--gold);color:var(--black);background:#fffdf6}.lp-item.done{border-color:var(--ok);background:var(--ok-lt);color:var(--ok)}.lp-icon{background:var(--g100);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;transition:background .3s;display:flex}.lp-item.active .lp-icon{background:#c8a96e26}.lp-item.done .lp-icon{background:#16a34a26}.lp-spinner{border:2px solid #c8a96e4d;border-top-color:var(--gold);border-radius:50%;width:14px;height:14px;animation:.7s linear infinite spin}.loading-bar{background:var(--g200);border-radius:2px;height:3px;margin-top:2rem;overflow:hidden}.loading-bar-fill{background:var(--gold);height:100%;transition:width .6s var(--ease);border-radius:2px;width:0}#error-state{text-align:center;max-width:520px;margin:0 auto;padding:3rem 5%;display:none}.error-ico{margin-bottom:1rem;font-size:2.5rem}.error-title{font-family:var(--serif);color:var(--black);margin-bottom:.5rem;font-size:1.4rem;font-weight:700}.error-desc{color:var(--g700);margin-bottom:1.5rem;font-size:.875rem;line-height:1.75}.btn-retry{background:var(--black);color:var(--white);font-family:var(--sans);cursor:pointer;border:none;border-radius:6px;padding:.8rem 1.75rem;font-size:.875rem;font-weight:600;transition:opacity .2s}.btn-retry:hover{opacity:.8}#results-state{display:none}.results-header{background:var(--black);border-bottom:1px solid #ffffff14;grid-template-columns:auto 1fr;align-items:center;gap:3rem;padding:48px 5%;display:grid}.score-circle-wrap{flex-shrink:0;width:160px;height:160px;position:relative}.score-circle-wrap svg{width:100%;height:100%;transform:rotate(-90deg)}.score-bg-circle{fill:none;stroke:#ffffff12;stroke-width:9px}.score-fg-circle{fill:none;stroke-width:9px;stroke-linecap:round;transition:stroke-dashoffset 1.2s var(--ease),stroke .5s}.score-inner{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.score-num{font-family:var(--serif);color:var(--white);letter-spacing:-.05em;animation:countNum .5s .8s var(--ease) both;opacity:0;font-size:2.4rem;font-weight:900;line-height:1}.score-grade{font-family:var(--mono);color:var(--gold);letter-spacing:.12em;margin-top:.1rem;font-size:.75rem;font-weight:700}.score-label{color:#ffffff4d;text-transform:uppercase;letter-spacing:.1em;margin-top:.2rem;font-size:.58rem}.results-url{font-family:var(--mono);color:#fff6;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.65rem;font-size:.82rem;display:flex}.results-url-val{color:var(--gold);font-weight:500}.results-title{font-family:var(--serif);color:var(--white);letter-spacing:-.03em;margin-bottom:.65rem;font-size:clamp(1.3rem,2.5vw,2rem);font-weight:700;line-height:1.2}.results-summary{color:#ffffff73;max-width:580px;margin-bottom:1.25rem;font-size:.9rem;line-height:1.8}.results-meta-tags{flex-wrap:wrap;gap:.5rem;display:flex}.rmt{letter-spacing:.08em;text-transform:uppercase;border:1px solid;border-radius:100px;padding:.25rem .65rem;font-size:.65rem;font-weight:600}.rmt.ok{color:var(--ok);background:#16a34a14;border-color:#16a34a4d}.rmt.warn{color:var(--warn);background:#f59e0b14;border-color:#f59e0b4d}.rmt.err{color:var(--err);background:#dc262614;border-color:#dc26264d}.rmt.info{color:#60a5fa;background:#60a5fa14;border-color:#60a5fa4d}.results-body{grid-template-columns:1fr 340px;align-items:start;gap:1.75rem;max-width:1300px;margin:0 auto;padding:2.5rem 5%;display:grid}.section-title{font-family:var(--serif);letter-spacing:-.025em;color:var(--black);margin-bottom:1rem;font-size:1.2rem;font-weight:700}.section-subtitle{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem;font-size:.7rem;font-weight:600;display:block}.scores-grid{grid-template-columns:repeat(3,1fr);gap:.85rem;margin-bottom:1.75rem;display:grid}.score-card{background:var(--white);border:1px solid var(--g200);animation:fadeUp .5s var(--ease) both;border-radius:10px;padding:1.25rem;transition:box-shadow .2s,transform .2s}.score-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000014}.sc-top{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.sc-icon{background:var(--black);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.85rem;display:flex}.sc-badge{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:3px;padding:.22rem .55rem;font-size:.6rem;font-weight:700}.sc-badge.excellent{background:var(--ok-lt);color:var(--ok)}.sc-badge.good{background:var(--warn-lt);color:#92400e}.sc-badge.poor{background:var(--err-lt);color:var(--err)}.sc-badge.na{background:var(--g100);color:var(--g400)}.sc-name{letter-spacing:.08em;text-transform:uppercase;color:var(--g400);margin-bottom:.25rem;font-size:.72rem;font-weight:600}.sc-score{font-family:var(--serif);letter-spacing:-.05em;color:var(--black);font-size:2rem;font-weight:900;line-height:1}.sc-bar{background:var(--g100);border-radius:2px;height:4px;margin-top:.75rem;overflow:hidden}.sc-bar-fill{--w:0%;height:100%;animation:barGrow .9s 1s var(--ease) both;border-radius:2px}.checks-block{background:var(--white);border:1px solid var(--g200);border-radius:10px;margin-bottom:1.75rem;overflow:hidden}.checks-category{border-bottom:1px solid var(--g100)}.checks-category:last-child{border-bottom:none}.checks-cat-head{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;transition:background .2s;display:flex}.checks-cat-head:hover{background:var(--off)}.cch-left{align-items:center;gap:.75rem;display:flex}.cch-ico{background:var(--black);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.75rem;display:flex}.cch-name{color:var(--black);letter-spacing:-.01em;font-size:.9rem;font-weight:700}.cch-right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.cch-score-badge{font-family:var(--mono);border-radius:4px;padding:.2rem .55rem;font-size:.78rem;font-weight:700}.cch-arrow{color:var(--g400);font-size:.75rem;transition:transform .25s}.checks-cat-head.open .cch-arrow{transform:rotate(90deg)}.checks-cat-body{padding:.25rem 0;display:none}.checks-cat-body.open{display:block}.check-row{border-top:1px solid var(--g100);grid-template-columns:22px 1fr auto;align-items:start;gap:.75rem;padding:.75rem 1.25rem;transition:background .15s;display:grid}.check-row:first-child{border-top:none}.check-row:hover{background:var(--off)}.cr-status{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:.1rem;font-size:.65rem;display:flex}.cr-status.pass{background:var(--ok-lt);color:var(--ok)}.cr-status.fail{background:var(--err-lt);color:var(--err)}.cr-status.warn{background:var(--warn-lt);color:#92400e}.cr-status.info{background:var(--info-lt);color:var(--info)}.cr-label{color:var(--black);margin-bottom:.18rem;font-size:.85rem;font-weight:600;line-height:1.3}.cr-detail{color:var(--g700);font-size:.77rem;line-height:1.6}.cr-value{font-family:var(--mono);color:var(--g400);text-align:right;white-space:nowrap;text-overflow:ellipsis;max-width:130px;margin-top:.1rem;font-size:.7rem;overflow:hidden}.cr-fix{color:var(--gold);border-left:2px solid var(--gold);background:#c8a96e14;border-radius:0 3px 3px 0;margin-top:.3rem;padding:.22rem .5rem;font-size:.72rem;font-weight:500;line-height:1.5}.issues-block{background:var(--white);border:1px solid var(--g200);border-radius:10px;margin-bottom:1.75rem;overflow:hidden}.issues-tabs{border-bottom:1px solid var(--g200);display:flex}.issue-tab{text-align:center;cursor:pointer;color:var(--g400);-webkit-user-select:none;user-select:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.75rem .5rem;font-size:.75rem;font-weight:600;transition:color .2s,border-color .2s;display:flex}.issue-tab.active{color:var(--black);border-color:var(--gold)}.issue-tab-count{font-family:var(--mono);border-radius:3px;padding:.1rem .35rem;font-size:.65rem;font-weight:700}.issue-tab.crit .issue-tab-count{background:var(--err-lt);color:var(--err)}.issue-tab.warn .issue-tab-count{background:var(--warn-lt);color:#92400e}.issue-tab.pass .issue-tab-count{background:var(--ok-lt);color:var(--ok)}.issues-content{min-height:80px;padding:.5rem 0}.issue-pane{display:none}.issue-pane.active{display:block}.issue-item{border-bottom:1px solid var(--g100);align-items:flex-start;gap:.85rem;padding:.85rem 1.25rem;display:flex}.issue-item:last-child{border-bottom:none}.ii-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.32rem}.ii-dot.crit{background:var(--err)}.ii-dot.warn{background:var(--warn)}.ii-dot.pass{background:var(--ok)}.ii-title{color:var(--black);margin-bottom:.18rem;font-size:.85rem;font-weight:600}.ii-desc{color:var(--g700);font-size:.77rem;line-height:1.6}.ii-impact{letter-spacing:.08em;text-transform:uppercase;border-radius:3px;margin-top:.35rem;padding:.15rem .45rem;font-size:.65rem;font-weight:700;display:inline-block}.ii-impact.high{background:var(--err-lt);color:var(--err)}.ii-impact.medium{background:var(--warn-lt);color:#92400e}.ii-impact.low{background:var(--ok-lt);color:var(--ok)}.issues-empty{text-align:center;color:var(--g400);padding:1.5rem;font-size:.85rem}.ai-block{background:var(--black);border-radius:10px;margin-bottom:1.75rem;padding:1.5rem}.ai-block-head{border-bottom:1px solid #ffffff14;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.ai-title{font-family:var(--serif);color:var(--white);letter-spacing:-.02em;font-size:1rem;font-weight:700}.ai-badge{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);background:#c8a96e1a;border:1px solid #c8a96e33;border-radius:100px;padding:.22rem .55rem;font-size:.58rem;font-weight:700}.ai-loading{text-align:center;color:#ffffff4d;justify-content:center;align-items:center;gap:.65rem;padding:2rem;font-size:.85rem;display:flex}.ai-spinner{border:2px solid #c8a96e33;border-top-color:var(--gold);border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite spin}.rec-list{flex-direction:column;gap:.6rem;display:flex}.rec-item{animation:slideIn .4s var(--ease) both;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:7px;padding:1rem 1.1rem}.rec-item:hover{background:#ffffff0f}.rec-top{align-items:center;gap:.6rem;margin-bottom:.5rem;display:flex}.rec-priority{letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border-radius:3px;padding:.18rem .5rem;font-size:.58rem;font-weight:700}.rec-priority.critical{color:#f87171;background:#dc262633}.rec-priority.high{color:var(--warn);background:#f59e0b26}.rec-priority.medium{color:var(--gold);background:#c8a96e1a}.rec-priority.low{color:#4ade80;background:#16a34a1a}.rec-category{color:#ffffff40;letter-spacing:.08em;text-transform:uppercase;font-size:.65rem}.rec-title{color:var(--white);margin-bottom:.35rem;font-size:.9rem;font-weight:600;line-height:1.35}.rec-desc{color:#fff6;font-size:.78rem;line-height:1.65}.rec-impact{color:#c8a96e99;margin-top:.45rem;font-size:.7rem;font-style:italic}.psi-block{background:var(--white);border:1px solid var(--g200);border-radius:10px;margin-bottom:1.25rem;padding:1.25rem}.psi-title{letter-spacing:.14em;text-transform:uppercase;color:var(--g400);margin-bottom:1rem;font-size:.72rem;font-weight:700}.psi-scores{grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:1rem;display:grid}.psi-score-item{background:var(--off);text-align:center;border:1px solid var(--g200);border-radius:7px;padding:.85rem .75rem}.psi-score-num{font-family:var(--serif);letter-spacing:-.04em;font-size:1.6rem;font-weight:900;line-height:1}.psi-score-label{color:var(--g400);text-transform:uppercase;letter-spacing:.08em;margin-top:.2rem;font-size:.62rem}.cwv-block{background:var(--white);border:1px solid var(--g200);border-radius:10px;margin-bottom:1.25rem;padding:1.25rem}.cwv-item{border-bottom:1px solid var(--g100);justify-content:space-between;align-items:center;padding:.7rem 0;display:flex}.cwv-item:last-child{border-bottom:none}.cwv-name{color:var(--black);margin-bottom:.12rem;font-size:.82rem;font-weight:600}.cwv-desc{color:var(--g400);font-size:.68rem}.cwv-val{font-family:var(--mono);white-space:nowrap;border-radius:4px;padding:.22rem .6rem;font-size:.88rem;font-weight:700}.cwv-val.good{background:var(--ok-lt);color:var(--ok)}.cwv-val.needs{background:var(--warn-lt);color:#92400e}.cwv-val.poor{background:var(--err-lt);color:var(--err)}.cwv-val.na{background:var(--g100);color:var(--g400)}.details-block{background:var(--white);border:1px solid var(--g200);border-radius:10px;margin-bottom:1.25rem;padding:1.25rem}.detail-row{border-bottom:1px solid var(--g100);justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem 0;font-size:.82rem;display:flex}.detail-row:last-child{border-bottom:none}.dr-label{color:var(--g700);flex-shrink:0}.dr-val{font-family:var(--mono);color:var(--black);text-align:right;word-break:break-all;font-size:.78rem;font-weight:500}.reaudit-btn{text-align:center;background:var(--black);width:100%;color:var(--white);font-family:var(--sans);cursor:pointer;border:none;border-radius:6px;margin-bottom:.65rem;padding:.8rem;font-size:.85rem;font-weight:600;transition:opacity .2s;display:block}.reaudit-btn:hover{opacity:.8}.new-audit-btn{text-align:center;width:100%;color:var(--g700);border:1.5px solid var(--g200);font-family:var(--sans);cursor:pointer;background:0 0;border-radius:6px;padding:.7rem;font-size:.82rem;font-weight:500;transition:border-color .2s,color .2s;display:block}.new-audit-btn:hover{border-color:var(--black);color:var(--black)}@media (width<=1020px){.results-body{grid-template-columns:1fr}.sidebar{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.scores-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.results-header{text-align:center;grid-template-columns:1fr}.score-circle-wrap{margin:0 auto}.results-meta-tags{justify-content:center}.audit-input-wrap{flex-direction:column;gap:.35rem}.url-prefix{display:none}.sidebar{grid-template-columns:1fr}.scores-grid,.psi-scores{grid-template-columns:1fr 1fr}}@media (width<=480px){.scores-grid{grid-template-columns:1fr}}
