@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap";.layout{display:flex;flex-direction:column;min-height:100dvh}.header{position:sticky;top:0;z-index:50;display:flex;align-items:center;padding:1.2rem 1.5rem;background:#060608d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.logo{display:flex;align-items:center;gap:.6rem;text-decoration:none}.logo-gc{font-size:.95rem;font-weight:600;color:var(--white);letter-spacing:-.01em}.logo-name{font-size:.82rem;font-weight:200;color:var(--dim);letter-spacing:-.01em}.main{flex:1;padding-bottom:5rem}.seg-island{position:fixed;bottom:1.2rem;left:50%;transform:translate(-50%);z-index:200;padding-bottom:env(safe-area-inset-bottom)}.seg-track{background:#0c0c0f;border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:3px;display:flex;position:relative;box-shadow:0 10px 40px #000000b3,0 2px 8px #0000004d}.seg-ind{position:absolute;top:3px;height:calc(100% - 6px);border-radius:100px;background:var(--white);transition:all .45s var(--ease);z-index:1;pointer-events:none;opacity:0;box-shadow:0 0 15px 4px #f0ede866,0 0 40px 10px #f0ede826,0 0 80px 20px #f0ede80f}.seg-b{position:relative;z-index:2;padding:.5rem 1rem;border-radius:100px;background:transparent;border:none;font-family:var(--font);font-size:.72rem;font-weight:400;color:var(--dim);transition:color .3s;white-space:nowrap;text-decoration:none;text-align:center}.seg-b:hover{color:var(--white)}.seg-b.on{color:var(--bg);font-weight:500}.home{display:flex;flex-direction:column;min-height:calc(100dvh - 4rem)}.home-hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem 2rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;background:var(--faint);border:1px solid var(--border);border-radius:100px;font-size:.8rem;font-weight:400;color:#fff6;margin-bottom:2.5rem;animation-delay:.3s}.hero-blink{width:5px;height:5px;background:var(--green);border-radius:50%;animation:blink 2.5s ease-in-out infinite}.hero-h{font-size:clamp(2.8rem,8vw,4.5rem);font-weight:200;line-height:1.05;letter-spacing:-.04em;color:var(--white);margin-bottom:1.5rem;animation-delay:.5s}.hero-thin{font-weight:100;color:#ffffff59}.hero-sub{font-size:1rem;font-weight:300;color:#ffffff59;margin-bottom:2.5rem;animation-delay:.7s}.hero-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.75rem 2rem;background:var(--white);color:var(--bg);border:none;border-radius:100px;font-family:var(--font);font-size:.88rem;font-weight:500;letter-spacing:-.01em;transition:all .4s var(--ease);box-shadow:0 0 #fff0;animation-delay:1s}.hero-btn:hover{box-shadow:0 0 30px 8px #ffffff1f,0 0 80px 20px #ffffff0a;transform:translateY(-1px)}.hero-btn svg{width:14px;height:14px;transition:transform .3s}.hero-btn:hover svg{transform:translateY(2px)}.home-cards{display:flex;flex-direction:column;gap:.75rem;padding-bottom:2rem}.home-card{display:flex;align-items:center;gap:1rem;padding:1.6rem 1.8rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;cursor:pointer;transition:all .5s var(--ease);position:relative}.home-card:hover{border-color:var(--border-hi);background:var(--bg-card-hover)}.home-card:hover .hc-lamp{background:#fff;box-shadow:0 0 8px 2px #ffffff4d,0 0 24px 6px #ffffff1f,0 0 50px 12px #ffffff0d}.hc-n{font-family:var(--mono);font-size:.6rem;font-weight:500;color:var(--muted);letter-spacing:.1em;flex-shrink:0}.hc-body{flex:1}.hc-name{font-size:1.1rem;font-weight:300;letter-spacing:-.01em;margin-bottom:.15rem}.hc-desc{font-size:.85rem;font-weight:300;color:var(--dim)}.hc-lamp{width:8px;height:8px;border-radius:50%;background:#ffffff0f;flex-shrink:0;transition:all .6s ease;box-shadow:0 0 #fff0}.home-foot{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1.5rem 0 2rem}.home-foot a{font-size:.72rem;font-weight:400;color:var(--muted);transition:color .3s}.home-foot a:hover{color:var(--white)}.foot-dot{width:3px;height:3px;background:var(--muted);border-radius:50%}.chat{display:flex;flex-direction:column;height:calc(100dvh - 4rem);overflow:hidden}.chat-body{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:.8rem}.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.2rem;padding:2rem 0}.ce-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;border:1px solid var(--green-dim);border-radius:100px;font-size:.7rem;font-weight:500;color:var(--green);letter-spacing:.03em}.ce-blink{width:5px;height:5px;background:var(--green);border-radius:50%;animation:blink 2s ease-in-out infinite}.ce-text{font-size:.95rem;font-weight:300;color:var(--dim);max-width:320px}.ce-quick{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;max-width:400px}.cq-btn{padding:.4rem .95rem;background:var(--faint);border:1px solid var(--border);border-radius:100px;font-size:.78rem;font-weight:400;color:var(--dim);transition:all .3s var(--ease)}.cq-btn:hover{border-color:var(--border-hi);color:var(--white)}.msg{display:flex}.msg-user{justify-content:flex-end}.msg-assistant{justify-content:flex-start}.msg-bubble{max-width:80%;padding:.8rem 1.1rem;border-radius:12px;font-size:.9rem;font-weight:300;line-height:1.65;white-space:pre-wrap;word-break:break-word}.msg-user .msg-bubble{background:var(--white);color:var(--bg);border-bottom-right-radius:4px}.msg-assistant .msg-bubble{background:var(--bg-card);border:1px solid var(--border);color:var(--white);border-bottom-left-radius:4px}.typing{display:flex;align-items:center;gap:4px;padding:1rem 1.2rem}.typing span{width:5px;height:5px;border-radius:50%;background:var(--muted);animation:blink 1.4s ease-in-out infinite}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}.chat-input-wrap{padding:.8rem 1rem 1rem;background:#060608d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border)}.chat-input-bar{display:flex;gap:.6rem;align-items:center;max-width:640px;margin:0 auto}.chat-input-bar input{flex:1;background:var(--bg-card);border:1px solid var(--border);border-radius:100px;padding:.7rem 1.2rem;font-size:.88rem;font-weight:300;color:var(--white)}.chat-input-bar input:focus{border-color:var(--border-hi)}.send-btn{width:38px;height:38px;flex-shrink:0;border-radius:50%;background:var(--white);color:var(--bg);display:flex;align-items:center;justify-content:center;transition:all .3s var(--ease)}.send-btn:disabled{opacity:.3;cursor:not-allowed}.send-btn:not(:disabled):hover{box-shadow:0 0 20px 4px #f0ede833}.send-btn svg{width:16px;height:16px}.cases{padding-top:2rem;padding-bottom:2rem}.sec-n{font-family:var(--mono);font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-bottom:1.5rem}.sec-n em{font-style:normal;color:var(--dim)}.sec-h{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:200;letter-spacing:-.03em;line-height:1.1;margin-bottom:2.5rem}.sec-lt{font-weight:100;color:var(--dim)}.cases-loading{display:flex;justify-content:center;padding:3rem 0}.loader{width:24px;height:24px;border:1px solid var(--border);border-top-color:var(--white);border-radius:50%;animation:spin .8s linear infinite}.cases-err{padding:1rem;text-align:center;font-size:.85rem;color:var(--dim)}.cases-list{display:flex;flex-direction:column;gap:.75rem}.case-card{padding:2rem 1.8rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;cursor:pointer;transition:all .5s var(--ease);position:relative}.case-card:hover{border-color:var(--border-hi);background:var(--bg-card-hover)}.case-card:hover .cc-lamp{background:#fff;box-shadow:0 0 8px 2px #ffffff4d,0 0 24px 6px #ffffff1f,0 0 50px 12px #ffffff0d}.cc-top{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.cc-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .8rem;border-radius:100px;font-size:.65rem;font-weight:500;letter-spacing:.05em}.cc-badge.nda{border:1px solid var(--green-dim);color:var(--green)}.cc-pulse{width:5px;height:5px;border-radius:50%;animation:blink 2s ease-in-out infinite}.cc-city{display:flex;align-items:center;gap:.35rem;font-family:var(--mono);font-size:.6rem;color:var(--muted);letter-spacing:.05em}.cc-dot{width:4px;height:4px;border-radius:50%}.cc-name{font-size:1.2rem;font-weight:300;letter-spacing:-.02em;margin-bottom:.5rem}.cc-desc{font-size:.9rem;font-weight:300;color:var(--dim);line-height:1.6;margin-bottom:1rem}.cc-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1.2rem}.cc-tag{padding:.25rem .65rem;border:1px solid var(--border);border-radius:100px;font-size:.68rem;font-weight:400;color:var(--muted)}.cc-foot{display:flex;justify-content:space-between;align-items:center}.cc-hours{font-family:var(--mono);font-size:.6rem;color:var(--muted);letter-spacing:.08em}.cc-cta{font-size:.72rem;font-weight:400;color:var(--green);opacity:.7;transition:opacity .3s}.case-card:hover .cc-cta{opacity:1}.cc-lamp{position:absolute;top:1.8rem;right:1.8rem;width:8px;height:8px;border-radius:50%;background:#ffffff0f;transition:all .6s ease;box-shadow:0 0 #fff0}.player{padding-top:1.5rem;padding-bottom:3rem;min-height:60dvh}.player-back{display:inline-flex;align-items:center;gap:.3rem;background:none;color:var(--dim);font-size:.78rem;font-weight:400;padding:.4rem 0;margin-bottom:1.5rem;transition:color .3s}.player-step{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem 1.8rem;animation:fadeIn .4s var(--ease) both}.ps-title{font-size:.65rem;font-family:var(--mono);font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:1rem}.ps-num{font-family:var(--mono);font-size:.6rem;font-weight:500;letter-spacing:.1em;color:var(--muted);text-transform:uppercase;margin-bottom:.8rem}.ps-text{font-size:.95rem;font-weight:300;line-height:1.7;color:var(--white);margin-bottom:1.5rem;white-space:pre-line}.ps-text strong{font-weight:500;color:var(--white-bright)}.ps-options{display:flex;flex-direction:column;gap:.5rem}.ps-opt{width:100%;padding:.85rem 1.2rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;color:var(--white);font-size:.88rem;font-weight:300;text-align:left;transition:all .3s var(--ease)}.ps-opt:hover:not(:disabled){border-color:var(--border-hi);background:var(--bg-card-hover)}.ps-opt:active:not(:disabled){transform:scale(.98)}.ps-opt:disabled{opacity:.5;cursor:default}.ps-opt-on{border-color:var(--green)!important;background:var(--green-dim)!important;color:var(--green)}.ps-opt-green{border-color:var(--green);color:var(--green)}.ps-opt-green:hover:not(:disabled){background:var(--green-dim)}.ps-multi{display:flex;flex-direction:column;gap:1rem}.ps-next{padding:.75rem 1.5rem;background:var(--green-dim);border:1px solid var(--green);border-radius:10px;color:var(--green);font-size:.85rem;font-weight:400;transition:all .3s var(--ease);margin-top:.5rem}.ps-next:hover:not(:disabled){background:var(--green);color:var(--bg)}.ps-next:disabled{opacity:.4;cursor:default}.ps-input-wrap{display:flex;flex-direction:column;gap:.8rem}.ps-text-input{background:var(--bg);border:1px solid var(--border);border-radius:10px;color:var(--white);padding:.85rem 1.2rem;font-size:.9rem;font-weight:300;font-family:var(--font);outline:none;transition:border-color .3s}.ps-text-input:focus{border-color:var(--border-hi)}.ps-text-input::placeholder{color:var(--muted)}.ps-animation{display:flex;flex-direction:column;gap:.6rem}.ps-anim-prompt{font-size:.95rem;font-weight:300;color:var(--white);margin-bottom:.5rem}.ps-anim-line{font-size:.82rem;font-weight:300;color:var(--dim);display:flex;align-items:center;gap:.5rem;padding:.3rem 0}.ps-anim-dot{width:6px;height:6px;border-radius:50%;background:var(--green);flex-shrink:0}.ps-anim-loading{padding:.5rem 0}.ps-anim-result{font-size:.95rem;font-weight:400;color:var(--green);padding:.8rem;background:var(--green-dim);border:1px solid rgba(74,158,122,.2);border-radius:10px;margin-top:.5rem;white-space:pre-line}.ps-match{display:flex;flex-direction:column;gap:1rem;padding:1.2rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;margin-bottom:1rem}.ps-match-pct-wrap{display:flex;align-items:baseline;gap:.5rem}.ps-match-pct{font-size:2rem;font-weight:200;color:var(--green);letter-spacing:-.03em}.ps-match-level{font-size:.78rem;color:var(--dim)}.ps-match-name{font-size:1.1rem;font-weight:300}.ps-match-meta{font-size:.82rem;color:var(--dim)}.ps-match-rec{font-size:.82rem;color:var(--muted);font-style:italic}.ps-health{padding:1.2rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;margin-bottom:1rem}.ps-triage{font-family:var(--mono);font-size:.65rem;font-weight:500;letter-spacing:.1em;color:var(--accent);margin-bottom:.8rem;text-transform:uppercase}.ps-vitals{display:flex;flex-direction:column;gap:.4rem}.ps-vital{display:flex;align-items:center;justify-content:space-between;font-size:.82rem;padding:.3rem 0;border-bottom:1px solid var(--border)}.ps-vital:last-child{border-bottom:none}.ps-vital-name{color:var(--dim);flex:1}.ps-vital-val{font-weight:400;color:var(--white);min-width:60px;text-align:right;margin-right:.8rem}.ps-vital-ind{font-size:.72rem;font-weight:500;min-width:60px;text-align:right}.ps-vital-ind.ok{color:var(--green)}.ps-vital-ind.warn{color:var(--accent)}.ps-spec-rec{font-size:.82rem;color:var(--dim);margin-top:.8rem;line-height:1.5}.ps-spec-rec strong{color:var(--white);font-weight:400}.ps-card{padding:1.2rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;margin-bottom:1rem}.ps-card-title{font-family:var(--mono);font-size:.65rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:.8rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.ps-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.3rem 0;font-size:.82rem}.ps-row-l{color:var(--dim);font-weight:300;flex-shrink:0}.ps-row-v{color:var(--white);font-weight:400;text-align:right;word-break:break-word}.ps-test-row{display:flex;align-items:center;gap:.5rem;font-size:.78rem;padding:.35rem 0;border-bottom:1px solid var(--border)}.ps-test-row:last-child{border-bottom:none}.ps-test-name{flex:1;color:var(--dim)}.ps-test-val{font-weight:400;color:var(--white);min-width:55px}.ps-test-norm{color:var(--muted);font-size:.7rem;min-width:65px}.ps-rx-row{display:flex;justify-content:space-between;gap:.5rem;font-size:.82rem;padding:.4rem 0;border-bottom:1px solid var(--border);flex-wrap:wrap}.ps-rx-row:last-child{border-bottom:none}.ps-rx-name{color:var(--white);font-weight:400;flex:1;min-width:120px}.ps-rx-dose{color:var(--dim);font-size:.78rem}.ps-rx-dur{color:var(--muted);font-size:.72rem;font-family:var(--mono)}.ps-price-block{margin-top:.8rem;padding-top:.8rem;border-top:1px solid var(--border)}.ps-price-row{display:flex;justify-content:space-between;font-size:.82rem;padding:.2rem 0;color:var(--dim)}.ps-price-total{display:flex;justify-content:space-between;font-size:1rem;font-weight:400;padding:.5rem 0;margin-top:.3rem;border-top:1px solid var(--border);color:var(--white)}.ps-price-points{text-align:right;font-size:.72rem;color:var(--gold);font-family:var(--mono)}.ps-escrow{display:flex;align-items:center;gap:.6rem;padding:.8rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;font-size:.82rem;color:var(--dim);margin-bottom:1rem}.ps-escrow-badge{font-family:var(--mono);font-size:.6rem;font-weight:500;letter-spacing:.08em;color:var(--blue);padding:.2rem .6rem;border:1px solid var(--blue-dim);border-radius:100px;flex-shrink:0}.ps-yacht-grid{display:flex;flex-direction:column;gap:.6rem}.ps-yacht-card{display:flex;flex-direction:column;overflow:hidden;background:var(--bg);border:1px solid var(--border);border-radius:10px;transition:all .3s var(--ease);text-align:left;padding:0}.ps-yacht-card:hover:not(:disabled){border-color:var(--border-hi)}.ps-yacht-img{width:100%;height:160px;object-fit:cover;display:block}.ps-yacht-label{padding:.8rem 1rem;font-size:.88rem;font-weight:300;color:var(--white)}.ps-final{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0}.ps-final-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--green-dim);border:1px solid var(--green);border-radius:50%;font-size:1.5rem;color:var(--green)}.ps-final-title{font-size:1.1rem;font-weight:300}.ps-final .ps-card{width:100%}.ps-tech{display:flex;flex-direction:column;gap:.3rem;width:100%;padding:.8rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:10px}.ps-tech-lbl{font-family:var(--mono);font-size:.55rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.ps-tech-val{font-size:.8rem;color:var(--dim);line-height:1.5}.ps-final-cta{display:flex;flex-direction:column;gap:.6rem;width:100%;margin-top:.5rem}.ps-cta-link{display:block;text-align:center;padding:.75rem;border:1px solid var(--border);border-radius:10px;color:var(--green);font-size:.85rem;font-weight:400;transition:all .3s var(--ease);text-decoration:none}.ps-cta-link:hover{border-color:var(--green);background:var(--green-dim)}.order{padding-top:2rem;padding-bottom:3rem}.order-form{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:3rem}.of-field{display:flex;flex-direction:column;gap:.4rem}.of-label{font-family:var(--mono);font-size:.65rem;font-weight:500;color:var(--muted);letter-spacing:.1em;text-transform:uppercase}.of-err{font-size:.8rem;color:#c45a5a;text-align:center}.of-submit{width:100%;padding:.8rem;background:var(--white);color:var(--bg);border:none;border-radius:100px;font-family:var(--font);font-size:.9rem;font-weight:500;transition:all .3s var(--ease);margin-top:.5rem}.of-submit:hover{box-shadow:0 0 20px 4px #ffffff1a}.of-submit:disabled{opacity:.5}.order-ok{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1rem;gap:1rem}.ok-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid var(--green-dim);border-radius:50%;font-size:1.2rem;color:var(--green)}.ok-h{font-size:1.4rem;font-weight:300;letter-spacing:-.02em}.ok-p{font-size:.85rem;color:var(--muted)}.ok-btn{margin-top:1rem;padding:.6rem 1.5rem;background:transparent;border:1px solid var(--border);border-radius:100px;color:var(--dim);font-family:var(--font);font-size:.8rem}.ok-btn:hover{border-color:var(--border-hi);color:var(--white)}.order-contacts{display:flex;flex-direction:column;gap:.6rem}.oc-card{display:flex;align-items:center;gap:1.2rem;padding:1.2rem 1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;text-decoration:none;color:var(--white);transition:all .4s var(--ease)}.oc-card:hover{border-color:var(--border-hi);transform:translate(4px)}.oc-ico{width:34px;height:34px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.oc-ico svg{width:20px;height:20px;stroke:var(--white)}.oc-lbl{font-family:var(--mono);font-size:.55rem;font-weight:500;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.oc-val{font-size:.88rem;font-weight:400}.player{padding-top:1.5rem;padding-bottom:3rem}.player-back{display:inline-flex;align-items:center;background:transparent;color:var(--dim);font-size:.8rem;font-weight:400;margin-bottom:1.5rem;padding:0;transition:color .3s}.player-back:hover{color:var(--white)}.player-header{margin-bottom:2rem}.player-step{padding:2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px}.ps-num{font-family:var(--mono);font-size:.6rem;color:var(--muted);letter-spacing:.1em;margin-bottom:1rem}.ps-text{font-size:1rem;font-weight:300;line-height:1.7;color:var(--dim);margin-bottom:1.5rem}.ps-options{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem}.ps-opt{padding:.5rem 1.1rem;background:var(--faint);border:1px solid var(--border);border-radius:100px;font-size:.82rem;font-weight:400;color:var(--dim);transition:all .3s var(--ease)}.ps-opt:hover{border-color:var(--border-hi);color:var(--white)}.ps-opt.active{background:var(--white);color:var(--bg);border-color:var(--white);font-weight:500}.ps-input{margin-bottom:1.5rem}.ps-next{width:100%;padding:.75rem;background:var(--white);color:var(--bg);border:none;border-radius:100px;font-family:var(--font);font-size:.88rem;font-weight:500;transition:all .3s}.ps-next:disabled{opacity:.4}.ps-next:not(:disabled):hover{box-shadow:0 0 20px #ffffff1a}.donate{padding-top:2rem;padding-bottom:3rem}.donate-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem 1.8rem;margin-bottom:2rem}.don-desc{font-size:.9rem;font-weight:300;color:var(--dim);line-height:1.7;margin-bottom:1.5rem}.don-presets{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem}.don-preset{padding:.7rem 0;background:var(--bg);border:1px solid var(--border);border-radius:10px;color:var(--dim);font-size:.88rem;font-weight:400;font-family:var(--font);transition:all .3s var(--ease)}.don-preset:hover{border-color:#c9a96e66;color:var(--gold)}.don-preset-on{border-color:var(--gold)!important;background:var(--gold-dim)!important;color:var(--gold)!important;font-weight:500}.don-custom{margin-bottom:1.2rem}.don-custom input{width:100%;padding:.75rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;color:var(--white);font-size:.9rem;font-weight:300;font-family:var(--font);outline:none;transition:border-color .3s}.don-custom input:focus{border-color:#c9a96e66}.don-custom input::placeholder{color:var(--muted)}.don-custom input[type=number]::-webkit-inner-spin-button,.don-custom input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.don-custom input[type=number]{-moz-appearance:textfield}.don-err{font-size:.8rem;color:#c45a5a;text-align:center;margin-bottom:.8rem}.don-submit{width:100%;padding:.8rem;background:linear-gradient(135deg,var(--gold-dim),var(--accent-dim));border:1px solid rgba(201,169,110,.35);border-radius:100px;color:var(--gold);font-family:var(--font);font-size:.9rem;font-weight:500;transition:all .4s var(--ease);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden}.don-submit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(201,169,110,.08),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.don-submit:hover:not(:disabled){border-color:#c9a96e99;color:var(--white);box-shadow:0 0 20px 4px #c9a96e1a}.don-submit:disabled{opacity:.4;cursor:default}.don-submit svg{flex-shrink:0}.donate-ok{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1rem;gap:1rem}.don-ok-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--gold-dim);border:1px solid rgba(201,169,110,.35);border-radius:50%;font-size:1.4rem;color:var(--gold)}.don-ok-h{font-size:1.4rem;font-weight:300;letter-spacing:-.02em}.don-ok-p{font-size:.85rem;color:var(--dim)}.don-ok-sub{font-size:.72rem;color:var(--muted);font-family:var(--mono);letter-spacing:.05em}.don-ok-btn{margin-top:1rem;padding:.6rem 1.5rem;background:transparent;border:1px solid var(--border);border-radius:100px;color:var(--dim);font-family:var(--font);font-size:.8rem}.don-ok-btn:hover{border-color:var(--border-hi);color:var(--white)}.don-links{margin-top:0}.don-link{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;text-decoration:none;color:var(--white);transition:all .4s var(--ease)}.don-link:hover{border-color:var(--border-hi);transform:translate(4px)}.don-link-lbl{font-size:.85rem;font-weight:300;color:var(--dim)}.don-link-val{font-size:.88rem;font-weight:400;color:var(--gold)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg:#060608;--bg-up:#0B0B0F;--bg-card:#0E0E13;--bg-card-hover:#121218;--white:#F0EDE8;--white-bright:#FFFFFF;--dim:#7C7B85;--muted:#3E3D45;--faint:rgba(255,255,255,.04);--border:rgba(255,255,255,.06);--border-hi:rgba(255,255,255,.12);--green:#4A9E7A;--green-dim:rgba(74,158,122,.12);--blue:#4A7FC4;--blue-dim:rgba(74,127,196,.1);--accent:#D4956A;--accent-dim:rgba(212,149,106,.1);--gold:#C9A96E;--gold-dim:rgba(201,169,110,.1);--font:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--mono:"SF Mono",SFMono-Regular,ui-monospace,"Cascadia Code","Menlo",monospace;--ease:cubic-bezier(.16,1,.3,1)}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--white);font-weight:300;line-height:1.75;min-height:100dvh;-webkit-font-smoothing:antialiased;overflow-x:hidden;-webkit-tap-highlight-color:transparent}#root{min-height:100dvh;display:flex;flex-direction:column}::selection{background:var(--white-bright);color:var(--bg)}::-webkit-scrollbar{width:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:fadeIn .5s var(--ease) both}.slide-up{animation:slideUp .6s var(--ease) both}.container{width:100%;max-width:640px;margin:0 auto;padding:0 1.5rem}a{color:var(--green);text-decoration:none;transition:color .3s}a:hover{color:var(--white)}button{font-family:var(--font);cursor:pointer;border:none;outline:none;transition:all .3s var(--ease)}input,textarea{font-family:var(--font);background:var(--bg);border:1px solid var(--border);border-radius:10px;color:var(--white);padding:.75rem 1rem;font-size:.9rem;font-weight:300;outline:none;transition:border-color .3s;width:100%}input:focus,textarea:focus{border-color:var(--border-hi)}input::placeholder,textarea::placeholder{color:var(--muted)}textarea{resize:vertical;min-height:80px}
.home-foot{margin-top:24px!important}
.home-foot{margin-top:32px!important}
