:root{--bg:#f5f6fb;--surface-2:#f8f8fc;--text:#171722;--muted:#717184;--line:#e8e8f0;--primary-dark:#5630ce;--primary-soft:#efeaff;--danger:#d14343;--success:#16865a;--shadow:0 14px 36px rgba(37,31,74,.08);--radius:20px}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-height:100vh}button,input,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(460px,.9fr);background:radial-gradient(circle at 10% 20%,rgba(109,61,245,.24),transparent 35%),linear-gradient(135deg,#161326,#25184d 55%,#37216f)}.auth-hero{padding:56px clamp(32px,6vw,92px);color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.auth-hero-copy{max-width:680px;margin:auto 0}.auth-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.auth-hero h1{margin:24px 0 18px;max-width:700px;font-size:clamp(46px,6vw,82px);line-height:.98;letter-spacing:-.055em}.auth-hero p{max-width:560px;margin:0;color:rgba(255,255,255,.74);font-size:19px;line-height:1.6}.auth-features{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}.auth-feature{padding:10px 14px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.88);font-size:14px}.auth-panel{min-height:100vh;background:#fff;padding:40px clamp(28px,5vw,72px);display:flex;align-items:center}.auth-card{width:100%;max-width:480px;margin:0 auto}.auth-card h2{margin:34px 0 8px;font-size:34px;letter-spacing:-.035em}.auth-card>p{margin:0 0 28px;color:var(--muted);line-height:1.55}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(31,20,77,.12)}.brand-mark img{object-fit:contain}.brand-name{font-weight:900;font-size:24px;letter-spacing:-.04em}.brand-tagline{color:var(--muted);font-size:12px;margin-top:1px}.auth-hero .brand-tagline{color:rgba(255,255,255,.62)}.form-grid{display:grid;grid-gap:16px;gap:16px}.form-grid.two{grid-template-columns:1fr 1fr}.field{display:grid;grid-gap:8px;gap:8px}.field label{font-size:13px;font-weight:750;color:#454554}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:13px;min-height:48px;padding:0 14px;color:var(--text);outline:none;transition:.18s ease}.field textarea{min-height:110px;padding-top:13px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:rgba(109,61,245,.7);box-shadow:0 0 0 4px rgba(109,61,245,.08)}.form-error{border:1px solid rgba(209,67,67,.18);background:#fff4f4;color:#ad3030;border-radius:12px;padding:11px 13px;font-size:13px;line-height:1.45}.form-success{border:1px solid rgba(22,134,90,.18);background:#f1fff8;color:#117249;border-radius:12px;padding:12px 14px;font-size:14px;line-height:1.5}.btn{min-height:46px;border:none;border-radius:13px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;transition:.18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 9px 20px rgba(109,61,245,.24)}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{color:var(--text);background:var(--surface-2);border:1px solid var(--line)}.btn-block{width:100%}.btn-sm{min-height:38px;border-radius:11px;padding:0 14px;font-size:13px}.auth-footer{margin-top:24px;color:var(--muted);font-size:14px}.auth-footer a{color:var(--primary);font-weight:800}.password-row{display:flex;justify-content:space-between;align-items:center}.password-row a{color:var(--primary);font-size:12px;font-weight:700}.page-loader{min-height:100vh;display:grid;place-items:center;align-content:center;grid-gap:22px;gap:22px;background:#fff}.spinner{width:24px;height:24px;border-radius:999px;border:3px solid #e4defa;border-top:3px solid var(--primary);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.app-layout{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr)}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:24px 18px 18px;display:flex;flex-direction:column;z-index:50}.sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:0 8px 22px}.nav-list{display:grid;grid-gap:6px;gap:6px}.nav-item{min-height:48px;display:flex;align-items:center;gap:13px;border-radius:13px;padding:0 14px;color:#555568;font-weight:700;position:relative}.nav-badge{margin-left:auto;min-width:23px;height:23px;border-radius:999px;padding:0 6px;display:grid;place-items:center;background:var(--primary);color:#fff;font-size:11px}.sidebar-profile{margin-top:auto;display:flex;align-items:center;gap:10px;padding:14px 8px 0}.sidebar-profile-copy{flex:1 1;min-width:0;display:grid;grid-gap:2px;gap:2px}.sidebar-profile-copy span,.sidebar-profile-copy strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-profile-copy strong{font-size:13px}.sidebar-profile-copy span{font-size:11px;color:var(--muted)}.avatar{width:44px;height:44px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;font-weight:900;color:#fff;background:linear-gradient(135deg,#6d3df5,#a46bf5);box-shadow:0 5px 14px rgba(109,61,245,.2)}.avatar-sm{width:36px;height:36px;font-size:13px}.icon-btn{width:40px;height:40px;display:grid;place-items:center;border:none;background:transparent;color:#59596a}.icon-btn:hover{background:var(--surface-2)}.app-main{min-width:0}.topbar{height:72px;position:-webkit-sticky;position:sticky;top:0;z-index:40;gap:18px;padding:0 28px;border-bottom:1px solid var(--line);background:rgba(245,246,251,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.global-search,.topbar{display:flex;align-items:center}.global-search{flex:1 1;max-width:520px;min-height:42px;gap:10px;padding:0 14px;border:1px solid var(--line);border-radius:13px;color:#8b8b9d}.global-search input{width:100%;border:none;outline:none;background:transparent;color:var(--text)}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.notification-button{position:relative}.notification-dot{position:absolute;right:1px;top:0;min-width:17px;height:17px;border-radius:999px;padding:0 4px;display:grid;place-items:center;background:#ee3f67;color:#fff;font-size:9px;font-weight:900;border:2px solid var(--bg)}.app-content{width:100%;max-width:1280px;margin:0 auto;padding:26px 28px 60px}.page-grid{display:grid;grid-template-columns:minmax(0,700px) minmax(260px,330px);grid-gap:24px;gap:24px;justify-content:center;align-items:start}.feed-column{min-width:0}.feed-column,.right-column{display:grid;grid-gap:16px;gap:16px}.right-column{position:-webkit-sticky;position:sticky;top:98px}.card{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);box-shadow:0 5px 22px rgba(28,25,54,.035)}.section-card{padding:20px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.section-title h2,.section-title h3{margin:0;letter-spacing:-.025em}.section-title h2{font-size:22px}.section-title h3{font-size:16px}.muted{color:var(--muted)}.stories-row{gap:12px;overflow:auto;padding:3px 1px 5px;scrollbar-width:none}.stories-row::-webkit-scrollbar{display:none}.story-chip{flex:0 0 76px;grid-gap:7px;gap:7px;text-align:center}.story-ring{width:66px;height:66px;margin:auto;background:linear-gradient(135deg,#6d3df5,#ed4f91,#ff9f43)}.story-avatar{background:#fff;color:var(--primary)}.story-chip span{color:#555568}.composer{padding:18px}.composer-row{display:flex;gap:12px}.composer textarea{width:100%;min-height:82px;resize:none;border:none;outline:none;background:var(--surface-2);border-radius:15px;padding:14px 16px;color:var(--text)}.composer-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.composer-media{display:flex;gap:8px}.composer-media span{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;font-weight:700;padding:7px 9px;border-radius:9px}.feed-post-head{display:flex;align-items:center;gap:11px;padding:17px 18px 12px}.feed-post-author{min-width:0;flex:1 1;display:grid;grid-gap:2px;gap:2px}.feed-post-author strong{font-size:14px}.feed-post-author span{color:var(--muted);font-size:11px}.feed-post-content{padding:4px 18px 18px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.feed-media-placeholder{height:320px;display:grid;place-items:center;background:linear-gradient(135deg,#eeeafb,#f8f6ff);color:#746f86;font-size:13px}.feed-actions{min-height:52px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.feed-actions button{border:none;background:#fff;display:flex;align-items:center;justify-content:center;gap:7px;color:#666678;font-weight:700}.feed-actions button:hover:not(:disabled){color:var(--primary);background:#fbfaff}.suggestion{display:flex;align-items:center;gap:10px;padding:9px 0}.suggestion+.suggestion{border-top:1px solid var(--line)}.suggestion-copy{min-width:0;flex:1 1;display:grid;grid-gap:2px;gap:2px}.suggestion-copy strong{font-size:13px}.suggestion-copy span{color:var(--muted);font-size:11px}.link-btn{border:none;background:none;color:var(--primary);font-weight:800;font-size:12px}.page-header{margin-bottom:22px}.page-header h1{margin:0 0 7px;font-size:30px;letter-spacing:-.04em}.page-header p{margin:0;color:var(--muted)}.list-card{padding:8px}.list-item{display:flex;align-items:center;gap:13px;padding:14px 12px;border-radius:13px}.list-item+.list-item{border-top:1px solid var(--line)}.list-item-copy{min-width:0;flex:1 1;display:grid;grid-gap:3px;gap:3px}.list-item-copy strong{font-size:14px}.list-item-copy span{color:var(--muted);font-size:12px}.empty-state{padding:42px 24px;text-align:center}.empty-icon{width:58px;height:58px;margin:0 auto 14px;border-radius:18px;display:grid;place-items:center;color:var(--primary);background:var(--primary-soft)}.profile-cover{height:190px;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.3),transparent 20%),linear-gradient(135deg,#4c25ca,#8e57f7 60%,#c16bec)}.profile-summary{padding:0 22px 24px}.profile-avatar{width:112px;height:112px;margin-top:-56px;border:5px solid #fff;font-size:36px}.profile-main-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.profile-name{margin-top:13px}.profile-name h1{margin:0;font-size:26px;letter-spacing:-.035em}.profile-name span{color:var(--muted);font-size:13px}.profile-bio{max-width:620px;color:#505061;line-height:1.55;margin-top:13px}.profile-stats{display:flex;gap:24px;margin-top:18px}.profile-stat{display:grid;grid-gap:2px;gap:2px}.profile-stat strong{font-size:18px}.profile-stat span{font-size:11px;color:var(--muted)}.admin-banner{display:flex;align-items:center;gap:14px;padding:18px;background:linear-gradient(135deg,#171421,#2b2240);color:#fff;border-radius:18px}.admin-banner p{margin:3px 0 0;color:rgba(255,255,255,.68);font-size:12px}.mobile-only,.sidebar-backdrop{display:none}@media(max-width:1050px){.page-grid{grid-template-columns:minmax(0,700px)}.right-column{display:none}}@media(max-width:860px){.auth-page{grid-template-columns:1fr}.auth-hero{min-height:auto;padding:34px 26px}.auth-hero-copy{margin:60px 0 10px}.auth-hero h1{font-size:48px}.auth-panel{min-height:auto;padding:40px 24px 60px}.app-layout{display:block}.sidebar{position:fixed;left:0;top:0;width:min(86vw,310px);transform:translateX(-105%);transition:.22s ease;box-shadow:var(--shadow)}.sidebar.open{transform:translateX(0)}.sidebar-backdrop{position:fixed;inset:0;z-index:45;display:block;border:none;background:rgba(18,15,31,.42);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.mobile-only{display:grid}.topbar{padding:0 16px}.app-content{padding:20px 16px 48px}}@media(max-width:560px){.auth-hero h1{font-size:40px}.auth-features{display:none}.form-grid.two{grid-template-columns:1fr}.global-search{min-width:0}.global-search input{font-size:13px}.profile-main-row{align-items:flex-start;flex-direction:column}.profile-cover{height:140px}.profile-stats{gap:16px;flex-wrap:wrap}}.composer-card{padding:18px;display:grid;grid-gap:14px;gap:14px}.composer-input{width:100%;min-height:94px;border:none;outline:none;resize:vertical;color:var(--text);background:transparent;font-size:16px;line-height:1.55}.composer-input::placeholder{color:#9a9aaa}.composer-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;padding-top:12px;border-top:1px solid var(--line)}.composer-submit-wrap,.composer-tools{display:flex;align-items:center;gap:8px}.composer-tool{border:none;background:transparent;min-height:38px;padding:0 10px;display:flex;align-items:center;gap:7px;border-radius:10px;color:#656577;font-weight:750}.composer-tool:hover{background:var(--surface-2);color:var(--primary)}.composer-counter{color:var(--muted);font-size:11px}.composer-files{display:grid;grid-gap:8px;gap:8px}.composer-file{display:flex;gap:10px;align-items:center;border:1px solid var(--line);border-radius:12px;padding:9px 10px;background:var(--surface-2)}.composer-file>div{flex:1 1;min-width:0;display:grid;grid-gap:2px;gap:2px}.composer-file strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.composer-file small{color:var(--muted);font-size:11px}.composer-advanced{padding:13px;border-radius:13px;background:var(--surface-2);display:grid;grid-template-columns:minmax(180px,1fr) repeat(3,auto);grid-gap:16px;gap:16px;align-items:end}.composer-advanced label{font-size:12px;color:#555568}.composer-advanced label:first-child{display:grid;grid-gap:6px;gap:6px}.composer-advanced select{min-height:38px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0 10px}.switch-line{gap:6px;min-height:38px;white-space:nowrap}.post-head,.switch-line{display:flex;align-items:center}.post-head{padding:17px 18px 0;gap:11px}.post-author{flex:1 1;min-width:0;display:grid;grid-gap:2px;gap:2px}.post-author strong{font-size:14px}.post-author span{color:var(--muted);font-size:12px}.post-content{padding:15px 18px 16px;line-height:1.58;white-space:pre-wrap;overflow-wrap:anywhere}.post-media-grid{display:grid;grid-gap:2px;gap:2px;background:#ececf2;max-height:720px;overflow:hidden}.media-count-1{grid-template-columns:1fr}.media-count-2,.media-count-3,.media-count-4{grid-template-columns:1fr 1fr}.media-error,.media-loading,.post-media-item{width:100%;min-height:260px;height:100%;max-height:560px;object-fit:cover;background:#efeff5}.media-error,.media-loading{display:grid;place-items:center}.media-error{color:var(--muted);padding:20px;text-align:center}.post-stats{display:flex;justify-content:space-between;gap:10px;padding:11px 18px;color:var(--muted);font-size:12px}.post-actions,.post-stats{border-bottom:1px solid var(--line)}.post-actions{display:grid;grid-template-columns:repeat(3,1fr);padding:5px 10px}.post-actions button,.story-actions button{border:none;background:transparent;min-height:42px;border-radius:10px;display:flex;justify-content:center;align-items:center;gap:7px;color:#656577;font-weight:750}.post-actions button:hover,.story-actions button:hover{background:var(--surface-2)}.post-actions button.active,.story-actions button.active{color:var(--primary)}.post-error{padding:10px 18px;color:var(--danger);font-size:12px}.comments-panel{padding:14px 18px 17px;display:grid;grid-gap:14px;gap:14px}.comment-form,.story-comment-form{display:flex;align-items:center;gap:7px}.comment-form input,.story-comment-form input{flex:1 1;min-width:0;height:40px;padding:0 13px;border:1px solid var(--line);border-radius:999px;outline:none;background:var(--surface-2)}.comment-list{display:grid;grid-gap:11px;gap:11px}.comment-item{display:flex;gap:8px;align-items:flex-start}.comment-bubble{flex:1 1;border-radius:13px;background:var(--surface-2);padding:9px 11px}.comment-bubble strong{font-size:12px}.comment-bubble p{margin:3px 0 0;font-size:13px;line-height:1.45}.comment-empty{text-align:center;padding:8px 0;font-size:12px}.feed-more{width:100%}.stories-card{padding:17px 18px}.stories-card .section-title{margin-bottom:15px}.stories-card .section-title>div{display:grid;grid-gap:2px;gap:2px}.stories-row{display:flex;gap:13px;overflow-x:auto;padding:3px 1px 7px;scrollbar-width:thin}.story-chip{width:72px;flex:0 0 72px;border:none;background:transparent;padding:0;display:grid;justify-items:center;grid-gap:5px;gap:5px;color:var(--text)}.story-chip span{max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700}.story-chip small{color:var(--muted);font-size:9px}.story-ring{width:62px;height:62px;border-radius:50%;padding:3px;background:linear-gradient(135deg,#6d3df5,#e85fb0,#ff9f43)}.story-avatar{width:100%;height:100%;border-radius:50%;border:3px solid #fff;background:linear-gradient(135deg,#7650e9,#aa74ef);display:grid;place-items:center;color:#fff;font-weight:900}.story-create .story-ring{background:var(--primary-soft)}.story-create .story-avatar{color:var(--primary);background:#fff}.stories-empty{color:var(--muted);font-size:12px;align-self:center;padding:0 8px}.modal-backdrop,.story-viewer-backdrop{position:fixed;inset:0;z-index:150;display:grid;place-items:center;padding:22px;background:rgba(15,13,26,.68);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-card{width:min(520px,100%);max-height:calc(100vh - 44px);overflow:auto;border-radius:20px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.24);padding:20px;display:grid;grid-gap:16px;gap:16px}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.modal-head>div{display:grid;grid-gap:2px;gap:2px}.modal-head strong{font-size:18px}.modal-head span{color:var(--muted);font-size:12px}.story-create-modal textarea{min-height:100px;border:1px solid var(--line);border-radius:13px;padding:12px 13px;resize:vertical;outline:none}.story-file-picker{min-height:86px;border:1px dashed #c8c1e7;background:var(--primary-soft);color:var(--primary);border-radius:14px;display:flex;justify-content:center;align-items:center;gap:9px;font-weight:800}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.archive-item{border:none;background:transparent;padding:0;text-align:left;display:grid;grid-gap:5px;gap:5px}.archive-item span{font-size:11px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-thumb-empty,.story-thumb-media{width:100%;aspect-ratio:9/14;border-radius:12px;object-fit:cover;background:#eeeafc}.story-thumb-empty{display:grid;place-items:center;color:var(--primary);font-weight:900}.story-viewer{width:min(460px,100%);max-height:calc(100vh - 30px);border-radius:20px;overflow:hidden;background:#17151d;color:#fff;box-shadow:0 30px 100px rgba(0,0,0,.44);display:flex;flex-direction:column}.story-viewer-head{display:flex;gap:9px;align-items:center;padding:13px 14px}.story-viewer-head>div:nth-child(2){flex:1 1;min-width:0;display:grid}.story-viewer-head strong{font-size:13px}.story-viewer-head span{color:rgba(255,255,255,.58);font-size:10px}.story-viewer .icon-btn{color:#fff}.story-delete-btn{margin-left:auto}.story-stage{min-height:320px;max-height:64vh;background:#0f0e12}.story-stage-media{width:100%;max-height:64vh;object-fit:contain}.story-text-only{padding:50px 28px;text-align:center;font-size:25px;line-height:1.35;font-weight:850}.story-caption{position:absolute;left:14px;right:14px;bottom:14px;padding:10px 12px;border-radius:12px;background:rgba(0,0,0,.48);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);font-size:13px;line-height:1.45}.story-actions{display:grid;grid-template-columns:repeat(3,1fr);padding:6px 9px;border-top:1px solid rgba(255,255,255,.1)}.story-actions button{color:rgba(255,255,255,.76)}.story-actions button:hover{background:rgba(255,255,255,.08)}.story-actions button.active{color:#c29cff}.story-viewer .form-error{margin:0 12px 10px}.story-comments{background:#fff;color:var(--text);padding:12px;max-height:230px;display:flex;flex-direction:column;gap:10px}.story-comment-list{flex:1 1;overflow:auto;display:grid;grid-gap:8px;gap:8px}.story-comment{padding:8px 10px;border-radius:11px;background:var(--surface-2);display:grid;grid-gap:2px;gap:2px}.story-comment strong{font-size:11px}.story-comment span{font-size:12px}@media (max-width:900px){.composer-advanced{grid-template-columns:1fr 1fr}.archive-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.composer-toolbar{align-items:flex-start;flex-direction:column}.composer-submit-wrap{width:100%;justify-content:space-between}.composer-advanced{grid-template-columns:1fr}.post-stats{align-items:flex-start;flex-direction:column;gap:4px}.post-actions button{font-size:0}.post-actions button svg{width:21px;height:21px}.media-error,.media-loading,.post-media-item{min-height:220px}.modal-backdrop,.story-viewer-backdrop{padding:10px}.story-viewer{max-height:calc(100vh - 20px)}}.profile-page{display:grid;grid-gap:18px;gap:18px}.profile-cover,.profile-hero{overflow:hidden}.profile-cover{height:230px;position:relative;background:linear-gradient(135deg,#5f35df,#8b5cf6 55%,#d76db1)}.profile-cover-empty,.profile-cover-image{width:100%;height:100%;object-fit:cover}.profile-cover-empty{background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.16),transparent 34%),radial-gradient(circle at 80% 60%,rgba(255,255,255,.12),transparent 28%)}.profile-cover-button{position:absolute;right:18px;bottom:16px;border:none;min-height:38px;padding:0 13px;border-radius:11px;display:flex;align-items:center;gap:7px;color:#fff;background:rgba(18,15,30,.62);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);font-weight:800}.profile-identity{padding:0 24px 18px;display:flex;gap:18px;align-items:flex-end}.profile-avatar-large{width:128px;height:128px;margin-top:-48px;flex:0 0 auto;border-radius:50%;border:5px solid #fff;overflow:hidden;position:relative;background:#f1edff;box-shadow:0 10px 28px rgba(36,25,74,.14)}.profile-avatar-fallback,.profile-avatar-image{width:100%;height:100%;object-fit:cover}.profile-avatar-fallback{display:grid;place-items:center;color:#fff;font-size:35px;font-weight:900;background:linear-gradient(135deg,#6d3df5,#b472ec)}.profile-avatar-button{width:34px;height:34px;border:none;border-radius:50%;position:absolute;right:3px;bottom:4px;display:grid;place-items:center;color:#fff;background:rgba(25,22,35,.78)}.profile-identity-copy{flex:1 1;min-width:0;padding-top:17px}.profile-identity-copy h2{margin:0;font-size:27px;letter-spacing:-.035em}.profile-identity-copy>span{display:block;margin-top:2px;color:var(--muted);font-size:13px}.profile-meta-line{margin-top:10px;display:flex;flex-wrap:wrap;gap:12px;color:#686879;font-size:12px}.profile-meta-line span{display:flex;gap:5px;align-items:center}.profile-tabs{padding:0 18px;display:flex;gap:4px;overflow-x:auto;border-top:1px solid var(--line)}.profile-tabs button{background:transparent;min-height:52px;padding:0 13px;display:flex;gap:7px;align-items:center;color:#656577;font-size:13px;font-weight:800;white-space:nowrap;border:none;border-bottom:2px solid transparent}.profile-tabs button.active{color:var(--primary);border-bottom-color:var(--primary)}.profile-editor,.social-section{padding:20px}.profile-form{display:grid;grid-gap:17px;gap:17px}.form-grid.three{grid-template-columns:2fr .7fr 1.4fr}.profile-privacy-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr;grid-gap:12px;gap:12px}.privacy-card{border:1px solid var(--line);border-radius:14px;padding:13px;display:flex;gap:10px;align-items:flex-start;background:var(--surface-2)}.privacy-card input{margin-top:3px}.privacy-card div{display:grid;grid-gap:4px;gap:4px}.privacy-card strong{font-size:13px}.privacy-card span{color:var(--muted);font-size:11px;line-height:1.4}.privacy-select{border:1px solid var(--line);border-radius:14px;padding:13px;background:var(--surface-2)}.profile-save-row{display:flex;justify-content:flex-end}.people-search{display:flex;gap:9px;align-items:center;padding:10px 12px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2)}.people-search>svg{color:var(--muted)}.people-search input{flex:1 1;min-width:0;height:38px;border:none;outline:none;background:transparent}.social-list{margin-top:14px;display:grid;grid-gap:10px;gap:10px}.social-person{border:1px solid var(--line);border-radius:14px;padding:13px;display:flex;align-items:center;gap:12px;background:#fff}.social-person.compact{border:none;padding:0;background:transparent}.social-avatar-wrap{width:48px;height:48px;flex:0 0 auto;border-radius:50%;overflow:hidden;position:relative;background:#eeeafc}.social-avatar-fallback,.social-avatar-image{width:100%;height:100%;object-fit:cover}.social-avatar-fallback{font-size:14px}.social-person-copy{flex:1 1;min-width:0;display:grid;grid-gap:2px;gap:2px}.social-person-copy strong{font-size:14px}.social-person-copy>span{color:var(--muted);font-size:11px}.social-person-copy p{margin:4px 0 0;color:#666677;font-size:12px;line-height:1.4}.social-error{color:var(--danger);margin-top:3px}.social-person-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:7px}.social-state{display:inline-flex;gap:5px;align-items:center;font-size:12px;font-weight:800}.social-state.success{color:var(--success)}.social-danger-link{border:none;background:transparent;color:#a24a4a;display:flex;gap:5px;align-items:center;font-size:11px;font-weight:750;padding:5px}.social-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.request-card{border:1px solid var(--line);border-radius:14px;padding:13px;display:grid;grid-gap:11px;gap:11px}.request-actions{display:flex;justify-content:flex-end;gap:8px}.profile-media-loading{display:grid;place-items:center;background:#eeeafc}@media (max-width:1000px){.profile-privacy-grid{grid-template-columns:1fr 1fr}.social-columns{grid-template-columns:1fr}}@media (max-width:700px){.profile-cover{height:180px}.profile-identity{align-items:flex-start;padding:0 16px 16px}.profile-avatar-large{width:100px;height:100px;margin-top:-38px}.profile-identity-copy{padding-top:10px}.profile-identity-copy h2{font-size:22px}.form-grid.three,.form-grid.two,.profile-privacy-grid{grid-template-columns:1fr}.social-person{align-items:flex-start}.social-person-actions{width:100%;justify-content:flex-start}.people-search{flex-wrap:wrap}.people-search input{min-width:180px}}.messages-page{display:grid;grid-gap:16px;gap:16px}.messages-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.messages-shell{min-height:680px;display:grid;grid-template-columns:330px minmax(0,1fr)}.conversation-sidebar{min-width:0;display:flex;flex-direction:column;background:#fff}.messages-search{margin:14px;min-height:42px;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:9px;padding:0 12px;background:var(--surface-2)}.messages-search svg{color:var(--muted)}.messages-search input{flex:1 1;min-width:0;border:none;outline:none;background:transparent}.conversation-list{flex:1 1;overflow:auto;padding:0 8px 10px}.conversation-item{width:100%;border:none;background:transparent;border-radius:13px;padding:11px 10px;display:flex;align-items:center;gap:10px;text-align:left;color:var(--text)}.conversation-copy{flex:1 1;min-width:0;display:grid;grid-gap:4px;gap:4px}.conversation-copy>div{display:flex;gap:8px;justify-content:space-between;align-items:center}.conversation-copy strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-copy small{color:var(--muted);font-size:9px;white-space:nowrap}.conversation-copy>span{color:var(--muted);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-unread{min-width:22px;height:22px;border-radius:999px;background:var(--primary);color:#fff;display:grid;place-items:center;padding:0 6px;font-size:10px;font-weight:900}.messages-empty-small{padding:30px 14px;text-align:center;color:var(--muted);font-size:12px}.chat-panel{min-width:0;display:flex;flex-direction:column;background:linear-gradient(180deg,#fafaff,#f6f6fb)}.chat-empty{flex:1 1;min-height:500px;display:grid;place-items:center;align-content:center;grid-gap:8px;gap:8px;text-align:center;color:var(--muted)}.chat-empty strong{color:var(--text)}.chat-head{height:70px;padding:0 17px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line);background:#fff}.chat-head-copy{flex:1 1;min-width:0;display:grid;grid-gap:2px;gap:2px}.chat-head-copy strong{font-size:14px}.chat-head-copy span{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px}.socket-dot{width:7px;height:7px;border-radius:50%;background:#aaa}.socket-dot.online{background:var(--success);box-shadow:0 0 0 3px rgba(22,134,90,.1)}.chat-history{flex:1 1;min-height:0;max-height:590px;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:9px}.chat-day-empty,.chat-loading{margin:auto;color:var(--muted);font-size:12px;text-align:center}.message-row{display:flex;justify-content:flex-start}.message-row.mine{justify-content:flex-end}.message-bubble{max-width:min(72%,620px);border-radius:16px 16px 16px 5px;padding:9px 11px 6px;background:#fff;border:1px solid var(--line);box-shadow:0 4px 12px rgba(34,29,66,.04)}.message-row.mine .message-bubble{border:none;border-radius:16px 16px 5px 16px;background:var(--primary);color:#fff}.message-text{white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.48}.message-meta{margin-top:5px;display:flex;justify-content:flex-end;align-items:center;gap:5px;color:var(--muted);font-size:9px}.message-row.mine .message-meta{color:rgba(255,255,255,.68)}.message-meta button{border:none;background:transparent;padding:2px;color:inherit;display:grid;place-items:center}.message-image,.message-video{width:min(360px,100%);max-height:380px;object-fit:cover;border-radius:11px;display:block}.message-audio-wrap{min-width:270px;display:flex;align-items:center;gap:8px}.message-audio-wrap audio{width:250px;max-width:100%}.message-file-link{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:800;text-decoration:underline}.message-media-error,.message-media-loading{min-width:160px;min-height:80px;border-radius:10px;display:grid;place-items:center;background:rgba(127,127,140,.12);font-size:11px}.message-media-error{padding:10px;text-align:center}.editing-message-bar{min-height:42px;padding:6px 12px 6px 18px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;background:#fff;color:var(--primary);font-size:11px;font-weight:800}.editing-message-bar>div{display:flex;gap:7px;align-items:center}.chat-composer{min-height:72px;padding:11px 13px;display:flex;gap:8px;align-items:flex-end;background:#fff}.chat-composer textarea{flex:1 1;min-height:44px;max-height:130px;border:1px solid var(--line);outline:none;resize:none;border-radius:15px;padding:11px 13px;background:var(--surface-2);color:var(--text)}.chat-composer textarea:focus{border-color:rgba(109,61,245,.55);box-shadow:0 0 0 3px rgba(109,61,245,.07)}.chat-send-button{width:44px;height:44px;flex:0 0 auto;border:none;border-radius:13px;display:grid;place-items:center;background:var(--primary);color:#fff}.chat-send-button:disabled{opacity:.45}.new-chat-modal{width:min(560px,100%)}.new-chat-results{display:grid;grid-gap:8px;gap:8px;max-height:420px;overflow:auto}.new-chat-person{width:100%;border:1px solid var(--line);background:#fff;border-radius:13px;padding:10px;display:flex;align-items:center;gap:10px;text-align:left}.new-chat-person:hover{background:var(--surface-2)}.new-chat-person>div:nth-child(2){flex:1 1;min-width:0;display:grid;grid-gap:2px;gap:2px}.new-chat-person strong{font-size:13px}.new-chat-person span{color:var(--muted);font-size:10px}@media (max-width:900px){.messages-shell{grid-template-columns:280px minmax(0,1fr)}.message-bubble{max-width:82%}}@media (max-width:700px){.messages-header{align-items:flex-start;flex-direction:column}.messages-shell{min-height:620px;grid-template-columns:1fr}.conversation-sidebar{max-height:270px;border-right:none;border-bottom:1px solid var(--line)}.chat-history{max-height:460px}.message-bubble{max-width:90%}.message-audio-wrap{min-width:0}}.notifications-page{display:grid;grid-gap:16px;gap:16px;max-width:920px}.notifications-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.notifications-header-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.realtime-pill{min-height:31px;padding:0 10px;border-radius:999px;display:flex;align-items:center;gap:6px;background:#f2f2f5;color:var(--muted);font-size:10px;font-weight:800}.realtime-pill i{width:7px;height:7px;border-radius:50%;background:#aaa}.realtime-pill.online{background:#edf9f2;color:#19704d}.realtime-pill.online i{background:#1f9a68;box-shadow:0 0 0 3px rgba(31,154,104,.12)}.notifications-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center}.notification-filter-tabs{display:flex;gap:4px;padding:4px;border-radius:11px;background:#f0eff5}.notification-filter-tabs button{border:none;background:transparent;padding:8px 12px;border-radius:8px;color:var(--muted);font-size:11px;font-weight:800}.notification-filter-tabs button.active{background:#fff;color:var(--primary);box-shadow:0 2px 8px rgba(33,27,65,.07)}.notifications-toolbar-right{display:flex;align-items:center;gap:10px}.notification-list-card{overflow:hidden}.notification-row{position:relative;display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line);background:#fff}.notification-row:last-child{border-bottom:none}.notification-row.unread{background:#faf8ff}.notification-icon{width:42px;height:42px;flex:0 0 auto;border-radius:13px;display:grid;place-items:center;color:var(--primary);background:var(--primary-soft)}.notification-copy{flex:1 1;min-width:0;display:grid;grid-gap:4px;gap:4px}.notification-copy>div{color:#555563;font-size:13px;line-height:1.4}.notification-copy strong{color:var(--text)}.notification-copy small{color:var(--muted);font-size:10px}.notification-row-actions{display:flex;gap:4px;align-items:center}.notification-delete{color:#a34c4c}.notification-unread-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:var(--primary)}.notification-preferences-modal{width:min(560px,100%)}.notification-preference-list{display:grid;grid-gap:8px;gap:8px}.notification-preference-row{padding:12px 13px;border:1px solid var(--line);border-radius:13px;display:flex;align-items:center;gap:12px}.notification-preference-row>div{flex:1 1;min-width:0;display:grid;grid-gap:3px;gap:3px}.notification-preference-row strong{font-size:13px}.notification-preference-row span{color:var(--muted);font-size:11px}.notification-preference-row input{width:18px;height:18px}@media (max-width:700px){.notifications-header{flex-direction:column}.notifications-header-actions{justify-content:flex-start}.notifications-toolbar{align-items:flex-start;flex-direction:column}.notifications-toolbar-right{width:100%;justify-content:space-between}.notification-row{align-items:flex-start}.notification-row-actions{flex-direction:column}}.admin-page{display:grid;grid-gap:16px;gap:16px}.admin-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.admin-role-badge{display:flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:11px;font-weight:900}.admin-tabs{display:flex;gap:6px;flex-wrap:wrap;border-radius:12px;background:#efeff4;width:max-content;max-width:100%}.admin-tabs button{border:none;background:transparent;padding:9px 13px;border-radius:9px;font-size:11px;font-weight:800;color:var(--muted)}.admin-tabs button.active{background:#fff;color:var(--primary);box-shadow:0 3px 10px rgba(30,25,55,.07)}.admin-overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:12px;gap:12px}.admin-metric-card{padding:16px}.admin-metric-card strong{display:block;font-size:28px;margin-top:8px}.admin-metric-card span{color:var(--muted);font-size:11px}.admin-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:14px}.admin-filters{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.admin-filters input,.admin-filters select,.admin-role-form input,.admin-role-form select{min-height:38px;border:1px solid var(--line);border-radius:10px;padding:0 10px;background:#fff;color:var(--text)}.admin-search{min-height:38px;border:1px solid var(--line);border-radius:10px;padding:0 10px;display:flex;align-items:center;gap:7px;background:#fff}.admin-search input{border:none;min-height:34px;outline:none;padding:0}.admin-table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse;min-width:720px}.admin-table td,.admin-table th{padding:11px 10px;border-bottom:1px solid var(--line);text-align:left;font-size:11px;vertical-align:middle}.admin-table th{color:var(--muted);font-weight:900;text-transform:uppercase;letter-spacing:.03em}.admin-status{display:inline-flex;padding:4px 7px;border-radius:999px;background:#f1f1f4;font-size:9px;font-weight:900}.admin-status-active,.admin-status-reviewed{background:#edf8f2;color:#19704d}.admin-status-open,.admin-status-pending_email{background:#fff7e5;color:#936519}.admin-status-actioned,.admin-status-suspended{background:#fff0e8;color:#a04a26}.admin-status-banned,.admin-status-deleted,.admin-status-dismissed{background:#fbecec;color:#9f3f3f}.admin-detail-modal{width:min(720px,100%);max-height:85vh;overflow:auto}.admin-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.admin-detail-grid>div{padding:11px;border:1px solid var(--line);border-radius:11px;display:grid;grid-gap:4px;gap:4px}.admin-detail-grid span{color:var(--muted);font-size:10px}.admin-detail-grid strong{font-size:12px;overflow-wrap:anywhere}.admin-target-box{margin-top:12px;padding:12px;border-radius:11px;background:#12121a;color:#eee;overflow:auto;max-height:270px}.admin-target-box pre{margin:0;white-space:pre-wrap;font-size:10px}.admin-actions-wrap{flex-wrap:wrap}.admin-role-form{display:grid;grid-template-columns:minmax(0,1fr) 180px auto;grid-gap:8px;gap:8px;margin-bottom:16px}.btn-danger{background:#aa3e3e;border-color:#aa3e3e}@media (max-width:760px){.admin-page-header,.admin-toolbar{flex-direction:column;align-items:stretch}.admin-filters{justify-content:flex-start}.admin-detail-grid,.admin-role-form{grid-template-columns:1fr}}.auth-inline-link{display:flex;justify-content:flex-end;margin-top:6px;font-size:11px;font-weight:800}.auth-back-link,.auth-inline-link a{color:var(--primary)}.auth-footer-stack{display:grid;grid-gap:8px;gap:8px}.auth-back-link{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800;margin-bottom:10px}.form-success{padding:11px 12px;border-radius:10px;background:#edf8f2;color:#19704d;font-size:12px;line-height:1.45}.password-requirements{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.password-requirements span{padding:4px 6px;border-radius:999px;background:#f2f2f5;color:#888894;font-size:9px;font-weight:800}.password-requirements span.ok{background:#edf8f2;color:#19704d}.security-page{max-width:760px;grid-gap:16px;gap:16px}.security-card{grid-gap:18px;gap:18px}.security-status{display:flex;gap:12px;align-items:center}.security-status>div:last-child{display:grid;grid-gap:3px;gap:3px}.security-status span{color:var(--muted);font-size:11px}.security-setup{border-top:1px solid var(--line);padding-top:16px}.security-secret-box{padding:11px 12px;border-radius:10px;background:#f7f6fb;display:grid;grid-gap:4px;gap:4px;overflow-wrap:anywhere}.security-secret-box span{font-size:9px;color:var(--muted);text-transform:uppercase;font-weight:900}.security-secret-box code,.security-secret-box strong{font-size:11px}.phone-country-field{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(220px,1.2fr);grid-gap:8px;gap:8px}.phone-country-select-wrap,.phone-number-wrap{min-height:44px;display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.phone-country-select-wrap:focus-within,.phone-number-wrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgba(109,61,245,.1)}.phone-country-flag{padding-left:11px;font-size:19px;line-height:1}.phone-country-select-wrap select{width:100%;min-width:0;border:0;outline:0;background:transparent;padding:0 10px 0 8px;min-height:42px;color:var(--text);font:inherit}.phone-number-wrap input{flex:1 1;min-width:0;border:0!important;outline:0;box-shadow:none!important;min-height:42px;padding-left:8px}.phone-ddi{flex:0 0 auto;padding-left:11px;color:var(--muted);font-size:12px;font-weight:800}.field-help{display:block;margin-top:6px;color:var(--muted);font-size:10px;line-height:1.4}@media (max-width:680px){.phone-country-field{grid-template-columns:1fr}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.ux-loading-card{padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;display:grid;grid-gap:11px;gap:11px;min-height:150px}.ux-loading-card.compact{min-height:110px;padding:16px}.ux-skeleton{position:relative;overflow:hidden;border-radius:999px;background:#efedf6}.ux-skeleton:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);animation:lupp-shimmer 1.25s infinite}.ux-skeleton-title{width:38%;height:20px;margin-bottom:5px}.ux-skeleton-line{height:12px}@keyframes lupp-shimmer{to{transform:translateX(100%)}}.ux-empty-state{min-height:180px;display:grid;place-items:center;align-content:center;text-align:center;grid-gap:8px;gap:8px;padding:28px}.ux-empty-state p{margin:0;max-width:420px;color:var(--muted);font-size:12px;line-height:1.5}.ux-empty-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary)}.nav-item{min-height:46px;transition:background .16s ease,color .16s ease,transform .16s ease}.nav-item:hover{transform:translateX(2px)}.btn:focus-visible,.icon-btn:focus-visible,.nav-item:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(109,61,245,.24);outline-offset:2px}.topbar{-webkit-backdrop-filter:saturate(1.15) blur(12px);backdrop-filter:saturate(1.15) blur(12px)}.sidebar{overscroll-behavior:contain}.sidebar-backdrop{cursor:pointer}@media(max-width:860px){.sidebar.open{box-shadow:18px 0 55px rgba(21,17,38,.2)}.nav-item{min-height:50px}.sidebar-profile{padding-bottom:max(12px,env(safe-area-inset-bottom))}}@media(max-width:560px){.app-main{min-width:0}.page-header h1{font-size:24px}.card,.section-card{border-radius:16px}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.lupp-dialog-backdrop{z-index:300}.lupp-dialog-card{width:min(480px,100%);gap:14px}.lupp-dialog-card .modal-head{align-items:flex-start}.lupp-dialog-card .modal-head>div{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-column-gap:10px;column-gap:10px}.lupp-dialog-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--primary-soft);color:var(--primary);grid-row:1/span 2}.lupp-dialog-icon.danger{background:#fff0f0;color:#c93636}.lupp-dialog-icon.success{background:#ecf9f0;color:#25814c}.lupp-dialog-message{margin:0;color:var(--muted);line-height:1.55;font-size:13px}.lupp-dialog-card textarea{width:100%;min-height:110px;border:1px solid var(--line);border-radius:12px;padding:11px 12px;outline:none;resize:vertical;font:inherit}.lupp-dialog-card textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(109,61,245,.1)}.lupp-dialog-actions{display:flex;justify-content:flex-end;gap:8px}.btn-danger{background:#c93636;color:#fff;border-color:#c93636}.btn-danger:hover{background:#ad2e2e;border-color:#ad2e2e}@media(max-width:560px){.lupp-dialog-backdrop{align-items:end;padding:10px}.lupp-dialog-card{width:100%;border-radius:20px 20px 14px 14px}.lupp-dialog-actions{display:grid;grid-template-columns:1fr 1fr}.lupp-dialog-actions .btn{width:100%}}:root{--surface:#ffffff;--surface-2:#f7f6fb;--surface-3:#f1eef8;--line:#e6e2ee;--line-strong:#d8d2e4;--text:#211c2e;--muted:#756d84;--primary:#6d3df5;--primary-hover:#5d31dd;--primary-soft:#f0ebff;--success:#25814c;--danger:#c93636;--warning:#b87313;--shadow-sm:0 3px 12px rgba(29,21,44,.05);--shadow-md:0 10px 30px rgba(29,21,44,.08);--shadow-lg:0 20px 60px rgba(29,21,44,.12)}html{background:#f8f7fb}body{background:radial-gradient(circle at top right,rgba(109,61,245,.05),transparent 34%),#f8f7fb}.app-layout,.app-main{background:transparent}.admin-metric-card,.card,.section-card,.security-card{border:1px solid var(--line);box-shadow:var(--shadow-sm)}.card:hover,.section-card:hover{border-color:var(--line-strong)}.admin-page-header,.messages-header,.notifications-header,.page-header{margin-bottom:20px}.admin-page-header h1,.messages-header h1,.notifications-header h1,.page-header h1{letter-spacing:-.025em;line-height:1.12}.admin-page-header p,.messages-header p,.notifications-header p,.page-header p{max-width:720px;color:var(--muted);line-height:1.55}.btn{min-height:40px;border-radius:11px;font-weight:700;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)}.btn-primary{box-shadow:0 7px 18px rgba(109,61,245,.18)}.btn-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:0 10px 22px rgba(109,61,245,.24)}.btn-secondary:hover:not(:disabled){background:var(--surface-3)}.btn:disabled,.icon-btn:disabled{opacity:.5;cursor:not-allowed}.icon-btn{border-radius:11px;transition:background .15s ease,transform .15s ease}.icon-btn:hover:not(:disabled){transform:translateY(-1px)}.form-error,.form-success{border-radius:12px;border:1px solid transparent}.form-error{border-color:rgba(201,54,54,.16)}.form-success{border-color:rgba(37,129,76,.16)}.sidebar{border-right:1px solid var(--line);background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sidebar-head{border-bottom:1px solid var(--line)}.nav-list{gap:5px}.nav-item{border:1px solid transparent;border-radius:12px}.nav-item:hover{background:var(--surface-2);border-color:var(--line)}.nav-item.active{background:var(--primary-soft);color:var(--primary);border-color:rgba(109,61,245,.12);box-shadow:inset 3px 0 0 var(--primary)}.nav-badge{box-shadow:0 2px 8px rgba(109,61,245,.18)}.sidebar-profile{border-top:1px solid var(--line);background:rgba(247,246,251,.8)}.topbar{border-bottom:1px solid rgba(230,226,238,.9);background:rgba(248,247,251,.88)}.global-search{border-color:var(--line);background:#fff;box-shadow:var(--shadow-sm)}.global-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgba(109,61,245,.08),var(--shadow-sm)}.composer-card{border-color:rgba(109,61,245,.12);box-shadow:0 8px 26px rgba(109,61,245,.07)}.feed-post{overflow:hidden}.post-head{padding-bottom:12px;border-bottom:1px solid rgba(230,226,238,.7)}.post-actions{border-top:1px solid var(--line)}.post-actions button:hover:not(:disabled){background:var(--surface-2)}.post-comments{background:linear-gradient(180deg,rgba(247,246,251,.75),rgba(255,255,255,1))}.profile-hero{box-shadow:var(--shadow-md)}.profile-cover{background:linear-gradient(135deg,rgba(109,61,245,.22),rgba(141,92,246,.12)),var(--surface-3)}.profile-avatar-large{box-shadow:0 0 0 4px #fff,0 8px 24px rgba(29,21,44,.18)}.profile-tabs{background:#fff;border:1px solid var(--line);border-radius:14px;padding:5px;box-shadow:var(--shadow-sm)}.profile-tabs button{border-radius:10px}.profile-tabs button.active{box-shadow:0 3px 12px rgba(109,61,245,.1)}.profile-stat{background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:10px 12px}.messages-shell{border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-md);background:#fff}.conversation-sidebar{background:#fbfafd;border-right:1px solid var(--line)}.messages-search{background:#fff;border-color:var(--line)}.conversation-item{border-radius:12px}.conversation-item:hover{background:var(--surface-2)}.conversation-item.active{background:var(--primary-soft)}.message-bubble{box-shadow:0 2px 8px rgba(29,21,44,.05)}.chat-composer{border-top:1px solid var(--line);background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.notification-item{border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.notification-item:hover{transform:translateY(-1px);box-shadow:var(--shadow-md);border-color:var(--line-strong)}.notification-item.unread{border-color:rgba(109,61,245,.18);background:linear-gradient(90deg,rgba(109,61,245,.055),#fff 28%)}.notifications-toolbar{background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px;box-shadow:var(--shadow-sm)}.security-card{box-shadow:var(--shadow-md)}.security-status{padding:14px;border-radius:14px;background:var(--surface-2)}.security-secret-box{border-color:rgba(109,61,245,.18);background:var(--primary-soft)}.admin-tabs{background:#fff;border:1px solid var(--line);border-radius:14px;padding:5px;box-shadow:var(--shadow-sm)}.admin-tabs button{border-radius:10px}.admin-tabs button.active{box-shadow:0 3px 12px rgba(109,61,245,.1)}.admin-overview-grid{gap:14px}.admin-metric-card{border-radius:16px;transition:transform .15s ease,box-shadow .15s ease}.admin-metric-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.admin-table-wrap{border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-sm);background:#fff}.admin-table tbody tr:hover,.admin-table th{background:#faf9fc}.admin-role-badge,.admin-status{border-radius:999px}.empty-state,.ux-empty-state{border:1px dashed var(--line-strong);background:linear-gradient(180deg,rgba(247,246,251,.72),rgba(255,255,255,.9))}.empty-state{color:var(--muted);line-height:1.55}.lupp-dialog-card{box-shadow:var(--shadow-lg)}.lupp-dialog-actions{padding-top:4px}.admin-filters input,.admin-filters select,.admin-role-form input,.admin-role-form select,.field input,.field select,.field textarea{transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.admin-filters input:hover,.admin-filters select:hover,.field input:hover,.field select:hover,.field textarea:hover{border-color:var(--line-strong)}.admin-filters input:focus,.admin-filters select:focus,.admin-role-form input:focus,.admin-role-form select:focus,.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(109,61,245,.09)}*{scrollbar-width:thin;scrollbar-color:#cfc8dc transparent}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:#cfc8dc;border-radius:999px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#bdb4ce;background-clip:padding-box}@media(max-width:860px){.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:90}.app-main{padding-bottom:max(16px,env(safe-area-inset-bottom))}}@media(max-width:700px){.admin-page-header,.messages-header,.notifications-header,.page-header{gap:10px}.messages-shell{border-radius:14px}.admin-tabs,.profile-tabs{overflow-x:auto;justify-content:flex-start}.admin-tabs button,.profile-tabs button{flex:0 0 auto}.admin-table-wrap{border-radius:14px}}@media(max-width:560px){.card,.section-card,.security-card{box-shadow:none}.admin-page-header h1,.messages-header h1,.notifications-header h1,.page-header h1{font-size:23px}.btn{min-height:44px}.icon-btn{min-width:42px;min-height:42px}.notification-item{border-radius:12px}.admin-metric-card{min-height:96px}}.post-stat-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:0;margin:0;color:inherit;font:inherit;cursor:pointer;text-align:left}.post-stat-link:hover:not(:disabled){text-decoration:underline}.post-stat-link:disabled{cursor:default}.comment-form-mention{position:relative}.comment-input-wrap{position:relative;flex:1 1;min-width:0}.comment-input-wrap>input{width:100%}.mention-menu{position:absolute;z-index:35;left:0;right:0;bottom:calc(100% + 8px);max-height:280px;overflow:auto;border:1px solid var(--border,#e5e7eb);border-radius:16px;background:var(--surface,#fff);box-shadow:0 18px 50px rgba(15,23,42,.18);padding:8px}.mention-menu-title{display:flex;align-items:center;gap:7px;padding:8px 10px;font-size:12px;font-weight:700;color:var(--muted,#6b7280)}.mention-loading{padding:12px;color:var(--muted,#6b7280);font-size:13px}.mention-result{width:100%;display:flex;align-items:center;gap:10px;border:0;border-radius:12px;padding:9px 10px;background:transparent;text-align:left;cursor:pointer}.mention-result:hover{background:rgba(124,58,237,.08)}.mention-result>div:last-child{display:flex;flex-direction:column;min-width:0}.mention-result strong{font-size:13px}.mention-result span{font-size:12px;color:var(--muted,#6b7280)}.comment-mention{color:#7c3aed;font-weight:700}.social-modal-backdrop{z-index:120}.share-modal,.social-list-modal{width:min(520px,calc(100vw - 28px));max-height:min(720px,calc(100vh - 36px));overflow:auto}.social-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.social-modal-head>div:first-child{display:flex;flex-direction:column;gap:3px}.social-modal-head strong{font-size:17px}.social-modal-head span{color:var(--muted,#6b7280);font-size:13px}.social-person-row{display:flex;align-items:center;gap:12px;padding:11px 4px;border-top:1px solid var(--border,#e5e7eb)}.social-person-row>div:last-child{display:flex;flex-direction:column;min-width:0}.social-person-row strong{font-size:14px}.social-person-row span{font-size:12px;color:var(--muted,#6b7280)}.social-modal-empty{padding:24px 8px;text-align:center;color:var(--muted,#6b7280)}.share-options{display:grid;grid-gap:10px;gap:10px}.share-options>button{width:100%;display:flex;align-items:center;gap:13px;border:1px solid var(--border,#e5e7eb);border-radius:16px;background:var(--surface,#fff);padding:13px;text-align:left;cursor:pointer;transition:.16s ease}.share-options>button:hover:not(:disabled){border-color:rgba(124,58,237,.45);background:rgba(124,58,237,.05);transform:translateY(-1px)}.share-options>button:disabled{opacity:.55;cursor:wait}.share-option-icon{width:42px;height:42px;flex:0 0 42px;border-radius:13px;display:grid;place-items:center;color:#7c3aed;background:rgba(124,58,237,.1)}.share-options>button>div:last-child{display:flex;flex-direction:column;gap:3px}.share-options strong{font-size:14px}.share-options span{line-height:1.4}.share-link-preview,.share-options span{font-size:12px;color:var(--muted,#6b7280)}.share-link-preview{display:flex;align-items:center;gap:8px;margin-top:14px;padding:10px 12px;border-radius:12px;background:rgba(15,23,42,.04)}.share-link-preview span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-registered,.share-success{display:flex;align-items:center;gap:8px;margin-top:10px;padding:10px 12px;border-radius:12px;font-size:13px}.share-success{background:rgba(16,185,129,.1);color:#047857}.share-registered{background:rgba(124,58,237,.08);color:#6d28d9}@media (max-width:640px){.mention-menu{position:fixed;left:12px;right:12px;bottom:88px}.share-options>button{padding:12px}}.story-thumb-shared-post{display:grid;place-items:center}.story-shared-post-wrap{width:100%;height:100%;display:grid;place-items:center;padding:28px 22px;background:radial-gradient(circle at 20% 10%,rgba(124,58,237,.32),transparent 38%),radial-gradient(circle at 80% 90%,rgba(236,72,153,.24),transparent 42%),#0b0910}.story-shared-post-card{width:min(430px,100%);max-height:100%;overflow:hidden;border-radius:22px;background:#fff;color:#17131f;box-shadow:0 28px 70px rgba(0,0,0,.38)}.story-shared-post-author{display:flex;align-items:center;gap:10px;padding:14px 16px}.story-shared-post-author>div:last-child{min-width:0;display:flex;flex-direction:column}.story-shared-post-author strong{font-size:14px}.story-shared-post-author span{color:#777080;font-size:12px}.story-shared-post-content{padding:4px 16px 14px;font-size:15px;line-height:1.45;white-space:pre-wrap}.story-shared-post-media{width:100%;max-height:360px;object-fit:cover;display:block;background:#09090b}.story-shared-post-footer{display:flex;align-items:center;justify-content:center;gap:7px;padding:12px 16px;border-top:1px solid #eeeaf3;color:#7c3aed;font-size:12px;font-weight:700}@media (max-width:640px){.story-shared-post-wrap{padding:20px 14px}.story-shared-post-card{border-radius:18px}}.feed-shared-post-card{margin:0 16px 14px;border:1px solid var(--border,#e6e1ec);border-radius:18px;overflow:hidden;background:var(--surface,#fff)}.feed-shared-post-head{display:flex;align-items:center;gap:10px;padding:13px 14px}.feed-shared-post-head>div:last-child{display:flex;flex-direction:column;min-width:0}.feed-shared-post-head strong{font-size:13px}.feed-shared-post-head span{color:var(--muted,#777080);font-size:12px}.feed-shared-post-content{padding:2px 14px 13px;white-space:pre-wrap;font-size:14px;line-height:1.45}.feed-shared-post-media{width:100%;max-height:520px;object-fit:cover;display:block;background:#09090b}.feed-shared-post-footer{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 13px;border-top:1px solid var(--border,#e6e1ec);color:#7c3aed;font-size:12px;font-weight:700}.story-ring{position:relative}.story-count-badge{position:absolute;right:-4px;bottom:-3px;min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;border:2px solid #fff;border-radius:999px;background:#7c3aed;color:#fff!important;font-size:10px!important;font-weight:800;line-height:1}.story-group-progress{display:flex;gap:4px;padding:8px 10px 0;background:#141117}.story-group-progress span{height:3px;flex:1 1;border-radius:99px;background:rgba(255,255,255,.25)}.story-group-progress span.active{background:#fff}.story-nav{position:absolute;z-index:15;top:50%;transform:translateY(-50%);width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:999px;background:rgba(0,0,0,.45);color:#fff;cursor:pointer}.story-nav-prev{left:10px}.story-nav-next{right:10px}.story-nav:hover{background:rgba(0,0,0,.65)}@media (max-width:640px){.feed-shared-post-card{margin-left:10px;margin-right:10px}.story-nav{width:34px;height:34px}}.story-share-overlay{position:absolute;inset:0;z-index:90;display:grid;place-items:center;padding:18px;background:rgba(8,6,12,.72);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.story-share-card{width:min(420px,100%);max-height:calc(100% - 24px);overflow:auto;border-radius:18px;padding:18px;background:#fff;color:#17131f;box-shadow:0 24px 70px rgba(0,0,0,.42)}.story-share-card .share-options{margin-top:4px}.story-share-card .share-link-preview{color:#777080}:root,html[data-theme=light]{--bg:#f8f7fb;--surface:#ffffff;--surface-2:#f7f6fb;--surface-3:#f1eef8;--line:#e6e2ee;--line-strong:#d8d2e4;--text:#211c2e;--muted:#756d84;--primary:#6d3df5;--primary-hover:#5d31dd;--primary-dark:#5630ce;--primary-soft:#f0ebff;--success:#25814c;--danger:#c93636;--warning:#b87313;--shadow-sm:0 3px 12px rgba(29,21,44,.05);--shadow-md:0 10px 30px rgba(29,21,44,.08);--shadow-lg:0 20px 60px rgba(29,21,44,.12);--sidebar-bg:rgba(255,255,255,.94);--topbar-bg:rgba(248,247,251,.88);--input-bg:#ffffff;--soft-overlay:rgba(247,246,251,.80)}html[data-theme=dark]{--bg:#0d0b12;--surface:#17141e;--surface-2:#201c29;--surface-3:#292332;--line:#332d3d;--line-strong:#443b50;--text:#f4effa;--muted:#a89eb4;--primary:#9b7cff;--primary-hover:#ab90ff;--primary-dark:#8264ed;--primary-soft:#2a2142;--success:#55c58a;--danger:#ff7474;--warning:#e9ad55;--shadow-sm:0 3px 14px rgba(0,0,0,.22);--shadow-md:0 12px 34px rgba(0,0,0,.30);--shadow-lg:0 24px 70px rgba(0,0,0,.38);--sidebar-bg:rgba(20,17,27,.96);--topbar-bg:rgba(13,11,18,.90);--input-bg:#1b1722;--soft-overlay:rgba(32,28,41,.84)}body,html{transition:background-color .18s ease,color .18s ease}html[data-theme=dark],html[data-theme=light]{background:var(--bg)}body{background:radial-gradient(circle at top right,color-mix(in srgb,var(--primary) 7%,transparent),transparent 34%),var(--bg);color:var(--text)}.theme-picker{display:grid;grid-gap:8px;gap:8px;margin-top:auto;padding:14px 8px;border-top:1px solid var(--line)}.theme-picker+.sidebar-profile{margin-top:0}.theme-picker-label{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.theme-picker-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:5px;gap:5px;padding:4px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}.theme-option{min-height:36px;display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:11px;font-weight:800}.theme-option:hover{color:var(--text);background:var(--surface-3)}.theme-option.active{background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm)}.theme-quick-toggle{color:var(--text)}.sidebar{background:var(--sidebar-bg)!important}.sidebar-profile{background:var(--soft-overlay)!important}.topbar{background:var(--topbar-bg)!important;border-bottom-color:var(--line)!important}.icon-btn,.nav-item{color:var(--muted)}.icon-btn:hover:not(:disabled){color:var(--text)}.global-search,.messages-search{background:var(--input-bg)!important;color:var(--text)}.composer-advanced label,.field label{color:var(--muted)}.comment-form input,.field input,.field select,.field textarea,.lupp-dialog-card textarea,.story-comment-form input,input,select,textarea{color:var(--text)}.field input,.field select,.field textarea{background:var(--input-bg)}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.78}.admin-metric-card,.card,.feed-shared-post-card,.lupp-dialog-card,.messages-shell,.modal-card,.notification-list-card,.profile-tabs,.section-card,.security-card,.story-share-card{background:var(--surface);color:var(--text);border-color:var(--line)}.post-comments,.story-comments{background:var(--surface);color:var(--text)}.comment-bubble,.composer-advanced,.composer-file,.notification-row,.profile-stat,.security-secret-box,.story-comment{background:var(--surface-2);color:var(--text)}.auth-panel{background:var(--surface);color:var(--text)}.page-loader{background:var(--bg)}.media-error,.media-loading,.post-media-grid{background:var(--surface-3)}.feed-shared-post-footer,.story-shared-post-footer{border-color:var(--line);color:var(--primary)}.chat-compose,.chat-head,.messages-search{background:var(--surface)!important}.conversation-item:hover{background:var(--surface-3)}.profile-tabs{background:var(--surface)!important}.profile-avatar-large{box-shadow:0 0 0 4px var(--surface),0 8px 24px rgba(0,0,0,.28)}.admin-card,.admin-table,.admin-table-wrap,.notification-row,html[data-theme=dark] table,html[data-theme=dark] td,html[data-theme=dark] th{border-color:var(--line)}html[data-theme=dark] th{background:var(--surface-2)}html[data-theme=dark] .form-error,html[data-theme=dark] .post-error{background:rgba(201,54,54,.12);color:#ff9c9c;border-color:rgba(255,116,116,.24)}html[data-theme=dark] .form-success,html[data-theme=dark] .share-success{background:rgba(37,129,76,.15);color:#7fe0a9;border-color:rgba(85,197,138,.24)}html[data-theme=dark] .ux-loading-card{background:var(--surface);border-color:var(--line)}html[data-theme=dark] .ux-skeleton{background:var(--surface-3)}html[data-theme=dark] .ux-skeleton:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent)}html[data-theme=dark] .story-share-card,html[data-theme=dark] .story-shared-post-card{background:var(--surface);color:var(--text)}html[data-theme=dark] .story-share-card .share-link-preview,html[data-theme=dark] .story-shared-post-author span{color:var(--muted)}html[data-theme=dark] .story-count-badge{border-color:var(--surface)}html[data-theme=dark] *{scrollbar-color:#51465f transparent}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#51465f}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#665875}@media(max-width:860px){.theme-picker{padding-bottom:12px}}@media(max-width:560px){.theme-picker-options{min-height:44px}.theme-option{min-height:38px}}.guardian-register-box,.guardian-register-note,.guardian-term-box,.legal-accept-card{display:flex;gap:12px;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2);color:var(--text)}.guardian-register-box>div,.guardian-register-note>div,.legal-accept-card>div{flex:1 1;display:grid;grid-gap:6px;gap:6px}.guardian-register-box p,.guardian-register-note span,.legal-accept-card span{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.guardian-register-box .field{margin-top:8px}.legal-accept-card{align-items:flex-start;cursor:pointer}.legal-accept-card>input{width:18px;height:18px;margin-top:3px;accent-color:var(--primary)}.legal-link-button{width:max-content;padding:0;border:0;background:transparent;color:var(--primary);font-weight:800;cursor:pointer}.legal-term-modal{width:min(650px,calc(100vw - 32px));max-height:85vh;overflow:auto}.legal-term-content{padding:14px 0 20px;white-space:pre-wrap;color:var(--text);line-height:1.7}.registration-success{text-align:center}.registration-success .guardian-register-note{text-align:left;margin:12px 0}.guardian-page,.guardian-request-list{display:grid;grid-gap:14px;gap:14px}.guardian-title{display:flex;align-items:center;gap:8px}.guardian-term-box{display:grid;margin-top:14px}.guardian-term-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.guardian-request-person,.guardian-term-heading>div{display:grid;grid-gap:4px;gap:4px}.guardian-term-box p{margin:4px 0 0;line-height:1.65}.guardian-request-card{display:grid;grid-template-columns:1fr auto;grid-gap:14px;gap:14px;align-items:center}.guardian-request-person span{color:var(--muted);font-size:13px}.guardian-status{width:max-content;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:900}.guardian-status.pending{background:rgba(184,115,19,.13);color:var(--warning)}.guardian-status.approved{background:rgba(37,129,76,.13);color:var(--success)}.guardian-status.rejected{background:rgba(201,54,54,.13);color:var(--danger)}.guardian-actions{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap}@media(max-width:640px){.guardian-request-card{grid-template-columns:1fr}.guardian-actions{grid-column:1}}.guardian-info-box{align-items:flex-start;padding:13px}.guardian-info-box span{line-height:1.5}.guardian-minor-summary{align-items:flex-start}.guardian-term-meta{align-items:center;padding:12px 14px}.guardian-term-meta span{color:var(--muted);font-size:12px;font-weight:700}.guardian-explicit-consent{align-items:flex-start}.guardian-explicit-consent input{flex:0 0 auto}.guardian-audit-note{margin:12px 0 0}@media(max-width:640px){.guardian-modal-actions{display:grid;grid-template-columns:1fr}.guardian-modal-actions .btn{width:100%}.guardian-term-meta{align-items:flex-start;flex-direction:column}}[data-theme=dark] .notification-list-card,[data-theme=dark] .notification-row,[data-theme=dark] .notifications-toolbar{background:var(--surface)!important;color:var(--text)!important;border-color:var(--line)!important}[data-theme=dark] .notification-row.unread{background:var(--surface-2)!important}[data-theme=dark] .notification-copy,[data-theme=dark] .notification-copy strong,[data-theme=dark] .notification-copy>div,[data-theme=dark] .notification-copy>div>span{color:var(--text)!important}[data-theme=dark] .notification-copy small,[data-theme=dark] .notifications-toolbar .muted{color:var(--muted)!important}[data-theme=dark] .notification-filter-tabs{background:var(--surface-3)!important}[data-theme=dark] .notification-filter-tabs button{color:var(--muted)!important}[data-theme=dark] .notification-filter-tabs button.active{background:var(--surface)!important;color:var(--primary)!important}[data-theme=dark] .notification-icon{background:var(--primary-soft)!important;color:var(--primary)!important}[data-theme=dark] .guardian-approval-modal,[data-theme=dark] .guardian-term-document{background:var(--surface)!important}[data-theme=dark] .guardian-explicit-consent,[data-theme=dark] .guardian-info-box,[data-theme=dark] .guardian-minor-summary,[data-theme=dark] .guardian-term-meta{background:var(--surface-2)!important}.guardian-info-box{display:flex;gap:10px;margin-top:14px;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.guardian-info-box>div{display:grid;grid-gap:4px;gap:4px}.guardian-info-box span{color:var(--muted);font-size:13px}.guardian-approval-modal{width:min(720px,calc(100vw - 30px));max-height:90vh;overflow:auto}.guardian-minor-summary{display:flex;gap:12px;margin:14px 0;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.guardian-minor-summary>div{display:grid;grid-gap:3px;gap:3px}.guardian-minor-summary span{color:var(--muted);font-size:13px}.guardian-term-document{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--surface)}.guardian-term-meta{display:flex;justify-content:space-between;gap:12px;padding:13px 14px;border-bottom:1px solid var(--line);background:var(--surface-2)}.guardian-term-scroll{max-height:280px;overflow:auto;padding:16px;white-space:pre-wrap;line-height:1.7;color:var(--text)}.guardian-explicit-consent{display:flex;gap:11px;margin-top:14px;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2);cursor:pointer}.guardian-explicit-consent input{width:19px;height:19px;margin-top:2px;accent-color:var(--primary)}.guardian-explicit-consent>span{display:grid;grid-gap:5px;gap:5px}.guardian-explicit-consent small{color:var(--muted);line-height:1.5}.guardian-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.guardian-audit-note{color:var(--muted);font-size:11px;line-height:1.5}[data-theme=dark] .guardian-approval-modal,[data-theme=dark] .guardian-explicit-consent,[data-theme=dark] .guardian-info-box,[data-theme=dark] .guardian-minor-summary,[data-theme=dark] .guardian-term-document{background:var(--surface)!important;color:var(--text)!important;border-color:var(--line)!important}[data-theme=dark] .guardian-term-meta{background:var(--surface-2)!important;color:var(--text)!important}@media(max-width:640px){.guardian-modal-actions{display:grid;grid-template-columns:1fr}.guardian-modal-actions .btn{width:100%}}.guardian-request-card-inline{overflow:hidden}.guardian-inline-approval{grid-column:1/-1;display:grid;grid-gap:14px;gap:14px;margin-top:4px;padding-top:16px;border-top:1px solid var(--line)}.guardian-inline-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.guardian-inline-heading h3{margin:4px 0 0}.guardian-term-version{flex:0 0 auto;padding:5px 9px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:11px;font-weight:800;background:var(--surface-2)}.guardian-inline-confirm{display:flex;justify-content:flex-end}.guardian-inline-confirm .btn:disabled{opacity:.48;cursor:not-allowed}[data-theme=dark] .guardian-explicit-consent,[data-theme=dark] .guardian-inline-approval,[data-theme=dark] .guardian-minor-summary,[data-theme=dark] .guardian-term-document{color:var(--text)!important;border-color:var(--line)!important}[data-theme=dark] .guardian-term-document{background:var(--surface-2)!important}@media(max-width:640px){.guardian-inline-confirm,.guardian-inline-heading{display:grid}.guardian-inline-confirm .btn{width:100%}}.guardian-notification-cta{white-space:nowrap}.notification-row:has(.guardian-notification-cta)
.notification-row-actions{display:flex;align-items:center;gap:8px}[data-theme=dark] .guardian-notification-cta{color:#fff!important}@media(max-width:760px){.notification-row:has(.guardian-notification-cta){grid-template-columns:auto 1fr}.notification-row:has(.guardian-notification-cta) .notification-row-actions{grid-column:1/-1;width:100%}.guardian-notification-cta{flex:1 1}}.story-reaction-panel{display:grid;grid-gap:8px;gap:8px;padding:10px 12px;border-top:1px solid var(--line)}.story-reaction-panel>span{font-size:12px;font-weight:700;color:var(--muted)}.story-reaction-picker{display:flex;align-items:center;justify-content:center;gap:7px}.story-reaction{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface-2);font-size:22px;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}.story-reaction:hover{transform:scale(1.13)}.story-reaction.active{border-color:var(--primary);background:var(--primary-soft);transform:scale(1.08)}.story-reaction:disabled{opacity:.55;cursor:wait}.story-reaction-success{text-align:center;color:var(--success);font-weight:700}.message-story-reference{grid-gap:7px;gap:7px}.message-story-reference-head{gap:7px}.message-story-reaction{font-size:21px}.message-story-media{max-height:280px}.message-story-reference small{color:var(--muted)}@media(max-width:520px){.story-reaction-picker{gap:4px}.story-reaction{width:38px;height:38px;font-size:20px}.message-story-reference{min-width:0;max-width:100%}}.messages-shell{background:var(--surface)!important}.conversation-sidebar,.messages-shell{color:var(--text)!important;border-color:var(--line)!important}.conversation-sidebar{background:var(--surface-2)!important}.chat-history,.chat-panel{background:var(--bg)!important;color:var(--text)!important}.chat-composer,.chat-head{background:var(--surface)!important;color:var(--text)!important;border-color:var(--line)!important}.chat-composer input,.chat-composer textarea{background:var(--input-bg)!important;color:var(--text)!important;border-color:var(--line)!important}.message-row:not(.mine) .message-bubble{background:var(--surface)!important;color:var(--text)!important;border:1px solid var(--line)!important}.message-row.mine .message-bubble{background:var(--primary)!important;color:#fff!important}.message-row:not(.mine) .message-meta{color:var(--muted)!important}.message-story-reference{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-width:220px;max-width:330px;display:grid;grid-gap:8px;gap:8px;overflow:hidden;padding:8px;text-align:left;color:var(--text);background:var(--surface-2);border:1px solid var(--line);border-radius:14px;cursor:pointer}.message-story-reference:hover{background:var(--surface-3);border-color:var(--line-strong)}.message-story-reference-head{display:flex;gap:8px}.message-story-reference-head>div{display:grid;grid-gap:1px;gap:1px}.message-story-reference-head strong{color:var(--text)}.message-story-author,.message-story-reference-head small{color:var(--muted)!important}.message-story-reaction{font-size:22px}.message-story-media{display:block;width:100%;max-height:300px;object-fit:cover;border-radius:10px;background:#000}.message-story-caption{color:var(--text);font-size:13px;line-height:1.4}.message-story-viewer-overlay{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:22px;background:rgba(5,3,12,.84);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.message-story-viewer{width:min(430px,100%);max-height:calc(100vh - 44px);overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#121018;color:#fff;box-shadow:0 24px 90px rgba(0,0,0,.42)}.message-story-viewer-head{min-height:68px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#fff;background:#121018}.message-story-viewer-head .icon-btn{color:rgba(255,255,255,.82)}.message-story-viewer-author{min-width:0;display:flex;align-items:center;gap:10px}.message-story-viewer-author>div:last-child{min-width:0;display:grid;grid-gap:2px;gap:2px}.message-story-viewer-author strong{color:#fff}.message-story-viewer-author span{color:rgba(255,255,255,.62);font-size:11px}.message-story-viewer-stage{position:relative;min-height:300px;max-height:70vh;display:grid;place-items:center;overflow:hidden;background:#000}.message-story-viewer-media{display:block;width:100%;max-height:70vh;object-fit:contain;background:#000}.message-story-viewer-text{width:100%;min-height:360px;padding:30px;display:grid;place-items:center;text-align:center;font-size:20px;line-height:1.45}.message-story-viewer-caption{position:absolute;left:14px;right:14px;bottom:14px;padding:10px 12px;border-radius:12px;color:#fff;background:rgba(0,0,0,.58)}.message-story-viewer-footer{min-height:58px;padding:11px 14px;display:flex;align-items:center;gap:8px;border-top:1px solid rgba(255,255,255,.1);background:#121018;color:#fff}.message-story-viewer-footer span{font-size:22px}@media(max-width:700px){.message-story-reference{min-width:0;max-width:100%}.message-story-viewer-overlay{padding:10px}.message-story-viewer{border-radius:16px}}.security-page{display:grid;grid-gap:18px;gap:18px;width:min(1080px,100%);margin:0 auto;padding:22px;color:var(--text)}.security-page-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px;border:1px solid var(--line);border-radius:20px;background:var(--surface)}.security-page-head h1{margin:4px 0 6px}.security-page-head p{margin:0;color:var(--muted)}.security-kicker{font-size:12px;font-weight:800;color:var(--primary);text-transform:uppercase;letter-spacing:.08em}.security-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.security-card{display:grid;align-content:start;grid-gap:16px;gap:16px;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--surface);color:var(--text)}.security-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.security-card-head>div{display:flex;align-items:flex-start;gap:11px}.security-card-head h2{margin:0 0 4px;font-size:17px}.security-card-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.security-device-icon,.security-icon{flex:0 0 auto;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--primary-soft);color:var(--primary)}.security-status{padding:5px 9px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:11px;font-weight:800}.security-status.enabled{color:var(--success);border-color:color-mix(in srgb,var(--success) 40%,var(--line));background:color-mix(in srgb,var(--success) 10%,transparent)}.security-session-count{min-width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:var(--surface-2);font-weight:800}.security-info-box{display:flex;gap:10px;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}.security-info-box span,.security-info-box strong{display:block}.security-info-box span{margin-top:3px;color:var(--muted);font-size:12px}.security-info-box.success{align-items:center}.security-secret-row{display:flex;align-items:center;gap:8px}.security-secret-row code{flex:1 1;overflow-wrap:anywhere;padding:10px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);color:var(--text)}.security-2fa-setup,.security-details-body,.security-disable-2fa{display:grid;grid-gap:13px;gap:13px}.security-actions,.security-recovery-actions,.security-session-toolbar{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.security-session-toolbar{justify-content:space-between}.security-session-list{display:grid;grid-gap:8px;gap:8px}.security-session{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;padding:11px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2)}.security-session-main{min-width:0;display:grid;grid-gap:2px;gap:2px}.security-session-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.security-session-main span{color:var(--muted);font-size:11px}.security-session-remove{color:var(--danger)}.security-empty{padding:18px;border:1px dashed var(--line);border-radius:12px;text-align:center;color:var(--muted)}.security-disable-2fa details{border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}.security-disable-2fa summary{padding:11px 12px;cursor:pointer;font-weight:700}.security-details-body{padding:0 12px 12px}.security-recovery-card{grid-column:1/-1}html[data-theme=dark] .security-card,html[data-theme=dark] .security-page-head{background:var(--surface);color:var(--text)}html[data-theme=dark] .security-disable-2fa details,html[data-theme=dark] .security-info-box,html[data-theme=dark] .security-secret-row code,html[data-theme=dark] .security-session{background:var(--surface-2)}@media(max-width:820px){.security-grid{grid-template-columns:1fr}.security-recovery-card{grid-column:auto}}@media(max-width:560px){.security-page{padding:12px}.security-page-head{padding:16px}.security-card{padding:14px}.security-card-head{flex-direction:column}.security-session{grid-template-columns:auto 1fr}.security-session-remove{grid-column:1/-1;justify-self:end}}.security-qr-card{display:grid;justify-items:center;grid-gap:10px;gap:10px;padding:16px;border:1px solid var(--line);border-radius:16px;background:var(--surface-2);text-align:center}.security-qr-frame{display:grid;place-items:center;padding:12px;border-radius:14px;background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.14)}.security-qr-frame svg{display:block;width:min(210px,65vw);height:auto}.security-qr-card strong{color:var(--text)}.security-qr-card>span{max-width:360px;color:var(--muted);font-size:12px;line-height:1.45}.security-manual-2fa{border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}.security-manual-2fa summary{padding:11px 12px;cursor:pointer;color:var(--muted);font-size:12px;font-weight:700}.security-manual-2fa[open] summary{color:var(--text)}html[data-theme=dark] .security-manual-2fa,html[data-theme=dark] .security-qr-card{background:var(--surface-2)}@media(max-width:560px){.security-qr-card{padding:12px}.security-qr-frame{padding:9px}}.security-recovery-codes{display:grid;grid-gap:11px;gap:11px;padding:12px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2)}.security-recovery-codes-head{display:flex;justify-content:space-between;gap:12px}.security-recovery-codes-head>div{display:grid;grid-gap:3px;gap:3px}.security-recovery-codes-head span{color:var(--muted);font-size:12px}.security-recovery-codes-once{display:grid;grid-gap:11px;gap:11px}.security-code-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:7px;gap:7px}.security-code-grid code{padding:9px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--text);text-align:center;font-weight:800;letter-spacing:.07em}@media(max-width:560px){.security-code-grid{grid-template-columns:1fr}}.security-activity-card{grid-column:1/-1}.security-activity-list{display:grid;grid-gap:10px;gap:10px}.security-activity-item{display:grid;grid-template-columns:12px 1fr;grid-gap:12px;gap:12px;align-items:flex-start;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.security-activity-dot{width:10px;height:10px;margin-top:5px;border-radius:999px;background:currentColor}.security-activity-item.success{color:#19704d}.security-activity-item.warning{color:#a56700}.security-activity-item.important{color:#6d44e5}.security-activity-item.neutral{color:var(--muted)}.security-activity-main{min-width:0;display:grid;grid-gap:5px;gap:5px;color:var(--text)}.security-activity-main>strong{font-size:14px}.security-activity-main>span{color:var(--muted);font-size:13px;line-height:1.45}.security-activity-meta{display:flex;flex-wrap:wrap;gap:6px 14px;margin-top:2px}.security-activity-meta span{color:var(--muted);font-size:12px}@media(max-width:560px){.security-activity-meta{display:grid;grid-gap:4px;gap:4px}}.security-session.current{border-color:color-mix(in srgb,var(--primary) 45%,var(--line));background:color-mix(in srgb,var(--primary-soft) 55%,var(--surface-2))}.security-current-badge{display:inline-flex!important;align-items:center;margin-left:7px;padding:3px 7px;border-radius:999px;background:var(--primary);color:#fff!important;font-size:10px!important;font-weight:800;line-height:1.2;vertical-align:middle}html[data-theme=dark] .security-session.current{background:color-mix(in srgb,var(--primary-soft) 35%,var(--surface-2))}.security-session-title{min-width:0;display:flex;align-items:center;gap:7px;flex-wrap:wrap}.security-session-title strong{min-width:0;overflow:visible;text-overflow:clip;white-space:normal}.security-last-activity{color:var(--text)!important;font-weight:700}@media(max-width:560px){.security-session-title{align-items:flex-start;flex-direction:column;gap:4px}.security-current-badge{margin-left:0}}.home-social-card{display:grid;grid-gap:14px;gap:14px}.home-social-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.home-social-stats>div{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:2px 8px;gap:2px 8px;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.home-social-stats svg{grid-row:1/span 2;color:var(--primary)}.home-social-stats strong{font-size:20px;line-height:1}.home-social-stats span{color:var(--muted);font-size:12px}.home-people-search{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:14px;padding:8px 10px;background:var(--surface-2)}.home-people-search input{min-width:0;border:0;outline:0;background:transparent;color:var(--text)}.home-people-results{display:grid;grid-gap:8px;gap:8px}.home-person-row,.profile-discover-person{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.home-person-copy{min-width:0;display:flex;flex-direction:column}.home-person-copy small,.home-person-copy span{color:var(--muted);font-size:12px}.profile-social-stats{display:flex;flex-wrap:wrap;gap:16px;margin:9px 0 4px}.profile-social-stats span{display:flex;gap:5px;align-items:baseline;color:var(--muted);font-size:12px}.profile-social-stats strong{color:var(--text);font-size:15px}.profile-discover-person>.social-person-card{flex:1 1;min-width:0}@media(max-width:640px){.home-social-stats{grid-template-columns:1fr}.home-people-search{grid-template-columns:auto 1fr}.home-people-search button{grid-column:1/-1}.profile-discover-person{align-items:stretch;flex-direction:column}}.story-advanced-fields{display:grid;grid-gap:12px;gap:12px}.story-advanced-fields .field>span,.story-field-label{display:flex;align-items:center;gap:6px}.story-advanced-fields input,.story-mention-search input{width:100%;min-width:0;border:1px solid var(--line);border-radius:12px;padding:10px 11px;background:var(--surface);color:var(--text);outline:none}.story-mention-field{display:grid;grid-gap:8px;gap:8px}.story-mention-search{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px}.story-mention-results{display:grid;grid-gap:5px;gap:5px;max-height:180px;overflow:auto;padding:6px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}.story-mention-results>button{border:0;border-radius:9px;padding:8px 9px;display:flex;justify-content:space-between;gap:10px;text-align:left;background:transparent;color:var(--text)}.story-mention-results>button:hover{background:var(--primary-soft)}.story-mention-results span{color:var(--muted);font-size:12px}.story-mention-chips{display:flex;flex-wrap:wrap;gap:6px}.story-mention-chips>span{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:12px;font-weight:750}.story-mention-chips button{display:grid;place-items:center;border:0;padding:0;background:transparent;color:inherit}.story-advanced-meta{position:absolute;left:12px;right:12px;bottom:12px;z-index:4;display:flex;flex-wrap:wrap;gap:6px;pointer-events:none}.story-caption+.story-advanced-meta{bottom:58px}.story-external-link,.story-mentions-view,.story-meta-pill{max-width:100%;display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:999px;color:#fff;background:rgba(0,0,0,.62);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-size:11px;line-height:1.2}.story-mentions-view span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-external-link{pointer-events:auto;text-decoration:none;font-weight:800;background:var(--primary)}.story-external-link:hover{filter:brightness(1.08)}@media(max-width:560px){.story-mention-search{grid-template-columns:1fr}.story-advanced-meta{left:8px;right:8px;bottom:8px}.story-caption+.story-advanced-meta{bottom:62px}}.social-person-name-link,.social-profile-link{color:inherit;text-decoration:none}.social-person-name-link{display:grid;grid-gap:1px;gap:1px;min-width:0}.social-person-name-link:hover strong{text-decoration:underline}.public-profile-page{width:min(920px,100%);margin:0 auto;display:grid;grid-gap:14px;gap:14px}.public-profile-top{display:flex;align-items:center;gap:10px;font-weight:800}.public-profile-card{overflow:hidden;padding:0}.public-profile-cover{min-height:180px;background:var(--primary-soft)}.public-profile-cover-image{display:block;width:100%;height:220px;object-fit:cover}.public-profile-main{padding:0 24px 24px;display:grid;grid-template-columns:auto 1fr;grid-gap:20px;gap:20px}.public-profile-avatar{width:122px;height:122px;margin-top:-52px;border:5px solid var(--surface);border-radius:50%;overflow:hidden;background:var(--surface)}.public-profile-avatar-fallback,.public-profile-avatar-image{width:100%;height:100%;object-fit:cover}.public-profile-avatar-fallback{display:grid;place-items:center;font-size:34px;font-weight:900}.public-profile-identity{min-width:0;padding-top:18px;display:grid;grid-gap:9px;gap:9px}.public-profile-identity h1{margin:0;font-size:25px}.public-profile-identity>span{color:var(--muted)}.public-profile-identity p{margin:4px 0;line-height:1.5}.public-profile-stats{display:flex;flex-wrap:wrap;gap:12px;margin-top:5px}.public-profile-stats>div{min-width:112px;display:grid;grid-template-columns:auto 1fr;grid-gap:2px 7px;gap:2px 7px;align-items:center;padding:9px 11px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}.public-profile-stats svg{grid-row:1/span 2;color:var(--primary)}.public-profile-stats span{color:var(--muted);font-size:11px}.public-profile-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:5px}.public-profile-follows-you{width:max-content;padding:4px 8px;border-radius:999px;background:var(--primary-soft);color:var(--primary)!important;font-size:11px;font-weight:800}@media(max-width:640px){.public-profile-cover{min-height:130px}.public-profile-cover-image{height:160px}.public-profile-main{grid-template-columns:1fr;padding:0 16px 18px;gap:2px}.public-profile-avatar{width:94px;height:94px;margin-top:-42px}.public-profile-identity{padding-top:8px}.public-profile-stats{display:grid;grid-template-columns:1fr}.public-profile-actions .btn{flex:1 1}}.global-search-functional{position:relative}.global-search-status{margin-left:auto;color:var(--muted);font-size:11px;white-space:nowrap}.global-search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:80;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 16px 40px rgba(0,0,0,.14)}.global-search-person{width:100%;border:0;border-bottom:1px solid var(--line);padding:10px 12px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;text-align:left;background:transparent;color:var(--text)}.global-search-person:last-child{border-bottom:0}.global-search-person:hover{background:var(--surface-2)}.global-search-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--primary-soft);color:var(--primary);font-weight:900}.global-search-person-copy{min-width:0;display:grid;grid-gap:1px;gap:1px}.global-search-person-copy small,.global-search-person-copy span,.global-search-person-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-search-person-copy small,.global-search-person-copy span{color:var(--muted);font-size:11px}.global-search-following{color:var(--primary);font-weight:800;white-space:nowrap}.global-search-empty{padding:14px;color:var(--muted);text-align:center;font-size:13px}@media(max-width:720px){.global-search-results{position:fixed;top:62px;left:12px;right:12px}}.follow-request-actions{display:flex;gap:6px;flex-wrap:wrap}.public-profile-content{display:grid;grid-gap:18px;gap:18px;margin-top:18px}.public-profile-posts{display:grid;grid-gap:12px;gap:12px}.public-profile-feed{display:grid;grid-gap:14px;gap:14px}.public-profile-private-content{margin-top:18px;display:flex;align-items:center;gap:14px;padding:20px}.public-profile-private-content strong{display:block;margin-bottom:4px}.public-profile-private-content p{margin:0;color:var(--muted);line-height:1.5}.public-profile-private-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:var(--surface-2);font-size:20px}.feed-author-avatar-link,.feed-author-name-link{color:inherit;text-decoration:none}.feed-author-avatar-link{flex:0 0 auto}.feed-author-name-link:hover strong{text-decoration:underline}.request-kind-follow{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin-top:4px;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:700;color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,transparent)}.composer-mention-field{position:relative;margin-top:10px}.composer-mention-search{display:flex;align-items:center;gap:8px}.composer-mention-search input{width:100%}.composer-mention-results{display:flex;flex-direction:column;gap:4px;margin-top:6px;padding:6px;border:1px solid var(--border);border-radius:12px}.composer-mention-results button{display:flex;align-items:center;gap:9px;width:100%;padding:8px;border:0;border-radius:9px;background:transparent;text-align:left;cursor:pointer}.composer-mention-results button:hover{background:var(--surface-soft)}.composer-mention-results button div:last-child{display:flex;flex-direction:column}.composer-mention-results span{font-size:12px;opacity:.7}.composer-mention-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.composer-mention-chips>span{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:var(--surface-soft);font-size:13px}.composer-mention-chips button{display:inline-flex;border:0;background:transparent;cursor:pointer}.composer-files{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.composer-files span{padding:5px 8px;border-radius:8px;background:var(--surface-soft);font-size:12px}.post-mention-link{color:var(--accent);font-weight:700;text-decoration:none}.post-mention-link:hover{text-decoration:underline}.profile-content-panel{display:flex;flex-direction:column;gap:14px}.profile-content-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.profile-content-tabs button{position:relative;display:flex;align-items:center;justify-content:center;gap:7px;min-height:48px;padding:10px;border:0;border-right:1px solid var(--border);background:transparent;cursor:pointer}.profile-content-tabs button:last-child{border-right:0}.profile-content-tabs button.active{font-weight:800;background:var(--surface-soft)}.profile-content-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;font-size:11px;font-weight:800;background:var(--accent);color:white}.profile-content-feed,.profile-tagged-pending{display:flex;flex-direction:column;gap:12px}.profile-tagged-pending{border:1px solid var(--border);border-radius:14px}.profile-tagged-pending-item{display:flex;flex-direction:column;gap:8px}.profile-tagged-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.story-shared-story-wrap{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:20px}.story-shared-story-card{width:min(100%,420px);overflow:hidden;border-radius:18px;background:rgba(0,0,0,.25)}.story-shared-story-author,.story-shared-story-label{padding:10px 12px;font-size:13px;font-weight:800}.story-shared-story-media{width:100%;max-height:62vh;object-fit:contain}.story-shared-story-text{padding:36px 18px;text-align:center;font-size:18px}@media(max-width:700px){.profile-content-tabs{grid-template-columns:1fr}.profile-content-tabs button{border-right:0;border-bottom:1px solid var(--border)}.profile-content-tabs button:last-child{border-bottom:0}}.message-story-repost-inline{width:100%;margin-top:8px;justify-content:center}.message-story-reference{width:min(100%,360px)}.message-story-reference-head{align-items:center}.message-story-reference .message-story-reaction{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;border-radius:999px;font-weight:900}.message-story-repost{margin-left:auto}@media(max-width:700px){.message-story-reference{width:100%}}.composer-only-me{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 10px;border:1px solid var(--border);border-radius:9px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.composer-only-me input{margin:0}.composer-visibility-hint{font-size:12px;opacity:.68;white-space:nowrap}@media(max-width:700px){.composer-visibility-hint{width:100%}}.story-only-me{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 10px;border:1px solid var(--border);border-radius:9px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.story-only-me input{margin:0}.story-visibility-hint{font-size:12px;opacity:.68;white-space:nowrap}@media(max-width:700px){.story-visibility-hint{width:100%}}@media(min-width:861px){.app-layout{grid-template-columns:238px minmax(0,1fr)}.sidebar{width:238px;padding:26px 14px 18px}.sidebar-head{padding:0 8px 20px}.nav-list{gap:4px}.nav-item{min-height:50px;padding:0 12px;border-radius:10px;font-size:14px}.nav-item svg{width:22px;height:22px;flex:0 0 auto}.nav-item:hover{transform:none}.sidebar-profile{margin:14px 4px 0}.theme-picker{margin-left:4px;margin-right:4px}}.lupp-home-social{width:100%;max-width:760px;margin:0 auto}.lupp-home-feed{display:flex;flex-direction:column;gap:18px}.lupp-home-composer,.lupp-home-feed,.lupp-home-posts,.lupp-home-stories{width:100%;min-width:0}.lupp-home-posts{display:flex;flex-direction:column;gap:22px}.lupp-home-feed-divider{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.035em;text-transform:uppercase}.lupp-home-feed-divider:after,.lupp-home-feed-divider:before{content:"";flex:1 1;height:1px;background:var(--line)}.lupp-home-more{align-self:center;min-width:180px}.lupp-home-stories .stories-card{padding:14px 8px 12px;border-color:transparent;box-shadow:none;background:transparent}.lupp-home-stories .stories-card .section-title{display:none}.lupp-home-stories .stories-row{padding:0 4px 4px;gap:14px}.lupp-home-stories .story-chip{width:78px;flex:0 0 78px}.lupp-home-stories .story-ring{width:66px;height:66px}.lupp-home-stories .story-avatar{width:58px;height:58px}.lupp-home-stories .story-chip>span{width:76px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.lupp-home-stories .story-chip>small{display:none}.lupp-home-composer{scroll-margin-top:92px}.lupp-home-composer .composer{border-radius:16px;padding:15px}.lupp-home-composer .composer textarea{min-height:70px;border-radius:12px}.lupp-home-composer .composer-actions{border-top:1px solid var(--line)}.lupp-home-posts .feed-post{border-radius:14px}.lupp-home-posts .post-media-item{width:100%;max-height:760px}.lupp-home-posts .feed-post-head{padding:14px 15px 10px}.lupp-home-posts .feed-post-content,.lupp-home-posts .post-actions,.lupp-home-posts .post-content,.lupp-home-posts .post-stats{padding-left:15px;padding-right:15px}.lupp-home-social .admin-banner,.lupp-home-social .section-card{box-shadow:none}@media(min-width:861px){.topbar{min-height:66px;padding:0 26px}.global-search{max-width:470px}.app-content{padding-top:24px}}@media(max-width:860px){.lupp-home-social{max-width:700px}.lupp-home-feed,.lupp-home-posts{gap:14px}}@media(max-width:560px){.app-content{padding-left:0!important;padding-right:0!important}.lupp-home-social{max-width:none}.lupp-home-composer,.lupp-home-stories{padding:0 10px}.lupp-home-feed-divider{margin:0 12px}.lupp-home-posts .feed-post{border-left:0;border-right:0;border-radius:0}.lupp-home-posts .post-media-item{max-height:72vh}.lupp-home-more{margin-bottom:24px}}.profile-page{width:min(980px,100%);margin:0 auto}.profile-page .profile-hero{padding:34px 28px 18px;overflow:visible}.profile-page .profile-cover{display:none}.profile-page .profile-identity{padding:0;display:grid;grid-template-columns:160px minmax(0,1fr);grid-gap:42px;gap:42px;align-items:center}.profile-page .profile-avatar-large{width:150px;height:150px;margin:0;border:3px solid var(--line);box-shadow:none}.profile-social-header-copy{gap:12px}.profile-social-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.profile-social-title-row h2{margin:0;font-size:24px;line-height:1.15}.profile-display-name{display:block;margin-top:7px;font-size:14px}.profile-edit-button{min-width:132px}.profile-social-stats-main{gap:30px;margin:6px 0}.profile-social-stats-main button{display:flex;border:0;padding:2px 0;background:transparent;color:var(--text);cursor:pointer}.profile-social-stats-main button:hover span{text-decoration:underline}.profile-social-stats-main strong{font-size:15px}.profile-social-stats-main span{color:var(--text)}.profile-social-bio{max-width:620px;margin:0;white-space:pre-wrap;line-height:1.5}.profile-social-website{width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis;color:var(--primary);text-decoration:none;font-size:13px;font-weight:750}.profile-social-website:hover{text-decoration:underline}.profile-page .profile-tabs{margin-top:26px;border-top:1px solid var(--line);border-bottom:0;justify-content:center;background:transparent}.profile-page .profile-tabs button{min-height:44px;background:transparent}.profile-stories-strip{padding:4px 0 2px}.profile-editor-modal{position:fixed;z-index:260;left:50%;top:50%;transform:translate(-50%,-50%);width:min(760px,calc(100vw - 32px));max-height:calc(100vh - 48px);overflow:auto;margin:0;box-shadow:0 24px 80px rgba(0,0,0,.38)}.profile-editor-modal:before{content:"";position:fixed;z-index:-1;inset:-100vh -100vw;background:rgba(0,0,0,.62);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.profile-editor-modal-head{position:-webkit-sticky;position:sticky;top:-18px;z-index:3;margin:-18px -18px 18px;padding:18px;border-bottom:1px solid var(--line);background:var(--surface)}.profile-gallery-panel{gap:0}.profile-gallery-tabs{margin-top:8px;border:0;border-top:1px solid var(--line);background:transparent}.profile-gallery-tabs button{min-height:52px;border:0!important;border-top:2px solid transparent!important;border-radius:0;background:transparent!important;font-size:12px;text-transform:uppercase;letter-spacing:.035em}.profile-gallery-tabs button.active{border-top-color:var(--text)!important}.profile-gallery-grid{display:grid;grid-gap:3px;gap:3px}.profile-gallery-tile{position:relative;min-width:0;overflow:hidden;border:0;padding:0;background:var(--surface-2);color:#fff;cursor:pointer}.profile-gallery-media,.profile-gallery-tile .media-error,.profile-gallery-tile .media-loading{width:100%;height:100%;min-height:0!important;object-fit:cover;border-radius:0}.profile-gallery-tile video.profile-gallery-media{object-fit:cover}.profile-gallery-text{width:100%;height:100%;display:grid;place-items:center;padding:22px;background:linear-gradient(145deg,var(--primary-soft),var(--surface-2));color:var(--text);font-size:14px;line-height:1.45;text-align:center}.profile-gallery-text span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:6}.profile-gallery-type{position:absolute;z-index:2;top:10px;right:10px;display:flex;gap:6px;color:#fff;filter:drop-shadow(0 1px 4px rgba(0,0,0,.8))}.profile-gallery-overlay{position:absolute;z-index:3;inset:0;display:flex;align-items:center;justify-content:center;gap:22px;opacity:0;background:rgba(0,0,0,.54);transition:opacity .15s ease;font-weight:850}.profile-gallery-overlay span{display:flex;align-items:center;gap:5px}.profile-gallery-tile:focus-visible .profile-gallery-overlay,.profile-gallery-tile:hover .profile-gallery-overlay{opacity:1}.profile-gallery-empty,.profile-gallery-loading{min-height:180px;display:grid;place-items:center;padding:28px;color:var(--muted);text-align:center}.profile-tagged-pending{margin:14px 0 18px}.profile-tagged-pending-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.profile-tagged-pending-card{display:grid;grid-gap:8px;gap:8px}.profile-tagged-pending-card .profile-gallery-tile{border-radius:10px}.profile-tagged-actions{justify-content:center}.profile-post-modal-backdrop{z-index:290;overflow:auto;padding:34px 16px;align-items:flex-start}.profile-post-modal{position:relative;width:min(760px,100%);margin:auto}.profile-post-modal>.feed-post{margin:0}.profile-post-modal-close{position:fixed;z-index:300;top:18px;right:20px;color:#fff;background:rgba(0,0,0,.56)}.profile-gallery-panel,.profile-gallery-tabs{box-shadow:none}@media(max-width:760px){.profile-page .profile-hero{padding:22px 16px 12px}.profile-page .profile-identity{grid-template-columns:96px minmax(0,1fr);gap:18px}.profile-page .profile-avatar-large{width:92px;height:92px}.profile-social-title-row{align-items:stretch;flex-direction:column;gap:10px}.profile-edit-button{width:100%}.profile-social-stats-main{gap:14px}.profile-social-stats-main button{flex-direction:column;align-items:flex-start;gap:0}.profile-page .profile-tabs{overflow-x:auto;justify-content:flex-start}.profile-page .profile-tabs button{flex:0 0 auto}.profile-gallery-tabs button span:not(.profile-content-badge){display:none}.profile-gallery-tabs button{min-height:46px}.profile-tagged-pending-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.profile-page .profile-hero{border-left:0;border-right:0;border-radius:0}.profile-page .profile-identity{grid-template-columns:82px minmax(0,1fr);gap:13px}.profile-page .profile-avatar-large{width:78px;height:78px}.profile-social-title-row h2{font-size:19px}.profile-social-stats-main{grid-column:1/-1}.profile-gallery-grid{gap:2px}.profile-gallery-overlay{display:none}.profile-tagged-pending-grid{grid-template-columns:1fr 1fr;gap:8px}.profile-editor-modal{width:calc(100vw - 18px);max-height:calc(100vh - 18px)}}.profile-page{width:min(1040px,100%);gap:0}.profile-page .profile-hero{border:0;border-radius:0;padding:38px 34px 12px;background:transparent;box-shadow:none}.profile-page .profile-identity{grid-template-columns:170px minmax(0,1fr);gap:46px;max-width:860px;margin:0 auto}.profile-page .profile-avatar-large{width:164px;height:164px;border:2px solid var(--line)}.profile-page .profile-avatar-button{width:34px;height:34px}.profile-social-header-copy{align-self:center}.profile-social-title-row{justify-content:flex-start;align-items:center;gap:22px}.profile-social-title-row>div{min-width:0}.profile-social-title-row h2{font-size:26px;font-weight:800;letter-spacing:-.02em}.profile-display-name{margin-top:5px;color:var(--text);font-size:13px;font-weight:700}.profile-edit-button{min-width:120px;min-height:34px;padding:0 14px;border-radius:8px}.profile-social-stats-main{gap:28px;margin:10px 0 3px}.profile-social-stats-main button{flex-direction:row;align-items:baseline;gap:5px}.profile-social-stats-main strong{font-size:14px}.profile-social-stats-main span{font-size:13px}.profile-social-bio{margin-top:4px;max-width:650px;font-size:13px}.profile-meta-line{margin-top:0;opacity:.7}.profile-secondary-nav{width:min(760px,100%);margin:30px auto 0!important;padding:0;display:flex;justify-content:center!important;gap:8px;border:0!important;background:transparent!important}.profile-secondary-nav button{flex:0 0 auto!important;min-height:34px!important;padding:6px 10px!important;border:0!important;border-radius:8px!important;color:var(--muted);background:transparent!important;font-size:11px!important}.profile-secondary-nav button svg{width:15px;height:15px}.profile-secondary-nav button:hover{color:var(--text);background:var(--surface-2)!important}.profile-secondary-nav button.active{color:var(--text)!important;background:var(--surface-2)!important;box-shadow:none!important}.profile-stories-strip{width:min(920px,100%);margin:18px auto 0;padding:0 8px 18px;border-bottom:1px solid var(--line)}.profile-stories-strip .stories-card{border:0;border-radius:0;padding:0;background:transparent;box-shadow:none}.profile-stories-strip .stories-card .section-title{display:none}.profile-stories-strip .stories-row{min-height:110px;gap:18px;padding:4px 0}.profile-stories-strip .story-chip{width:82px;flex:0 0 82px}.profile-stories-strip .story-ring{width:72px;height:72px}.profile-stories-strip .story-avatar{width:64px;height:64px}.profile-stories-strip .story-chip>span{width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.profile-stories-strip .story-chip>small{display:none}.profile-gallery-panel{width:min(920px,100%);margin:0 auto}.profile-gallery-tabs{min-height:54px;margin-top:0;border-top:0;border-bottom:0;border-radius:0}.profile-gallery-tabs button{position:relative;min-height:54px;padding:0 16px;border-top:0!important;font-size:11px;font-weight:750;letter-spacing:.04em}.profile-gallery-tabs button:before{content:"";position:absolute;top:0;left:22%;right:22%;height:2px;opacity:0;background:var(--text)}.profile-gallery-tabs button.active:before{opacity:1}.profile-gallery-tabs button.active{color:var(--text);font-weight:850}.profile-gallery-grid{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;padding-bottom:36px}.profile-gallery-tile{aspect-ratio:1/1;border-radius:0}.profile-gallery-media,.profile-gallery-text{border-radius:0!important}.profile-gallery-overlay{gap:28px;background:rgba(0,0,0,.5)}.profile-gallery-overlay span{font-size:14px}.profile-tagged-pending{margin:14px 0 24px;border:1px solid var(--line);border-radius:12px;padding:14px;background:var(--surface)}.profile-tagged-pending-grid{gap:10px}.profile-editor-modal{border-radius:16px}.profile-post-modal{width:min(800px,100%)}.profile-post-modal>.feed-post{border-radius:12px}@media(min-width:1280px){.profile-page{width:min(1100px,100%)}.profile-gallery-panel,.profile-stories-strip{width:min(960px,100%)}}@media(max-width:760px){.profile-page .profile-hero{padding:22px 14px 10px}.profile-page .profile-identity{grid-template-columns:92px minmax(0,1fr);gap:16px;margin:0}.profile-page .profile-avatar-large{width:88px;height:88px}.profile-social-title-row{align-items:flex-start;flex-direction:column;gap:8px}.profile-edit-button{width:auto}.profile-social-stats-main{gap:13px}.profile-secondary-nav{justify-content:flex-start!important;overflow-x:auto;margin-top:20px!important;padding-bottom:4px}.profile-stories-strip{margin-top:10px;padding-left:14px;padding-right:14px}.profile-gallery-tabs button{padding:0 8px}}@media(max-width:520px){.profile-page .profile-identity{grid-template-columns:78px minmax(0,1fr)}.profile-page .profile-avatar-large{width:74px;height:74px}.profile-social-title-row h2{font-size:18px}.profile-social-stats-main{grid-column:auto;display:flex;justify-content:space-between;width:100%}.profile-social-stats-main button{flex-direction:column;align-items:flex-start;gap:0}.profile-gallery-tabs,.profile-gallery-tabs button{min-height:46px}.profile-gallery-tabs button span:not(.profile-content-badge){display:none}.profile-stories-strip .story-ring{width:66px;height:66px}.profile-stories-strip .story-avatar{width:58px;height:58px}}.public-profile-social-page{width:min(1040px,100%);margin:0 auto;gap:0}.public-profile-social-top{width:min(920px,100%);margin:0 auto;padding:2px 0 18px}.public-profile-social-header{width:min(920px,100%);margin:0 auto;display:grid;grid-template-columns:170px minmax(0,1fr);grid-gap:46px;gap:46px;align-items:center;padding:26px 8px 32px}.public-profile-social-avatar{width:164px;height:164px;overflow:hidden;border:2px solid var(--line);border-radius:50%;background:var(--surface-2)}.public-profile-social-avatar
.public-profile-avatar-fallback,.public-profile-social-avatar
.public-profile-avatar-image{width:100%;height:100%;object-fit:cover}.public-profile-social-copy{min-width:0;display:grid;grid-gap:12px;gap:12px}.public-profile-social-title{display:flex;align-items:center;justify-content:flex-start;gap:22px}.public-profile-social-title>div:first-child{min-width:0}.public-profile-social-title h1{margin:0;font-size:26px;line-height:1.15;letter-spacing:-.02em}.public-profile-social-title>div:first-child>strong{display:block;margin-top:5px;font-size:13px}.public-profile-social-actions{display:flex;flex-wrap:wrap;gap:8px}.public-profile-social-actions .btn{min-height:34px;padding:0 14px;border-radius:8px}.public-profile-social-stats{display:flex;flex-wrap:wrap;gap:28px;margin:5px 0}.public-profile-social-stats span{display:flex;align-items:baseline;gap:5px;color:var(--text);font-size:13px}.public-profile-social-stats strong{font-size:14px}.public-profile-social-bio{max-width:650px;margin:0;white-space:pre-wrap;line-height:1.5;font-size:13px}.public-profile-social-site{width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:5px;overflow:hidden;color:var(--primary);text-decoration:none;font-size:13px;font-weight:750}.public-profile-social-site:hover{text-decoration:underline}.public-profile-stories-strip{width:min(920px,100%);margin:0 auto;padding:4px 8px 18px;border-bottom:1px solid var(--line)}.public-profile-stories-strip .stories-card{border:0;border-radius:0;padding:0;background:transparent;box-shadow:none}.public-profile-stories-strip
.stories-card .section-title{display:none}.public-profile-stories-strip .stories-row{min-height:110px;gap:18px;padding:4px 0}.public-profile-stories-strip .story-chip{width:82px;flex:0 0 82px}.public-profile-stories-strip .story-ring{width:72px;height:72px}.public-profile-stories-strip .story-avatar{width:64px;height:64px}.public-profile-stories-strip .story-chip>span{width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.public-profile-stories-strip .story-chip>small{display:none}.public-profile-gallery-section{width:min(920px,100%);margin:0 auto}.public-profile-gallery-tab{min-height:54px;display:flex;justify-content:center;border-bottom:0}.public-profile-gallery-tab>span{position:relative;min-height:54px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 18px;font-size:11px;font-weight:850;letter-spacing:.04em}.public-profile-gallery-tab>span:before{content:"";position:absolute;top:0;left:20%;right:20%;height:2px;background:var(--text)}.public-profile-gallery-grid{gap:2px;padding-bottom:36px}.public-profile-private-social{width:min(920px,100%);min-height:250px;margin:10px auto 0;display:flex;align-items:center;justify-content:center;gap:18px;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent;text-align:left}.public-profile-private-social>svg{flex:0 0 auto}.public-profile-private-social strong{font-size:17px}.public-profile-private-social p{max-width:460px;margin:6px 0;color:var(--muted)}.public-profile-private-social small{color:var(--muted)}@media(min-width:1280px){.public-profile-social-page{width:min(1100px,100%)}.public-profile-gallery-section,.public-profile-private-social,.public-profile-social-header,.public-profile-social-top,.public-profile-stories-strip{width:min(960px,100%)}}@media(max-width:760px){.public-profile-social-top{padding-left:12px;padding-right:12px}.public-profile-social-header{grid-template-columns:92px minmax(0,1fr);gap:16px;padding:18px 14px 24px}.public-profile-social-avatar{width:88px;height:88px}.public-profile-social-title{align-items:flex-start;flex-direction:column;gap:9px}.public-profile-social-actions{width:100%}.public-profile-social-actions .btn{flex:1 1}.public-profile-social-stats{gap:14px}.public-profile-stories-strip{padding-left:14px;padding-right:14px}.public-profile-private-social{margin-left:14px;margin-right:14px;width:auto}}@media(max-width:520px){.public-profile-social-header{grid-template-columns:78px minmax(0,1fr);gap:13px}.public-profile-social-avatar{width:74px;height:74px}.public-profile-social-title h1{font-size:18px}.public-profile-social-stats{justify-content:space-between;width:100%;gap:8px}.public-profile-social-stats span{flex-direction:column;gap:0}.public-profile-stories-strip .story-ring{width:66px;height:66px}.public-profile-stories-strip .story-avatar{width:58px;height:58px}.public-profile-gallery-tab,.public-profile-gallery-tab>span{min-height:46px}}.profile-gallery-text-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:28px;isolation:isolate;background:radial-gradient(circle at 25% 20%,color-mix(in srgb,var(--primary) 18%,transparent),transparent 36%),radial-gradient(circle at 80% 78%,color-mix(in srgb,var(--accent) 14%,transparent),transparent 42%),linear-gradient(145deg,var(--surface-2),color-mix(in srgb,var(--surface) 86%,var(--primary) 14%))}.profile-gallery-text-card:after{content:"";position:absolute;inset:12px;z-index:-1;border:1px solid color-mix(in srgb,var(--line) 80%,transparent);border-radius:18px;pointer-events:none}.profile-gallery-text-icon{flex:0 0 auto;opacity:.72}.profile-gallery-text-card span{width:100%;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:7;text-wrap:balance;color:var(--text);font-size:15px;font-weight:650;line-height:1.5;letter-spacing:-.01em}.profile-gallery-tile:hover
.profile-gallery-text-card{filter:brightness(.98)}@media(max-width:760px){.profile-gallery-text-card{gap:8px;padding:18px}.profile-gallery-text-card:after{inset:8px;border-radius:13px}.profile-gallery-text-card span{font-size:13px;-webkit-line-clamp:6}.profile-gallery-text-icon{width:18px;height:18px}}@media(max-width:420px){.profile-gallery-text-card{padding:12px}.profile-gallery-text-card span{font-size:11px;line-height:1.35;-webkit-line-clamp:5}.profile-gallery-text-icon{display:none}}.lupp-home-posts{gap:28px}.lupp-home-posts .feed-post{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:none}.lupp-home-posts .feed-post:hover{border-color:var(--line)}.lupp-home-posts .post-head{min-height:64px;padding:12px 15px 10px;gap:10px}.lupp-home-posts .feed-author-avatar-link,.lupp-home-posts .post-head>.avatar{width:38px;height:38px;flex:0 0 38px}.feed-author-avatar-image{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}.lupp-home-posts .post-author{gap:1px}.lupp-home-posts .post-author strong{font-size:13px;line-height:1.25}.lupp-home-posts .post-author span{font-size:11px}.lupp-home-posts .post-head .icon-btn{width:34px;height:34px;min-width:34px;opacity:.7}.lupp-home-posts .post-head .icon-btn:hover{opacity:1}.lupp-home-posts .post-content{padding:8px 15px 14px;font-size:14px;line-height:1.58}.post-content-text{white-space:pre-wrap;overflow-wrap:anywhere}.lupp-home-posts .feed-post-text-only
.post-content-text-only{position:relative;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:34px 52px;isolation:isolate;overflow:hidden;text-align:center;background:radial-gradient(circle at 18% 18%,color-mix(in srgb,var(--primary) 18%,transparent),transparent 36%),radial-gradient(circle at 84% 82%,color-mix(in srgb,var(--primary) 10%,transparent),transparent 42%),linear-gradient(145deg,var(--surface-2),color-mix(in srgb,var(--surface) 88%,var(--primary) 12%))}.lupp-home-posts .feed-post-text-only
.post-content-text-only:after{content:"";position:absolute;z-index:-1;inset:20px;border:1px solid color-mix(in srgb,var(--line) 75%,transparent);border-radius:22px}.feed-text-post-kicker{display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:0 10px;border-radius:999px;background:color-mix(in srgb,var(--primary) 11%,transparent);color:var(--primary);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.lupp-home-posts .feed-post-text-only
.post-content-text{max-width:560px;font-size:20px;font-weight:650;line-height:1.55;letter-spacing:-.015em;text-wrap:balance}.lupp-home-posts .post-media-grid{width:100%;gap:2px;max-height:none;overflow:hidden;background:var(--surface-2)}.lupp-home-posts .post-media-grid
.media-error,.lupp-home-posts .post-media-grid
.media-loading,.lupp-home-posts .post-media-item{width:100%;min-height:320px;max-height:780px;background:var(--surface-2)}.lupp-home-posts .post-media-item{object-fit:contain}.lupp-home-posts .feed-shared-post-card{margin:5px 14px 14px;border-radius:14px;box-shadow:none}.lupp-home-posts .feed-shared-post-head{padding:12px 12px 8px}.lupp-home-posts .feed-shared-post-content{padding:8px 12px 12px}.lupp-home-posts .post-stats{min-height:38px;padding:8px 15px;border-bottom:0;font-size:11px}.lupp-home-posts .post-stat-link{font-size:11px}.lupp-home-posts .post-actions{display:flex;justify-content:flex-start;align-items:center;gap:2px;padding:2px 8px 9px;border-top:0;border-bottom:1px solid var(--line)}.lupp-home-posts .post-actions button{flex:0 0 auto;min-height:38px;padding:0 11px;border-radius:9px;color:var(--muted);font-size:12px;font-weight:700}.lupp-home-posts .post-actions button svg{width:20px;height:20px}.lupp-home-posts .post-actions button:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.lupp-home-posts .post-actions button.active{color:var(--primary)}.lupp-home-posts .comments-panel{padding:13px 15px 16px;gap:12px}.lupp-home-posts .comment-form input{height:38px;border-color:transparent;background:var(--surface-2)}.lupp-home-posts .comment-bubble{border-radius:14px;padding:8px 11px}.lupp-home-composer .composer{border-radius:18px;border-color:var(--line);padding:14px;box-shadow:none}.lupp-home-composer .composer textarea{min-height:76px;padding:12px;border-color:transparent;background:var(--surface-2)}.lupp-home-composer .composer textarea:focus{border-color:color-mix(in srgb,var(--primary) 55%,var(--line))}.lupp-home-composer .composer-actions{gap:8px;padding-top:10px}.lupp-home-composer .composer-actions .btn{min-height:36px}.lupp-home-feed-divider{margin:2px 0;font-size:10px;letter-spacing:.08em}@media(max-width:700px){.lupp-home-posts{gap:16px}.lupp-home-posts .feed-post{border-radius:14px}.lupp-home-posts .feed-post-text-only .post-content-text-only{min-height:230px;padding:28px}.lupp-home-posts .feed-post-text-only .post-content-text{font-size:17px}.lupp-home-posts .post-media-grid .media-error,.lupp-home-posts .post-media-grid .media-loading,.lupp-home-posts .post-media-item{min-height:260px}}@media(max-width:560px){.lupp-home-posts .feed-post{border-left:0;border-right:0;border-radius:0}.lupp-home-posts .post-content,.lupp-home-posts .post-head{padding-left:12px;padding-right:12px}.lupp-home-posts .feed-post-text-only .post-content-text-only{min-height:210px;padding:24px 20px}.lupp-home-posts .feed-post-text-only .post-content-text-only:after{inset:12px;border-radius:16px}.lupp-home-posts .feed-post-text-only .post-content-text{font-size:16px}.lupp-home-posts .post-actions{justify-content:space-around}.lupp-home-posts .post-actions button{padding:0 10px;font-size:0}.lupp-home-posts .post-actions button svg{width:22px;height:22px}.lupp-home-posts .post-stats{padding-left:12px;padding-right:12px}}.video-trim-backdrop{z-index:420}.video-trim-modal{width:min(760px,100%);max-height:calc(100vh - 32px);overflow:auto;display:grid;grid-gap:16px;gap:16px;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:0 28px 100px rgba(0,0,0,.46)}.video-trim-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.video-trim-head>div{min-width:0;display:grid;grid-gap:4px;gap:4px}.video-trim-head strong{display:flex;align-items:center;gap:8px;font-size:18px}.video-trim-head span{color:var(--muted);font-size:12px}.video-trim-preview{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;display:grid;place-items:center;border-radius:16px;background:#000}.video-trim-preview video{width:100%;height:100%;display:block;object-fit:contain}.video-trim-play{position:absolute;left:50%;top:50%;width:52px;height:52px;display:grid;place-items:center;transform:translate(-50%,-50%);border:0;border-radius:50%;color:#fff;background:rgba(0,0,0,.55);cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.video-trim-play:hover{background:rgba(0,0,0,.72)}.video-trim-play:disabled{opacity:.45;cursor:not-allowed}.video-trim-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px}.video-trim-summary strong{color:var(--text)}.video-trim-timeline{position:relative;height:58px;display:flex;align-items:center}.video-trim-track{position:absolute;left:0;right:0;height:32px;overflow:hidden;border-radius:9px;background:repeating-linear-gradient(90deg,var(--surface-2) 0,var(--surface-2) 42px,color-mix(in srgb,var(--line) 80%,transparent) 43px,var(--surface-2) 44px);border:1px solid var(--line)}.video-trim-selected{position:absolute;top:0;bottom:0;min-width:2px;border-left:3px solid var(--primary);border-right:3px solid var(--primary);background:color-mix(in srgb,var(--primary) 18%,transparent);pointer-events:none}.video-trim-range{position:absolute;left:0;right:0;width:100%;height:58px;margin:0;background:transparent;pointer-events:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.video-trim-range::-webkit-slider-runnable-track{height:2px;background:transparent}.video-trim-range::-webkit-slider-thumb{width:18px;height:42px;margin-top:-20px;border:2px solid #fff;border-radius:6px;background:var(--primary);box-shadow:0 2px 8px rgba(0,0,0,.35);pointer-events:auto;cursor:ew-resize;-webkit-appearance:none}.video-trim-range::-moz-range-track{height:2px;background:transparent}.video-trim-range::-moz-range-thumb{width:18px;height:42px;border:2px solid #fff;border-radius:6px;background:var(--primary);box-shadow:0 2px 8px rgba(0,0,0,.35);pointer-events:auto;cursor:ew-resize}.video-trim-notice{padding:10px 12px;border:1px solid color-mix(in srgb,var(--primary) 35%,var(--line));border-radius:10px;background:color-mix(in srgb,var(--primary) 8%,var(--surface));color:var(--muted);font-size:12px}.video-trim-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.composer-files small{color:var(--muted);font-size:10px}@media(max-width:640px){.video-trim-modal{max-height:calc(100vh - 18px);padding:14px;border-radius:16px}.video-trim-preview{aspect-ratio:4/5}.video-trim-summary{align-items:flex-start;flex-direction:column;gap:3px}.video-trim-actions{display:grid;grid-template-columns:1fr 1fr}.video-trim-actions .btn{width:100%}}.lupp-video-player{position:relative;width:100%;min-width:0;overflow:hidden;display:grid;place-items:center;isolation:isolate;background:#000}.lupp-video-player .lupp-video-element{width:100%;display:block;cursor:pointer;background:#000}.lupp-video-center-action{position:absolute;z-index:5;left:50%;top:50%;width:68px;height:68px;display:grid;place-items:center;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.34);border-radius:50%;color:#fff;background:rgba(10,8,16,.58);box-shadow:0 10px 34px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.04);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);cursor:pointer;transition:transform .16s ease,background .16s ease,opacity .16s ease}.lupp-video-center-action:hover{transform:translate(-50%,-50%) scale(1.06);background:rgba(18,13,30,.76)}.lupp-video-center-action:active{transform:translate(-50%,-50%) scale(.97)}.lupp-video-pause-shortcut{position:absolute;z-index:4;left:14px;top:14px;width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;background:rgba(0,0,0,.34);opacity:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;transition:opacity .15s ease}.lupp-video-pause-shortcut:focus-visible,.lupp-video-player.is-playing:hover
.lupp-video-pause-shortcut{opacity:1}.lupp-video-start-label{position:absolute;z-index:3;left:12px;bottom:12px;min-height:25px;display:flex;align-items:center;padding:0 9px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:rgba(255,255,255,.92);background:rgba(0,0,0,.44);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;pointer-events:none}.lupp-home-posts
.post-media-grid>.lupp-video-player{min-height:320px;max-height:720px}.lupp-home-posts
.lupp-video-player .post-media-item{min-height:320px;max-height:720px;height:auto;aspect-ratio:auto;object-fit:contain}.profile-post-modal
.post-media-grid>.lupp-video-player{width:100%;background:#000}.profile-post-modal
.lupp-video-player .post-media-item{object-fit:contain}.story-stage>.lupp-video-player{min-height:320px;max-height:64vh}.story-stage>.lupp-video-player
.story-stage-media{min-height:320px;max-height:64vh;height:auto}.story-shared-story-card
.lupp-video-player{border-radius:12px}.feed-shared-post-card
.lupp-video-center-action,.story-shared-story-card
.lupp-video-center-action{width:54px;height:54px}@media(max-width:640px){.lupp-video-center-action{width:60px;height:60px}.lupp-video-center-action svg{width:28px;height:28px}.lupp-video-pause-shortcut{left:10px;top:10px}.lupp-video-start-label{left:9px;bottom:9px}.lupp-home-posts .lupp-video-player .post-media-item,.lupp-home-posts .post-media-grid>.lupp-video-player{min-height:240px;max-height:72vh}.story-stage>.lupp-video-player,.story-stage>.lupp-video-player .story-stage-media{min-height:300px;max-height:68vh}}@media(hover:none){.lupp-video-pause-shortcut{opacity:.72}}.lupp-video-start-label{display:none!important}.lupp-video-center-action,.lupp-video-pause-shortcut,.lupp-video-player,.lupp-video-player *{-webkit-tap-highlight-color:transparent}.lupp-video-player{-moz-user-select:none;user-select:none;-webkit-user-select:none}.lupp-video-center-action,.lupp-video-pause-shortcut{outline:none}.lupp-video-center-action:focus-visible,.lupp-video-pause-shortcut:focus-visible{outline:2px solid color-mix(in srgb,var(--primary) 72%,#fff);outline-offset:3px}.feed-media-carousel{width:100%;min-width:0;display:grid;grid-gap:8px;gap:8px;overflow:hidden;background:#000;touch-action:pan-y pinch-zoom}.feed-media-carousel-stage{position:relative;width:100%;min-width:0;display:grid;place-items:center;overflow:hidden;background:#000}.feed-media-carousel-stage>.lupp-video-player,.feed-media-carousel-stage>.media-error,.feed-media-carousel-stage>.media-loading,.feed-media-carousel-stage>.post-media-item{width:100%;min-height:320px;max-height:720px}.feed-media-carousel-stage
.post-media-item{display:block;width:100%;height:auto;max-height:720px;object-fit:contain;background:#000}.feed-media-carousel-stage
.lupp-video-player{min-height:320px;max-height:720px}.feed-media-carousel-stage
.lupp-video-player
.post-media-item{min-height:320px;max-height:720px;object-fit:contain}.feed-carousel-arrow{position:absolute;z-index:8;top:50%;width:42px;height:42px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;background:rgba(0,0,0,.48);box-shadow:0 5px 18px rgba(0,0,0,.25);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);cursor:pointer;transition:background .15s ease,transform .15s ease,opacity .15s ease}.feed-carousel-arrow:hover{background:rgba(0,0,0,.7);transform:translateY(-50%) scale(1.05)}.feed-carousel-prev{left:12px}.feed-carousel-next{right:12px}.feed-carousel-counter{position:absolute;z-index:7;right:12px;top:12px;min-width:42px;height:27px;padding:0 9px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#fff;background:rgba(0,0,0,.54);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);font-size:11px;font-weight:800;line-height:1;pointer-events:none}.feed-carousel-counter,.feed-carousel-dots{display:flex;align-items:center;justify-content:center}.feed-carousel-dots{min-height:18px;gap:5px;padding:0 8px 5px;background:var(--surface)}.feed-carousel-dot{width:6px;height:6px;flex:0 0 6px;padding:0;border:0;border-radius:50%;background:color-mix(in srgb,var(--muted) 42%,transparent);cursor:pointer;transition:width .15s ease,background .15s ease,transform .15s ease}.feed-carousel-dot.active{width:8px;height:8px;flex-basis:8px;background:var(--primary)}.feed-carousel-dot:hover{transform:scale(1.3)}.lupp-home-posts
.feed-media-carousel{gap:7px;background:#000}.lupp-home-posts
.feed-media-carousel-stage
.lupp-video-player,.lupp-home-posts
.feed-media-carousel-stage
.post-media-item{min-height:320px;max-height:720px}.profile-post-modal
.feed-media-carousel{border-radius:12px}.profile-post-modal
.feed-media-carousel-stage
.lupp-video-player,.profile-post-modal
.feed-media-carousel-stage
.post-media-item{max-height:72vh}@media(hover:hover){.feed-carousel-arrow{opacity:.72}.feed-media-carousel-stage:hover .feed-carousel-arrow{opacity:1}}@media(max-width:640px){.feed-media-carousel{gap:6px}.feed-media-carousel-stage .lupp-video-player,.feed-media-carousel-stage .lupp-video-player .post-media-item,.feed-media-carousel-stage .post-media-item,.feed-media-carousel-stage>.lupp-video-player,.feed-media-carousel-stage>.media-error,.feed-media-carousel-stage>.media-loading,.feed-media-carousel-stage>.post-media-item{min-height:240px;max-height:72vh}.feed-carousel-arrow{width:38px;height:38px}.feed-carousel-prev{left:8px}.feed-carousel-next{right:8px}.feed-carousel-counter{right:9px;top:9px}.feed-carousel-dots{padding-bottom:4px}}@media(max-width:420px){.feed-carousel-arrow{width:34px;height:34px}.feed-carousel-arrow svg{width:20px;height:20px}}.auth-media-openable,.feed-media-carousel-stage
.lupp-video-player,.feed-media-carousel-stage
.lupp-video-player
.lupp-video-element{cursor:zoom-in}.feed-media-carousel-stage
.lupp-video-center-action,.feed-media-carousel-stage
.lupp-video-pause-shortcut{cursor:pointer}.feed-media-viewer-backdrop{position:fixed;inset:0;z-index:320;display:grid;place-items:center;padding:18px;background:rgba(0,0,0,.88);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.feed-media-viewer{position:relative;width:min(1180px,100%);height:min(88vh,900px);min-height:360px;display:grid;grid-template-rows:1fr auto;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#050505;box-shadow:0 28px 90px rgba(0,0,0,.55)}.feed-media-viewer-stage{position:relative;min-width:0;min-height:0;display:grid;place-items:center;overflow:hidden;background:#000}.feed-media-viewer-content,.feed-media-viewer-stage>.lupp-video-player,.feed-media-viewer-stage>.media-error,.feed-media-viewer-stage>.media-loading{width:100%;height:100%;min-height:0;max-width:100%;max-height:100%}.feed-media-viewer-content{object-fit:contain;background:#000}.feed-media-viewer-stage>.lupp-video-player{display:grid;place-items:center;background:#000}.feed-media-viewer-stage
.lupp-video-player
.feed-media-viewer-content{width:100%;height:100%;max-height:100%;object-fit:contain}.feed-media-viewer-close{position:absolute;z-index:15;right:14px;top:14px;width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.22);border-radius:50%;color:#fff;background:rgba(0,0,0,.58);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.feed-media-viewer-counter{position:absolute;z-index:14;left:50%;top:16px;transform:translateX(-50%);min-width:48px;height:29px;display:flex;align-items:center;justify-content:center;padding:0 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#fff;background:rgba(0,0,0,.5);font-size:12px;font-weight:800;pointer-events:none}.feed-media-viewer-arrow{position:absolute;z-index:12;top:50%;width:48px;height:48px;display:grid;place-items:center;transform:translateY(-50%);padding:0;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;background:rgba(0,0,0,.46);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.feed-media-viewer-prev{left:16px}.feed-media-viewer-next{right:16px}.feed-media-viewer-dots{min-height:34px;display:flex;align-items:center;justify-content:center;gap:6px;padding:7px 12px;background:#080808}.feed-media-viewer-dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.32);cursor:pointer}.feed-media-viewer-dot.active{width:9px;height:9px;background:var(--primary)}.feed-media-viewer
.lupp-video-center-action{width:72px;height:72px}@media(max-width:640px){.feed-media-viewer-backdrop{padding:0}.feed-media-viewer{width:100%;height:100dvh;min-height:100dvh;border:0;border-radius:0}.feed-media-viewer-close{right:10px;top:10px;width:40px;height:40px}.feed-media-viewer-counter{top:12px}.feed-media-viewer-arrow{width:42px;height:42px}.feed-media-viewer-prev{left:8px}.feed-media-viewer-next{right:8px}.feed-media-viewer .lupp-video-center-action{width:64px;height:64px}}.feed-media-viewer-image-transform{width:100%;height:100%;min-width:0;min-height:0;display:grid;place-items:center;transform-origin:center center;will-change:transform;transition:transform .16s ease;cursor:zoom-in;touch-action:pan-y}.feed-media-viewer-stage.is-zoomed
.feed-media-viewer-image-transform{cursor:-webkit-grab;cursor:grab;touch-action:none;transition:none}.feed-media-viewer-stage.is-zoomed
.feed-media-viewer-image-transform:active{cursor:-webkit-grabbing;cursor:grabbing}.feed-media-viewer-image-transform
.feed-media-viewer-content{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;pointer-events:none;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none}.feed-media-viewer-zoom-controls{position:absolute;z-index:16;left:14px;top:14px;min-height:40px;display:flex;align-items:center;gap:5px;padding:4px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.feed-media-viewer-zoom-controls button{width:32px;height:32px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#fff;background:transparent;cursor:pointer}.feed-media-viewer-zoom-controls button:hover:not(:disabled){background:rgba(255,255,255,.12)}.feed-media-viewer-zoom-controls button:disabled{opacity:.34;cursor:default}.feed-media-viewer-zoom-controls span{min-width:48px;color:#fff;text-align:center;font-size:11px;font-weight:800;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.feed-media-viewer-stage.is-zoomed~.feed-media-viewer-dots{opacity:.65}.feed-media-viewer-stage{touch-action:pan-y pinch-zoom}.feed-media-viewer-stage.is-zoomed{touch-action:none}@media(max-width:640px){.feed-media-viewer-zoom-controls{left:10px;top:10px;min-height:38px}.feed-media-viewer-zoom-controls button{width:30px;height:30px}.feed-media-viewer-zoom-controls span{min-width:43px;font-size:10px}}.story-stage{position:relative;width:min(100%,calc(min(62vh,720px) * 9 / 16));height:min(62vh,720px);min-height:0;max-height:none;aspect-ratio:9/16;margin:0 auto;display:grid;place-items:center;overflow:hidden;background:#0a090d}.story-stage>.lupp-video-player,.story-stage>.media-error,.story-stage>.media-loading,.story-stage>.story-stage-media{width:100%;height:100%;min-height:0;max-height:none}.story-stage
.story-stage-media{width:100%;height:100%;max-height:none;object-fit:contain;background:#0a090d}.story-stage>.lupp-video-player{width:100%;height:100%;min-height:0;max-height:none;background:#0a090d}.story-stage>.lupp-video-player
.story-stage-media{width:100%;height:100%;min-height:0;max-height:none;object-fit:contain}.story-stage>.story-shared-post-wrap,.story-stage>.story-shared-story-wrap,.story-stage>.story-text-only{width:100%;height:100%;min-height:0;max-height:100%}.story-tap-zone{position:absolute;z-index:20;top:0;bottom:64px;width:30%;padding:0;border:0;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}.story-tap-zone-prev{left:0}.story-tap-zone-next{right:0}.story-tap-zone:focus-visible{outline:2px solid rgba(255,255,255,.75);outline-offset:-4px}.story-nav{z-index:25}@media(max-width:640px){.story-viewer{width:min(100%,430px)}.story-stage{width:min(100%,calc(min(58dvh,680px) * 9 / 16));height:min(58dvh,680px)}.story-stage,.story-stage>.lupp-video-player,.story-stage>.lupp-video-player .story-stage-media{min-height:0;max-height:none}.story-nav{opacity:0;pointer-events:none}.story-tap-zone{bottom:58px;width:32%}}@media(max-width:420px){.story-stage{width:min(100%,calc(min(56dvh,640px) * 9 / 16));height:min(56dvh,640px)}}.composer-media-editor{display:grid;grid-gap:10px;gap:10px;margin-top:12px}.composer-media-editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.composer-media-editor-head strong{font-size:13px}.composer-media-editor-head span{color:var(--muted);font-size:11px;text-align:right}.composer-media-preview-grid{display:grid;grid-template-columns:repeat(min(4,var(--composer-media-count,4)),minmax(0,1fr));grid-gap:9px;gap:9px}.composer-media-preview-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:var(--surface-2)}.composer-media-preview-stage{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;background:#09090b}.composer-media-preview-content{width:100%;height:100%;display:block;object-fit:cover}.composer-media-kind,.composer-media-order{position:absolute;top:7px;z-index:2;min-height:24px;display:flex;align-items:center;justify-content:center;padding:0 7px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#fff;background:rgba(0,0,0,.62);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);font-size:10px;font-weight:800}.composer-media-order{left:7px;min-width:24px}.composer-media-kind{right:7px}.composer-media-preview-meta{min-width:0;display:grid;grid-gap:2px;gap:2px;padding:8px 9px 4px}.composer-media-preview-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.composer-media-preview-meta small{min-height:14px;color:var(--muted);font-size:9px;line-height:1.35}.composer-media-preview-actions{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4px;gap:4px;padding:5px 7px 8px}.composer-media-preview-actions .icon-btn{width:100%;height:30px;border-radius:8px}.composer-media-remove{color:#f87171}.composer-media-preview-loading{width:100%;height:100%;display:grid;place-items:center;color:var(--muted);font-size:10px}@media(max-width:720px){.composer-media-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:420px){.composer-media-editor-head{align-items:flex-start;flex-direction:column;gap:3px}.composer-media-editor-head span{text-align:left}.composer-media-preview-grid{gap:7px}}.composer-media-preview-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:900px){.composer-media-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.composer-media-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:360px){.composer-media-preview-grid{grid-template-columns:1fr}}.post-owner-actions{display:flex;align-items:center;gap:4px}.post-edited-label{color:var(--muted);font-size:inherit}.post-edit-modal{width:min(620px,calc(100vw - 28px));max-height:min(86vh,820px);overflow:auto;display:grid;grid-gap:14px;gap:14px}.post-edit-textarea{width:100%;min-height:130px;resize:vertical;padding:12px;border:1px solid var(--line);border-radius:12px;color:var(--text);background:var(--surface-2);font:inherit;line-height:1.45}.post-edit-field{display:grid;grid-gap:6px;gap:6px}.post-edit-field>span{font-size:12px;font-weight:700}.post-edit-field select{width:100%;min-height:40px;padding:0 10px;border:1px solid var(--line);border-radius:10px;color:var(--text);background:var(--surface-2)}.post-edit-permissions{display:grid;grid-gap:8px;gap:8px;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}.post-edit-permissions label{display:flex;align-items:center;gap:8px;font-size:12px}.post-edit-media{display:grid;grid-gap:9px;gap:9px}.post-edit-media>strong{font-size:12px}.post-edit-media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.post-edit-media-item{position:relative;min-width:0;aspect-ratio:1/1;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#08080a}.post-edit-media-item
.lupp-video-player
.post-edit-media-preview,.post-edit-media-item>.lupp-video-player,.post-edit-media-preview{width:100%;height:100%;min-height:0;max-height:none;object-fit:cover}.post-edit-media-index{position:absolute;top:6px;left:6px;z-index:4;min-width:22px;height:22px;display:grid;place-items:center;padding:0 5px;border-radius:999px;color:#fff;background:rgba(0,0,0,.68);font-size:10px;font-weight:800}.post-edit-media-remove{position:absolute;top:6px;right:6px;z-index:5;width:29px;height:29px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#fff;background:rgba(150,20,30,.82);cursor:pointer}.post-edit-media-remove:disabled{opacity:.55;cursor:not-allowed}.post-edit-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:3px}@media(max-width:640px){.post-edit-modal{width:calc(100vw - 18px);max-height:90dvh}.post-edit-media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:420px){.post-edit-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.post-edit-actions{display:grid;grid-template-columns:1fr 1fr}}.post-edit-media-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.post-edit-media-head>div{display:flex;align-items:center;gap:8px}.post-edit-media-head strong{font-size:12px}.post-edit-media-head span{color:var(--muted);font-size:11px}.post-edit-add-media{cursor:pointer}.post-edit-add-media.disabled{opacity:.5;pointer-events:none}.post-edit-media-empty{padding:18px 12px;border:1px dashed var(--line);border-radius:10px;color:var(--muted);text-align:center;font-size:11px}.post-edit-media-new{position:absolute;top:6px;right:6px;z-index:4;min-height:22px;display:flex;align-items:center;padding:0 7px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#fff;background:rgba(0,0,0,.68);font-size:9px;font-weight:800}.post-edit-media-controls{position:absolute;left:5px;right:5px;bottom:5px;z-index:6;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4px;gap:4px}.post-edit-media-controls button{min-width:0;height:28px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:7px;color:#fff;background:rgba(0,0,0,.68);cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.post-edit-media-controls button:disabled{opacity:.38;cursor:not-allowed}.post-edit-media-controls button.danger{color:#fecaca;background:rgba(120,15,25,.78)}.post-edit-media-hint{color:var(--muted);font-size:10px;line-height:1.4}.post-edit-pending-loading{width:100%;height:100%;display:grid;place-items:center;color:var(--muted);font-size:10px}@media(max-width:640px){.post-edit-media-head{align-items:flex-start}.post-edit-add-media{white-space:nowrap}}.post-edit-mentions{display:grid;grid-gap:8px;gap:8px;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}.post-edit-mentions-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.post-edit-mentions-head>div{display:flex;align-items:center;gap:6px}.post-edit-mentions-head strong{font-size:12px}.post-edit-mentions-head>span{color:var(--muted);font-size:10px}.post-edit-mention-search{min-height:38px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.post-edit-mention-search input{width:100%;min-width:0;border:0;outline:0;color:var(--text);background:transparent;font:inherit;font-size:12px}.post-edit-mention-results{max-height:210px;overflow:auto;display:grid;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.post-edit-mention-results>button{width:100%;display:flex;align-items:center;gap:9px;padding:8px 10px;border:0;border-bottom:1px solid var(--line);color:var(--text);background:transparent;text-align:left;cursor:pointer}.post-edit-mention-results>button:last-child{border-bottom:0}.post-edit-mention-results>button:hover{background:var(--surface-2)}.post-edit-mention-results>button>div:last-child{min-width:0;display:grid;grid-gap:1px;gap:1px}.post-edit-mention-results span,.post-edit-mention-results strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-edit-mention-results strong{font-size:11px}.post-edit-mention-results span{color:var(--muted);font-size:10px}.post-edit-mention-loading,.post-edit-mentions-empty{padding:10px;color:var(--muted);font-size:10px;text-align:center}.post-edit-mention-chips{display:flex;flex-wrap:wrap;gap:6px}.post-edit-mention-chip{min-height:29px;display:inline-flex;align-items:center;gap:5px;padding:4px 6px 4px 8px;border:1px solid var(--line);border-radius:999px;background:var(--surface);font-size:10px}.post-edit-mention-chip>span{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-edit-mention-chip small{padding:2px 5px;border-radius:999px;font-size:8px;font-weight:800}.post-edit-mention-chip .status-approved{background:rgba(30,140,75,.14)}.post-edit-mention-chip .status-pending{background:rgba(180,125,15,.14)}.post-edit-mention-chip .status-rejected{background:rgba(170,35,45,.14)}.post-edit-mention-chip button{width:20px;height:20px;display:grid;place-items:center;padding:0;border:0;border-radius:999px;color:var(--muted);background:transparent;cursor:pointer}.post-edit-mentions-hint{color:var(--muted);font-size:9px;line-height:1.4}.story-music-selector{display:grid;grid-gap:10px;gap:10px}.story-music-add{min-height:46px;border:1px dashed var(--line);border-radius:13px;background:var(--surface-2);color:var(--primary);display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;cursor:pointer}.story-music-selected{border:1px solid var(--line);border-radius:14px;padding:11px;display:grid;grid-template-columns:1fr auto;grid-gap:9px;gap:9px;background:var(--surface-2)}.story-music-selected-main{display:flex;align-items:center;gap:9px;min-width:0}.story-music-selected-main>div{min-width:0;display:grid}.story-music-selected-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.story-music-range,.story-music-selected-main span{color:var(--muted);font-size:11px}.story-music-range{grid-column:1/-1;display:grid;grid-gap:6px;gap:6px}.story-music-range input{width:100%}.story-music-overlay{position:fixed;inset:0;z-index:260;padding:20px;display:grid;place-items:center;background:rgba(15,13,26,.74);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.story-music-picker{width:min(520px,100%);max-height:min(680px,90vh);overflow:hidden;border-radius:18px;background:var(--surface);color:var(--text);display:flex;flex-direction:column;box-shadow:0 30px 90px rgba(0,0,0,.35)}.story-music-picker-head{padding:16px;display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--line)}.story-music-picker-head>div:first-child{flex:1 1;min-width:0;display:grid}.story-music-picker-head span{color:var(--muted);font-size:11px}.story-music-search{margin:12px;display:grid;grid-template-columns:1fr auto;grid-gap:7px;gap:7px}.story-music-search input{min-width:0;height:42px;border:1px solid var(--line);border-radius:12px;padding:0 12px;background:var(--surface-2);color:var(--text)}.story-music-results{overflow:auto;padding:0 12px 14px;display:grid;grid-gap:7px;gap:7px}.story-music-results>button{border:1px solid var(--line);border-radius:13px;padding:9px;background:var(--surface);color:var(--text);display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer}.story-music-results>button:hover{background:var(--surface-2)}.story-music-results>button>div:last-child{min-width:0;display:grid}.story-music-results strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-music-results span{color:var(--muted);font-size:10px}.story-music-result-cover{width:42px;height:42px;border-radius:10px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;flex:0 0 42px}.story-music-empty{padding:22px 10px;text-align:center;color:var(--muted);font-size:12px}.story-music-player{position:absolute;z-index:8;left:14px;top:14px;max-width:calc(100% - 28px);min-height:42px;border-radius:999px;padding:5px 10px 5px 5px;background:rgba(0,0,0,.58);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);display:flex;align-items:center;gap:8px;color:#fff}.story-music-player-button{width:32px;height:32px;flex:0 0 32px;border:none;border-radius:50%;background:rgba(255,255,255,.16);color:#fff;display:grid;place-items:center;cursor:pointer}.story-music-player-meta{min-width:0;display:grid}.story-music-player-meta strong{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-music-player-meta span{color:rgba(255,255,255,.7);font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-music-player>small{color:rgba(255,255,255,.72);font-size:9px;white-space:nowrap}@media (max-width:640px){.story-music-overlay{padding:10px}.story-music-picker{max-height:calc(100vh - 20px)}.story-music-player{top:10px;left:10px;max-width:calc(100% - 20px)}}.feed-music-player{margin:10px 14px 2px;min-height:48px;border:1px solid var(--line);border-radius:14px;padding:8px 11px;display:flex;align-items:center;gap:10px;background:var(--surface-2)}.feed-music-play{width:34px;height:34px;flex:0 0 34px;border:none;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;cursor:pointer}.feed-music-play:disabled{opacity:.45;cursor:default}.feed-music-meta{min-width:0;flex:1 1;display:grid}.feed-music-meta strong{font-size:12px}.feed-music-meta span,.feed-music-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-music-meta span{color:var(--muted);font-size:10px}.feed-music-player>small{color:var(--muted);font-size:9px;white-space:nowrap}