@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700;800&display=swap";
:root{--brand-green:#009c3b;--brand-green-deep:#00753c;--brand-yellow:#ffdf00;--brand-yellow-deep:#f5c518;--brand-blue:#002776;--brand-blue-deep:#00184a;--brand-red:#c8102e;--surface-cream:#fff8e1;--surface-cream-soft:#fff3c4;--surface-night:#0a0f1d;--surface-night-soft:#14182a;--ink-night:#0a0f1d;--ink-soft:#3a3f52;--ink-cream:#fffdf2;--ink-muted:#fffdf29e;--shadow-card:0 24px 60px -20px #00184a73;--shadow-card-hover:0 30px 80px -20px #00184a99;--font-display:"Bebas Neue","Anton","Impact","Arial Narrow",sans-serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{background:var(--surface-night);color:var(--ink-cream);font-family:var(--font-body);min-height:100%;margin:0;padding:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page{background:radial-gradient(1200px 600px at 100% -10%,#009c3b2e,#0000 60%),radial-gradient(900px 500px at -10% 20%,#f5c5181f,#0000 60%),linear-gradient(#0a0f1d 0%,#14182a 100%);min-height:100vh;position:relative;overflow:hidden}.page:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(0deg,#ffffff05 0 1px,#0000 1px 32px),repeating-linear-gradient(90deg,#ffffff05 0 1px,#0000 1px 32px);position:absolute;inset:0;-webkit-mask-image:radial-gradient(at top,#000 30%,#0000 90%);mask-image:radial-gradient(at top,#000 30%,#0000 90%)}.container{z-index:1;max-width:1180px;margin:0 auto;padding:0 24px;position:relative}.topbar{z-index:2;border-bottom:1px solid #ffdf001f;justify-content:space-between;align-items:center;padding:22px 24px;display:flex;position:relative}.topbar-brand{font-family:var(--font-display);letter-spacing:.06em;color:var(--brand-yellow);align-items:center;gap:12px;font-size:28px;display:flex}.topbar-brand-mark{background:linear-gradient(135deg,var(--brand-yellow),var(--brand-green));width:38px;height:38px;color:var(--brand-blue-deep);font-weight:800;font-family:var(--font-body);border-radius:12px;place-items:center;display:grid}.topbar-nav{text-transform:uppercase;letter-spacing:.12em;color:var(--ink-muted);gap:24px;font-size:13px;font-weight:600;display:flex}.topbar-nav a:hover{color:var(--brand-yellow)}.hero{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:center;gap:48px;padding:64px 24px 40px;display:grid;position:relative}.hero-eyebrow{color:var(--brand-yellow);text-transform:uppercase;letter-spacing:.18em;background:#ffdf001f;border:1px solid #ffdf0059;border-radius:999px;align-items:center;gap:10px;margin-bottom:22px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex}.hero-eyebrow:before{content:"★";color:var(--brand-yellow);font-size:14px}.hero-title{font-family:var(--font-display);letter-spacing:.01em;color:var(--ink-cream);text-transform:uppercase;margin:0 0 22px;font-size:clamp(56px,8vw,104px);line-height:.92}.hero-title em{background:linear-gradient(180deg,var(--brand-yellow)0%,var(--brand-yellow-deep)70%,#a87f00 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal;display:inline-block}.hero-sub{color:var(--ink-muted);max-width:540px;margin:0 0 28px;font-size:18px;line-height:1.55}.hero-meta{color:var(--ink-muted);flex-wrap:wrap;gap:24px;font-size:13px;display:flex}.hero-meta-item{align-items:center;gap:8px;display:flex}.hero-meta-dot{background:var(--brand-green);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse;box-shadow:0 0 0 4px #009c3b2e}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.hero-art{aspect-ratio:1;max-width:460px;margin-left:auto;position:relative}.hero-art-frame{background:radial-gradient(circle at 30% 30%,#ffdf0066,transparent 65%),linear-gradient(135deg,var(--brand-green)0%,var(--brand-blue)100%);box-shadow:var(--shadow-card);border-radius:32px;position:absolute;inset:0;overflow:hidden}.hero-art-frame:after{content:"";background:radial-gradient(at 50% 95%,#00000080,#0000 50%);position:absolute;inset:0}.hero-art-img{object-fit:cover;object-position:center 30%;filter:contrast(1.05)saturate(1.1);width:100%;height:100%;position:absolute;inset:0}.hero-art-stamp{z-index:2;font-family:var(--font-display);letter-spacing:.08em;color:var(--brand-yellow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000008c;border:1px solid #ffdf004d;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;font-size:18px;display:flex;position:absolute;bottom:18px;left:18px;right:18px}.hero-art-stamp small{font-family:var(--font-body);letter-spacing:.16em;color:var(--ink-muted);text-transform:uppercase;font-size:10px;font-weight:600;display:block}@media (max-width:880px){.hero{grid-template-columns:1fr;gap:32px;padding-top:32px}.hero-art{max-width:320px;margin:0 auto}}.section-head{border-bottom:1px solid #ffdf001a;justify-content:space-between;align-items:flex-end;gap:24px;padding:40px 24px 20px;display:flex}.section-head h2{font-family:var(--font-display);letter-spacing:.04em;color:var(--ink-cream);text-transform:uppercase;margin:0;font-size:44px}.section-head h2 span{color:var(--brand-yellow)}.section-head p{color:var(--ink-muted);text-align:right;max-width:360px;margin:0;font-size:13px}.picks{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:28px;padding:36px 24px 80px;display:grid}.card{background:linear-gradient(180deg,#fff8e10a 0%,#fff8e105 100%),var(--surface-night-soft);box-shadow:var(--shadow-card);border:1px solid #ffdf0029;border-radius:22px;flex-direction:column;padding:0;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.card:hover{box-shadow:var(--shadow-card-hover);border-color:#ffdf0073;transform:translateY(-4px)}.card-stripe{background:linear-gradient(90deg,var(--brand-green)0%,var(--brand-yellow)50%,var(--brand-green)100%);height:6px}.card-badge{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;border-radius:999px;align-items:center;gap:10px;width:fit-content;margin:22px 22px 0;padding:7px 14px;font-size:13px;display:inline-flex}.card-badge.gold{background:linear-gradient(135deg,var(--brand-yellow),var(--brand-yellow-deep));color:var(--brand-blue-deep);border:1px solid #d4a500}.card-badge.green{background:linear-gradient(135deg,var(--brand-green),var(--brand-green-deep));color:var(--brand-yellow);border:1px solid #007030}.card-badge.yellow{color:var(--brand-yellow);background:#ffdf001f;border:1px solid #ffdf0066}.card-badge-bruxo{background:var(--brand-blue-deep);width:22px;height:22px;color:var(--brand-yellow);font-family:var(--font-body);border-radius:50%;flex-shrink:0;place-items:center;font-size:11px;font-weight:800;display:grid}.card-meta{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:10px;padding:14px 22px 6px;font-size:11px;font-weight:600;display:flex}.card-meta img{object-fit:contain;filter:brightness(0)invert()opacity(.5);width:18px;height:18px}.card-teams{grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:6px 22px 18px;display:grid}.card-team{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.card-team-logo{object-fit:contain;background:#ffffff0f;border-radius:50%;width:56px;height:56px;padding:6px}.card-team-name{font-family:var(--font-display);letter-spacing:.04em;color:var(--ink-cream);font-size:18px;line-height:1.1}.card-vs{font-family:var(--font-display);color:var(--brand-yellow);letter-spacing:.1em;font-size:22px}.card-kickoff{color:var(--ink-muted);text-align:center;margin-bottom:14px;padding:0 22px;font-size:12px}.card-market{color:var(--ink-cream);background:#00277659;border:1px solid #ffdf002e;border-radius:14px;margin:0 22px;padding:14px 16px;font-size:14px;font-weight:600;line-height:1.35}.card-market-label{text-transform:uppercase;letter-spacing:.18em;color:var(--brand-yellow);margin-bottom:6px;font-size:10px;font-weight:700;display:block}.card-selections{flex-direction:column;gap:6px;margin:14px 22px 0;display:flex}.card-sel{color:var(--ink-cream);background:#ffffff08;border-radius:10px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:13px;display:flex}.card-sel-odd{font-family:var(--font-display);color:var(--brand-yellow);letter-spacing:.04em;font-size:18px}.card-combo{background:linear-gradient(90deg,#ffdf0024,#009c3b1a);border:1px dashed #ffdf004d;border-radius:12px;justify-content:space-between;align-items:center;margin:14px 22px 0;padding:12px 16px;display:flex}.card-combo-label{text-transform:uppercase;letter-spacing:.16em;color:var(--ink-muted);font-size:11px;font-weight:700}.card-combo-odd{font-family:var(--font-display);color:var(--brand-yellow);letter-spacing:.04em;text-shadow:0 1px #0006;font-size:32px}.card-justify{color:var(--ink-cream);opacity:.92;margin:18px 22px 0;font-size:13.5px;line-height:1.5}.card-bullets{border-left:3px solid var(--brand-green);color:var(--ink-muted);background:#00000040;border-radius:12px;margin:14px 22px 22px;padding:14px 16px;font-size:12.5px;line-height:1.45;list-style:none}.card-bullets li{gap:8px;padding:4px 0;display:flex}.card-bullets li:before{content:"▸";color:var(--brand-yellow);flex-shrink:0}.card-cta{color:#fff;font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:linear-gradient(#ff8b0f 0%,#e26100 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;margin:auto 22px 22px;padding:16px 18px;font-size:18px;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 10px 24px -8px #ff8b0f8c}.card-cta:hover{transform:translateY(-2px);box-shadow:0 16px 30px -8px #ff8b0fb3}.card-cta:after{content:"→";font-family:var(--font-body);font-weight:700}.card-audit{color:#fffdf26b;letter-spacing:.02em;border-top:1px dashed #ffffff14;padding:14px 22px 22px;font-size:10.5px;line-height:1.5}.card-audit details summary{cursor:pointer;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.14em;margin-bottom:8px;font-size:10px;font-weight:600}.card-audit details[open] summary{color:var(--brand-yellow)}.card-audit code{color:var(--brand-yellow);background:#ffdf0014;border-radius:3px;padding:1px 4px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:10px}.card-audit ul{margin:6px 0 0;padding-left:14px}.card-audit li{padding:2px 0}.footer{text-align:center;color:var(--ink-muted);border-top:1px solid #ffdf001a;padding:32px 24px 48px;font-size:12px;line-height:1.6}.footer strong{color:var(--brand-yellow)}.footer-warning{color:#fff6;max-width:720px;margin-top:18px;margin-left:auto;margin-right:auto;font-size:11px}.empty{text-align:center;background:#00000040;border:1px dashed #ffdf004d;border-radius:22px;margin:40px 24px;padding:56px 32px}.empty h3{font-family:var(--font-display);color:var(--brand-yellow);letter-spacing:.04em;margin:0 0 12px;font-size:36px}.empty p{max-width:480px;color:var(--ink-muted);margin:0 auto 20px;font-size:14px}.empty-retry{background:var(--brand-yellow);color:var(--brand-blue-deep);font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;padding:12px 24px;font-size:13px;font-weight:700;text-decoration:none;display:inline-block}.cmp-hero{padding:56px 24px 32px}.cmp-hero-title{font-family:var(--font-display);letter-spacing:.01em;color:var(--ink-cream);text-transform:uppercase;margin:0 0 20px;font-size:clamp(40px,6.5vw,88px);line-height:.95}.cmp-hero-title em{background:linear-gradient(180deg,var(--brand-yellow)0%,var(--brand-yellow-deep)70%,#a87f00 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.cmp-hero-sub{color:var(--ink-muted);max-width:620px;margin:0 0 24px;font-size:17px;line-height:1.55}.cmp-slots{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:16px;margin:24px 0 8px;display:grid}@media (max-width:768px){.cmp-slots{grid-template-columns:1fr;gap:24px}}.cmp-slots-vs{font-family:var(--font-display);letter-spacing:.1em;color:var(--brand-yellow);text-shadow:0 0 30px #ffdf004d;align-self:center;padding:0 12px;font-size:32px}@media (max-width:768px){.cmp-slots-vs{display:none}}.cmp-slot{background:var(--surface-night-soft);border:1px solid #ffdf0029;border-radius:20px;flex-direction:column;gap:12px;min-height:220px;padding:16px;display:flex;position:relative}.cmp-slot[data-slot=A]{border-left:3px solid var(--brand-green)}.cmp-slot[data-slot=B]{border-left:3px solid var(--brand-blue)}.cmp-slot-label{justify-content:space-between;align-items:center;display:flex}.cmp-slot-pill{color:var(--brand-yellow);font-family:var(--font-display);letter-spacing:.14em;background:#ffdf001f;border-radius:999px;padding:4px 10px;font-size:12px;display:inline-block}.cmp-slot-pill-hint{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.1em;font-size:11px}.cmp-slot-empty{cursor:pointer;background:#00000040;border:1px dashed #ffdf002e;border-radius:14px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;padding:24px 12px;display:flex}.cmp-slot-empty-mark{width:44px;height:44px;color:var(--brand-yellow);font-family:var(--font-display);background:#ffdf0026;border-radius:50%;place-items:center;font-size:28px;display:grid}.cmp-slot-empty-text{color:var(--ink-muted);text-align:center;font-size:13px}.cmp-slot-card{background:linear-gradient(90deg,#ffffff0a 0%,var(--team-accent,var(--brand-green))200%);border:1px solid #ffffff0f;border-radius:14px;grid-template-columns:64px 1fr auto;align-items:center;gap:14px;padding:12px;display:grid}.cmp-slot-photo{object-fit:cover;background:#ffffff0f;border-radius:50%;width:64px;height:64px}.cmp-slot-card-info{min-width:0}.cmp-slot-card-name{font-family:var(--font-display);letter-spacing:.04em;color:var(--ink-cream);text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:22px;line-height:1.1;overflow:hidden}.cmp-slot-card-meta{color:var(--ink-muted);align-items:center;gap:6px;font-size:12px;display:flex}.cmp-slot-card-meta img{object-fit:contain;width:16px;height:16px}.cmp-slot-card-clear{width:36px;height:36px;color:var(--ink-cream);cursor:pointer;background:#00000059;border:1px solid #ffffff1a;border-radius:50%;font-size:20px;line-height:1}.cmp-slot-card-clear:hover{background:var(--brand-red);border-color:var(--brand-red)}.cmp-slot-search{position:relative}.cmp-slot-input{width:100%;color:var(--ink-cream);font-family:var(--font-body);background:#00000059;border:1px solid #ffdf002e;border-radius:10px;outline:none;padding:12px 14px;font-size:14px}.cmp-slot-input::placeholder{color:#ffffff59}.cmp-slot-input:focus{border-color:var(--brand-yellow);background:#00000080}.cmp-slot-dropdown{z-index:50;background:#1a1f33;border:1px solid #ffdf0047;border-radius:12px;max-height:320px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 24px 40px -12px #0009}.cmp-slot-dropdown-empty{color:var(--ink-muted);text-align:center;padding:16px;font-size:13px;line-height:1.5}.cmp-slot-option{width:100%;color:var(--ink-cream);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;grid-template-columns:36px 1fr 22px;align-items:center;gap:10px;padding:8px 10px;display:grid}.cmp-slot-option:hover{background:#ffdf001a}.cmp-slot-option-photo{object-fit:cover;background:#ffffff0f;border-radius:50%;width:36px;height:36px}.cmp-slot-option-text{flex-direction:column;min-width:0;display:flex}.cmp-slot-option-text strong{font-family:var(--font-body);color:var(--ink-cream);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.cmp-slot-option-text small{color:var(--ink-muted);font-size:11px}.cmp-slot-option-logo{object-fit:contain;width:22px;height:22px}.cmp-bars{background:var(--surface-night-soft);border:1px solid #ffdf0029;border-radius:20px;margin-bottom:32px;padding:24px 20px}.cmp-bars-head{border-bottom:1px solid #ffffff0f;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin-bottom:18px;padding-bottom:20px;display:grid}.cmp-bars-head-player{align-items:center;gap:12px;min-width:0;display:flex}.cmp-bars-head-player[data-side=b]{text-align:right;flex-direction:row;justify-content:flex-end}.cmp-bars-head-player img{object-fit:cover;border:2px solid var(--team-accent);background:#ffffff0f;border-radius:50%;width:56px;height:56px}.cmp-bars-head-name{font-family:var(--font-display);letter-spacing:.04em;color:var(--ink-cream);font-size:20px;line-height:1.1}.cmp-bars-head-team{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:4px;font-size:11px}.cmp-bars-head-vs{font-family:var(--font-display);color:var(--brand-yellow);letter-spacing:.1em;padding:0 6px;font-size:28px}@media (max-width:480px){.cmp-bars-head-name{font-size:16px}.cmp-bars-head-player img{width:44px;height:44px}}.cmp-bars-grid{flex-direction:column;gap:22px;display:flex}.cmp-bars-row{grid-template-columns:1fr;gap:8px;display:grid}@media (min-width:768px){.cmp-bars-row{grid-template-columns:1fr}}.cmp-bars-row-label-mobile{display:block}.cmp-bars-row-label-desktop{display:none}@media (min-width:768px){.cmp-bars-row-label-mobile{display:none}.cmp-bars-row-label-desktop{text-align:center;margin-top:4px;display:block}}.cmp-bars-row-label-mobile span,.cmp-bars-row-label-desktop span{font-family:var(--font-display);letter-spacing:.04em;color:var(--brand-yellow);text-transform:uppercase;font-size:16px;display:block}.cmp-bars-row-label-mobile small,.cmp-bars-row-label-desktop small{color:var(--ink-muted);margin-top:2px;font-size:11px;display:block}.cmp-bars-row-values{grid-template-columns:56px 1fr 56px;align-items:center;gap:10px;display:grid}.cmp-bars-row-value{font-family:var(--font-display);letter-spacing:.03em;color:var(--ink-muted);text-align:center;font-size:22px;transition:color .2s}.cmp-bars-row-value.left{color:var(--accent-a)}.cmp-bars-row-value.right{color:var(--accent-b)}.cmp-bars-row-value.winner{color:var(--brand-yellow);text-shadow:0 0 16px #ffdf0066;font-size:26px}.cmp-bars-row-value.tie{color:var(--ink-cream);opacity:.85}.cmp-bars-row-svg{width:100%;height:22px;display:block}.cmp-bars-audit{color:var(--ink-muted);border-top:1px dashed #ffffff14;margin-top:28px;padding-top:18px;font-size:11.5px}.cmp-bars-audit summary{cursor:pointer;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.14em;margin-bottom:10px;font-size:10px;font-weight:600}.cmp-bars-audit summary:hover{color:var(--brand-yellow)}.cmp-bars-audit ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.cmp-bars-audit li{background:#00000040;border-radius:8px;padding:8px 12px;line-height:1.5}.cmp-bars-audit strong{color:var(--ink-cream)}.cmp-props{grid-template-columns:1fr 1fr;gap:20px;padding-bottom:80px;display:grid}@media (max-width:768px){.cmp-props{grid-template-columns:1fr}}.cmp-props-block{background:var(--surface-night-soft);border:1px solid #ffdf0029;border-radius:18px;flex-direction:column;gap:14px;padding:18px;display:flex}.cmp-props-block:before{content:"";background:linear-gradient(90deg,transparent 0%,var(--team-accent,var(--brand-yellow))50%,transparent 100%);border-radius:4px;height:4px;margin:-8px -8px 0;display:block}.cmp-props-block.ghost{background:#0003;border-style:dashed;justify-content:center;align-items:center;min-height:240px}.cmp-props-ghost-text{color:var(--ink-muted);text-align:center;padding:20px;font-size:14px}.cmp-props-block-head{border-bottom:1px solid #ffffff0f;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;padding-bottom:14px;display:grid}.cmp-props-block-head img{object-fit:cover;background:#ffffff0f;border-radius:50%;width:48px;height:48px}.cmp-props-block-name{font-family:var(--font-display);letter-spacing:.04em;color:var(--ink-cream);font-size:19px;line-height:1.1}.cmp-props-block-meta{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:6px;margin-top:4px;font-size:11px;display:flex}.cmp-props-block-meta img{width:14px;height:14px}.cmp-props-block-fixture{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.12em;text-align:right;align-self:start;padding-top:4px;font-size:10px}.cmp-props-block-fixture strong{color:var(--brand-yellow)}.cmp-props-cards{grid-template-columns:1fr 1fr;gap:10px;display:grid}@media (max-width:480px){.cmp-props-cards{grid-template-columns:1fr}}.cmp-prop-card{background:#0027764d;border:1px solid #ffdf0026;border-radius:12px;flex-direction:column;gap:6px;padding:12px;display:flex}.cmp-prop-card-head{justify-content:space-between;align-items:center;display:flex}.cmp-prop-card-chip{color:var(--brand-yellow);font-family:var(--font-display);letter-spacing:.12em;background:#ffdf002e;border-radius:999px;padding:3px 8px;font-size:10px;display:inline-block}.cmp-prop-card-implied{color:var(--ink-muted);font-size:10px;font-weight:600}.cmp-prop-card-name{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:4px;font-size:11px}.cmp-prop-card-value{color:var(--ink-cream);font-size:13px;font-weight:600;line-height:1.3}.cmp-prop-card-odd{justify-content:center;margin:8px 0 6px;display:flex}.cmp-prop-card-odd span{font-family:var(--font-display);color:var(--brand-yellow);letter-spacing:.04em;text-shadow:0 1px #0006;font-size:28px}.cmp-prop-card-cta{color:#fff;font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;text-align:center;background:linear-gradient(#ff8b0f 0%,#e26100 100%);border-radius:10px;padding:10px;font-size:13px;text-decoration:none;display:block;box-shadow:0 6px 14px -4px #ff8b0f8c}.cmp-prop-card-cta:hover{filter:brightness(1.08)}.cmp-props-empty-box{text-align:center;background:#00000047;border:1px dashed #ffdf0040;border-radius:12px;padding:28px 18px}.cmp-props-empty-icon{margin-bottom:8px;font-size:32px}.cmp-props-empty-title{font-family:var(--font-display);letter-spacing:.04em;color:var(--brand-yellow);margin-bottom:6px;font-size:18px}.cmp-props-empty-body{color:var(--ink-muted);max-width:320px;margin:0 auto 14px;font-size:13px;line-height:1.5}.cmp-props-empty-retry{background:var(--brand-yellow);color:var(--brand-blue-deep);font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border:none;border-radius:999px;padding:9px 18px;font-size:12px;font-weight:700}.cmp-audit-note{border-left:3px solid var(--brand-yellow);color:var(--ink-muted);text-align:left;background:#ffdf000d;border-radius:4px;max-width:720px;margin-top:14px;margin-left:auto;margin-right:auto;padding:12px 16px;font-size:11.5px;line-height:1.5}.footer code{color:var(--brand-yellow);background:#ffdf001a;border-radius:3px;padding:1px 4px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:10.5px}
