.popupScroll{-ms-overflow-style:none;scrollbar-width:none}.popupScroll::-webkit-scrollbar{display:none}.signup-popup-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:16px}.signup-popup-container{background-color:var(--colors-card, #1E2336);border-radius:24px;width:90%;max-width:500px;max-height:90vh;overflow:auto;padding:24px;gap:32px;position:relative}.signup-popup-title{font-size:24px;font-weight:700;color:var(--colors-white, #FFFFFF);text-align:center;margin:0}.signup-popup-avatar-container{text-align:center}.signup-popup-avatar{width:120px;height:120px;border-radius:50%;background-color:var(--colors-slate700, #334155);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;overflow:hidden;cursor:pointer;border:2px solid rgba(255,255,255,.12);transition:border-color .2s ease}.signup-popup-avatar:hover{border-color:#ffffff3d}.signup-popup-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.signup-popup-section{display:flex;flex-direction:column;gap:8px}.signup-popup-section-title{font-size:18px;font-weight:600;color:var(--colors-white, #FFFFFF);margin:0}.signup-popup-chips{display:flex;flex-wrap:wrap;gap:8px}.signup-popup-error{color:tomato;font-size:13px;text-align:center}.signup-popup-button-container{margin-top:32px}@media(max-width:768px){.signup-popup-overlay{padding:12px;align-items:flex-end}.signup-popup-container{width:100%;max-width:none;max-height:95vh;border-radius:24px 24px 0 0;padding:20px}.signup-popup-title{font-size:22px}.signup-popup-avatar{width:100px;height:100px}.signup-popup-section-title{font-size:16px}}@media(max-width:480px){.signup-popup-overlay{padding:0;align-items:flex-end}.signup-popup-container{width:100%;max-width:100%;max-height:90vh;border-radius:20px 20px 0 0;padding:16px;padding-bottom:max(16px,env(safe-area-inset-bottom))}.signup-popup-title{font-size:20px;padding-right:24px}.signup-popup-avatar{width:90px;height:90px;margin-bottom:12px}.signup-popup-section{gap:6px}.signup-popup-section-title{font-size:15px}.signup-popup-chips{gap:6px}.signup-popup-error{font-size:12px}.signup-popup-button-container{margin-top:24px}}@media(max-width:400px){.signup-popup-overlay{padding:0;align-items:center}.signup-popup-container{width:100%;height:100%;max-height:100%;border-radius:0;padding:48px 16px 16px;padding-bottom:max(24px,env(safe-area-inset-bottom))}}.storyring-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:fit-content;height:fit-content}.storyring-ring{display:flex;align-items:center;justify-content:center;border-radius:50%;animation:storyring-spin 8s linear infinite}@keyframes storyring-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.storyring-plus{position:absolute;top:100%;left:50%;transform:translate(-50%,-50%);border-radius:50%;padding:6px;display:flex;align-items:center;justify-content:center;border:2px solid var(--colors-card, #1E2336);z-index:2;box-shadow:0 2px 6px #0003}@media(max-width:768px){.storyring-wrapper{margin:0 4px}.storyring-plus{padding:5px;border-width:2px;box-shadow:0 1px 4px #0003}}@media(max-width:480px){.storyring-wrapper{margin:0 3px}.storyring-plus{padding:4px;border-width:1.5px;box-shadow:0 1px 3px #0003}.storyring-plus svg{width:8px;height:8px}}@media(max-width:400px){.storyring-wrapper{margin:0 2px}.storyring-plus{padding:3px;border-width:1px}.storyring-plus svg{width:7px;height:7px}}.comments-popup-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease;padding:20px}.comments-popup-container{width:100%;max-width:750px;height:95vh;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #0006;animation:scaleIn .25s ease}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.comments-popup-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.comments-popup-header h3{margin:0;font-size:18px;font-weight:600}.comments-popup-header span{font-size:13px}.comments-popup-close{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.comments-popup-close:hover{background:#ffffff1a}.comments-popup-list{flex:1;overflow-y:auto;padding:16px 20px;min-height:0}.comments-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:12px}.loading-spinner{width:28px;height:28px;border:3px solid rgba(255,145,145,.3);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}.comments-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:12px}.comments-empty p{margin:0;font-size:14px}.comment-card{background-color:var(--background);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px;margin-bottom:12px}.comment-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.comment-avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;flex-shrink:0}.comment-avatar img{width:100%;height:100%;object-fit:cover}.comment-avatar-placeholder{width:100%;height:100%;border-radius:50%}.comment-author{font-weight:600;font-size:14px}.comment-dot{font-size:12px;opacity:.7;margin:0 4px}.comment-timestamp{font-size:12px;opacity:.7}.comment-text{margin:0 0 8px;font-size:14px;line-height:1.5;padding-left:38px}.comment-show-more{background:none;border:none;font-size:13px;cursor:pointer;padding:0;margin-bottom:8px;margin-left:38px;transition:opacity .2s}.comment-show-more:hover{opacity:.8}.comment-reactions{display:flex;gap:20px;margin-bottom:8px;padding-left:38px}.reaction-btn{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:4px 0;transition:transform .15s ease}.reaction-btn:hover{transform:scale(1.1)}.reaction-btn:active{transform:scale(.95)}.reaction-btn.active{transform:scale(1.1)}.reaction-emoji{font-size:16px}.reaction-count{font-size:12px;font-weight:500}.comment-footer{display:flex;align-items:center;gap:8px;margin-top:6px;padding-left:38px}.comment-footer-action{background:none;border:none;font-size:12px;cursor:pointer;padding:0;transition:opacity .2s}.comment-footer-action:hover{opacity:.8}.comments-popup-input{display:flex;align-items:center;gap:10px;padding:14px 20px;border-top:1px solid rgba(255,255,255,.1);background:var(--card);flex-shrink:0}.comments-popup-input input{flex:1;padding:10px 14px;border-radius:20px;border:1px solid;outline:none;font-size:14px;transition:border-color .2s;min-width:0}.comments-popup-input input:focus{border-color:var(--primary)}.comments-popup-input input:disabled{opacity:.6;cursor:not-allowed}.comments-popup-input button{background:transparent;border:none;font-size:14px;font-weight:600;cursor:pointer;padding:8px;transition:opacity .2s;flex-shrink:0}.comments-popup-input button:disabled{opacity:.5;cursor:not-allowed}.toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%);background:#000000e6;color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;z-index:1001;animation:fadeInToast .3s ease}@keyframes fadeInToast{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:480px){.comments-popup-overlay{padding:10px}.comments-popup-container{max-height:85vh}.comment-reactions{gap:16px}.reaction-emoji{font-size:14px}}.postcard-card{width:100%;max-height:600px;overflow:hidden;background:linear-gradient(145deg,var(--colors-card, #1E2336) 0%,rgba(30,35,54,.95) 100%);border-radius:24px;padding:20px;box-shadow:0 8px 32px #0003,0 0 0 1px #ffffff0d,inset 0 1px #ffffff0d}.postcard-top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.postcard-user-info{display:flex;align-items:center;gap:12px}.postcard-user-details{display:flex;flex-direction:column}.postcard-user-name{color:var(--colors-white, #FFFFFF);font-size:15px;font-weight:600;line-height:1.2}.postcard-timestamp{color:#ffffff80;font-size:12px;line-height:1.2}.postcard-kebab{width:36px;height:36px;border-radius:50%;background-color:#ffffff0d;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.postcard-media-container{width:100%;max-width:460px;margin:0 auto 16px;border-radius:20px;overflow:hidden}.postcard-media-scroll{display:flex;align-self:flex-start;gap:8px;overflow-x:auto;padding:8px;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.postcard-media-scroll::-webkit-scrollbar{height:6px}.postcard-media-scroll::-webkit-scrollbar-track{background:transparent}.postcard-media-scroll::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.postcard-media-scroll::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}.postcard-media-item{flex:0 0 auto;scroll-snap-align:start;border-radius:16px;overflow:hidden;background-color:#0003}.postcard-media{width:320px;height:400px;object-fit:cover;display:block}.postcard-media-placeholder{width:320px;height:400px;display:flex;align-items:center;justify-content:center;color:#ffffff4d;font-size:14px}.postcard-media-container.single-media{max-width:100%}.postcard-media-container.single-media .postcard-media-scroll{justify-content:center;overflow-x:hidden;padding:0}.postcard-media-container.single-media .postcard-media-item{width:100%}.postcard-media-container.single-media .postcard-media{width:100%;height:260px;border-radius:18px;object-fit:cover}.postcard-media-container.multi-media .postcard-media-scroll{justify-content:flex-start}.postcard-media-container.multi-media .postcard-media{width:320px;height:400px}.postcard-actions-row{display:flex;align-items:center;gap:20px;margin-bottom:12px}.postcard-action{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;padding:8px;margin:-8px;color:var(--colors-text, #FFFFFF);border-radius:50%}.postcard-action-text{color:var(--colors-text, #FFFFFF);font-size:13px;font-weight:500}.postcard-donate{color:var(--colors-gold, #FFC14D);font-weight:600;margin-left:8px;background:none;border:none;cursor:pointer;font-size:13px;padding:6px 14px;border-radius:18px}.postcard-caption{color:var(--colors-text, #FFFFFF);font-size:14px;line-height:1.6;margin:0 0 8px}.postcard-tags{color:#fff9;font-size:13px;margin:0;line-height:1.4}.postcard-menu-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.postcard-menu-overlay.visible{opacity:1;visibility:visible}.postcard-menu-container{width:100%;max-width:420px;background-color:var(--colors-white, #FFFFFF);border-radius:20px 20px 0 0;padding:var(--spacing-sm, 8px) var(--spacing-md, 12px) var(--spacing-xl, 24px);display:flex;flex-direction:column;gap:var(--spacing-xs, 4px)}.postcard-menu-item{padding:var(--spacing-md, 12px);background:none;border:none;font-size:16px;font-weight:600;color:var(--colors-slate900, #0F1220);cursor:pointer;border-radius:12px;transition:all .2s ease;text-align:left}.postcard-menu-item:hover{background-color:#0f122014}.postcard-menu-item.danger{color:var(--colors-error, #FF5A5F)}.postcard-menu-item.danger:hover{background-color:#ff5a5f14}.postcard-menu-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background-color:#0f122014;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--colors-slate900, #0F1220);transition:all .2s ease}.postcard-menu-close:hover{background-color:#0f122029}@media(max-width:768px){.postcard-card{padding:14px;border-radius:18px}.postcard-media-container{max-width:100%;margin:0 auto 12px}.postcard-media,.postcard-media-placeholder{width:260px;height:320px}.postcard-actions-row{gap:12px;margin-bottom:10px}.postcard-action{padding:6px;margin:-6px}.postcard-action-text{font-size:12px}.postcard-caption{font-size:13px;margin-bottom:6px}.postcard-tags{font-size:12px}.postcard-menu-container{max-width:100%;border-radius:16px 16px 0 0;padding:8px 12px 20px}.postcard-user-name{font-size:14px}.postcard-timestamp{font-size:11px}}@media(max-width:480px){.postcard-card{padding:12px;border-radius:16px;max-height:none}.postcard-media-container{margin:0 auto 10px}.postcard-media,.postcard-media-placeholder{width:200px;height:250px}.postcard-media-scroll{padding:6px}.postcard-actions-row{gap:8px;flex-wrap:wrap}.postcard-action{padding:4px;margin:-4px}.postcard-donate{padding:4px 10px;font-size:12px}.postcard-kebab{width:32px;height:32px}.postcard-user-info{gap:8px}}.homescreen-container{display:flex;width:98%;min-height:100vh;position:relative}.homescreen-main{flex:0 0 70%;min-height:100vh;overflow-y:auto;overflow-x:hidden;padding:24px 32px 120px;display:flex;flex-direction:column}.homescreen-main{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.homescreen-main::-webkit-scrollbar{width:8px}.homescreen-main::-webkit-scrollbar-track{background:transparent}.homescreen-main::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:4px}.homescreen-main::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}.homescreen-header{width:100%;max-width:800px;margin:0 auto 32px;align-self:center}.homescreen-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.homescreen-wordmark{font-size:32px;font-weight:700;letter-spacing:1;margin:0;color:#fff}.homescreen-header-actions{display:flex;align-items:center;gap:16px}.homescreen-icon-button{width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:var(--colors-card, #1E2336);box-shadow:0 4px 12px #00000026;transition:all .2s ease}.homescreen-icon-button:hover{transform:scale(1.05);box-shadow:0 6px 16px #0003}.homescreen-icon-button:active{transform:scale(.95)}.homescreen-stories-section{width:100%;max-width:800px;align-self:center}.homescreen-section-title{font-size:20px;font-weight:600;margin:0 0 16px;color:var(--colors-white, #FFFFFF)}.homescreen-stories-row{display:flex;gap:20px;overflow-x:auto;padding:8px 4px;scrollbar-width:thin}.homescreen-stories-row::-webkit-scrollbar{height:4px}.homescreen-stories-row::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:2px}.homescreen-story-item{display:flex;flex-direction:column;align-items:center;width:96px;flex-shrink:0;cursor:pointer}.homescreen-story-label{margin-top:10px;font-size:13px;color:#fffc;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.homescreen-feed{display:flex;flex-direction:column;gap:24px;width:100%;max-width:800px;margin-left:0;padding-bottom:100px;align-self:flex-start}.homescreen-feed-header{position:sticky;top:0;z-index:10;padding:16px 0;margin-bottom:8px;background:linear-gradient(to bottom,var(--colors-background, #0F1220) 80%,transparent);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.homescreen-media-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;background:linear-gradient(135deg,#ff8a6526,#f76e8e26);border:1px solid rgba(255,138,101,.3);border-radius:14px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;color:var(--colors-white, #FFFFFF);box-shadow:0 4px 16px #ff8a6526}.homescreen-media-btn:hover{background:linear-gradient(135deg,#ff8a6540,#f76e8e40);border-color:#ff8a6580;transform:translateY(-2px);box-shadow:0 6px 20px #ff8a6540}.homescreen-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:16px;text-align:center}.homescreen-empty-state h3{font-size:20px;font-weight:600;margin:0}.homescreen-empty-state p{font-size:15px;line-height:22px;margin:0;max-width:400px}.homescreen-sidebar{flex:0 0 30%;height:100vh;background-color:var(--colors-card, #1E2336);border-left:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;overflow:hidden;border-radius:16px;transform:translate(100%);opacity:0;transition:transform .3s ease,opacity .3s ease}@media(min-width:1201px){.homescreen-sidebar{position:fixed;top:0;right:0;width:30%;max-width:500px;z-index:100}}.homescreen-sidebar.active{transform:translate(0);opacity:1}.homescreen-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid rgba(255,255,255,.08)}.homescreen-sidebar-header h2{margin:0;font-size:22px;font-weight:600}.homescreen-sidebar-close{width:40px;height:40px;border-radius:50%;background-color:#ffffff1a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.homescreen-sidebar-close:hover{background-color:#fff3}.homescreen-sidebar-content{flex:1;overflow-y:auto;padding:24px}.homescreen-sidebar-content h2{margin:0 0 20px;font-size:18px}.homescreen-sidebar-default{flex:1;display:flex;flex-direction:column;padding:24px;gap:24px}.homescreen-sidebar-welcome h3{font-size:18px;margin-bottom:8px}.homescreen-sidebar-welcome p{font-size:14px;line-height:20px;opacity:.7}.homescreen-sidebar-quicklinks h4{font-size:14px;text-transform:uppercase;letter-spacing:1px;opacity:.6;margin-bottom:12px}.homescreen-quicklink-btn{display:block;width:100%;padding:14px 16px;margin-bottom:8px;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:var(--colors-white, #FFFFFF);font-size:15px;text-align:left;cursor:pointer;transition:all .2s ease}.homescreen-quicklink-btn:hover{background-color:#ffffff1a;transform:translate(4px)}.homescreen-notification-item{display:flex;align-items:center;gap:14px;padding:16px;background-color:#ffffff0d;border-radius:14px;margin-bottom:10px;transition:background-color .2s ease}.homescreen-notification-item:hover{background-color:#ffffff14}.homescreen-notification-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#ff8a65,#f76e8e);flex-shrink:0}.homescreen-notification-item p{margin:0;font-size:14px;line-height:1.4}.homescreen-search-input{width:100%;padding:14px 18px;border:1px solid rgba(255,255,255,.12);border-radius:14px;font-size:15px;margin-bottom:20px;outline:none;transition:all .2s ease}.homescreen-search-input:focus{border-color:#ff8a65;box-shadow:0 0 0 3px #ff8a6533}.homescreen-search-label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:1px;opacity:.6;margin:0 0 12px}.homescreen-search-chip{display:inline-block;padding:8px 14px;background-color:#ffffff14;border-radius:20px;margin-right:8px;margin-bottom:8px;font-size:13px;cursor:pointer;transition:all .2s ease}.homescreen-search-chip:hover{background-color:#ff8a6533;color:#ff8a65}.homescreen-shop-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.homescreen-shop-item{background-color:#ffffff0d;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .2s ease}.homescreen-shop-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0003}.homescreen-shop-item img{width:100%;aspect-ratio:1;object-fit:cover}.homescreen-shop-item p{margin:12px 12px 4px;font-size:14px;font-weight:500}.homescreen-shop-item span{display:block;margin:0 12px 12px;font-size:15px;font-weight:600;color:#ff8a65}.homescreen-create-form{display:flex;flex-direction:column;gap:16px}.homescreen-create-textarea{width:100%;min-height:140px;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:16px;font-size:15px;resize:vertical;outline:none;transition:all .2s ease;line-height:1.5}.homescreen-create-textarea:focus{border-color:#ff8a65;box-shadow:0 0 0 3px #ff8a6533}.homescreen-create-media{display:flex;gap:12px}.homescreen-create-media-btn{display:flex;align-items:center;gap:10px;padding:14px 20px;background-color:#ffffff14;border:1px dashed rgba(255,255,255,.2);border-radius:14px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;color:var(--colors-white, #FFFFFF)}.homescreen-create-media-btn:hover{background-color:#ffffff1f;border-color:#ffffff4d}.homescreen-create-submit{padding:14px 28px;background:linear-gradient(135deg,#ff8a65,#f76e8e);color:var(--colors-white, #FFFFFF);border:none;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;align-self:flex-end}.homescreen-create-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff8a6566}.homescreen-fab{position:fixed;right:calc(32px + 15vw);bottom:32px;width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #ff8a6566;z-index:20}@media(min-width:1400px){.homescreen-fab{right:calc(32px + 10.5vw)}}@media(max-width:1400px){.homescreen-container{width:100%}.homescreen-main{flex:0 0 65%}.homescreen-sidebar{flex:0 0 35%}.homescreen-feed,.homescreen-header{max-width:700px}}@media(max-width:1200px){.homescreen-container{flex-direction:column;width:100%;max-width:100%}.homescreen-main{flex:0 0 100%;width:100%;height:auto;min-height:100vh;overflow-y:auto;overflow-x:hidden;padding-bottom:120px;padding-left:16px;padding-right:16px}.homescreen-sidebar{display:none}.homescreen-sidebar.fullscreen{display:flex;position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1000;border-radius:0;flex:none;transform:translate(0);opacity:1}.homescreen-fab{right:24px;bottom:100px}.homescreen-header{max-width:100%;margin:0 0 24px;align-self:flex-start}.homescreen-stories-section,.homescreen-feed{max-width:100%;margin-left:0;margin-right:0;align-self:flex-start}.homescreen-header-row{justify-content:flex-start;gap:16px}.homescreen-wordmark{margin-right:auto}}@media(max-width:768px){.homescreen-container{width:100%;max-width:100%}.homescreen-main{padding-bottom:100px;padding-left:12px;padding-right:12px}.homescreen-header{margin-bottom:24px}.homescreen-header-row{flex-wrap:wrap;gap:12px}.homescreen-wordmark{font-size:28px}.homescreen-header-actions{gap:12px}.homescreen-icon-button{width:44px;height:44px}.homescreen-stories-row{gap:16px;padding:8px 2px}.homescreen-story-item{width:80px}.homescreen-feed{gap:16px;padding-bottom:80px}.homescreen-section-title{font-size:18px;margin-bottom:12px}.homescreen-story-label{font-size:12px;max-width:70px}}@media(max-width:480px){.homescreen-main{padding-bottom:90px;padding-left:8px;padding-right:8px}.homescreen-header{margin-bottom:16px;padding-top:8px}.homescreen-header-row{margin-bottom:16px}.homescreen-wordmark{font-size:24px}.homescreen-header-actions{gap:8px}.homescreen-icon-button{width:40px;height:40px}.homescreen-icon-button svg{width:18px;height:18px}.homescreen-stories-row{gap:12px}.homescreen-story-item{width:68px}.homescreen-story-label{font-size:11px;max-width:60px;margin-top:8px}.homescreen-feed{gap:12px}.homescreen-section-title{font-size:16px;margin-bottom:10px}}.homescreen-notifications-container{display:flex;flex-direction:column;flex:1;overflow:hidden}.homescreen-notifications-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 20px}.homescreen-notifications-back-btn{width:36px;height:36px;border-radius:18px;border:.5px solid rgba(255,255,255,.12);background-color:#ffffff0d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.homescreen-notifications-back-btn:hover{background-color:#ffffff1a}.homescreen-notifications-spacer{width:36px}.homescreen-notifications-title{font-size:20px;font-weight:700;margin:0}.homescreen-notifications-action-row{display:flex;flex-direction:row;gap:8px;padding:0 20px 16px}.homescreen-notifications-action-btn{padding:8px 12px;border-radius:12px;border:.5px solid rgba(255,255,255,.12);background-color:#ffffff0d;cursor:pointer;transition:all .2s ease}.homescreen-notifications-action-btn:hover{background-color:#ffffff1a}.homescreen-notifications-action-text{font-size:13px;font-weight:600;color:#ff8a65;margin:0}.homescreen-notifications-list{flex:1;overflow-y:auto;padding:0 0 32px}.homescreen-notifications-section{font-size:13px;font-weight:600;color:#e9ecf4b8;margin-top:24px;margin-left:20px;margin-bottom:8px}.homescreen-notifications-item{display:flex;flex-direction:row;align-items:center;padding:16px 20px;gap:12px;transition:background-color .2s ease;cursor:pointer}.homescreen-notifications-item:hover{background-color:#ffffff08}.homescreen-notifications-item-unread{background-color:#ffa37814}.homescreen-notifications-item-unread:hover{background-color:#ffa3781f}.homescreen-notifications-avatar-container{position:relative;flex-shrink:0}.homescreen-notifications-avatar{width:44px;height:44px;border-radius:22px;object-fit:cover}.homescreen-notifications-avatar-placeholder{width:44px;height:44px;border-radius:22px;background-color:#0f122014}.homescreen-notifications-unread-dot{position:absolute;bottom:0;right:0;width:12px;height:12px;border-radius:6px;background-color:#ff8a65;border:2px solid rgba(30,35,54,1)}.homescreen-notifications-content{flex:1;min-width:0}.homescreen-notifications-message{font-size:15px;margin:0;line-height:1.4}.homescreen-notifications-subtext{font-size:13px;margin:2px 0 0;opacity:.7}.homescreen-notifications-right{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;margin-left:12px}.homescreen-notifications-time{font-size:12px;margin:0;opacity:.7}.homescreen-notifications-separator{height:1px;background-color:#ffffff14;margin-left:80px}.homescreen-notifications-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:16px}.homescreen-notifications-empty-icon{opacity:.72}.homescreen-notifications-empty-text{font-size:15px;font-weight:500;margin:0;opacity:.72}.homescreen-search-container{display:flex;flex-direction:column;flex:1;overflow:hidden}.homescreen-search-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 20px}.homescreen-search-back-btn{width:36px;height:36px;border-radius:18px;border:.5px solid rgba(255,255,255,.12);background-color:#ffffff0d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;flex-shrink:0}.homescreen-search-back-btn:hover{background-color:#ffffff1a}.homescreen-search-title{font-size:20px;font-weight:700;margin:0}.homescreen-search-spacer{width:36px;flex-shrink:0}.homesearch-input-container{padding:0 20px 16px}.homescreen-search-input{width:100%;padding:12px 16px;border-radius:24px;border:.5px solid rgba(255,255,255,.12);background-color:#ffffff0d;font-size:15px;color:#fff;outline:none;transition:all .2s ease}.homescreen-search-input:focus{border-color:#ff8a6580;background-color:#ffffff14}.homescreen-search-results{flex:1;overflow-y:auto;padding:8px 20px}.homescreen-search-user-item{display:flex;flex-direction:row;align-items:center;gap:14px;padding:12px;border-radius:12px;margin-bottom:4px;cursor:pointer;transition:background-color .2s ease}.homescreen-search-user-item:hover{background-color:#ffffff0d}.homescreen-search-user-info{flex:1;min-width:0}.homescreen-search-user-name{font-size:15px;font-weight:600;margin:0;color:#fff}.homescreen-search-user-username{font-size:13px;margin:2px 0 0;color:#fff9}.homescreen-search-history{flex:1;overflow-y:auto;padding:16px 20px}.homescreen-search-history-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:12px}.homescreen-search-history-title{font-size:13px;font-weight:600;color:#e9ecf4b8;margin:0;text-transform:uppercase;letter-spacing:.5px}.homescreen-search-clear-btn{padding:6px 10px;border-radius:8px;border:none;background-color:transparent;cursor:pointer;transition:background-color .2s ease}.homescreen-search-clear-btn:hover{background-color:#ffffff0d}.homescreen-search-clear-text{font-size:13px;font-weight:500;color:#ff8a65;margin:0}.homescreen-search-history-item{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px;border-radius:12px;margin-bottom:4px;cursor:pointer;transition:background-color .2s ease}.homescreen-search-history-item:hover{background-color:#ffffff0d}.homescreen-search-history-text{flex:1;font-size:15px;margin:0;color:#fff}.homescreen-search-history-remove{width:28px;height:28px;border-radius:14px;border:none;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .2s ease}.homescreen-search-history-item:hover .homescreen-search-history-remove{opacity:1}.homescreen-search-history-remove:hover{background-color:#ffffff1a}.homescreen-search-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:16px}.homescreen-search-empty-text{font-size:15px;font-weight:500;margin:0;text-align:center}.homescreen-shop-container{display:flex;flex-direction:column;flex:1;overflow:hidden}.homescreen-shop-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 20px}.homescreen-shop-back-btn{width:36px;height:36px;border-radius:18px;border:.5px solid rgba(255,255,255,.12);background-color:#ffffff0d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;flex-shrink:0}.homescreen-shop-back-btn:hover{background-color:#ffffff1a}.homescreen-shop-title{font-size:20px;font-weight:700;margin:0}.homescreen-shop-spacer{width:36px;flex-shrink:0}.homescreen-shop-coming-soon{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:48px 24px;gap:12px}.homescreen-shop-coming-soon-text{font-size:18px;font-weight:600;margin:0;text-align:center}.homescreen-shop-coming-soon-subtext{font-size:14px;margin:0;text-align:center;opacity:.7}.homescreen-create-container{display:flex;flex-direction:column;flex:1;overflow:hidden}.homescreen-create-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 20px}.homescreen-create-back-btn{width:36px;height:36px;border-radius:18px;border:.5px solid rgba(255,255,255,.12);background-color:#ffffff0d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;flex-shrink:0}.homescreen-create-back-btn:hover{background-color:#ffffff1a}.homescreen-create-title{font-size:20px;font-weight:700;margin:0}.homescreen-create-spacer{width:36px;flex-shrink:0}.homescreen-create-content{flex:1;overflow-y:auto;padding:0 20px 24px}.homescreen-create-content,.homescreen-notifications-list,.homescreen-search-history{scrollbar-width:none;-ms-overflow-style:none}.homescreen-create-content::-webkit-scrollbar,.homescreen-notifications-list::-webkit-scrollbar,.homescreen-search-history::-webkit-scrollbar{display:none}.homescreen-create-segmented{margin-bottom:20px}.homescreen-create-input-container{margin-bottom:16px}.homescreen-create-input-container label{display:block;font-size:13px;font-weight:500;color:#e9ecf4b8;margin-bottom:8px;letter-spacing:.5px}.homescreen-create-textarea{width:100%;min-height:120px;padding:14px 16px;border-radius:16px;border:.5px solid rgba(255,255,255,.12);background-color:#ffffff0d;font-size:15px;color:#fff;outline:none;resize:vertical;font-family:inherit;line-height:1.5;box-sizing:border-box;transition:all .2s ease}.homescreen-create-textarea:focus{border-color:#ff8a6580;background-color:#ffffff14}.homescreen-create-toggle-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.homescreen-create-toggle-label{font-size:15px;margin:0}.homescreen-create-toggle{position:relative;width:48px;height:26px;appearance:none;background-color:#ffffff1f;border-radius:13px;cursor:pointer;transition:background-color .2s ease}.homescreen-create-toggle:checked{background-color:#ff8a65}.homescreen-create-toggle:before{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:10px;background-color:#fff;transition:transform .2s ease}.homescreen-create-toggle:checked:before{transform:translate(22px)}.homescreen-create-toggle:disabled{opacity:.5;cursor:not-allowed}.homescreen-create-add-media-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px;border-radius:16px;border:1px dashed rgba(255,255,255,.2);background-color:#ffffff08;color:#fff;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:16px}.homescreen-create-add-media-btn:hover{background-color:#ffffff14;border-color:#ffffff4d}.homescreen-create-media-preview{display:flex;flex-direction:row;gap:12px;overflow-x:auto;padding-bottom:16px;margin-bottom:16px;scrollbar-width:thin}.homescreen-create-media-preview::-webkit-scrollbar{height:4px}.homescreen-create-media-preview::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:2px}.homescreen-create-media-item{position:relative;flex-shrink:0}.homescreen-create-media-image{width:80px;height:80px;border-radius:12px;object-fit:cover}.homescreen-create-media-remove{position:absolute;top:-6px;right:-6px;width:22px;height:22px;border-radius:11px;background-color:#0009;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.homescreen-create-media-remove:hover{background-color:#000c}.homescreen-create-warning{padding:12px 16px;border-radius:12px;background-color:#ff5a5f1a;border:1px solid rgba(255,90,95,.2);margin-bottom:16px}.homescreen-create-warning-text{font-size:14px;color:#ff5a5f;margin:0}.homescreen-create-reel-hint{font-size:13px;color:#e9ecf499;margin:8px 0 0}.homescreen-create-publish-btn{padding:14px 28px;background:linear-gradient(135deg,#ff8a65,#f76e8e);color:#fff;border:none;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;margin-top:8px}.homescreen-create-publish-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff8a6566}.homescreen-create-publish-btn:disabled{opacity:.5;cursor:not-allowed}.homescreen-create-publish-loading{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}.homescreen-create-publish-loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}.homescreen-profile-view{display:flex;flex-direction:column;height:100%;overflow:hidden}.homescreen-profile-scroll-container{flex:1;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.homescreen-profile-scroll-container::-webkit-scrollbar{display:none}.homescreen-popup-overlay{position:fixed;inset:0;background-color:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.homescreen-popup-content{background-color:var(--colors-card, #1E2336);border-radius:20px;padding:32px;max-width:400px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d;border:1px solid rgba(255,255,255,.1);animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.homescreen-popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.homescreen-popup-title{font-size:24px;font-weight:700;color:var(--colors-white, #FFFFFF);margin:0}.homescreen-popup-close-btn{width:40px;height:40px;border-radius:50%;background-color:#ffffff1a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:var(--colors-white, #FFFFFF)}.homescreen-popup-close-btn:hover{background-color:#fff3;transform:scale(1.05)}.homescreen-popup-body{color:var(--colors-white, #FFFFFF);line-height:1.6}.homescreen-popup-body p{margin:0 0 16px;font-size:16px}.homescreen-popup-body p:last-child{margin-bottom:0}.homescreen-popup-highlight{color:#ff8a65;font-weight:600}:root{--colors-white: #ffffff;--colors-peach: #ff8a65;--colors-slate700: #1e2336;--colors-slate800: #161a2a;--colors-slate900: #0f1220;--colors-slate100: #e9ecf4;--spacing-lg: 16px;--spacing-xl: 24px;--spacing-xxl: 32px}.reels-container{width:98%;height:100vh;overflow:hidden;position:relative}.reels-loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:10}.reels-scroll-container{height:100%;overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth}.reels-scroll-container::-webkit-scrollbar{display:none}.reel-page{width:100%;height:100vh;position:relative;scroll-snap-align:start}.reel-video-wrapper{width:100%;height:100%;position:absolute;top:0;left:0;border-radius:16px}.reel-video{width:100%;height:100%;object-fit:contain;background-color:transparent;border-radius:16px}.reel-video:focus{outline:none}.reel-paused-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:24px;background-color:#0000004d;display:flex;align-items:center;justify-content:center;z-index:8;cursor:pointer}.reel-paused-indicator svg{color:var(--colors-white);font-size:28px}.reel-top-status{position:absolute;top:0;left:0;right:0;height:50px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 16px;padding-top:env(safe-area-inset-top,20px);z-index:15;background:linear-gradient(to bottom,rgba(0,0,0,.4),transparent)}.reel-status-indicator{display:flex;flex-direction:row;align-items:center}.reel-status-dot{width:6px;height:6px;border-radius:3px;margin-right:6px}.reel-network-indicator{display:flex;flex-direction:row;align-items:center;background-color:#0006;padding:4px 8px;border-radius:12px}.reel-network-indicator svg{font-size:14px}.reel-progress-bar{position:absolute;top:50px;left:0;right:0;height:2px;background-color:#fff3;z-index:10}.reel-progress-fill{height:100%;background-color:var(--colors-peach);border-radius:1px;transition:width .1s linear}.reel-heart-animation{position:absolute;z-index:10;pointer-events:none;animation:heartPop 1s ease-out forwards}.reel-heart-animation svg{color:var(--colors-peach);font-size:80px;filter:drop-shadow(0 2px 8px rgba(255,138,101,.5))}@keyframes heartPop{0%{transform:scale(0);opacity:1}15%{transform:scale(1.2);opacity:1}30%{transform:scale(.9);opacity:1}to{transform:scale(1.5);opacity:0}}.reel-video-fallback{width:100%;height:100%;background-color:transparent;position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1}.reel-fallback-content{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000000b3;padding:32px;border-radius:16px}.reel-fallback-content svg{color:var(--colors-peach);font-size:64px;margin-bottom:16px}.reel-fallback-text{color:var(--colors-white);font-size:18px;font-weight:600;margin-bottom:8px}.reel-fallback-subtext{color:#fff9;font-size:14px;text-align:center;max-width:280px;margin-bottom:16px}.reel-fallback-retry{padding:8px 24px;border-radius:8px;background-color:var(--colors-peach);cursor:pointer;border:none;transition:transform .1s ease}.reel-fallback-retry:hover{transform:scale(1.05)}.reel-fallback-retry-text{color:#000;font-size:14px;font-weight:600}.reel-buffering-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:transparent;z-index:5}.reel-right-rail{position:absolute;right:25%;bottom:120px;display:flex;flex-direction:column;align-items:center;z-index:9}.reel-glass-container{display:flex;flex-direction:column;align-items:center;padding:16px 12px;border-radius:32px;border:1px solid rgba(255,255,255,.15);background-color:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);gap:20px}.reel-action-button{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:44px;min-height:44px;cursor:pointer;background:none;border:none;padding:0;transition:transform .1s ease}.reel-action-button:hover{transform:scale(1.1)}.reel-action-button:active{transform:scale(.95)}.reel-action-button svg{font-size:28px;color:currentColor;transition:color .2s ease}.reel-right-rail-text{color:var(--theme-text, var(--colors-white))}.reel-action-button.liked svg{color:var(--colors-peach)}.reel-action-button.bookmarked svg{color:var(--colors-peach)}.reel-action-label{color:var(--colors-white);font-size:12px;font-weight:600;margin-top:2px}.reel-circular-progress{position:relative;width:50px;height:50px;display:flex;align-items:center;justify-content:center;margin-top:8px}.reel-circular-ring{position:absolute;width:50px;height:50px;border-radius:50%;border:2px solid rgba(255,255,255,.2)}.reel-circular-ring.animated{border-color:transparent;border-right-color:var(--colors-peach);border-bottom-color:var(--colors-peach);animation:rotateProgress 2s linear infinite}@keyframes rotateProgress{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.reel-progress-text{position:absolute;font-size:10px;font-weight:600;z-index:10;color:#ff8a65}.reel-left-rail{position:absolute;left:16px;bottom:140px;display:flex;flex-direction:column;align-items:center;z-index:9}.reel-utility-container{display:flex;flex-direction:row;align-items:center;padding:10px;border-radius:32px;border:1px solid rgba(255,255,255,.15);background-color:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);gap:16px;margin-bottom:50px}.reel-utility-button{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:44px;min-height:44px;cursor:pointer;background:none;border:none;padding:0;transition:transform .1s ease}.reel-utility-button:hover{transform:scale(1.1)}.reel-utility-button:active{transform:scale(.95)}.reel-utility-button svg{font-size:24px;color:currentColor;transition:color .2s ease}.reel-utility-button.active svg{color:var(--colors-peach)}.reel-utility-label{font-size:10px;font-weight:500;margin-top:2px}.reel-left-rail-text{color:var(--theme-text, rgba(255, 255, 255, .7))}.reel-mic-button{position:relative}.reel-mic-button:after{content:"";position:absolute;bottom:-2px;right:-2px;width:8px;height:8px;background-color:var(--colors-peach);border-radius:50%;border:2px solid rgba(0,0,0,.5)}.reel-mic-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;border:2px solid var(--colors-peach);animation:micPulse 1.5s ease-out infinite;opacity:0}@keyframes micPulse{0%{transform:translate(-50%,-50%) scale(.8);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.reel-bottom-overlay{position:absolute;bottom:0;left:0;right:0;padding:16px;padding-bottom:calc(32px + env(safe-area-inset-bottom,32px));z-index:9;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.reel-user-row{display:flex;flex-direction:row;align-items:center;margin-bottom:12px;align-self:flex-start}.reel-avatar{width:40px;height:40px;border-radius:20px;margin-right:10px;border:1.5px solid rgba(255,255,255,.5);background-color:var(--colors-slate700);object-fit:cover}.reel-avatar-placeholder{width:40px;height:40px;border-radius:20px;margin-right:10px;border:1.5px solid rgba(255,255,255,.5);background-color:var(--colors-slate700)}.reel-username{color:var(--colors-white);font-size:14px;font-weight:600;letter-spacing:.2px}.reel-follow-btn{margin-left:8px;padding:4px 12px;border-radius:16px;background-color:#ffffff26;border:.5px solid rgba(255,255,255,.3);cursor:pointer;transition:background-color .2s ease}.reel-follow-btn:hover{background-color:#ffffff40}.reel-follow-txt{color:var(--colors-white);font-size:12px;font-weight:600}.reel-caption-container{margin-bottom:20px}.reel-caption{color:var(--colors-white);font-size:14px;line-height:20px;font-weight:400;letter-spacing:.2px;max-width:75%;margin:0;cursor:pointer}.reel-caption-more{color:var(--colors-peach);font-weight:600}.reel-audio-row{display:flex;flex-direction:row;align-items:center}.reel-mute-button{cursor:pointer;background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center;transition:transform .1s ease}.reel-mute-button:hover{transform:scale(1.1)}.reel-mute-button svg{font-size:24px;color:var(--colors-white)}.reel-sound-wave{display:flex;flex-direction:row;align-items:center;margin:0 8px;height:20px}.reel-wave-bar{width:3px;background-color:var(--colors-peach);border-radius:1.5px;margin:0 1px;animation:waveAnimation .5s ease-in-out infinite alternate}@keyframes waveAnimation{0%{transform:scaleY(.3);opacity:.5}to{transform:scaleY(1);opacity:1}}.reel-audio-name{color:var(--colors-white);font-size:11px;max-width:200px;margin-left:8px;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reel-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;flex-direction:column;justify-content:flex-end;z-index:20}.reel-modal-content{background-color:#000000e6;border-top-left-radius:20px;border-top-right-radius:20px;padding:16px}.reel-modal-option{display:flex;flex-direction:row;align-items:center;padding:12px 16px;gap:12px;cursor:pointer;border-bottom:.5px solid rgba(255,255,255,.1);transition:background-color .2s ease}.reel-modal-option:hover{background-color:#ffffff1a}.reel-modal-option svg{font-size:20px;color:var(--colors-white)}.reel-modal-option-text{font-size:16px;font-weight:500}.reel-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top-color:var(--colors-white);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.reel-right-rail{right:8px;bottom:100px}.reel-left-rail{left:8px;bottom:100px}.reel-glass-container{padding:12px 10px;gap:16px}.reel-action-button svg{font-size:24px}.reel-utility-button svg{font-size:22px}}@media(max-width:480px){.reel-right-rail{right:6px}.reel-left-rail{left:6px}.reel-bottom-overlay{padding:12px 12px 80px}.reel-username{font-size:13px}.reel-caption{font-size:13px;max-width:70%}}.reel-voice-toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#000c;padding:16px 32px;border-radius:12px;z-index:100;animation:toastPopIn .3s ease-out;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.reel-voice-toast-text{color:var(--colors-white);font-size:24px;font-weight:700;text-transform:uppercase;letter-spacing:2px;text-shadow:0 2px 4px rgba(0,0,0,.3)}@keyframes toastPopIn{0%{transform:translate(-50%,-50%) scale(.5);opacity:0}50%{transform:translate(-50%,-50%) scale(1.1)}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.moments-container{width:98%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--colors-dark) 0%,var(--colors-darker) 100%);padding:2rem 1.5rem;box-sizing:border-box}.moments-locked-content{max-width:420px;width:100%;text-align:center;animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.moments-lock-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#ffffff0d;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--theme-border, rgba(255, 255, 255, .1))}.moments-lock-icon svg{width:40px;height:40px;color:var(--colors-peach)}.moments-title{font-size:1.75rem;font-weight:700;color:var(--theme-text, var(--colors-white));margin:0 0 1rem;line-height:1.3}.moments-description{font-size:.95rem;color:var(--theme-subtext, rgba(255, 255, 255, .6));line-height:1.6;margin:0 0 2rem}.moments-cta-container{background:var(--theme-card, rgba(255, 255, 255, .03));border:1px solid var(--theme-border, rgba(255, 255, 255, .08));border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.moments-cta-text{font-size:.9rem;color:var(--theme-subtext, rgba(255, 255, 255, .7));margin:0 0 1rem}.moments-review-button{display:inline-flex;align-items:center;gap:.5rem;background:var(--colors-peach);color:var(--colors-dark);padding:.875rem 1.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .2s ease;box-shadow:0 4px 15px #ff6b6b4d}.moments-review-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.moments-review-button:active{transform:translateY(0)}.moments-review-icon{width:18px;height:18px}.moments-open-icon{width:14px;height:14px;opacity:.7}.moments-footer{font-size:.85rem;color:var(--theme-subtext, rgba(255, 255, 255, .4));line-height:1.5;margin:0}.chat-container{width:98%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--colors-dark) 0%,var(--colors-darker) 100%);padding:2rem 1.5rem;box-sizing:border-box}.chat-locked-content{max-width:420px;width:100%;text-align:center;animation:chatFadeIn .6s ease-out}@keyframes chatFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-lock-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#9333ea1a;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(147,51,234,.2)}.chat-lock-icon svg{width:40px;height:40px;color:#9333ea}.chat-title{font-size:1.75rem;font-weight:700;color:var(--colors-white);margin:0 0 1rem;line-height:1.3}.chat-description{font-size:.95rem;color:#fff9;line-height:1.6;margin:0 0 2rem}.chat-cta-container{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.chat-cta-text{font-size:.9rem;color:#ffffffb3;line-height:1.6;margin:0 0 1rem}.chat-community-button{display:inline-flex;align-items:center;gap:.5rem;background:#9333ea;color:#fff;padding:.875rem 1.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .2s ease;box-shadow:0 4px 15px #9333ea4d}.chat-community-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9333ea66}.chat-community-button:active{transform:translateY(0)}.chat-community-icon{width:18px;height:18px}.chat-open-icon{width:14px;height:14px;opacity:.8}.chat-footer{font-size:.85rem;color:#fff6;line-height:1.5;margin:0}@media(max-width:768px){.chat-container{width:100%;padding:1.5rem 1rem}.chat-locked-content{max-width:100%;padding:0 1rem}.chat-lock-icon{width:70px;height:70px;margin-bottom:1.25rem}.chat-lock-icon svg{width:35px;height:35px}.chat-title{font-size:1.5rem;margin-bottom:.75rem}.chat-description{font-size:.9rem;margin-bottom:1.5rem}.chat-cta-container{padding:1.25rem;margin-bottom:1.25rem}.chat-cta-text{font-size:.85rem;margin-bottom:.75rem}.chat-community-button{padding:.75rem 1.25rem;font-size:.9rem}}@media(max-width:480px){.chat-container{padding:1rem .75rem}.chat-locked-content{padding:0 .5rem}.chat-lock-icon{width:60px;height:60px;margin-bottom:1rem}.chat-lock-icon svg{width:30px;height:30px}.chat-title{font-size:1.35rem;margin-bottom:.5rem}.chat-description{font-size:.875rem;margin-bottom:1.25rem;line-height:1.5}.chat-cta-container{padding:1rem;margin-bottom:1rem;border-radius:14px}.chat-cta-text{font-size:.8rem;margin-bottom:.75rem}.chat-community-button{padding:.65rem 1rem;font-size:.85rem;border-radius:10px}.chat-community-icon{width:16px;height:16px}.chat-open-icon{width:12px;height:12px}.chat-footer{font-size:.8rem}}@media(max-width:360px){.chat-container{padding:.75rem .5rem}.chat-locked-content{padding:0 .25rem}.chat-lock-icon{width:52px;height:52px;margin-bottom:.75rem}.chat-lock-icon svg{width:26px;height:26px}.chat-title{font-size:1.2rem}.chat-description{font-size:.8rem}.chat-cta-container{padding:.875rem;border-radius:12px}.chat-cta-text{font-size:.75rem}.chat-community-button{padding:.6rem .875rem;font-size:.8rem;gap:.375rem}.chat-footer{font-size:.75rem}}.profile-container{display:flex;width:98%;height:100vh;overflow:hidden;position:relative}.profile-main{flex:0 0 70%;height:100%;overflow-y:auto;overflow-x:hidden;padding:24px 32px 100px;display:flex;flex-direction:column}.profile-main{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.profile-main::-webkit-scrollbar{width:8px}.profile-main::-webkit-scrollbar-track{background:transparent}.profile-main::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:4px}.profile-main::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}.profile-banner{height:160px;border-radius:24px;width:100%;background:linear-gradient(135deg,#ffc14d,#ff8a65,#f76e8e);padding:100px}.profile-banner img{width:100%;height:100%;object-fit:cover}.profile-header-content{display:flex;flex-direction:column;align-items:center;margin-top:-60px;gap:12px;margin-bottom:24px;max-width:800px;align-self:center;width:100%}.profile-name{font-size:24px;font-weight:700;margin:0;align-items:center;display:flex;gap:10px}.profile-location{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;margin:0}.profile-status{font-size:14px;margin:0}.profile-bio{font-size:14px;text-align:center;padding:0 24px;line-height:1.5;margin:0}.profile-stats-row{display:flex;justify-content:space-between;width:100%;margin-top:16px;padding:0 24px}.profile-stat-item{display:flex;flex-direction:column;align-items:center;flex:1}.profile-stat-value{font-size:20px;font-weight:700;margin:0}.profile-stat-label{font-size:12px;font-weight:500;margin:0}.profile-buttons-row{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:24px}.profile-primary-button,.profile-secondary-button{display:flex;align-items:center;justify-content:center;gap:8px;border-radius:48px;padding:12px 24px;font-weight:600;font-size:14px;border:none;cursor:pointer;transition:all .2s ease}.profile-primary-button{color:#fff}.profile-secondary-button{background-color:#ffffff14;border:1px solid rgba(255,255,255,.12);color:inherit}.profile-primary-button:hover,.profile-secondary-button:hover{transform:scale(1.05)}.profile-primary-button:active,.profile-secondary-button:active{transform:scale(.95)}.profile-interests-row{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:16px}.profile-tabs-row{display:flex;justify-content:space-between;margin-top:24px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:0;max-width:800px;align-self:center;width:100%}.profile-tab-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 0;background:none;border:none;cursor:pointer;position:relative;transition:all .2s ease}.profile-tab-btn:hover{background-color:#ffffff05}.profile-tab-text{font-size:13px;font-weight:600;margin:0}.profile-tab-indicator{height:3px;width:32px;border-radius:2px;margin-top:4px}.profile-content{max-width:800px;align-self:center;width:100%;margin-top:24px}.profile-grid{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}.profile-grid-item{width:calc((100% - 12px) / 3);aspect-ratio:1;border-radius:16px;overflow:hidden;background-color:#1e2336;position:relative;cursor:pointer}.profile-grid-image{width:100%;height:100%;object-fit:cover}.profile-reel-badge{position:absolute;bottom:8px;right:8px;background-color:#0009;border-radius:6px;padding:6px;display:flex;align-items:center;justify-content:center}.profile-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px;gap:16px}.profile-placeholder-text{font-size:14px;font-weight:500;margin:0}.profile-sidebar{flex:0 0 30%;height:100vh;background-color:#1e2336;border-left:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;overflow:hidden;border-radius:16px;transform:translate(100%);opacity:0;transition:transform .3s ease,opacity .3s ease}@media(min-width:1201px){.profile-sidebar{position:fixed;top:0;right:0;width:30%;max-width:500px;z-index:100}}.profile-sidebar.active{transform:translate(0);opacity:1}@media(max-width:1200px){.profile-sidebar.fullscreen{display:flex;position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1000;border-radius:0;flex:none;transform:translate(0);opacity:1}}.profile-edit-container{display:flex;flex-direction:column;flex:1;overflow:hidden}.profile-edit-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.profile-edit-back-btn{width:36px;height:36px;border-radius:18px;border:.5px solid rgba(255,255,255,.12);background-color:#ffffff0d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;flex-shrink:0}.profile-edit-back-btn:hover{background-color:#ffffff1a}.profile-edit-title{font-size:20px;font-weight:700;margin:0}.profile-edit-spacer{width:36px;flex-shrink:0}.profile-edit-content{flex:1;overflow-y:auto;padding:24px 20px}.profile-edit-avatar-section{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:24px}.profile-edit-change-photo-btn{padding:8px 16px;background-color:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#ff8a65;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.profile-edit-change-photo-btn:hover{background-color:#ff8a651a}.profile-edit-field{margin-bottom:16px}.profile-edit-label{display:block;font-size:13px;font-weight:500;margin-bottom:8px;letter-spacing:.5px}.profile-edit-input,.profile-edit-textarea{width:100%;padding:12px 16px;border-radius:12px;border:.5px solid rgba(255,255,255,.12);background-color:#ffffff0d;font-size:15px;outline:none;resize:vertical;font-family:inherit;line-height:1.5;box-sizing:border-box;transition:all .2s ease}.profile-edit-input:focus,.profile-edit-textarea:focus{border-color:#ff8a6580;background-color:#ffffff14}.profile-edit-textarea{min-height:100px}.profile-edit-save-btn{width:100%;padding:14px 24px;border-radius:12px;border:none;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:24px}.profile-edit-save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff8a6566}.profile-edit-save-btn:disabled{opacity:.6;cursor:not-allowed}.profile-store-container{display:flex;flex-direction:column;flex:1;overflow:hidden}.profile-store-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.profile-store-back-btn{width:36px;height:36px;border-radius:18px;border:.5px solid rgba(255,255,255,.12);background-color:#ffffff0d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;flex-shrink:0}.profile-store-back-btn:hover{background-color:#ffffff1a}.profile-store-title{font-size:20px;font-weight:700;margin:0}.profile-store-spacer{width:36px;flex-shrink:0}.profile-store-coming-soon{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:48px 24px;gap:12px}.profile-store-coming-soon-text{font-size:18px;font-weight:600;margin:0;text-align:center}.profile-store-coming-soon-subtext{font-size:14px;margin:0;text-align:center;opacity:.7}.profile-settings-container{display:flex;flex-direction:column;flex:1;overflow:hidden}.profile-settings-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.profile-settings-back-btn{width:36px;height:36px;border-radius:18px;border:.5px solid rgba(255,255,255,.12);background-color:#ffffff0d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;flex-shrink:0}.profile-settings-back-btn:hover{background-color:#ffffff1a}.profile-settings-title{font-size:20px;font-weight:700;margin:0}.profile-settings-spacer{width:36px;flex-shrink:0}.profile-settings-content{flex:1;overflow-y:auto;padding:24px 20px}.profile-settings-section{margin-bottom:24px}.profile-settings-section-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;opacity:.6;margin:0 0 16px}.profile-settings-toggle-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.profile-settings-toggle-label{font-size:15px;margin:0}.profile-settings-toggle{position:relative;width:48px;height:26px;appearance:none;background-color:#ffffff1f;border-radius:13px;cursor:pointer;transition:background-color .2s ease}.profile-settings-toggle:checked{background-color:#ff8a65}.profile-settings-toggle:before{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:10px;background-color:#fff;transition:transform .2s ease}.profile-settings-toggle:checked:before{transform:translate(22px)}.profile-settings-select{padding:8px 12px;border-radius:8px;border:.5px solid rgba(255,255,255,.12);font-size:14px;cursor:pointer;outline:none}.profile-settings-option{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08);cursor:pointer;transition:background-color .2s ease}.profile-settings-option:hover{background-color:#ffffff05}.profile-settings-option-label{font-size:15px;font-weight:500;margin:0 0 4px}.profile-settings-option-description{font-size:13px;margin:0;opacity:.6}.profile-settings-logout-btn{width:100%;padding:14px 24px;border-radius:12px;background-color:transparent;border:1px solid;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:24px}.profile-settings-logout-btn:hover{background-color:#ff5a5f1a}.profile-edit-content,.profile-settings-content{scrollbar-width:none;-ms-overflow-style:none}.profile-edit-content::-webkit-scrollbar,.profile-settings-content::-webkit-scrollbar{display:none}.public-profile-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:0}.public-profile-back-btn,.public-profile-share-btn{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.public-profile-back-btn:hover,.public-profile-share-btn:hover{background-color:#8080801a}.public-profile-title{font-size:18px;font-weight:600;margin:0}@media(max-width:1400px){.profile-main{flex:0 0 65%}.profile-sidebar{flex:0 0 35%}}@media(max-width:1200px){.profile-container{flex-direction:column;width:100%;max-width:100%}.profile-main{flex:0 0 auto;width:100%;min-height:100vh;overflow-y:auto;overflow-x:hidden;padding-bottom:120px;padding-left:16px;padding-right:16px}.profile-main::-webkit-scrollbar{width:6px}.profile-main::-webkit-scrollbar-track{background:transparent}.profile-main::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.profile-sidebar{display:none}.profile-header-content,.profile-tabs-row,.profile-content{max-width:100%;margin-left:0;margin-right:0;align-self:flex-start}.profile-stats-row{padding:0}.profile-buttons-row{justify-content:flex-start}}.public-post-container{min-height:100vh;display:flex;flex-direction:column}.public-post-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--colors-border)}.public-post-back-btn,.public-post-share-btn{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.public-post-back-btn:hover,.public-post-share-btn:hover{background-color:#8080801a}.public-post-title{font-size:18px;font-weight:600;margin:0}.public-post-spacer{width:40px}.public-post-loading,.public-post-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;gap:16px}.public-post-content{flex:1;padding:16px}.public-post-author-row{display:flex;align-items:center;gap:12px;margin-bottom:16px}.public-post-author-details{display:flex;flex-direction:column;gap:2px}.public-post-author-name{font-weight:600;font-size:15px}.public-post-timestamp{font-size:13px;opacity:.7}.public-post-media-container{margin:0 -16px 16px}.public-post-media-scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.public-post-media-item{flex:0 0 100%;scroll-snap-align:start}.public-post-media{width:100%;max-height:70vh;object-fit:contain;display:block}.public-post-actions-row{display:flex;gap:16px;padding:12px 0;border-bottom:1px solid var(--colors-border);margin-bottom:12px}.public-post-action{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:6px;padding:8px;border-radius:8px;transition:background-color .2s}.public-post-action:hover{background-color:#8080801a}.public-post-action-text{font-size:14px;font-weight:500}.public-post-caption{font-size:14px;line-height:1.5;margin:0 0 8px}.public-post-caption-author{font-weight:600}.public-post-tags{font-size:14px;opacity:.8;margin:0}.public-post-media-container.multi-media .public-post-media-scroll:after{content:attr(data-count);position:absolute;bottom:16px;right:16px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px}@media(min-width:768px){.public-post-container{max-width:600px;margin:0 auto}.public-post-media-container{margin:0 0 16px;border-radius:12px;overflow:hidden}.public-post-media{max-height:500px}}.floating-nav{position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:1000;padding:12px}.floating-nav-inner{display:flex;flex-direction:column;align-items:center;gap:8px;height:85%;background-color:var(--navBar, #1E2336);padding:8px;border-radius:56px;box-shadow:0 6px 14px #0000001f;border:1px solid var(--border, rgba(233, 236, 244, .08))}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:72px;padding:10px 0;border-radius:50%;background:transparent;border:none;cursor:pointer;transition:all .2s ease;gap:4px}.nav-item .nav-icon{color:var(--subText, rgba(233, 236, 244, .72));transition:color .2s ease}.nav-item .nav-label{font-size:12px;color:var(--subText, rgba(233, 236, 244, .72));transition:color .2s ease;font-weight:500}.nav-item:hover{background-color:#ffffff0d}.nav-item.active .nav-icon,.nav-item.active .nav-label{color:#ff8a65}.profile-item .profile-bubble{width:44px;height:44px;border-radius:50%;border:2px solid transparent;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--card, #1E2336);transition:all .2s ease}.nav-item.active .profile-bubble{border-color:#ff8a65}.profile-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover}@media(max-width:768px){.floating-nav{position:fixed;left:0;bottom:0;top:auto;transform:none;z-index:1000;padding:12px;width:100%}.floating-nav-inner{flex-direction:row;justify-content:space-around;align-items:center;gap:0;height:auto;width:100%;padding:8px 16px;border-radius:24px}.nav-item{flex-direction:row;width:auto;padding:8px 12px;border-radius:50%}.nav-item .nav-label{display:none}.nav-item .nav-icon{width:24px;height:24px}}:root{--colors-slate900: #0F1220;--colors-slate800: #161A2A;--colors-slate700: #1E2336;--colors-slate100: #E9ECF4;--colors-slate050: #F5F7FB;--colors-white: #FFFFFF;--colors-gold: #FFC14D;--colors-peach: #FF8A65;--colors-blush: #F76E8E;--colors-teal: #39B6B3;--colors-success: #2ECC71;--colors-warn: #F5A623;--colors-error: #FF5A5F;--colors-link: #4D9CFF;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 24px;--spacing-xxl: 32px;--radii-card: 24px;--radii-input: 16px;--radii-chip: 12px;--radii-button: 12px;--radii-avatar: 40px;--radii-pill: 48px;--shadows-ios: 0px 6px 14px rgba(0,0,0,.12);--shadows-android: 0px 4px 8px rgba(0,0,0,.2);--zindices-header: 10;--zindices-modal: 20;--zindices-toast: 30}*{box-sizing:border-box;padding:0;margin:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#161a2a;color:#fff}html,body{-ms-overflow-style:none;scrollbar-width:none}body::-webkit-scrollbar{display:none}#root{min-height:100vh}.main-layout{display:flex;min-height:100vh;background-color:#161a2a}.main-content{flex:1;margin-left:100px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh}.main-content-inner{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center}.auth-layout{min-height:100vh;background-color:#161a2a}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}.gap-lg{gap:var(--spacing-lg)}.text-center{text-align:center}.w-full{width:100%}.h-full{height:100%}h1,h2,h3,h4,h5,h6,p{margin:0}a{color:var(--colors-link);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}input,textarea{font-family:inherit}input:focus,textarea:focus{outline:none}img{max-width:100%;height:auto}.card{background-color:var(--colors-card, #1E2336);border-radius:var(--radii-card, 24px);overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-slide-up{animation:slideUp .3s ease-out}.animate-pulse{animation:pulse 2s infinite}.skeleton{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a,#ffffff0d 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.grid{display:grid;gap:var(--spacing-lg)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}.main-content{margin-left:0;padding-bottom:80px}}
