@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{color:#f7f5f2;font-synthesis:none;--bg:#0d0d12;--surface:#15151c;--surface-2:#1b1b24;--line:#292934;--text:#f7f5f2;--muted:#9797a6;--coral:#ff4d6d;--orchid:#9b6cff;--gold:#f4c77a;background:#0d0d12;font-family:DM Sans,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;margin:0}button,input{font:inherit}button,a{color:inherit}button{cursor:pointer}.app{min-height:100vh}.sidebar{border-right:1px solid var(--line);z-index:30;background:#0d0d12f5;flex-direction:column;width:244px;padding:28px 20px 20px;display:flex;position:fixed;inset:0 auto 0 0}.logo{letter-spacing:3px;align-items:center;gap:9px;font:800 21px Manrope;display:flex}.logo-mark{background:linear-gradient(135deg,var(--coral),var(--orchid));border-radius:11px;place-items:center;width:32px;height:32px;display:grid;box-shadow:0 7px 24px #ff4d6d32}.sidebar-top{justify-content:space-between;align-items:center;padding:0 8px 27px;display:flex}.close-menu{display:none!important}.sidebar nav{gap:5px;display:grid}.sidebar nav a{color:var(--muted);border-radius:13px;align-items:center;gap:14px;padding:12px 14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.sidebar nav a:hover,.sidebar nav a.active{color:var(--text);background:var(--surface-2)}.sidebar nav a.active svg{color:var(--coral)}.sidebar nav a b{background:var(--coral);color:#fff;border-radius:20px;margin-left:auto;padding:2px 6px;font-size:10px}.create-button{color:#fff;background:linear-gradient(110deg,var(--coral),#f15f8f);border:0;border-radius:13px;justify-content:center;align-items:center;gap:8px;margin:19px 0;padding:13px;font-weight:700;display:flex;box-shadow:0 12px 25px #ff4d6d25}.creator-promo{background:radial-gradient(circle at 100% 0,#9b6cff25,transparent 50%),var(--surface);border:1px solid #36303e;border-radius:17px;gap:9px;padding:16px;display:grid}.creator-promo span{color:var(--gold);gap:6px;font-size:10px;font-weight:700;display:flex}.creator-promo strong{font:700 15px/1.4 Manrope}.creator-promo button{text-align:left;color:#c6a9ff;background:0 0;border:0;padding:0;font-size:12px;font-weight:700}.mini-profile{align-items:center;gap:10px;margin-top:auto;padding:12px 5px;display:flex}.mini-profile img,.avatar-button img{object-fit:cover;border-radius:50%;width:37px;height:37px}.mini-profile div{flex:1;display:grid}.mini-profile strong{font-size:13px}.mini-profile small{color:var(--muted);font-size:11px}.page{padding-left:244px}header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#0d0d12e8;align-items:center;gap:20px;height:76px;padding:0 34px;display:flex;position:sticky;top:0}.search{background:var(--surface);border:1px solid var(--line);width:100%;max-width:520px;height:42px;color:var(--muted);border-radius:13px;align-items:center;padding:0 13px;display:flex}.search input{color:#fff;background:0 0;border:0;outline:0;flex:1;padding:0 10px;font-size:13px}.search kbd{background:#24242d;border:1px solid #30303a;border-radius:6px;padding:3px 6px;font-size:10px}.header-actions{gap:9px;margin-left:auto;display:flex}.icon-button,.avatar-button{background:0 0;border:0;place-items:center;display:grid}.header-actions .icon-button{border:1px solid var(--line);border-radius:12px;width:40px;height:40px;position:relative}.header-actions i{background:var(--coral);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;right:9px}.avatar-button{gap:6px;margin-left:3px;display:flex}.content-grid{grid-template-columns:minmax(480px,680px) 310px;gap:28px;max-width:1060px;margin:0 auto;padding:31px 24px 70px;display:grid}.section-heading,.feed-heading,.rail-title{justify-content:space-between;align-items:end;display:flex}.eyebrow{letter-spacing:1.6px;color:var(--coral);font-size:9px;font-weight:800}h2{margin:5px 0;font:700 20px Manrope}.section-heading button,.rail-title button{color:#b9a1ed;background:0 0;border:0;font-size:12px}.story-row{scrollbar-width:none;gap:15px;padding:16px 0 26px;display:flex;overflow:auto}.story{background:0 0;border:0;justify-items:center;gap:7px;min-width:65px;display:grid}.story-ring{background:linear-gradient(135deg,var(--coral),var(--orchid));border-radius:50%;width:60px;height:60px;padding:3px;position:relative}.story img{object-fit:cover;border:3px solid var(--bg);border-radius:50%;width:100%;height:100%}.story small{font-size:11px}.story i{background:var(--coral);border:2px solid var(--bg);border-radius:5px;padding:2px 6px;font-size:7px;font-style:normal;font-weight:800;position:absolute;bottom:-2px;left:12px}.add-story span{width:60px;height:60px;color:var(--muted);background:var(--surface);border:1px dashed #4c4c5c;border-radius:50%;place-items:center;display:grid}.composer,.post{border:1px solid var(--line);background:var(--surface);border-radius:18px}.composer{align-items:center;gap:12px;padding:13px 15px;display:flex}.composer img,.post-head>img{object-fit:cover;border-radius:50%;width:40px;height:40px}.composer>button:nth-child(2){color:var(--muted);text-align:left;background:#1d1d25;border:0;border-radius:12px;flex:1;height:39px;padding:0 15px;font-size:12px}.composer .icon-button{color:var(--coral)}.feed-heading{margin:27px 2px 14px}.feed-heading button{color:var(--muted);background:0 0;border:0;align-items:center;gap:4px;font-size:11px;display:flex}.post{margin-bottom:20px;overflow:hidden}.post-head{align-items:center;gap:11px;padding:16px 17px;display:flex}.post-head div{flex:1;gap:2px;display:grid}.post-head strong{font-size:13px}.post-head small{color:var(--muted);font-size:10px}.verified{background:var(--orchid);color:#fff;border-radius:50%;place-items:center;width:14px;height:14px;margin-left:5px;font-size:8px;display:inline-grid}.post>p{color:#dedce2;margin:0 0 15px;padding:0 17px;font-size:13px;line-height:1.6}.post-media{background:#222;width:100%;height:470px;position:relative}.post-media>img{object-fit:cover;width:100%;height:100%}.post-media.locked>img{filter:blur(18px)brightness(.45);transform:scale(1.08)}.unlock{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.unlock>span{background:#ffffff13;border:1px solid #ffffff20;border-radius:50%;place-items:center;width:56px;height:56px;margin-bottom:13px;display:grid}.unlock strong{font:700 18px Manrope}.unlock small{color:#c1bdc7;margin:6px 0 17px;font-size:11px}.unlock button{color:#111;background:#fff;border:0;border-radius:11px;padding:10px 20px;font-size:12px;font-weight:700}.post-actions{justify-content:space-between;align-items:center;padding:12px 15px;display:flex}.post-actions div{gap:4px;display:flex}.post-actions button{color:#b2b0b8;background:0 0;border:0;align-items:center;gap:6px;padding:6px;display:flex}.post-actions button span{font-size:11px}.post-actions button.liked{color:var(--coral)}.post-actions button.saved{color:var(--gold)}.right-rail{align-content:start;gap:18px;display:grid}.earnings-card,.suggestions,.trend-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:18px}.earnings-card>span{letter-spacing:1.4px;color:var(--muted);font-size:9px;font-weight:700}.earnings-card>div:nth-child(2){justify-content:space-between;align-items:center;margin-top:6px;display:flex}.earnings-card strong{font:700 24px Manrope}.earnings-card em{color:#70dda5;background:#153c2a;border-radius:7px;padding:4px 7px;font-size:9px;font-style:normal}.earnings-card small{color:var(--muted);font-size:10px}.bars{gap:5px;height:72px;align-items:end!important;margin:13px 0 10px!important;display:flex!important}.bars i{background:linear-gradient(var(--coral),#9b6cff80);opacity:.8;border-radius:3px 3px 0 0;flex:1}.earnings-card>button{color:#dcd8e2;background:#20202a;border:0;border-radius:10px;justify-content:center;gap:8px;width:100%;padding:10px;font-size:11px;display:flex}.rail-title{align-items:center;margin-bottom:14px}.rail-title strong{font:700 14px Manrope}.suggestion{align-items:center;gap:9px;margin:13px 0;display:flex}.suggestion img{object-fit:cover;border-radius:12px;width:39px;height:39px}.suggestion div{flex:1;display:grid}.suggestion strong{font-size:11px}.suggestion small{color:var(--muted);font-size:9px}.suggestion>button{color:#c7aaff;background:0 0;border:1px solid #4d3d67;border-radius:8px;padding:5px 9px;font-size:9px;font-weight:700}.trend-card{background:radial-gradient(circle at 100% 100%,#ff4d6d28,transparent 55%),radial-gradient(circle at 0 0,#9b6cff22,transparent 60%),var(--surface)}.trend-card h3{margin:10px 0 4px;font:700 17px Manrope}.trend-card p{color:var(--muted);font-size:10px}.trend-card button{color:var(--gold);background:0 0;border:0;padding:9px 0 0;font-size:10px;font-weight:700}.right-rail footer{color:#5f5f6b;padding:0 5px;font-size:9px;line-height:1.8}.mobile-menu,.mobile-logo,.mobile-nav,.scrim{display:none}@media (width<=1050px){.content-grid{grid-template-columns:minmax(460px,680px);max-width:740px}.right-rail{display:none}}@media (width<=760px){.sidebar{width:260px;transition:all .25s;transform:translate(-100%)}.sidebar-open{transform:translate(0)}.close-menu{display:grid!important}.scrim{z-index:29;background:#0009;border:0;display:block;position:fixed;inset:0}.page{padding:0}.mobile-menu,.mobile-logo{display:grid}.mobile-logo{margin-left:2px}.mobile-logo .logo{font-size:17px}.mobile-logo .logo-mark{width:27px;height:27px}.search{display:none}header{height:65px;padding:0 16px}.header-actions .avatar-button{display:none}.content-grid{max-width:680px;padding:20px 13px 85px;display:block}.post-media{height:min(118vw,500px)}.mobile-nav{z-index:25;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--line);background:#121218ed;justify-content:space-around;align-items:center;height:65px;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-nav a{color:#858590}.mobile-nav a.active{color:var(--coral)}.mobile-nav button{background:linear-gradient(135deg,var(--coral),var(--orchid));color:#fff;border:0;border-radius:13px;place-items:center;width:43px;height:43px;display:grid}.composer{display:none}.feed-heading{margin-top:5px}.stories{margin-top:0}}@media (width<=420px){.story-row{gap:9px}.story{min-width:58px}.story-ring,.add-story span{width:55px;height:55px}.post{border-radius:14px}.post-media{height:118vw}.post-head{padding:14px}.post>p{padding:0 14px}.header-actions .icon-button:first-child{display:none}}.sidebar nav button{text-align:left;width:100%;color:var(--muted);background:0 0;border:0;border-radius:13px;align-items:center;gap:14px;padding:12px 14px;font-weight:600;transition:all .2s;display:flex}.sidebar nav button:hover,.sidebar nav button.active{color:var(--text);background:var(--surface-2)}.sidebar nav button.active svg{color:var(--coral)}.sidebar nav button b{background:var(--coral);color:#fff;border-radius:20px;margin-left:auto;padding:2px 6px;font-size:10px}.mini-profile{text-align:left;background:0 0;border:0;width:100%}.plain-button{color:inherit;background:0 0;border:0}.search{cursor:pointer}.search span{text-align:left;flex:1;padding:0 10px;font-size:13px}.creator-mini{flex:1;text-align:left!important;background:0 0!important;border:0!important;align-items:center!important;gap:9px!important;padding:0!important;display:flex!important}.inner-page{max-width:1060px;margin:0 auto;padding:44px 32px 90px}.narrow-page{max-width:800px}.page-intro h1{margin:8px 0 4px;font:800 35px Manrope}.page-intro p{color:var(--muted);margin:0 0 28px;font-size:13px}.discover-search{background:var(--surface);border:1px solid var(--line);height:54px;color:var(--muted);border-radius:16px;align-items:center;padding:0 17px;display:flex}.discover-search input{color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:0 13px}.filter-row{scrollbar-width:none;gap:8px;padding:16px 0 22px;display:flex;overflow:auto}.filter-row button,.notification-tabs button{white-space:nowrap;background:var(--surface);color:var(--muted);border:1px solid var(--line);border-radius:30px;padding:8px 15px;font-size:11px}.filter-row button.selected,.notification-tabs button.active{background:var(--text);color:var(--bg);border-color:var(--text)}.creator-grid{grid-template-columns:repeat(5,1fr);gap:13px;display:grid}.creator-card{border:1px solid var(--line);background:var(--surface);text-align:left;border-radius:17px;min-height:270px;padding:0;position:relative;overflow:hidden}.creator-card>img{object-fit:cover;width:100%;height:158px}.creator-card>div{padding:14px}.creator-card .verified{border:3px solid var(--surface);width:20px;height:20px;position:absolute;top:145px;right:12px}.creator-card h3{margin:0 0 3px;font:700 13px Manrope}.creator-card p{color:var(--muted);margin:0 0 9px;font-size:10px}.creator-card small{color:#c9c5cc;font-size:9px}.trend-wide{background:radial-gradient(circle at 80% 0,#9b6cff30,transparent 40%),radial-gradient(circle at 0 100%,#ff4d6d25,transparent 45%),var(--surface);border:1px solid #3e3447;border-radius:20px;justify-content:space-between;align-items:center;min-height:145px;margin-top:24px;padding:25px;display:flex}.trend-wide h2{font-size:23px}.trend-wide p{color:var(--muted);font-size:11px}.trend-wide button{color:#15151c;background:#fff;border:0;border-radius:11px;padding:11px 16px;font-size:11px;font-weight:700}.messages-layout{border:1px solid var(--line);background:var(--surface);border-radius:19px;grid-template-columns:320px 1fr;height:610px;display:grid;overflow:hidden}.chat-list{border-right:1px solid var(--line);padding:12px}.chat-search{height:40px;color:var(--muted);background:#202028;border-radius:10px;align-items:center;gap:8px;margin-bottom:9px;padding:0 11px;font-size:11px;display:flex}.chat-list>button{width:100%;height:68px;color:inherit;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;padding:9px;display:flex}.chat-list>button.active{background:#23232d}.chat-list img,.conversation-head img{object-fit:cover;border-radius:50%;width:42px;height:42px}.chat-list>button div{flex:1;gap:4px;min-width:0;display:grid}.chat-list strong{font-size:11px}.chat-list small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.chat-list time{color:var(--muted);font-size:8px}.conversation{flex-direction:column;display:flex}.conversation-head{border-bottom:1px solid var(--line);align-items:center;gap:10px;height:68px;padding:11px 17px;display:flex}.conversation-head div{flex:1;gap:2px;display:grid}.conversation-head strong{font-size:12px}.conversation-head small{color:#62d99d;font-size:9px}.bubbles{background:radial-gradient(circle at 50% 0,#9b6cff0c,#0000 50%);flex-direction:column;flex:1;align-items:flex-start;gap:10px;padding:25px;display:flex}.bubbles .day{color:var(--muted);align-self:center;font-size:9px}.bubbles p{background:#252530;border-radius:13px 13px 13px 3px;max-width:72%;margin:0;padding:11px 14px;font-size:11px;line-height:1.5}.bubbles p.mine{background:linear-gradient(135deg,#d84364,var(--coral));border-radius:13px 13px 3px;align-self:flex-end}.message-box{border-top:1px solid var(--line);height:65px;color:var(--muted);align-items:center;gap:11px;padding:0 16px;display:flex}.message-box span{background:#22222b;border-radius:11px;flex:1;padding:11px}.message-box button{background:var(--coral);color:#fff;border:0;border-radius:10px;width:37px;height:37px}.notification-tabs{gap:8px;margin-bottom:14px;display:flex}.notification-list{border:1px solid var(--line);background:var(--surface);border-radius:18px;overflow:hidden}.notification-list>button{border:0;border-bottom:1px solid var(--line);width:100%;color:inherit;text-align:left;background:0 0;align-items:center;gap:13px;padding:17px;display:flex}.notification-list>button:last-child{border-bottom:0}.notification-list>button.unread{background:#9b6cff0a}.notification-icon{color:#ca8cff;background:#292331;border-radius:12px;place-items:center;width:39px;height:39px;display:grid}.notification-list>button div{flex:1;gap:5px;display:grid}.notification-list strong{font-size:11px}.notification-list small{color:var(--muted);font-size:9px}.notification-list>button>i{background:var(--coral);border-radius:50%;width:7px;height:7px}.collection-head{justify-content:space-between;align-items:center;display:flex}.collection-head>span{color:var(--muted);font-size:10px}.masonry-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.masonry-grid button{border:0;border-radius:15px;height:300px;padding:0;position:relative;overflow:hidden}.masonry-grid img{object-fit:cover;width:100%;height:100%;transition:all .3s}.masonry-grid button:hover img{transform:scale(1.04)}.masonry-grid span{background:#0d0d12bb;border-radius:8px;align-items:center;gap:5px;padding:6px 8px;font-size:9px;display:flex;position:absolute;bottom:10px;right:10px}.metric-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.metric-grid>div{border:1px solid var(--line);background:var(--surface);border-radius:16px;gap:7px;padding:16px;display:grid}.metric-grid>div.highlight{background:linear-gradient(135deg,#ff4d6d20,#9b6cff20),var(--surface);border-color:#5a3f58}.metric-grid>div>span{color:var(--coral)}.metric-grid small{color:var(--muted);font-size:9px}.metric-grid strong{font:700 20px Manrope}.metric-grid em{color:#6cdaa2;font-size:8px;font-style:normal}.revenue-panel{border:1px solid var(--line);background:var(--surface);border-radius:18px;margin:16px 0;padding:19px}.panel-head{justify-content:space-between;display:flex}.panel-head h2{margin:0;font-size:15px}.panel-head p{color:var(--muted);font-size:9px}.panel-head button,.payout-card button{border:1px solid var(--line);color:var(--text);background:#25252f;border-radius:9px;padding:8px 12px;font-size:9px}.chart{height:210px;margin-top:8px;position:relative}.chart svg{width:100%;height:180px;position:absolute;inset:20px 0 0}.chart-lines{flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:20px 0 10px}.chart-lines i{border-top:1px dashed #2c2c36}.payout-card{border:1px solid var(--line);background:var(--surface);border-radius:16px;align-items:center;gap:13px;padding:16px;display:flex}.payout-card>span{width:42px;height:42px;color:var(--orchid);background:#292331;border-radius:12px;place-items:center;display:grid}.payout-card div{flex:1;gap:4px;display:grid}.payout-card strong{font-size:12px}.payout-card small{color:var(--muted);font-size:9px}.payout-card b{font:700 16px Manrope}.profile-page{max-width:900px;margin:0 auto;padding-bottom:80px}.profile-cover{background-position:50%;background-size:cover;border-radius:0 0 22px 22px;height:275px;position:relative}.profile-cover:after{content:"";border-radius:inherit;background:linear-gradient(#0000,#0d0d1280);position:absolute;inset:0}.profile-cover>button{z-index:2;background:#0d0d1299;border-radius:50%;width:42px;height:42px;position:absolute;top:20px;left:20px}.profile-info{z-index:2;align-items:end;gap:16px;margin-top:-54px;padding:0 28px;display:flex;position:relative}.profile-info>img{object-fit:cover;border:5px solid var(--bg);border-radius:28px;width:112px;height:112px}.profile-name{flex:1;padding-bottom:4px}.profile-name h1{margin:0;font:800 25px Manrope}.profile-name p{color:var(--muted);margin:4px 0;font-size:11px}.outline-action,.subscribe-action{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:11px;align-items:center;gap:7px;margin-bottom:7px;padding:10px 15px;font-size:10px;font-weight:700;display:flex}.subscribe-action{background:linear-gradient(135deg,var(--coral),#e95c91);color:#fff;border:0}.profile-bio{padding:20px 29px}.profile-bio>p{color:#d5d2d9;max-width:540px;font-size:12px;line-height:1.6}.profile-bio>div{gap:23px;display:flex}.profile-bio strong{font-size:12px}.profile-bio strong span{color:var(--muted);font-weight:400}.profile-tabs{border-bottom:1px solid var(--line);gap:5px;padding:0 24px;display:flex}.profile-tabs button{color:var(--muted);background:0 0;border:0;align-items:center;gap:7px;padding:12px 16px;font-size:10px;display:flex}.profile-tabs button.active{color:var(--text);border-bottom:2px solid var(--coral)}.profile-posts{grid-template-columns:repeat(3,1fr);gap:4px;padding-top:4px;display:grid}.profile-posts>div{height:300px;position:relative;overflow:hidden}.profile-posts img{object-fit:cover;width:100%;height:100%}.profile-posts span{background:#0d0d1290;justify-content:center;align-items:center;gap:7px;font-size:10px;display:flex;position:absolute;inset:0}.modal-wrap{z-index:100;background:#000b;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.composer-modal{border:1px solid var(--line);background:var(--surface);border-radius:20px;width:min(520px,100%);padding:20px}.composer-modal>div:first-child{justify-content:space-between;align-items:center;display:flex}.composer-modal textarea{resize:none;color:#fff;border:1px solid var(--line);background:#1d1d25;border-radius:13px;outline:0;width:100%;height:120px;margin:12px 0;padding:14px}.upload-zone{width:100%;height:130px;color:var(--muted);background:#1a1a22;border:1px dashed #494956;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.upload-zone strong{color:var(--text);font-size:11px}.upload-zone small{font-size:9px}.modal-actions{justify-content:flex-end;gap:8px;margin-top:15px;display:flex}.modal-actions button{background:#25252e;border:0;border-radius:9px;padding:9px 15px}.modal-actions button:last-child{background:var(--coral);color:#fff}.not-found{text-align:center;padding:150px 20px}.not-found h1{font:800 35px Manrope}.not-found p{color:var(--muted)}.not-found button{background:var(--coral);color:#fff;border:0;border-radius:10px;padding:10px 18px}@media (width<=1100px){.creator-grid{grid-template-columns:repeat(3,1fr)}.metric-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.inner-page{padding:28px 14px 90px}.page-intro h1{font-size:28px}.creator-grid{grid-template-columns:repeat(2,1fr)}.creator-card{min-height:255px}.messages-layout{grid-template-columns:90px 1fr;height:calc(100vh - 190px)}.chat-list{padding:7px}.chat-search{justify-content:center}.chat-search span,.chat-list>button div,.chat-list time{display:none}.chat-list>button{justify-content:center}.masonry-grid{grid-template-columns:repeat(2,1fr)}.masonry-grid button{height:240px}.metric-grid{grid-template-columns:repeat(2,1fr)}.profile-cover{height:210px}.profile-info{padding:0 15px}.profile-info>img{border-radius:23px;width:90px;height:90px}.profile-name h1{font-size:19px}.profile-bio{padding:17px}.profile-posts>div{height:42vw}.mobile-nav>button{color:#858590;background:0 0;border:0}.mobile-nav>button.active{color:var(--coral)}.mobile-nav>button.mobile-create{background:linear-gradient(135deg,var(--coral),var(--orchid));color:#fff}.search span{display:none}}@media (width<=460px){.creator-grid{grid-template-columns:1fr 1fr;gap:8px}.creator-card>img{height:140px}.trend-wide{flex-direction:column;align-items:flex-start}.profile-info{flex-wrap:wrap}.profile-info .outline-action,.profile-info .subscribe-action{margin-left:auto}.profile-name{min-width:150px}.profile-bio>div{gap:13px}.profile-bio strong span{margin-top:2px;display:block}.payout-card{flex-wrap:wrap}.payout-card button{width:100%}}.profile-cover-empty,.edit-cover-empty{background:radial-gradient(circle at 78% 25%,#9b6cff30,#0000 34%),linear-gradient(135deg,#20202a,#17171e)}.profile-cover>button.empty-cover-action{color:#fff;border:1px solid #ffffff25;border-radius:11px;align-items:center;gap:8px;width:auto;height:auto;padding:11px 15px;display:flex;top:50%;left:50%;transform:translate(-50%,-50%)}.empty-bio{font-style:italic;color:var(--muted)!important}.empty-profile-posts{text-align:center;min-height:280px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;padding:35px;display:flex}.empty-profile-posts>svg{color:#777783;width:34px;height:34px}.empty-profile-posts h2{color:var(--text);margin:14px 0 5px;font:700 17px Manrope}.empty-profile-posts p{margin:0 0 17px;font-size:11px}.empty-profile-posts button{background:var(--coral);color:#fff;border:0;border-radius:10px;align-items:center;gap:7px;padding:10px 14px;font-size:10px;font-weight:700;display:flex}.profile-meta{color:var(--muted);margin:0 0 17px;gap:16px!important;display:flex!important}.profile-meta span{align-items:center;gap:5px;font-size:9px;display:flex}.edit-profile-page{max-width:850px;margin:0 auto;padding:42px 30px 110px}.edit-top{align-items:flex-start;gap:24px;margin-bottom:25px;display:flex}.edit-top h1{margin:6px 0 3px;font:800 34px Manrope}.edit-top p{color:var(--muted);margin:0;font-size:11px}.back-button{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:10px;align-items:center;gap:7px;margin-top:2px;padding:9px 11px;font-size:10px;display:flex}.edit-profile-page form{gap:14px;display:grid}.visual-editor,.form-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;overflow:hidden}.edit-cover{background-position:50%;background-size:cover;height:210px;position:relative}.edit-cover:after{content:"";background:linear-gradient(#0000,#0d0d1270);position:absolute;inset:0}.edit-cover label{z-index:2;cursor:pointer;background:#0d0d12d9;border:1px solid #ffffff25;border-radius:9px;align-items:center;gap:7px;padding:8px 11px;font-size:9px;font-weight:700;display:flex;position:absolute;bottom:15px;right:15px}.edit-cover input,.edit-avatar-wrap input{display:none}.edit-avatar-wrap{z-index:3;width:102px;height:102px;margin:-48px 0 0 25px;position:relative}.edit-avatar-wrap img{object-fit:cover;border:5px solid var(--surface);border-radius:25px;width:100%;height:100%}.edit-avatar-wrap label{background:var(--coral);border:3px solid var(--surface);cursor:pointer;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;bottom:-3px;right:-3px}.image-help{gap:4px;min-height:65px;margin-top:-51px;margin-left:110px;padding:11px 25px 18px;display:grid}.image-help strong{font-size:12px}.image-help small{color:var(--muted);font-size:9px}.form-card{padding:20px}.form-card-title{border-bottom:1px solid var(--line);align-items:center;margin-bottom:17px;padding-bottom:15px;display:flex}.form-card-title div{flex:1}.form-card-title h2{margin:0 0 4px;font-size:15px}.form-card-title p{color:var(--muted);margin:0;font-size:9px}.form-card-title>svg{color:var(--orchid)}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-grid label{flex-direction:column;gap:7px;display:flex;position:relative}.form-grid label.full{grid-column:1/-1}.form-grid label>span{color:#d9d6dc;font-size:10px;font-weight:700}.form-grid input,.form-grid textarea{border:1px solid var(--line);width:100%;color:var(--text);background:#1b1b23;border-radius:10px;outline:0;padding:11px 12px;font-size:11px}.form-grid input:focus,.form-grid textarea:focus{border-color:#8d5ddb;box-shadow:0 0 0 3px #9b6cff12}.form-grid textarea{resize:vertical;height:95px;line-height:1.5}.form-grid label>small{color:var(--muted);text-align:right;font-size:8px}.input-icon{position:relative}.input-icon>svg{color:#777684;position:absolute;top:11px;left:11px}.input-icon input{padding-left:34px}.compact-card{justify-content:space-between;align-items:center;display:flex}.compact-card>div{align-items:center;gap:12px;display:flex}.compact-card>div>svg{color:#6cdaa2}.compact-card>div>div{gap:4px;display:grid}.compact-card strong{font-size:11px}.compact-card small{color:var(--muted);font-size:9px}.compact-card>button{border:1px solid var(--line);color:var(--text);background:#22222b;border-radius:9px;padding:8px 11px;font-size:9px}.save-bar{border:1px solid var(--line);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#15151ce8;border-radius:14px;justify-content:flex-end;gap:9px;padding:11px;display:flex;position:sticky;bottom:14px;box-shadow:0 15px 50px #0008}.save-bar button{color:var(--text);background:#25252e;border:0;border-radius:9px;padding:10px 16px;font-size:10px;font-weight:700}.save-bar button:last-child{background:linear-gradient(135deg,var(--coral),#ed5f90);justify-content:center;align-items:center;gap:7px;min-width:132px;display:flex}.save-bar button.saved-state{background:#23835a}@media (width<=760px){.edit-profile-page{padding:27px 13px 90px}.edit-top{display:block}.back-button{margin-bottom:20px}.edit-top h1{font-size:28px}.edit-cover{height:170px}.form-grid{grid-template-columns:1fr}.form-grid label.full{grid-column:auto}.image-help{margin-top:0;margin-left:0;padding-top:4px}.compact-card{align-items:flex-start;gap:15px}.profile-meta{flex-wrap:wrap}.save-bar{bottom:72px}}.logout-button{color:#777684;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;width:100%;margin-top:auto;padding:9px 13px;font-size:10px;display:flex}.logout-button:hover{color:var(--coral);background:#ff4d6d10}.sidebar .logout-button+.mini-profile{margin-top:4px}.auth-page{background:#0d0d12;grid-template-columns:minmax(420px,1.05fr) minmax(470px,.95fr);min-height:100vh;display:grid}.auth-visual{background:linear-gradient(90deg,#0d0d1210,#0d0d12 110%),linear-gradient(#0000 40%,#0d0d12 100%),url(https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1400&q=88) 50%/cover;flex-direction:column;min-height:100vh;padding:35px 45px;display:flex;position:relative}.auth-visual:before{content:"";background:radial-gradient(circle at 65% 40%,#ff4d6d20,#0000 40%),linear-gradient(120deg,#0d0d12ee 8%,#0d0d1260 62%,#0d0d12cc);position:absolute;inset:0}.auth-visual>*{z-index:1;position:relative}.auth-logo{background:0 0;border:0;align-self:flex-start}.auth-copy{max-width:620px;margin:auto 0}.auth-copy h1{letter-spacing:-3px;margin:12px 0 22px;font:800 clamp(45px,5.3vw,78px)/1.04 Manrope}.auth-copy h1 em{background:linear-gradient(100deg,var(--coral),#ff84a2 40%,#bb8cff);color:#0000;-webkit-background-clip:text;font-style:normal}.auth-copy>p{color:#bbb8c1;max-width:520px;font-size:14px;line-height:1.7}.auth-proof{align-items:center;gap:14px;margin-top:30px;display:flex}.auth-faces{display:flex}.auth-faces img{object-fit:cover;border:2px solid #17171d;border-radius:50%;width:34px;height:34px;margin-left:-8px}.auth-faces img:first-child{margin-left:0}.auth-proof>span{color:#b4b1ba;font-size:10px;display:grid}.auth-proof strong{color:#fff}.auth-quote{border-left:2px solid var(--coral);margin-top:auto;padding:2px 0 2px 14px}.auth-quote p{margin:0 0 5px;font-size:11px}.auth-quote span{color:var(--muted);font-size:9px}.auth-panel{background:radial-gradient(circle at 100% 0,#9b6cff0c,#0000 35%);place-items:center;min-height:100vh;padding:40px;display:grid}.auth-box{width:min(410px,100%)}.auth-mobile-logo{display:none}.auth-kicker{letter-spacing:1.7px;color:var(--coral);font-size:9px;font-weight:800}.auth-box>h2{margin:9px 0 4px;font:800 30px Manrope}.auth-box>p{color:var(--muted);margin:0 0 23px;font-size:11px}.auth-tabs{border:1px solid var(--line);background:#17171e;border-radius:12px;grid-template-columns:1fr 1fr;margin-bottom:20px;padding:4px;display:grid}.auth-tabs button{color:var(--muted);background:0 0;border:0;border-radius:9px;padding:9px;font-size:10px;font-weight:700}.auth-tabs button.active{color:var(--text);background:#292932;box-shadow:0 3px 12px #0005}.auth-box form{gap:13px;display:grid}.auth-box form>label{gap:7px;display:grid}.auth-box form>label>span{color:#cfccd3;font-size:9px;font-weight:700}.auth-input{border:1px solid var(--line);color:#6f6e79;background:#17171e;border-radius:11px;align-items:center;height:45px;padding:0 12px;display:flex}.auth-input:focus-within{border-color:#8c5fce;box-shadow:0 0 0 3px #9b6cff12}.auth-input>svg{width:16px}.auth-input input{min-width:0;height:100%;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:0 10px;font-size:11px}.auth-input button{color:#777683;background:0 0;border:0;place-items:center;padding:3px;display:grid}.auth-input button svg{width:16px}.auth-options{justify-content:space-between;align-items:center;display:flex}.auth-options>label{color:var(--muted);align-items:center;gap:7px;font-size:9px;display:flex}.auth-options input{accent-color:var(--coral)}.auth-options>button{color:#bc93ff;background:0 0;border:0;font-size:9px}.auth-submit{background:linear-gradient(105deg,var(--coral),#ed5f90 55%,#a069e6);color:#fff;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;height:45px;margin-top:3px;font-size:11px;font-weight:800;display:flex;box-shadow:0 10px 25px #ff4d6d25}.auth-submit:disabled{opacity:.65}.auth-submit svg{width:17px}.auth-error{color:#ff91a5;background:#ff4d6d12;border:1px solid #ff4d6d45;border-radius:9px;padding:9px 11px;font-size:9px}.demo-login{text-align:center;border:1px dashed #353541;border-radius:11px;gap:5px;margin-top:20px;padding:14px;display:grid}.demo-login>span{letter-spacing:1.4px;color:var(--muted);font-size:7px}.demo-login button{color:#c39bff;background:0 0;border:0;font-size:10px;font-weight:700}.demo-login small{color:#696875;font-size:8px}.auth-terms{text-align:center!important;color:#5e5d68!important;margin-top:17px!important;font-size:8px!important}@media (width<=900px){.auth-page{grid-template-columns:1fr}.auth-visual{display:none}.auth-panel{padding:28px 18px}.auth-mobile-logo{margin-bottom:45px;display:block}.auth-mobile-logo .logo{justify-content:center}.auth-box>h2,.auth-box>p{text-align:center}.auth-kicker{text-align:center;display:block}}@media (width<=450px){.auth-panel{place-items:start center;padding-top:24px}.auth-mobile-logo{margin-bottom:36px}.auth-box>h2{font-size:26px}.auth-options{align-items:flex-start}.auth-page,.auth-panel{min-height:100dvh}}.logo-mark{width:36px;height:36px;box-shadow:none;filter:drop-shadow(0 7px 12px #ff4d6d32);background:0 0;border-radius:12px;flex:0 0 36px;display:block;overflow:hidden}.logo-mark img{object-fit:contain;display:block;width:36px!important;max-width:36px!important;height:36px!important;max-height:36px!important}.mobile-logo .logo-mark{width:30px;height:30px}.mobile-logo .logo-mark img{width:30px!important;max-width:30px!important;height:30px!important;max-height:30px!important}.post-author{color:inherit;text-align:left;background:0 0;border:0;flex:1;align-items:center;gap:11px;padding:0;display:flex}.post-author>img{object-fit:cover;border-radius:50%;width:40px;height:40px}.post-author>div{gap:2px;display:grid}.post-author strong{font-size:13px}.post-author small{color:var(--muted);font-size:10px}.post-author:hover strong{color:#d9bbff}.own-story{border-style:solid!important;padding:2px!important;position:relative!important;overflow:visible!important}.own-story img{border:2px solid var(--bg)!important}.own-story>svg{background:var(--coral);color:#fff;border:2px solid var(--bg);border-radius:50%;width:20px;height:20px;padding:2px;position:absolute;bottom:-1px;right:-1px}.creator-card .you-badge{color:var(--gold);letter-spacing:1px;background:#0d0d12d9;border:1px solid #ffffff20;border-radius:7px;padding:4px 7px;font-size:7px;position:absolute;top:10px;left:10px}.feed-profiles{margin:23px 0 4px}.feed-profile-row{grid-template-columns:repeat(4,1fr);gap:9px;margin-top:13px;display:grid}.feed-profile-row>button{border:1px solid var(--line);background:var(--surface);min-width:0;color:inherit;text-align:center;border-radius:14px;flex-direction:column;align-items:center;padding:13px 8px;display:flex}.feed-profile-row img{object-fit:cover;border-radius:18px;width:55px;height:55px;margin-bottom:8px}.feed-profile-row strong{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:10px;overflow:hidden}.feed-profile-row strong small{color:var(--gold);background:#42351f;border-radius:4px;margin-left:4px;padding:2px 4px;font-size:6px}.feed-profile-row span{color:var(--muted);margin:3px 0 10px;font-size:8px}.feed-profile-row em{color:#c9a7ff;border:1px solid #4c3d61;border-radius:7px;padding:5px 8px;font-size:7px;font-style:normal;font-weight:700}.feed-profile-row>button:hover{border-color:#644889;transform:translateY(-2px)}@media (width<=500px){.feed-profile-row{grid-template-columns:repeat(2,1fr)}.feed-profile-row>button:nth-child(n+3){display:none}.post-author>img{width:38px;height:38px}}.creator-onboarding{max-width:920px;margin:0 auto;padding:42px 30px 100px}.creator-onboarding>.back-button{margin-bottom:24px}.creator-hero{background:radial-gradient(circle at 90% 5%,#9b6cff32,transparent 35%),radial-gradient(circle at 0 100%,#ff4d6d25,transparent 42%),var(--surface);border:1px solid #493951;border-radius:22px;padding:34px}.creator-hero h1{letter-spacing:-1.8px;max-width:680px;margin:10px 0 13px;font:800 clamp(32px,5vw,54px)/1.08 Manrope}.creator-hero>div>p{color:#bbb8c1;max-width:650px;font-size:13px;line-height:1.65}.creator-benefits{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px;display:grid}.creator-benefits>div{background:#0d0d1255;border:1px solid #ffffff12;border-radius:14px;gap:7px;padding:16px;display:grid}.creator-benefits svg{color:var(--gold)}.creator-benefits strong{font-size:12px}.creator-benefits small{color:var(--muted);font-size:9px;line-height:1.5}.creator-setup{border:1px solid var(--line);background:var(--surface);border-radius:19px;gap:18px;max-width:650px;margin:17px auto 0;padding:23px;display:grid}.creator-setup>label:not(.creator-consent){gap:8px;display:grid}.creator-setup>label>span{font-size:10px;font-weight:700}.creator-setup select,.creator-price{border:1px solid var(--line);height:46px;color:var(--text);background:#1b1b23;border-radius:11px;outline:0;padding:0 12px}.creator-setup select:focus,.creator-price:focus-within{border-color:#8c5fce}.creator-price{color:var(--muted);align-items:center;display:flex}.creator-price input{height:100%;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:0 9px}.creator-price small{font-size:9px}.creator-consent{color:var(--muted);align-items:flex-start;gap:9px;line-height:1.5;display:flex}.creator-consent input{accent-color:var(--coral);margin-top:3px}.creator-consent span{font-weight:400!important}.creator-submit{background:linear-gradient(105deg,var(--coral),#ed5f90 55%,#9b6cff);color:#fff;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;height:46px;font-size:11px;font-weight:800;display:flex}.creator-note{text-align:center;color:#686773;font-size:8px}.creator-success{text-align:center;background:radial-gradient(circle at 50% 0,#9b6cff28,transparent 50%),var(--surface);border:1px solid #4a3a54;border-radius:22px;max-width:650px;margin:90px auto;padding:50px 30px}.creator-success>span{background:#24845a;border-radius:50%;place-items:center;width:58px;height:58px;margin:0 auto 18px;display:grid}.creator-success h1{margin:9px 0;font:800 31px Manrope}.creator-success>p:not(.eyebrow){color:var(--muted);font-size:11px}.creator-success>div{justify-content:center;gap:9px;margin-top:22px;display:flex}.creator-success button{border:1px solid var(--line);background:#25252e;border-radius:10px;padding:10px 14px;font-size:10px}.creator-success button:first-child{background:var(--coral);border-color:var(--coral);color:#fff}@media (width<=650px){.creator-onboarding{padding:25px 13px 90px}.creator-hero{padding:24px 19px}.creator-benefits{grid-template-columns:1fr}.creator-setup{padding:18px}.creator-success{margin:35px auto}.creator-success>div{flex-direction:column}}.application-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.application-grid label{gap:8px;display:grid}.application-grid span{font-size:10px;font-weight:700}.application-grid input,.creator-setup>label>input,.creator-setup textarea{border:1px solid var(--line);width:100%;color:var(--text);background:#1b1b23;border-radius:11px;outline:0;padding:12px}.application-grid input,.creator-setup>label>input{height:46px}.creator-setup textarea{resize:vertical;min-height:105px;font:inherit;line-height:1.5}.application-grid input:focus,.creator-setup>label>input:focus,.creator-setup textarea:focus{border-color:#8c5fce}.field-count{text-align:right;color:var(--muted);font-size:8px}.creator-pending>span{background:#725322}.creator-pending{max-width:720px}.application-summary{grid-template-columns:repeat(3,1fr);gap:10px!important;margin:25px 0 5px!important;display:grid!important}.application-summary>span{border:1px solid var(--line);background:#ffffff08;border-radius:12px;gap:6px;padding:14px;display:grid}.application-summary small{color:var(--muted);letter-spacing:1px;font-size:8px}.application-summary strong{font-size:11px}@media (width<=650px){.application-grid,.application-summary{grid-template-columns:1fr}.creator-pending>div:last-child{flex-direction:column}}.identity-section{background:#15151d;border:1px solid #4b4055;border-radius:15px;gap:15px;padding:17px;display:grid}.identity-section>div{align-items:center;gap:11px;display:flex}.identity-section>div>svg{color:var(--gold)}.identity-section>div>span{gap:4px;display:grid}.identity-section strong{font-size:11px}.identity-section small{color:var(--muted);font-size:9px}.identity-section>label:not(.identity-upload){gap:8px;display:grid}.identity-section>label>span{font-size:10px;font-weight:700}.identity-upload{cursor:pointer;min-height:105px;color:var(--muted);text-align:center;background:#1b1b23;border:1px dashed #565260;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:14px;display:flex}.identity-upload input{display:none}.identity-upload svg{color:var(--orchid)}.identity-upload.has-file{background:#18312655;border-style:solid;border-color:#347b5b}.identity-upload.has-file svg{color:#61d59a}.landing-page{background:radial-gradient(circle at 78% 18%,#9b6cff1e,transparent 30%),radial-gradient(circle at 15% 65%,#ff4d6d13,transparent 32%),var(--bg);min-height:100vh;overflow:hidden}.landing-nav{justify-content:space-between;align-items:center;max-width:1240px;height:82px;margin:auto;padding:0 34px;display:flex}.landing-nav>button,.landing-nav>div>button{background:0 0;border:0}.landing-nav>div{align-items:center;gap:22px;display:flex}.landing-nav>div>button{color:#bbb8c1;font-size:11px}.landing-nav .landing-login{color:#fff;background:#ffffff0c;border:1px solid #ffffff25;border-radius:11px;padding:10px 18px;font-weight:700}.landing-hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:75px;max-width:1240px;min-height:660px;margin:auto;padding:55px 45px 85px;display:grid}.landing-copy h1{letter-spacing:-3.5px;margin:13px 0 23px;font:800 clamp(48px,6vw,82px)/1.02 Manrope}.landing-copy h1 em{background:linear-gradient(100deg,var(--coral),#ff87a3 45%,#b481ff);color:#0000;-webkit-background-clip:text;font-style:normal}.landing-copy>p{color:#aaa7b0;max-width:610px;font-size:14px;line-height:1.75}.landing-actions{gap:10px;margin:30px 0 24px;display:flex}.landing-actions button{border:1px solid var(--line);color:#fff;background:#1b1b23;border-radius:12px;align-items:center;gap:8px;height:48px;padding:0 19px;font-size:11px;font-weight:800;display:flex}.landing-actions button:first-child{background:linear-gradient(105deg,var(--coral),#e75e91 55%,var(--orchid));border:0;box-shadow:0 13px 30px #ff4d6d28}.landing-trust{flex-wrap:wrap;gap:20px;display:flex}.landing-trust span{color:#777683;align-items:center;gap:5px;font-size:9px;display:flex}.landing-trust svg{color:#64d89e;width:13px}.landing-visual{position:relative}.landing-photo{background:var(--surface);border:1px solid #ffffff1b;border-radius:28px;overflow:hidden;transform:rotate(2deg);box-shadow:0 35px 80px #0009}.landing-photo>img{object-fit:cover;width:100%;height:505px;display:block}.landing-photo>div{align-items:center;gap:10px;height:76px;padding:12px 15px;display:flex}.landing-photo>div>img{object-fit:cover;border-radius:50%;width:42px;height:42px}.landing-photo>div>span{flex:1;display:grid}.landing-photo strong{font-size:11px}.landing-photo small{color:var(--muted);font-size:8px}.landing-photo button{background:var(--coral);color:#fff;border:0;border-radius:9px;padding:8px 11px;font-size:9px;font-weight:700}.floating-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#16161ee8;border:1px solid #ffffff20;border-radius:15px;align-items:center;gap:11px;padding:14px 16px;display:flex;position:absolute;bottom:105px;left:-55px;transform:rotate(-3deg);box-shadow:0 17px 45px #0008}.floating-card>svg{color:var(--gold)}.floating-card span{gap:3px;display:grid}.floating-card small{letter-spacing:1px;color:var(--muted);font-size:7px}.floating-card strong{font-size:10px}.landing-features{border:1px solid var(--line);background:var(--surface);border-radius:20px;grid-template-columns:repeat(3,1fr);max-width:1240px;margin:0 auto 45px;display:grid}.landing-features>div{border-right:1px solid var(--line);padding:27px 30px}.landing-features>div:last-child{border:0}.landing-features span{color:var(--coral);font-size:9px;font-weight:800}.landing-features h3{margin:9px 0 5px;font:700 15px Manrope}.landing-features p{color:var(--muted);margin:0;font-size:10px;line-height:1.55}.landing-showcase{border:1px solid var(--line);background:linear-gradient(120deg,#191922,#111116);border-radius:24px;grid-template-columns:.8fr 1.2fr;align-items:center;gap:55px;max-width:1240px;margin:0 auto 70px;padding:46px;display:grid}.landing-showcase h2{letter-spacing:-1.5px;margin:11px 0 14px;font:750 clamp(28px,3vw,43px)/1.1 Manrope}.landing-showcase>div>p{color:var(--muted);max-width:440px;font-size:12px;line-height:1.7}.landing-showcase>div>button{color:#131318;background:#fff;border:0;border-radius:11px;margin-top:16px;padding:12px 16px;font-size:10px;font-weight:800}.landing-creator-cards{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.landing-creator-cards>button{color:#fff;text-align:left;background:#222;border:1px solid #ffffff18;border-radius:17px;min-width:0;height:280px;padding:0;position:relative;overflow:hidden}.landing-creator-cards>button>img{object-fit:cover;width:100%;height:100%}.landing-creator-cards>button:after{content:"";background:linear-gradient(#0000,#08080be8);position:absolute;inset:35% 0 0}.landing-creator-cards>button>span{z-index:1;display:grid;position:absolute;bottom:15px;left:15px;right:15px}.landing-creator-cards strong{font-size:11px}.landing-creator-cards small{color:#cac7d0;margin-top:3px;font-size:8px}.landing-creator-cards .verified{margin-left:5px}@media (width<=900px){.landing-hero{grid-template-columns:1fr;padding-top:45px}.landing-visual{max-width:520px;margin:auto}.landing-photo>img{height:430px}.landing-features{margin:0 20px 35px}.landing-showcase{grid-template-columns:1fr;margin:0 20px 45px}}@media (width<=600px){.landing-nav{height:70px;padding:0 17px}.landing-nav>div>button:first-child{display:none}.landing-hero{min-height:0;padding:55px 18px 65px;display:block}.landing-copy h1{letter-spacing:-2.4px;font-size:46px}.landing-copy>p{font-size:12px}.landing-actions{flex-direction:column}.landing-actions button{justify-content:center}.landing-trust{gap:10px}.landing-visual{margin-top:48px}.landing-photo>img{height:390px}.floating-card{bottom:90px;left:-3px}.landing-features{grid-template-columns:1fr}.landing-features>div{border-right:0;border-bottom:1px solid var(--line)}.landing-showcase{padding:28px 20px}.landing-creator-cards{grid-template-columns:1fr 1fr}.landing-creator-cards>button{height:230px}.landing-creator-cards>button:last-child{display:none}}.upload-zone{cursor:pointer}.upload-zone input{display:none}.post-upload-preview{background:#111;border-radius:13px;height:240px;position:relative;overflow:hidden}.post-upload-preview img{object-fit:cover;width:100%;height:100%}.post-upload-preview button{color:#fff;background:#0d0d12cc;border:0;border-radius:50%;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:9px;right:9px}.paid-post-toggle{border:1px solid var(--line);cursor:pointer;background:#1b1b23;border-radius:11px;align-items:flex-start;gap:10px;margin-top:13px;padding:12px;display:flex}.paid-post-toggle>input{accent-color:var(--coral);margin-top:4px}.paid-post-toggle>span{grid-template-columns:22px 1fr;gap:2px 7px;display:grid}.paid-post-toggle svg{width:17px;color:var(--gold);grid-row:1/3}.paid-post-toggle strong{font-size:10px}.paid-post-toggle small{color:var(--muted);font-size:8px}.profile-review-status{background:linear-gradient(105deg,#3d2d1766,#9b6cff10),var(--surface);width:calc(100% - 56px);color:var(--text);text-align:left;border:1px solid #705628;border-radius:14px;align-items:center;gap:12px;margin:20px 28px 0;padding:13px 15px;display:flex}.profile-review-status>span{color:#ffd17e;background:#725322;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.profile-review-status>span svg{width:19px}.profile-review-status>div{flex:1;gap:4px;display:grid}.profile-review-status strong{font-size:11px}.profile-review-status small{color:var(--muted);font-size:9px}.profile-review-status em{color:var(--gold);font-size:9px;font-style:normal;font-weight:700}@media (width<=650px){.profile-review-status{width:calc(100% - 30px);margin:17px 15px 0}.profile-review-status em{display:none}}.integration-modal{background:radial-gradient(circle at 0 0,#9b6cff20,transparent 42%),var(--surface);text-align:center;border:1px solid #725b31;border-radius:20px;width:min(430px,100%);padding:30px;position:relative}.integration-modal>span{color:#ffd17e;background:#725322;border-radius:15px;place-items:center;width:52px;height:52px;margin:0 auto 15px;display:grid}.integration-modal>.icon-button{position:absolute;top:13px;right:13px}.integration-modal h2{margin:8px 0;font:800 22px Manrope}.integration-modal>p:not(.eyebrow){color:var(--muted);font-size:11px;line-height:1.7}.integration-close{background:var(--coral);color:#fff;border:0;border-radius:10px;width:100%;height:43px;margin-top:15px;font-weight:700}.integration-inline{color:#e4c889;background:#3d2d1744;border:1px solid #6b542b;border-radius:11px;margin:0 0 16px;padding:11px 13px;font-size:10px}.empty-results{text-align:center;color:var(--muted);padding:45px}.empty-results h2{color:var(--text);font-size:18px}.message-box{text-align:left;border:0;width:100%}.auth-input input:-webkit-autofill{-webkit-text-fill-color:var(--text);caret-color:var(--text);transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #17171e}.auth-input input:-webkit-autofill:hover{-webkit-text-fill-color:var(--text);caret-color:var(--text);transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #17171e}.auth-input input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text);caret-color:var(--text);transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #17171e}.auth-input input:-webkit-autofill:active{-webkit-text-fill-color:var(--text);caret-color:var(--text);transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #17171e}.auth-input input:autofill{color:var(--text);background:#17171e}@media (width>=1051px){.content-grid{grid-template-columns:minmax(640px,1fr) 340px;gap:30px;max-width:1380px;padding-left:32px;padding-right:32px}.post-media{height:clamp(500px,45vw,650px)}.inner-page{max-width:1380px}.profile-page{max-width:1280px;padding-left:32px;padding-right:32px}.profile-cover{height:340px}.profile-posts>div{height:clamp(300px,25vw,430px)}.landing-nav,.landing-hero,.landing-features,.landing-showcase{max-width:1440px}.landing-hero{gap:60px;padding-left:32px;padding-right:32px}.landing-features,.landing-showcase{width:calc(100% - 64px)}}@media (width<=760px){html,body,#root,.app,.page{max-width:100%;overflow-x:hidden}img,video{max-width:100%}.profile-page{width:100%}.profile-info{flex-wrap:wrap;row-gap:8px}.profile-name{min-width:calc(100% - 112px)}.profile-info>.outline-action,.profile-info>.subscribe-action{margin-left:auto}.trend-wide{flex-direction:column;align-items:flex-start;gap:16px}.trend-wide button{width:100%}.collection-head{align-items:flex-start;gap:10px}.panel-head{gap:12px}.landing-photo,.floating-card,.landing-creator-cards,.creator-hero,.creator-setup,.form-card{min-width:0;max-width:100%}}@media (width<=420px){.profile-info>img{width:82px;height:82px}.profile-name{min-width:calc(100% - 98px)}.profile-info>.outline-action,.profile-info>.subscribe-action{flex:1;justify-content:center}.profile-tabs{scrollbar-width:none;overflow-x:auto}.profile-tabs button{white-space:nowrap}.landing-copy h1{font-size:40px}}
