@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}.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}*,*: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}
