:root{--hi-star: url(/hi-star.png);color-scheme:dark;font-family:Vazirmatn,Tahoma,system-ui,sans-serif;font-synthesis:none;--bg: #050a18;--panel: rgba(14, 21, 49, .8);--panel-strong: rgba(19, 27, 61, .95);--line: rgba(255, 255, 255, .1);--line-2: rgba(255, 255, 255, .07);--text: #f8f5ee;--muted: #a8abc7;--muted-2: #747a9f;--gold: #e9bd58;--gold-soft: #f4d88c;--violet: #9b8cff;--green: #63d3aa;--danger: #ff7d8a;--radius: 24px;--radius-sm: 15px;--shadow: 0 24px 70px rgba(0, 0, 0, .42);--action-max: 400px;--action-inset: 20px}*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{margin:0;min-width:320px;min-height:100dvh;color:var(--text);background:var(--bg)}html.is-telegram-mini-app,html.is-telegram-mini-app body{min-height:var(--tg-viewport-stable-height, 100dvh);overscroll-behavior:none}#root{position:relative;z-index:1;min-height:100dvh}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}p{line-height:1.85}h1,h2,h3,p{margin-top:0}.app-sky,.auth-page,.boot-screen{min-height:100vh;position:relative;overflow-x:hidden;background:transparent}.app-sky{height:var(--tg-viewport-stable-height,100dvh);min-height:0;overflow:hidden;display:flex;justify-content:center}.sky{position:fixed;inset:0;z-index:0;overflow:hidden;background:radial-gradient(1100px 700px at 78% -8%,rgba(154,140,240,.2),transparent 60%),radial-gradient(900px 600px at 8% 108%,rgba(232,184,75,.1),transparent 58%),linear-gradient(180deg,#0a0d28 0%,var(--bg) 55%,#06081a 100%)}.stars{position:absolute;inset:0}.stars:before,.stars:after{content:"";position:absolute;inset:-50%;background-image:radial-gradient(1.4px 1.4px at 20% 30%,#fff,transparent),radial-gradient(1.2px 1.2px at 70% 60%,#fff,transparent),radial-gradient(1px 1px at 40% 80%,#cfd6ff,transparent),radial-gradient(1.6px 1.6px at 85% 20%,#fff,transparent),radial-gradient(1px 1px at 12% 70%,#ffe9b8,transparent),radial-gradient(1.2px 1.2px at 55% 12%,#fff,transparent),radial-gradient(1px 1px at 90% 85%,#cfd6ff,transparent),radial-gradient(1.3px 1.3px at 30% 50%,#fff,transparent);background-repeat:repeat;background-size:340px 340px;opacity:.55}.stars:after{background-size:520px 520px;opacity:.32;animation:twinkle 7s ease-in-out infinite alternate}@keyframes twinkle{0%{opacity:.18}to{opacity:.42}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes breathe{50%{transform:scale(1.07);box-shadow:0 0 70px #eac15c45}}@keyframes rise{0%{opacity:0;transform:translateY(16px)}}@keyframes fade-in{0%{opacity:0}}.mobile-shell{position:relative;z-index:1;width:100%;max-width:480px;min-height:100vh;margin:0 auto;background:transparent}.is-telegram-mini-app .mobile-shell{min-height:var(--tg-viewport-stable-height, 100vh)}.topbar{position:sticky;top:0;z-index:20;min-height:70px;display:flex;align-items:center;justify-content:space-between;padding:max(12px,env(safe-area-inset-top),var(--tg-content-safe-area-inset-top, 0px)) 18px 10px;background:linear-gradient(180deg,rgba(5,10,26,.94),rgba(5,10,26,.68),transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.page-content{min-height:calc(100vh - 150px);padding:10px 18px calc(104px + var(--tg-content-safe-area-inset-bottom, env(safe-area-inset-bottom)));animation:rise .38s ease both}.bottom-nav{position:fixed;z-index:30;bottom:0;left:50%;width:min(100%,560px);transform:translate(-50%);display:grid;grid-template-columns:repeat(4,1fr);padding:9px 13px calc(9px + var(--tg-content-safe-area-inset-bottom, env(safe-area-inset-bottom)));border-top:1px solid rgba(255,255,255,.09);background:#070c1fed;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.bottom-nav a{display:grid;place-items:center;gap:3px;min-height:52px;color:var(--muted-2);font-size:.72rem;border-radius:15px;transition:.2s ease}.bottom-nav a span{font-size:1.25rem;line-height:1}.bottom-nav a.active{color:var(--gold-soft);background:#e8b84b17}.logo{display:grid;place-items:center;gap:8px;width:fit-content;margin:0 auto}.logo img{display:block;width:160px;height:58px;object-fit:contain}.logo span{color:var(--muted);font-size:.78rem}.logo--compact{margin:0}.logo--compact img{width:105px;height:42px}.profile-chip,.icon-button{width:42px;height:42px;display:grid;place-items:center;padding:0;border-radius:50%;border:1px solid rgba(232,184,75,.32);background:linear-gradient(145deg,#e8b84b29,#7f69da2b);color:var(--gold-soft);cursor:pointer}.icon-button{font-size:2rem;line-height:1}.eyebrow{display:block;margin-bottom:6px;color:var(--gold-soft);font-size:.72rem;letter-spacing:.04em}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:5px 0 22px}.page-header h1{margin-bottom:6px;font-size:clamp(1.65rem,6vw,2.15rem);line-height:1.3}.page-header p{margin:0;color:var(--muted);font-size:.88rem}.page-header>.button{flex:0 0 auto}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 18px;border:1px solid transparent;border-radius:15px;cursor:pointer;font-weight:700;transition:transform .18s ease,opacity .18s ease,border-color .18s ease}.button:active{transform:scale(.98)}.button:disabled{cursor:not-allowed;opacity:.5}.button--primary{color:#241b08;background:linear-gradient(135deg,#f1d286,#dca947);box-shadow:0 14px 35px #dca94733}.button--soft{color:var(--gold-soft);border-color:#e8b84b42;background:#e8b84b1a}.button--ghost{color:var(--muted);border-color:var(--line);background:#ffffff09}.button--danger{color:#ffc4ca;border-color:#ff7d8a40;background:#ff7d8a1a}.button--wide{width:100%}.text-button{display:block;margin:15px auto 0;border:0;background:transparent;color:var(--muted);cursor:pointer}.action-group{width:min(100vw,var(--action-max));margin-inline:auto;padding-inline:var(--action-inset);display:flex;flex-direction:column;gap:12px}.action-group .btn{width:100%;min-height:0;padding-block:15px;border-radius:14px;font-size:1.05rem}.action-group .field,.action-group .notice,.action-group .prototype-otp{width:100%;margin:0}.action-group .text-button{margin:0 auto}.panel,.state,.unavailable-card,.chart-panel,.analysis-copy,.profile-hero,.profile-facts,.static-copy{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#171f44e0,#090f25d1);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.notice{margin:12px 0;padding:12px 14px;border-radius:14px;font-size:.86rem;line-height:1.7}.notice--error{color:#ffc3c9;border:1px solid rgba(255,125,138,.23);background:#ff7d8a17}.notice--info{color:#cfd2ff;border:1px solid rgba(155,140,255,.25);background:#9b8cff17}.notice--success{color:#b9f3dc;border:1px solid rgba(99,211,170,.25);background:#63d3aa17}.state{min-height:200px;display:grid;place-items:center;align-content:center;gap:8px;padding:30px;text-align:center}.state h2{margin:2px 0;font-size:1.1rem}.state p{margin:0 0 8px;color:var(--muted);font-size:.86rem}.state__symbol{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;color:var(--gold-soft);background:#e8b84b1a;font-size:1.5rem}.spinner{width:30px;height:30px;border:2px solid rgba(255,255,255,.1);border-top-color:var(--gold);border-radius:50%;animation:spin .8s linear infinite}.boot-screen{display:grid;place-items:center}.boot-screen .state{box-shadow:none;background:transparent;border:0}.field{display:grid;gap:7px}.field>span{color:var(--muted);font-size:.78rem}.field input,.field select,.field textarea{width:100%;min-height:50px;border:1px solid rgba(255,255,255,.12);border-radius:15px;outline:0;padding:10px 14px;color:var(--text);background:#01051280;transition:border-color .2s ease,box-shadow .2s ease}.field input:focus,.field select:focus,.field textarea:focus{border-color:#e8b84b8c;box-shadow:0 0 0 3px #e8b84b17}.field select option{color:#11172c;background:#fff}.jalali-picker{position:relative}.jalali-picker__trigger{display:flex;width:100%;min-height:50px;align-items:center;justify-content:space-between;gap:12px;padding:11px 15px;border:1px solid rgba(255,255,255,.12);border-radius:15px;color:var(--text);background:#01051280;font:inherit;transition:border-color .2s ease,box-shadow .2s ease}.jalali-picker__trigger:hover,.jalali-picker__trigger.is-open{border-color:#e8b84b8c}.jalali-picker__trigger.is-open{box-shadow:0 0 0 3px #e8b84b17}.jalali-picker__trigger>span:first-child{direction:ltr;font-variant-numeric:tabular-nums}.jalali-picker__placeholder{direction:rtl!important;color:var(--muted)}.jalali-picker__icon{color:var(--gold-soft);font-size:1.25rem}.jalali-picker__popover{position:absolute;z-index:20;top:calc(100% + 8px);inset-inline:0;width:100%;min-width:0;max-width:100%;padding:10px;border:1px solid rgba(232,184,75,.28);border-radius:16px;background:#080d23fa;box-shadow:0 24px 60px #0000008c;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.jalali-picker__header{display:grid;grid-template-columns:30px minmax(0,1fr) 30px;align-items:center;gap:5px}.jalali-picker__header>button{display:grid;width:30px;height:30px;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:11px;color:var(--gold-soft);background:#ffffff0a;font-size:1.3rem}.jalali-picker__header>button:disabled{cursor:default;opacity:.25}.jalali-picker__selectors{display:grid;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.jalali-picker__selector{position:relative;min-width:0}.jalali-picker__selector-trigger{display:flex;width:100%;height:30px;align-items:center;justify-content:space-between;gap:5px;padding:2px 7px;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:var(--text);background:#10162f;font:inherit;font-size:.77rem}.jalali-picker__selector-menu{position:absolute;z-index:4;top:calc(100% + 5px);inset-inline:0;max-height:150px;overflow-y:auto;padding:4px;border:1px solid rgba(232,184,75,.28);border-radius:11px;background:#0b1129;box-shadow:0 14px 35px #00000080;scrollbar-color:rgba(232,184,75,.45) transparent;scrollbar-width:thin}.jalali-picker__selector-menu button{display:block;width:100%;padding:6px 5px;border:0;border-radius:7px;color:var(--text);background:transparent;font:inherit;font-size:.72rem;text-align:center}.jalali-picker__selector-menu button:hover:not(:disabled),.jalali-picker__selector-menu button.is-active{color:#171105;background:var(--gold)}.jalali-picker__selector-menu button:disabled{cursor:default;opacity:.25}.jalali-picker__weekdays,.jalali-picker__days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:2px}.jalali-picker__weekdays{margin:9px 0 4px;color:var(--muted);font-size:.64rem;text-align:center}.jalali-picker__weekdays span{padding:2px}.jalali-picker__days>button,.jalali-picker__days>span{height:29px;min-width:0}.jalali-picker__days>button{display:grid;place-items:center;border:1px solid transparent;border-radius:10px;color:var(--text);background:transparent;font:inherit;font-size:.7rem}.jalali-picker__days>button:hover:not(:disabled){border-color:#e8b84b59;background:#e8b84b14}.jalali-picker__days>button.is-today{border-color:#ffffff38;color:var(--gold-soft)}.jalali-picker__days>button.is-default{border-color:#e8b84b8c;color:var(--gold-soft);background:#e8b84b14}.jalali-picker__days>button.is-selected{border-color:var(--gold);color:#171105;background:var(--gold);font-weight:800}.jalali-picker__days>button:disabled{cursor:default;opacity:.2}.jalali-picker__footer{display:flex;justify-content:space-between;margin-top:7px;padding-top:7px;border-top:1px solid rgba(255,255,255,.08)}.jalali-picker__footer button{padding:4px 8px;border:0;color:var(--gold-soft);background:transparent;font:inherit;font-size:.72rem}.time-picker{position:relative}.time-picker__trigger{display:flex;width:100%;min-height:50px;align-items:center;justify-content:space-between;gap:12px;padding:11px 15px;border:1px solid rgba(255,255,255,.12);border-radius:15px;color:var(--text);background:#01051280;font:inherit;font-variant-numeric:tabular-nums;transition:border-color .2s ease,box-shadow .2s ease}.time-picker__trigger:hover,.time-picker__trigger.is-open{border-color:#e8b84b8c}.time-picker__trigger.is-open{box-shadow:0 0 0 3px #e8b84b17}.time-picker__placeholder{color:var(--muted)}.time-picker__icon{width:21px;height:21px;flex:0 0 21px;fill:none;stroke:var(--gold-soft);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 6px rgba(232,184,75,.2))}.time-picker__popover{position:absolute;z-index:20;top:calc(100% + 8px);inset-inline:0;width:100%;min-width:0;max-width:100%;padding:11px;border:1px solid rgba(232,184,75,.28);border-radius:17px;background:#080d23fa;box-shadow:0 24px 60px #0000008c;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.time-picker__header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px}.time-picker__header>span{color:var(--text);font-size:.78rem;font-weight:800}.time-picker__header>small{color:var(--muted);font-size:.61rem}.time-picker__wheels{display:grid;grid-template-columns:minmax(0,1fr) 12px minmax(0,1fr);align-items:center;gap:5px}.time-picker__wheel{min-width:0}.time-picker__wheel>span{display:block;margin-bottom:5px;color:var(--muted);font-size:.64rem;text-align:center}.time-picker__list{height:142px;overflow-y:auto;padding:4px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:#0105128c;scroll-snap-type:y proximity;scrollbar-color:rgba(232,184,75,.45) transparent;scrollbar-width:thin}.time-picker__list button{display:block;width:100%;min-height:31px;padding:5px;border:0;border-radius:8px;color:var(--text);background:transparent;font:inherit;font-size:.73rem;text-align:center;scroll-snap-align:center}.time-picker__list button:hover,.time-picker__list button.is-active{color:#171105;background:var(--gold);font-weight:800}.time-picker__separator{align-self:center;margin-top:22px;color:var(--gold-soft);font-size:1.1rem;text-align:center}.time-picker__footer{display:flex;gap:7px;margin-top:9px;padding-top:9px;border-top:1px solid rgba(255,255,255,.08)}.time-picker__footer .button{min-height:35px;flex:1;padding:6px 8px;border-radius:11px;font-size:.68rem}.auth-page{display:grid;place-items:center;padding:0}.auth-page__stars{position:fixed;width:380px;height:380px;border:1px solid rgba(232,184,75,.08);border-radius:50%;box-shadow:0 0 90px #8b75e026,inset 0 0 70px #e8b84b0f;animation:breathe 5s ease-in-out infinite}.auth-card{position:relative;z-index:2;width:min(100%,430px);padding:32px 24px;border:1px solid rgba(255,255,255,.12);border-radius:30px;background:#070c1fd6;box-shadow:0 35px 90px #00000080;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.auth-card .logo{margin-bottom:30px}.auth-card h1{margin-bottom:8px;font-size:1.6rem}.auth-card form>p{color:var(--muted);font-size:.87rem}.auth-card .field{margin:20px 0 14px}.otp-field input{direction:ltr;text-align:center;font-size:1.6rem;letter-spacing:.5em}.consent{display:flex;gap:9px;align-items:flex-start;margin:14px 0;color:var(--muted);font-size:.78rem;line-height:1.7}.consent input{margin-top:5px;accent-color:var(--gold)}.consent a{color:var(--gold-soft)}.home-hero{min-height:230px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;margin:0 0 18px;padding:26px 22px;border-radius:30px;border:1px solid rgba(232,184,75,.16);background:linear-gradient(125deg,#1b1f48f0,#0d1330ad);box-shadow:var(--shadow)}.home-hero h1{margin-bottom:10px;font-size:2rem;line-height:1.35}.home-hero p{max-width:270px;margin:0;color:var(--muted);font-size:.82rem}.home-moon{flex:0 0 116px;height:116px;display:grid;place-items:center;border-radius:50%;color:#ffe7a0;font-size:5.4rem;background:radial-gradient(circle,rgba(232,184,75,.18),transparent 67%);filter:drop-shadow(0 0 28px rgba(232,184,75,.22));animation:breathe 5s ease-in-out infinite}.home-moon span{transform:rotate(-12deg)}.stats-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:26px}.stats-row a{display:grid;gap:2px;padding:15px;border:1px solid var(--line);border-radius:18px;background:#111837b8}.stats-row b{color:var(--gold-soft);font-size:1.45rem}.stats-row span{color:var(--muted);font-size:.75rem}.analysis-grid{display:grid;gap:11px;margin-bottom:28px}.analysis-tile{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:13px;min-height:92px;padding:15px;border:1px solid var(--line);border-radius:21px;background:#111837c7;transition:transform .2s ease,border-color .2s ease}.analysis-tile:hover{transform:translateY(-2px);border-color:#e8b84b4d}.analysis-tile>span{width:52px;height:52px;display:grid;place-items:center;border-radius:17px;font-size:1.65rem}.analysis-tile--gold>span{color:var(--gold-soft);background:#e8b84b1f}.analysis-tile--violet>span{color:#c0b7ff;background:#9b8cff21}.analysis-tile--green>span{color:#a4efd4;background:#63d3aa1f}.analysis-tile h2{margin:0 0 4px;font-size:1rem}.analysis-tile p{margin:0;color:var(--muted);font-size:.75rem;line-height:1.6}.analysis-tile>i{color:var(--muted-2);font-size:1.8rem;font-style:normal}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:22px 2px 12px}.section-heading h2{margin:0;font-size:1rem}.section-heading a,.section-heading>span{color:var(--gold-soft);font-size:.75rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:20px;padding:20px}.form-grid h2,.form-grid .form-hint,.form-grid .form-actions{grid-column:1 / -1}.form-grid h2{margin:0}.form-hint{margin:0;color:var(--muted);font-size:.76rem;line-height:1.7}.form-actions{display:flex;gap:9px}.dialog-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:20px;background:#01040fc2;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);animation:fade-in .18s ease-out}.birth-time-dialog{width:min(100%,390px);padding:25px 21px 20px;border:1px solid rgba(232,184,75,.3);border-radius:25px;background:linear-gradient(145deg,#161d42fa,#070c1ffa);box-shadow:0 32px 90px #000000a6;text-align:center}.birth-time-dialog__icon{display:grid;width:52px;height:52px;margin:0 auto 13px;place-items:center;border:1px solid rgba(232,184,75,.28);border-radius:17px;color:var(--gold-soft);background:#e8b84b1a;font-size:1.55rem}.birth-time-dialog h2{margin:0 0 8px;font-size:1.2rem}.birth-time-dialog>p{margin:0;color:#d9d9e6;font-size:.82rem;line-height:1.9}.birth-time-dialog__note{margin:15px 0;padding:11px 12px;border:1px solid rgba(232,184,75,.16);border-radius:14px;color:var(--muted);background:#e8b84b0f;font-size:.73rem;line-height:1.8}.birth-time-dialog__actions{display:grid;gap:8px}.birth-time-dialog__actions .text-button{margin-top:2px}.subject-list,.subject-selector,.history-list,.profile-links{display:grid;gap:9px}.subject-list button,.subject-selector button{width:100%;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;padding:12px;text-align:right;border:1px solid var(--line);border-radius:18px;background:#101734c2;cursor:pointer}.subject-list button.active,.subject-selector button.active{border-color:#e8b84b7a;background:#e8b84b14}.subject-avatar,.subject-selector button>span{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;color:var(--gold-soft);background:linear-gradient(145deg,#e8b84b29,#9b8cff26);font-size:1.1rem}.subject-list button>span:nth-child(2),.subject-selector button div{display:grid;gap:3px}.subject-list small,.subject-selector small{color:var(--muted);font-size:.72rem}.subject-list i{color:var(--green);font-size:.67rem;font-style:normal}.subject-selector button>i{width:22px;height:22px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:50%;color:#17200d;background:transparent;font-style:normal}.subject-selector button.active>i{border-color:var(--gold);background:var(--gold)}.chart-panel{max-width:100%;display:grid;grid-template-columns:minmax(0,160px) minmax(0,1fr);align-items:center;gap:20px;margin-top:20px;padding:21px;overflow:hidden;box-sizing:border-box}.chart-orbit{position:relative;width:min(100%,145px);max-width:262px;height:auto;aspect-ratio:1;display:grid;place-items:center;margin-inline:auto;border-radius:50%;border:1px solid rgba(232,184,75,.3);background:radial-gradient(circle,rgba(232,184,75,.12),transparent 67%)}.chart-orbit__ring{position:absolute;inset:14px;border:1px dashed rgba(155,140,255,.38);border-radius:50%;animation:spin 28s linear infinite}.chart-orbit>b{color:var(--gold-soft);font-size:.85rem}.chart-orbit>i{--angle: calc(var(--i) * 45deg);position:absolute;left:50%;top:50%;transform:rotate(var(--angle)) translate(58px) rotate(calc(-1 * var(--angle)));color:#d9d4ff;font-style:normal}.chart-panel__content{min-width:0}.chart-panel__content h2{margin:0 0 6px}.chart-panel__content>p{margin:0 0 12px;color:var(--muted);font-size:.8rem}.planet-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px;direction:rtl}.planet-cell{min-width:0;display:grid;align-content:start;gap:3px}.planet-name{display:block;color:var(--text);font-size:.75rem;font-weight:800}.planet-value{display:block;color:var(--muted);font-size:.68rem;white-space:nowrap}.kind-tabs,.chip-group{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.kind-tabs button,.chip-group button{flex:0 0 auto;min-height:40px;padding:8px 15px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:#ffffff09;cursor:pointer}.kind-tabs button.active,.chip-group button.active{color:#2a210e;border-color:transparent;background:linear-gradient(135deg,#f0d186,#dca947)}.analysis-intro{display:flex;align-items:center;gap:14px;margin:16px 0;padding:18px;border-radius:21px;border:1px solid rgba(155,140,255,.2);background:linear-gradient(135deg,#9b8cff21,#e8b84b0f)}.analysis-intro>span{width:54px;height:54px;display:grid;place-items:center;border-radius:17px;color:var(--gold-soft);background:#e8b84b1c;font-size:1.5rem}.analysis-intro h2{margin:0 0 3px}.analysis-intro p{margin:0;color:var(--muted);font-size:.76rem}.form-section{margin:16px 0;padding:18px}.form-section h2{font-size:.95rem}.history-card{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:12px;min-height:82px;padding:13px;border:1px solid var(--line);border-radius:19px;background:#101734c4}.history-card__icon{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;color:var(--gold-soft);background:#e8b84b1a}.history-card__icon--duo{color:#c7c0ff;background:#9b8cff1f}.history-card__icon--party{color:#b7f3dc;background:#63d3aa1a}.history-card__body{display:grid;gap:2px}.history-card__body small,.history-card__body time{color:var(--muted);font-size:.69rem}.status{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:.65rem;white-space:nowrap}.status--done{color:#aef0d5;background:#63d3aa1c}.status--pending{color:#f6dda0;background:#e8b84b1a}.status--failed{color:#ffc0c7;background:#ff7d8a1a}.analysis-copy{margin-top:20px;padding:24px}.analysis-copy h2,.analysis-copy h3{margin:26px 0 9px;color:var(--gold-soft)}.analysis-copy h2{font-size:1.12rem}.analysis-copy h3{font-size:1rem}.analysis-copy h2:first-child,.analysis-copy h3:first-child{margin-top:0}.analysis-copy p,.analysis-copy li{color:#d9d9e6;font-size:.9rem;line-height:2.05}.analysis-copy strong{color:var(--gold-soft);font-weight:800}.analysis-copy em{color:#d6d1f3}.analysis-copy ul,.analysis-copy ol{margin-block:10px;padding-inline-start:22px}.analysis-copy ol{list-style-type:persian}.analysis-copy li+li{margin-top:5px}.analysis-meta{display:flex;justify-content:flex-start;gap:12px;margin:14px 4px 0;color:var(--muted-2);font-size:.66rem}.profile-hero{display:flex;align-items:center;gap:15px;padding:20px}.profile-avatar{width:66px;height:66px;display:grid;place-items:center;border-radius:22px;color:var(--gold-soft);background-image:linear-gradient(#0a0d2040,#0a0d2040),url(/assets/avatar-01.jpg);background-size:cover;border:1px solid rgba(232,184,75,.28);font-weight:800}.profile-avatar img{width:100%;height:100%;display:block;border-radius:inherit;object-fit:cover}.profile-hero h2{margin:0 0 4px}.profile-hero p{margin:0;color:var(--muted)}.profile-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:12px 0;overflow:hidden}.profile-facts div{min-width:0;display:grid;gap:4px;padding:14px 10px;background:#ffffff06}.profile-facts span{color:var(--muted);font-size:.65rem}.profile-facts b{overflow:hidden;text-overflow:ellipsis;font-size:.72rem}.profile-links a{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:11px;padding:13px;border:1px solid var(--line);border-radius:17px;background:#101734b3}.profile-links a>span{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;color:var(--gold-soft);background:#e8b84b17}.profile-links a div{display:grid;gap:2px}.profile-links small{color:var(--muted);font-size:.68rem}.profile-links i{color:var(--muted-2);font-size:1.5rem;font-style:normal}.profile-links+.button{margin-top:18px}.profile-note{color:var(--muted-2);font-size:.7rem;text-align:center}.unavailable-card{display:flex;gap:16px;margin-bottom:13px;padding:20px}.unavailable-card__icon{flex:0 0 50px;height:50px;display:grid;place-items:center;border-radius:17px;color:var(--gold-soft);background:#e8b84b1a;font-size:1.5rem}.unavailable-card h2{margin:0 0 6px;font-size:1rem}.unavailable-card p{margin:0 0 10px;color:var(--muted);font-size:.78rem}.unavailable-card code{display:inline-block;direction:ltr;padding:5px 8px;border-radius:8px;color:#cfc9ff;background:#9b8cff1a;font-size:.7rem}.static-copy{padding:24px}.static-copy .page-header{margin-top:0}.static-copy>p{color:#d9d9e6;font-size:.9rem}.static-copy>h2{margin-top:24px;color:var(--gold-soft);font-size:1rem}@media(max-width:440px){.page-content,.topbar{padding-inline:13px}.home-hero{padding:22px 17px}.home-moon{flex-basis:86px;height:86px;font-size:4.3rem}.home-hero h1{font-size:1.65rem}.form-grid{grid-template-columns:1fr}.form-grid h2,.form-grid .form-hint,.form-grid .form-actions{grid-column:1}.chart-panel{grid-template-columns:1fr}.chart-orbit{margin:0 auto}.profile-facts{grid-template-columns:1fr}.profile-facts div{grid-template-columns:1fr 1fr}.analysis-meta{flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.loading-spinner{animation-duration:2.4s!important;animation-iteration-count:infinite!important}.loading-stage{animation:none!important}}.viewport{width:100%;max-width:480px;height:var(--tg-viewport-stable-height,100dvh);min-height:0;position:relative;overflow:hidden;display:flex;flex-direction:column;--mood:#e8b84b;--mood2:#9a8cf0;--ringOp:.22;--gx:50%}.viewport[data-mood=intro]{--mood:#e8b84b;--mood2:#9a8cf0;--ringOp:.3;--gx:50%;--bgphoto:url(/assets/background-login-hq.webp)}.viewport[data-mood=login]{--mood:#8a8cf2;--mood2:#6f7bf0;--ringOp:.12;--gx:50%;--bgphoto:url(/assets/background-login-hq.webp)}.viewport[data-mood=home]{--mood:#e8b84b;--mood2:#9a8cf0;--ringOp:.26;--gx:52%;--bgphoto:url(/assets/background-home-hq.webp)}.viewport[data-mood=read]{--mood:#9a8cf0;--mood2:#6f7bf0;--ringOp:.15;--gx:80%;--bgphoto:url(/assets/background-analysis-hq.webp)}.viewport[data-mood=duo]{--mood:#b9aefc;--mood2:#7a6ff0;--ringOp:.18;--gx:26%;--bgphoto:url(/assets/background-duo-hq.webp)}.viewport[data-mood=money]{--mood:#f0c75a;--mood2:#caa03a;--ringOp:.2;--gx:50%;--bgphoto:url(/assets/background-money-hq.webp)}.viewport[data-mood=referral]{--mood:#5fd6a0;--mood2:#3fb6c8;--ringOp:.18;--gx:24%;--bgphoto:url(/assets/background-referral-hq.webp)}.viewport[data-mood=ritual]{--mood:#8a90c8;--mood2:#9a8cf0;--ringOp:.12;--gx:72%;--bgphoto:url(/assets/ritual-background-hq.webp)}.viewport[data-mood=neutral]{--mood:#8a90c8;--mood2:#9a8cf0;--ringOp:.12;--gx:72%;--bgphoto:url(/assets/background-neutral-hq.webp)}.app-atmos{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;background-image:linear-gradient(180deg,#06081a99,#06081a66 18%,#06081a61 70%,#06081aa8),var(--bgphoto,none);background-size:cover,cover;background-position:center center,center center;background-repeat:no-repeat,no-repeat}.topbar,.scroll,.tabbar{position:relative;z-index:1}.prototype-public-viewport{margin:0 auto}.prototype-public-content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:32px 18px 48px}.mobile-shell{width:100%;max-width:480px;background:transparent}.is-telegram-mini-app .mobile-shell{height:var(--tg-viewport-stable-height,100dvh);min-height:0}@media(min-width:520px){.viewport{border-inline:1px solid var(--line-2);background:linear-gradient(180deg,#0c10308c,#080a1f8c);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}.prototype-topbar{position:relative;z-index:1;flex:0 0 auto;min-height:78px;display:flex;align-items:center;gap:10px;padding:max(26px,env(safe-area-inset-top),var(--tg-content-safe-area-inset-top, 0px)) 18px 10px;background:linear-gradient(180deg,rgba(7,10,31,.94),rgba(7,10,31,.58),transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.prototype-brand{width:82px;height:42px;display:block;flex:0 0 auto}.prototype-brand img{width:100%;height:100%;display:block;object-fit:contain;filter:drop-shadow(0 3px 12px rgba(154,140,240,.4))}.prototype-topbar__spacer{flex:1}.prototype-back{width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid rgba(232,184,75,.18);border-radius:12px;color:var(--gold-soft);background:#ffffff09}.prototype-back svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.prototype-coin{display:flex;align-items:center;gap:5px;min-height:38px;padding:5px 12px;border:1px solid rgba(232,184,75,.23);border-radius:999px;color:var(--gold-soft);background:#e8b84b12;font-size:.76rem}.prototype-coin b{font-size:.9rem}.prototype-coin i{color:var(--gold);font-style:normal}.prototype-profile-chip{width:42px;height:42px;flex:0 0 42px;overflow:hidden;border:1px solid rgba(232,184,75,.55);border-radius:50%;box-shadow:0 0 14px #e8b84b1f}.prototype-profile-chip img{width:100%;height:100%;display:block;object-fit:cover}.prototype-content{position:relative;z-index:1;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:7px 18px 26px;animation:rise .3s ease both;scrollbar-width:none}.prototype-content::-webkit-scrollbar{display:none}.action-dock{position:relative;z-index:2;flex:0 0 auto;width:100%;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--line-2);background:linear-gradient(180deg,#080a1f00,#080a1fd1 42%,#080a1ff0);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.action-dock__content{width:100%;padding-top:4px}.action-dock .button{width:100%}.action-dock p{margin:7px 0 0;color:var(--muted);font-size:.7rem;text-align:center}.analysis-loading{min-height:62px;display:grid;align-content:center;gap:4px;padding-top:7px}.loading-row{min-height:22px;display:flex;align-items:center;justify-content:center;gap:8px;direction:rtl}.loading-spinner{width:15px;height:15px;flex:0 0 auto;border:2px solid rgba(232,184,75,.22);border-top-color:var(--gold,#e8b84b);border-radius:50%;animation:spin-loader .7s linear infinite}.loading-stage{min-width:0;animation:loading-crossfade .25s ease both;color:var(--gold-soft);font-size:.76rem}.loading-hint{min-height:20px}.analysis-retry{display:block;width:fit-content;margin:9px auto 14px;padding:8px 18px;border:1px solid rgba(232,184,75,.42);border-radius:999px;color:var(--gold-soft);background:#e8b84b14;cursor:pointer;font:inherit;font-size:.76rem}.analysis-retry:disabled{opacity:.55;cursor:not-allowed}@keyframes spin-loader{to{transform:rotate(360deg)}}@keyframes loading-crossfade{0%{opacity:0}to{opacity:1}}.prototype-tabbar{position:relative;z-index:1;flex:0 0 auto;width:100%;display:flex;padding:6px 6px calc(6px + var(--tg-content-safe-area-inset-bottom, env(safe-area-inset-bottom)));border-top:1px solid rgba(255,255,255,.08);background:#07091eeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.prototype-tabbar a{min-width:0;min-height:58px;flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:1px solid transparent;border-radius:13px;color:var(--muted-2);font-size:.69rem;white-space:nowrap}.prototype-tabbar img{width:28px;height:28px;display:block;border-radius:8px;object-fit:cover;opacity:.48;transition:.2s}.prototype-tabbar__svg{width:28px;height:28px;display:block;opacity:.48;transition:.2s}.prototype-tabbar a.active{color:var(--gold-soft);border-color:#e8b84b33;background:#e8b84b0a}.prototype-tabbar a.active img,.prototype-tabbar a.active .prototype-tabbar__svg{opacity:1;filter:drop-shadow(0 0 8px rgba(232,184,75,.45))}.friends-page{display:grid;align-content:start;min-height:100%}.friends-page__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 2px 18px}.friends-page__head h1{margin:0;color:#fffaf0;font-size:clamp(2.05rem,8vw,2.75rem);line-height:1.25;font-weight:900;letter-spacing:-.035em;text-shadow:0 0 15px rgba(255,255,255,.15)}.friends-tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;margin-bottom:11px}.friends-search{position:relative;height:50px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#101535d1;transition:.2s}.friends-search:focus-within{border-color:#9a8cf08c;box-shadow:0 0 0 3px #9a8cf014}.friends-search svg{position:absolute;z-index:1;inset-inline-start:14px;width:20px;height:20px;fill:none;stroke:var(--muted-2);stroke-width:1.8;stroke-linecap:round}.friends-search input{width:100%;height:100%;padding:0 43px 0 14px;border:0;outline:0;color:var(--text);background:transparent;font-size:.82rem}.friends-search input::placeholder{color:var(--muted-2)}.friends-search input::-webkit-search-cancel-button{display:none}.friends-add{height:50px;display:flex;align-items:center;gap:6px;padding:0 14px;border:0;border-radius:16px;color:#2d2106;background:linear-gradient(135deg,#f6d582,#e8b84b);box-shadow:0 10px 25px #e8b84b29;font-weight:900}.friends-add span{font-size:1.15rem}.friends-list{display:grid;gap:10px}.friend-card{position:relative;min-height:76px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px;overflow:hidden;padding:9px 11px;border:1px solid rgba(180,186,236,.15);border-radius:17px;background:linear-gradient(145deg,#161c42d6,#0c112fe6);box-shadow:0 10px 26px #0000002b;transition:.2s ease}.friend-card:before{content:"";position:absolute;inset:0;background:radial-gradient(290px 130px at 100% 0,rgba(154,140,240,.08),transparent 68%);pointer-events:none}.friend-card.selected{border-color:#e8b84b8c;box-shadow:0 0 0 1px #e8b84b0f,0 11px 28px #0003}.friend-card.selected:after{content:"";position:absolute;inset-inline-start:0;top:10px;bottom:10px;width:2px;border-radius:3px;background:linear-gradient(var(--gold-soft),var(--gold));box-shadow:0 0 10px #e8b84b66}.friend-card__body{position:relative;z-index:1;min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;padding:0;border:0;color:inherit;background:transparent;text-align:right}.friend-avatar{width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:14px;color:#fff7e3;box-shadow:inset 0 0 14px #ffffff0a,0 5px 12px #00000026;font-size:.86rem;font-weight:900}.friend-avatar--0{background:linear-gradient(145deg,#6556b3,#332968)}.friend-avatar--1{background:linear-gradient(145deg,#2f8e8a,#174a62)}.friend-avatar--2{background:linear-gradient(145deg,#b36d86,#633359)}.friend-avatar--3{background:linear-gradient(145deg,#a0783e,#62461e)}.friend-avatar--4{background:linear-gradient(145deg,#486eac,#2a356c)}.friend-info{min-width:0;display:grid;gap:3px}.friend-info b{overflow:hidden;font-size:.9rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.friend-info small{overflow:hidden;color:var(--muted);font-size:.64rem;text-overflow:ellipsis;white-space:nowrap}.friend-check{position:relative;z-index:2;width:30px;height:30px;display:grid;place-items:center;padding:0;border:1px solid rgba(183,189,235,.32);border-radius:10px;color:transparent;background:#04071940;transition:.2s}.friend-check[aria-pressed=true]{border-color:transparent;color:#302307;background:linear-gradient(145deg,#f6d582,#e8b84b);box-shadow:0 0 16px #e8b84b38}.friend-check svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.friends-selection-dock{width:100%;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px;border:1px solid rgba(232,184,75,.27);border-radius:18px;background:#0f1433f5;box-shadow:0 18px 45px #00000061,0 0 22px #e8b84b0f}.friends-selection-dock__clear{width:36px;height:36px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.1);border-radius:11px;color:var(--muted);background:#ffffff08;font-size:1.2rem}.friends-selection-dock__copy{min-width:0;display:flex;flex-direction:column}.friends-selection-dock__copy b{font-size:.76rem;white-space:nowrap}.friends-selection-dock__copy span{margin-top:1px;color:var(--muted);font-size:.62rem}.friends-selection-dock__start{min-width:126px;height:42px;padding:0 13px;border:0;border-radius:13px;color:#2d2106;background:linear-gradient(135deg,#f6d582,#e8b84b);box-shadow:0 8px 18px #e8b84b21;font-size:.72rem;font-weight:950}.friends-selection-dock__start:disabled{opacity:.5;cursor:not-allowed;filter:saturate(.45)}.friends-overlay{padding:0}.friends-sheet{width:min(100%,480px);max-height:min(90dvh,720px);padding:8px 20px calc(22px + env(safe-area-inset-bottom));border-color:#9a8cf052;background:radial-gradient(100% 75% at 50% 0,rgba(154,140,240,.12),transparent 58%),linear-gradient(180deg,#20275c,#10152f)}.friends-sheet--compact{max-height:min(88dvh,610px)}.friends-sheet__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:13px;margin-bottom:15px}.friends-sheet__heading h2{margin:0 0 5px}.friends-sheet__heading p{margin:0;color:var(--muted);font-size:.76rem;line-height:1.8}.friends-sheet__close{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:var(--muted);background:#ffffff08;font-size:1.25rem}.friends-type-list{display:grid;gap:10px}.friends-type-list>button{width:100%;min-height:76px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:11px;padding:10px;border:1px solid rgba(255,255,255,.11);border-radius:18px;color:var(--text);background:#ffffff06;text-align:right}.friends-type-list>button:hover,.friends-type-list>button:focus-visible{border-color:#e8b84b6b;outline:0;background:#e8b84b0b}.friends-type-list>button>span:nth-child(2){min-width:0;display:grid;gap:3px}.friends-type-list b{font-size:.92rem}.friends-type-list small{color:var(--muted);font-size:.67rem}.friends-type-list i{color:var(--gold-soft);font-size:1.3rem;font-style:normal}.friends-type-icon{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(154,140,240,.2);border-radius:14px;color:#c1b6ff;background:#9a8cf014}.friends-type-icon--individual{color:var(--gold-soft);border-color:#e8b84b3d;background:#e8b84b12}.friends-type-icon--party{color:#f3b8d0;border-color:#f08cc838;background:#f08cc812}.friends-type-icon svg,.friends-person-actions svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.friends-person-hero{position:relative;display:grid;justify-items:center;margin:-2px 0 16px;text-align:center}.friends-person-hero .friends-sheet__close{position:absolute;top:0;inset-inline-end:0}.friends-person-hero__avatar{width:72px;height:72px;margin:8px auto 9px;border-radius:22px;font-size:1.2rem}.friends-person-hero h2{margin:0;font-size:1.12rem}.friends-person-hero p{margin:4px 0 0;color:var(--muted);font-size:.69rem}.friends-person-actions{display:grid;gap:8px}.friends-person-actions>button{width:100%;min-height:55px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 10px;border:1px solid rgba(255,255,255,.1);border-radius:16px;color:var(--text);background:#ffffff06;text-align:right}.friends-person-actions>button>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:#c1b6ff;background:#9a8cf014}.friends-person-actions>button>i{opacity:.65;font-size:1.15rem;font-style:normal}.friends-person-actions>button.is-primary{border:0;color:#2d2106;background:linear-gradient(135deg,#f6d582,#e8b84b)}.friends-person-actions>button.is-primary>span{color:#2d2106;background:#2d21061a}.friends-person-actions>button.is-danger{color:#ff9caf;border-color:#ff829a33;background:#ff829a0b}.friends-person-actions>button.is-danger>span{color:var(--danger);background:#ff829a14}.friends-person-actions .edit-icon{font-size:1.4rem}.friends-confirm{display:grid;justify-items:stretch;text-align:center}.friends-confirm__clock,.friends-delete-confirm>span{width:68px;height:68px;display:grid;place-items:center;margin:2px auto 13px;border:1px solid rgba(154,140,240,.25);border-radius:21px;color:#c1b6ff;background:#9a8cf01a;font-size:2rem}.friends-confirm h2,.friends-delete-confirm h2{margin:0 0 7px;font-size:1.35rem}.friends-confirm>p,.friends-delete-confirm>p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.9}.friends-confirm__names{margin-top:12px;padding:11px;border-radius:14px;color:var(--gold-soft);background:#ffffff09;font-size:.75rem;line-height:1.8}.friends-relationship{display:grid;gap:6px;margin-top:14px;text-align:right}.friends-relationship>span{color:var(--muted);font-size:.72rem}.friends-relationship select,.friends-relationship input{width:100%;min-height:50px;padding:0 13px;border:1px solid rgba(255,255,255,.12);border-radius:15px;outline:0;color:var(--text);background:#0a0f2c}.friends-relationship select:focus,.friends-relationship input:focus{border-color:#e8b84b85;box-shadow:0 0 0 3px #e8b84b12}.friends-confirm__actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}.friends-confirm__actions button{width:100%}.friends-delete-confirm{display:grid;text-align:center}.friends-delete-confirm>span{color:var(--danger);border-color:#ff7d8a33;background:#ff7d8a14}.friends-delete-confirm>p b{color:#ffd2d7}.friends-delete-confirm>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:15px}.friends-danger-button{min-height:48px;border:1px solid rgba(255,125,138,.28);border-radius:14px;color:#ffc2ca;background:#ff7d8a1a;font-weight:800}@media(max-width:390px){.friends-tools{grid-template-columns:minmax(0,1fr) 50px}.friends-add{width:50px;justify-content:center;padding:0;font-size:0}.friends-add span{font-size:1.2rem}.friend-card{padding:8px 9px}.friend-avatar{width:43px;height:43px}.friends-selection-dock{grid-template-columns:34px minmax(0,1fr) auto;gap:7px;padding:8px}.friends-selection-dock__start{min-width:112px;padding-inline:9px;font-size:.68rem}.friends-sheet{padding-inline:14px}}.prototype-cosmic-button,.prototype-gold-button,.prototype-ghost-button,.prototype-soft-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 17px;border-radius:14px;font:inherit;font-weight:800;cursor:pointer}.prototype-cosmic-button{position:relative;overflow:hidden;border:0;color:#1c1444;background:linear-gradient(118deg,#9a8cf0,#c79ef2 40%,#e8b84b 76%,#f4d79a);background-size:185% 100%;box-shadow:0 16px 38px -12px #9a8cf0a6,0 8px 22px -10px #e8b84b80;animation:prototype-flow 7s ease-in-out infinite}.prototype-cosmic-button:after{content:"";position:absolute;top:0;left:-65%;width:42%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.6),transparent);transform:skew(-18deg);animation:prototype-sheen 4s ease-in-out infinite}.prototype-gold-button{border:0;color:#281d05;background:linear-gradient(180deg,#f2d289,#e8b84b 62%,#caa03a);box-shadow:0 12px 30px -14px #e8b84b94}.prototype-ghost-button{border:1px solid rgba(232,184,75,.2);color:var(--text);background:#ffffff0a}.prototype-soft-button{border:1px solid rgba(232,184,75,.28);color:var(--gold-soft);background:#e8b84b17}.prototype-gold-button:disabled,.prototype-ghost-button:disabled,.prototype-soft-button:disabled{cursor:not-allowed;opacity:.45}@keyframes prototype-flow{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes prototype-sheen{0%{left:-65%}50%,to{left:135%}}.prototype-splash-stage{position:relative;z-index:1;width:100%;height:var(--tg-viewport-stable-height,100dvh);min-height:0;overflow:hidden;display:flex;justify-content:center;background:transparent}.prototype-splash{position:relative;z-index:1;width:100%;max-width:480px;height:var(--tg-viewport-stable-height,100dvh);min-height:0;margin:0 auto;overflow:hidden;color:var(--text)}.landing-hero{display:flex;flex-direction:column;align-items:center;gap:clamp(12px,3dvh,28px);padding:clamp(16px,4dvh,40px) 0 calc(clamp(16px,4dvh,40px) + env(safe-area-inset-bottom))}.prototype-splash__art{position:absolute;inset:0;background:transparent}.prototype-splash__wheel{flex:1 1 auto;min-height:0;width:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;pointer-events:none}.prototype-splash__wheel svg{width:auto;height:100%;max-width:100%;max-height:100%;display:block;overflow:visible;transform-origin:50% 50%;animation:prototype-splash-wheel-spin 170s linear infinite;will-change:transform}.prototype-splash__wheel-geometry{fill:none;stroke:url(#splash-wheel-stroke);stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;opacity:.72}.prototype-splash__wheel-node{fill:#aaa0ff;stroke:#d8d0ff;stroke-width:.75;filter:drop-shadow(0 0 4px rgba(154,140,240,.72))}.prototype-splash__wheel-star{transform-origin:300px 300px}.prototype-splash__wheel-star--outer{fill:#6c62de14;stroke:#8f83f0;stroke-width:1.15}.prototype-splash__wheel-star--inner{fill:#c5b8ff0f;stroke:#c5b8ff;stroke-width:1;transform:rotate(7.5deg)}.prototype-splash__wheel-halo{fill:url(#splash-wheel-core);stroke:none;filter:url(#splash-wheel-glow);opacity:.86}.prototype-splash__wheel-core{fill:#fff;stroke:#d9d2ff;stroke-width:1;filter:url(#splash-wheel-glow)}.prototype-splash__scrim{position:absolute;inset:0;z-index:1;background:transparent}.prototype-splash__top{position:relative;z-index:2;flex:0 0 auto;width:100%;display:flex;flex-direction:column;align-items:center;padding:env(safe-area-inset-top) 22px 0;text-align:center}.prototype-splash__top img{width:min(68%,310px);aspect-ratio:1.56;object-fit:contain;filter:drop-shadow(0 7px 25px rgba(150,130,255,.55))}.prototype-splash__top p{margin:8px 0 0;color:#f4c96f;font-size:clamp(1rem,4.4vw,1.25rem);font-weight:700;text-shadow:0 0 16px rgba(154,140,240,.5)}.hero-tagline{position:relative;z-index:1;text-align:center}.prototype-splash__footer{position:relative;z-index:2;flex:0 0 auto;width:100%;display:flex;flex-direction:column;align-items:center;padding:0}.action-group--splash{flex:0 0 auto}.prototype-splash__footer nav{display:flex;align-items:center;gap:10px;margin-top:20px;color:var(--muted);font-size:.78rem}.prototype-splash__footer nav a:hover{color:var(--gold-soft)}@keyframes prototype-splash-wheel-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.prototype-page-heading{margin:3px 1px 22px}.prototype-page-heading>span{color:var(--gold);font-size:.7rem;font-weight:700}.prototype-page-heading h1{margin:5px 0 7px;font-size:clamp(1.72rem,6.5vw,2.15rem);line-height:1.35;letter-spacing:-.025em}.prototype-page-heading p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.8}.prototype-page-heading--action{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.prototype-page-heading--action>div{min-width:0}.prototype-page-heading--action .prototype-soft-button{flex:0 0 auto;margin-top:4px}.prototype-welcome{display:flex;align-items:center;justify-content:center;gap:2px;margin:6px 0 25px;transform:translate(-12px)}.prototype-welcome h1{margin:0;color:#fff8ea;font-size:1.8rem;line-height:1.3;text-shadow:0 0 15px rgba(154,140,240,.46)}.prototype-star{width:42px;height:42px;display:inline-block;flex:0 0 42px;background:url(/assets/home-star.png) center/contain no-repeat}.prototype-first-card{min-height:152px;display:flex;flex-direction:column;justify-content:center;margin-bottom:16px;padding:18px 20px;border:1px solid rgba(154,140,240,.25);border-radius:24px;background:radial-gradient(120% 150% at 100% 0%,rgba(154,140,240,.25),transparent 54%),linear-gradient(180deg,#171d4b,#111538);box-shadow:var(--shadow)}.prototype-first-card p{margin:0 0 13px;color:#bfc3df;font-size:1rem;font-weight:600;text-align:center}.prototype-first-card .prototype-cosmic-button{width:100%;min-height:58px;font-size:1rem}.prototype-feature-card{min-height:104px;display:grid;grid-template-columns:62px 1fr 20px;align-items:center;gap:13px;margin-bottom:14px;padding:15px;border:1px solid rgba(255,255,255,.11);border-radius:23px;box-shadow:var(--shadow)}.prototype-feature-card--violet{background:radial-gradient(120% 170% at 100% 0%,rgba(154,140,240,.32),transparent 57%),linear-gradient(135deg,#19194b,#111537)}.prototype-feature-card--rose{background:radial-gradient(120% 170% at 0 100%,rgba(212,132,146,.25),transparent 58%),linear-gradient(135deg,#23173e,#15183f)}.prototype-feature-card>img{width:58px;height:58px;display:block;border:1px solid rgba(255,255,255,.1);border-radius:18px;object-fit:cover;box-shadow:0 0 18px #9a8cf033}.prototype-feature-card>div{min-width:0}.prototype-feature-card b{display:block;font-size:1.05rem}.prototype-feature-card span{display:block;margin-top:4px;color:var(--muted);font-size:.78rem;line-height:1.7}.prototype-feature-card small{display:inline-block;margin-top:7px;padding:3px 8px;border:1px solid rgba(232,184,75,.3);border-radius:9px;color:var(--gold-soft);font-size:.62rem}.prototype-feature-card svg,.prototype-new-analysis>svg,.prototype-ritual-card>svg,.prototype-profile__referral>svg{width:19px;fill:none;stroke:var(--muted);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.prototype-section-title{margin:17px 2px 11px;font-size:.9rem;font-weight:500}.prototype-moon-card{min-height:96px;display:flex;align-items:center;gap:14px;margin-bottom:15px;padding:15px 18px;border:1px solid rgba(154,140,240,.35);border-radius:23px;background:radial-gradient(130% 160% at 0 0%,rgba(154,140,240,.45),transparent 60%),radial-gradient(130% 150% at 100% 100%,rgba(232,184,75,.28),transparent 58%),linear-gradient(135deg,#251c59,#11143a);box-shadow:var(--shadow),0 0 28px #9a8cf021}.prototype-moon-card img{width:54px;height:54px;border-radius:50%;object-fit:cover;border:1px solid rgba(232,184,75,.25)}.prototype-moon-card__copy{min-width:0;flex:1;display:grid;gap:7px}.prototype-moon-card__title{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.prototype-moon-card b{font-size:.92rem}.prototype-moon-card strong{flex:0 0 auto;color:#fff;font-family:Cinzel,serif;font-size:.75rem;font-variant-caps:all-small-caps;letter-spacing:.04em}.prototype-moon-card p{margin:0;color:var(--muted);font-size:.72rem;line-height:1.75}.prototype-ritual-card{min-height:86px;display:grid;grid-template-columns:50px 1fr 20px;align-items:center;gap:12px;padding:13px 15px;border:1px solid rgba(232,184,75,.29);border-radius:22px;background:radial-gradient(130% 150% at 100% 0%,rgba(232,184,75,.18),transparent 55%),linear-gradient(180deg,#1c2150,#262c5e);box-shadow:var(--shadow)}.prototype-ritual-card img{width:46px;height:46px;border-radius:14px;object-fit:contain;background:#12173a}.prototype-ritual-card b{font-size:1.02rem}.greet{margin:4px 0 16px}.greet .hi{font-size:1.72rem;font-weight:800;letter-spacing:-.02em}.greet .sub{color:var(--muted);font-size:.94rem;margin-top:4px}.home-greet{margin:2px 0 16px}.greet.home-greet .hi{color:#fff;-webkit-text-fill-color:#fff;text-shadow:0 0 16px rgba(154,140,240,.6),0 0 30px rgba(154,140,240,.34)}.greet.home-greet .hi-row{display:flex;align-items:center;gap:0}.hi-star{width:50px;height:40px;background:var(--hi-star) center / contain no-repeat;flex:0 0 auto;transform:translateY(-6px);margin-inline-start:-8px}.prototype-chart-card{min-height:84px;display:grid;grid-template-columns:50px 1fr auto;align-items:center;gap:12px;margin-bottom:14px;padding:13px 14px;border:1px solid rgba(232,184,75,.2);border-radius:21px;background:radial-gradient(120% 160% at 0 0%,rgba(232,184,75,.15),transparent 55%),linear-gradient(180deg,#171d45,#111537);box-shadow:var(--shadow)}.prototype-chart-card img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1px solid rgba(232,184,75,.4)}.prototype-chart-card div{display:grid}.prototype-chart-card small{color:var(--gold-soft);font-size:.64rem}.prototype-chart-card b{font-size:1rem}.prototype-chart-card span{color:var(--muted);font-size:.7rem}.prototype-chart-card em{display:flex;align-items:center;gap:3px;color:var(--violet-soft);font-size:.7rem;font-style:normal}.prototype-chart-card em svg{width:16px;fill:none;stroke:currentColor;stroke-width:2}.prototype-new-analysis{min-height:82px;display:grid;grid-template-columns:48px 1fr 20px;align-items:center;gap:12px;margin-bottom:14px;padding:13px 15px;overflow:hidden;border:0;border-radius:21px;color:#1c1444;background:linear-gradient(118deg,#9a8cf0,#c79ef2 40%,#e8b84b 76%,#f4d79a);background-size:185% 100%;box-shadow:0 16px 38px -14px #9a8cf099,0 8px 22px -10px #e8b84b80,inset 0 1px #ffffff6b;animation:prototype-flow 7s ease-in-out infinite}.prototype-new-analysis__icon{width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:14px;color:#1c1444;background:#ffffff4d;font-size:1.4rem}.prototype-new-analysis div{display:grid}.prototype-new-analysis b{color:#1c1444;font-size:1rem}.prototype-new-analysis span:not(.prototype-new-analysis__icon){color:#1c1444b8;font-size:.72rem;font-weight:600}.prototype-new-analysis>svg{stroke:#1c1444}.prototype-profile__head{display:flex;flex-direction:column;align-items:center;gap:7px;margin:0 0 12px;text-align:center}.prototype-profile__avatar{width:84px;height:84px;display:block;border:2px solid rgba(232,184,75,.55);border-radius:50%;object-fit:cover;box-shadow:0 12px 35px #0000006b,0 0 18px #9a8cf033}.prototype-profile__name{width:100%;max-width:270px;display:flex;flex-direction:column;gap:4px}.prototype-profile__name span{color:var(--muted-2);font-size:.7rem}.prototype-profile__name input{width:100%;padding:9px 14px;border:1px solid rgba(232,184,75,.3);border-radius:18px;outline:none;color:#fff;background:#ffffff09;text-align:center;font-size:1.12rem;font-weight:800}.prototype-avatar-picker{display:flex;gap:9px;margin-top:7px}.prototype-avatar-picker button{width:42px;height:42px;padding:0;overflow:hidden;border:2px solid transparent;border-radius:50%;background:none;opacity:.48}.prototype-avatar-picker button.active{border-color:var(--gold);opacity:1;box-shadow:0 0 12px #e8b84b40}.prototype-avatar-picker img{width:100%;height:100%;display:block;object-fit:cover}.prototype-profile__edit-grid,.prototype-profile__stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.prototype-profile__edit-card,.prototype-profile__stats a{position:relative;min-width:0;display:flex;flex-direction:column;gap:7px;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:linear-gradient(180deg,#ffffff0e,#ffffff06)}.prototype-profile__edit-card>span,.prototype-profile__stats span{padding-inline-end:60px;color:var(--muted-2);font-size:.7rem;white-space:nowrap}.prototype-profile__edit-card b,.prototype-profile__stats b{overflow:hidden;color:#fff;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.prototype-profile__edit-card small,.prototype-profile__stats em{position:absolute;inset-inline-end:10px;top:9px;padding:2px 7px;border:1px solid rgba(232,184,75,.22);border-radius:999px;color:#e8b84bdb;font-size:.55rem;font-style:normal}.prototype-profile__birth-card .prototype-picker-trigger{min-height:38px;padding:6px 0;border:0;background:transparent;box-shadow:none;font-size:.9rem;font-weight:800;text-align:start}.prototype-profile__birth-card .prototype-calendar-icon{display:none}.prototype-profile__save{width:100%;margin-top:10px}.prototype-gold-dash{color:var(--gold-soft)!important}.prototype-profile__referral{margin-top:12px}.prototype-profile__stats b small{color:var(--muted-2);font-size:.65rem}.prototype-profile__links{margin-top:11px;padding:0 10px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:linear-gradient(180deg,#141938c7,#0d112ae0)}.prototype-profile__links a{min-height:53px;display:grid;grid-template-columns:36px 1fr 18px;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.07)}.prototype-profile__links a:last-child{border-bottom:0}.prototype-profile__links a>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:var(--gold-soft);background:#9a8cf01f}.prototype-profile__links a>span svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.prototype-profile__links div{display:grid}.prototype-profile__links b{font-size:.82rem}.prototype-profile__links small{color:var(--muted);font-size:.64rem}.prototype-profile__links>a>svg{width:16px;fill:none;stroke:var(--muted);stroke-width:2}.prototype-profile>.prototype-ghost-button{width:100%;margin-top:15px}.prototype-subject-form{margin-bottom:18px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:23px;background:radial-gradient(120% 145% at 100% 0%,rgba(154,140,240,.1),transparent 58%),linear-gradient(180deg,#141938e6,#0d112af0);box-shadow:var(--shadow)}.prototype-subject-form h2{margin:0 0 13px;font-size:1.3rem}.prototype-subject-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.prototype-field{min-width:0;display:flex;flex-direction:column;gap:5px}.prototype-field>span{color:var(--muted);font-size:.73rem}.prototype-field input,.prototype-field select{width:100%;min-height:50px;padding:10px 14px;border:1px solid rgba(255,255,255,.11);border-radius:15px;outline:none;color:var(--text);background:#01051287}.prototype-field select option{color:#fff;background:#0b1129}.prototype-field input:focus,.prototype-field select:focus{border-color:#e8b84b8c;box-shadow:0 0 0 3px #e8b84b14}.prototype-city-field{grid-column:1 / -1}.prototype-city-search{position:relative;min-width:0}.prototype-city-search__control{position:relative}.prototype-city-search__control input{padding-inline-end:42px}.prototype-city-search__spinner{position:absolute;top:50%;inset-inline-end:15px;width:17px;height:17px;margin-top:-9px;border:2px solid rgba(255,255,255,.2);border-top-color:var(--gold);border-radius:50%;animation:spin .75s linear infinite}.prototype-city-search__check{position:absolute;top:50%;inset-inline-end:15px;width:20px;height:20px;display:grid;place-items:center;margin-top:-10px;border-radius:50%;color:#071712;background:var(--green);font-size:.72rem;font-weight:900}.prototype-city-search__confirmed{display:block;margin:5px 4px 0;color:var(--green);font-size:.64rem}.prototype-city-search__panel{position:absolute;z-index:35;top:calc(100% + 6px);inset-inline:0;max-height:270px;overflow-y:auto;padding:6px;border:1px solid rgba(154,140,240,.34);border-radius:16px;background:#090d23fa;box-shadow:0 18px 40px #00000075;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.prototype-city-search__panel button{width:100%;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 11px;border:0;border-bottom:1px solid rgba(255,255,255,.07);border-radius:11px;color:var(--text);background:transparent;text-align:right}.prototype-city-search__panel button:last-child{border-bottom:0}.prototype-city-search__panel button:hover,.prototype-city-search__panel button.active{background:#9a8cf021}.prototype-city-search__panel button>span{min-width:0;display:grid;gap:2px}.prototype-city-search__panel b{overflow:hidden;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.prototype-city-search__panel small{overflow:hidden;color:var(--muted-2);direction:ltr;font-size:.61rem;text-align:right;text-overflow:ellipsis;white-space:nowrap}.prototype-city-search__panel em{flex:0 0 auto;padding:3px 8px;border:1px solid rgba(232,184,75,.2);border-radius:999px;color:var(--gold-soft);font-size:.6rem;font-style:normal}.prototype-city-search__message{margin:0;padding:14px 10px;color:var(--muted);font-size:.7rem;line-height:1.7;text-align:center}.prototype-form-note{margin:14px 0 0;color:var(--muted);font-size:.72rem;line-height:1.8}.prototype-form-actions{display:flex;gap:9px;margin-top:14px}.prototype-form-actions button{flex:1}.prototype-subject-list{display:grid;gap:9px}.prototype-subject-list h2{margin:8px 2px 2px;font-size:.92rem}.prototype-subject-list>button{width:100%;min-height:75px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:11px;padding:11px 12px;border:1px solid rgba(255,255,255,.1);border-radius:18px;color:var(--text);background:#0f1431c7;text-align:right}.prototype-subject-list>button.active{border-color:#e8b84b80;background:#e8b84b13}.prototype-subject-avatar{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;color:var(--gold-soft);background:linear-gradient(145deg,#e8b84b26,#9a8cf029)}.prototype-subject-list>button>span:nth-child(2){min-width:0;display:grid}.prototype-subject-list small{overflow:hidden;color:var(--muted);font-size:.67rem;text-overflow:ellipsis;white-space:nowrap}.prototype-subject-list i{color:var(--green);font-size:.6rem;font-style:normal;white-space:nowrap}.prototype-picker-trigger{width:100%;min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border:1px solid rgba(255,255,255,.11);border-radius:15px;color:var(--text);background:#01051287}.prototype-picker-trigger.active{border-color:#e8b84b94;box-shadow:0 0 0 3px #e8b84b14}.prototype-picker-trigger .placeholder{color:var(--muted)}.prototype-calendar-icon{color:var(--gold);font-size:1.2rem}.prototype-time-icon{width:21px;height:21px;fill:none;stroke:var(--gold);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.prototype-picker-overlay{position:fixed;z-index:200;inset:0;display:flex;align-items:flex-end;justify-content:center;background:#030512b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.prototype-picker-sheet{width:min(100%,480px);padding:8px 20px calc(20px + env(safe-area-inset-bottom));border:1px solid rgba(154,140,240,.34);border-bottom:0;border-radius:27px 27px 0 0;background:radial-gradient(120% 130% at 50% 0%,rgba(154,140,240,.13),transparent 52%),linear-gradient(180deg,#252d70,#151b49);box-shadow:0 -24px 60px #00000085;animation:prototype-sheet-up .28s cubic-bezier(.2,.8,.2,1)}.prototype-picker-grip{width:42px;height:4px;margin:4px auto 11px;border-radius:99px;background:#fff3}.prototype-picker-sheet h2{margin:0;text-align:center;font-size:1.1rem}.prototype-picker-sheet>p{margin:4px 0 8px;color:var(--muted);font-size:.78rem;text-align:center}.prototype-wheel-picker{position:relative;height:250px;display:grid;gap:9px;direction:rtl}.prototype-wheel-picker--date{grid-template-columns:repeat(3,minmax(0,1fr))}.prototype-wheel-picker--time{grid-template-columns:repeat(2,minmax(0,1fr));padding-inline:30px}.prototype-wheel-band{position:absolute;z-index:0;top:88px;inset-inline:0;height:44px;border-block:1px solid rgba(232,184,75,.38);border-radius:11px;background:#e8b84b11;pointer-events:none}.prototype-wheel-column{position:relative;z-index:1;min-width:0;display:grid;grid-template-rows:220px 24px}.prototype-wheel-list{height:220px;overflow-y:auto;padding:88px 0;scroll-snap-type:y mandatory;scrollbar-width:none;overscroll-behavior:contain}.prototype-wheel-list::-webkit-scrollbar{display:none}.prototype-wheel-list button{width:100%;height:44px;display:block;padding:0 3px;border:0;color:#e2e4f594;background:transparent;font:inherit;font-size:.9rem;text-align:center;scroll-snap-align:center}.prototype-wheel-list button.active{color:#fff;font-size:1.05rem;font-weight:900}.prototype-wheel-column>span{align-self:end;color:var(--muted);font-size:.66rem;text-align:center}.prototype-picker-actions{display:flex;flex-direction:row-reverse;gap:10px;margin-top:8px}.prototype-picker-actions button{flex:1;min-height:50px}@keyframes prototype-sheet-up{0%{transform:translateY(100%)}}.prototype-analysis-form .kind-tabs{justify-content:flex-start;margin-bottom:13px}.prototype-analysis-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;column-gap:12px}.prototype-analysis-heading>div>span{color:var(--gold);font-size:.7rem;font-weight:700}.prototype-analysis-heading>div h1{margin-bottom:7px}.prototype-analysis-heading>.prototype-soft-button{margin-top:4px}.prototype-analysis-heading>p,.prototype-analysis-heading>.prototype-change-analysis{grid-column:1 / -1}.prototype-analysis-intro{min-height:96px;padding:15px;border-radius:22px}.prototype-analysis-intro>img{width:58px;height:58px;flex:0 0 58px;border-radius:18px;object-fit:cover;box-shadow:0 0 18px #9a8cf038}.prototype-analysis-form .subject-selector button{min-height:78px;border-radius:18px;background:#0f1430cc}.prototype-analysis-form .panel{border-color:#ffffff1c;border-radius:22px;background:linear-gradient(180deg,#141938d1,#0d112ae6)}.prototype-change-analysis{margin-top:9px;padding:3px 0;border:0;border-bottom:1px solid rgba(242,210,137,.52);color:var(--gold-soft);background:transparent;cursor:pointer;font-size:.72rem}.prototype-duo-slots{display:grid;gap:12px;margin:16px 0 21px}.prototype-duo-slots article{min-height:112px;display:grid;align-content:center;gap:5px;padding:18px;border:1px solid rgba(154,140,240,.22);border-radius:22px;background:radial-gradient(125% 120% at 100% 0%,rgba(154,140,240,.12),transparent 55%),linear-gradient(180deg,#141a3de6,#0d122df0)}.prototype-duo-slots article>b{color:var(--gold-soft);font-size:.78rem}.prototype-duo-slots article>strong{font-size:1rem}.prototype-duo-slots article>span{color:var(--muted);font-size:.72rem}.prototype-duo-slots article.is-filled{border-color:#e8b84b57;box-shadow:inset 0 0 24px #e8b84b08}.prototype-add-subject-link{width:fit-content;display:block;margin:11px auto 0;padding:5px 2px;border:0;border-bottom:1px solid rgba(232,184,75,.34);color:var(--gold-soft);background:transparent;cursor:pointer;font:inherit;font-size:.76rem}.prototype-individual-form .prototype-subject-form{margin-top:16px}.prototype-free-analysis{padding-bottom:18px}.prototype-free-analysis>.prototype-page-heading>span{color:var(--gold);font-size:.7rem;font-weight:800}.free-analysis-time-warning{display:flex;align-items:flex-start;margin-top:14px;padding:13px 14px;border:1px solid rgba(232,184,75,.22);border-radius:16px;color:#e5ddc9;background:#e8b84b11;font-size:.76rem;line-height:1.9}.free-core-block{position:relative;margin-top:16px;padding:17px 16px 18px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:radial-gradient(120% 145% at 100% 0%,rgba(154,140,240,.09),transparent 58%),radial-gradient(115% 130% at 0% 100%,rgba(232,184,75,.055),transparent 58%),linear-gradient(180deg,#141938b8,#0d112ac7)}.free-core-block:before{content:"";position:absolute;inset-block:16px;inset-inline-start:0;width:2px;background:linear-gradient(180deg,transparent,var(--gold),transparent);opacity:.55}.free-core-block h2{display:flex;align-items:center;gap:9px;margin:0 0 10px;font-size:1.08rem}.free-core-block h2 span{width:30px;height:30px;display:grid;flex:0 0 30px;place-items:center;border:1px solid rgba(232,184,75,.22);border-radius:9px;color:var(--gold);background:#e8b84b0e;font-size:.78rem}.free-core-block p{margin:0;color:#dce1f3;font-size:.91rem;line-height:2.03;text-align:justify;text-align-last:right}.free-analysis-locked{position:relative;min-height:154px;margin-top:14px;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:22px}.free-analysis-locked>p{margin:0;padding:24px 18px;color:#d8dcec;opacity:.5;filter:blur(5px);font-size:.88rem;line-height:2;text-align:justify;-webkit-user-select:none;user-select:none}.free-analysis-locked>div{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:18px;text-align:center;background:linear-gradient(180deg,#080a1f47,#080a1fd6)}.free-analysis-locked>div>span{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;color:var(--gold);background:#e8b84b24;font-size:1.25rem}.free-analysis-locked b{font-size:.92rem}.free-analysis-locked small{color:var(--muted);font-size:.7rem;line-height:1.7}.free-analysis-full-button{width:100%;min-height:56px;margin-top:18px}.free-analysis-error{display:grid;gap:14px;padding-top:24px}.prototype-analysis-sheet-overlay{position:fixed;z-index:80;inset:0;display:flex;align-items:flex-end;justify-content:center;background:#040612ad;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fade-in .24s ease both}.telegram-contact-overlay{z-index:120}.telegram-contact-sheet{width:100%;max-width:480px;display:grid;gap:14px;padding:24px 20px calc(22px + env(safe-area-inset-bottom,0px));border:1px solid rgba(154,140,240,.36);border-radius:28px 28px 0 0;background:linear-gradient(180deg,#272d70,#151a48);box-shadow:0 -18px 55px #0000006b}.telegram-contact-sheet h2{margin:0;font-size:1.2rem}.telegram-contact-sheet>p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.9}.telegram-contact-sheet .button{display:flex;align-items:center;justify-content:center;gap:9px}.telegram-contact-sheet .button svg{width:20px;height:20px}.prototype-analysis-sheet{width:min(100%,480px);max-height:min(88dvh,590px);overflow-y:auto;padding:8px 20px calc(22px + env(safe-area-inset-bottom));border:1px solid rgba(232,184,75,.16);border-bottom:0;border-radius:28px 28px 0 0;background:linear-gradient(180deg,#272e70,#141a3e 46%,#111634);box-shadow:0 -24px 60px -20px #000000d1;animation:prototype-sheet-up .32s cubic-bezier(.2,.8,.2,1) both;scrollbar-width:none}.prototype-analysis-sheet::-webkit-scrollbar{display:none}.prototype-subject-sheet{max-height:min(94dvh,760px);padding-inline:14px}.prototype-subject-sheet .prototype-subject-form{margin-bottom:0;border:0;background:transparent;box-shadow:none}.prototype-analysis-sheet__grip{width:44px;height:4px;display:block;margin:11px auto 17px;border-radius:999px;background:#cac7ff5c}.prototype-analysis-sheet h2{margin:0 0 3px;font-size:1.25rem}.prototype-analysis-sheet>p{margin:0 0 14px;color:var(--muted);font-size:.88rem}.prototype-analysis-sheet .state{min-height:170px;border:0;background:transparent;box-shadow:none}.prototype-analysis-sheet__options{display:grid;gap:12px}.prototype-analysis-sheet__options>button{width:100%;min-height:106px;display:flex;align-items:center;gap:13px;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:22px;color:var(--text);background:linear-gradient(180deg,#151c48,#101638);cursor:pointer;text-align:right;transition:transform .18s ease,border-color .18s ease}.prototype-analysis-sheet__options>button:active{transform:scale(.985)}.prototype-analysis-sheet__options>button:hover{border-color:#e8b84b33}.prototype-analysis-sheet__icon{width:54px;height:54px;flex:0 0 54px;display:grid;place-items:center;border-radius:17px}.prototype-analysis-sheet__icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.prototype-analysis-sheet__icon--individual{color:var(--gold-soft);background:radial-gradient(circle at 50% 38%,#3a301ab3,#0f132cf2);box-shadow:0 0 18px #e8b84b3b,inset 0 0 0 1px #e8b84b42}.prototype-analysis-sheet__icon--duo{color:var(--violet-soft);background:radial-gradient(circle at 50% 38%,#2c2256c2,#0f132cf2);box-shadow:0 0 18px #9a8cf045,inset 0 0 0 1px #9a8cf047}.prototype-analysis-sheet__icon--party{color:#f3b8d0;background:radial-gradient(circle at 50% 38%,#4e2842bf,#0f132cf2);box-shadow:0 0 18px #f08cc840,inset 0 0 0 1px #f08cc84d}.prototype-analysis-sheet__copy{min-width:0;flex:1;display:grid;gap:4px}.prototype-analysis-sheet__copy b{font-size:1.04rem}.prototype-analysis-sheet__copy small{color:var(--muted);font-size:.78rem}.prototype-analysis-sheet__chevron{width:20px;height:20px;flex:0 0 20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@keyframes prototype-sheet-up{0%{opacity:.5;transform:translateY(42px)}to{opacity:1;transform:none}}.prototype-history{display:grid;align-content:start;min-height:100%}.prototype-history__action{width:100%;margin:14px 0 0}.history-toolbar{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin:4px 0 13px}.history-filters{min-width:0;display:flex;gap:7px;overflow-x:auto;padding:2px;overscroll-behavior-inline:contain;scrollbar-width:none}.history-filters::-webkit-scrollbar{display:none}.history-filter{flex:0 0 auto;min-height:38px;padding:8px 14px;border:1px solid rgba(255,255,255,.11);border-radius:999px;color:var(--muted);background:#ffffff09;font:inherit;font-size:.75rem;font-weight:800;cursor:pointer;transition:.2s ease}.history-filter:hover,.history-filter:focus-visible{border-color:#e8b84b4d;color:#fff;outline:0}.history-filter.is-active{color:#241900;border-color:#ffd87da6;background:linear-gradient(135deg,var(--gold-soft),var(--gold));box-shadow:0 7px 22px #e8b84b29}.history-count{flex:0 0 auto;color:var(--muted);font-size:.7rem;white-space:nowrap}.prototype-history-list{display:grid;gap:10px}.prototype-history-list .history-card{width:100%;min-height:104px;display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:linear-gradient(145deg,#151b40e0,#0c112dde);box-shadow:0 13px 34px #0000002b}.prototype-history-list .history-card--failed{border-color:#ff7d8a29}.prototype-history-list .history-card__icon{width:50px;height:50px;border:1px solid rgba(232,184,75,.2);border-radius:15px;background:#e8b84b14}.prototype-history-list .history-card__icon--duo{border-color:#9a8cf033;background:#9a8cf017}.prototype-history-list .history-card__icon--party{border-color:#5bcbaa33;background:#5bcbaa14}.prototype-history-list .history-card__icon svg{width:24px;height:24px}.prototype-history-list .history-card__body{min-width:0;display:flex;flex-direction:column;gap:4px;text-align:right}.prototype-history-list .history-card__body>b,.prototype-history-list .history-card__body>small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prototype-history-list .history-card__body>b{color:#fff;font-size:.91rem}.prototype-history-list .history-card__body>small{color:var(--muted);font-size:.71rem}.history-card__meta{display:flex;align-items:center;gap:6px;color:var(--muted-2);font-size:.66rem}.history-card__meta i{width:3px;height:3px;flex:0 0 3px;border-radius:50%;background:#ffffff47}.history-card__meta time{color:inherit;font-size:inherit}.history-card__side{display:flex;flex-direction:column;align-items:flex-end;gap:7px}.history-card__view{min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border:1px solid rgba(232,184,75,.25);border-radius:11px;color:var(--gold-soft);background:#e8b84b0e;font:inherit;font-size:.68rem;font-weight:850;white-space:nowrap}.history-card__view:disabled{color:var(--muted-2);border-color:#ffffff14;background:#ffffff06;cursor:not-allowed;opacity:.72}.history-filter-empty,.history-account-empty{display:grid;place-items:center;gap:7px;min-height:150px;padding:24px 16px;border:1px dashed rgba(255,255,255,.12);border-radius:18px;text-align:center;color:var(--muted);background:#ffffff05}.history-filter-empty b,.history-account-empty b{color:#fff;font-size:.91rem}.history-filter-empty span,.history-account-empty p{margin:0;font-size:.74rem;line-height:1.8}.history-account-empty{min-height:184px;border-style:solid;background:linear-gradient(155deg,#9a8cf013,#ffffff05)}.history-account-empty>span{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(232,184,75,.22);border-radius:18px;color:var(--gold-soft);background:#e8b84b12;font-size:1.35rem}@media(max-width:430px){.history-filter{padding-inline:12px;font-size:.71rem}.prototype-history-list .history-card{grid-template-columns:46px minmax(0,1fr);align-items:start}.prototype-history-list .history-card__icon{width:46px;height:46px}.history-card__side{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between;padding-top:9px;border-top:1px solid rgba(255,255,255,.065)}.history-card__view{min-width:116px}}.prototype-wallet-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:15px}.prototype-wallet-summary div{min-height:96px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:15px;border:1px solid rgba(232,184,75,.16);border-radius:21px;background:linear-gradient(180deg,#1b204d,#111537)}.prototype-wallet-summary span{color:var(--muted);font-size:.75rem}.prototype-wallet-summary b{color:var(--gold-soft);font-size:1.45rem}.prototype-shop{padding-bottom:4px}.prototype-shop-heading{padding:8px 1px 17px}.prototype-shop-heading h1{margin:5px 0 4px;color:#fff;font-size:clamp(1.9rem,8.6vw,2.25rem);font-weight:900;letter-spacing:-.05em;line-height:1.35;text-shadow:0 0 7px rgba(255,255,255,.28),0 0 18px rgba(154,140,240,.3)}.prototype-shop-heading p{max-width:400px;margin:0;color:var(--muted);font-size:.86rem;line-height:1.8}.prototype-shop-packages{display:grid;gap:11px;padding-top:3px}.prototype-shop-package{position:relative;width:100%;min-height:96px;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:15px 14px;border:1px solid rgba(255,255,255,.1);border-radius:18px;color:var(--text);background:radial-gradient(130% 170% at 100% 0%,rgba(154,140,240,.09),transparent 55%),linear-gradient(180deg,#161c42fa,#0f1435fa);box-shadow:0 14px 36px -28px #000000d9;cursor:pointer;text-align:right;transition:transform .22s ease,border-color .22s ease,background .22s ease}.prototype-shop-package:hover{transform:translateY(-1px);border-color:#e8b84b40}.prototype-shop-package:focus-visible{outline:2px solid rgba(232,184,75,.7);outline-offset:2px}.prototype-shop-package.selected{border-color:#e8b84ba6;background:radial-gradient(115% 170% at 100% 0%,rgba(232,184,75,.13),transparent 56%),linear-gradient(180deg,#1c224b,#121738);box-shadow:0 0 0 1px #e8b84b17,0 18px 55px -35px #e8b84ba6}.prototype-shop-radio{width:20px;height:20px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%}.prototype-shop-radio i{width:10px;height:10px;border-radius:50%}.prototype-shop-package.selected .prototype-shop-radio{border-color:var(--gold)}.prototype-shop-package.selected .prototype-shop-radio i{background:var(--gold);box-shadow:0 0 9px #e8b84ba6}.prototype-shop-coin{position:relative;width:52px;height:52px;display:grid;flex:0 0 auto;place-items:center;border:1px solid #f5d679;border-radius:50%;color:#fff0bd;background:radial-gradient(circle at 34% 25%,#ffe8a9,#e8b84b 36%,#a56b15 76%);box-shadow:inset 0 0 0 4px #5c34062b,0 5px 18px #e8b84b38}.prototype-shop-coin:after{content:"";position:absolute;inset:8px;border:1px dashed rgba(96,56,9,.5);border-radius:50%}.prototype-shop-coin i{position:relative;z-index:1;font-style:normal;text-shadow:0 1px 2px #7c520d}.prototype-shop-package-copy{min-width:0;display:flex;flex-direction:column;gap:1px}.prototype-shop-package-copy b{overflow:hidden;font-size:.94rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.prototype-shop-package-copy strong{color:var(--gold-soft);font-size:.77rem}.prototype-shop-package-copy small{overflow:hidden;color:var(--muted);font-size:.69rem;line-height:1.5;text-overflow:ellipsis}.prototype-shop-price{color:var(--gold-soft);font-size:.82rem;font-weight:800;white-space:nowrap}.prototype-shop-badge{position:absolute;z-index:1;top:-9px;inset-inline-end:15px;padding:3px 9px;border-radius:12px;font-size:.64rem;font-weight:900;box-shadow:0 7px 18px #0000003d}.prototype-shop-badge--violet{background:linear-gradient(135deg,#8f80e7,#695cc3)}.prototype-shop-badge--gold{color:#312004;background:linear-gradient(135deg,#f3d27b,#d9a72f)}.prototype-shop-status-link{width:fit-content;display:block;margin:7px auto 0;padding:2px 4px;border:0;border-bottom:1px solid currentColor;color:var(--gold-soft);background:transparent;cursor:pointer;font:inherit;font-weight:800}.prototype-payment-loading{min-height:230px;display:grid;place-items:center;align-content:center;gap:10px;padding:28px 20px;border:1px solid rgba(255,255,255,.08);border-radius:22px;color:var(--muted);background:#0d122dad;text-align:center}.prototype-payment-loading .loading-spinner{width:24px;height:24px}.prototype-payment-loading b{color:var(--text);font-size:.9rem}.prototype-payment-loading small{max-width:300px;font-size:.68rem;line-height:1.8}.prototype-shop-dock{display:grid;gap:10px;padding:9px 10px 10px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:linear-gradient(180deg,#141a3ee0,#0c102bf5);box-shadow:0 14px 36px -28px #000000d9}.prototype-shop-total{display:flex;align-items:center;justify-content:space-between;gap:12px}.prototype-shop-total span{color:var(--muted);font-size:.78rem}.prototype-shop-total b{color:var(--gold-soft);font-size:1rem}.prototype-shop-pay-button{min-height:52px;color:#251905;background:linear-gradient(115deg,#f4d79a,#e8b84b 38%,#dfb091 72%,#c79ef2);background-size:180% 100%;box-shadow:0 12px 32px -18px #e8b84be6;animation:prototype-flow 6s ease infinite}.prototype-shop-pay-button .loading-spinner{border-color:#25190538;border-top-color:#251905}.prototype-payment-result{min-height:100%;padding:5px 1px 18px;text-align:center}.prototype-payment-result>h1{margin:0 0 9px;font-size:clamp(1.7rem,7vw,2.15rem);font-weight:900;line-height:1.4}.prototype-payment-result>p{max-width:390px;margin:0 auto 16px;color:var(--muted);font-size:.82rem;line-height:1.9}.prototype-payment-result-mark{position:relative;width:116px;height:116px;display:grid;margin:7px auto;place-items:center}.prototype-payment-result-rays{position:absolute;inset:-16px;opacity:.5;background:repeating-conic-gradient(rgba(98,214,160,.5) 0deg 1deg,transparent 1deg 24deg);-webkit-mask:radial-gradient(circle,transparent 0 45%,#000 46% 68%,transparent 69%);mask:radial-gradient(circle,transparent 0 45%,#000 46% 68%,transparent 69%);animation:prototype-payment-ray 22s linear infinite}.prototype-payment-result-ring{width:86px;height:86px;display:grid;place-items:center;border:1px solid rgba(176,255,218,.7);border-radius:50%;color:#dafce9;background:radial-gradient(circle at 35% 28%,#7ae6b5,#36a875 64%,#176446);box-shadow:0 0 0 8px #62d6a012,0 0 45px #62d6a040;font-size:2.4rem}.prototype-payment-result--success>h1{color:var(--green)}.prototype-payment-result--pending .prototype-payment-result-rays{background:repeating-conic-gradient(rgba(232,184,75,.52) 0deg 1deg,transparent 1deg 24deg)}.prototype-payment-result--pending .prototype-payment-result-ring{color:#fff0bd;border-color:#f5d679a6;background:radial-gradient(circle at 35% 28%,#f5d679,#b98020 66%,#64400e);box-shadow:0 0 0 8px #e8b84b0f,0 0 42px #e8b84b33}.prototype-payment-result--pending>h1{color:var(--gold-soft)}.prototype-payment-result--failed .prototype-payment-result-rays{background:repeating-conic-gradient(rgba(255,125,138,.44) 0deg 1deg,transparent 1deg 24deg)}.prototype-payment-result--failed .prototype-payment-result-ring{color:#ffd8dc;border-color:#ffa6af94;background:radial-gradient(circle at 35% 28%,#dd7b86,#9f3f4a 66%,#562129);box-shadow:0 0 0 8px #ff7d8a0f,0 0 42px #ff7d8a33}.prototype-payment-result--failed>h1{color:#ff9da7}@keyframes prototype-payment-ray{to{transform:rotate(360deg)}}.prototype-payment-new-balance{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid rgba(232,184,75,.23);border-radius:18px;background:radial-gradient(120% 160% at 0 0,rgba(232,184,75,.1),transparent 58%),linear-gradient(180deg,#171c43,#111638);box-shadow:0 14px 36px -28px #000000d9;text-align:right}.prototype-shop-coin--large{width:58px;height:58px}.prototype-payment-new-balance>span:nth-child(2){min-width:0;display:flex;flex:1;flex-direction:column}.prototype-payment-new-balance small{color:var(--muted);font-size:.72rem}.prototype-payment-new-balance b{color:var(--gold-soft);font-size:1.35rem}.prototype-payment-new-balance em{padding:5px 9px;border:1px solid rgba(98,214,160,.22);border-radius:15px;color:var(--green);background:#62d6a014;font-size:.7rem;font-style:normal;font-weight:900;white-space:nowrap}.prototype-payment-wallet-state,.prototype-payment-polling{min-height:40px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:.72rem}.prototype-payment-receipt{margin-top:14px;padding:15px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:linear-gradient(180deg,#141a3ef2,#0e1332fa);box-shadow:0 14px 36px -28px #000000d9;text-align:right}.prototype-payment-receipt>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.prototype-payment-receipt>header>span{display:flex;flex-direction:column}.prototype-payment-receipt>header b{font-size:.93rem}.prototype-payment-receipt>header small{color:var(--muted-2);font-size:.67rem}.prototype-payment-receipt>header em{padding:4px 10px;border:1px solid rgba(98,214,160,.2);border-radius:13px;color:var(--green);background:#62d6a014;font-size:.7rem;font-style:normal;font-weight:900}.prototype-payment-receipt--failed>header em{color:#ffadb5;border-color:#ff7d8a38;background:#ff7d8a14}.prototype-payment-receipt dl{margin:12px 0 0;border-top:1px solid rgba(255,255,255,.1)}.prototype-payment-receipt dl div{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.045);font-size:.76rem}.prototype-payment-receipt dl div:last-child{border-bottom:0}.prototype-payment-receipt dt{flex:0 0 auto;color:var(--muted)}.prototype-payment-receipt dd{min-width:0;margin:0;overflow-wrap:anywhere;font-weight:800;text-align:left}.prototype-payment-tracking{color:var(--violet-soft);letter-spacing:.04em}.prototype-payment-actions{display:grid;gap:10px;margin-top:15px}.prototype-payment-primary,.prototype-payment-secondary{width:100%;min-height:54px;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:14px;font-weight:900}.prototype-payment-primary{border:0;color:#251905;background:linear-gradient(115deg,#f4d79a,#e8b84b 44%,#dfb091);box-shadow:0 12px 32px -18px #e8b84be6;cursor:pointer}.prototype-payment-secondary{border:1px solid rgba(232,184,75,.22);color:var(--gold-soft);background:#e8b84b09}.prototype-payment-pending-order{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 0;padding:15px;border:1px solid rgba(232,184,75,.18);border-radius:17px;background:#121737d1}.prototype-payment-pending-order span{color:var(--muted);font-size:.78rem}.prototype-payment-pending-order b{color:var(--gold-soft)}.prototype-payment-result-state{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px 10px;text-align:center}.prototype-payment-result-state>.loading-spinner{width:28px;height:28px}.prototype-payment-result-state>span:not(.loading-spinner){width:64px;height:64px;display:grid;place-items:center;border:1px solid rgba(255,125,138,.25);border-radius:50%;color:#ffadb5;background:#ff7d8a14;font-size:2rem}.prototype-payment-result-state h1{margin:0;font-size:1.35rem}.prototype-payment-result-state p{max-width:340px;margin:0;color:var(--muted);font-size:.8rem;line-height:1.9}.prototype-payment-result-state>a:not(.prototype-payment-primary){color:var(--gold-soft);font-size:.78rem}@media(max-width:390px){.prototype-shop-package{grid-template-columns:auto auto minmax(0,1fr);gap:9px;padding:14px 11px}.prototype-shop-price{grid-column:3;justify-self:start}.prototype-shop-package-copy small{font-size:.66rem}.prototype-payment-receipt dl div{font-size:.72rem}.prototype-payment-new-balance{gap:9px;padding-inline:11px}.prototype-payment-new-balance em{padding-inline:7px}}.prototype-referral-card{display:flex;flex-direction:column;align-items:center;margin-bottom:14px;padding:20px 17px;border:1px solid rgba(98,214,160,.2);border-radius:24px;background:radial-gradient(130% 130% at 50% 0%,rgba(98,214,160,.11),transparent 55%),linear-gradient(180deg,#16264b,#111638)}.prototype-referral-card>img{width:70px;height:70px;border-radius:22px;object-fit:cover}.prototype-referral-orbs{display:flex;gap:14px;margin:15px 0 9px}.prototype-referral-orbs i{width:18px;height:18px;border:1px solid rgba(98,214,160,.42);border-radius:50%;background:#62d6a014}.prototype-referral-progress{width:100%;height:8px;overflow:hidden;border-radius:999px;background:#ffffff0f}.prototype-referral-progress span{width:0;height:100%;display:block;background:var(--green)}.prototype-referral-card p{margin:8px 0 14px;color:var(--muted);font-size:.76rem}.prototype-referral-copy{width:100%;display:flex;gap:8px;padding:8px;border:1px solid rgba(232,184,75,.18);border-radius:14px;background:#e8b84b0a}.prototype-referral-copy code{flex:1;align-self:center;color:var(--muted);font-size:.63rem;text-align:center}.prototype-referral-copy button{min-width:64px;border:0;border-radius:10px;color:#271c03;background:var(--gold);font-weight:800}.prototype-referral-card>.prototype-ghost-button{width:100%;margin-top:10px}.prototype-ritual-item{display:flex;align-items:flex-start;gap:13px;margin-bottom:12px;padding:15px;border:1px solid rgba(255,255,255,.12);border-radius:21px;background:#080a1a78;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.prototype-ritual-item img{width:48px;height:48px;flex:0 0 48px;object-fit:contain;border-radius:14px;background:#13183c}.prototype-ritual-item span{color:var(--gold-soft);font-size:.7rem;font-weight:700}.prototype-ritual-item p{margin:5px 0 0;color:#e6e8f6;font-size:.82rem}.prototype-login-page{min-height:100svh;padding:0}.prototype-auth-viewport{justify-content:center}.prototype-auth-card{position:relative;z-index:1;display:flex;width:min(100%,480px);min-height:100svh;flex-direction:column;justify-content:center;padding:clamp(34px,8vh,84px) 0 max(34px,env(safe-area-inset-bottom));border:0;border-radius:0;background:linear-gradient(180deg,#04081714,#04081733);box-shadow:0 0 80px #00000047;-webkit-backdrop-filter:none;backdrop-filter:none}.prototype-auth-card .logo{margin:0 auto 8px}.prototype-auth-card .logo img{width:min(52vw,180px);height:auto;aspect-ratio:1.569;filter:drop-shadow(0 6px 22px rgba(150,130,255,.4))}.prototype-auth-card .logo span{display:none}.prototype-auth-card form{width:100%;margin-top:0;text-align:center}.prototype-auth-card .button--primary{color:#1c1444;background:linear-gradient(118deg,#9a8cf0,#c79ef2 40%,#e8b84b 76%,#f4d79a);background-size:185% 100%;box-shadow:0 16px 38px -12px #9a8cf0a6,0 8px 22px -10px #e8b84b80,inset 0 1px #ffffff6b;animation:prototype-cosmic-flow 3s ease-in-out infinite}.prototype-login-methods{width:100%;text-align:center}.prototype-login-methods h1,.prototype-auth-title{margin:4px 0 0;font-size:1.95rem;line-height:1.18;letter-spacing:-.035em;background:linear-gradient(118deg,#f4d79a,#e8b84b 24%,#c79ef2 60%,#9a8cf0);background-size:185% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:prototype-cosmic-flow 3s ease-in-out infinite}.prototype-login-methods>p{margin:0 0 24px;color:#c3c5d8;font-size:clamp(.94rem,3.8vw,1.12rem)}.auth-actions{margin-top:28px}.prototype-telegram-button{position:relative;overflow:hidden;gap:13px;color:#1c1444;background:linear-gradient(118deg,#9a8cf0,#c79ef2 40%,#e8b84b 76%,#f4d79a);background-size:185% 100%;box-shadow:0 16px 38px -12px #9a8cf0a6,0 8px 22px -10px #e8b84b80,inset 0 1px #ffffff6b;animation:prototype-cosmic-flow 3s ease-in-out infinite}.prototype-telegram-button:after{content:"";position:absolute;top:0;left:-65%;width:42%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.6),transparent);transform:skew(-18deg);pointer-events:none;animation:prototype-button-sheen 4s ease-in-out infinite}.prototype-telegram-button svg{width:22px;height:22px;flex:0 0 22px;fill:none}.prototype-mobile-button{border-color:#ffffff1f;color:#a7a9bd;background:#060b1d80}.auth-terms{width:100%;max-width:300px;margin:4px auto 0;padding-inline:4px;color:#c5c7d6;font-size:.8rem;line-height:1.7;text-align:center}.auth-terms a{color:var(--gold-soft);font-weight:800}.enamad-seal{min-height:90px;margin-top:10px;display:flex;justify-content:center}.enamad-seal img{max-width:90px;height:auto;display:block;border-radius:8px;opacity:.92;transition:opacity .2s ease}.enamad-seal img:hover{opacity:1}.prototype-auth-sub{margin:11px auto 0!important;color:var(--muted);font-size:.99rem!important;line-height:1.65;text-align:center}.auth-form-actions{margin-top:24px}.prototype-auth-card form .field{margin:0}.prototype-auth-card form .field input{min-height:50px;text-align:center}.phone-input{direction:ltr;unicode-bidi:isolate;text-align:center;letter-spacing:.08em;font-variant-numeric:tabular-nums}.lr{direction:ltr;unicode-bidi:isolate;display:inline-block;font-variant-numeric:tabular-nums}.prototype-auth-return{color:var(--gold-soft);text-decoration:underline;text-underline-offset:3px}@keyframes prototype-cosmic-flow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes prototype-button-sheen{0%{left:-65%}50%,to{left:135%}}.otp-boxes{direction:ltr;unicode-bidi:isolate;display:flex;justify-content:center;gap:8px}.prototype-otp input{flex:1 1 0;width:100%;min-width:0;height:52px;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:12px;outline:none;color:#fff;background:#01051299;direction:ltr;text-align:center;font-size:1.2rem;font-weight:800;font-variant-numeric:tabular-nums}.prototype-otp input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #e8b84b14}.prototype-unknown-time{border-color:#9a8cf04d;background:linear-gradient(180deg,#20275e,#11163a)}.prototype-static{display:grid;gap:13px}.prototype-static section{padding:20px 18px;border:1px solid rgba(255,255,255,.12);border-radius:21px;background:radial-gradient(120% 145% at 100% 0%,rgba(154,140,240,.08),transparent 58%),linear-gradient(180deg,#141938e0,#0d112af0);box-shadow:var(--shadow)}.prototype-static h1,.prototype-static h2{margin:0 0 10px;color:var(--gold-soft);font-size:1.08rem}.prototype-static p{margin:0 0 9px;color:#dfe1ef;font-size:.85rem;line-height:2;text-align:justify}.prototype-static p:last-child{margin-bottom:0}@media(max-width:440px){.prototype-content,.prototype-topbar{padding-inline:13px}.prototype-brand{width:72px}.prototype-coin{padding-inline:9px}.prototype-feature-card{grid-template-columns:56px 1fr 18px;padding:13px}.prototype-feature-card>img{width:54px;height:54px}.prototype-profile__edit-grid,.prototype-profile__stats,.prototype-subject-form__grid{gap:8px}.prototype-subject-form{padding:16px 13px}.prototype-form-actions{flex-direction:column}.prototype-moon-card__title{display:grid;gap:3px}.prototype-moon-card strong{font-size:.72rem}}@media(max-width:365px){.prototype-coin span{display:none}.prototype-welcome h1{font-size:1.55rem}.prototype-splash__footer nav{gap:6px;font-size:.68rem}.prototype-profile__edit-grid,.prototype-profile__stats,.prototype-subject-form__grid{grid-template-columns:1fr}.prototype-otp{gap:4px}}
