@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,900;1,9..144,700&family=DM+Sans:wght@400;500;600;700&family=DM+Mono:wght@400;500&display=swap";:root{--brand-navy: #1A2238;--brand-purple: #A06CD5;--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: #F2EBFA;--burgundy-tint: #FAEBF0;--danger-tint: #FBEAEA;--good-tint: #E7F3EC;--ink: #1C1C22;--grey: #6B6B72;--ltgrey: #E3DFD6;--midgrey: #9A98A0;--white: #FFFFFF;--page-bg: var(--brand-cream);--card-bg: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:DM Sans,sans-serif;background:var(--page-bg);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:DM Mono,monospace}:focus-visible{outline:2px solid var(--brand-gold);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 2.5rem;height:60px;position:sticky;top:0;z-index:100}.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;align-items:baseline;gap:.3rem}.gd-nt{font-family:Fraunces,serif;font-weight:900;font-size:15px;color:var(--white);line-height:1}.gd-nav-tag{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#c89b2a99}.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}.gd-hero{background:var(--brand-navy);padding:1.6rem 3rem 1.4rem;position:relative;overflow:hidden;transition:padding .3s ease,max-height .3s ease,opacity .3s ease;max-height:300px;border-bottom:3px solid rgba(200,155,42,.35)}.gd-hero.scrolled{padding:0;max-height:0;opacity:0;pointer-events:none;overflow:hidden;border-bottom:none!important}.gd-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;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;z-index:1;pointer-events:none}.gd-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 50%,transparent 40%,rgba(26,34,56,.7) 100%);z-index:1;pointer-events:none}.gd-hero-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:2.5rem;flex-wrap:wrap}.gd-hero-text{flex:1;min-width:260px;max-width:460px}.gd-hero-eyebrow{font-size:9px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--brand-gold);margin-bottom:.65rem;display:flex;align-items:center;gap:.5rem;opacity:.8}.gd-hero-eyebrow:before{content:"";width:16px;height:2px;background:var(--brand-gold)}.gd-hero h1{font-size:clamp(1.6rem,3vw,2.2rem);color:var(--white);line-height:1.05;margin-bottom:.5rem}.gd-hero h1 em{color:var(--brand-gold);font-style:italic}.gd-hero-sub{font-size:.85rem;color:#ffffff8c;line-height:1.6;max-width:480px;margin-bottom:0}.gd-hero-badges{display:flex;gap:1.2rem;flex-wrap:wrap}.gd-hero-badge{display:flex;gap:.5rem;align-items:flex-start;min-width:0}.gd-hero-badge-icon{width:24px;height:24px;border-radius:6px;background:#c89b2a26;border:1px solid rgba(200,155,42,.28);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--brand-gold)}.gd-hero-badge-text{font-size:.62rem;color:#ffffff8c;line-height:1.3;font-weight:500}.gd-hero-badge-text strong{color:#ffffffd9;display:block;font-weight:700}.gd-shell{display:flex;min-height:calc(100vh - 60px)}.gd-prog-nav{width:220px;flex-shrink:0;background:var(--card-bg);border-right:1px solid var(--ltgrey);padding:1.8rem 0 1.5rem;position:sticky;top:60px;height:calc(100vh - 60px);overflow-y:auto;display:flex;flex-direction:column}.gd-prog-nav-label{font-size:.6rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--midgrey);padding:0 1.2rem 1.1rem;border-bottom:1px solid var(--ltgrey);margin-bottom:.8rem}.gd-prog-steps{list-style:none;padding:0 .5rem;flex:1}.gd-prog-step{display:flex;align-items:flex-start;gap:.6rem;padding:.55rem .65rem;border-radius:9px;margin-bottom:.1rem;transition:background .15s;position:relative;cursor:default}.gd-prog-step.done{cursor:pointer}.gd-prog-step.done:hover,.gd-prog-step.active{background:var(--gold-tint)}.gd-prog-step-num{width:22px;height:22px;border-radius:50%;background:var(--ltgrey);display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:700;color:var(--midgrey);flex-shrink:0;margin-top:1px;transition:all .2s}.gd-prog-step.active .gd-prog-step-num,.gd-prog-step.done .gd-prog-step-num{background:var(--brand-navy);color:var(--brand-gold)}.gd-prog-step-title{font-size:.77rem;font-weight:600;color:var(--midgrey);display:block;line-height:1.25}.gd-prog-step.active .gd-prog-step-title{color:var(--brand-navy);font-weight:700}.gd-prog-step.done .gd-prog-step-title{color:var(--navy-3)}.gd-prog-step-sub{font-size:.64rem;color:var(--midgrey);display:block;margin-top:.1rem}.gd-prog-nav-note{padding:.9rem 1.1rem;margin-top:auto;border-top:1px solid var(--ltgrey)}.gd-prog-nav-note-inner{background:var(--gold-tint);border:1px solid rgba(200,155,42,.3);border-radius:9px;padding:.65rem .85rem}.gd-prog-nav-note p{font-size:.67rem;color:var(--navy-3);line-height:1.5}.gd-content{flex:1;background:var(--page-bg);padding:2.5rem 3.5rem 9rem;min-width:0;overflow-y:auto;height:calc(100vh - 60px)}.gd-wrap{width:100%;max-width:640px}.gd-step-header{margin-bottom:2.2rem}.gd-step-eyebrow{font-size:.62rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--navy-3);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.gd-step-eyebrow:before{content:"";width:14px;height:2px;background:var(--brand-gold)}.gd-step-title{font-family:Fraunces,serif;font-weight:900;font-size:2rem;color:var(--brand-navy);letter-spacing:-.035em;line-height:1.1;margin-bottom:.4rem}.gd-step-sub{font-size:.92rem;color:var(--grey);line-height:1.65}@media(max-width:900px){.gd-shell{flex-direction:column}.gd-prog-nav{width:100%;height:auto;position:static;border-right:none;border-bottom:1px solid var(--ltgrey);padding:.75rem 0 .6rem}.gd-prog-nav-label{display:none}.gd-prog-steps{display:flex;gap:0;overflow-x:auto;padding:0 .5rem}.gd-prog-step{flex-direction:column;align-items:center;min-width:62px;text-align:center;gap:.3rem}.gd-prog-step-sub{display:none}.gd-content{padding:1.5rem 1.1rem 8rem}}.gd-card{background:var(--card-bg);border-radius:14px;border:1px solid var(--ltgrey);overflow:visible;margin-bottom:1.2rem;box-shadow:0 1px 6px #1a22380d}.gd-card-body{padding:1.8rem 2rem;overflow:visible}@media(max-width:600px){.gd-card-body{padding:1.3rem 1.2rem}}.gd-field{margin-bottom:1.6rem;overflow:visible}.gd-field:last-child{margin-bottom:0}.gd-ql{font-size:.95rem;font-weight:600;color:var(--ink);margin-bottom:.5rem;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:.8rem}@media(max-width:480px){.gd-two-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:2rem 0 .75rem}.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(--brand-cream);border:1px solid var(--ltgrey)}.gd-input,.gd-select,.gd-textarea{width:100%;padding:.85rem 1.1rem;border:1.5px solid var(--ltgrey);border-radius:10px;font-family:DM Sans,sans-serif;font-size:.95rem;color:var(--ink);background:var(--brand-cream);outline:none;transition:background-color .15s,border-color .15s,color .15s}.gd-input:focus,.gd-select:focus,.gd-textarea:focus{border-color:var(--brand-navy);background:var(--white);box-shadow:0 0 0 3px #1a22380f}.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:grid;grid-template-columns:repeat(3,1fr);gap:.4rem}.gd-chip-row.simple{display:flex;flex-wrap:wrap}.gd-chip{padding:.65rem .5rem;border:1.5px solid var(--ltgrey);border-radius:10px;font-size:.78rem;color:var(--grey);cursor:pointer;background:var(--white);transition:all .12s;-webkit-user-select:none;user-select:none;font-weight:500;display:flex;flex-direction:column;align-items:center;gap:.3rem;text-align:center;line-height:1.2;position:relative}.gd-chip-row.simple .gd-chip{flex-direction:row;padding:.4rem .85rem;border-radius:100px}.gd-chip svg{opacity:.5;flex-shrink:0}.gd-chip:hover,.gd-chip.on{border-color:var(--brand-navy);background:var(--gold-tint);color:var(--brand-navy)}.gd-chip.on svg{opacity:1;color:var(--brand-navy)}.gd-chip.on:after{content:"✓";position:absolute;top:-6px;right:-6px;width:16px;height:16px;background:var(--brand-navy);border-radius:50%;color:var(--brand-gold);font-size:9px;display:flex;align-items:center;justify-content:center;font-weight:700}.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:all .12s;font-weight:500}.gd-tgl:hover{border-color:var(--brand-navy);background:var(--gold-tint)}.gd-tgl.on{border-color:var(--brand-navy);background:var(--brand-navy);color:var(--brand-gold)}.gd-tgl.err{border-color:var(--status-danger);background:var(--danger-tint)}.gd-star-wrap{margin:.8rem 0 .4rem;background:var(--brand-cream);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)}}.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:all .12s;background:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;min-width:0}.gd-rec:hover{border-color:var(--brand-navy);background:var(--gold-tint)}.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(--brand-gold);background:var(--gold-tint)}.gd-rec.on-yes .gd-rec-lbl{color:var(--navy-3)}.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:all .12s;background:var(--white);-webkit-user-select:none;user-select:none;width:100%;text-align:left}.gd-issue.on-sev{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent}.gd-issue:hover,.gd-issue.on,.gd-issue.on-sev{border-color:var(--brand-navy);background:var(--gold-tint)}.gd-issue svg{flex-shrink:0;color:var(--midgrey)}.gd-issue.on svg,.gd-issue.on-sev svg{color:var(--brand-navy)}.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(--brand-navy)}.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:all .12s}.gd-sev-btn:hover{border-color:var(--brand-navy);color:var(--brand-navy)}.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(--brand-cream);transition:all .12s;-webkit-user-select:none;user-select:none;white-space:nowrap}.gd-seg:hover{border-color:var(--brand-navy);background:var(--gold-tint);color:var(--brand-navy)}.gd-seg.on{border-color:var(--brand-navy);background:var(--brand-navy);color:var(--brand-gold)}.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(--brand-cream);font-size:.72rem;font-weight:600;color:var(--grey);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .12s}.gd-sc-btn:hover{border-color:var(--brand-navy);background:var(--gold-tint);color:var(--brand-navy)}.gd-sc-btn.on{border-color:var(--brand-navy);background:var(--brand-navy);color:var(--brand-gold)}.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:all .12s;background:var(--brand-cream)}.gd-chk-opt{align-items:flex-start}.gd-radio-opt:hover,.gd-chk-opt:hover{border-color:var(--brand-navy);background:var(--gold-tint)}.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:1rem}.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:.9rem 1.1rem;cursor:pointer;-webkit-user-select:none;user-select:none;background:none;border:none;width:100%;text-align:left}.gd-inline-opt-hdr:hover{background:var(--gold-tint)}.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 1.1rem 1.1rem;border-top:1px solid var(--ltgrey)}.gd-inline-opt-body.open{display:block;padding-top:1rem}.gd-acc-q{margin-bottom:1.1rem}.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:220px;right:0;background:#fffffff7;border-top:1px solid var(--ltgrey);padding:.75rem 3rem;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{left:0;padding:.75rem 1.1rem}}.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{background:transparent;color:var(--grey);border:1.5px solid var(--ltgrey);padding:.72rem 1.2rem;border-radius:9px;font-size:.88rem;cursor:pointer;display:flex;align-items:center;gap:.4rem;white-space:nowrap}.gd-btn-back:hover{border-color:var(--brand-navy);color:var(--brand-navy)}.gd-btn-next{background:var(--brand-navy);color:var(--brand-gold);border:none;padding:.78rem 1.8rem;border-radius:9px;font-size:.88rem;font-weight:700;cursor:pointer;letter-spacing:.03em;transition:transform .15s,background .15s}.gd-btn-next:hover{background:var(--navy-2);transform:translateY(-1px)}.gd-btn-next:disabled{opacity:.6;cursor:not-allowed;transform:none}.gd-btn-submit{background:var(--brand-gold);color:var(--brand-navy);border:none;padding:.78rem 1.8rem;border-radius:9px;font-size:.88rem;font-weight:700;cursor:pointer;letter-spacing:.03em;transition:transform .15s,background .15s}.gd-btn-submit:hover{background:#b08725;transform:translateY(-1px)}.gd-btn-submit:disabled{opacity:.6;cursor:not-allowed;transform: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(--brand-cream);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:18px;height:18px;border-radius:50%;background:var(--ltgrey);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;border:none;padding:0;color:var(--midgrey)}.gd-info-tip{background:var(--brand-navy);color:#ffffffd9;font-size:.75rem;line-height:1.6;padding:.65rem .9rem;border-radius:8px;margin-top:.4rem;width:100%}.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:DM Sans,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}
