@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,900;1,9..144,700&family=Inter:wght@400;500;600;700&display=swap";:root{--brand-navy: #1A2238;--brand-purple: #6E4FE0;--purple-dark: #5539B8;--brand-gold: #C89B2A;--brand-burgundy: #912F56;--brand-cream: #F7F3EC;--status-good: #2E7D4F;--status-caution: #C77D1F;--status-danger: #B33A3A;--navy-2: #232C4B;--navy-3: #2B355E;--gold-tint: #FBF3E1;--purple-tint: #F1ECFB;--burgundy-tint: #FAEBF0;--danger-tint: #FBEAEA;--good-tint: #E7F3EC;--ink: #1C1C22;--grey: #6B6B72;--ltgrey: #E3DFD6;--midgrey: #9A98A0;--white: #FFFFFF;--surface: #F5F5F3;--surface-2: #EDEDEA;--page-bg: var(--surface);--card-bg: #FFFFFF;--page-grad-top: #FCFBF8;--page-grad-bottom: #F7F5F1;--panel-navy: #1D2442;--content-max: 1520px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter,sans-serif;background:linear-gradient(180deg,var(--page-grad-top) 0%,var(--page-grad-bottom) 100%);background-attachment:fixed;color:var(--ink);min-height:100vh}#root{min-height:100vh}button,a,[role=button]{touch-action:manipulation}button{font-family:inherit}h1,h2,h3,.display{font-family:Fraunces,serif;font-weight:900;letter-spacing:-.03em}.mono{font-family:SF Mono,Menlo,monospace}:focus-visible{outline:2px solid var(--brand-purple);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gd-nav{background:var(--brand-navy);border-bottom:3px solid var(--brand-gold);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:60px;position:sticky;top:0;z-index:100;gap:1.5rem}.gd-nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.gd-nav-mark{width:34px;height:34px;background:var(--brand-gold);border-radius:7px;display:flex;align-items:center;justify-content:center;font-family:Fraunces,serif;font-weight:900;font-size:14px;color:var(--brand-navy)}.gd-nav-name{display:flex;flex-direction:column;line-height:1.25}.gd-nt{font-family:Fraunces,serif;font-weight:900;font-size:15px;color:var(--white);line-height:1}.gd-nav-tagline{font-family:Fraunces,serif;font-style:italic;font-weight:700;font-size:11px;color:var(--brand-gold)}.gd-nav-beta{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#c89b2a26;color:var(--brand-gold);padding:2px 8px;border-radius:100px;border:1px solid rgba(200,155,42,.3);margin-left:.5rem;align-self:flex-start;margin-top:2px}.gd-nav-links{display:flex;align-items:center;gap:1.8rem;margin-right:auto;margin-left:2.5rem}.gd-nav-link{font-size:.84rem;font-weight:500;color:#ffffffa6;text-decoration:none;transition:color .15s}.gd-nav-link:hover{color:var(--white)}.gd-nav-right{display:flex;align-items:center;gap:1.4rem}.gd-nav-exit{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#ffffffb3;text-decoration:none;transition:color .15s;white-space:nowrap}.gd-nav-exit:hover{color:var(--white)}.gd-nav-cta{background:var(--brand-gold);color:var(--brand-navy);border:none;padding:.62rem 1.3rem;border-radius:10px;font-size:.84rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:transform .15s,box-shadow .15s}@media(hover:hover){.gd-nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 24px #c89b2a59}}@media(max-width:900px){.gd-nav{padding:0 1.1rem}.gd-nav-links,.gd-nav-cta{display:none}}.gd-shell{display:block}.gd-hero{background:transparent;padding:.85rem 2rem .6rem}.gd-hero-inner{display:flex;gap:2.25rem;max-width:var(--content-max);margin:0 auto;align-items:center;min-height:0}.gd-hero-left{flex:1.4;min-width:0}.gd-hero-title{font-family:Fraunces,serif;font-weight:900;font-size:clamp(1.2rem,1.8vw,1.6rem);letter-spacing:-.03em;line-height:1.12;color:var(--brand-navy);margin-bottom:.4rem}.gd-hero-title em{color:var(--brand-purple);font-style:italic}.gd-hero-badges{display:flex;flex-wrap:wrap;gap:1rem}.gd-hero-badge{display:flex;align-items:center;gap:.45rem;font-size:.8rem;font-weight:500;color:var(--grey)}.gd-hero-badge svg{color:var(--brand-purple);flex-shrink:0}.gd-hero-right{flex:1;min-width:0;max-width:460px}.gd-hero-right-top{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.3rem}.gd-hero-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand-purple)}.gd-hero-time{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--midgrey);white-space:nowrap}.gd-hero-step-title{font-family:Fraunces,serif;font-weight:900;font-size:1.05rem;color:var(--brand-navy);letter-spacing:-.02em;margin-bottom:.4rem}.gd-hero-progress-track{position:relative;height:10px;background:var(--ltgrey);border-radius:999px;overflow:hidden}.gd-hero-progress-fill{position:relative;height:100%;background:var(--brand-purple);border-radius:999px;transition:width .5s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:flex-end}.gd-hero-progress-pct{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:.64rem;font-weight:700;color:var(--white);white-space:nowrap}@media(max-width:1024px){.gd-hero{padding:1.1rem 1.1rem 1rem}.gd-hero-inner{flex-direction:column;align-items:stretch;gap:1.4rem;min-height:0}.gd-hero-right{max-width:none}}@media(max-width:600px){.gd-hero-badges{gap:.8rem}.gd-hero-badge span{display:none}}.gd-stepper{background:var(--card-bg);border-bottom:1px solid var(--ltgrey);display:flex;align-items:center;min-height:52px;padding:.4rem 2rem}.gd-stepper-list{list-style:none;display:flex;align-items:flex-start;width:100%;max-width:var(--content-max);margin:0 auto}.gd-stepper-item{display:flex;align-items:center;gap:.55rem;cursor:default;background:none;border:none;padding:0;text-align:left;font-family:inherit}.gd-stepper-item.done{cursor:pointer}.gd-stepper-connector{flex:1;height:0;border-top:2px dashed var(--ltgrey);margin:0 1.2rem;align-self:center;min-width:24px}.gd-stepper-connector.done{border-top-color:var(--brand-purple);border-top-style:solid}.gd-stepper-circle{width:30px;height:30px;border-radius:50%;border:2px solid var(--ltgrey);background:var(--white);display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:var(--midgrey);flex-shrink:0;transition:all .2s}.gd-stepper-item.active .gd-stepper-circle{border-color:var(--brand-purple);background:var(--brand-purple);color:var(--white);box-shadow:0 0 0 4px var(--purple-tint)}.gd-stepper-item.done .gd-stepper-circle{border-color:var(--brand-purple);background:var(--white);color:var(--brand-purple)}.gd-stepper-text{display:flex;flex-direction:column;min-width:0;white-space:nowrap}.gd-stepper-title{font-size:.85rem;font-weight:700;color:var(--midgrey);line-height:1.3}.gd-stepper-item.active .gd-stepper-title{color:var(--brand-navy)}.gd-stepper-item.done .gd-stepper-title{color:var(--ink)}.gd-stepper-sub{font-size:.72rem;color:var(--midgrey);line-height:1.3}@media(max-width:1180px){.gd-stepper{padding:.8rem 1.1rem;min-height:76px}.gd-stepper-text{display:none}.gd-stepper-connector{margin:0 .5rem}}.gd-content{padding:.55rem 2rem 5.1rem;min-width:0}.gd-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:1.25rem;max-width:var(--content-max);margin:0 auto}.gd-page-grid.single{grid-template-columns:minmax(0,1fr)}.gd-page-grid.with-optional{grid-template-columns:minmax(0,1fr) 380px 300px;max-width:1440px}.gd-chapters{width:100%;max-width:none;min-width:0}@media(max-width:1050px){.gd-page-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:1320px){.gd-page-grid.with-optional{grid-template-columns:minmax(0,1fr);max-width:var(--content-max)}}.gd-summary-panel{background:var(--panel-navy);border-radius:18px;padding:1.15rem;box-shadow:0 20px 60px #141c342e;color:var(--white);overflow:hidden}.gd-summary-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 85% 0%,rgba(110,79,224,.25),transparent 55%),linear-gradient(rgba(110,79,224,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(110,79,224,.06) 1px,transparent 1px);background-size:100% 100%,26px 26px,26px 26px;pointer-events:none}.gd-summary-panel>*{position:relative;z-index:1}.gd-summary-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.gd-summary-ring{position:relative;width:56px;height:56px;flex-shrink:0;filter:drop-shadow(0 0 8px rgba(110,79,224,.45))}.gd-summary-ring-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:Fraunces,serif;font-weight:900;font-size:.74rem;color:var(--white)}.gd-summary-title{font-size:.92rem;font-weight:700;color:var(--white)}.gd-summary-sub{font-size:.75rem;color:#ffffff80;margin-top:1px}.gd-summary-rows{list-style:none;border-top:1px solid rgba(255,255,255,.1)}.gd-summary-row{display:flex;align-items:center;gap:.65rem;min-height:34px;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;background:none;border-left:none;border-right:none;border-top:none;width:100%;text-align:left;padding:.2rem 0;transition:background-color .15s;touch-action:manipulation}@media(hover:hover){.gd-summary-row:hover{background:#ffffff0a}}.gd-summary-row-icon{width:28px;height:28px;border-radius:8px;background:#6e4fe040;color:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0}.gd-summary-row-text{flex:1;min-width:0}.gd-summary-row-label{font-size:.82rem;font-weight:600;color:var(--white);display:block}.gd-summary-row-val{font-size:.73rem;color:#ffffff73;display:block;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gd-summary-row.filled .gd-summary-row-val{color:var(--brand-purple-light, #B9A6F5)}.gd-summary-row-chevron{color:#ffffff4d;flex-shrink:0;transform:rotate(-90deg)}.gd-summary-time{display:flex;align-items:center;gap:.6rem;padding:.5rem 0 0;color:#fff9;font-size:.78rem}.gd-summary-time svg{flex-shrink:0}.gd-summary-why{border-top:1px solid rgba(255,255,255,.1);padding-top:.8rem;margin-top:0}.gd-summary-why-title{font-size:.82rem;font-weight:700;color:var(--white);margin-bottom:.4rem}.gd-summary-why-body{font-size:.78rem;color:#ffffff80;line-height:1.6;margin-bottom:.6rem}.gd-summary-why-link{font-size:.78rem;font-weight:700;color:var(--brand-purple-light, #B9A6F5);text-decoration:none}.gd-summary-why-link:hover{color:var(--white)}.gd-side-col{width:100%;min-width:0}.gd-side-column{display:flex;flex-direction:column;gap:.75rem}.gd-side-column-desktop{position:sticky;top:72px}.gd-side-column-mobile{display:none}@media(max-width:1050px){.gd-side-column-mobile{display:flex}.gd-side-column-desktop{display:none}}.gd-info-card{background:var(--card-bg);border-radius:18px;padding:.75rem 1rem;box-shadow:0 8px 28px #141c340b}.gd-info-card-title{font-size:.85rem;font-weight:700;color:var(--brand-navy);margin-bottom:.4rem}.gd-info-card-title-icon{display:flex;align-items:center;gap:.5rem}.gd-info-card-body{font-size:.78rem;color:var(--grey);line-height:1.55}.gd-info-card-link{font-size:.78rem;font-weight:700;color:var(--brand-purple);text-decoration:none;display:inline-block;margin-top:.5rem}.gd-info-card-link:hover{color:var(--purple-dark)}.gd-info-card-privacy{background:var(--good-tint)}.gd-privacy-list{list-style:none;display:flex;flex-direction:column;gap:.3rem;margin-top:.4rem}.gd-privacy-list li{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--ink);font-weight:500}.gd-privacy-list li svg{color:var(--status-good);flex-shrink:0}.gd-info-card-privacy{position:relative;overflow:hidden}.gd-info-card-privacy:after{content:"";position:absolute;right:-18px;bottom:-18px;width:72px;height:72px;border-radius:50%;background:#2e7d4f1a;pointer-events:none}.gd-help-icon{width:22px;height:22px;border-radius:50%;background:var(--purple-tint);color:var(--brand-purple);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.gd-help-list{list-style:none;margin-top:.4rem;border-top:1px solid var(--ltgrey)}.gd-help-list li a{display:flex;align-items:center;gap:.55rem;padding:.28rem 0;text-decoration:none;border-bottom:1px solid var(--ltgrey);transition:opacity .15s}.gd-help-list li:last-child a{border-bottom:none}@media(hover:hover){.gd-help-list li a:hover{opacity:.7}}.gd-help-list-icon{width:22px;height:22px;border-radius:7px;background:var(--surface);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.gd-help-list-label{flex:1;font-size:.8rem;font-weight:600;color:var(--ink)}.gd-help-list-chevron{color:var(--midgrey);transform:rotate(-90deg);flex-shrink:0}.gd-optional-col{width:100%;min-width:0}.gd-optional-panel-shutter{height:100%}.gd-optional-panel{background:linear-gradient(165deg,var(--purple-tint) 0%,#FBFAFF 60%);border:1px solid rgba(110,79,224,.12);border-radius:18px;padding:1.1rem 1.15rem;position:sticky;top:88px;animation:gd-fade-up .3s ease both}@keyframes gd-shutter-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(18px)}}.gd-optional-panel-shutter.exiting .gd-optional-panel{animation:gd-shutter-out .2s ease forwards}.gd-optional-panel-head{display:flex;gap:.7rem;margin-bottom:1rem}.gd-optional-panel-icon{width:38px;height:38px;border-radius:11px;background:var(--white);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #6e4fe026}.gd-optional-panel-title-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.gd-optional-panel-title{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--purple-dark)}.gd-optional-panel-badge{font-size:.58rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--brand-purple);color:var(--white);padding:2px 8px;border-radius:100px}.gd-optional-panel-desc{font-size:.76rem;color:var(--grey);line-height:1.5;margin-top:.3rem}.gd-optional-field{display:flex;gap:.65rem;margin-bottom:.9rem}.gd-optional-field-icon{width:30px;height:30px;border-radius:9px;background:var(--white);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px #141c340f}.gd-optional-field-body{flex:1;min-width:0}.gd-optional-field-label{display:flex;align-items:center;gap:.3rem;font-size:.82rem;font-weight:600;color:var(--ink);margin-bottom:.4rem}.gd-optional-field .gd-chip-row{gap:.35rem}.gd-optional-field .gd-chip{min-height:32px;padding:.3rem .75rem;font-size:.74rem;background:var(--white)}.gd-optional-more{width:100%;background:none;border:none;border-top:1px solid rgba(110,79,224,.15);padding-top:.75rem;margin-top:.2rem;display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.78rem;font-weight:700;color:var(--brand-purple);cursor:pointer}.gd-optional-more svg{transition:transform .2s}.gd-optional-more.open svg{transform:rotate(180deg)}.gd-optional-rest{display:flex;flex-direction:column}.gd-optional-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a22388c;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.gd-optional-modal{background:var(--white);border-radius:20px;width:100%;max-width:640px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000047;animation:gd-fade-up .2s ease both}.gd-optional-modal-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.4rem;border-bottom:1px solid var(--ltgrey);flex-shrink:0}.gd-optional-modal-title-group{display:flex;align-items:center;gap:.6rem}.gd-optional-modal-icon{width:32px;height:32px;border-radius:9px;background:var(--purple-tint);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.gd-optional-modal-title{font-family:Fraunces,serif;font-weight:900;font-size:1.05rem;color:var(--brand-navy)}.gd-optional-modal-sub{font-size:.74rem;color:var(--midgrey);margin-top:1px}.gd-optional-modal-close{width:32px;height:32px;border-radius:50%;background:var(--surface);display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;color:var(--grey);flex-shrink:0;transition:background-color .15s,color .15s}@media(hover:hover){.gd-optional-modal-close:hover{background:var(--ltgrey);color:var(--ink)}}.gd-optional-modal-body{padding:1.4rem;overflow-y:auto;flex:1;min-height:0}.gd-optional-modal-section-title{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--purple-dark);margin:1.4rem 0 .8rem}.gd-optional-modal-section-title:first-child{margin-top:0}.gd-optional-modal-foot{padding:1rem 1.4rem;border-top:1px solid var(--ltgrey);flex-shrink:0;display:flex;justify-content:space-between;gap:.75rem}.gd-optional-progress{margin:.5rem 0 1.1rem}.gd-optional-progress-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.35rem}.gd-optional-progress-label{font-size:.68rem;font-weight:700;color:var(--purple-dark);letter-spacing:.02em}.gd-optional-progress-pct{font-size:.68rem;font-weight:700;color:var(--brand-purple)}.gd-optional-progress-track{height:5px;background:#6e4fe026;border-radius:100px;overflow:hidden}.gd-optional-progress-fill{height:100%;background:var(--brand-purple);border-radius:100px;transition:width .3s ease}.gd-optional-panel+.gd-optional-panel{margin-top:1rem}.gd-summary-panel-mobile{display:none}@media(max-width:1050px){.gd-summary-panel-mobile{display:block;margin-bottom:2rem}}.gd-summary-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:0;cursor:pointer;text-align:left;color:inherit}.gd-summary-toggle-chevron{color:#ffffff80;transition:transform .2s;flex-shrink:0}.gd-summary-toggle-chevron.open{transform:rotate(180deg)}.gd-summary-body-collapsible{max-height:0;overflow:hidden;transition:max-height .25s ease}.gd-summary-body-collapsible.open{max-height:900px}.gd-summary-body-collapsible-inner{padding-top:1.4rem}@media(max-width:900px){.gd-content{padding:1.4rem 1.1rem 8rem}.gd-summary-panel{padding:1.5rem}}.gd-card{background:var(--card-bg);border-radius:18px;border:none;overflow:visible;margin-bottom:.75rem;box-shadow:0 8px 28px #141c340b}.gd-card-body{padding:1.15rem 1.35rem;overflow:visible}@media(max-width:600px){.gd-card-body{padding:1rem 1.1rem}}.gd-field{margin-bottom:.3rem;overflow:visible}.gd-field:last-child{margin-bottom:0}.gd-ql{font-size:.92rem;font-weight:600;color:var(--ink);margin-bottom:.25rem;line-height:1.4}.gd-qsub{font-size:.8rem;color:var(--midgrey);margin-bottom:.7rem;line-height:1.55}.gd-two-col{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media(max-width:480px){.gd-two-col{grid-template-columns:1fr}}.gd-three-col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem}@media(max-width:720px){.gd-three-col{grid-template-columns:1fr}}.gd-required-tag{font-size:.82rem;font-weight:700;color:var(--status-danger);margin-left:2px}.gd-step-section-head{display:flex;align-items:center;gap:.6rem;margin:1.4rem 0 .6rem}.gd-step-section-head:first-child{margin-top:0}.gd-step-section-title{font-size:.62rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--midgrey)}.gd-step-section-head:after{content:"";flex:1;height:1px;background:var(--ltgrey)}.gd-badge-required,.gd-badge-optional{font-size:.58rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:1px 7px;border-radius:100px;margin-left:.2rem}.gd-badge-required{color:var(--navy-3);background:var(--gold-tint);border:1px solid rgba(200,155,42,.35)}.gd-badge-optional{color:var(--midgrey);background:var(--surface);border:1px solid var(--ltgrey)}.gd-subsection-head{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:1.4rem}.gd-subsection-icon{width:38px;height:38px;border-radius:10px;background:var(--purple-tint);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.gd-subsection-title{font-size:1.02rem;font-weight:700;color:var(--ink);line-height:1.3}.gd-subsection-sub{font-size:.82rem;color:var(--grey);margin-top:2px;line-height:1.5}.gd-chapter-card{background:var(--card-bg);border-radius:18px;border:none;box-shadow:0 8px 28px #141c340b;overflow:hidden;margin-bottom:.3rem}.gd-chapter{display:grid;grid-template-columns:160px 1fr;gap:1rem;padding:.6rem 1.1rem}.gd-chapter+.gd-chapter{border-top:1px solid rgba(26,34,56,.06)}.gd-chapter-icon{width:42px;height:42px;border-radius:12px;background:var(--purple-tint);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;margin-bottom:.4rem}.gd-chapter-title{font-family:Fraunces,serif;font-weight:900;font-size:1.02rem;color:var(--ink);margin-bottom:.25rem;line-height:1.25}.gd-chapter-sub{font-size:.74rem;color:var(--grey);line-height:1.45}.gd-chapter-body{display:flex;flex-direction:column;gap:.3rem;min-width:0}@media(max-width:720px){.gd-chapter{grid-template-columns:1fr;gap:.6rem;padding:1rem 1.1rem}.gd-chapter-icon{width:42px;height:42px;border-radius:12px;margin-bottom:.45rem}}.gd-input,.gd-select,.gd-textarea{width:100%;min-height:40px;padding:.4rem 1rem;border:1.5px solid var(--ltgrey);border-radius:11px;font-family:Inter,sans-serif;font-size:.95rem;color:var(--ink);background:var(--surface);outline:none;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s}.gd-input:focus,.gd-select:focus,.gd-textarea:focus{border-color:var(--brand-purple);background:var(--white);box-shadow:0 0 0 3px #6e4fe038}.gd-input::placeholder,.gd-textarea::placeholder{color:var(--midgrey)}.gd-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231A2238' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.gd-textarea{resize:none;min-height:140px;line-height:1.7;background:var(--white)}.gd-input.err,.gd-select.err,.gd-textarea.err{border-color:var(--status-danger);background:var(--danger-tint)}.gd-char-ct{font-size:.68rem;color:var(--midgrey);text-align:right;margin-top:.3rem}.gd-err-text{font-size:.78rem;color:var(--status-danger);margin-top:.3rem}.gd-err-banner{background:var(--danger-tint);border:1.5px solid rgba(179,58,58,.3);border-radius:10px;padding:.75rem 1rem;margin-bottom:.8rem;font-size:.78rem;color:var(--status-danger);font-weight:600;display:flex;align-items:center;gap:.5rem}.gd-chip-row{display:flex;flex-wrap:wrap;gap:.4rem}.gd-chip{min-height:34px;padding:.35rem .9rem;border:1.5px solid var(--ltgrey);border-radius:10px;font-size:.8rem;color:var(--grey);cursor:pointer;background:var(--white);transition:border-color .18s,background-color .18s,color .18s,box-shadow .18s,transform .18s;-webkit-user-select:none;user-select:none;font-weight:500;display:flex;flex-direction:row;align-items:center;gap:.5rem;line-height:1.2;position:relative;touch-action:manipulation}.gd-chip-row.simple .gd-chip{border-radius:100px}.gd-chip svg{opacity:.5;flex-shrink:0}@media(hover:hover){.gd-chip:hover{border-color:var(--brand-purple);background:var(--purple-tint);color:var(--purple-dark)}}.gd-chip:active{border-color:var(--brand-purple);background:var(--purple-tint);color:var(--purple-dark);transition-duration:0s}.gd-chip.on{border-color:var(--brand-purple);background:var(--purple-tint);color:var(--purple-dark);box-shadow:0 2px 8px #6e4fe02e;transform:translateY(-1px)}.gd-chip.on svg{opacity:1;color:var(--brand-purple)}.gd-chip-check{width:16px;height:16px;border-radius:50%;background:var(--brand-purple);color:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:.3rem}.gd-toggle-row{display:flex;gap:.4rem}.gd-tgl{flex:1;padding:.65rem;border:2px solid var(--ltgrey);border-radius:10px;font-size:.82rem;color:var(--grey);cursor:pointer;background:var(--white);text-align:center;transition:border-color .08s,background-color .08s;font-weight:500;touch-action:manipulation}@media(hover:hover){.gd-tgl:hover{border-color:var(--brand-purple);background:var(--purple-tint)}}.gd-tgl:active{border-color:var(--brand-purple);background:var(--purple-tint);transition-duration:0s}.gd-tgl.on{border-color:var(--brand-purple);background:var(--brand-purple);color:var(--white)}.gd-tgl.err{border-color:var(--status-danger);background:var(--danger-tint)}.gd-star-wrap{margin:.8rem 0 .4rem;background:var(--surface);border-radius:12px;padding:1.4rem 1rem 1rem}.gd-stars{display:flex;justify-content:center;gap:.6rem;margin-bottom:.6rem}.gd-star{font-size:0;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.3rem .4rem;background:none;border:none}.gd-star:before{content:"★";font-size:2.6rem;line-height:1;color:var(--ltgrey);transition:color .1s,transform .15s;display:block}.gd-star.on:before,.gd-star:hover:before{color:var(--brand-gold);transform:scale(1.12)}.gd-star-labels{display:flex;justify-content:space-between;padding:0 .4rem;margin-bottom:.3rem}.gd-star-label{font-size:.62rem;font-weight:600;color:var(--midgrey);letter-spacing:.05em;text-transform:uppercase}.gd-star-hint{font-size:.82rem;color:var(--navy-3);font-weight:600;height:1.3rem;text-align:center}.gd-shake{animation:gd-shake .35s ease}@keyframes gd-shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}@keyframes gd-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes gd-fade-in{0%{opacity:0}to{opacity:1}}.gd-card,.gd-chapter-card,.gd-info-card{animation:gd-fade-up .22s ease both}.gd-summary-panel{animation:gd-fade-in .22s ease both}@media(hover:hover){.gd-card:hover,.gd-chapter-card:hover,.gd-info-card:hover{box-shadow:0 12px 32px #141c3412}}.gd-card,.gd-chapter-card,.gd-info-card{transition:box-shadow .2s ease}.gd-rec-row{display:flex;gap:.45rem}.gd-rec{flex:1;padding:.75rem .3rem;border:1.5px solid var(--ltgrey);border-radius:12px;text-align:center;cursor:pointer;transition:border-color .08s,background-color .08s;background:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;min-width:0;touch-action:manipulation}@media(hover:hover){.gd-rec:hover{border-color:var(--brand-purple);background:var(--purple-tint)}}.gd-rec:active{border-color:var(--brand-purple);background:var(--purple-tint);transition-duration:0s}.gd-rec-lbl{font-size:.7rem;font-weight:600;color:var(--grey);line-height:1.3}.gd-rec-sub{font-size:.6rem;color:var(--midgrey);line-height:1.3}.gd-rec.on-yes{border-color:var(--status-good);background:var(--good-tint)}.gd-rec.on-yes .gd-rec-lbl{color:var(--status-good)}.gd-rec.on-mixed{border-color:var(--brand-purple);background:var(--purple-tint)}.gd-rec.on-mixed .gd-rec-lbl{color:var(--brand-purple)}.gd-rec.on-no{border-color:var(--brand-burgundy);background:var(--burgundy-tint)}.gd-rec.on-no .gd-rec-lbl{color:var(--brand-burgundy)}.gd-issue-grid{display:flex;flex-direction:column;gap:.35rem}.gd-issue{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1.5px solid var(--ltgrey);border-radius:12px;cursor:pointer;transition:border-color .08s,background-color .08s;background:var(--white);-webkit-user-select:none;user-select:none;width:100%;text-align:left;touch-action:manipulation}.gd-issue.on-sev{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent}@media(hover:hover){.gd-issue:hover{border-color:var(--brand-purple);background:var(--purple-tint)}}.gd-issue:active{border-color:var(--brand-purple);background:var(--purple-tint);transition-duration:0s}.gd-issue.on,.gd-issue.on-sev{border-color:var(--brand-purple);background:var(--purple-tint)}.gd-issue svg{flex-shrink:0;color:var(--midgrey)}.gd-issue.on svg,.gd-issue.on-sev svg{color:var(--brand-purple)}.gd-issue-lbl{font-size:.85rem;font-weight:500;color:var(--grey);flex:1}.gd-issue.on .gd-issue-lbl,.gd-issue.on-sev .gd-issue-lbl{color:var(--purple-dark)}.gd-issue.full{justify-content:center}.gd-issue.err{border-color:var(--status-danger);background:var(--danger-tint)}.gd-sev-picker{background:var(--gold-tint);border:1.5px solid var(--brand-navy);border-top:1px solid rgba(200,155,42,.4);border-radius:0 0 12px 12px;padding:.6rem 1rem .7rem;display:flex;flex-direction:column;gap:.5rem}.gd-sev-label{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--navy-3)}.gd-sev-btns{display:flex;gap:.4rem}.gd-sev-btn{flex:1;padding:.45rem .5rem;border:1.5px solid rgba(26,34,56,.2);border-radius:8px;background:var(--white);font-size:.75rem;font-weight:600;color:var(--grey);cursor:pointer;text-align:center;transition:border-color .08s,color .08s;touch-action:manipulation}@media(hover:hover){.gd-sev-btn:hover{border-color:var(--brand-purple);color:var(--brand-purple)}}.gd-sev-btn:active{border-color:var(--brand-purple);color:var(--brand-purple);transition-duration:0s}.gd-sev-btn.on-1{border-color:var(--brand-gold);background:var(--gold-tint);color:var(--navy-3)}.gd-sev-btn.on-2{border-color:var(--brand-purple);background:var(--purple-tint);color:var(--brand-purple)}.gd-sev-btn.on-3{border-color:var(--brand-burgundy);background:var(--burgundy-tint);color:var(--brand-burgundy)}.gd-area-rows{display:flex;flex-direction:column;gap:1.1rem}.gd-area-row-label{font-size:.88rem;font-weight:600;color:var(--brand-navy);margin-bottom:.4rem}.gd-area-row-label span{font-size:.75rem;font-weight:400;color:var(--midgrey);margin-left:.3rem}.gd-segs{display:flex;gap:.4rem;flex-wrap:wrap}.gd-seg{padding:.45rem .8rem;border:1.5px solid var(--ltgrey);border-radius:8px;font-size:.78rem;font-weight:600;color:var(--grey);cursor:pointer;background:var(--surface);transition:border-color .08s,background-color .08s,color .08s;-webkit-user-select:none;user-select:none;white-space:nowrap;touch-action:manipulation}@media(hover:hover){.gd-seg:hover{border-color:var(--brand-purple);background:var(--purple-tint);color:var(--purple-dark)}}.gd-seg:active{border-color:var(--brand-purple);background:var(--purple-tint);color:var(--purple-dark);transition-duration:0s}.gd-seg.on{border-color:var(--brand-purple);background:var(--brand-purple);color:var(--white)}.gd-seg.na{color:var(--midgrey)}.gd-seg.na.on{border-color:var(--midgrey);background:var(--midgrey);color:var(--white)}.gd-seg.err{border-color:var(--status-danger);background:var(--danger-tint)}.gd-scale-multi{display:flex;flex-direction:column;gap:.9rem}.gd-scale-item-label{font-size:.8rem;font-weight:600;color:var(--brand-navy);margin-bottom:.35rem}.gd-scale-item-label span{font-size:.65rem;color:var(--midgrey);font-weight:400;margin-left:.3rem}.gd-scale-btns{display:flex;gap:.3rem;flex-wrap:wrap}.gd-sc-btn{flex:1;min-width:34px;height:34px;border:1.5px solid var(--ltgrey);border-radius:8px;background:var(--surface);font-size:.72rem;font-weight:600;color:var(--grey);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .08s,background-color .08s,color .08s;touch-action:manipulation}@media(hover:hover){.gd-sc-btn:hover{border-color:var(--brand-purple);background:var(--purple-tint);color:var(--purple-dark)}}.gd-sc-btn:active{border-color:var(--brand-purple);background:var(--purple-tint);color:var(--purple-dark);transition-duration:0s}.gd-sc-btn.on{border-color:var(--brand-purple);background:var(--brand-purple);color:var(--white)}.gd-scale-ends{display:flex;justify-content:space-between;font-size:.65rem;color:var(--midgrey);margin-top:.2rem}.gd-radio-col{display:flex;flex-direction:column;gap:.3rem}.gd-radio-opt,.gd-chk-opt{display:flex;align-items:center;gap:.7rem;padding:.5rem .8rem;border:1.5px solid var(--ltgrey);border-radius:8px;cursor:pointer;transition:border-color .08s,background-color .08s;background:var(--surface);touch-action:manipulation}.gd-chk-opt{align-items:flex-start}@media(hover:hover){.gd-radio-opt:hover,.gd-chk-opt:hover{border-color:var(--brand-purple);background:var(--purple-tint)}}.gd-radio-opt:active,.gd-chk-opt:active{border-color:var(--brand-purple);background:var(--purple-tint);transition-duration:0s}.gd-radio-opt input,.gd-chk-opt input{accent-color:var(--brand-navy);flex-shrink:0}.gd-chk-opt input{margin-top:2px}.gd-radio-opt span,.gd-chk-opt span{font-size:.76rem;color:var(--ink);cursor:pointer;line-height:1.3}.gd-chk-grid{display:grid;grid-template-columns:1fr 1fr;gap:.3rem}.gd-chk-opt.full{grid-column:1 / -1}@media(max-width:480px){.gd-chk-grid{grid-template-columns:1fr}}.gd-opt-group{margin-top:.8rem}.gd-opt-group-label{font-size:.62rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--midgrey);margin-bottom:.5rem}.gd-inline-opt{border:1px solid var(--ltgrey);border-radius:12px;background:var(--white);margin-bottom:.5rem;overflow:hidden}.gd-inline-opt-hdr{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;cursor:pointer;-webkit-user-select:none;user-select:none;background:none;border:none;width:100%;text-align:left;transition:background-color .08s;touch-action:manipulation}@media(hover:hover){.gd-inline-opt-hdr:hover{background:var(--gold-tint)}}.gd-inline-opt-hdr:active{background:var(--gold-tint);transition-duration:0s}.gd-inline-opt-left{display:flex;align-items:center;gap:.7rem}.gd-inline-opt-icon{width:30px;height:30px;border-radius:8px;background:var(--gold-tint);border:1px solid rgba(200,155,42,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--navy-3)}.gd-inline-opt-title{font-size:.85rem;font-weight:700;color:var(--brand-navy);display:block}.gd-inline-opt-sub{font-size:.7rem;color:var(--midgrey);margin-top:1px;display:block}.gd-inline-opt-right{display:flex;align-items:center;gap:.6rem}.gd-inline-opt-chevron{transition:transform .2s;color:var(--midgrey);flex-shrink:0}.gd-inline-opt-chevron.open{transform:rotate(180deg)}.gd-inline-opt-body{display:none;padding:0 1rem .9rem;border-top:1px solid var(--ltgrey)}.gd-inline-opt-body.open{display:block;padding-top:.85rem}.gd-acc-q{margin-bottom:.85rem}.gd-acc-q:last-child{margin-bottom:0}.gd-acc-q-label{font-size:.82rem;font-weight:600;color:var(--brand-navy);margin-bottom:.45rem;line-height:1.4}.gd-acc-q-sub{font-size:.72rem;color:var(--midgrey);margin-bottom:.45rem;line-height:1.4}.gd-consent-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;background:var(--brand-navy);display:flex;flex-direction:column;overflow-y:auto;background-image:linear-gradient(rgba(200,155,42,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(200,155,42,.08) 1px,transparent 1px);background-size:40px 40px}.gd-consent-inner{max-width:560px;margin:0 auto;padding:2.5rem 1.4rem 5rem;width:100%}.gd-consent-mark{width:44px;height:44px;background:var(--brand-gold);border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:Fraunces,serif;font-weight:900;font-size:18px;color:var(--brand-navy);margin-bottom:1.6rem}.gd-consent-eyebrow{font-size:9px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#c89b2a99;margin-bottom:.5rem}.gd-consent-title{font-family:Fraunces,serif;font-weight:900;font-size:clamp(1.7rem,5vw,2.4rem);color:var(--white);letter-spacing:-.03em;line-height:1.05;margin-bottom:.85rem}.gd-consent-title em{color:var(--brand-gold);font-style:italic}.gd-consent-lead{font-size:.85rem;color:#ffffff8c;line-height:1.75;margin-bottom:1.5rem}.gd-consent-principles{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.6rem}.gd-cp{display:flex;align-items:flex-start;gap:.7rem;padding:.8rem .95rem;background:#ffffff0a;border-radius:10px;border:1px solid rgba(255,255,255,.07)}.gd-cp-icon{width:28px;height:28px;border-radius:7px;background:#c89b2a1f;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;color:var(--brand-gold)}.gd-cp-title{font-size:.8rem;font-weight:700;color:var(--white);margin-bottom:2px;line-height:1.3}.gd-cp-sub{font-size:.71rem;color:#fff6;line-height:1.55}.gd-consent-checks{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.4rem}.gd-consent-check{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;background:#ffffff0d;border-radius:10px;border:1.5px solid rgba(255,255,255,.08);cursor:pointer;transition:border-color .15s}.gd-consent-check.checked{border-color:#c89b2a66;background:#c89b2a0d}.gd-consent-check input{width:18px;height:18px;accent-color:var(--brand-gold);flex-shrink:0;margin-top:1px;cursor:pointer}.gd-consent-check-text{font-size:.78rem;color:#ffffffbf;line-height:1.55}.gd-consent-check-text a{color:var(--brand-gold)}.gd-consent-check-err{font-size:.7rem;color:#ff8a8a;margin-top:.2rem;padding-left:1.5rem}.gd-consent-btn{width:100%;background:var(--brand-gold);color:var(--brand-navy);border:none;padding:1rem;border-radius:12px;font-size:.95rem;font-weight:700;cursor:pointer;margin-top:.5rem}.gd-consent-btn:disabled{opacity:.4;cursor:not-allowed}.gd-consent-btn:not(:disabled):active{background:#b08725}.gd-footer-bar{position:fixed;bottom:0;left:0;right:0;min-height:68px;background:#fffffff7;border-top:1px solid var(--ltgrey);padding:.7rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;z-index:80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 -2px 16px #1a223812;flex-wrap:wrap}@media(max-width:900px){.gd-footer-bar{padding:.85rem 1.1rem;min-height:76px}}.gd-footer-right{display:flex;align-items:center;gap:.6rem}.gd-footer-left{display:none;align-items:center;gap:.5rem}@media(min-width:760px){.gd-footer-left{display:flex}}.gd-footer-icon{width:26px;height:26px;background:var(--gold-tint);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--brand-navy)}.gd-footer-note{font-size:.73rem;color:var(--midgrey);line-height:1.5}.gd-footer-note strong{color:var(--ink);display:block}.gd-btn-back{min-height:44px;background:var(--white);color:var(--grey);border:1.5px solid var(--ltgrey);padding:.72rem 1.2rem;border-radius:14px;font-size:.88rem;cursor:pointer;display:flex;align-items:center;gap:.4rem;white-space:nowrap;transition:border-color .18s,color .18s,transform .18s,box-shadow .18s}@media(hover:hover){.gd-btn-back:hover{border-color:var(--brand-navy);color:var(--brand-navy)}}.gd-btn-back:active{border-color:var(--brand-navy);color:var(--brand-navy);transform:scale(.96);transition-duration:0s}.gd-btn-next{min-height:44px;min-width:150px;justify-content:center;background:var(--brand-purple);color:var(--white);border:none;padding:.78rem 1.8rem;border-radius:14px;font-size:.88rem;font-weight:700;cursor:pointer;letter-spacing:.03em;display:flex;align-items:center;gap:.4rem;transition:transform .18s,background .18s,box-shadow .18s}@media(hover:hover){.gd-btn-next:hover{background:var(--purple-dark);transform:translateY(-2px);box-shadow:0 10px 28px #6e4fe059}}.gd-btn-next:active{background:var(--purple-dark);transform:scale(.96);transition-duration:0s}.gd-btn-next:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.gd-btn-submit{min-height:44px;min-width:150px;justify-content:center;background:var(--brand-gold);color:var(--brand-navy);border:none;padding:.78rem 1.8rem;border-radius:14px;font-size:.88rem;font-weight:700;cursor:pointer;letter-spacing:.03em;display:flex;align-items:center;gap:.4rem;transition:transform .18s,background .18s,box-shadow .18s}@media(hover:hover){.gd-btn-submit:hover{background:#b08725;transform:translateY(-2px);box-shadow:0 10px 28px #c89b2a59}}.gd-btn-submit:active{background:#b08725;transform:scale(.96);transition-duration:0s}.gd-btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.gd-rv-section{border-bottom:1px solid var(--ltgrey);padding:.9rem 1.3rem}.gd-rv-section:last-child{border-bottom:none}.gd-rv-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.55rem;gap:.5rem}.gd-rv-section-title{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--midgrey)}.gd-rv-edit-btn{font-size:.72rem;font-weight:700;color:var(--brand-navy);background:var(--gold-tint);border:1px solid rgba(200,155,42,.35);cursor:pointer;padding:3px 10px;border-radius:20px;white-space:nowrap}.gd-rv-edit-btn:hover{background:var(--brand-gold);border-color:var(--brand-gold)}.gd-rv-opt-badge{font-size:.6rem;font-weight:600;color:var(--midgrey);background:none;border:1px solid var(--ltgrey);border-radius:100px;padding:2px 7px;cursor:pointer;white-space:nowrap}.gd-rv-opt-badge:hover{background:var(--brand-navy);color:var(--brand-gold);border-color:var(--brand-navy)}.gd-rv-row{display:flex;gap:.6rem;margin-bottom:.35rem;align-items:flex-start;justify-content:space-between}.gd-rv-label{font-size:.68rem;color:var(--midgrey);min-width:85px;flex-shrink:0;padding-top:2px}.gd-rv-val{font-size:.8rem;color:var(--ink);font-weight:500;line-height:1.5;text-align:right}.gd-rv-text{color:var(--grey);font-weight:400;font-style:italic;font-size:.76rem;line-height:1.65;background:var(--surface);padding:.5rem .65rem;border-radius:7px;display:block;margin-top:.2rem;text-align:left}.gd-rv-chip{display:inline-block;font-size:.68rem;font-weight:600;padding:2px 8px;border-radius:100px;background:var(--burgundy-tint);color:var(--brand-burgundy);margin:.15rem .15rem 0 0}.gd-rv-chip.positive{background:var(--gold-tint);color:var(--navy-3)}.gd-rrb{display:flex;align-items:center;justify-content:space-between;gap:.5rem;background:var(--brand-navy);color:#ffffffb3;font-size:.72rem;padding:.5rem .9rem;border-radius:9px;margin-bottom:.8rem}.gd-rrb button{background:var(--brand-gold);color:var(--brand-navy);border:none;padding:3px 10px;border-radius:20px;font-size:.72rem;font-weight:700;cursor:pointer}.gd-score-card{background:var(--white);border-radius:16px;border:1px solid var(--ltgrey);overflow:hidden;margin-bottom:1rem;box-shadow:0 4px 24px #1a223814}.gd-sc-head{background:var(--brand-navy);padding:1.2rem 1.5rem;position:relative;overflow:hidden}.gd-sc-head:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(200,155,42,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(200,155,42,.05) 1px,transparent 1px);background-size:28px 28px}.gd-sc-head-inner{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.gd-sc-head-private{display:inline-flex;align-items:center;gap:.35rem;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#c89b2aa6;background:#c89b2a14;border:1px solid rgba(200,155,42,.18);border-radius:100px;padding:.15rem .6rem;margin-bottom:.5rem}.gd-sc-submitted{font-size:9px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--status-good);margin-bottom:.4rem;display:flex;align-items:center;gap:.4rem}.gd-sc-submitted:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--status-good);display:inline-block}.gd-sc-address{font-family:Fraunces,serif;font-weight:900;font-size:1.15rem;color:var(--white);letter-spacing:-.02em;margin-bottom:.15rem;line-height:1.15}.gd-sc-meta{font-size:.73rem;color:#ffffff73}.gd-sc-big-score{text-align:right}.gd-sc-big-num{font-family:Fraunces,serif;font-weight:900;font-size:3.4rem;line-height:1;letter-spacing:-.04em;color:var(--brand-gold)}.gd-sc-big-denom{font-size:.72rem;color:#ffffff59;display:block;text-align:right;margin-top:-.2rem}.gd-sc-subscores{padding:1rem 1.5rem;border-bottom:1px solid var(--ltgrey);display:grid;grid-template-columns:repeat(3,1fr)}.gd-subscore-col{padding:0 .75rem;border-right:1px solid var(--ltgrey)}.gd-subscore-col:first-child{padding-left:0}.gd-subscore-col:last-child{border-right:none;padding-right:0}.gd-subscore-bar-track{height:4px;background:var(--ltgrey);border-radius:100px;overflow:hidden;margin-bottom:.5rem}.gd-subscore-bar-fill{height:100%;border-radius:100px;transition:width .6s ease;width:0%}.gd-subscore-num{font-family:Fraunces,serif;font-weight:900;font-size:1.5rem;line-height:1;letter-spacing:-.03em;margin-bottom:.2rem}.gd-subscore-label{font-size:.65rem;color:var(--midgrey);font-weight:500;text-transform:uppercase;letter-spacing:.06em}.gd-fill-good{background:var(--brand-gold)}.gd-fill-mid{background:var(--brand-purple)}.gd-fill-low{background:var(--brand-burgundy)}.gd-sc-intel{padding:1rem 1.5rem;border-bottom:1px solid var(--ltgrey)}.gd-intel-label{font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--midgrey);margin-bottom:.4rem}.gd-intel-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.3rem}.gd-intel-tag{font-size:.72rem;font-weight:600;padding:.3rem .75rem;border-radius:100px;line-height:1.3}.gd-tag-burgundy{background:var(--burgundy-tint);color:var(--brand-burgundy);border:1px solid rgba(145,47,86,.2)}.gd-tag-purple{background:var(--purple-tint);color:var(--brand-purple);border:1px solid rgba(160,108,213,.2)}.gd-tag-gold{background:var(--gold-tint);color:var(--navy-3);border:1px solid rgba(200,155,42,.3)}.gd-sc-footer{padding:.85rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.gd-sc-footer-note{font-size:.65rem;color:var(--midgrey);line-height:1.4}.gd-sc-report-count{font-size:.7rem;font-weight:600;color:var(--navy-3)}.gd-community-confidence{background:var(--white);border-radius:14px;border:1px solid var(--ltgrey);padding:1.1rem 1.3rem;margin-bottom:.8rem}.gd-cc-lock{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem}.gd-cc-lock-icon{width:28px;height:28px;background:var(--gold-tint);border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--navy-3)}.gd-cc-lock-title{font-size:.78rem;font-weight:700;color:var(--ink)}.gd-cc-lock-sub{font-size:.65rem;color:var(--midgrey);margin-top:1px}.gd-cc-label{font-size:.7rem;font-weight:600;color:var(--navy-3);margin-bottom:.35rem}.gd-cc-progress-track{height:7px;background:var(--ltgrey);border-radius:100px;overflow:hidden;margin-bottom:.35rem}.gd-cc-progress-fill{height:100%;background:linear-gradient(to right,var(--brand-navy),var(--brand-gold));border-radius:100px;transition:width .6s ease}.gd-cc-count{font-size:.68rem;color:var(--midgrey)}.gd-cc-count strong{color:var(--brand-navy)}.gd-cc-note{font-size:.65rem;color:var(--midgrey);margin-top:.6rem;line-height:1.55;border-top:1px solid var(--ltgrey);padding-top:.55rem}.gd-share-row{display:flex;gap:.4rem;flex-wrap:wrap}.gd-share-btn{flex:1;min-width:90px;padding:.65rem .4rem;border-radius:9px;font-size:.72rem;font-weight:600;cursor:pointer;transition:all .15s;border:1.5px solid var(--ltgrey);background:var(--white);color:var(--grey);display:flex;align-items:center;justify-content:center;gap:.35rem;text-decoration:none}.gd-share-btn:hover{border-color:var(--brand-navy);color:var(--brand-navy);background:var(--gold-tint)}.gd-share-copied{border-color:var(--brand-navy)!important;color:var(--brand-navy)!important;background:var(--gold-tint)!important}.gd-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a2238a6;z-index:1000;display:flex;align-items:flex-end;justify-content:center}.gd-modal{background:var(--white);border-radius:20px 20px 0 0;padding:1.8rem 1.6rem 2rem;max-width:480px;width:100%;box-shadow:0 -8px 40px #00000040}@media(min-width:640px){.gd-modal-overlay{align-items:center}.gd-modal{border-radius:20px}}.gd-modal-icon{width:44px;height:44px;background:var(--gold-tint);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--brand-navy)}.gd-modal-count{display:inline-block;background:var(--brand-navy);color:var(--brand-gold);font-weight:700;border-radius:100px;padding:2px 10px;font-size:.75rem;margin-bottom:.5rem}.gd-modal-title{font-family:Fraunces,serif;font-weight:900;font-size:1.3rem;color:var(--brand-navy);line-height:1.2;margin-bottom:.4rem}.gd-modal-sub{font-size:.82rem;color:var(--grey);line-height:1.6;margin-bottom:1.4rem}.gd-modal-secs{margin:.6rem 0 1rem;border-top:1px solid var(--ltgrey);padding-top:.6rem}.gd-modal-sec-row{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--grey);padding:3px 0}.gd-modal-sec-name{color:var(--ink);font-weight:500}.gd-modal-sec-ct{color:var(--navy-3);font-weight:700}.gd-modal-btns{display:flex;flex-direction:column;gap:.6rem}.gd-modal-primary{background:var(--brand-navy);color:var(--brand-gold);border:none;padding:.9rem 1.2rem;border-radius:10px;font-size:.88rem;font-weight:700;cursor:pointer}.gd-modal-secondary{background:transparent;color:var(--grey);border:1.5px solid var(--ltgrey);padding:.8rem 1.2rem;border-radius:10px;font-size:.85rem;font-weight:500;cursor:pointer}.gd-back-home{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.gd-back-home a{display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}.gd-btn-cta-block{background:var(--brand-navy);color:var(--brand-gold);padding:.85rem 1rem;border-radius:12px;font-size:.85rem;font-weight:700}.gd-link-quiet{font-size:.82rem;color:var(--grey);padding:.5rem}.gd-anon-note{display:flex;align-items:flex-start;gap:.6rem;background:var(--gold-tint);border-radius:8px;padding:.6rem .85rem;margin-top:.8rem}.gd-anon-note svg{flex-shrink:0;color:var(--navy-3);margin-top:1px}.gd-anon-note span{font-size:.73rem;color:var(--navy-3);line-height:1.5}.gd-info-icon{width:17px;height:17px;border-radius:50%;background:var(--purple-tint);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;border:none;padding:0;color:var(--brand-purple);margin-left:.35rem;vertical-align:middle;transition:background-color .15s,color .15s}@media(hover:hover){.gd-info-icon:hover{background:var(--brand-purple);color:var(--white)}}.gd-info-tip{background:var(--brand-navy);color:#ffffffd9;font-size:.75rem;line-height:1.6;padding:.65rem .9rem;border-radius:10px;margin-top:.4rem;width:100%;animation:gd-fade-in .15s ease both}.pac-container{z-index:9999!important;border-radius:10px!important;border:1.5px solid var(--ltgrey)!important;box-shadow:0 8px 24px #0000001f!important;font-family:Inter,sans-serif!important;margin-top:4px!important}.pac-item{padding:10px 14px!important;font-size:.85rem!important;cursor:pointer!important;border-bottom:1px solid var(--ltgrey)!important;line-height:1.4!important}.pac-item:hover,.pac-item-selected{background:var(--gold-tint)!important}.pac-item-query{font-size:.85rem!important;color:var(--ink)!important;font-weight:600!important}.pac-matched{color:var(--brand-navy)!important}
