*,*:before,*:after{box-sizing:border-box}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:#0f172a}#root{min-height:100vh}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;gap:5px;z-index:201}.hamburger-line{display:block;width:24px;height:2px;background:#94a3b8;border-radius:1px;transition:transform .25s,opacity .25s}.hamburger-open .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-open .hamburger-line:nth-child(2){opacity:0}.hamburger-open .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:930px){.hamburger{display:flex}.header-inner .header-nav{display:none;position:fixed;inset:0;background:#0f172aee;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-direction:column;align-items:center;justify-content:center;gap:1.75rem;z-index:200}.header-inner .header-nav-open{display:flex}.header-nav a{font-size:1.2rem}}.logo-sun{background:none;border:none;padding:0;margin:0;font-size:1.75rem;line-height:1;cursor:pointer;display:inline-block;transform-origin:50% 50%;-webkit-tap-highlight-color:transparent;transition:filter .2s,transform .2s}.logo-sun:hover{filter:drop-shadow(0 0 6px rgba(251,191,36,.65));transform:scale(1.08)}.logo-sun:focus-visible{outline:2px solid #fbbf24;outline-offset:3px;border-radius:8px}@keyframes logo-spin{to{transform:rotate(360deg)}}@keyframes logo-launch{to{transform:rotate(360deg) scale(1.25)}}.logo-sun.spin-1{animation:logo-spin 1.1s linear infinite;filter:drop-shadow(0 0 5px rgba(251,191,36,.55))}.logo-sun.spin-2{animation:logo-spin .5s linear infinite;filter:drop-shadow(0 0 9px rgba(251,191,36,.75))}.logo-sun.is-launching{animation:logo-launch .18s linear infinite;filter:drop-shadow(0 0 16px rgba(251,191,36,.95))}@media(prefers-reduced-motion:reduce){.logo-sun.spin-1,.logo-sun.spin-2,.logo-sun.is-launching{animation:none}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#0f172a;color:#e2e8f0;line-height:1.6}a{color:#60a5fa;text-decoration:none}a:hover{text-decoration:underline}.page{min-height:100vh;display:flex;flex-direction:column}.page-content{flex:1}.header-inner,.hero-inner,.section-inner,.footer-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{background:#0f172a;border-bottom:1px solid #1e293b;position:sticky;top:0;z-index:100;padding:.875rem 0}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo-area{display:flex;align-items:center;gap:.75rem}.logo-icon{font-size:1.75rem;line-height:1}.site-title{font-size:1.25rem;font-weight:700;color:#f1f5f9;letter-spacing:-.02em}.site-tagline{font-size:.75rem;color:#64748b;margin-top:.1rem}.header-nav{display:flex;gap:2rem}.header-nav a{color:#94a3b8;font-size:.9rem;font-weight:500;transition:color .15s}.header-nav a:hover{color:#f1f5f9;text-decoration:none}.nav-active{color:#f1f5f9!important}.map-section,.state-list-section,.about-section,.products-section,.faq-section,.resources-section{scroll-margin-top:5rem}.hero{background:linear-gradient(135deg,#0f172a,#1e293b,#0f2a1a);padding:5rem 0 4rem;text-align:center;border-bottom:1px solid #1e293b}.hero-badge{display:inline-block;background:#14532d;color:#4ade80;border:1px solid #16a34a;border-radius:999px;font-size:.8rem;font-weight:600;padding:.3rem 1rem;margin-bottom:1.5rem;letter-spacing:.03em}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#f8fafc;letter-spacing:-.03em;line-height:1.15;max-width:720px;margin:0 auto 1.25rem}.hero-subtitle{font-size:1.125rem;color:#94a3b8;max-width:600px;margin:0 auto 3rem;line-height:1.7}.hero-answer{font-size:1rem;color:#e2e8f0;background:#22c55e14;border:1px solid rgba(34,197,94,.2);border-radius:.75rem;padding:1rem 1.5rem;max-width:640px;margin:0 auto 2.5rem;line-height:1.7;font-weight:500}.hero-stats{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.stat-card{background:#1e293b;border:1px solid #334155;border-radius:.75rem;padding:1.25rem 1.75rem;text-align:center;min-width:130px}.stat-card.stat-passed{border-color:#16a34a}.stat-card.stat-advancing{border-color:#14b8a6}.stat-card.stat-introduced{border-color:#3b82f6}.stat-card.stat-deferred{border-color:#eab308}.stat-num{display:block;font-size:2.5rem;font-weight:800;color:#f1f5f9;line-height:1;margin-bottom:.4rem}.stat-card.stat-passed .stat-num{color:#4ade80}.stat-card.stat-advancing .stat-num{color:#2dd4bf}.stat-card.stat-introduced .stat-num{color:#93c5fd}.stat-card.stat-deferred .stat-num{color:#facc15}.stat-label{font-size:.8rem;color:#64748b;font-weight:500}.map-section{background:#0f172a;padding:4rem 0}.section-title{font-size:1.75rem;font-weight:700;color:#f1f5f9;letter-spacing:-.02em;margin-bottom:.5rem}.section-subtitle{color:#64748b;margin-bottom:1.5rem;font-size:1rem}.legend{display:flex;gap:1.25rem;flex-wrap:wrap;margin-bottom:1.5rem}.legend-item{display:flex;align-items:center;gap:.45rem;font-size:.825rem;color:#94a3b8}.legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.map-container{position:relative;background:#1e293b;border:1px solid #334155;border-radius:1rem;overflow:visible;height:600px;-webkit-user-select:none;user-select:none}.map-container>svg{border-radius:1rem}.map-tooltip{position:absolute;background:#0f172a;border:1px solid #334155;border-radius:.75rem;padding:1rem 1.25rem;max-width:340px;pointer-events:none;z-index:50;box-shadow:0 20px 40px #00000080}.tooltip-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.tooltip-status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.tooltip-state-name{font-size:1.05rem;font-weight:700;color:#f1f5f9}.tooltip-status-badge{display:inline-block;font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:999px;margin-bottom:.6rem;letter-spacing:.02em}.tooltip-bills{font-size:.78rem;color:#64748b;margin-bottom:.4rem}.tooltip-bills strong{color:#94a3b8}.tooltip-summary{font-size:.85rem;color:#cbd5e1;margin-bottom:.5rem;font-weight:500}.tooltip-details{font-size:.8rem;color:#94a3b8;line-height:1.55;margin-bottom:.5rem}.tooltip-updated{font-size:.72rem;color:#475569;margin-top:.25rem}.bottom-sheet-backdrop{position:fixed;inset:0;background:#0006;z-index:200}.bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:#1e293b;border-top:1px solid #334155;border-radius:1rem 1rem 0 0;padding:1rem 1.5rem 2rem;z-index:201;max-height:60vh;overflow-y:auto;box-shadow:0 -10px 40px #00000080;animation:slideUp .25s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bottom-sheet-handle{width:40px;height:4px;background:#475569;border-radius:2px;margin:0 auto 1rem}.bottom-sheet-close{position:absolute;top:.75rem;right:1rem;background:none;border:none;color:#94a3b8;font-size:1.5rem;cursor:pointer;padding:.25rem .5rem;line-height:1}.bottom-sheet-close:hover{color:#f1f5f9}.bottom-sheet-content .tooltip-state-name{font-size:1.25rem}.bottom-sheet-content .tooltip-summary{font-size:.95rem}.bottom-sheet-content .tooltip-details{font-size:.9rem;line-height:1.65}.map-note{margin-top:1rem;font-size:.8rem;color:#475569}.state-list-section{background:#0a1120;padding:4rem 0;border-top:1px solid #1e293b}.state-grid{display:flex;flex-direction:column;gap:2.5rem}.status-group-header{display:flex;align-items:center;gap:.6rem;font-size:1rem;font-weight:700;color:#e2e8f0;margin-bottom:.875rem;border-left:3px solid;padding-left:.75rem}.status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.status-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.875rem}.state-card{background:#1e293b;border:1px solid #334155;border-radius:.65rem;padding:.875rem 1rem;transition:border-color .15s}.state-card:hover{border-color:#475569}.state-card-top{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.35rem}.state-abbr{font-size:1rem;font-weight:800;color:#f1f5f9}.state-fullname{font-size:.8rem;color:#64748b}.state-bills{font-size:.72rem;color:#475569;margin-bottom:.35rem;font-family:SF Mono,Fira Code,monospace}.state-summary{font-size:.8rem;color:#94a3b8;line-height:1.45}.action-btn-card{display:inline-block;margin-top:.5rem;background:transparent;border:1px solid #334155;color:#60a5fa;font-size:.75rem;font-weight:600;padding:.35rem .75rem;border-radius:.4rem;cursor:pointer;transition:all .15s}.action-btn-card:hover{border-color:#60a5fa;background:#60a5fa1a}.products-btn-card{display:inline-block;margin-top:.5rem;background:transparent;border:1px solid #16a34a;color:#4ade80;font-size:.75rem;font-weight:600;padding:.35rem .75rem;border-radius:.4rem;cursor:pointer;transition:all .15s}.products-btn-card:hover{background:#4ade801a;text-decoration:none}.about-section{background:#0f172a;padding:4rem 0;border-top:1px solid #1e293b}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.about-text p{color:#94a3b8;margin-bottom:1rem;line-height:1.75;font-size:.95rem}.about-text p strong{color:#e2e8f0}.about-highlights{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.highlight-card{background:#1e293b;border:1px solid #334155;border-radius:.75rem;padding:1.25rem}.highlight-icon{font-size:1.5rem;margin-bottom:.6rem}.highlight-card h3{font-size:.95rem;font-weight:700;color:#f1f5f9;margin-bottom:.4rem}.highlight-card p{font-size:.82rem;color:#64748b;line-height:1.55}.products-section{background:#0a1120;padding:4rem 0;border-top:1px solid #1e293b}.products-disclosure{font-size:.78rem;color:#64748b;background:#1e293b;border:1px solid #334155;border-radius:.5rem;padding:.75rem 1rem;margin-bottom:1.5rem;line-height:1.6}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.25rem;margin-top:1.5rem}.product-card{background:#1e293b;border:1px solid #334155;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;transition:border-color .15s}.product-card:hover{border-color:#475569}.product-badge{display:inline-block;align-self:flex-start;background:#14532d;color:#4ade80;border:1px solid #16a34a;border-radius:999px;font-size:.72rem;font-weight:600;padding:.2rem .75rem;margin-bottom:.875rem;letter-spacing:.03em}.product-brand{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem}.product-name{font-size:1.25rem;font-weight:700;color:#f1f5f9;margin-bottom:.35rem}.product-tagline{font-size:.85rem;color:#94a3b8;margin-bottom:1rem}.product-specs{display:flex;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #334155}.product-spec{display:flex;flex-direction:column;gap:.2rem}.product-spec-label{font-size:.7rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.product-spec-value{font-size:.85rem;color:#e2e8f0;font-weight:600;font-family:SF Mono,Fira Code,monospace}.product-price{font-size:1.25rem;font-weight:800;color:#f1f5f9;margin-bottom:.75rem}.product-description{font-size:.82rem;color:#94a3b8;line-height:1.65;margin-bottom:1.25rem;flex-grow:1}.product-link{display:inline-block;align-self:flex-start;color:#60a5fa;border:1px solid #334155;border-radius:.5rem;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;transition:border-color .15s,background .15s;margin-bottom:.875rem}.product-link:hover{border-color:#60a5fa;background:#60a5fa14;text-decoration:none}.product-availability{font-size:.72rem;color:#475569}.products-note{margin-top:1.25rem;font-size:.8rem;color:#475569;line-height:1.6}.faq-section{background:#0a1120;padding:4rem 0;border-top:1px solid #1e293b}.faq-list{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem}.faq-item{background:#1e293b;border:1px solid #334155;border-radius:.75rem;padding:1.25rem 1.5rem}.faq-item h3{font-size:.95rem;font-weight:700;color:#e2e8f0;margin-bottom:.6rem;line-height:1.4}.faq-item p{font-size:.85rem;color:#64748b;line-height:1.65}.resources-section{background:#0f172a;padding:4rem 0;border-top:1px solid #1e293b}.resources-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.25rem;margin-top:1.5rem}.resource-card{background:#1e293b;border:1px solid #334155;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;transition:border-color .15s}.resource-card:hover{border-color:#475569}.resource-name{font-size:1.1rem;font-weight:700;color:#f1f5f9;margin-bottom:.5rem}.resource-description{font-size:.85rem;color:#94a3b8;line-height:1.65;margin-bottom:1.25rem;flex-grow:1}.resource-link{display:inline-block;align-self:flex-start;color:#60a5fa;border:1px solid #334155;border-radius:.5rem;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;transition:border-color .15s,background .15s}.resource-link:hover{border-color:#60a5fa;background:#60a5fa14;text-decoration:none}.footer{background:#020a14;border-top:1px solid #1e293b;padding:2.5rem 0;text-align:center}.footer-logo{font-size:1.1rem;font-weight:700;color:#f1f5f9;margin-bottom:.75rem}.footer-text{font-size:.82rem;color:#475569;margin-bottom:.5rem}.footer-links{font-size:.8rem;color:#475569}.footer-links a{color:#475569}.footer-links a:hover{color:#64748b}@media(max-width:930px){.hero{padding:3rem 0 2.5rem}.hero-stats{gap:.75rem}.stat-card{min-width:110px;padding:1rem 1.25rem}.stat-num{font-size:2rem}.map-container{height:300px}.map-tooltip{display:none}.about-grid{grid-template-columns:1fr;gap:2rem}.faq-list,.products-grid,.resources-grid{grid-template-columns:1fr}.legend{gap:.75rem}}.action-modal-backdrop{position:fixed;inset:0;background:#0009;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.action-modal{background:#1e293b;border:1px solid #334155;border-radius:.75rem;max-width:600px;width:100%;max-height:85vh;overflow-y:auto;padding:1.5rem}.action-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.action-modal-title{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.action-modal-state{font-size:1.1rem;font-weight:800;color:#f1f5f9}.action-modal-name{font-size:1.1rem;font-weight:600;color:#94a3b8}.action-modal-badge{display:inline-block;font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;border:1px solid;letter-spacing:.02em}.action-modal-close{background:none;border:none;color:#64748b;font-size:1.1rem;cursor:pointer;padding:.25rem;line-height:1;flex-shrink:0}.action-modal-close:hover{color:#e2e8f0}.action-modal-bills{font-size:.75rem;color:#475569;font-family:SF Mono,Fira Code,monospace;margin-bottom:.75rem}.action-modal-template{background:#0f172a;border:1px solid #334155;border-radius:.5rem;padding:1rem;margin-bottom:1rem;max-height:320px;overflow-y:auto}.action-modal-subject{font-size:.85rem;color:#e2e8f0;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #1e293b}.action-modal-subject strong{color:#64748b;font-weight:500}.action-modal-body{font-size:.82rem;color:#cbd5e1;white-space:pre-wrap;line-height:1.6;-webkit-user-select:text;user-select:text}.action-mode-toggle{display:flex;gap:0;margin-bottom:.75rem;background:#0f172a;border-radius:.5rem;border:1px solid #334155;padding:.2rem;width:fit-content}.action-mode-btn{background:transparent;border:none;border-radius:.35rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .15s}.action-mode-btn:hover{color:#94a3b8}.action-mode-btn.active{background:#334155;color:#f1f5f9}.action-resistbot-steps{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;font-size:.78rem;color:#94a3b8;background:#0f172a;border:1px solid #334155;border-radius:.5rem;padding:.6rem .75rem;margin-bottom:.75rem;line-height:1.6}.action-step{display:inline-flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;border-radius:50%;background:#334155;color:#e2e8f0;font-size:.65rem;font-weight:700;flex-shrink:0}.action-step:not(:first-child){margin-left:.5rem}.action-resistbot-note{font-size:.72rem;color:#64748b;margin-bottom:.75rem;font-style:italic}.action-modal-buttons{display:flex;gap:.75rem;margin-bottom:.75rem}.action-btn-primary{background:#16a34a;color:#fff;border:none;border-radius:.5rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s}.action-btn-primary:hover{background:#15803d}.action-btn-secondary{display:inline-flex;align-items:center;background:transparent;border:1px solid #334155;border-radius:.5rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;color:#94a3b8;cursor:pointer;transition:all .15s;text-decoration:none}.action-btn-secondary:hover{border-color:#475569;color:#e2e8f0;text-decoration:none}.action-highlight{color:#60a5fa;font-weight:600;font-family:SF Mono,Fira Code,monospace;font-size:.85em}.action-modal-footer-links{text-align:center;margin-bottom:.75rem;font-size:.78rem}.action-modal-disclaimer{font-size:.72rem;color:#475569;text-align:center;font-style:italic}@media(max-width:768px){.action-modal{max-height:90vh}.action-modal-buttons{flex-direction:column}.action-btn-secondary{justify-content:center}.action-modal-channels{grid-template-columns:1fr}}.state-guide-hero .hero-inner{padding-bottom:1rem}.state-guide-hero-cta{margin-top:1.5rem;font-size:.95rem;padding:.6rem 1.4rem}.state-guide-missing{padding:5rem 0;text-align:center;color:#94a3b8}.state-guide-missing a{color:#4ade80}.state-guide-facts{background:#0f172a;padding:4rem 0;border-top:1px solid #1e293b}.fact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:2.5rem}.fact-card{background:#1e293b;border:1px solid #334155;border-radius:.75rem;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.35rem}.fact-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-weight:600}.fact-value{font-size:1.15rem;font-weight:700;color:#f1f5f9;display:flex;flex-direction:column;gap:.2rem}.fact-tier-label{font-size:.85rem;font-weight:500;color:#94a3b8}.fact-detail{font-size:.85rem;font-weight:400;color:#94a3b8;line-height:1.5}.fact-rules{background:#1e293b;border:1px solid #334155;border-radius:.75rem;padding:1.5rem 1.75rem;margin-bottom:1.5rem}.fact-rules-title{font-size:1rem;font-weight:700;color:#f1f5f9;margin-bottom:1rem}.fact-rules-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.fact-rules-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:#e2e8f0;line-height:1.5}.rule-mark{flex-shrink:0;font-weight:700;line-height:1.5}.rule-ok .rule-mark{color:#4ade80}.rule-no .rule-mark{color:#f87171}.rule-info .rule-mark{color:#60a5fa}.state-guide-summary{background:#0a1120;padding:4rem 0}.state-guide-paragraph{color:#cbd5e1;line-height:1.8;max-width:760px;margin-bottom:1.25rem}.state-guide-points{max-width:760px;margin:1.5rem 0 0;padding-left:1.25rem;color:#e2e8f0;line-height:1.8}.state-guide-points li{margin-bottom:.5rem}.state-guide-billtext{margin-top:1.75rem}.state-guide-billtext a{color:#4ade80;font-weight:600}.state-guide-cta{background:#0f172a;padding:3rem 0;border-top:1px solid #1e293b;text-align:center}.state-guide-cta p{color:#94a3b8;line-height:1.7;max-width:760px;margin:0 auto}.state-guide-cta a{color:#4ade80;white-space:nowrap}.state-guide-cta .state-guide-disclaimer{margin-top:1rem;font-size:.85rem;color:#64748b}.blog-inner{max-width:800px;width:100%;margin:0 auto;padding:3rem 1.5rem}.blog-page-title{font-size:2rem;font-weight:700;color:#f1f5f9;margin-bottom:.5rem}.blog-page-subtitle{color:#94a3b8;margin-bottom:2.5rem;font-size:1rem}.blog-back-link{display:inline-block;color:#94a3b8;font-size:.9rem;margin-bottom:2rem;text-decoration:none}.blog-back-link:hover{color:#f1f5f9}.blog-feed{display:flex;flex-direction:column;gap:1.25rem}.blog-post-card{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:1.5rem;text-decoration:none;color:inherit;display:block;transition:border-color .15s ease}.blog-post-card:hover{border-color:#475569}.blog-post-card-title{font-size:1.2rem;font-weight:600;color:#f1f5f9;margin:0 0 .5rem}.blog-post-card-meta{font-size:.82rem;color:#64748b;margin-bottom:.75rem}.blog-post-card-excerpt{font-size:.95rem;color:#94a3b8;line-height:1.6;margin:0 0 1rem}.blog-read-more{font-size:.85rem;color:#60a5fa;font-weight:500}.blog-post-meta{font-size:.85rem;color:#64748b;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #1e293b}.blog-post-title{font-size:2rem;font-weight:700;color:#f1f5f9;margin-bottom:.75rem;line-height:1.3}.blog-prose{font-size:1rem;line-height:1.8;color:#cbd5e1}.blog-prose h2{font-size:1.4rem;font-weight:600;color:#f1f5f9;margin:2rem 0 .75rem}.blog-prose h3{font-size:1.15rem;font-weight:600;color:#f1f5f9;margin:1.5rem 0 .5rem}.blog-prose p{margin:0 0 1.2rem}.blog-prose ul,.blog-prose ol{padding-left:1.5rem;margin:0 0 1.2rem}.blog-prose li{margin-bottom:.4rem}.blog-prose strong{color:#e2e8f0;font-weight:600}.blog-prose a{color:#60a5fa}.blog-prose a:hover{color:#93c5fd}.blog-prose code{font-family:ui-monospace,Cascadia Code,monospace;font-size:.875em;background:#1e293b;border:1px solid #334155;border-radius:4px;padding:.15em .4em}.blog-prose pre{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:1rem 1.25rem;overflow-x:auto;margin:0 0 1.2rem}.blog-prose pre code{background:none;border:none;padding:0;font-size:.9em}.blog-prose iframe{display:block;max-width:100%;width:100%;aspect-ratio:16 / 9;height:auto;border:0;border-radius:8px;margin:1.2rem 0}.blog-prose blockquote{border-left:3px solid #3b82f6;padding-left:1rem;margin:0 0 1.2rem;color:#94a3b8;font-style:italic}.blog-not-found{text-align:center;padding:4rem 0;color:#94a3b8}.blog-not-found h2{color:#f1f5f9;margin-bottom:1rem}@media(max-width:768px){.blog-page-title,.blog-post-title{font-size:1.5rem}}.contact-page{background:#0f172a;padding:4rem 0;flex:1}.contact-inner{max-width:560px;margin:0 auto;padding:0 1.5rem;width:100%}.contact-title{font-size:1.75rem;font-weight:700;color:#f1f5f9;letter-spacing:-.02em;margin-bottom:2rem;text-align:center}.contact-card{background:#1e293b;border:1px solid #334155;border-radius:1rem;padding:2.5rem 2rem;text-align:center}.contact-photo-wrapper{margin-bottom:1.5rem}.contact-photo{width:160px;height:160px;border-radius:50%;object-fit:cover;border:3px solid #334155}.contact-name{font-size:1.35rem;font-weight:700;color:#f1f5f9;margin-bottom:.75rem}.contact-bio{font-size:.9rem;color:#94a3b8;line-height:1.7;margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}.contact-buttons{display:flex;flex-direction:column;gap:.875rem;align-items:center}.contact-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s;width:240px;justify-content:center;border:1px solid;text-decoration:none}.contact-btn:hover{text-decoration:none}.contact-btn-icon{width:18px;height:18px;flex-shrink:0}.contact-btn-linkedin{background:#0a66c2;border-color:#0a66c2;color:#fff}.contact-btn-linkedin:hover{background:#004182;border-color:#004182;color:#fff}.contact-btn-email{background:transparent;border-color:#334155;color:#60a5fa;font-family:inherit}.contact-btn-email:hover{border-color:#60a5fa;background:#60a5fa14}@media(max-width:768px){.contact-page{padding:2.5rem 0}.contact-card{padding:2rem 1.5rem}.contact-photo{width:130px;height:130px}}.sg-game{max-width:1200px;margin:0 auto;padding:1.5rem}.sg-btn-primary{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#1f1300;border:none;border-radius:.75rem;padding:.85rem 1.6rem;font-size:1rem;font-weight:800;letter-spacing:.01em;cursor:pointer;box-shadow:0 10px 24px #f59e0b40;transition:transform .15s,box-shadow .15s,filter .15s}.sg-btn-primary:hover{transform:translateY(-2px);filter:brightness(1.05);box-shadow:0 14px 30px #f59e0b59}.sg-btn-primary:active{transform:translateY(0)}.sg-btn-ghost{background:transparent;color:#cbd5e1;border:1px solid #334155;border-radius:.75rem;padding:.8rem 1.4rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.sg-btn-ghost:hover{border-color:#64748b;color:#f1f5f9;background:#94a3b814}.sg-sun,.sg-sky-sun,.sg-story-sun{position:relative;display:grid;place-items:center}.sg-sun{width:64px;height:64px}.sg-sky-sun{width:110px;height:110px;margin:0 auto .75rem}.sg-story-sun{width:130px;height:130px;margin:0 auto 1.5rem}.sg-sun-core{position:relative;z-index:2;font-size:2rem;filter:drop-shadow(0 0 10px rgba(251,191,36,.7));animation:sg-bob 4s ease-in-out infinite}.sg-sky-sun .sg-sun-core,.sg-story-sun .sg-sun-core{font-size:3.2rem}.sg-sun-rays{position:absolute;inset:-45%;border-radius:50%;background:repeating-conic-gradient(rgba(251,191,36,.55) 0deg 5deg,transparent 5deg 22deg);-webkit-mask:radial-gradient(circle,transparent 36%,#000 40%,#000 60%,transparent 66%);mask:radial-gradient(circle,transparent 36%,#000 40%,#000 60%,transparent 66%);animation:sg-spin 22s linear infinite}@keyframes sg-spin{to{transform:rotate(360deg)}}@keyframes sg-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.sg-hud{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;background:#1e293b;border:1px solid #334155;border-radius:1rem;padding:1rem 1.25rem;margin-bottom:1.5rem}.sg-hud-rank{display:flex;flex-direction:column;gap:.35rem;min-width:240px;flex:1}.sg-hud-rank-title{font-size:1.05rem;font-weight:800;color:#fbbf24;letter-spacing:-.01em}.sg-hud-rank-bar{height:8px;background:#0f172a;border-radius:999px;overflow:hidden}.sg-hud-rank-fill{display:block;height:100%;background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:999px;transition:width .6s cubic-bezier(.2,.8,.2,1)}.sg-hud-rank-next{font-size:.72rem;color:#64748b}.sg-hud-stats{display:flex;gap:.5rem;flex-wrap:wrap}.sg-hud-pill{background:#0f172a;border:1px solid #334155;border-radius:999px;padding:.4rem .85rem;font-size:.85rem;font-weight:700;font-variant-numeric:tabular-nums}.sg-hud-coins{color:#fbbf24}.sg-hud-homes{color:#4ade80}.sg-hud-stars{color:#93c5fd}.sg-story{position:relative;min-height:calc(100vh - 220px);display:grid;place-items:center;overflow:hidden;padding:3rem 1.5rem;background:radial-gradient(circle at 50% 0%,#15233f,#0f172a 45%,#0a1120)}.sg-story-skyline{position:absolute;inset:auto 0 0;height:120px;display:flex;align-items:flex-end;justify-content:center;gap:6px;opacity:.55}.sg-story-building{width:7%;max-width:70px;background:linear-gradient(#1e293b,#0a1120);border-radius:4px 4px 0 0;transform-origin:bottom;animation:sg-rise .9s cubic-bezier(.2,.9,.2,1) both}.sg-story-building:nth-child(odd){height:80px}.sg-story-building:nth-child(2n){height:110px}.sg-story-building:nth-child(3n){height:64px}@keyframes sg-rise{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.sg-story-card{position:relative;z-index:2;max-width:600px;text-align:center}.sg-story-eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.78rem;font-weight:700;color:#fbbf24;margin-bottom:.5rem;animation:sg-fade-up .7s ease-out both}.sg-story-title{font-size:clamp(2.4rem,7vw,3.8rem);font-weight:900;letter-spacing:-.03em;color:#f8fafc;margin-bottom:1.5rem;animation:sg-fade-up .7s ease-out .1s both}.sg-story-body p{color:#cbd5e1;font-size:1.08rem;line-height:1.7;margin-bottom:1rem;opacity:0;animation:sg-fade-up .8s ease-out both}.sg-story-cta{margin-top:1.5rem;animation:sg-fade-up .8s ease-out 1.6s both}@keyframes sg-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.sg-epilogue-wrap{position:relative}.sg-epilogue-link{text-align:center;padding:1.5rem;color:#94a3b8;font-size:.95rem}.sg-neighborhood{margin-bottom:1rem}.sg-sky{text-align:center;background:linear-gradient(180deg,#15233f,#0f172a);border:1px solid #1e293b;border-radius:1.25rem;padding:2rem 1.5rem 2.25rem;margin-bottom:2rem}.sg-sky-title{font-size:1.9rem;font-weight:800;color:#f8fafc;letter-spacing:-.02em}.sg-sky-sub{color:#94a3b8;margin-top:.35rem}.sg-act{margin-bottom:2.25rem}.sg-act-head h3{font-size:1.15rem;font-weight:800;color:#f1f5f9}.sg-act-head p{font-size:.85rem;color:#64748b;margin-bottom:1rem}.sg-street{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.sg-house{position:relative;text-align:center;background:#1e293b;border:1px solid #334155;border-radius:1rem;padding:1.4rem 1rem 1.1rem;cursor:pointer;overflow:hidden;transition:transform .18s,border-color .18s,box-shadow .18s}.sg-house:hover:not(:disabled){transform:translateY(-4px);border-color:#475569}.sg-house:disabled{cursor:not-allowed;opacity:.55}.sg-house-windows{position:absolute;top:.7rem;left:50%;transform:translate(-50%);display:grid;grid-template-columns:1fr 1fr;gap:4px}.sg-house-windows span{width:9px;height:9px;border-radius:2px;background:#0f172a;transition:background .4s,box-shadow .4s}.sg-house.is-lit{border-color:#fbbf2473;box-shadow:0 0 26px #fbbf241f}.sg-house.is-lit .sg-house-windows span{background:#fbbf24;box-shadow:0 0 8px #fbbf24cc;animation:sg-flicker 5s ease-in-out infinite}.sg-house.is-lit .sg-house-windows span:nth-child(2){animation-delay:1.3s}.sg-house.is-lit .sg-house-windows span:nth-child(3){animation-delay:.6s}.sg-house.is-lit .sg-house-windows span:nth-child(4){animation-delay:2.1s}@keyframes sg-flicker{0%,92%,to{opacity:1}94%{opacity:.55}}.sg-house-icon{display:block;font-size:2.4rem;margin:1rem 0 .4rem}.sg-house-name{display:block;font-weight:800;color:#f1f5f9;font-size:.98rem}.sg-house-customer{display:block;font-size:.76rem;color:#64748b;margin-bottom:.5rem}.sg-house-stars,.sg-star-row{display:inline-flex;gap:2px}.sg-mini-star,.sg-star{color:#334155;font-size:.95rem}.sg-mini-star.is-on,.sg-star.is-on{color:#facc15;text-shadow:0 0 8px rgba(250,204,21,.6)}.sg-board{position:relative}.sg-back{background:none;border:none;color:#94a3b8;font-size:.9rem;font-weight:600;cursor:pointer;padding:.25rem 0;margin-bottom:.75rem}.sg-back:hover{color:#f1f5f9}.sg-brief{display:flex;gap:1rem;background:linear-gradient(135deg,#1e293b,#15233f);border:1px solid #334155;border-radius:1rem;padding:1.25rem 1.5rem;margin-bottom:1.25rem}.sg-brief-icon{font-size:2.5rem;line-height:1}.sg-brief-top{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.sg-brief-top h2{font-size:1.35rem;font-weight:800;color:#f8fafc}.sg-brief-customer{font-size:.82rem;color:#fbbf24;font-weight:600}.sg-brief-text p{color:#cbd5e1;font-size:.92rem;line-height:1.6;margin:.4rem 0 .75rem}.sg-brief-tags{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.sg-tag{font-size:.76rem;font-weight:700;padding:.25rem .7rem;border-radius:999px;border:1px solid #334155;color:#cbd5e1}.sg-tag-cap{border-color:#60a5fa66;color:#93c5fd}.sg-tag-sun{border-color:#fbbf2466;color:#fbbf24}.sg-tag-best{display:inline-flex;align-items:center;gap:.35rem}.sg-board-grid{display:grid;grid-template-columns:1fr 340px;gap:1.25rem;align-items:start}.sg-build{display:flex;flex-direction:column;gap:1rem}.sg-schematic{background:#0a1120;border:1px solid #1e293b;border-radius:1rem;padding:1.5rem 1rem}.sg-stage{display:flex;align-items:center;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}.sg-node{display:flex;flex-direction:column;align-items:center;gap:.45rem;flex-shrink:0}.sg-node-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:700}.sg-wire{position:relative;flex:1 1 34px;min-width:34px;height:6px;border-radius:999px;background:#1e293b;overflow:hidden;align-self:flex-start;margin-top:28px}.sg-wire:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,#fbbf2400 0 6px,#fbbf24f2 6px 11px,#fbbf2400 11px 18px);background-size:18px 100%;opacity:0;transition:opacity .3s}.sg-schematic.is-live .sg-wire:before{opacity:1;animation:sg-flow .6s linear infinite}.sg-schematic.is-surging .sg-wire:before{animation-duration:.18s}@keyframes sg-flow{to{background-position-x:18px}}.sg-slot{width:76px;height:56px;border-radius:.6rem;display:grid;place-items:center}.sg-slot-empty{border:2px dashed #334155}.sg-slot-hint{font-size:.7rem;color:#475569;text-align:center}.sg-panel-stack{display:flex;flex-wrap:wrap;gap:4px;max-width:150px;justify-content:center}.sg-panel-chip{position:relative;width:44px;height:56px;border-radius:.4rem;border:1px solid #1d4ed8;background:linear-gradient(160deg,#1e3a8a,#2563eb);color:#dbeafe;font-size:.7rem;font-weight:800;cursor:pointer;overflow:hidden;display:grid;place-items:center}.sg-panel-glass{position:absolute;inset:0;background-image:linear-gradient(115deg,rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(255deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:11px 11px;overflow:hidden}.sg-panel-glass:after{content:"";position:absolute;top:0;left:-70%;width:50%;height:100%;background:linear-gradient(110deg,transparent,rgba(255,255,255,.45),transparent);transform:skew(-18deg)}.sg-schematic.is-live .sg-panel-glass:after{animation:sg-shimmer 2.6s ease-in-out infinite}@keyframes sg-shimmer{0%{left:-70%}55%,to{left:150%}}.sg-chip-watts{position:relative;z-index:2}.sg-chip-remove{position:absolute;top:1px;right:3px;font-size:.7rem;color:#ffffffb3;opacity:0;transition:opacity .15s}.sg-panel-chip:hover .sg-chip-remove,.sg-device:hover .sg-chip-remove,.sg-battery:hover .sg-chip-remove{opacity:1}.sg-device{position:relative;width:96px;min-height:56px;border-radius:.6rem;border:1px solid #15803d;background:linear-gradient(160deg,#14532d,#166534);color:#dcfce7;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.35rem}.sg-device.is-uncertified{border-color:#b45309;background:linear-gradient(160deg,#422006,#7c2d12);color:#fed7aa}.sg-device-name{font-size:.78rem;font-weight:800}.sg-device-spec{font-size:.7rem;opacity:.85;font-variant-numeric:tabular-nums}.sg-device-pulse{position:absolute;inset:0;border-radius:inherit;pointer-events:none}.sg-schematic.is-live .sg-device-pulse{animation:sg-pulse 1.9s ease-out infinite}@keyframes sg-pulse{0%{box-shadow:0 0 #2dd4bf80}to{box-shadow:0 0 0 16px #2dd4bf00}}.sg-outlet{width:64px;height:56px;border-radius:.6rem;border:1px solid #334155;background:#1e293b;display:grid;place-items:center;font-size:1.6rem;transition:box-shadow .3s,border-color .3s}.sg-schematic.is-live .sg-outlet{border-color:#fbbf24;box-shadow:0 0 18px #fbbf2459}.sg-battery-branch{margin-top:1rem;display:flex;justify-content:center}.sg-battery{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(160deg,#134e4a,#115e59);border:1px solid #0d9488;color:#ccfbf1;border-radius:999px;padding:.4rem .9rem;font-size:.82rem;font-weight:700;cursor:pointer;position:relative}.sg-battery-empty{font-size:.78rem;color:#475569;border:1px dashed #334155;border-radius:999px;padding:.4rem .9rem}.sg-palette{display:flex;flex-direction:column;gap:1rem}.sg-palette-group{background:#0a1120;border:1px solid #1e293b;border-radius:.9rem;padding:.9rem 1rem 1rem}.sg-palette-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.7rem}.sg-palette-label{font-size:.9rem;font-weight:800;color:#f1f5f9}.sg-palette-hint{font-size:.72rem;color:#64748b}.sg-palette-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.6rem}.sg-pcard{position:relative;text-align:left;background:#1e293b;border:1px solid #334155;border-radius:.7rem;padding:.6rem .7rem;cursor:pointer;display:flex;flex-direction:column;gap:.35rem;transition:transform .12s,border-color .12s,box-shadow .12s}.sg-pcard:hover:not(:disabled){transform:translateY(-2px);border-color:#60a5fa}.sg-pcard:disabled{opacity:.45;cursor:not-allowed}.sg-pcard.is-active{border-color:#4ade80;box-shadow:0 0 0 1px #4ade80 inset}.sg-pcard.is-warn{border-style:dashed;border-color:#b45309}.sg-pcard-emoji{font-size:1.3rem}.sg-pcard-name{display:block;font-size:.82rem;font-weight:800;color:#f1f5f9;line-height:1.2}.sg-pcard-spec{display:block;font-size:.72rem;color:#94a3b8;font-variant-numeric:tabular-nums}.sg-pcard-foot{display:flex;align-items:center;justify-content:space-between;gap:.4rem}.sg-pcard-cost{font-size:.8rem;font-weight:800;color:#e2e8f0}.sg-pcard-cert{font-size:.6rem;font-weight:700;color:#4ade80;border:1px solid rgba(74,222,128,.4);border-radius:999px;padding:.05rem .35rem}.sg-pcard-uncert{font-size:.6rem;font-weight:700;color:#fb923c;border:1px solid rgba(251,146,60,.4);border-radius:999px;padding:.05rem .35rem}.sg-pcard-count{position:absolute;top:-7px;right:-7px;background:#2563eb;color:#fff;font-size:.68rem;font-weight:800;border-radius:999px;min-width:20px;height:20px;display:grid;place-items:center;padding:0 4px}.sg-pcard-check{position:absolute;top:-7px;right:-7px;background:#16a34a;color:#fff;width:20px;height:20px;border-radius:999px;display:grid;place-items:center;font-size:.7rem;font-weight:800}.sg-flash{background:#fb923c1f;border:1px solid rgba(251,146,60,.4);color:#fdba74;border-radius:.6rem;padding:.5rem .9rem;font-size:.82rem;font-weight:600;text-align:center;animation:sg-fade-up .25s ease-out both}.sg-readout{position:sticky;top:5rem;background:#1e293b;border:1px solid #334155;border-radius:1rem;padding:1.1rem;display:flex;flex-direction:column;gap:.85rem}.sg-stats{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.sg-stat{background:#0f172a;border:1px solid #1e293b;border-left:3px solid #475569;border-radius:.6rem;padding:.55rem .7rem}.sg-stat-value{display:block;font-size:1.35rem;font-weight:800;color:#f1f5f9;font-variant-numeric:tabular-nums;line-height:1.1}.sg-stat-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.sg-stat-amber{border-left-color:#f59e0b}.sg-stat-amber .sg-stat-value{color:#fbbf24}.sg-stat-blue{border-left-color:#3b82f6}.sg-stat-teal{border-left-color:#14b8a6}.sg-stat-teal .sg-stat-value{color:#2dd4bf}.sg-stat-green{border-left-color:#16a34a}.sg-stat-green .sg-stat-value{color:#4ade80}.sg-daily{font-size:.8rem;color:#94a3b8;text-align:center;margin:-.2rem 0 .1rem}.sg-daily strong{color:#fbbf24}.sg-checklist-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:.4rem}.sg-checklist ul{list-style:none;display:flex;flex-direction:column;gap:.3rem}.sg-checklist li{display:flex;align-items:flex-start;gap:.45rem;font-size:.8rem;line-height:1.35;color:#94a3b8}.sg-checklist li.is-ok{color:#cbd5e1}.sg-check-mark{flex-shrink:0;width:16px;text-align:center;font-weight:800}.sg-checklist-req li.is-ok .sg-check-mark{color:#4ade80}.sg-checklist-req li.is-pending .sg-check-mark{color:#475569}.sg-checklist-bonus li.is-ok .sg-check-mark{color:#facc15}.sg-checklist-bonus li.is-pending .sg-check-mark{color:#475569}.sg-reward-preview{display:flex;align-items:center;justify-content:space-between;background:#0f172a;border:1px solid #1e293b;border-radius:.6rem;padding:.5rem .8rem;font-size:.82rem;color:#94a3b8}.sg-reward-preview .sg-star{font-size:1.1rem}.sg-energize{background:#334155;color:#94a3b8;border:none;border-radius:.75rem;padding:.9rem 1rem;font-size:.98rem;font-weight:800;cursor:not-allowed;transition:transform .15s,box-shadow .15s}.sg-energize.is-ready{cursor:pointer;color:#1f1300;background:linear-gradient(135deg,#f59e0b,#fbbf24);box-shadow:0 8px 22px #f59e0b4d;animation:sg-ready 1.6s ease-in-out infinite}.sg-energize.is-ready:hover{transform:translateY(-2px)}@keyframes sg-ready{0%,to{box-shadow:0 8px 22px #f59e0b4d}50%{box-shadow:0 8px 30px #f59e0b8c}}.sg-clear{background:none;border:none;color:#64748b;font-size:.8rem;cursor:pointer}.sg-clear:hover{color:#94a3b8}.sg-surge-flash{position:fixed;inset:0;pointer-events:none;z-index:300;background:radial-gradient(circle at center,#fbbf248c,#fbbf2400 60%);animation:sg-surge .85s ease-out forwards}@keyframes sg-surge{0%{opacity:0}25%{opacity:.9}to{opacity:0}}.sg-result-backdrop{position:fixed;inset:0;z-index:400;background:#020610bf;display:grid;place-items:center;padding:1.5rem;overflow:hidden;animation:sg-fade .25s ease-out both}@keyframes sg-fade{0%{opacity:0}to{opacity:1}}.sg-confetti{position:absolute;inset:0;pointer-events:none}.sg-confetti-bit{position:absolute;top:-8%;font-size:1.2rem;animation-name:sg-fall;animation-timing-function:ease-in;animation-iteration-count:1}@keyframes sg-fall{0%{transform:translateY(-10vh) rotate(0);opacity:0}10%{opacity:1}to{transform:translateY(110vh) rotate(540deg);opacity:0}}.sg-result{position:relative;background:linear-gradient(180deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:1.25rem;padding:2rem 1.75rem;max-width:440px;width:100%;text-align:center;box-shadow:0 30px 60px #0009;animation:sg-pop-in .4s cubic-bezier(.2,1.1,.3,1) both;overflow:hidden}@keyframes sg-pop-in{0%{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:none}}.sg-result-burst{position:absolute;top:-40%;left:50%;width:280px;height:280px;transform:translate(-50%);background:radial-gradient(circle,rgba(251,191,36,.22),transparent 65%);pointer-events:none}.sg-result-customer{position:relative;font-size:.82rem;color:#4ade80;font-weight:700}.sg-result-title{position:relative;font-size:1.8rem;font-weight:900;color:#f8fafc;margin:.2rem 0 1rem}.sg-result-stars{display:flex;justify-content:center;gap:.4rem;margin-bottom:1rem}.sg-result-star{font-size:2.8rem;color:#334155;line-height:1}.sg-result-star.is-earned{color:#facc15;text-shadow:0 0 20px rgba(250,204,21,.75);animation:sg-star-pop .55s cubic-bezier(.2,1.5,.4,1) both}@keyframes sg-star-pop{0%{transform:scale(0) rotate(-40deg);opacity:0}60%{transform:scale(1.35) rotate(10deg);opacity:1}to{transform:scale(1) rotate(0)}}.sg-result-reward{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-bottom:.5rem}.sg-result-coins{font-size:1.1rem;font-weight:800;color:#fbbf24}.sg-result-best{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#4ade80;border:1px solid rgba(74,222,128,.4);border-radius:999px;padding:.15rem .55rem}.sg-result-rankup{background:#60a5fa1a;border:1px solid rgba(96,165,250,.35);color:#bfdbfe;border-radius:.7rem;padding:.5rem .8rem;font-size:.88rem;margin-bottom:.85rem}.sg-result-rankup strong{color:#93c5fd}.sg-rankup-spark{animation:sg-bob 2s ease-in-out infinite;display:inline-block}.sg-result-lesson{background:#0f172a;border:1px solid #1e293b;border-radius:.7rem;padding:.8rem 1rem;text-align:left;margin-bottom:1.1rem}.sg-lesson-tag{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#fbbf24}.sg-result-lesson p{font-size:.85rem;color:#cbd5e1;line-height:1.55;margin-top:.3rem}.sg-result-actions{display:flex;flex-direction:column;gap:.55rem}.sg-map-foot{text-align:center;padding:1rem 0 .5rem}.sg-reset{background:none;border:none;color:#475569;font-size:.78rem;cursor:pointer}.sg-reset:hover{color:#94a3b8}@media(max-width:860px){.sg-board-grid{grid-template-columns:1fr}.sg-readout{position:static}.sg-game{padding:1rem}}@media(prefers-reduced-motion:reduce){.sg-sun-rays,.sg-sun-core,.sg-wire:before,.sg-panel-glass:after,.sg-device-pulse,.sg-story-body p,.sg-story-title,.sg-story-eyebrow,.sg-story-cta,.sg-story-building,.sg-house.is-lit .sg-house-windows span,.sg-result,.sg-result-star.is-earned,.sg-confetti-bit,.sg-surge-flash,.sg-energize.is-ready,.sg-rankup-spark{animation:none!important}.sg-story-body p{opacity:1}}
