:root{--bg:#07111f;--surface:#0d1828;--surface-2:#111d2e;--elevated:#142033;--pink:#ff3567;--pink-hover:#ff4d79;--muted:#8f9bad;--text:#f7f8fa;--online:#27e68a;--offline:#667085;--border:rgba(255,255,255,.065);--shadow:0 26px 70px rgba(0,0,0,.28);--radius:16px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:16px;min-height:100vh;overflow-x:hidden}.ambient{position:fixed;pointer-events:none;filter:blur(100px);opacity:.12;border-radius:50%;z-index:0}.ambient-one{width:400px;height:400px;background:#ff3567;right:-200px;top:-220px}.ambient-two{width:250px;height:250px;background:#3858ff;left:30%;bottom:-200px}.app-shell{display:grid;grid-template-columns:248px minmax(0,1fr);min-height:100vh;position:relative;z-index:1}.sidebar{position:sticky;top:0;height:100vh;padding:29px 20px 22px;border-right:1px solid var(--border);background:#08121f;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;font-size:25px;letter-spacing:-1.4px}.brand em{color:var(--pink);font-style:normal;font-weight:800}.brand-icon{display:grid;place-items:center;color:var(--pink);width:36px;height:36px}.brand-icon svg{width:35px;fill:var(--pink);stroke:var(--pink);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.sidebar nav{display:grid;gap:7px;margin-top:42px}.nav-item{border:0;background:transparent;color:#8290a5;border-radius:10px;height:48px;padding:0 14px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;text-align:left;font:500 14px Inter;cursor:pointer;transition:.2s}.nav-item span{font-size:20px}.nav-item b{font-weight:500}.nav-item small{background:#1b2940;padding:3px 8px;border-radius:10px}.nav-item:hover{color:#d8deea;background:rgba(255,255,255,.03)}.nav-item.active{color:#ff5b82;background:linear-gradient(90deg,rgba(255,53,103,.18),rgba(255,53,103,.09));box-shadow:inset 3px 0 var(--pink)}.sidebar-promo{margin-top:auto;background:linear-gradient(145deg,#14243a,#0d1a2a);padding:17px;border:1px solid var(--border);border-radius:14px}.promo-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:rgba(255,53,103,.15);color:var(--pink);font-size:20px}.sidebar-promo strong{display:block;margin:12px 0 5px;font-size:13px}.sidebar-promo p{color:var(--muted);font-size:12px;line-height:1.5;margin:0 0 14px}.sidebar-promo button{width:100%;border:0;border-radius:8px;background:var(--pink);color:#fff;font-weight:700;height:36px;cursor:pointer}.account-card{margin-top:16px;border:0;border-top:1px solid var(--border);background:transparent;color:var(--text);display:grid;grid-template-columns:36px 1fr auto;gap:10px;align-items:center;text-align:left;padding:18px 3px 0;cursor:pointer}.account-card b,.account-card small{display:block}.account-card b{font-size:13px}.account-card small{color:var(--muted);font-size:11px;margin-top:3px}.avatar{border-radius:50%;display:grid;place-items:center}.initials{background:linear-gradient(145deg,#8c3851,#192a40);font-size:11px;font-weight:800;border:1px solid rgba(255,255,255,.2)}
main{min-width:0}.topbar{height:82px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:20px;padding:0 42px;background:rgba(7,17,31,.88);backdrop-filter:blur(14px);position:sticky;top:0;z-index:10}.mobile-brand{display:none}.search{max-width:610px;flex:1;height:43px;border:1px solid var(--border);border-radius:11px;background:#101d2e;display:flex;align-items:center;padding:0 13px;color:#65748a}.search input{font:14px Inter;background:transparent;border:0;outline:0;color:var(--text);width:100%;padding:0 10px}.search input::placeholder{color:#65748a}.search kbd{font:11px Inter;color:#65748a;border:1px solid #28364a;border-radius:5px;padding:3px 6px}.alerts-button,.profile{margin-left:auto;border:0;background:transparent;color:var(--text);display:flex;gap:10px;align-items:center;cursor:pointer}.alerts-button{color:var(--pink);margin-left:auto}.alerts-button>span:first-child{display:grid;place-items:center;background:rgba(255,53,103,.13);width:36px;height:36px;border-radius:10px}.alert-copy,.profile-copy{display:grid;text-align:left}.alert-copy b,.profile-copy b{font-size:12px}.alert-copy small,.profile-copy small{font-size:10px;color:var(--muted);margin-top:3px}.profile{border-left:1px solid var(--border);padding-left:20px;margin-left:4px}.profile .avatar{width:38px;height:38px}.content{max-width:1350px;margin:auto;padding:36px 42px 70px}.welcome{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:33px}.eyebrow{color:#69778d;font-size:11px;letter-spacing:.12em;font-weight:700;margin:0 0 8px}.welcome h1{font-size:26px;letter-spacing:-.6px;margin:0 0 8px}.welcome h1 span{color:var(--pink)}.welcome>div>p:last-child{color:var(--muted);font-size:14px;margin:0}.add-model{height:43px;padding:0 18px;background:var(--pink);border:0;border-radius:10px;color:white;font-weight:700;cursor:pointer;box-shadow:0 10px 28px rgba(255,53,103,.18)}.add-model:hover,.watch-button:hover{background:var(--pink-hover);transform:translateY(-1px)}.section-block{margin-top:26px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px}.section-heading h2{font-size:20px;margin:0;letter-spacing:-.35px}.title-line{display:flex;gap:13px;align-items:center}.section-heading p{color:var(--muted);font-size:13px;margin:5px 0 0}.live-count{font-size:12px;color:#d8e0ea;background:#111e2e;padding:6px 10px;border-radius:20px;border:1px solid var(--border)}.live-count i,.status i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--online);margin-right:6px;box-shadow:0 0 11px rgba(39,230,138,.45)}.text-button{background:transparent;border:0;color:#ff5b82;font-weight:600;cursor:pointer}.performer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.performer-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:8px;box-shadow:0 14px 35px rgba(0,0,0,.16);animation:rise .5s both;animation-delay:var(--delay);overflow:hidden}@keyframes rise{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.performer-image{height:226px;position:relative;border-radius:11px;overflow:hidden;background:#172338}.performer-image:after{content:"";position:absolute;inset:auto 0 0;height:55%;background:linear-gradient(transparent,rgba(4,10,20,.72))}.performer-image img{width:100%;height:100%;object-fit:cover;object-position:center 24%}.live-badge,.viewer-count,.live-time{position:absolute;z-index:2}.live-badge{left:12px;top:12px;font-size:11px;font-weight:800;background:var(--pink);padding:7px 9px;border-radius:6px}.live-badge i{display:inline-block;width:6px;height:6px;background:#fff;border-radius:50%;margin-right:5px}.viewer-count{right:12px;top:12px;border:1px solid rgba(255,255,255,.12);background:rgba(7,12,20,.75);padding:6px 9px;border-radius:16px;font-size:11px;display:flex;align-items:center;gap:5px}.viewer-count svg{width:13px;height:13px;fill:none;stroke:#fff;stroke-width:2}.live-time{left:12px;bottom:10px;font-size:10px;color:#d7dce6}.performer-info{display:flex;justify-content:space-between;align-items:center;padding:12px 7px 11px}.performer-info h3{font-size:14px;margin:0 0 5px}.performer-info p{font-size:11px;color:var(--muted);margin:0}.performer-info p b{color:#4e5e73;margin:0 4px}.performer-info button,.more{border:0;background:transparent;color:#8c99aa;font-size:20px;cursor:pointer}.watch-button{height:40px;border-radius:9px;background:var(--pink);color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700;transition:.2s}.watch-button span{font-size:17px}.followed-section{margin-top:34px}.slot-pill{font-size:10px;color:var(--muted);padding:5px 8px;border:1px solid var(--border);border-radius:12px}.followed-heading{align-items:center}.filter-group{display:flex;background:#0b1625;border:1px solid var(--border);border-radius:10px;padding:4px}.filter-group button{height:31px;border:0;background:transparent;color:var(--muted);border-radius:7px;padding:0 12px;cursor:pointer;font:500 12px Inter}.filter-group button span{margin-left:5px;color:#66758a}.filter-group button.active{background:var(--pink);color:#fff}.filter-group button.active span{color:#fff}.follow-table{border:1px solid var(--border);background:var(--surface);border-radius:14px;overflow:hidden}.table-head,.model-row{display:grid;grid-template-columns:minmax(220px,1.4fr) 1fr 1fr .7fr 30px;align-items:center;gap:15px;padding:0 20px}.table-head{height:40px;background:#0b1625;color:#627086;text-transform:uppercase;font-size:9px;font-weight:700;letter-spacing:.08em}.model-row{min-height:67px;border-top:1px solid var(--border)}.model-name{display:flex;align-items:center;gap:12px}.model-name img{width:39px;height:39px;border-radius:50%;object-fit:cover}.model-name b,.model-name small{display:block}.model-name b{font-size:13px}.model-name small{font-size:10px;color:var(--muted);margin-top:4px}.status{font-size:12px;color:#aab4c3}.status.offline i{background:var(--offline);box-shadow:none}.platform{font-size:12px;color:#c5ccd7}.platform-mark{display:inline-grid;place-items:center;width:23px;height:23px;border-radius:7px;background:#1b96ce;color:#fff;font-size:7px;font-weight:800;margin-right:7px}.notify{justify-self:start;border:0;background:#243148;color:#8e99aa;border-radius:18px;height:34px;padding:0 10px;display:flex;align-items:center;gap:6px;cursor:pointer}.notify.enabled{background:var(--pink);color:#fff}.notify svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}.notify span{font-size:9px}.more{font-size:15px}.mobile-nav{display:none}
dialog{padding:0;border:0;background:transparent;color:var(--text)}dialog::backdrop{background:rgba(2,7,14,.78);backdrop-filter:blur(6px)}.dialog-card{position:relative;width:min(420px,calc(100vw - 32px));background:#101c2d;border:1px solid var(--border);border-radius:20px;padding:30px;box-shadow:var(--shadow)}.dialog-close{position:absolute;right:16px;top:13px;border:0;background:transparent;color:var(--muted);font-size:24px}.dialog-icon{display:grid;place-items:center;width:45px;height:45px;border-radius:12px;background:rgba(255,53,103,.13);color:var(--pink);font-size:25px}.dialog-card h2{margin:17px 0 7px}.dialog-card>p{font-size:13px;color:var(--muted);line-height:1.5}.dialog-card label{font-size:12px;font-weight:700;display:grid;gap:8px;margin-top:22px}.dialog-card input{height:46px;border-radius:10px;border:1px solid #28374b;background:#0b1523;color:#fff;padding:0 13px;font:14px Inter}.limit-note{display:flex;justify-content:space-between;color:var(--muted);font-size:10px;margin:15px 0 8px}.progress{height:5px;background:#202d3f;border-radius:5px;overflow:hidden}.progress i{display:block;width:100%;height:100%;background:var(--pink)}.primary-button{width:100%;height:45px;border-radius:10px;border:0;background:#334055;color:#778398;font-weight:700;margin-top:21px}.dialog-message{display:block;color:#a1acbb;text-align:center;line-height:1.5;margin-top:12px}.toast{position:fixed;z-index:30;right:28px;bottom:28px;display:flex;gap:12px;align-items:center;background:#142335;border:1px solid rgba(39,230,138,.22);box-shadow:var(--shadow);padding:14px 18px;border-radius:12px;transform:translateY(120px);opacity:0;transition:.3s}.toast.show{transform:none;opacity:1}.toast>span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:rgba(39,230,138,.15);color:var(--online)}.toast b,.toast small{display:block}.toast b{font-size:12px}.toast small{font-size:10px;color:var(--muted);margin-top:4px}
@media(max-width:1050px){.app-shell{grid-template-columns:82px minmax(0,1fr)}.sidebar{padding:25px 14px}.sidebar .brand span:last-child,.nav-item b,.nav-item small,.sidebar-promo,.account-card span:not(.avatar){display:none}.sidebar .brand{justify-content:center}.nav-item{display:grid;grid-template-columns:1fr;text-align:center;padding:0}.nav-item span{font-size:21px}.account-card{justify-content:center;display:flex}.topbar,.content{padding-left:28px;padding-right:28px}.profile-copy,.alert-copy{display:none}.performer-image{height:200px}}
@media(max-width:720px){body{padding-bottom:70px}.app-shell{display:block}.sidebar{display:none}.topbar{height:auto;min-height:73px;padding:13px 17px;gap:10px;flex-wrap:wrap}.mobile-brand{display:flex;border:0;background:transparent;font-size:20px;padding:0}.mobile-brand .brand-icon{width:24px}.search{order:2;flex-basis:100%;max-width:none}.search kbd,.alerts-button,.profile-copy{display:none}.profile{padding:0;border:0;margin-left:auto}.content{padding:25px 17px 40px}.welcome{align-items:flex-start}.welcome h1{font-size:23px}.eyebrow{font-size:9px}.add-model{width:43px;padding:0;font-size:19px}.add-model span{display:none}.section-heading{align-items:center}.text-button{font-size:12px}.performer-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-17px;padding-right:17px;gap:12px;scrollbar-width:none}.performer-grid::-webkit-scrollbar{display:none}.performer-card{min-width:80vw;scroll-snap-align:start}.performer-image{height:285px}.followed-heading{display:block}.filter-group{margin-top:16px;width:max-content}.table-head{display:none}.follow-table{border:0;background:transparent;display:grid;gap:8px;overflow:visible}.model-row{grid-template-columns:44px 1fr auto;grid-template-areas:'name name notify' 'status platform more';gap:8px 12px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:13px;min-height:auto}.model-name{grid-area:name}.status{grid-area:status}.platform{grid-area:platform}.notify{grid-area:notify;justify-self:end}.notify span{display:none}.more{grid-area:more}.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);z-index:20;bottom:0;left:0;right:0;height:67px;background:rgba(9,19,33,.96);border-top:1px solid var(--border);backdrop-filter:blur(14px)}.mobile-nav button{border:0;background:transparent;color:#728096;font:10px Inter;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.mobile-nav button span{font-size:18px}.mobile-nav button.active{color:var(--pink)}.toast{left:14px;right:14px;bottom:82px}}
@media(max-width:390px){.performer-card{min-width:86vw}.performer-image{height:250px}.welcome>div>p:last-child{max-width:230px}.title-line{gap:8px}.section-heading h2{font-size:18px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
.empty-state{grid-column:1/-1;min-height:190px;border:1px dashed rgba(255,255,255,.1);border-radius:14px;background:rgba(13,24,40,.55);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px}.empty-state>span{font-size:28px;color:var(--pink)}.empty-state h3{font-size:15px;margin:12px 0 5px}.empty-state p{max-width:390px;color:var(--muted);font-size:12px;line-height:1.5;margin:0}.empty-action{margin-top:15px;height:35px;border:0;border-radius:8px;padding:0 14px;background:var(--pink);color:#fff;font-weight:700;cursor:pointer}.table-empty{grid-column:1/-1}.table-empty .empty-state{border:0;border-radius:0;background:transparent}.notify-placeholder{justify-self:start;color:#607087;padding-left:12px}
.dialog-card{width:min(480px,calc(100vw - 32px));max-height:min(760px,calc(100vh - 30px));overflow-y:auto}.dialog-card label{margin-top:17px}.dialog-card input,.dialog-card select{height:46px;border-radius:10px;border:1px solid #28374b;background:#0b1523;color:#fff;padding:0 13px;font:14px Inter}.primary-button.actionable{background:var(--pink);color:#fff;cursor:pointer}.primary-button:disabled{background:#334055;color:#778398;cursor:not-allowed}.progress i{width:0;transition:width .25s}.lookup-message{margin-top:14px;padding:13px;border-radius:9px;background:#0b1625;color:var(--muted);font-size:12px;line-height:1.5}.lookup-message b,.lookup-message span{display:block}.lookup-message b{color:var(--text);margin-bottom:4px}.lookup-message.blocked{border:1px solid rgba(255,53,103,.22);color:#f3a7b9}.lookup-message.not-found{border:1px solid var(--border)}.lookup-card{display:grid;grid-template-columns:74px 1fr auto;gap:13px;align-items:center;margin-top:14px;padding:12px;border:1px solid var(--border);border-radius:12px;background:#0b1625}.lookup-card img{width:74px;height:74px;border-radius:9px;object-fit:cover}.lookup-card h3{font-size:13px;margin:4px 0 3px}.lookup-card p,.lookup-card small{display:block;color:var(--muted);font-size:10px;margin:0}.lookup-online{font-size:9px;color:var(--online);font-weight:800}.lookup-online i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--online);margin-right:5px}.lookup-card button{border:0;border-radius:8px;background:var(--pink);color:#fff;height:35px;padding:0 13px;font-weight:700;cursor:pointer}
@media(max-width:720px){.performer-grid>.empty-state{min-width:calc(100vw - 34px)}.table-empty .empty-state{min-width:0}.lookup-card{grid-template-columns:62px 1fr}.lookup-card img{width:62px;height:62px}.lookup-card button{grid-column:1/-1;width:100%}.notify-placeholder{grid-area:notify;justify-self:end}}
.brand-icon svg{stroke-width:2.7}.brand-icon .brand-wave{fill:none}
[hidden]{display:none!important}.auth-shell{position:relative;z-index:2;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px;background:radial-gradient(circle at 50% 10%,rgba(255,53,103,.1),transparent 34%)}.auth-brand{font-size:31px;margin-bottom:25px}.auth-brand .brand-icon{width:42px;height:42px}.auth-card{width:min(430px,100%);padding:32px;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.auth-card h1{font-size:25px;margin:7px 0}.auth-card>p:not(.eyebrow){color:var(--muted);font-size:13px;margin:0 0 24px}.auth-card form{display:grid;gap:16px}.auth-card label{display:grid;gap:8px;color:#dfe4ed;font-size:12px;font-weight:700}.auth-card input{height:47px;border-radius:10px;border:1px solid #28374b;background:#091422;color:var(--text);padding:0 14px;font:14px Inter;outline:0}.auth-card input:focus{border-color:rgba(255,53,103,.75);box-shadow:0 0 0 3px rgba(255,53,103,.1)}.auth-card .primary-button{margin-top:3px}.auth-error{min-height:18px!important;margin:0!important;color:#ff86a3!important;font-size:12px!important;text-align:center}.auth-switch{display:block;width:100%;margin-top:10px;border:0;background:transparent;color:var(--muted);font:12px Inter;cursor:pointer}.auth-switch b{color:var(--pink)}.auth-footnote{max-width:440px;text-align:center;color:#66758a;font-size:11px;line-height:1.5;margin:20px 0 0}.account-dialog-card{text-align:center;width:min(390px,calc(100vw - 32px))}.account-dialog-avatar{width:58px;height:58px;margin:0 auto;font-size:15px}.account-dialog-card h2{margin-bottom:6px}.account-dialog-card>p{color:var(--muted);font-size:13px;margin:0 0 10px}.account-role{display:inline-flex;margin:0 0 22px;padding:6px 11px;border:1px solid rgba(255,53,103,.35);border-radius:999px;background:rgba(255,53,103,.12);color:#ff6d91;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.secondary-button{width:100%;height:43px;border:1px solid var(--border);border-radius:9px;background:#172438;color:var(--text);font-weight:700;cursor:pointer}.secondary-button:hover{background:#1c2b42}
@media(max-width:720px){.auth-card{padding:26px 22px}.auth-brand{font-size:27px}.account-dialog-card{padding:27px 22px}}
.settings-view{max-width:1120px}.settings-heading{margin-bottom:28px}.settings-heading h1{font-size:28px;margin:0 0 8px}.settings-heading>div>p:last-child{color:var(--muted);font-size:13px;margin:0}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.settings-card{background:var(--surface);border:1px solid var(--border);border-radius:15px;padding:23px;box-shadow:0 12px 30px rgba(0,0,0,.12)}.settings-card-heading{display:flex;align-items:flex-start;gap:12px;margin-bottom:22px}.settings-card-heading>span{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:rgba(255,53,103,.12);color:var(--pink);font-weight:800}.settings-card-heading h2{font-size:16px;margin:1px 0 5px}.settings-card-heading p{color:var(--muted);font-size:11px;line-height:1.45;margin:0}.settings-field{display:flex;justify-content:space-between;gap:18px;padding:13px 0;border-top:1px solid var(--border);font-size:12px}.settings-field span{color:var(--muted)}.settings-field strong{text-align:right;font-weight:600}.notification-status{display:flex;align-items:center;gap:12px;padding:14px;background:#0b1625;border:1px solid var(--border);border-radius:10px}.notification-status i{width:9px;height:9px;border-radius:50%;background:var(--offline)}.notification-status.active i{background:var(--online);box-shadow:0 0 12px rgba(39,230,138,.5)}.notification-status strong,.notification-status small{display:block}.notification-status strong{font-size:12px}.notification-status small{color:var(--muted);font-size:10px;margin-top:4px}.settings-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}.settings-primary,.settings-secondary,.danger-button{height:38px;border-radius:8px;padding:0 13px;font:700 11px Inter;cursor:pointer}.settings-primary{border:0;background:var(--pink);color:#fff}.settings-secondary{border:1px solid var(--border);background:#172438;color:var(--text)}.settings-primary:disabled,.settings-secondary:disabled{opacity:.5;cursor:not-allowed}.danger-text{color:#ff86a3}.device-block{margin-top:21px;padding-top:18px;border-top:1px solid var(--border)}.device-title{display:flex;justify-content:space-between;font-size:11px}.device-title span{color:var(--muted)}.device-list{display:grid;gap:8px;margin-top:10px}.device-list>p{color:var(--muted);font-size:11px;margin:0}.device-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px;background:#0b1625;border-radius:8px}.device-row strong,.device-row small{display:block}.device-row strong{font-size:11px}.device-row small{color:var(--muted);font-size:9px;margin-top:3px}.device-row button{border:0;background:transparent;color:#ff86a3;font:700 10px Inter;cursor:pointer}.settings-form{display:grid;gap:12px}.settings-form label{display:grid;gap:7px;color:#dfe4ed;font-size:11px;font-weight:700}.settings-form input{height:42px;border-radius:9px;border:1px solid #28374b;background:#091422;color:var(--text);padding:0 12px;font:13px Inter}.settings-message{min-height:16px;color:var(--muted);font-size:10px;margin:0}.settings-message.error{color:#ff86a3}.settings-message.success{color:var(--online)}.settings-note{color:var(--muted);font-size:11px;line-height:1.55;margin:0}.danger-card{grid-column:1/-1;border-color:rgba(255,53,103,.2)}.danger-card .settings-card-heading{margin-bottom:15px}.danger-button{border:1px solid rgba(255,53,103,.35);background:rgba(255,53,103,.1);color:#ff86a3}.full-width{width:100%;height:44px;margin-top:18px}.danger-icon{color:#ff86a3!important}.delete-account-card label{display:grid;gap:8px;margin-top:15px;color:#dfe4ed;font-size:11px;font-weight:700}.delete-account-card input{height:43px;border-radius:9px;border:1px solid #28374b;background:#091422;color:var(--text);padding:0 12px;font:13px Inter}
@media(max-width:820px){.settings-grid{grid-template-columns:1fr}.danger-card{grid-column:auto}}@media(max-width:720px){.settings-view{padding-bottom:90px}.settings-heading h1{font-size:24px}.settings-card{padding:19px}.settings-actions>*{flex:1}.device-row{align-items:flex-start}}
@media(min-width:851px) and (max-width:1350px){.performer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:721px) and (max-width:850px){.performer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.topbar{padding-left:clamp(22px,3vw,42px);padding-right:clamp(22px,3vw,42px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.topbar .search{width:min(100%,610px);flex:0 1 610px}.alerts-button{margin-left:auto;padding:6px 10px 6px 7px;border-radius:11px;transition:background .2s}.alerts-button:hover{background:rgba(255,255,255,.035)}.alerts-button.enabled>span:first-child{color:var(--online);background:rgba(39,230,138,.12)}.alerts-button.enabled .alert-copy b{color:#dfe8e3}.profile{margin-left:2px;min-width:170px;padding-left:18px;justify-content:flex-start}.profile>span:last-child{margin-left:auto;color:#6f7f93}.profile:hover .avatar{border-color:rgba(255,53,103,.45)}
@media(max-width:1050px){.topbar .search{flex:1;max-width:none}.profile{min-width:auto;padding-left:14px}.profile>span:last-child{display:none}.alerts-button{padding:4px}}
@media(max-width:720px){.topbar{display:grid;grid-template-columns:1fr auto;align-items:center;padding:12px 17px 14px}.mobile-brand{grid-column:1}.profile{grid-column:2;grid-row:1;padding:0;border:0}.topbar .search{grid-column:1/-1;grid-row:2;width:100%;max-width:none}.alerts-button{display:none}}

/* Reliability and interaction refinements */
.confirm-dialog-card{width:min(440px,calc(100vw - 32px));padding:32px;text-align:center;overflow:visible}
.confirm-brand-icon{width:54px;height:54px;margin:0 auto 17px;display:grid;place-items:center;border:1px solid rgba(255,53,103,.25);border-radius:16px;background:linear-gradient(145deg,rgba(255,53,103,.18),rgba(255,53,103,.07));box-shadow:0 12px 28px rgba(255,53,103,.13)}
.confirm-brand-icon svg{width:31px;height:31px;fill:var(--pink);stroke:var(--pink);stroke-width:2}
.confirm-brand-icon .brand-wave{fill:none;stroke-linecap:round}
.confirm-dialog-card .eyebrow{margin:0 0 8px;color:#ff6d91}
.confirm-dialog-card h2{margin:0 0 10px;font-size:22px;letter-spacing:-.025em}
.confirm-dialog-card>p:not(.eyebrow){max-width:340px;margin:0 auto;color:var(--muted);font-size:12px;line-height:1.65}
.confirm-dialog-card>p strong{color:var(--text)}
.confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}
.confirm-actions .secondary-button,.confirm-remove{height:44px;border-radius:10px;font:800 12px Inter;cursor:pointer}
.confirm-remove{border:0;background:linear-gradient(135deg,#ff2f72,#f62465);color:#fff;box-shadow:0 10px 24px rgba(255,53,103,.2)}
.confirm-remove:hover{background:linear-gradient(135deg,#ff497f,#ff2f72)}
.pending-follow-card button{width:100%;height:39px;margin-top:13px;border:0;border-radius:8px;background:var(--pink);color:#fff;font:800 11px Inter;cursor:pointer}
.pending-follow-card button:disabled{opacity:.55;cursor:wait}
@media(max-width:480px){.confirm-dialog-card{padding:28px 22px}.confirm-actions{grid-template-columns:1fr}.confirm-remove{grid-row:1}.confirm-actions .secondary-button{grid-row:2}}
.mobile-nav[hidden]{display:none!important}
.table-head,.model-row{grid-template-columns:minmax(220px,1.4fr) 1fr 1fr .7fr 150px}
.row-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}
.row-watch{height:30px;padding:0 10px;display:inline-flex;align-items:center;border-radius:7px;background:var(--pink);color:#fff;text-decoration:none;font:800 9px Inter;white-space:nowrap}
.row-watch:hover{background:var(--pink-hover)}
.unfollow-button{border:1px solid rgba(255,91,130,.24);border-radius:7px;background:rgba(255,53,103,.08);color:#ff7999;font:700 10px Inter;padding:7px 8px;cursor:pointer;transition:.2s}
.unfollow-button:hover{background:rgba(255,53,103,.18);color:#fff}
.unfollow-button.compact{width:29px;height:29px;padding:0;border-radius:50%;font-size:17px}
.unfollow-button:disabled{opacity:.45;cursor:wait}
.demo-watch{display:grid;width:calc(100% - 12px);height:23px;margin:0 6px;place-items:center;border-radius:5px;background:#ff2f8b;color:#fff;font-size:8px}
.faq-section{padding:72px max(28px,calc((100% - 1060px)/2));background:#fff;color:#0c1323;text-align:center}
.faq-section h2{margin:5px 0 30px;font-size:34px;letter-spacing:-.04em}
.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;text-align:left}
.faq-grid details{border:1px solid #e7eaf1;border-radius:13px;background:#fafbfe;padding:18px 20px}
.faq-grid summary{cursor:pointer;font-size:14px;font-weight:800;list-style:none}
.faq-grid summary::-webkit-details-marker{display:none}
.faq-grid summary:after{content:'＋';float:right;color:#ff2f8b}
.faq-grid details[open] summary:after{content:'−'}
.faq-grid p{margin:13px 0 0;color:#536079;font-size:12px;line-height:1.65}
.service-status.degraded{border-color:rgba(255,184,77,.25);background:rgba(255,184,77,.07);color:#d9b778}
.service-status.degraded i{background:#ffb84d;box-shadow:0 0 9px rgba(255,184,77,.4)}
.landing-bottom{background-image:url('/assets/images/call_to_action.webp')}
@media(max-width:720px){.table-head,.model-row{grid-template-columns:44px 1fr auto}.row-actions{grid-area:more;justify-self:end}.row-actions .more{grid-area:auto}.row-watch{height:29px;padding:0 8px}.faq-section{padding:50px 20px}.faq-section h2{font-size:27px}.faq-grid{grid-template-columns:1fr}.landing-bottom{background-image:url('/assets/images/call_to_action-mobile.webp')}}

/* Public landing page */
.landing-shell{position:relative;z-index:2;min-height:100vh;background:#07111f;overflow:hidden}.landing-shell:before{content:"";position:absolute;width:780px;height:780px;right:-350px;top:-390px;border-radius:50%;background:radial-gradient(circle,rgba(255,53,103,.2),transparent 65%);pointer-events:none}.landing-header{width:min(1240px,calc(100% - 48px));height:84px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:32px;border-bottom:1px solid rgba(255,255,255,.06);position:relative;z-index:4}.landing-header .brand{font-size:24px}.landing-header nav{display:flex;align-items:center;gap:34px}.landing-header nav a,.landing-login{color:#9aa6b8;text-decoration:none;font:600 13px Inter;transition:.2s}.landing-header nav a:hover,.landing-login:hover{color:#fff}.landing-actions{display:flex;align-items:center;gap:11px}.landing-login{height:39px;padding:0 13px;border:0;background:transparent;cursor:pointer}.landing-cta{min-height:51px;padding:0 23px;border:0;border-radius:11px;background:linear-gradient(135deg,#ff3567,#f52c5f);box-shadow:0 14px 34px rgba(255,53,103,.25);color:#fff;font:800 14px Inter;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:12px;transition:.2s}.landing-cta:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(255,53,103,.34)}.landing-cta.small{min-height:40px;padding:0 17px;font-size:12px;border-radius:9px}.landing-main{width:min(1240px,calc(100% - 48px));margin:auto}.landing-hero{min-height:670px;padding:82px 0 70px;display:grid;grid-template-columns:minmax(360px,.86fr) minmax(570px,1.14fr);align-items:center;gap:64px}.hero-copy{position:relative;z-index:2}.hero-kicker,.landing-section-heading>span,.landing-final>span{display:inline-flex;align-items:center;gap:9px;color:#ff6f92;font-size:10px;font-weight:800;letter-spacing:.16em}.hero-kicker i{width:7px;height:7px;border-radius:50%;background:var(--online);box-shadow:0 0 0 5px rgba(39,230,138,.1),0 0 14px rgba(39,230,138,.5)}.hero-copy h1{max-width:630px;margin:21px 0 23px;font-size:clamp(48px,5.2vw,72px);line-height:.98;letter-spacing:-.065em}.hero-copy h1 span{background:linear-gradient(100deg,#ff3567,#ff7093);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy>p{max-width:560px;margin:0;color:#9aa6b8;font-size:17px;line-height:1.72}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:33px}.hero-actions>a{color:#dbe0e8;text-decoration:none;font-size:13px;font-weight:700}.hero-actions>a:hover{color:var(--pink)}.hero-trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:25px;color:#748196;font-size:10px}.hero-trust span:before{color:var(--online)}.hero-product{position:relative;min-width:0;perspective:1200px}.preview-window{overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#0b1625;box-shadow:0 45px 100px rgba(0,0,0,.45),0 0 0 6px rgba(255,255,255,.025);transform:rotateY(-4deg) rotateX(2deg)}.preview-top{height:60px;padding:0 19px;display:grid;grid-template-columns:140px 1fr 32px;gap:13px;align-items:center;border-bottom:1px solid var(--border);background:#0b1523}.preview-logo{font-size:15px;font-weight:800}.preview-logo>span:first-child,.preview-logo span:last-child{color:var(--pink)}.preview-search{height:31px;border:1px solid var(--border);border-radius:8px;background:#101d2e;color:#68768a;font-size:9px;display:flex;align-items:center;padding:0 11px}.preview-avatar{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#ff3567,#74344a);font-size:8px;font-weight:800}.preview-body{display:grid;grid-template-columns:54px 1fr;min-height:350px}.preview-side{border-right:1px solid var(--border);display:flex;flex-direction:column;align-items:center;padding-top:25px;gap:30px;color:#58677d}.preview-side b:first-child{color:var(--pink)}.preview-content{padding:27px 22px}.preview-title{display:flex;align-items:flex-start;justify-content:space-between}.preview-title strong,.preview-title small{display:block}.preview-title strong{font-size:17px}.preview-title small{margin-top:5px;color:#7d899b;font-size:9px}.preview-title>span{font-size:8px;color:#b9c2cf}.preview-title>span i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--online);margin-right:5px}.preview-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:19px}.preview-cards article{min-width:0;padding:5px 5px 9px;border:1px solid var(--border);border-radius:10px;background:#111d2e}.preview-cards article>div{height:190px;position:relative;overflow:hidden;border-radius:7px}.preview-cards img{width:100%;height:100%;object-fit:cover}.preview-cards article b,.preview-cards article small{position:absolute;top:8px}.preview-cards article b{left:7px;padding:4px 6px;border-radius:4px;background:var(--pink);font-size:7px}.preview-cards article small{right:7px;padding:4px 6px;border-radius:10px;background:rgba(3,8,15,.75);font-size:7px}.preview-cards article>strong{display:block;overflow:hidden;text-overflow:ellipsis;margin:9px 4px 7px;font-size:9px}.preview-cards article>span{height:25px;margin:0 2px;border-radius:6px;background:var(--pink);font-size:7px;font-weight:800;display:flex;align-items:center;justify-content:center}.hero-notification{position:absolute;right:-20px;bottom:-42px;width:285px;display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:center;padding:13px 15px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(21,32,49,.92);backdrop-filter:blur(16px);box-shadow:0 25px 55px rgba(0,0,0,.4);animation:landingFloat 4s ease-in-out infinite}.notification-app{width:36px;height:36px;border-radius:9px;background:rgba(255,53,103,.15);color:var(--pink);display:grid;place-items:center}.hero-notification small,.hero-notification strong,.hero-notification p{display:block;margin:0}.hero-notification small{color:#8d99aa;font-size:8px}.hero-notification strong{font-size:10px;margin-top:4px}.hero-notification p{color:#8d99aa;font-size:8px;margin-top:3px}@keyframes landingFloat{50%{transform:translateY(-7px)}}
.landing-stats{margin:28px 0 120px;padding:25px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:grid;grid-template-columns:repeat(4,1fr)}.landing-stats>div{display:flex;align-items:baseline;justify-content:center;gap:9px;border-right:1px solid var(--border)}.landing-stats>div:last-child{border:0}.landing-stats strong{font-size:21px}.landing-stats span{color:#77859a;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.landing-section{padding:20px 0 120px}.landing-section-heading{max-width:650px;margin-bottom:43px}.landing-section-heading h2{margin:14px 0 15px;font-size:clamp(35px,4vw,50px);line-height:1.06;letter-spacing:-.045em}.landing-section-heading p{max-width:560px;margin:0;color:#8f9bad;font-size:14px;line-height:1.65}.landing-section-heading.centered{margin-left:auto;margin-right:auto;text-align:center}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.feature-card{min-height:250px;position:relative;overflow:hidden;padding:28px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(145deg,#0f1b2c,#0b1624);box-shadow:0 20px 48px rgba(0,0,0,.16)}.feature-card:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-95px;top:-95px;background:rgba(255,53,103,.08);filter:blur(10px)}.feature-icon{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:rgba(255,53,103,.13);color:var(--pink);font-size:20px}.feature-card h3{font-size:18px;margin:22px 0 9px}.feature-card>p{max-width:390px;color:#8f9bad;font-size:12px;line-height:1.6;margin:0}.feature-main{grid-column:span 2;min-height:285px}.feature-toast{position:absolute;right:40px;bottom:38px;width:min(390px,44%);padding:18px;display:grid;grid-template-columns:41px 1fr auto;align-items:center;gap:13px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:#192538;box-shadow:0 22px 45px rgba(0,0,0,.3)}.feature-toast>i{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:var(--pink);font-style:normal}.feature-toast small,.feature-toast strong{display:block}.feature-toast small{font-size:9px;color:#8592a5;margin-bottom:4px}.feature-toast strong{font-size:11px}.feature-toast>span{font-size:8px;color:#7d899b}.mini-avatars{display:flex;align-items:center;margin-top:26px}.mini-avatars img,.mini-avatars span{width:40px;height:40px;border-radius:50%;border:3px solid #101b2b;margin-right:-9px}.mini-avatars img{object-fit:cover}.mini-avatars span{display:grid;place-items:center;background:#26344a;color:#dce2eb;font-size:9px;font-weight:800}.feature-link{margin-top:27px;padding:12px 14px;border:1px solid var(--border);border-radius:9px;color:#cbd2dd;font-size:10px;display:flex;justify-content:space-between}.feature-link span{color:var(--pink)}.status-demo{display:flex;gap:10px;margin-top:28px}.status-demo span{padding:9px 12px;border:1px solid var(--border);border-radius:20px;color:#b2bdcb;font-size:9px}.status-demo i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--online);margin-right:6px}.status-demo span:last-child i{background:#65738a}.steps-section{padding-top:55px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;counter-reset:steps}.steps-grid article{min-height:275px;position:relative;padding:30px;border:1px solid var(--border);border-radius:17px;background:rgba(13,24,40,.66)}.steps-grid article>b{position:absolute;right:25px;top:23px;color:#28364b;font-size:35px}.steps-grid article>span{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;background:rgba(255,53,103,.12);color:var(--pink);font-size:21px}.steps-grid h3{margin:48px 0 10px;font-size:17px}.steps-grid p{margin:0;color:#8793a6;font-size:12px;line-height:1.6}.privacy-section{margin:15px 0 120px;padding:45px 48px;border:1px solid rgba(39,230,138,.16);border-radius:20px;background:linear-gradient(135deg,rgba(39,230,138,.065),rgba(13,24,40,.6));display:grid;grid-template-columns:1.4fr .6fr;align-items:center;gap:50px}.privacy-section>div{display:flex;align-items:flex-start;gap:22px}.privacy-icon{flex:0 0 49px;height:49px;border-radius:13px;display:grid;place-items:center;background:rgba(39,230,138,.12);color:var(--online);font-size:22px}.privacy-section small{color:var(--online);font-weight:800;letter-spacing:.14em}.privacy-section h2{font-size:28px;margin:9px 0}.privacy-section p{max-width:660px;color:#8e9aad;font-size:12px;line-height:1.7;margin:0}.privacy-section ul{display:grid;gap:13px;margin:0;padding:0;list-style:none;color:#b5bfcc;font-size:11px}.privacy-section li:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;margin-right:9px;border-radius:50%;background:rgba(39,230,138,.1);color:var(--online)}.landing-final{position:relative;overflow:hidden;padding:82px 24px;margin-bottom:80px;border:1px solid rgba(255,53,103,.16);border-radius:23px;text-align:center;background:radial-gradient(circle at 50% 130%,rgba(255,53,103,.28),transparent 55%),#0d1828}.landing-final:before,.landing-final:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;border:1px solid rgba(255,255,255,.035);left:50%;top:50%;transform:translate(-50%,-50%)}.landing-final:after{width:430px;height:430px}.landing-final>*{position:relative;z-index:1}.landing-final h2{margin:16px 0 13px;font-size:clamp(40px,5vw,58px);line-height:1;letter-spacing:-.05em}.landing-final p{color:#8f9bad;font-size:13px;margin:0 0 25px}.landing-footer{width:min(1240px,calc(100% - 48px));min-height:100px;margin:auto;padding:26px 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:25px;border-top:1px solid var(--border);color:#68758a}.landing-footer .brand{font-size:19px}.landing-footer .brand-icon{width:28px;height:28px}.landing-footer p{font-size:9px;text-align:center}.landing-footer>div{display:flex;justify-content:flex-end;gap:17px;font-size:9px}.landing-footer>div span:first-child{color:#ff7798}.landing-shell+dialog{max-width:none;max-height:none}.landing-shell+dialog .auth-card{position:relative;width:min(430px,calc(100vw - 30px));padding:32px}.landing-shell+dialog .auth-footnote{margin:18px auto 0}.landing-shell+dialog .dialog-close{cursor:pointer}.landing-shell+dialog[open]{animation:dialogIn .2s ease-out}@keyframes dialogIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
@media(max-width:1000px){.landing-hero{grid-template-columns:1fr;padding-top:70px}.hero-copy{text-align:center}.hero-copy h1,.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions,.hero-trust{justify-content:center}.hero-product{width:min(700px,95%);margin:12px auto 0}.landing-stats{margin-top:70px}.privacy-section{grid-template-columns:1fr}.privacy-section ul{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){body:has(.landing-shell:not([hidden])){padding-bottom:0}.landing-header{width:calc(100% - 32px);height:70px;gap:12px}.landing-header nav{display:none}.landing-header .brand{font-size:21px}.landing-header .brand-icon{width:30px}.landing-login{display:none}.landing-cta.small{min-height:37px;padding:0 13px}.landing-main{width:calc(100% - 32px)}.landing-hero{min-height:0;padding:62px 0 45px;display:block}.hero-copy h1{font-size:48px}.hero-copy>p{font-size:15px;line-height:1.65}.hero-actions{flex-direction:column;gap:17px}.hero-actions .landing-cta{width:100%}.hero-trust{gap:9px 14px}.hero-product{width:100%;margin-top:55px}.preview-window{transform:none}.preview-top{grid-template-columns:105px 1fr 28px;padding:0 11px}.preview-search{font-size:7px}.preview-body{grid-template-columns:38px 1fr;min-height:255px}.preview-side{gap:23px;font-size:10px}.preview-content{padding:18px 11px}.preview-cards{gap:6px}.preview-cards article:nth-child(3){display:none}.preview-cards{grid-template-columns:repeat(2,1fr)}.preview-cards article>div{height:150px}.hero-notification{width:240px;right:-5px;bottom:-39px}.landing-stats{grid-template-columns:repeat(2,1fr);gap:0;margin:85px 0 85px}.landing-stats>div{min-height:70px;flex-direction:column;align-items:center;gap:4px}.landing-stats>div:nth-child(2){border-right:0}.landing-stats>div:nth-child(-n+2){border-bottom:1px solid var(--border)}.landing-section{padding-bottom:85px}.landing-section-heading{text-align:center}.landing-section-heading h2{font-size:37px}.feature-grid{grid-template-columns:1fr}.feature-main{grid-column:auto;min-height:370px}.feature-toast{left:22px;right:22px;bottom:28px;width:auto}.steps-section{padding-top:20px}.steps-grid{grid-template-columns:1fr}.steps-grid article{min-height:220px}.steps-grid h3{margin-top:35px}.privacy-section{margin-bottom:85px;padding:31px 24px;gap:30px}.privacy-section>div{display:block}.privacy-icon{margin-bottom:20px}.privacy-section ul{grid-template-columns:1fr}.landing-final{padding:66px 18px;margin-bottom:55px}.landing-final h2{font-size:41px}.landing-footer{width:calc(100% - 32px);grid-template-columns:1fr;text-align:center}.landing-footer .brand{justify-content:center}.landing-footer>div{justify-content:center}.landing-footer p{margin:0}}
@media(max-width:410px){.hero-copy h1{font-size:41px}.hero-copy>p{font-size:14px}.hero-trust{display:grid}.preview-cards article>div{height:126px}.landing-section-heading h2{font-size:32px}.feature-card{padding:23px}.privacy-section h2{font-size:24px}.landing-final h2{font-size:36px}}

/* Landing v2 — visual direction approved from reference */
.landing-v2{background:#fff;color:#0c1323}.landing-v2:before{display:none}.landing-dark{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 72% 22%,rgba(238,31,137,.33),transparent 26%),radial-gradient(circle at 9% 78%,rgba(23,91,157,.22),transparent 30%),#050d1c}.landing-dark:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,8,19,.25),transparent 50%,rgba(2,8,19,.15));pointer-events:none}.landing-v2 .landing-header{z-index:3;border-color:rgba(255,255,255,.08)}.landing-v2 .landing-header .brand{color:#fff;font-size:25px}.landing-v2 .landing-header .logo-bell{color:#ff2f8b;font-size:21px}.landing-v2 .landing-header nav a{color:#f0f2f6}.landing-v2 .landing-header nav a:hover{color:#ff53a2}.landing-v2 .landing-login{height:43px;padding:0 22px;border:1px solid #344058;border-radius:24px;color:#fff}.landing-v2 .landing-cta{border-radius:22px;background:linear-gradient(135deg,#ff2585,#ff3998);box-shadow:0 14px 35px rgba(255,34,132,.3)}.landing-v2 .landing-cta.small{min-height:43px;padding:0 24px}.landing-v2 .landing-main{width:min(1190px,calc(100% - 56px))}.landing-v2 .landing-hero{position:relative;z-index:2;min-height:505px;padding:34px 0 15px;grid-template-columns:.82fr 1.18fr;gap:22px}.landing-v2 .hero-copy{text-align:left}.landing-v2 .hero-copy h1{margin:0 0 15px;color:#fff;font-size:clamp(48px,5.1vw,70px);line-height:.95;letter-spacing:-.055em}.landing-v2 .hero-copy h1 span{background:linear-gradient(100deg,#ff44c5,#fa3b93);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-v2 .hero-copy>p{max-width:430px;margin:0;color:#e1e5ee;font-size:18px;line-height:1.45}.landing-v2 .hero-primary{width:245px;margin-top:25px;font-size:16px}.landing-v2 .hero-copy>small{display:block;width:245px;margin-top:9px;text-align:center;color:#c3c8d2;font-size:9px}.hero-scene{height:430px;position:relative}.hero-photo{position:absolute;left:0;top:0;width:74%;height:400px;overflow:hidden;border-radius:18px;background:#30142a;box-shadow:0 25px 70px rgba(0,0,0,.35)}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,35,137,.12),transparent 50%)}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 24%;filter:saturate(1.12)}.hero-photo>span{position:absolute;z-index:2;right:13px;top:13px;padding:7px 10px;border-radius:7px;background:#ff397e;font-size:12px;font-weight:800}.phone-mock{position:absolute;z-index:2;right:0;top:47px;width:220px;height:405px;padding:57px 12px 18px;border:8px solid #070b12;border-radius:38px;background:radial-gradient(circle at 70% 80%,#2f5188,#07162d 62%);box-shadow:0 25px 65px rgba(0,0,0,.55),inset 0 0 0 1px #45506a;transform:rotate(-3deg)}.phone-notch{position:absolute;top:8px;left:50%;width:91px;height:21px;border-radius:12px;background:#03060b;transform:translateX(-50%)}.phone-time{text-align:center;font-size:34px;font-weight:300}.phone-time small{display:block;margin:4px 0 21px;font-size:10px}.phone-alert{display:grid;grid-template-columns:29px 1fr auto;align-items:center;gap:7px;margin-top:8px;padding:9px 8px;border-radius:10px;background:rgba(246,244,255,.9);color:#111827;box-shadow:0 5px 14px rgba(0,0,0,.12)}.phone-alert>b{width:27px;height:27px;display:grid;place-items:center;border-radius:7px;background:#ff2f8b;color:#fff}.phone-alert strong,.phone-alert small{display:block}.phone-alert strong{font-size:9px}.phone-alert small{max-width:112px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7px;margin-top:2px}.phone-alert i{align-self:start;font-style:normal;font-size:6px;color:#50596a}.platform-strip{position:relative;z-index:2;height:70px;display:grid;grid-template-columns:repeat(5,1fr) auto;align-items:center;gap:22px;color:#c5cbd7}.platform-strip span{font-size:17px;font-weight:800;text-align:center}.platform-strip span:nth-child(1){font-family:Georgia,serif;font-style:italic}.platform-strip span:nth-child(2){font-size:15px}.platform-strip span:nth-child(3){color:#20aef4}.platform-strip span:nth-child(4){color:#fff}.platform-strip span:nth-child(5){color:#a970ff}.platform-strip small{font-size:12px}.landing-light{background:linear-gradient(180deg,#fff,#fafaff);padding:45px 0}.light-inner{width:min(1190px,calc(100% - 56px));margin:auto;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:55px}.benefit-copy h2{font-size:36px;letter-spacing:-.045em;margin:0 0 7px}.benefit-copy h2 span{color:#f83291}.benefit-copy>p{margin:0;color:#43506a;font-size:16px;line-height:1.45}.benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px 25px;margin-top:32px}.benefit-grid article i{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#ffe5f1;color:#ff2884;font:normal 24px Inter}.benefit-grid h3{font-size:15px;margin:9px 0 4px}.benefit-grid p{margin:0;color:#536079;font-size:12px;line-height:1.45}.dashboard-demo{min-height:390px;overflow:hidden;display:grid;grid-template-columns:145px 1fr;border:1px solid #dfe3ec;border-radius:20px;background:#fff;box-shadow:0 25px 55px rgba(25,35,62,.16)}.dashboard-demo aside{padding:20px 12px;background:#081326;color:#fff;display:flex;flex-direction:column;gap:12px}.dashboard-demo aside>b{margin-bottom:12px;font-size:16px}.dashboard-demo aside>b span{color:#ff2f8b}.dashboard-demo aside>em{padding:9px;border-radius:7px;font:normal 9px Inter}.dashboard-demo aside>em:first-of-type{background:#25314b}.dashboard-demo aside>em i{float:right;padding:2px 5px;border-radius:8px;background:#ff2f8b;font-style:normal}.dashboard-demo>div{padding:18px}.demo-top{text-align:right;color:#68748a}.dashboard-demo h3{font-size:19px;margin:2px 0}.dashboard-demo>div>small{color:#68748a;font-size:9px}.dashboard-demo>div>small i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#ff2f8b;margin-right:4px}.demo-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:13px}.demo-cards article{position:relative;overflow:hidden;padding-bottom:8px;border:1px solid #e4e7ee;border-radius:9px}.demo-cards img{width:100%;height:125px;object-fit:cover}.demo-cards article>b{position:absolute;right:5px;top:5px;padding:4px 5px;border-radius:5px;background:#ff387d;color:#fff;font-size:7px}.demo-cards strong{display:block;padding:5px 7px;font-size:9px}.demo-cards button{width:calc(100% - 12px);height:23px;margin:0 6px;border:0;border-radius:5px;background:#ff2f8b;color:#fff;font-size:8px}.dashboard-demo .demo-faves{font-size:16px;margin-top:20px}.demo-avatars{display:flex}.demo-avatars img,.demo-avatars span{width:38px;height:38px;margin-right:-5px;border:2px solid #fff;border-radius:50%;object-fit:cover}.demo-avatars span{display:grid;place-items:center;background:#f4f6fa;color:#344056;font-size:20px}.supported-section{padding:35px max(28px,calc((100% - 1190px)/2)) 38px;text-align:center;background:linear-gradient(120deg,#fff3f8,#faf7ff)}.supported-section h2{margin:0 0 5px;font-size:29px}.supported-section>p{margin:0;color:#536079;font-size:13px}.supported-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:15px;margin:25px 0 15px}.supported-grid article{min-height:100px;padding:20px 9px 13px;border:1px solid #fff;border-radius:14px;background:rgba(255,255,255,.63);box-shadow:0 8px 24px rgba(50,35,70,.04);display:flex;flex-direction:column;align-items:center;justify-content:space-between}.supported-grid b{font-size:15px}.supported-grid article:nth-child(1) b{color:#ef9b00}.supported-grid article:nth-child(2) b{color:#e83b43}.supported-grid article:nth-child(3) b{color:#18aee8}.supported-grid article:nth-child(5) b{color:#7e43f4}.supported-grid article:last-child b{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:#eef0f7;font-size:22px;font-weight:400}.supported-grid small,.supported-section>small{color:#536079;font-size:9px}.landing-bottom{height:300px;overflow:hidden;display:grid;grid-template-columns:1fr 1.7fr 1fr;align-items:center;background:radial-gradient(circle at 50% 50%,rgba(255,47,139,.25),transparent 34%),#17081b;color:#fff}.landing-bottom>img{width:75%;height:250px;object-fit:cover;border:5px solid rgba(255,47,139,.7);border-radius:18px;filter:saturate(1.2);transform:rotate(-8deg) translateX(-10px)}.landing-bottom>img:last-child{justify-self:end;transform:rotate(8deg) translateX(10px)}.landing-bottom>div{text-align:center}.landing-bottom h2{font-size:28px;margin:0 0 9px}.landing-bottom p{max-width:480px;margin:0 auto 18px;color:#f3e7f0;font-size:13px;line-height:1.5}.landing-bottom .landing-cta{min-width:215px}.landing-bottom small{display:block;margin-top:8px;color:#c6b6c5;font-size:8px}.landing-v2 .landing-footer{width:100%;padding-left:max(28px,calc((100% - 1190px)/2));padding-right:max(28px,calc((100% - 1190px)/2));background:#07111f;color:#8290a5;border:0}.landing-v2 .landing-footer .brand{color:#fff}
@media(max-width:1000px){.landing-v2 .landing-header nav{gap:16px}.landing-v2 .landing-header nav a{font-size:11px}.landing-v2 .landing-hero{grid-template-columns:.9fr 1.1fr}.phone-mock{width:195px}.light-inner{grid-template-columns:1fr}.benefit-copy{text-align:center}.benefit-grid{text-align:left}.dashboard-demo{width:min(700px,100%);margin:auto}.supported-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.landing-v2 .landing-main,.light-inner{width:calc(100% - 32px)}.landing-v2 .landing-header nav{display:none}.landing-v2 .landing-login{display:block;height:37px;padding:0 13px}.landing-v2 .landing-cta.small{display:none}.landing-v2 .landing-hero{display:block;padding-top:52px}.landing-v2 .hero-copy{text-align:center}.landing-v2 .hero-copy h1{font-size:47px}.landing-v2 .hero-copy>p{margin:auto;font-size:15px}.landing-v2 .hero-primary,.landing-v2 .hero-copy>small{margin-left:auto;margin-right:auto}.hero-scene{height:430px;margin-top:40px}.hero-photo{width:88%;height:360px}.phone-mock{right:-5px;top:52px;width:175px;height:345px;padding:48px 9px 12px;border-width:6px}.phone-time{font-size:28px}.phone-alert{padding:7px 6px}.phone-alert small{max-width:82px}.platform-strip{height:auto;padding:25px 0;grid-template-columns:repeat(3,1fr);gap:18px}.platform-strip span{font-size:13px}.landing-light{padding:58px 0}.benefit-copy h2{font-size:32px}.benefit-grid{gap:25px 17px}.dashboard-demo{grid-template-columns:95px 1fr;min-height:330px}.dashboard-demo aside{padding:14px 7px}.dashboard-demo aside>em{padding:7px 4px;font-size:7px}.dashboard-demo>div{padding:12px}.demo-cards img{height:85px}.demo-cards strong{font-size:7px}.supported-grid{grid-template-columns:repeat(2,1fr)}.landing-bottom{height:auto;min-height:400px;grid-template-columns:1fr;padding:65px 20px}.landing-bottom>img{display:none}.landing-bottom h2{font-size:27px}}
@media(max-width:430px){.landing-v2 .landing-header .brand{font-size:21px}.landing-v2 .hero-copy h1{font-size:41px}.hero-scene{height:385px}.hero-photo{height:320px}.phone-mock{width:155px;height:315px}.phone-alert{grid-template-columns:25px 1fr}.phone-alert i{display:none}.phone-alert>b{width:24px;height:24px}.benefit-grid{grid-template-columns:1fr}.dashboard-demo{grid-template-columns:78px 1fr}.dashboard-demo aside>b{font-size:11px}.dashboard-demo aside>em{font-size:6px}.dashboard-demo>div{padding:9px}.demo-cards{gap:4px}.demo-cards img{height:70px}.supported-grid{gap:9px}.supported-grid b{font-size:12px}}
.landing-bottom>img{object-position:36% 34%}.landing-bottom>img:last-child{object-position:68% 38%}
.landing-bottom{height:360px;display:grid;grid-template-columns:1fr;background:#17081b url('/assets/images/call_to_action.png') center/cover no-repeat}.landing-bottom>div{align-self:stretch;display:flex;flex-direction:column;align-items:center;padding-top:48px}.landing-bottom h2{font-size:28px}.landing-bottom p{margin-bottom:0}.landing-bottom .landing-cta{min-width:310px;min-height:62px;margin-top:109px;background:transparent;box-shadow:none}.landing-bottom .landing-cta:hover{box-shadow:none}.landing-bottom small{margin-top:11px}
@media(max-width:760px){.landing-bottom{min-height:400px;padding:55px 20px;background-position:center}.landing-bottom>div{padding-top:20px}.landing-bottom .landing-cta{margin-top:88px;min-width:260px}}

/* Full marketing footer */
.site-footer{position:relative;background:#06101e;color:#8e9bad;border-top:1px solid rgba(255,255,255,.07)}.site-footer:before{content:"";position:absolute;left:8%;top:0;width:260px;height:1px;background:linear-gradient(90deg,transparent,#ff2f8b,transparent)}.footer-main{width:min(1190px,calc(100% - 56px));margin:auto;padding:62px 0 48px;display:grid;grid-template-columns:1.55fr .72fr .72fr 1.1fr;gap:62px}.footer-brand .brand{width:max-content;color:#fff;font-size:27px}.footer-brand .brand i{color:#ff2f8b;font-style:normal;font-size:22px}.footer-brand>p{max-width:340px;margin:19px 0 21px;color:#7f8ba0;font-size:12px;line-height:1.75}.service-status{width:max-content;display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid rgba(39,230,138,.17);border-radius:20px;background:rgba(39,230,138,.06);color:#a9b8b3;font-size:9px;font-weight:700}.service-status i{width:7px;height:7px;border-radius:50%;background:var(--online);box-shadow:0 0 9px rgba(39,230,138,.55)}.footer-column,.footer-account{display:flex;flex-direction:column;align-items:flex-start}.site-footer h3{margin:5px 0 20px;color:#eef1f6;font-size:11px;text-transform:uppercase;letter-spacing:.13em}.footer-column a,.footer-column>span{margin-bottom:13px;color:#8491a5;text-decoration:none;font-size:11px;transition:.2s}.footer-column a:hover{color:#ff4b99;transform:translateX(2px)}.footer-account>p{margin:0 0 17px;color:#7f8ba0;font-size:11px;line-height:1.6}.footer-account>button:first-of-type{width:100%;height:42px;padding:0 14px;border:0;border-radius:9px;background:linear-gradient(135deg,#ff2585,#ff3998);color:#fff;font:800 11px Inter;display:flex;align-items:center;justify-content:space-between;cursor:pointer;box-shadow:0 12px 25px rgba(255,37,133,.16)}.footer-login{width:100%;margin-top:9px;border:0;background:transparent;color:#8d99aa;font:600 10px Inter;cursor:pointer}.footer-login:hover{color:#fff}.footer-bottom{width:min(1190px,calc(100% - 56px));min-height:74px;margin:auto;border-top:1px solid rgba(255,255,255,.065);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:35px;font-size:9px}.footer-bottom>p{text-align:center;color:#5f6c80}.footer-bottom>div{display:flex;align-items:center;gap:18px}.footer-bottom b{padding:6px 9px;border:1px solid rgba(255,47,139,.25);border-radius:14px;background:rgba(255,47,139,.08);color:#ff6da9;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.footer-bottom>div span{color:#718095}
@media(max-width:900px){.footer-main{grid-template-columns:1.4fr 1fr 1fr;gap:40px}.footer-account{grid-column:1/-1;display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:10px 30px;padding:22px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:rgba(255,255,255,.025)}.footer-account h3,.footer-account p{grid-column:1}.footer-account>button:first-of-type,.footer-login{grid-column:2}.footer-account>button:first-of-type{grid-row:1}.footer-login{grid-row:2;margin:0}.footer-bottom{grid-template-columns:1fr auto}.footer-bottom>p{grid-column:1/-1;grid-row:2;text-align:left;margin:0 0 18px}}
@media(max-width:600px){.footer-main{width:calc(100% - 32px);padding:45px 0 35px;grid-template-columns:1fr 1fr;gap:38px 24px}.footer-brand{grid-column:1/-1}.footer-brand>p{max-width:none}.footer-account{display:flex;grid-column:1/-1;align-items:stretch}.footer-account>button:first-of-type{margin-top:4px}.footer-bottom{width:calc(100% - 32px);padding:20px 0;grid-template-columns:1fr;gap:13px}.footer-bottom>p{grid-column:auto;grid-row:auto;text-align:left;margin:0;line-height:1.55}.footer-bottom>div{justify-content:space-between}}
.landing-bottom{background-image:url('/assets/images/call_to_action.webp')}
@media(max-width:720px){.landing-bottom{background-image:url('/assets/images/call_to_action-mobile.webp')}}

/* Interactive notification controls and legal pages */
.notify{font-family:Inter}.notify:hover{filter:brightness(1.12)}.notify:disabled{opacity:.55;cursor:wait}
.footer-bottom>div a{color:#718095;text-decoration:none;font-size:9px}.footer-bottom>div a:hover{color:#fff}
.auth-consent{display:flex!important;align-items:flex-start;gap:9px;color:#8793a6!important;font-size:10px!important;line-height:1.45}.auth-consent[hidden]{display:none!important}.auth-consent input{width:16px!important;height:16px!important;min-height:0!important;flex:0 0 16px;margin:1px 0 0;accent-color:var(--pink)}.auth-consent a{color:#ff6f92}
.legal-page{min-height:100vh;background:#07111f;color:#f5f7fb}.legal-header{height:76px;border-bottom:1px solid var(--border);display:flex;align-items:center}.legal-header>div,.legal-content{width:min(860px,calc(100% - 36px));margin:auto}.legal-header .brand{text-decoration:none;color:#fff}.legal-content{padding:55px 0 90px}.legal-content h1{font-size:clamp(34px,6vw,52px);margin:0 0 8px}.legal-updated{color:#76859a;margin:0 0 42px}.legal-content section{margin-top:32px}.legal-content h2{font-size:19px;margin:0 0 10px}.legal-content p,.legal-content li{color:#aab4c3;font-size:14px;line-height:1.75}.legal-content a{color:#ff6f92}.legal-content .legal-note{padding:16px 18px;border:1px solid rgba(255,53,103,.2);border-radius:12px;background:rgba(255,53,103,.07)}
