*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scrollbar-width:none;-ms-overflow-style:none;height:100%}html::-webkit-scrollbar{width:0;height:0;display:none}body{scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background:#0f0f12;min-height:100dvh;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif}#root{width:100%;min-height:100dvh;text-align:initial;border:none;margin:0;padding:0;display:block}button,input{font-family:inherit}button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}input{font-size:16px}body::-webkit-scrollbar{width:0;height:0;display:none}#root::-webkit-scrollbar{width:0;height:0;display:none}.app-layout main::-webkit-scrollbar{width:0;height:0;display:none}.mobile-app__viewport::-webkit-scrollbar{width:0;height:0;display:none}[class*=__scroll]::-webkit-scrollbar{width:0;height:0;display:none}[class*=__track]::-webkit-scrollbar{width:0;height:0;display:none}.app-layout main,.mobile-app__viewport,[class*=__scroll],[class*=__track]{scrollbar-width:none;-ms-overflow-style:none}.tap,.pressable{-webkit-tap-highlight-color:transparent;touch-action:manipulation;cursor:pointer;transition:transform .15s cubic-bezier(.25,.46,.45,.94)}.tap:active,.pressable:active{transform:scale(.97)}@media (hover:none){.pressable:hover,.tap:hover{opacity:1}}@keyframes app-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.anim-in{animation:.35s cubic-bezier(.22,1,.36,1) both app-fade-up}.anim-in--1{animation-delay:30ms}.anim-in--2{animation-delay:60ms}.anim-in--3{animation-delay:90ms}.anim-in--4{animation-delay:.12s}.mobile-app{min-height:100dvh;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);background:#0f0f12;justify-content:center;align-items:center;display:flex}.mobile-app__device{isolation:isolate;background:#f2f3f7;flex-direction:column;width:100%;max-width:430px;min-height:100dvh;max-height:100dvh;display:flex;position:relative;overflow:hidden}@media (width>=480px){.mobile-app__device{border-radius:44px;min-height:min(844px,100dvh);max-height:min(844px,100dvh);box-shadow:0 0 0 10px #1a1a1e,0 0 0 12px #2a2a30,0 40px 100px #0000008c}.mobile-app{padding:24px}}.mobile-app__viewport{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.login-page{--purple:#7b57e0;--purple-soft:#f4efff;--text:#1c1c28;--muted:#8b8b9e;--border:#ebebf0;background:#fff;flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.login-page__bg{pointer-events:none;z-index:0;position:absolute;inset:0}.login-page__blob{filter:blur(40px);border-radius:50%;position:absolute}.login-page__blob--tl{background:#7b57e024;width:200px;height:200px;top:-40px;left:-60px}.login-page__scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;z-index:1;min-height:0;padding:calc(16px + env(safe-area-inset-top,0px)) 20px calc(16px + env(safe-area-inset-bottom,0px));flex-direction:column;flex:1;align-items:center;display:flex;position:relative;overflow:hidden auto}.login-page__content{flex-shrink:0;width:100%;max-width:360px;margin-block:auto}.login-brand{text-align:center;padding:0 0 20px}.login-brand__logo{filter:drop-shadow(0 8px 20px #7b57e047);margin-bottom:14px;display:inline-flex}.login-brand__title{letter-spacing:-.03em;margin:0 0 8px;font-size:28px;font-weight:800;line-height:1.1}.login-brand__title-dark{color:var(--text)}.login-brand__title-purple{color:var(--purple)}.login-brand__tagline{max-width:260px;color:var(--muted);margin:0 auto 14px;font-size:14px;font-weight:400;line-height:1.5}.login-brand__line{background:var(--purple);border-radius:4px;width:36px;height:4px;margin:0 auto}.login-card{background:#fff;border:1px solid #7b57e00f;border-radius:24px;padding:24px 20px 20px;box-shadow:0 4px 6px #7b57e00a,0 20px 50px #7b57e01f}.login-card__title{color:var(--text);letter-spacing:-.02em;margin:0 0 4px;font-size:22px;font-weight:700}.login-card__sub{color:var(--muted);margin:0 0 20px;font-size:14px}.login-field{border:1.5px solid var(--border);background:#fafafa;border-radius:16px;align-items:center;gap:12px;height:56px;margin-bottom:12px;padding:0 16px;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.login-field:focus-within{border-color:var(--purple);background:#fff;box-shadow:0 0 0 4px #7b57e01a}.login-field input{min-width:0;color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:16px;font-weight:500}.login-field input::placeholder{color:#b4b4c4;font-weight:400}.login-field__eye{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-right:-10px;display:flex}.login-options{justify-content:space-between;align-items:center;gap:8px;margin:4px 0 20px;display:flex}.login-check{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:flex}.login-check__box{border:2px solid var(--purple);background:var(--purple);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:background .15s,border-color .15s;display:flex}.login-check__box--off{background:#fff;border-color:#d1d1db}.login-check__label{color:var(--text);font-size:14px;font-weight:500}.login-check input{opacity:0;width:0;height:0;position:absolute}.login-forgot{color:var(--purple);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:8px 0;font-size:14px;font-weight:600}.login-submit{color:#fff;letter-spacing:-.01em;cursor:pointer;background:linear-gradient(#8668e8 0%,#7b57e0 100%);border:none;border-radius:28px;justify-content:center;align-items:center;gap:8px;width:100%;height:56px;font-size:17px;font-weight:600;transition:transform .12s,box-shadow .12s,opacity .2s;display:flex;box-shadow:0 8px 24px #7b57e066}.login-submit:active:not(:disabled){transform:scale(.98);box-shadow:0 4px 14px #7b57e059}.login-submit:disabled{opacity:.75}.login-divider{color:var(--muted);align-items:center;gap:16px;margin:22px 0 18px;font-size:13px;font-weight:500;display:flex}.login-divider:before,.login-divider:after{content:"";background:var(--border);flex:1;height:1px}.login-social{flex-direction:column;gap:10px;display:flex}.login-social__btn{border:1.5px solid var(--border);height:52px;color:var(--text);cursor:pointer;background:#fff;border-radius:14px;justify-content:center;align-items:center;gap:10px;font-size:15px;font-weight:500;transition:background .15s,transform .12s;display:flex}.login-social__btn:active{background:#f8f8fa;transform:scale(.99)}.login-footer{text-align:center;color:var(--muted);margin-top:20px;font-size:14px}.login-footer__link{font-size:inherit;color:var(--purple);cursor:pointer;background:0 0;border:none;padding:0;font-weight:700;text-decoration:none}.login-footer__link:hover{text-decoration:underline}.login-toast{border-radius:12px;margin:0 0 12px;padding:12px 14px;font-size:13px;font-weight:500;line-height:1.4}.login-toast--error{color:#dc2626;background:#fef2f2}.login-toast--info{background:var(--purple-soft);color:var(--purple)}.pwd-strength{align-items:center;gap:10px;margin-top:8px;display:flex}.pwd-strength__bars{flex:1;gap:4px;display:flex}.pwd-strength__bar{background:#e8e8ef;border-radius:4px;flex:1;height:4px;transition:background .25s}.pwd-strength__bar--1{background:#ef4444}.pwd-strength__bar--2{background:#f59e0b}.pwd-strength__bar--3{background:#7b57e0}.pwd-strength__bar--4{background:#10b981}.pwd-strength__label{text-align:right;min-width:44px;font-size:12px;font-weight:600}.pwd-strength__label--1{color:#ef4444}.pwd-strength__label--2{color:#f59e0b}.pwd-strength__label--3{color:#7b57e0}.pwd-strength__label--4{color:#10b981}.reg-stepper{margin:0 0 22px;padding:0 2px}.reg-stepper__track{align-items:flex-start;display:flex}.reg-stepper__item{flex:1;align-items:flex-start;min-width:0;display:flex}.reg-stepper__item:first-child .reg-stepper__node{margin-left:auto}.reg-stepper__item:last-child .reg-stepper__node{margin-right:auto}.reg-stepper__line{background:#e8e8ef;border-radius:2px;flex:1;min-width:12px;height:2px;margin-top:17px;transition:background .35s}.reg-stepper__line--on{background:linear-gradient(90deg,#7b57e0,#9b7ce8)}.reg-stepper__node{flex-direction:column;flex-shrink:0;align-items:center;gap:8px;width:76px;display:flex}.reg-stepper__circle{color:#9b9bab;z-index:1;background:#fff;border:2px solid #d8d8e2;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;transition:border-color .25s,background .25s,color .25s,transform .2s;display:flex;box-shadow:0 2px 6px #0000000a}.reg-stepper__circle--active{color:#fff;background:#7b57e0;border-color:#7b57e0;transform:scale(1.06);box-shadow:0 4px 14px #7b57e059}.reg-stepper__circle--done{color:#fff;background:#7b57e0;border-color:#7b57e0}.reg-stepper__label{color:#9b9bab;text-align:center;white-space:nowrap;font-size:11px;font-weight:500;line-height:1.25;transition:color .2s}.reg-stepper__label--active{color:#7b57e0;font-weight:600}.register-page{--purple:#7b57e0;--purple-deep:#6b4ac9;--purple-soft:#f4efff;--purple-glow:#7b57e01f;--text:#1c1c28;--muted:#8b8b9e;--border:#e8e8ef;--error:#dc2626;--error-bg:#fef2f2;--success:#10b981;background:#f4f5f8;flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.register-page__bg{pointer-events:none;z-index:0;position:absolute;inset:0}.register-page__blob{filter:blur(56px);border-radius:50%;position:absolute}.register-page__blob--tl{background:#7b57e029;width:220px;height:220px;top:-60px;left:-80px}.register-page__blob--br{background:#7b57e014;width:180px;height:180px;bottom:10%;right:-60px}.register-page__scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;z-index:1;min-height:0;padding:calc(10px + env(safe-area-inset-top,0px)) 20px calc(28px + env(safe-area-inset-bottom,0px));flex:1;position:relative;overflow:hidden auto}.register-top{text-align:center;margin-bottom:20px;position:relative}.register-back{border:1px solid var(--border);width:44px;height:44px;color:var(--text);cursor:pointer;background:#fff;border-radius:14px;justify-content:center;align-items:center;transition:background .15s,transform .12s,box-shadow .15s;display:flex;position:absolute;top:2px;left:0;box-shadow:0 2px 8px #0000000a}.register-back:hover{background:#fafafa;box-shadow:0 4px 12px #0000000f}.register-back:active{transform:scale(.96)}.register-top__logo{filter:drop-shadow(0 8px 20px #7b57e040);margin-bottom:12px;display:inline-flex}.register-top__brand{letter-spacing:-.03em;margin:0 0 20px;font-size:20px;font-weight:800;line-height:1.1}.register-top__brand-dark{color:var(--text)}.register-top__brand-purple{color:var(--purple)}.register-top__title{color:var(--text);letter-spacing:-.03em;margin:0 0 8px;font-size:24px;font-weight:700}.register-top__sub{max-width:300px;color:var(--muted);margin:0 auto;font-size:14px;line-height:1.55}.register-card{box-shadow:0 1px 2px #0000000a, 0 8px 24px #1c1c280f, 0 24px 48px var(--purple-glow);background:#fff;border:1px solid #fffc;border-radius:24px;padding:22px 18px 26px}.register-form{flex-direction:column;display:flex}.reg-alert{border-radius:12px;margin:0 0 16px;padding:12px 14px;font-size:13px;font-weight:500;line-height:1.45}.reg-alert--error{background:var(--error-bg);color:var(--error);border:1px solid #fecaca}.reg-alert--info{background:var(--purple-soft);color:var(--purple-deep);border:1px solid #7b57e026}.reg-field{margin-bottom:16px}.reg-field__label{color:var(--text);letter-spacing:-.01em;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.reg-field__error{color:var(--error);margin:6px 0 0;font-size:12px;font-weight:500;line-height:1.4}.reg-field__error--terms{margin:-10px 0 14px 32px}.reg-field__hint{color:var(--muted);margin:6px 0 0;font-size:12px}.reg-field__input{border:1.5px solid var(--border);background:#fafafb;border-radius:14px;align-items:center;gap:12px;height:54px;padding:0 14px;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.reg-field__input:focus-within{border-color:var(--purple);box-shadow:0 0 0 4px var(--purple-glow);background:#fff}.reg-field__input--error{border-color:var(--error);background:#fffbfb}.reg-field__input--error:focus-within{box-shadow:0 0 0 4px #dc26261a}.reg-field__input--success{border-color:var(--success);background:#fff}.reg-field__input--success:focus-within{box-shadow:0 0 0 4px #10b9811f}.reg-field__input input{min-width:0;color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:16px;font-weight:500}.reg-field__input input::placeholder{color:#b0b0be;font-weight:400}.reg-field__eye{cursor:pointer;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:-8px;transition:background .15s;display:flex}.reg-field__eye:hover{background:#0000000a}.reg-phone{border:1.5px solid var(--border);background:#fafafb;border-radius:14px;align-items:stretch;height:54px;transition:border-color .2s,box-shadow .2s,background .2s;display:flex;overflow:hidden}.reg-phone:focus-within{border-color:var(--purple);box-shadow:0 0 0 4px var(--purple-glow);background:#fff}.reg-phone--error{border-color:var(--error)}.reg-phone--success{border-color:var(--success)}.reg-phone__code{border-right:1.5px solid var(--border);color:var(--text);background:#f3f3f6;flex-shrink:0;align-items:center;gap:6px;padding:0 14px;font-size:15px;font-weight:600;display:flex}.reg-phone__flag{font-size:18px;line-height:1}.reg-phone input{min-width:0;color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:0 14px;font-size:16px;font-weight:500}.reg-phone input::placeholder{color:#b0b0be;font-weight:400}.reg-select{border:1.5px solid var(--border);background:#fafafb;border-radius:14px;align-items:center;gap:12px;height:54px;padding:0 14px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.reg-select--active,.reg-select:focus-within{border-color:var(--purple);box-shadow:0 0 0 4px var(--purple-glow);background:#fff}.reg-select select{min-width:0;color:var(--text);appearance:none;cursor:pointer;background:0 0;border:none;outline:none;flex:1;padding-right:28px;font-size:16px;font-weight:500}.reg-select__chevron{pointer-events:none;position:absolute;right:14px}.reg-terms{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:14px;align-items:flex-start;gap:12px;margin:4px -12px 20px;padding:12px;transition:background .15s;display:flex}.reg-terms:hover{background:#fafafb}.reg-terms--error{background:var(--error-bg)}.reg-terms input{opacity:0;width:0;height:0;position:absolute}.reg-terms__box{background:#fff;border:2px solid #d1d1db;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;transition:background .15s,border-color .15s,transform .12s;display:flex}.reg-terms__box--on{border-color:var(--purple);background:var(--purple);transform:scale(1.02)}.reg-terms__text{color:var(--muted);font-size:13px;line-height:1.55}.reg-terms__link{font-size:inherit;color:var(--purple);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.reg-submit{color:#fff;letter-spacing:-.01em;cursor:pointer;background:linear-gradient(135deg,#8b6ce8 0%,#7b57e0 50%,#6b4ac9 100%);border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;height:56px;font-size:16px;font-weight:600;transition:transform .12s,box-shadow .15s,opacity .2s;display:flex;box-shadow:0 8px 24px #7b57e059}.reg-submit:hover:not(:disabled){box-shadow:0 12px 28px #7b57e06b}.reg-submit:active:not(:disabled){transform:scale(.98)}.reg-submit:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.reg-submit__spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite reg-spin}@keyframes reg-spin{to{transform:rotate(360deg)}}.reg-divider{color:var(--muted);align-items:center;margin:24px 0 18px;font-size:13px;font-weight:500;display:flex}.reg-divider:before,.reg-divider:after{content:"";background:var(--border);flex:1;height:1px}.reg-divider span{padding:0 16px}.reg-social{flex-direction:column;gap:10px;display:flex}.reg-social__btn{border:1.5px solid var(--border);height:52px;color:var(--text);cursor:pointer;background:#fff;border-radius:14px;justify-content:center;align-items:center;gap:10px;font-size:15px;font-weight:500;transition:background .15s,border-color .15s,transform .12s;display:flex}.reg-social__btn:hover{background:#fafafb;border-color:#dddde6}.reg-social__btn:active{transform:scale(.99)}.reg-footer{text-align:center;color:var(--muted);margin-top:22px;font-size:14px}.reg-footer__link{font-size:inherit;color:var(--purple);font-weight:700;text-decoration:none}.reg-footer__link:hover{text-decoration:underline}.reg-link-btn{color:var(--purple);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:8px 0;font-size:14px;font-weight:600;text-decoration:underline}.reg-step-panel{text-align:center;padding:4px 0 8px}.reg-step-panel__icon{background:var(--purple-soft);border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex}.reg-step-panel__icon--success{background:linear-gradient(135deg, var(--purple-soft) 0%, #ede8ff 100%)}.reg-step-panel__title{color:var(--text);letter-spacing:-.02em;margin:0 0 10px;font-size:20px;font-weight:700}.reg-step-panel__sub{color:var(--muted);margin:0 0 24px;font-size:14px;line-height:1.55}.reg-step-panel__email{color:var(--text);font-weight:600;display:inline-block}.reg-otp{justify-content:center;gap:8px;margin-bottom:20px;display:flex}.reg-otp input{border:1.5px solid var(--border);text-align:center;width:46px;height:54px;color:var(--text);caret-color:var(--purple);background:#fafafb;border-radius:14px;outline:none;font-size:22px;font-weight:700;transition:border-color .2s,box-shadow .2s,background .2s}.reg-otp input:focus,.reg-otp__cell--filled{border-color:var(--purple);background:#fff}.reg-otp input:focus{box-shadow:0 0 0 4px var(--purple-glow)}.home-page{--purple:#7b57e0;--purple-dark:#6344c7;--text:#1c1c28;--muted:#8b8b9e;--bg:#f2f3f7;--card:#fff;--shadow-sm:0 1px 2px #1c1c280a;--shadow-md:0 4px 16px #1c1c280f;--shadow-lg:0 12px 40px #7b57e02e;background:var(--bg);-webkit-user-select:none;user-select:none;min-height:100%;padding-bottom:12px}.home-page input,.home-page textarea{-webkit-user-select:text;user-select:text}.home-topbar{padding:calc(8px + env(safe-area-inset-top,0px)) 14px 10px;-webkit-backdrop-filter:saturate(180%)blur(20px);z-index:30;background:#ffffffd1;border-bottom:.5px solid #0000000f;justify-content:space-between;align-items:center;gap:10px;display:flex;position:sticky;top:0}.home-topbar__btn{width:42px;height:42px;color:var(--text);cursor:pointer;box-shadow:var(--shadow-sm);background:#f2f3f7e6;border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.home-topbar__brand{flex:1;justify-content:center;align-items:center;gap:7px;min-width:0;display:flex}.home-topbar__brand-text{letter-spacing:-.035em;font-size:16px;font-weight:800}.home-topbar__brand-dark{color:var(--text)}.home-topbar__brand-purple{color:var(--purple)}.home-topbar__actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.home-topbar__badge{color:#fff;background:linear-gradient(#f87171,#ef4444);border:2px solid #fff;border-radius:9px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 5px;font-size:10px;font-weight:700;display:flex;position:absolute;top:6px;right:6px;box-shadow:0 2px 6px #ef444466}.home-topbar__avatar{width:42px;height:42px;box-shadow:var(--shadow-sm);border-radius:50%;flex-shrink:0;position:relative}.home-topbar__avatar img{object-fit:cover;background:#f4efff;border:2px solid #fff;border-radius:50%;width:100%;height:100%}.home-topbar__online{background:#22c55e;border:2.5px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:1px;right:1px}.home-hero{box-shadow:var(--shadow-lg);color:#fff;background:linear-gradient(135deg,#9478ec 0%,#7b57e0 42%,#6344c7 100%);border-radius:24px;margin:14px 14px 0;padding:22px 18px 18px;position:relative;overflow:hidden}.home-hero__glow{pointer-events:none;border-radius:50%;position:absolute}.home-hero__glow--1{filter:blur(2px);background:#ffffff24;width:140px;height:140px;top:-50px;right:-30px}.home-hero__glow--2{background:#ffffff14;width:100px;height:100px;bottom:-30px;left:-20px}.home-hero__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:22px;display:flex;position:relative}.home-hero__eyebrow{text-transform:uppercase;letter-spacing:.06em;opacity:.75;margin:0 0 4px;font-size:12px;font-weight:600}.home-hero__title{letter-spacing:-.03em;margin:0 0 6px;font-size:22px;font-weight:700;line-height:1.2}.home-hero__sub{opacity:.88;max-width:220px;margin:0;font-size:13px;line-height:1.45}.home-hero__profile-btn{color:#fff;white-space:nowrap;-webkit-backdrop-filter:blur(12px);background:#ffffff24;border:1px solid #ffffff59;border-radius:14px;flex-shrink:0;align-items:center;gap:6px;padding:9px 13px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex;position:relative;box-shadow:inset 0 1px #fff3}.home-hero__actions{grid-template-columns:repeat(4,1fr);gap:6px;display:grid;position:relative}.home-hero__action{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:16px;flex-direction:column;align-items:center;gap:7px;padding:8px 4px;display:flex;position:relative}.home-hero__action:active{background:#ffffff1a}.home-hero__action-icon{background:#fff3;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:inset 0 1px #ffffff40}.home-hero__action-label{text-align:center;opacity:.95;font-size:10px;font-weight:600;line-height:1.15}.home-hero__chip{border-radius:10px;margin-right:-28px;padding:2px 7px;font-size:9px;font-weight:700;line-height:1.2;position:absolute;top:2px;right:50%;transform:translate(50%);box-shadow:0 2px 8px #00000026}.home-hero__chip--green{color:#fff;background:#22c55e}.home-hero__chip--white{color:var(--purple);text-align:center;background:#fff;min-width:18px}.home-shortcuts{padding:18px 0 6px}.home-shortcuts__track{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none;gap:14px;padding:4px 14px 8px;scroll-padding-inline:14px;display:flex;overflow-x:auto}.home-shortcuts__track::-webkit-scrollbar{display:none}.home-shortcut{scroll-snap-align:start;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:8px;min-width:68px;padding:0;display:flex}.home-shortcut__icon{width:58px;height:58px;box-shadow:var(--shadow-sm);border:1px solid #fff9;border-radius:18px;justify-content:center;align-items:center;display:flex}.home-shortcut__label{color:var(--text);text-align:center;letter-spacing:-.01em;font-size:11px;font-weight:600;line-height:1.2}.home-section{padding:16px 0 20px}.home-section--last{padding-bottom:8px}.home-section__head{justify-content:space-between;align-items:center;margin-bottom:14px;padding:0 14px;display:flex}.home-section__title{color:var(--text);letter-spacing:-.03em;margin:0;font-size:18px;font-weight:700}.home-section__link{color:var(--purple);border-radius:10px;align-items:center;gap:2px;margin:-6px -10px;padding:6px 10px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.home-section__link:active{background:#7b57e014}.home-events-track{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;padding:2px 14px 10px;scroll-padding-inline:14px;display:flex;overflow-x:auto}.home-events-track::-webkit-scrollbar{display:none}.home-event-card{scroll-snap-align:center;background:var(--card);box-shadow:var(--shadow-md);text-align:left;border:1px solid #0000000a;border-radius:20px;flex-direction:column;flex:0 0 min(300px,100% - 28px);display:flex;overflow:hidden}.home-event-card__media{height:120px;position:relative}.home-event-card__thumb{object-fit:cover;background:#e8e8ef;width:100%;height:100%}.home-event-card__date{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:48px;height:54px;font-weight:700;display:flex;position:absolute;bottom:10px;left:10px;box-shadow:0 4px 12px #0000001f}.home-event-card__day{font-size:20px;line-height:1}.home-event-card__month{letter-spacing:.05em;margin-top:2px;font-size:10px}.home-event-card__body{flex-direction:column;flex:1;gap:0;padding:14px 14px 16px;display:flex}.home-event-card__title{color:var(--text);letter-spacing:-.02em;margin:0 0 8px;font-size:15px;font-weight:700;line-height:1.35}.home-event-card__meta{color:var(--muted);align-items:center;gap:5px;margin:0 0 4px;font-size:12px;line-height:1.3;display:flex}.home-event-card__btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b6ce8,#7b57e0);border:none;border-radius:12px;align-self:flex-start;margin-top:12px;padding:10px 20px;font-size:13px;font-weight:600;box-shadow:0 4px 14px #7b57e059}.home-feed-card{background:var(--card);box-shadow:var(--shadow-md);border:1px solid #0000000a;border-radius:20px;margin:0 14px;padding:16px}.home-feed-card__head{align-items:center;gap:10px;margin-bottom:12px;display:flex}.home-feed-card__avatar{object-fit:cover;background:#f4efff;border:2px solid #f4efff;border-radius:50%;flex-shrink:0;width:44px;height:44px}.home-feed-card__author{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.home-feed-card__name{color:var(--text);letter-spacing:-.02em;font-size:15px;font-weight:700}.home-feed-card__time{color:var(--muted);align-items:center;gap:4px;font-size:12px;display:inline-flex}.home-feed-card__more{cursor:pointer;background:#f2f3f7;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.home-feed-card__text{color:var(--text);letter-spacing:-.01em;margin:0 0 14px;font-size:15px;line-height:1.55}.home-feed-card__gallery{border-radius:16px;grid-template-columns:1fr 1fr;gap:3px;margin-bottom:14px;display:grid;overflow:hidden}.home-feed-card__img-wrap{aspect-ratio:1;cursor:pointer;background:#e8e8ef;border:none;padding:0;position:relative;overflow:hidden}.home-feed-card__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.home-feed-card__img-wrap:active img{transform:scale(1.03)}.home-feed-card__more-photos{color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;justify-content:center;align-items:center;font-size:24px;font-weight:700;display:flex;position:absolute;inset:0}.home-feed-card__foot{border-top:1px solid #f0f0f4;justify-content:space-between;align-items:center;gap:8px;padding-top:12px;display:flex}.home-feed-card__actions{flex-wrap:wrap;flex:1;align-items:center;gap:6px;min-width:0;display:flex}.home-feed-card__pill{color:var(--text);cursor:pointer;background:#f2f3f7;border:none;border-radius:20px;align-items:center;gap:5px;padding:8px 12px;font-size:12px;font-weight:600;display:inline-flex}.home-feed-card__save{color:var(--purple);cursor:pointer;background:#f4efff;border:none;border-radius:20px;flex-shrink:0;align-items:center;gap:5px;padding:8px 12px;font-size:12px;font-weight:600;display:inline-flex}.feed-page{--purple:#7b57e0;--purple-dim:#7b57e024;--bg:#f2f2f7;--surface:#fff;--separator:#3c3c431f;--label:#000;--secondary:#3c3c4399;--tertiary:#3c3c434d;background:var(--bg);-webkit-overflow-scrolling:touch;-webkit-user-select:none;user-select:none;min-height:100%;padding-bottom:100px;position:relative}.feed-nav{z-index:50;padding:calc(6px + env(safe-area-inset-top,0px)) 12px 8px;-webkit-backdrop-filter:blur(24px)saturate(180%);background:#f2f2f7b8;justify-content:space-between;align-items:center;gap:8px;display:flex;position:sticky;top:0}.feed-nav__icon{width:36px;height:36px;color:var(--label);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.feed-nav__icon--badge .feed-nav__dot{color:#fff;text-align:center;border:2px solid var(--bg);background:#ff3b30;border-radius:8px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-style:normal;font-weight:700;line-height:16px;position:absolute;top:4px;right:4px}.feed-nav__center{flex:1;justify-content:center;align-items:center;gap:6px;min-width:0;display:flex}.feed-nav__logo{letter-spacing:-.03em;color:var(--label);font-size:15px;font-weight:700}.feed-nav__end{align-items:center;gap:2px;display:flex}.feed-nav__avatar{border-radius:50%;flex-shrink:0;width:34px;height:34px;margin-left:2px;overflow:hidden}.feed-nav__avatar img{object-fit:cover;width:100%;height:100%}.feed-toolbar{justify-content:space-between;align-items:center;padding:4px 16px 10px;display:flex}.feed-toolbar__title{letter-spacing:-.04em;color:var(--label);margin:0;font-size:34px;font-weight:700;line-height:1.1}.feed-toolbar__filter{background:var(--purple-dim);height:34px;color:var(--purple);border:none;border-radius:17px;align-items:center;gap:5px;padding:0 12px;font-size:14px;font-weight:600;display:inline-flex}.feed-toolbar__filter svg{flex-shrink:0}.feed-segment{padding:0 0 10px}.feed-segment__scroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;border-bottom:.5px solid var(--separator);gap:0;padding:0 16px;display:flex;overflow-x:auto}.feed-segment__scroll::-webkit-scrollbar{width:0;height:0;display:none}.feed-segment__tab{color:var(--secondary);white-space:nowrap;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:6px;padding:10px 14px 12px;font-size:12px;font-weight:600;display:inline-flex;position:relative}.feed-segment__tab svg{opacity:.7;width:20px;height:20px}.feed-segment__tab.is-active{color:var(--purple)}.feed-segment__tab.is-active svg{opacity:1;stroke:var(--purple)}.feed-segment__tab.is-active:after{content:"";background:var(--purple);border-radius:2px 2px 0 0;height:2.5px;position:absolute;bottom:0;left:12px;right:12px}.feed-panel{background:var(--surface);border-top:.5px solid var(--separator);border-bottom:.5px solid var(--separator);margin:10px 0 0}.feed-composer{background:var(--surface);text-align:left;border:none;align-items:center;gap:12px;width:100%;padding:12px 16px;display:flex}.feed-composer__avatar{object-fit:cover;background:var(--purple-dim);border-radius:50%;flex-shrink:0;width:40px;height:40px}.feed-composer__placeholder{min-width:0;color:var(--secondary);letter-spacing:-.02em;flex:1;font-size:16px;font-weight:400}.feed-composer__tools{flex-shrink:0;align-items:center;gap:14px;display:flex}.feed-composer__tools svg{display:block}.feed-stories-bar{background:var(--surface);border-bottom:.5px solid var(--separator);margin-bottom:10px;padding:14px 0 12px}.feed-stories-bar__scroll{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none;align-items:flex-start;gap:16px;padding:0 16px;display:flex;overflow-x:auto}.feed-stories-bar__scroll::-webkit-scrollbar{display:none}.feed-story-item{scroll-snap-align:start;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:6px;width:72px;padding:0;display:flex}.feed-story-item__ring{background:linear-gradient(45deg,#c9a8ff,#7b57e0,#6344c7);border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;padding:2.5px;display:flex}.feed-story-item__ring img{object-fit:cover;border:2.5px solid var(--surface);background:var(--surface);border-radius:50%;width:100%;height:100%}.feed-story-item__ring--new{border:2px solid var(--purple);background:0 0;padding:0}.feed-story-item__name{color:var(--label);text-align:center;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:72px;font-size:11px;font-weight:500;line-height:1.2;display:-webkit-box;overflow:hidden}.feed-stories-more{background:var(--bg);min-width:52px;height:68px;color:var(--secondary);border:none;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;font-size:12px;font-weight:600;display:flex}.feed-stream{flex-direction:column;gap:10px;display:flex}.feed-post{background:var(--surface);border-top:.5px solid var(--separator);border-bottom:.5px solid var(--separator);padding:14px 0 0}.feed-post__header{align-items:center;gap:10px;padding:0 16px 12px;display:flex;position:relative}.feed-post__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.feed-post__who{flex-direction:column;flex:1;gap:2px;min-width:0;padding-right:68px;display:flex}.feed-post__who strong{color:var(--label);letter-spacing:-.02em;font-size:15px;font-weight:600}.feed-post__who span{color:var(--secondary);align-items:center;gap:4px;font-size:13px;font-weight:400;display:inline-flex}.feed-post__badge{letter-spacing:-.01em;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:600;display:inline-flex;position:absolute;top:0;right:16px}.feed-post__badge--duyuru{background:var(--purple-dim);color:var(--purple)}.feed-post__badge--anket{color:#248a3d;background:#34c75924}.feed-post__body{color:var(--label);letter-spacing:-.02em;margin:0;padding:0 16px 12px;font-size:15px;line-height:1.45}.feed-post__body--bold{font-weight:600}.feed-post__media{margin-bottom:0}.feed-post__media--grid{background:#000;grid-template-rows:1fr 1fr;grid-template-columns:1.15fr 1fr;gap:2px;display:grid}.feed-post__media-cell{background:#1c1c1e;min-height:120px;position:relative;overflow:hidden}.feed-post__media--grid .feed-post__media-cell:first-child{grid-row:1/3;min-height:244px}.feed-post__media-cell img{object-fit:cover;width:100%;height:100%;min-height:120px;display:block}.feed-post__media-more{color:#fff;letter-spacing:-.02em;background:#00000073;justify-content:center;align-items:center;font-size:28px;font-weight:700;display:flex;position:absolute;inset:0}.feed-post__insights{color:var(--secondary);border-top:.5px solid var(--separator);justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;font-size:13px;display:flex}.feed-post__likes{color:var(--label);align-items:center;gap:6px;font-weight:600;display:inline-flex}.feed-post__like-dot{background:linear-gradient(135deg,#ff6b8a,#ff3b5c);border-radius:50%;width:18px;height:18px;box-shadow:inset 0 0 0 1px #ffffff4d}.feed-post__toolbar{border-top:.5px solid var(--separator);grid-template-columns:1fr 1fr 1fr 1fr;display:grid}.feed-post__toolbar button{background:var(--surface);color:var(--secondary);letter-spacing:-.01em;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:12px 4px;font-size:11px;font-weight:500;display:flex}.feed-post__toolbar button:not(:last-child){border-right:.5px solid var(--separator)}.feed-post__toolbar-save{color:var(--purple)}.feed-poll{padding:0 16px 16px}.feed-poll__row{text-align:left;background:0 0;border:none;width:100%;margin-bottom:14px;padding:0;display:block}.feed-poll__track{background:var(--bg);border-radius:10px;height:40px;margin-bottom:8px;position:relative;overflow:hidden}.feed-poll__fill{background:linear-gradient(90deg,#7b57e059,#7b57e0d9);border-radius:10px;min-width:8px;transition:width .35s cubic-bezier(.22,1,.36,1);position:absolute;top:0;bottom:0;left:0}.feed-poll__meta{justify-content:space-between;align-items:center;gap:8px;display:flex}.feed-poll__meta>span:first-child{color:var(--label);letter-spacing:-.02em;font-size:15px;font-weight:500}.feed-poll__end{flex-shrink:0;align-items:center;gap:8px;display:flex}.feed-poll__faces{display:flex}.feed-poll__faces img{border:2px solid var(--surface);background:var(--bg);border-radius:50%;width:24px;height:24px;margin-left:-10px}.feed-poll__faces img:first-child{margin-left:0}.feed-poll__end b{color:var(--purple);font-size:15px;font-style:normal;font-weight:700}.feed-poll__hint{color:var(--secondary);margin:4px 0 0;font-size:13px;font-weight:400}.feed-fab{z-index:45;right:16px;bottom:calc(78px + env(safe-area-inset-bottom));background:var(--purple);color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex;position:fixed;box-shadow:0 4px 16px #7b57e059,0 1px 3px #0000001f}@media (width>=480px){.feed-fab{right:calc(50% - 200px)}}.bottom-nav{min-height:calc(49px + env(safe-area-inset-bottom));padding:0 4px env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(28px)saturate(200%);z-index:60;background:#fffffff0;border-top:.5px solid #0000001a;flex-shrink:0;grid-template-columns:1fr 1fr auto 1fr 1fr;align-items:flex-end;display:grid;position:relative}.bottom-nav__item{color:#3c3c4399;letter-spacing:.01em;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-height:49px;padding:6px 0 4px;font-size:10px;font-weight:500;text-decoration:none;display:flex}.bottom-nav__item span:last-child{line-height:1.15}.bottom-nav__icon-wrap{justify-content:center;align-items:center;width:28px;height:28px;display:flex}.bottom-nav__item--active{color:#7b57e0}.bottom-nav__item--active span:last-child{font-weight:600}.bottom-nav__item--badge{position:relative}.bottom-nav__badge{color:#fff;text-align:center;z-index:2;background:#ff3b30;border:2px solid #fff;border-radius:8px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:2px;left:calc(50% + 8px)}.bottom-nav__fab{color:#fff;z-index:3;background:#7b57e0;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:-18px auto 0;display:flex;box-shadow:0 4px 14px #7b57e066}.bottom-nav__fab:active{transform:scale(.94)}:root{--accent:#7b57e0;--bg:#fff;--text:#1c1c28;--muted:#8b8b9e}.app-layout{background:#f2f2f7;flex-direction:column;flex:1;min-height:0;display:flex}.app-layout main{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;min-height:0;padding:0;padding-bottom:calc(56px + env(safe-area-inset-bottom));flex:1;overflow:hidden auto}.app-layout main::-webkit-scrollbar{width:0;height:0;display:none}.app-layout main:has(.page:not(.home-page):not(.feed-page)){padding:16px 20px calc(72px + env(safe-area-inset-bottom))}.page h1{letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.375rem;font-weight:700}.subtitle{color:var(--muted);margin-bottom:1.25rem;font-size:.9375rem}.card-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.card{background:#f7f7fa;border:1px solid #ebebf0;border-radius:16px;padding:1.25rem;font-size:.9375rem;font-weight:600}.profile-card{color:#fff;background:linear-gradient(135deg,#7b57e0 0%,#9b7cf0 100%);border-radius:20px;margin-bottom:1rem;padding:1.5rem;box-shadow:0 12px 32px #7b57e04d}.profile-name{margin:0 0 .35rem;font-size:1.25rem;font-weight:700}.profile-hint{opacity:.9;margin:0;font-size:.875rem}.btn-outline{color:#dc2626;cursor:pointer;background:#fff;border:1.5px solid #ebebf0;border-radius:14px;width:100%;padding:16px;font-size:1rem;font-weight:600}.profile-page h1{margin-bottom:1rem}
