*{box-sizing:border-box} :root{--bg:#f6f7fb;--surface:#fff;--surface-soft:#f1f3f8;--text:#171923;--muted:#73798b;--line:#e8eaf1;--purple:#7457ee;--purple-dark:#5940d0;--pink:#ef517f;--shadow:0 16px 45px rgba(41,35,75,.08)}body.dark{--bg:#11121a;--surface:#1a1c26;--surface-soft:#242633;--text:#f5f5f8;--muted:#9da2b3;--line:#303240;--shadow:0 18px 50px rgba(0,0,0,.26)}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;transition:background .25s,color .25s}button,input,textarea{font:inherit;color:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:230px;padding:28px 20px 20px;background:var(--surface);border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:20}.brand,.mobile-brand{border:0;background:none;display:flex;align-items:center;gap:12px;padding:0}.brand-mark{width:41px;height:41px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#8e6cff,#5940d0);color:#fff;font-weight:900;letter-spacing:-1px;box-shadow:0 7px 18px rgba(116,87,238,.3)}.brand-name{font-size:20px;font-weight:850;letter-spacing:-.5px}.main-nav{display:grid;gap:7px;margin-top:40px}.nav-item{height:46px;padding:0 12px;border:0;background:none;border-radius:13px;display:flex;align-items:center;gap:13px;color:var(--muted);font-weight:650;text-align:left}.nav-item:hover,.nav-item.active{background:#eeeaff;color:var(--purple)}body.dark .nav-item:hover,body.dark .nav-item.active{background:#2b2745}.nav-item .icon{width:23px;text-align:center;font-size:24px;line-height:1}.live-dot{color:#ef3f64;font-size:17px!important}.nav-count{margin-left:auto;background:#f05a7c;color:#fff;font-size:10px;min-width:20px;height:20px;border-radius:12px;display:grid;place-items:center;padding:0 5px}.mini-avatar{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;color:#fff;font-size:8px}.create-button,.primary-action{height:46px;border:0;border-radius:13px;background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff;font-weight:750;box-shadow:0 9px 24px rgba(116,87,238,.25)}.create-button{margin-top:22px}.create-button span{font-size:20px;margin-right:4px}.sidebar-footer{margin-top:auto}.theme-toggle{width:100%;border:0;background:none;padding:13px 10px;display:flex;gap:12px;color:var(--muted)}.profile-chip{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;padding-top:16px;border-top:1px solid var(--line)}.avatar{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#fff;font-weight:800;font-size:11px;flex:0 0 auto}.avatar-me{background:linear-gradient(145deg,#da8663,#5d2f48)}.avatar-lina{background:linear-gradient(145deg,#f2a8b4,#7646a8)}.avatar-marc{background:linear-gradient(145deg,#3f4557,#bd845d)}.avatar-noa{background:linear-gradient(145deg,#38a9ba,#325075)}.avatar-sana{background:linear-gradient(145deg,#f7a84f,#8b3f59)}.avatar-theo{background:linear-gradient(145deg,#78b765,#386459)}.avatar-jade{background:linear-gradient(145deg,#c974d3,#7041a0)}.avatar-yass{background:linear-gradient(145deg,#599ac7,#303a77)}.avatar-lou{background:linear-gradient(145deg,#e07968,#713b4d)}.profile-chip span:nth-child(2),.suggestion>span:nth-child(2),.live-info>span:nth-child(2),.conversation>span:nth-child(2),.composer-user>span:nth-child(2),.chat-area header>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.profile-chip small,.suggestion small,.live-info small,.conversation small,.composer-user small,.chat-area header small{color:var(--muted);font-size:11px;margin-top:3px}.more{color:var(--muted)}.content{margin-left:230px;min-height:100vh}.topbar{height:80px;background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:15;display:flex;align-items:center;padding:0 32px}.mobile-brand{display:none}.search-box{width:min(420px,42vw);height:43px;border-radius:13px;background:var(--surface-soft);display:flex;align-items:center;padding:0 14px;gap:10px;color:var(--muted)}.search-box input{border:0;outline:0;background:transparent;width:100%}.search-box kbd{font-size:10px;border:1px solid var(--line);background:var(--surface);border-radius:5px;padding:3px 6px;white-space:nowrap}.top-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.live-button{border:1px solid #ffc7d3;background:#fff3f6;color:#e43c63;border-radius:12px;height:40px;padding:0 14px;font-weight:800}.live-button span{animation:pulse 1.4s infinite}.round-button,.top-avatar{position:relative;width:40px;height:40px;border:1px solid var(--line);background:var(--surface);border-radius:12px;font-weight:750}.round-button i{position:absolute;right:-5px;top:-7px;background:#ef4d72;color:#fff;border:2px solid var(--surface);font-size:9px;font-style:normal;width:18px;height:18px;display:grid;place-items:center;border-radius:9px}.top-avatar{border:0;color:#fff}.view{display:none}.view.active{display:block}.feed-layout{max-width:1180px;margin:auto;padding:30px 32px 70px;display:grid;grid-template-columns:minmax(0,680px) 310px;gap:28px}.feed-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.eyebrow{font-size:10px;letter-spacing:1.8px;color:var(--purple);font-weight:900;margin:0 0 6px}.eyebrow.red{color:#e53c62}.feed-heading h1,.page-heading h1{font-size:27px;letter-spacing:-.8px;margin:0}.feed-heading h1 span{font-size:23px}.feed-tabs{display:flex;background:var(--surface-soft);padding:4px;border-radius:12px}.feed-tabs button,.category-row button{border:0;background:none;padding:8px 12px;color:var(--muted);font-weight:700;border-radius:9px}.feed-tabs .active,.category-row .active{background:var(--surface);color:var(--text);box-shadow:0 3px 12px rgba(20,20,40,.06)}.stories{display:flex;gap:17px;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:17px 18px;margin-bottom:18px;overflow:auto;box-shadow:0 8px 30px rgba(41,35,75,.035)}.story{border:0;background:none;padding:0;display:flex;align-items:center;flex-direction:column;gap:7px;min-width:55px}.story small{font-size:11px}.story-ring{position:relative;width:54px;height:54px;border-radius:18px;padding:2px;background:linear-gradient(140deg,#8d65f8,#f04f7e)}.story-ring .avatar{width:50px;height:50px;border:2px solid var(--surface);border-radius:16px}.story-ring b{position:absolute;right:-3px;bottom:-3px;width:19px;height:19px;background:var(--purple);border:2px solid var(--surface);color:#fff;border-radius:7px;font-size:13px}.story-ring em{position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);background:#ef3d62;color:#fff;border:2px solid var(--surface);border-radius:5px;padding:1px 4px;font-size:7px;font-style:normal;font-weight:900}.add-story .story-ring{background:var(--line)}.post-card,.rail-card{background:var(--surface);border:1px solid var(--line);border-radius:19px;box-shadow:0 10px 35px rgba(41,35,75,.04)}.post-card{padding:18px;margin-bottom:19px}.post-header{display:flex;align-items:center;gap:11px}.post-header>div{display:flex;flex-direction:column}.post-header small{color:var(--muted);font-size:11px;margin-top:3px}.verified{font-size:10px;background:var(--purple);color:#fff;border-radius:50%;padding:1px 3px}.more-button{margin-left:auto;border:0;background:none;color:var(--muted);letter-spacing:2px}.post-copy{line-height:1.55;margin:14px 2px}.post-copy strong{color:var(--purple);font-weight:650}.post-media{height:355px;border-radius:16px;position:relative;overflow:hidden}.sunset-media{background:linear-gradient(180deg,#efb184 0%,#d98984 47%,#4e4777 48%,#242743 100%)}.sun{position:absolute;width:105px;height:105px;border-radius:50%;background:#ffe09e;filter:blur(2px);top:70px;left:50%;transform:translateX(-50%);box-shadow:0 0 40px rgba(255,220,145,.75)}.skyline{position:absolute;left:0;right:0;bottom:0;height:47%;background:linear-gradient(165deg,transparent 12%,#2d2a42 12% 24%,transparent 24% 30%,#232339 30% 42%,transparent 42% 49%,#312a42 49%);opacity:.95}.sound-pill{position:absolute;left:14px;bottom:14px;border:0;border-radius:20px;padding:8px 12px;background:rgba(20,20,30,.58);color:#fff;font-size:11px;backdrop-filter:blur(8px)}.media-count,.duration{position:absolute;right:13px;top:13px;background:rgba(20,20,30,.55);color:#fff;padding:5px 9px;border-radius:12px;font-size:10px}.post-stats{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;padding:13px 2px;border-bottom:1px solid var(--line)}.post-stats b{color:var(--text)}.post-actions{display:grid;grid-template-columns:1fr 1.2fr 1fr 38px;align-items:center;padding:7px 0 0}.post-actions button{border:0;background:none;color:var(--muted);height:38px;border-radius:9px;font-size:12px}.post-actions button:hover{background:var(--surface-soft)}.post-actions span{font-size:17px;margin-right:4px}.like-button.liked{color:#ee486f}.save-button.saved{color:#d79f24}.comment-row{border-top:1px solid var(--line);padding-top:13px;margin-top:5px;display:flex;align-items:center;gap:9px}.comment-row .avatar{width:31px;height:31px;border-radius:10px;font-size:8px}.comment-row input{border:0;background:var(--surface-soft);height:35px;border-radius:10px;padding:0 12px;outline:0;flex:1}.comment-row button{border:0;background:none;color:var(--purple);font-weight:750}.studio-media{background:linear-gradient(140deg,#d8bea0,#926e55);position:relative;overflow:hidden}.paint-shape{position:absolute;border-radius:45% 55% 32% 68%}.shape-one{width:230px;height:220px;background:#32485a;left:10%;top:14%;transform:rotate(22deg)}.shape-two{width:190px;height:170px;background:#e8a75b;right:9%;bottom:8%;transform:rotate(-18deg)}.canvas-label{position:absolute;inset:28% auto auto 50%;transform:translateX(-50%) rotate(-4deg);background:#f4eadc;color:#34303a;padding:24px 38px;text-align:center;font-size:18px;letter-spacing:3px;box-shadow:0 8px 30px rgba(30,25,20,.2)}.canvas-label b{font-size:23px}.play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.6);background:rgba(10,10,20,.42);color:#fff;width:54px;height:54px;border-radius:50%;backdrop-filter:blur(7px)}.duration{top:auto;bottom:13px}.right-rail{display:flex;flex-direction:column;gap:18px}.rail-card{padding:16px}.rail-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.rail-title>div{display:flex;align-items:center;gap:7px}.rail-title h2{font-size:15px;margin:0}.rail-title button{border:0;background:none;color:var(--purple);font-size:11px;font-weight:750}.pulse{width:8px;height:8px;border-radius:50%;background:#ee3e64;box-shadow:0 0 0 4px #ffe0e7}.live-preview{height:150px;border-radius:14px;position:relative;overflow:hidden;margin-top:10px;color:#fff}.ocean-live{background:linear-gradient(160deg,#84d3dc 0 35%,#2d8ca5 36% 57%,#e1c196 58% 66%,#3d6a55 67%)}.kitchen-live{background:linear-gradient(135deg,#eab966,#8f553c 42%,#3b3a42 43% 64%,#b37853 65%)}.music-live{background:radial-gradient(circle at 50% 45%,#c17496,#402a5e 55%,#171a2c)}.live-label{position:absolute;left:10px;top:10px;background:#ed3e63;border-radius:6px;padding:4px 7px;font-size:9px;font-weight:900}.viewer-count{position:absolute;right:10px;top:10px;background:rgba(20,20,30,.45);border-radius:8px;padding:4px 7px;font-size:9px}.live-info{position:absolute;left:10px;right:10px;bottom:10px;display:flex;align-items:center;gap:8px;text-shadow:0 1px 4px #222}.live-info .avatar{width:30px;height:30px;border-radius:10px;font-size:8px}.live-info small{color:#fff}.suggestion{display:flex;align-items:center;gap:9px;padding:10px 0}.suggestion .avatar{width:36px;height:36px;border-radius:11px;font-size:9px}.suggestion strong{font-size:12px}.suggestion small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:125px}.follow-button{margin-left:auto;border:0;background:#eeeaff;color:var(--purple);border-radius:9px;padding:7px 10px;font-size:10px;font-weight:800}.follow-button.following{background:var(--surface-soft);color:var(--muted)}.meta-links{text-align:center;color:var(--muted);font-size:10px;line-height:1.8}.simple-view{max-width:1180px;margin:auto;padding:36px 42px 90px}.page-heading{margin-bottom:27px}.page-heading p:last-child{color:var(--muted);margin:8px 0 0}.page-heading.split{display:flex;justify-content:space-between;align-items:center}.primary-action{padding:0 19px}.category-row{display:flex;gap:8px;margin-bottom:20px}.category-row button{background:var(--surface)}.discover-grid,.profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.discover-item{height:290px;border-radius:20px;position:relative;overflow:hidden}.discover-item:after,.large-live:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(10,10,20,.72))}.discover-item span,.discover-item b{position:absolute;left:18px;z-index:1;color:#fff}.discover-item span{bottom:38px;font-size:18px;font-weight:850}.discover-item b{bottom:19px;font-size:11px}.gradient-four{background:linear-gradient(140deg,#f0c3a6,#be7fa7 42%,#65549a)}.live-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.large-live{height:430px;border-radius:20px;position:relative;overflow:hidden;color:#fff}.large-live>div{position:absolute;z-index:1;left:18px;bottom:18px}.large-live h3{margin:0 0 5px;font-size:18px}.large-live p{margin:0;opacity:.85}.messages-panel{height:620px;background:var(--surface);border:1px solid var(--line);border-radius:20px;display:grid;grid-template-columns:330px 1fr;overflow:hidden;box-shadow:var(--shadow)}.conversation-list{border-right:1px solid var(--line);padding:15px}.conversation-search{height:40px;background:var(--surface-soft);border-radius:11px;display:flex;gap:8px;align-items:center;padding:0 12px;color:var(--muted);margin-bottom:12px}.conversation-search input{border:0;outline:0;background:none;width:100%}.conversation{width:100%;border:0;background:none;display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;text-align:left;padding:12px;border-radius:13px}.conversation.active,.conversation:hover{background:#f0edff}.conversation time{font-size:9px;color:var(--muted);align-self:start;margin-top:4px}.chat-area{display:flex;flex-direction:column}.chat-area header{height:70px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px;padding:0 18px}.chat-area header>div{margin-left:auto}.chat-area header button{border:0;background:var(--surface-soft);width:36px;height:36px;border-radius:10px}.chat-messages{flex:1;padding:24px;display:flex;flex-direction:column;gap:10px;background:color-mix(in srgb,var(--surface) 95%,var(--purple))}.day-label{text-align:center;font-size:9px;color:var(--muted)}.bubble{max-width:65%;padding:11px 14px;border-radius:15px;margin:0;line-height:1.4}.bubble.received{background:var(--surface-soft);align-self:flex-start}.bubble.sent{background:var(--purple);color:#fff;align-self:flex-end}.message-input{display:flex;align-items:center;gap:8px;padding:13px;border-top:1px solid var(--line)}.message-input input{flex:1;border:0;background:var(--surface-soft);height:40px;border-radius:12px;padding:0 13px;outline:0}.message-input button{border:0;background:none;font-size:18px;color:var(--purple)}.empty-state{height:420px;background:var(--surface);border:1px dashed var(--line);border-radius:22px;display:grid;place-content:center;text-align:center;padding:30px}.empty-state>span{font-size:56px;color:var(--purple)}.empty-state h2{margin:14px 0 4px}.empty-state p{color:var(--muted)}.empty-state button{justify-self:center;border:0;background:var(--purple);color:#fff;border-radius:11px;padding:11px 17px;font-weight:750}.profile-cover{height:210px;border-radius:22px;background:linear-gradient(120deg,#7958e9,#b86cb6 55%,#ef997a);position:relative;overflow:hidden}.profile-cover:after{content:"";position:absolute;width:320px;height:320px;border:60px solid rgba(255,255,255,.12);border-radius:50%;right:7%;top:-120px}.profile-header{display:flex;padding:0 30px 24px}.profile-avatar{width:120px;height:120px;border-radius:34px;border:6px solid var(--bg);font-size:21px;margin-top:-55px;position:relative}.profile-details{flex:1;padding:20px 0 0 22px}.profile-title{display:flex;align-items:start;gap:8px}.profile-title h1{margin:0;font-size:24px}.profile-title p{margin:4px 0;color:var(--muted)}.profile-title button{margin-left:auto;border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:9px 13px}.profile-title button+button{margin-left:0}.profile-details>p{color:var(--muted)}.profile-stats{display:flex;gap:25px}.profile-stats span{color:var(--muted)}.profile-stats b{color:var(--text)}.profile-tabs{display:flex;border-bottom:1px solid var(--line);margin-bottom:16px}.profile-tabs button{border:0;background:none;padding:13px 22px;color:var(--muted)}.profile-tabs .active{color:var(--purple);border-bottom:2px solid var(--purple)}.profile-grid{grid-template-columns:repeat(3,1fr)}.profile-grid>div{height:250px;border-radius:16px;position:relative;overflow:hidden}.notification-panel{position:fixed;right:-390px;top:0;width:370px;height:100vh;background:var(--surface);z-index:41;padding:22px;border-left:1px solid var(--line);box-shadow:-20px 0 55px rgba(20,20,35,.13);transition:right .25s}.notification-panel.open{right:0}.panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.panel-header h2{margin:0}.panel-header button,.close-dialog{border:0;background:var(--surface-soft);width:34px;height:34px;border-radius:10px;font-size:20px}.notice{display:flex;gap:10px;padding:13px 8px;border-bottom:1px solid var(--line)}.notice p{margin:1px 0;line-height:1.4}.notice small{display:block;color:var(--muted);margin-top:4px}.notice.unread{position:relative}.notice.unread:after{content:"";position:absolute;right:4px;top:20px;width:7px;height:7px;background:var(--purple);border-radius:50%}.overlay{display:none;position:fixed;inset:0;background:rgba(15,14,25,.25);z-index:40}.overlay.open{display:block}dialog{border:0;padding:0;border-radius:21px;background:var(--surface);color:var(--text);width:min(590px,calc(100vw - 30px));box-shadow:0 30px 90px rgba(20,15,45,.24)}dialog::backdrop{background:rgba(20,18,35,.55);backdrop-filter:blur(3px)}.composer{padding:24px}.composer header{display:flex;align-items:center;justify-content:space-between}.composer h2{margin:0}.composer-user{display:flex;gap:10px;align-items:center;margin-top:20px}.visibility{border:0;background:var(--surface-soft);font-size:10px;border-radius:6px;margin-top:4px;padding:4px 7px}.composer textarea{width:100%;height:95px;border:0;resize:none;outline:0;background:none;padding:18px 0;font-size:17px}.drop-zone{border:1.5px dashed #c9c5dd;background:var(--surface-soft);height:190px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px}.drop-zone>span{font-size:28px;color:var(--purple)}.drop-zone small{color:var(--muted)}.drop-zone button{border:1px solid var(--line);background:var(--surface);border-radius:9px;padding:7px 12px;margin-top:6px}.composer-tools{display:flex;gap:6px;padding:14px 0}.composer-tools button{border:0;background:var(--surface-soft);border-radius:9px;padding:8px 10px;font-size:11px}.composer footer{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--line);padding-top:15px}.composer footer button{border-radius:10px;padding:10px 18px;font-weight:750}.cancel-button{border:1px solid var(--line);background:var(--surface)}.publish-button{border:0;background:var(--purple);color:#fff}.toast{position:fixed;left:50%;bottom:-70px;transform:translateX(-50%);background:#23212d;color:#fff;padding:12px 18px;border-radius:12px;z-index:60;box-shadow:0 12px 35px rgba(0,0,0,.2);transition:bottom .25s}.toast.show{bottom:28px}.bottom-nav{display:none}@keyframes pulse{50%{opacity:.4}}@media(max-width:1050px){.feed-layout{grid-template-columns:minmax(0,680px);justify-content:center}.right-rail{display:none}.live-grid{grid-template-columns:repeat(2,1fr)}.messages-panel{grid-template-columns:280px 1fr}}@media(max-width:760px){body{font-size:13px}.sidebar{display:none}.content{margin-left:0;padding-bottom:70px}.topbar{height:65px;padding:0 14px}.mobile-brand{display:flex}.mobile-brand .brand-mark{width:36px;height:36px;border-radius:11px;font-size:12px}.search-box{margin-left:10px;flex:1}.search-box kbd,.live-button,.round-button:first-of-type{display:none}.top-actions{margin-left:8px}.top-avatar{display:none}.feed-layout{display:block;padding:20px 12px 35px}.feed-heading{align-items:center}.feed-heading h1{font-size:23px}.feed-tabs{display:none}.stories{border-radius:15px;margin-inline:-12px;border-left:0;border-right:0;padding-left:15px}.post-card{margin-inline:-5px;padding:13px;border-radius:17px}.post-media{height:min(390px,72vw)}.post-actions{grid-template-columns:1fr 1fr 1fr 35px}.post-actions button{font-size:0}.post-actions span{font-size:20px}.comment-row{display:none}.simple-view{padding:24px 15px 90px}.page-heading.split{align-items:start;gap:12px}.page-heading.split .primary-action{font-size:11px;white-space:nowrap}.discover-grid{gap:9px}.discover-item{height:230px}.live-grid{grid-template-columns:1fr}.large-live{height:390px}.messages-panel{height:calc(100vh - 175px);grid-template-columns:1fr}.conversation-list{border:0}.chat-area{display:none}.profile-cover{height:150px}.profile-header{padding:0 8px 20px;display:block}.profile-avatar{width:90px;height:90px;border-radius:25px;margin-top:-40px}.profile-details{padding:10px 0 0}.profile-title{align-items:center}.profile-title h1{font-size:20px}.profile-details>p{line-height:1.5}.profile-stats{gap:13px;font-size:12px}.profile-grid{gap:7px}.profile-grid>div{height:34vw;border-radius:10px}.bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;bottom:0;left:0;right:0;height:65px;background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(15px);border-top:1px solid var(--line);z-index:25;padding:3px 8px max(3px,env(safe-area-inset-bottom))}.bottom-nav button{border:0;background:none;color:var(--muted);display:flex;flex-direction:column;align-items:center;gap:2px}.bottom-nav button.active{color:var(--purple)}.bottom-nav button>span:not(.mini-avatar){font-size:20px}.bottom-nav small{font-size:9px}.bottom-nav .mobile-create{width:46px;height:46px;border-radius:15px;background:var(--purple);color:#fff;font-size:25px;display:grid;place-items:center;justify-self:center;box-shadow:0 8px 20px rgba(116,87,238,.3)}.notification-panel{width:min(370px,92vw)}.toast.show{bottom:82px}}@media(max-width:420px){.search-box input::placeholder{color:transparent}.search-box{width:auto}.feed-heading{margin-bottom:16px}.stories{gap:11px}.post-stats span:last-child{font-size:0}.post-stats span:last-child:after{content:"184 commentaires";font-size:11px}.discover-item{height:190px}.profile-title button{font-size:0;padding:9px}.profile-title button:after{content:"✎";font-size:14px}.profile-title button+button:after{content:"↗"}}
