.discover-container{scroll-snap-type:y mandatory;background-color:#000}.feed-item{scroll-snap-align:start;width:100%;height:100dvh;position:relative;overflow:hidden}.feed-item:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(#0000 0%,#0006 40%,#000000d9 100%);height:40%;position:absolute;bottom:0;left:0;right:0}.feed-video{-o-object-fit:cover;object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.action-column{right:10px;bottom:calc(90px + env(safe-area-inset-bottom,20px));z-index:20;flex-direction:column;align-items:center;gap:16px;display:flex;position:absolute}.creator-avatar-container{width:48px;height:48px;margin-bottom:12px;position:relative}.creator-avatar{background:#333;border:1.5px solid #fff;border-radius:50%;width:48px;height:48px;overflow:hidden}.follow-badge{background-color:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.action-btn-wrapper{flex-direction:column;align-items:center;gap:0;display:flex}.action-btn{color:#fff;cursor:pointer;filter:none;box-shadow:none;text-shadow:none;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s cubic-bezier(.2,.9,.3,1);display:flex}.action-btn:hover{transform:scale(1.1)}.action-btn:active{transform:scale(.75)}.action-btn svg{filter:drop-shadow(0 2px 8px #0009);transition:all .2s cubic-bezier(.2,.9,.3,1)}.action-btn.liked svg{transform:scale(1.1)}.action-text{letter-spacing:-.02em;color:#ffffffeb;text-shadow:0 1px 3px #000000d9;margin-top:-2px;font-size:11px;font-weight:600}.feed-bottom-left-overlay{bottom:calc(85px + env(safe-area-inset-bottom));z-index:30;pointer-events:auto;flex-direction:column;gap:8px;display:flex;position:absolute;left:14px;right:76px}.creator-header-row{align-items:center;gap:10px;margin-bottom:2px;display:flex}.creator-name{color:#fff;text-shadow:0 1px 2px #00000080;font-size:16px;font-weight:700}.btn-incele-inline{color:#fff;cursor:pointer;background:#ea580c;border:none;border-radius:9999px;align-items:center;gap:4px;padding:6px 14px;font-size:12px;font-weight:700;transition:background .15s,transform .15s;display:inline-flex;box-shadow:0 4px 16px #ea580c4d}.btn-incele-inline:hover{background:#c2410c}.btn-incele-inline:active{transform:scale(.95)}.description-container{color:#ffffffe6;text-shadow:0 1px 2px #00000080;margin-bottom:4px;font-size:14px;line-height:1.4}.description.collapsed{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.expand-btn{color:#fff;cursor:pointer;text-shadow:0 1px 2px #00000080;background:0 0;border:none;padding:0;font-size:14px;font-weight:700}.diy-chips{gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.diy-chips::-webkit-scrollbar{display:none}.diy-chips{-ms-overflow-style:none;scrollbar-width:none}.diy-chip{-webkit-backdrop-filter:blur(10px);color:#fff;white-space:nowrap;cursor:pointer;background:#ffffff26;border:1px solid #fff3;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600}.drawer-overlay{z-index:1000;opacity:0;background:#00000080;align-items:flex-end;animation:.2s forwards fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{to{opacity:1}}.drawer-content{-webkit-backdrop-filter:blur(25px)saturate(180%);width:100%;max-height:80vh;padding:20px;padding-bottom:env(safe-area-inset-bottom,20px);background:#141419d9;border-top:1px solid #ffffff1a;border-radius:24px 24px 0 0;animation:.3s cubic-bezier(.175,.885,.32,1.275) forwards slideUp;overflow-y:auto;transform:translateY(100%)}@keyframes slideUp{to{transform:translateY(0)}}.drawer-handle{background:#ffffff4d;border-radius:2px;width:40px;height:4px;margin:0 auto 20px}.drawer-product-title{margin-bottom:15px;font-size:18px;font-weight:700}.drawer-price{color:var(--accent-color);margin-bottom:20px;font-size:22px;font-weight:700}.drawer-buy-btn{background:var(--accent-color);color:#fff;text-align:center;border-radius:12px;width:100%;margin-bottom:15px;padding:14px;font-weight:700;text-decoration:none;display:block}.drawer-reviews{color:#fffc;font-size:14px}.auth-modal-overlay{-webkit-backdrop-filter:blur(12px);z-index:100000;background:#000000bf;justify-content:center;align-items:flex-end;animation:.22s cubic-bezier(.16,1,.3,1) authFadeIn;display:flex;position:fixed;inset:0}.auth-modal-overlay.closing{opacity:0;transition:opacity .2s}@keyframes authFadeIn{0%{opacity:0}to{opacity:1}}.auth-modal-sheet{-webkit-backdrop-filter:blur(28px)saturate(180%);width:100%;max-width:500px;color:var(--apple-label,#000);border:1px solid var(--apple-separator,#3c3c431f);padding:12px 22px calc(32px + env(safe-area-inset-bottom,16px)) 22px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scroll-behavior:smooth;box-sizing:border-box;z-index:100001;background:#ffffffeb;border-bottom:none;border-radius:34px 34px 0 0;max-height:92vh;animation:.28s cubic-bezier(.2,.9,.3,1) authSlideUp;overflow-y:auto;box-shadow:0 -12px 48px #00000059}[data-theme=dark] .auth-modal-sheet,.dark .auth-modal-sheet{color:#fff;background:#1c1c1eeb;border-color:#ffffff1f}@media (width>=640px){.auth-modal-overlay{align-items:center;padding:24px}.auth-modal-sheet{border-bottom:1px solid var(--apple-separator,#3c3c431f)!important;border-radius:34px!important;overflow:hidden!important;box-shadow:0 20px 60px #00000073!important}}.auth-modal-sheet.closing{transition:transform .2s cubic-bezier(.4,0,1,1);transform:translateY(100%)}@keyframes authSlideUp{0%{transform:translateY(100%)}to{transform:translate(0,0)}}.auth-sheet-header{text-align:center;margin-bottom:18px;position:relative}.auth-close-btn{width:32px;height:32px;color:var(--apple-secondary-label,#8e8e93);cursor:pointer;background:#7878801f;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:-4px;right:-4px}.auth-close-btn:active{background:#78788038;transform:scale(.92)}.auth-brand-badge{background:linear-gradient(135deg,#ea580c,#c2410c);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 10px;display:flex;box-shadow:0 4px 20px #ea580c59}.auth-brand-badge span{color:#fff;font-size:26px}.auth-sheet-title{color:var(--text-primary,#0f172a);letter-spacing:-.3px;margin:0 0 6px;font-size:20px;font-weight:800}.auth-sheet-desc{color:var(--text-secondary,#64748b);margin:0;font-size:13px;line-height:1.45}.auth-reason-pill{background:var(--brand-purple-light,#ea580c26);color:var(--brand-purple,#ea580c);border:1px solid #ea580c59;border-radius:20px;align-items:center;gap:6px;margin-top:8px;padding:5px 12px;font-size:11.5px;font-weight:600;display:inline-flex}.auth-tab-switch{background:var(--bg-secondary,#f1f5f9);border:1px solid var(--border-color,#e2e8f0);border-radius:14px;gap:4px;margin-bottom:18px;padding:4px;display:flex}.auth-tab-btn{cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;padding:10px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s;color:#0f172a!important}.auth-tab-btn.active{font-weight:700;box-shadow:0 2px 10px #ea580c59;color:#fff!important;background:#ea580c!important}.auth-social-stack{flex-direction:column;gap:10px;margin-bottom:14px;display:flex}.auth-btn-google{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:48px;padding:12px 16px;font-family:inherit;font-size:13.5px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000014}.auth-btn-google:hover{background:#f8fafc;transform:translateY(-1px)}.auth-btn-apple{color:#fff;cursor:pointer;background:#000;border:1px solid #ffffff26;border-radius:14px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:48px;padding:12px 16px;font-family:inherit;font-size:13.5px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000040}.auth-btn-apple:hover{background:#111;transform:translateY(-1px)}.auth-provider-warning-banner{background:#f973161f;border:1px solid #f9731659;border-radius:12px;align-items:flex-start;gap:10px;margin:12px 0 6px;padding:10px 14px;animation:.25s ease-out authBannerFadeIn;display:flex}@keyframes authBannerFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.auth-provider-warning-icon{color:#f97316;flex-shrink:0;margin-top:1px;font-size:18px}.auth-provider-warning-content{color:#fb923c;flex:1;font-size:12px;font-weight:500;line-height:1.45}.auth-provider-warning-close{color:#94a3b8;cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .15s;display:flex}.auth-provider-warning-close:hover{opacity:1}.auth-success-banner{background:#10b9811f;border:1px solid #10b98159;border-radius:12px;align-items:flex-start;gap:10px;margin:12px 0 6px;padding:10px 14px;animation:.25s ease-out authBannerFadeIn;display:flex}.auth-success-banner-icon{color:#10b981;flex-shrink:0;margin-top:1px;font-size:18px}.auth-success-banner-content{color:#34d399;flex:1;font-size:12px;font-weight:500;line-height:1.45}.auth-divider{text-align:center;color:var(--text-secondary,#64748b);align-items:center;margin:14px 0;font-size:11.5px;font-weight:500;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-bottom:1px solid var(--border-color,#e2e8f0);flex:1}.auth-divider span{padding:0 10px}.auth-form-stack{flex-direction:column;gap:13px;display:flex}.auth-field-group{flex-direction:column;gap:5px;display:flex}.auth-field-label{color:var(--text-secondary,#64748b);justify-content:space-between;align-items:center;font-size:11.5px;font-weight:600;display:flex}.auth-input-wrap{align-items:center;width:100%;display:flex;position:relative}.auth-input-wrap span.auth-input-icon{color:var(--text-secondary,#94a3b8);pointer-events:none;z-index:2;font-size:20px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.auth-input{appearance:none;box-sizing:border-box;outline:none;width:100%;min-height:48px;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:border-color .2s,box-shadow .2s,background .2s;background:var(--bg-secondary,#f8fafc)!important;border:1px solid var(--border-color,#e2e8f0)!important;color:var(--text-primary,#0f172a)!important;border-radius:14px!important}.auth-input-wrap .auth-input{padding-left:44px!important;padding-right:16px!important}.auth-input-wrap:has(.auth-pwd-toggle-btn) .auth-input{padding-right:44px!important}.auth-input::placeholder{opacity:1;font-size:13px;color:#94a3b8!important}.auth-input:focus{border-color:#ea580c!important;box-shadow:0 0 0 2px #ea580c33!important}.auth-input.has-error{border-color:#ef4444!important;box-shadow:0 0 0 2px #ef444433!important}.auth-input.is-valid{border-color:#10b981!important}select.auth-input{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:16px;padding-right:36px!important}.auth-pwd-toggle-btn{color:var(--text-secondary,#94a3b8);cursor:pointer;z-index:2;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.auth-pwd-toggle-btn:hover{color:var(--text-primary,#0f172a)}.auth-field-hint{align-items:center;gap:4px;margin-top:2px;font-size:11px;display:flex}.auth-field-hint.error{color:#ef4444}.auth-field-hint.success{color:#10b981}.auth-field-hint.info{color:var(--text-secondary,#64748b)}.auth-btn-submit{color:#fff;cursor:pointer;background:#ea580c;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;margin-top:6px;padding:13px;font-family:inherit;font-size:14px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 18px #ea580c40}.auth-btn-submit:hover:not(:disabled){background:#c2410c;transform:translateY(-1px)}.auth-btn-submit:disabled{opacity:.45;cursor:not-allowed;transform:none}.auth-mode-switch-row{text-align:center;margin-top:14px;font-size:12.5px;color:#334155!important}html[data-theme=dark] .auth-mode-switch-row,body.theme-dark .auth-mode-switch-row,.dark .auth-mode-switch-row{color:#94a3b8!important}.auth-mode-switch-link{cursor:pointer;text-underline-offset:3px;margin-left:4px;font-weight:700;text-decoration:underline;color:#ea580c!important}.auth-mode-switch-link:hover{color:#c2410c!important}.otp-container{justify-content:space-between;gap:8px;margin:18px 0;display:flex}.otp-box{text-align:center;background:var(--bg-secondary,#f8fafc);border:1px solid var(--border-color,#e2e8f0);width:48px;height:52px;color:var(--text-primary,#0f172a);box-sizing:border-box;border-radius:14px;outline:none;font-family:inherit;font-size:22px;font-weight:800;transition:all .2s}.otp-box:focus{background:var(--bg-primary,#fff);border-color:#ea580c;box-shadow:0 0 0 2px #ea580c33}.otp-box.filled{color:#ea580c;border-color:#ea580c}.otp-timer-row{color:var(--text-secondary,#64748b);justify-content:space-between;align-items:center;margin-bottom:16px;font-size:12px;display:flex}.otp-resend-btn{color:#ea580c;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:600}.otp-resend-btn:disabled{color:var(--text-secondary,#94a3b8);cursor:default}.otp-test-btn{color:#ea580c;cursor:pointer;background:#ea580c1a;border:1px dashed #ea580c59;border-radius:14px;justify-content:center;align-items:center;gap:6px;width:100%;margin-bottom:14px;padding:10px;font-family:inherit;font-size:11.5px;font-weight:600;display:flex}.auth-guest-dismiss-btn{width:100%;color:var(--text-secondary,#64748b);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:4px;margin-top:10px;padding:10px;font-family:inherit;font-size:12.5px;font-weight:500;display:flex}.auth-guest-dismiss-btn:hover{color:var(--text-primary,#0f172a)}html[data-theme=dark] .auth-modal-sheet,body.theme-dark .auth-modal-sheet,.dark .auth-modal-sheet{color:#fff!important;background:#09090b!important;border-color:#27272a!important}html[data-theme=dark] .auth-sheet-title,body.theme-dark .auth-sheet-title,.dark .auth-sheet-title{color:#fff!important}html[data-theme=dark] .auth-sheet-desc,body.theme-dark .auth-sheet-desc,.dark .auth-sheet-desc{color:#a1a1aa!important}html[data-theme=dark] .auth-tab-switch,body.theme-dark .auth-tab-switch,.dark .auth-tab-switch{background:#18181b!important;border-color:#27272a!important}html[data-theme=dark] .auth-tab-btn:not(.active),body.theme-dark .auth-tab-btn:not(.active),.dark .auth-tab-btn:not(.active){color:#e2e8f0!important}html[data-theme=dark] .auth-tab-btn.active,body.theme-dark .auth-tab-btn.active,.dark .auth-tab-btn.active{color:#fff!important;background:#ea580c!important;font-weight:700!important}html[data-theme=dark] .auth-input,body.theme-dark .auth-input,.dark .auth-input{color:#fff!important;background:#18181b!important;border-color:#27272a!important}html[data-theme=dark] .auth-input::-moz-placeholder{color:#64748b!important}body.theme-dark .auth-input::-moz-placeholder{color:#64748b!important}.dark .auth-input::-moz-placeholder{color:#64748b!important}html[data-theme=dark] .auth-input::placeholder,body.theme-dark .auth-input::placeholder,.dark .auth-input::placeholder{color:#64748b!important}html[data-theme=dark] .auth-input:focus,body.theme-dark .auth-input:focus,.dark .auth-input:focus{border-color:#ea580c!important;box-shadow:0 0 0 2px #ea580c40!important}html[data-theme=dark] select.auth-input,body.theme-dark select.auth-input,.dark select.auth-input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}html[data-theme=dark] .auth-btn-google,body.theme-dark .auth-btn-google,.dark .auth-btn-google{color:#f8fafc;background:#18181b;border-color:#27272a}html[data-theme=dark] .auth-btn-google:hover,body.theme-dark .auth-btn-google:hover,.dark .auth-btn-google:hover{background:#27272a}html[data-theme=dark] .otp-box,body.theme-dark .otp-box,.dark .otp-box{color:#fff!important;background:#18181b!important;border-color:#27272a!important}html[data-theme=dark] .auth-guest-dismiss-btn:hover,body.theme-dark .auth-guest-dismiss-btn:hover,.dark .auth-guest-dismiss-btn:hover{color:#fff}.account-switcher-overlay{-webkit-backdrop-filter:blur(8px);z-index:100000;background:#000000bf;justify-content:center;align-items:flex-end;animation:.22s ease-out authFadeIn;display:flex;position:fixed;inset:0}.account-switcher-overlay.closing{opacity:0;transition:opacity .2s}.account-switcher-sheet{background:var(--color-bg-surface,#fff);border:1px solid var(--color-outline,#e2e8f0);width:100%;max-width:480px;padding:12px 20px calc(36px + env(safe-area-inset-bottom,24px)) 20px;box-sizing:border-box;z-index:100001;border-bottom:none;border-radius:28px 28px 0 0;max-height:85vh;animation:.28s cubic-bezier(.2,.9,.3,1) authSlideUp;overflow-y:auto;box-shadow:0 -10px 40px #00000026}@media (width>=640px){.account-switcher-overlay{align-items:center;padding:24px}.account-switcher-sheet{border-bottom:1px solid var(--color-outline,#e2e8f0)!important;border-radius:28px!important;overflow:hidden!important;box-shadow:0 20px 60px #00000073!important}}.account-switcher-sheet.closing{transition:transform .2s cubic-bezier(.4,0,1,1);transform:translateY(100%)}.account-switcher-handle{cursor:pointer;background:#0003;border-radius:2px;width:36px;height:4px;margin:0 auto 16px}.account-switcher-header{border-bottom:1px solid var(--color-outline,#f1f5f9);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.account-switcher-title{color:var(--color-text-main,#0f172a);margin:0;font-size:16px;font-weight:700}.account-switcher-close-btn{color:var(--color-text-sub,#64748b);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:background .15s,color .15s;display:flex}.account-switcher-close-btn:hover{color:var(--color-text-main,#0f172a);background:#0000000d}.account-list{flex-direction:column;gap:8px;margin-bottom:18px;display:flex}.account-item-btn{background:var(--color-surface-container,#f8fafc);border:1px solid var(--color-outline,#e2e8f0);cursor:pointer;text-align:left;border-radius:14px;justify-content:space-between;align-items:center;width:100%;padding:12px 14px;transition:all .2s;display:flex}.account-item-btn:hover{background:var(--color-surface-container-high,#f1f5f9);border-color:#ea580c59}.account-item-btn.active,.account-card-active,.account-card-selected{background:#ea580c1f!important;border:1.5px solid #ea580c8c!important}.account-item-left{align-items:center;gap:12px;display:flex}.account-avatar-img{-o-object-fit:cover;object-fit:cover;border:2px solid #0000;border-radius:50%;width:44px;height:44px}.account-item-btn.active .account-avatar-img,.account-card-active .account-avatar-img{border-color:#ea580c}.account-item-info{flex-direction:column;display:flex}.account-name-text,.account-name{margin-bottom:2px;font-size:14px;font-weight:600;transition:color .2s;color:#0f172a!important}.account-handle-text,.account-username{font-size:12px;font-weight:500;transition:color .2s;color:#0f172a!important}.account-card-active .account-name,.account-card-active .account-name-text,.account-item-btn.active .account-name-text,.account-item-btn.active .account-name,[data-theme=light] .account-card.active h4,[data-theme=light] .account-card.active .account-name,[data-theme=light] .account-item-btn.active .account-name-text,.light .account-card-selected span.title,.light .account-item-btn.active .account-name-text,.account-item-btn.active .account-name-text{font-size:15px;color:#0f172a!important;font-weight:700!important}.account-card-active .account-username,.account-card-active .account-handle-text,.account-item-btn.active .account-handle-text,.account-item-btn.active .account-username,[data-theme=light] .account-card.active p,[data-theme=light] .account-card.active .account-username,[data-theme=light] .account-item-btn.active .account-handle-text,.light .account-card-selected span.subtitle,.light .account-item-btn.active .account-handle-text,.account-item-btn.active .account-handle-text{font-size:13px;color:#475569!important;font-weight:500!important}.account-active-badge{color:#ea580c;align-items:center;display:flex}.add-account-action-btn{color:#ea580c;cursor:pointer;background:#ea580c14;border:1.5px dashed #ea580c73;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:6px;padding:14px 16px;font-size:13.5px;font-weight:700;transition:all .2s;display:flex}.add-account-action-btn:hover{background:#ea580c26;border-color:#ea580c;transform:translateY(-1px)}html[data-theme=dark] .account-switcher-sheet,body.theme-dark .account-switcher-sheet,.dark .account-switcher-sheet{background:#12131a!important;border-color:#ffffff1f!important;box-shadow:0 -10px 40px #000c!important}html[data-theme=dark] .account-switcher-handle,body.theme-dark .account-switcher-handle,.dark .account-switcher-handle{background:#ffffff40}html[data-theme=dark] .account-switcher-header,body.theme-dark .account-switcher-header,.dark .account-switcher-header{border-bottom-color:#ffffff14}html[data-theme=dark] .account-switcher-title,body.theme-dark .account-switcher-title,.dark .account-switcher-title{color:#f8fafc!important}html[data-theme=dark] .account-switcher-close-btn,body.theme-dark .account-switcher-close-btn,.dark .account-switcher-close-btn{color:#94a3b8}html[data-theme=dark] .account-switcher-close-btn:hover,body.theme-dark .account-switcher-close-btn:hover,.dark .account-switcher-close-btn:hover{color:#fff;background:#ffffff1a}html[data-theme=dark] .account-item-btn,body.theme-dark .account-item-btn,.dark .account-item-btn{background:#ffffff05!important;border-color:#ffffff0f!important}html[data-theme=dark] .account-item-btn:hover,body.theme-dark .account-item-btn:hover,.dark .account-item-btn:hover{background:#ffffff0f!important;border-color:#ffffff1f!important}html[data-theme=dark] .account-item-btn.active,body.theme-dark .account-item-btn.active,.dark .account-item-btn.active,html[data-theme=dark] .account-card-active,body.theme-dark .account-card-active{background:#ea580c26!important;border-color:#ea580c80!important}html[data-theme=dark] .account-name-text,body.theme-dark .account-name-text,.dark .account-name-text,html[data-theme=dark] .account-name,body.theme-dark .account-name,html[data-theme=dark] .account-item-btn.active .account-name-text,body.theme-dark .account-item-btn.active .account-name-text,.dark .account-item-btn.active .account-name-text,html[data-theme=dark] .account-card-active .account-name,body.theme-dark .account-card-active .account-name{color:#fff!important}html[data-theme=dark] .account-handle-text,body.theme-dark .account-handle-text,.dark .account-handle-text,html[data-theme=dark] .account-username,body.theme-dark .account-username,html[data-theme=dark] .account-item-btn.active .account-handle-text,body.theme-dark .account-item-btn.active .account-handle-text,.dark .account-item-btn.active .account-handle-text,html[data-theme=dark] .account-card-active .account-username,body.theme-dark .account-card-active .account-username{color:#94a3b8!important}html[data-theme=dark] .add-account-action-btn,body.theme-dark .add-account-action-btn,.dark .add-account-action-btn{color:#ea580c;background:#ea580c1a;border-color:#ea580c66}html[data-theme=dark] .add-account-action-btn:hover,body.theme-dark .add-account-action-btn:hover,.dark .add-account-action-btn:hover{background:#ea580c2e;border-color:#ea580c}
