:root{--background:#ffffff;--text:#111111;--muted:#666666;--border:#e5e5e5;--surface:#ffffff;--surface-strong:#f4f5f7;--accent:#c50024;--feed-bar:rgba(255,255,255,0.92);--feed-panel:#ffffff;--nav-dock-bg:rgba(255,255,255,0.98);--nav-dock-border:rgba(17,24,39,0.06);--nav-dock-shadow:0 5px 30px rgba(10,16,28,0.294);--nav-icon-idle:#a7adb8;--nav-icon-active:#ffffff;--nav-active-bg:#040404;--nav-active-inset:rgba(255,255,255,0.02);--skeleton-base:rgba(166,176,194,0.22);--skeleton-sheen:rgba(233,239,247,0.45)}[data-theme=dark]{--background:#000000;--text:#f5f6f8;--muted:#c8ced8;--border:rgba(255,255,255,0.14);--surface:#101218;--surface-strong:#171a21;--feed-bar:rgba(8,10,14,0.94);--feed-panel:#000000;--nav-dock-bg:rgba(14,18,26,0.94);--nav-dock-border:rgba(255,255,255,0.08);--nav-dock-shadow:0 14px 34px rgba(0,0,0,0.48);--nav-icon-idle:#8f99ab;--nav-icon-active:#10141c;--nav-active-bg:#f1f5fa;--nav-active-inset:rgba(0,0,0,0.12);--skeleton-base:rgba(122,139,168,0.24);--skeleton-sheen:rgba(226,234,247,0.15)}[data-theme=light]{--background:#ffffff;--text:#141821;--muted:#566074;--border:rgba(23,29,40,0.14);--surface:#ffffff;--surface-strong:#f3f4f7;--feed-bar:rgba(255,255,255,0.95);--feed-panel:#ffffff;--skeleton-base:rgba(136,151,176,0.22);--skeleton-sheen:rgba(255,255,255,0.58)}*{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100%}body{background:var(--background);color:var(--text);font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;transition:background-color .22s ease,color .22s ease}a{color:inherit;text-decoration:none}.container{width:min(960px,100%);margin:0 auto;padding:2rem 1rem}.header-nav{display:flex;gap:1rem;align-items:center}.feed{display:grid;gap:1rem;margin-top:1.5rem;width:min(520px,100%)}.card{border:1px solid var(--border);border-radius:.75rem;overflow:hidden}.sponsor-card{background:#fafafa}.news-card{background:#fff}.news-media{aspect-ratio:9/14;width:100%;background:#f4f4f4}.news-image,.sponsor-image{width:100%;height:100%;object-fit:cover;display:block}.news-image-placeholder,.sponsor-image-placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--muted);font-size:.9rem}.news-content{padding:.9rem 1rem 1rem}.news-content h2,.sponsor-body h2{font-size:1rem;margin-bottom:.35rem}.news-content p,.sponsor-body p{font-size:.9rem}.sponsor-link{padding:.85rem}.external-link-btn{display:inline-block;margin-top:.75rem;border:1px solid var(--border);border-radius:.5rem;padding:.4rem .7rem;font-size:.85rem;font-weight:600;background:#fff}.admin-panel{border:1px solid var(--border);border-radius:.75rem;padding:1rem;margin-top:1rem}.admin-dashboard-grid{display:grid;gap:.85rem;margin-top:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.admin-nav-card{display:block;border:1px solid var(--border);border-radius:.75rem;padding:.9rem;background:#fff}.admin-nav-card h2{font-size:1rem;margin-bottom:.35rem}.admin-nav-card p{font-size:.9rem}.admin-nav-card:hover{border-color:#d1d5db}.admin-panel h2{font-size:1rem;margin-bottom:.75rem}.admin-form{display:grid;gap:.65rem}.admin-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.admin-form-wide{grid-column:1/-1}.form-field{display:grid;gap:.35rem}.form-field span{font-size:.85rem;color:var(--muted)}.form-field input,.form-field textarea{border:1px solid var(--border);border-radius:.5rem;padding:.5rem .65rem;font:inherit;background:#fff}.form-radio-group{border:1px solid var(--border);border-radius:.65rem;padding:.6rem .75rem}.form-radio-group legend{font-size:.85rem;color:var(--muted);padding:0 .25rem}.form-radio-inline{display:inline-flex;gap:.8rem;font-size:.92rem}.form-radio-inline label{gap:.35rem}.form-check,.form-radio-inline label{display:inline-flex;align-items:center}.form-check{gap:.5rem;font-size:.9rem}.form-error{color:#b42318;margin-top:.5rem}.form-success{color:#027a48;margin-top:.5rem}.admin-list{display:grid;gap:1rem}.admin-item{border:1px solid var(--border);border-radius:.65rem;padding:.85rem}.admin-actions{display:flex;gap:.55rem;flex-wrap:wrap}.admin-add-news-drawer summary,.admin-edit-drawer summary{list-style:none;cursor:pointer}.admin-add-news-drawer summary::-webkit-details-marker,.admin-edit-drawer summary::-webkit-details-marker{display:none}.admin-add-news-content{margin-top:1rem;display:grid;gap:1rem}.admin-upload-box{border-top:1px solid var(--border);padding-top:1rem}.admin-upload-box h3{font-size:1rem;margin-bottom:.65rem}.admin-news-grid{display:grid;gap:1rem}.admin-news-card{border:1px solid var(--border);border-radius:.75rem;padding:.9rem;display:grid;gap:.75rem}.admin-news-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.admin-news-card-header h3{font-size:1rem}.admin-news-status{border:1px solid var(--border);border-radius:999px;font-size:.75rem;padding:.15rem .55rem;color:var(--muted)}.admin-news-meta{display:grid;gap:.35rem;font-size:.85rem;color:var(--muted)}.admin-edit-drawer{width:100%}.admin-edit-form{margin-top:.75rem}@media (max-width:720px){.admin-form-grid{grid-template-columns:1fr}}.uploaded-url{margin-top:.6rem;font-size:.9rem}.uploaded-url a{color:#0a66c2}.sponsored-badge{display:inline-block;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.55rem}.sponsor-body{display:grid;grid-template-columns:64px 1fr;align-items:center;gap:.75rem}.sponsor-image,.sponsor-image-placeholder{width:64px;height:64px;border-radius:.5rem;background:#efefef}h1{font-size:2rem;margin-bottom:.5rem}p{color:var(--muted)}.user-feed-page{height:100dvh;overflow:hidden}.notifications-native-page{min-height:100dvh;background:radial-gradient(96% 60% at 50% -18%,rgba(29,49,82,.34) 0,rgba(4,9,18,0) 66%),linear-gradient(180deg,#040914,#030913 55%,#03070f);color:#f4f8ff;padding:max(.9rem,env(safe-area-inset-top)) .75rem calc(6.4rem + env(safe-area-inset-bottom))}.notifications-native-shell{width:100%;max-width:560px;margin:0 auto;display:grid;gap:.7rem;font-family:SF Pro Display,SF Pro Text,Avenir Next,Segoe UI,sans-serif}.notifications-page-header{position:sticky;top:max(.3rem,env(safe-area-inset-top));z-index:2;padding:.35rem .2rem .45rem;background:linear-gradient(180deg,rgba(3,8,17,.94) 72%,rgba(3,8,17,0))}.notifications-page-header h1{margin:0;font-size:1.24rem;line-height:1.25;color:#f4f8ff;font-weight:720}.notifications-page-header p{margin-top:.2rem;color:rgba(218,231,252,.75);font-size:.82rem}.notifications-feed{display:grid;gap:.45rem}.notification-feed-item{border:1px solid rgba(146,172,214,.2);background:rgba(11,19,32,.86);border-radius:1rem;padding:.68rem;display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:.6rem;text-decoration:none}.notification-feed-dot{width:.48rem;height:.48rem;border-radius:999px;margin-top:.34rem;background:#ff375f;box-shadow:0 0 0 5px rgba(255,55,95,.16)}.notification-feed-body{min-width:0}.notification-feed-body h2{margin:0;color:#f4f8ff;font-size:.9rem;line-height:1.25;font-weight:690}.notification-feed-body p{margin-top:.22rem;color:rgba(218,230,249,.8);font-size:.83rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-feed-body time{margin-top:.25rem;display:block;color:rgba(181,200,227,.7);font-size:.73rem}.notification-feed-image{width:2.9rem;height:2.9rem;border-radius:.7rem;object-fit:cover;border:1px solid rgba(150,175,217,.24)}.notifications-skeleton-item{pointer-events:none;border-color:rgba(131,157,197,.24);background:rgba(251,253,255,.94);box-shadow:0 8px 18px rgba(35,58,90,.12)}[data-theme=dark] .notifications-skeleton-item{border-color:rgba(146,172,214,.2);background:rgba(11,19,32,.86);box-shadow:none}.notifications-skeleton-block{position:relative;overflow:hidden;background:var(--skeleton-base)}.notifications-skeleton-block:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(102deg,transparent 0,var(--skeleton-sheen) 48%,transparent 100%);animation:feed-skeleton-shimmer 1.25s linear infinite}.notifications-skeleton-dot{box-shadow:none}.notifications-skeleton-title{width:min(88%,20rem);height:.92rem;border-radius:.32rem}.notifications-skeleton-line{margin-top:.22rem;width:100%;height:.72rem;border-radius:.3rem}.notifications-skeleton-line.short{width:72%}.notifications-skeleton-time{margin-top:.3rem;width:6.5rem;height:.62rem;border-radius:.3rem}[data-theme=light] .notifications-loading .notifications-page-header,html:not([data-theme]) .notifications-loading .notifications-page-header{background:linear-gradient(180deg,rgba(232,240,252,.95) 72%,rgba(232,240,252,0))}[data-theme=dark] .notifications-loading .notifications-page-header{background:linear-gradient(180deg,rgba(3,8,17,.94) 72%,rgba(3,8,17,0))}.notifications-empty-state{border:1px solid rgba(146,172,214,.18);border-radius:1rem;background:rgba(11,19,32,.84);padding:.95rem}.notifications-empty-state h2{margin:0;font-size:.95rem;color:#f4f8ff}.notifications-empty-state p{margin-top:.3rem;color:rgba(211,225,247,.74);font-size:.86rem}.notifications-primary-btn{border:1px solid rgba(203,216,241,.28);border-radius:.75rem;background:linear-gradient(160deg,#c50024,#7d021f);color:#fff;padding:.54rem .95rem;font-size:.9rem;font-weight:670}.notifications-primary-btn[disabled]{opacity:.55;cursor:not-allowed}.notifications-secondary-btn{border:1px solid rgba(179,200,235,.26);border-radius:.75rem;background:rgba(15,26,43,.9);color:rgba(231,239,251,.92);padding:.54rem .95rem;font-size:.88rem;font-weight:640}.notifications-feedback{margin:0}.notifications-debug-panel{display:grid;gap:.45rem}.notifications-debug-output{margin:0;border:1px solid rgba(146,172,214,.2);border-radius:.85rem;background:rgba(10,17,30,.9);color:rgba(225,237,255,.9);font-size:.74rem;line-height:1.35;padding:.65rem;overflow:auto;max-height:12.5rem}.notifications-permission-drawer{position:fixed;top:max(.5rem,env(safe-area-inset-top));left:.7rem;right:.7rem;z-index:35;transform:translateY(calc(-100% - 2rem));opacity:0;pointer-events:none;transition:transform .32s ease,opacity .32s ease}.notifications-permission-drawer.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.notifications-permission-drawer-content{max-width:560px;margin:0 auto;border:1px solid rgba(163,188,226,.26);border-radius:1rem;background:rgba(12,23,38,.97);box-shadow:0 14px 34px rgba(2,7,16,.45);padding:.88rem}.notifications-permission-drawer-content h2{margin:0;font-size:1rem;color:#f4f8ff}.notifications-permission-drawer-content p{margin-top:.3rem;color:rgba(218,232,253,.8);font-size:.84rem}.notifications-permission-actions{margin-top:.68rem;display:flex;justify-content:flex-end;gap:.46rem}.pwa-install-drawer{position:fixed;left:.7rem;right:.7rem;top:max(.6rem,env(safe-area-inset-top));z-index:36;transform:translateY(calc(-100% - 1.2rem));opacity:0;pointer-events:none;transition:transform .32s ease,opacity .32s ease}.pwa-install-drawer.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.pwa-install-drawer-content{max-width:560px;margin:0 auto;border:1px solid rgba(163,188,226,.22);border-radius:1.1rem;background:rgba(12,23,38,.78);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 26px rgba(2,7,16,.35);padding:.72rem .82rem;display:flex;align-items:center;justify-content:space-between;gap:.72rem}.pwa-install-inline-text{margin:0;font-size:.9rem;color:#f4f8ff;font-weight:650;line-height:1.25}.pwa-install-inline-note{color:rgba(218,232,253,.75);font-weight:500}.pwa-install-actions{display:flex;justify-content:flex-end;align-items:center;gap:.25rem;flex-shrink:0}.pwa-install-btn{border-radius:.7rem;padding:.42rem .68rem;font-size:.82rem;font-weight:640}.pwa-install-btn-primary{border:1px solid rgba(203,216,241,.28);background:linear-gradient(160deg,#c50024,#7d021f);color:#fff}.pwa-install-btn-primary[disabled]{opacity:.6;cursor:not-allowed}.pwa-install-btn-secondary{border:1px solid transparent;background:transparent;color:rgba(231,239,251,.92)}.pwa-install-actions:before{content:"|";color:rgba(206,220,243,.55);margin:0 .15rem}[data-theme=light] .notifications-native-page{background:radial-gradient(100% 60% at 50% -15%,rgba(198,220,255,.65) 0,rgba(242,247,255,0) 66%),linear-gradient(180deg,#eef3fb,#e8eef8 55%,#e3eaf6);color:#13213a}[data-theme=light] .notifications-page-header{background:linear-gradient(180deg,rgba(232,240,252,.95) 72%,rgba(232,240,252,0))}[data-theme=light] .notification-feed-body h2,[data-theme=light] .notifications-empty-state h2,[data-theme=light] .notifications-page-header h1,[data-theme=light] .notifications-permission-drawer-content h2{color:#0f1f37}[data-theme=light] .notification-feed-body p,[data-theme=light] .notifications-empty-state p,[data-theme=light] .notifications-page-header p,[data-theme=light] .notifications-permission-drawer-content p{color:rgba(44,65,99,.8)}[data-theme=light] .notification-feed-item,[data-theme=light] .notifications-empty-state,[data-theme=light] .notifications-permission-drawer-content{border-color:rgba(131,157,197,.24);background:rgba(251,253,255,.94);box-shadow:0 8px 18px rgba(35,58,90,.12)}[data-theme=light] .notification-feed-body time{color:rgba(74,99,138,.72)}[data-theme=light] .notifications-skeleton-block{background:rgba(139,157,185,.24)}[data-theme=light] .notifications-skeleton-block:after{background:linear-gradient(102deg,transparent,rgba(255,255,255,.64) 48%,transparent)}[data-theme=light] .notifications-secondary-btn{border-color:rgba(131,157,197,.38);background:rgba(245,250,255,.98);color:rgba(24,44,75,.9)}[data-theme=light] .notifications-debug-output{border-color:rgba(131,157,197,.3);background:rgba(247,251,255,.98);color:rgba(21,39,67,.9)}[data-theme=light] .pwa-install-drawer-content{border-color:rgba(131,157,197,.24);background:rgba(251,253,255,.86);box-shadow:0 8px 18px rgba(35,58,90,.12)}[data-theme=light] .pwa-install-inline-text{color:#0f1f37}[data-theme=light] .pwa-install-inline-note{color:rgba(44,65,99,.8)}[data-theme=light] .pwa-install-btn-secondary{border-color:rgba(131,157,197,.38);background:rgba(245,250,255,.98);color:rgba(24,44,75,.9)}@media (max-width:420px){.notifications-native-page{padding-left:.7rem;padding-right:.7rem}.notifications-page-header h1{font-size:1.15rem}.notifications-permission-drawer,.pwa-install-drawer{left:.55rem;right:.55rem}}.reels-page{height:100%;position:relative;background:var(--background)}.category-bar-wrap{position:fixed;top:.55rem;left:.8rem;right:.8rem;z-index:20;background:var(--feed-bar);border:1px solid var(--border);border-radius:999px;overflow:hidden}.category-bar{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;padding:.32rem .62rem}.category-bar::-webkit-scrollbar{display:none}.category-pill{border:1px solid transparent;border-radius:999px;background:transparent;color:var(--text);font-size:.86rem;font-weight:600;letter-spacing:.01em;text-transform:capitalize;padding:.28rem .62rem;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.category-pill.active{background:var(--accent);color:#fff}.reels-feed-scroll{height:100%;overflow-y:auto;overscroll-behavior-y:contain;scroll-snap-type:y mandatory;scroll-behavior:smooth}.offline-banner{position:fixed;top:3.4rem;left:.85rem;right:.85rem;z-index:18;border:1px solid rgba(255,176,32,.35);background:rgba(58,38,5,.9);color:#ffd78b;border-radius:.75rem;padding:.48rem .66rem;font-size:.79rem;line-height:1.3}.offline-empty-state{margin:5.2rem .85rem 7rem;border:1px solid rgba(120,137,164,.22);border-radius:.95rem;background:rgba(12,18,30,.88);padding:.9rem}.offline-empty-state h2{margin:0;color:#f5f9ff;font-size:1rem}.offline-empty-state p{margin-top:.35rem;color:rgba(220,231,249,.76);font-size:.86rem;line-height:1.4}.feed-loading-shell{isolation:isolate}.feed-skeleton-bar{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.feed-skeleton-scroll{padding-top:0}.feed-skeleton-card{pointer-events:none}.feed-skeleton-content{position:relative}.feed-skeleton-block{position:relative;overflow:hidden;background:var(--skeleton-base)}.feed-skeleton-block:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(102deg,transparent 0,var(--skeleton-sheen) 48%,transparent 100%);animation:feed-skeleton-shimmer 1.25s linear infinite}.feed-skeleton-pill{display:inline-flex;width:4.5rem;height:1.9rem;border-radius:999px}.feed-skeleton-media{width:100%;height:100%}.feed-skeleton-title{width:min(86%,25rem);height:1.35rem;border-radius:.46rem}.feed-skeleton-line{margin-top:.68rem;width:100%;height:.9rem;border-radius:.4rem}.feed-skeleton-line.short{width:74%}.feed-skeleton-actions{margin-top:1rem;display:flex;gap:.55rem}.feed-skeleton-cta{width:6.8rem;height:1.82rem;border-radius:999px}.feed-skeleton-reel-actions{position:absolute;right:.75rem;bottom:5.55rem;display:grid;gap:.52rem}.feed-skeleton-circle{width:3rem;height:3rem;border-radius:999px}.feed-skeleton-nav{pointer-events:none}.feed-skeleton-nav-item{width:100%;max-width:3.05rem;height:3rem;border-radius:999px;justify-self:center}@keyframes feed-skeleton-shimmer{to{transform:translateX(100%)}}[data-theme=light] .offline-banner{border-color:rgba(181,114,13,.28);background:rgba(255,245,224,.95);color:#7a4a00}[data-theme=light] .offline-empty-state{border-color:rgba(130,151,188,.24);background:rgba(250,253,255,.95)}[data-theme=light] .offline-empty-state h2{color:#13213a}[data-theme=light] .offline-empty-state p{color:rgba(44,65,99,.8)}.reel-slide{min-height:100dvh;height:100dvh;display:flex;flex-direction:column;scroll-snap-align:start;scroll-snap-stop:always;background:var(--surface-strong)}.reel-media-section{flex:0 0 35%;min-height:0;overflow:hidden}.reel-image,.reel-image-placeholder{width:100%;height:100%;object-fit:cover}.reel-image-placeholder{display:grid;place-items:center;background:linear-gradient(180deg,#1b2230,#0b0d12);color:#c4ccda;font-size:.95rem}.reel-content-section{position:relative;flex:0 0 65%;margin-top:-1.2rem;background:var(--feed-panel);border-radius:1.65rem 1.65rem 0 0;padding:1rem 4.15rem 5.25rem 1rem;overflow:hidden;transition:transform .22s ease,opacity .22s ease}.reel-content-section h2{font-size:1.25rem;line-height:1.1;font-weight:750;margin-bottom:.5rem;color:var(--text)}.reel-content-section p{color:var(--muted);font-size:1rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:10;line-clamp:10;-webkit-box-orient:vertical;overflow:hidden}.reel-content-section time{display:inline-block;margin-top:.6rem;color:var(--text);font-size:.7rem;font-weight:500}.reel-content-actions{display:flex;gap:.55rem;flex-wrap:wrap;margin-top:.7rem}.pill-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--border);color:var(--text);background:var(--surface);padding:.46rem .86rem;font-size:.7rem;font-weight:650;transition:background-color .2s ease,color .2s ease}.pill-link.primary{background:var(--accent);border-color:var(--accent);color:#fff}.reel-actions{position:absolute;right:.75rem;bottom:5.55rem;z-index:5;display:grid;gap:.52rem}.reel-action-btn{width:3rem;height:3rem;border-radius:999px;border:none;background:var(--nav-dock-bg);color:var(--nav-icon-idle);display:grid;place-items:center;appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:transform .1s ease,background-color .16s ease,color .16s ease;box-shadow:0 8px 20px rgba(0,0,0,.2)}.reel-action-btn.is-active{color:var(--nav-icon-active);background:var(--nav-active-bg);box-shadow:inset 0 0 0 1px var(--nav-active-inset)}.reel-action-btn:active{transform:scale(.95)}.reel-action-btn:disabled{opacity:.68}.reel-action-icon{display:inline-flex;width:1.36rem;height:1.36rem}.reel-action-icon i,.reel-action-icon svg{width:100%;height:100%}.reel-action-icon i{font-size:1.34rem;line-height:1}.bottom-nav{position:fixed;left:0;right:0;bottom:0;height:calc(5.05rem + env(safe-area-inset-bottom));border-radius:0;border:none;background:var(--nav-dock-bg);display:grid;grid-template-columns:1.35fr repeat(3,1fr);align-items:center;gap:.3rem;z-index:40;padding:.7rem .88rem calc(.7rem + env(safe-area-inset-bottom));box-shadow:var(--nav-dock-shadow)}.bottom-nav-item{height:3rem;border-radius:999px;border:none;appearance:none;-webkit-appearance:none;background:transparent;color:var(--nav-icon-idle);display:inline-flex;align-items:center;justify-content:center;gap:0;padding:0 .75rem;justify-self:center;width:100%;max-width:3.05rem;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;touch-action:manipulation;cursor:pointer;transform:translateZ(0);transition:background-color .15s ease,color .15s ease,max-width .22s ease,gap .22s ease,transform .1s ease}.bottom-nav-item.active{background:var(--nav-active-bg);color:var(--nav-icon-active);max-width:100%;justify-content:flex-start;gap:.5rem;padding:0 1rem;box-shadow:inset 0 0 0 1px var(--nav-active-inset)}.bottom-nav-item:active{transform:scale(.96)}.bottom-nav-item:not(.active):active{background:rgba(148,163,184,.14)}.bottom-nav-item:focus-visible{outline:none}.bottom-nav-icon{width:1.66rem;height:1.66rem;display:inline-flex;flex:0 0 auto}.bottom-nav-icon svg{width:100%;height:100%;stroke-linecap:round;stroke-linejoin:round}.bottom-nav-icon i{font-size:1.52rem;line-height:1}.bottom-nav-label{width:0;opacity:0;overflow:hidden;white-space:nowrap;font-size:1.04rem;font-weight:700;letter-spacing:.01em;line-height:1;transform:translateX(-.25rem);transition:opacity .2s ease,width .2s ease,transform .2s ease}.bottom-nav-item.active .bottom-nav-label{width:auto;opacity:1;transform:translateX(0)}.bookmarks-native-page{min-height:100dvh;background:radial-gradient(120% 58% at 50% -18%,rgba(30,46,76,.34) 0,rgba(7,11,18,0) 66%),linear-gradient(180deg,#050a13,#050a12 55%,#04070f);color:#f4f8ff;padding:max(.7rem,env(safe-area-inset-top)) .72rem calc(6.2rem + env(safe-area-inset-bottom))}.bookmarks-native-shell{width:100%;max-width:560px;margin:0 auto;display:grid;gap:.9rem;padding-top:3.35rem}.bookmark-news-grid{display:grid;gap:.9rem .7rem;grid-template-columns:repeat(2,minmax(0,1fr))}.bookmark-news-card{display:grid;border-radius:1rem;overflow:hidden;border:1px solid rgba(126,146,178,.16);background:#2a2f39}.bookmark-news-image,.bookmark-news-image-placeholder{width:100%;aspect-ratio:4/4.6;object-fit:cover;display:block}.bookmark-news-image-placeholder{display:grid;place-items:center;color:rgba(236,242,255,.66);font-size:.82rem;background:linear-gradient(180deg,#374156,#2a2f3a)}.bookmark-news-title-wrap{padding:.62rem .62rem .68rem;background:#2a2f39}.bookmark-news-title-wrap h2{margin:0;color:#f6f9ff;font-size:.82rem;line-height:1.2;font-weight:700;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.bookmarks-native-empty{border:1px solid rgba(126,146,178,.2);border-radius:1rem;background:rgba(11,18,30,.94);padding:1rem;display:grid;gap:.45rem}.bookmarks-native-empty h2{color:#f6f9ff;font-size:.98rem;margin:0}.bookmarks-native-empty p{color:rgba(228,235,248,.74);font-size:.88rem}.bookmarks-skeleton-bar{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}[data-theme=light] .bookmarks-loading,html:not([data-theme]) .bookmarks-loading{background:radial-gradient(120% 58% at 50% -18%,rgba(188,212,248,.7) 0,rgba(242,248,255,0) 66%),linear-gradient(180deg,#eef4fc,#e7eef8 55%,#e2eaf6);color:#11213a}[data-theme=dark] .bookmarks-loading{background:radial-gradient(120% 58% at 50% -18%,rgba(30,46,76,.34) 0,rgba(7,11,18,0) 66%),linear-gradient(180deg,#050a13,#050a12 55%,#04070f);color:#f4f8ff}.bookmarks-skeleton-grid{align-content:start}.bookmarks-skeleton-card{pointer-events:none;border-color:rgba(121,146,188,.24);background:rgba(251,254,255,.96);box-shadow:0 8px 18px rgba(35,58,90,.12)}.bookmarks-skeleton-card .bookmark-news-title-wrap{background:transparent}[data-theme=dark] .bookmarks-skeleton-card{border-color:rgba(126,146,178,.16);background:#2a2f39;box-shadow:none}.bookmarks-skeleton-block{position:relative;overflow:hidden;background:var(--skeleton-base)}.bookmarks-skeleton-block:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(102deg,transparent 0,var(--skeleton-sheen) 48%,transparent 100%);animation:feed-skeleton-shimmer 1.25s linear infinite}.bookmarks-skeleton-pill{display:inline-flex;width:4.8rem;height:1.9rem;border-radius:999px}.bookmarks-skeleton-line{height:.8rem;border-radius:.38rem}.bookmarks-skeleton-line+.bookmarks-skeleton-line{margin-top:.42rem}.bookmarks-skeleton-line.short{width:68%}[data-theme=light] .bookmarks-native-page{background:radial-gradient(120% 58% at 50% -18%,rgba(188,212,248,.7) 0,rgba(242,248,255,0) 66%),linear-gradient(180deg,#eef4fc,#e7eef8 55%,#e2eaf6);color:#11213a}[data-theme=light] .bookmark-news-card,[data-theme=light] .bookmark-news-title-wrap{border-color:rgba(121,146,188,.22);background:rgba(251,254,255,.96);box-shadow:0 8px 18px rgba(35,58,90,.12)}[data-theme=light] .bookmark-news-title-wrap h2{color:#11213a}[data-theme=light] .bookmark-news-image-placeholder{color:rgba(51,74,109,.74);background:linear-gradient(180deg,#d4e0f2,#c9d8ee)}[data-theme=light] .bookmarks-native-empty{border-color:rgba(121,146,188,.24);background:rgba(251,254,255,.96);box-shadow:0 8px 18px rgba(35,58,90,.12)}[data-theme=light] .bookmarks-native-empty h2{color:#11213a}[data-theme=light] .bookmarks-native-empty p{color:rgba(44,65,99,.8)}[data-theme=light] .bookmarks-skeleton-block{background:rgba(139,157,185,.24)}[data-theme=light] .bookmarks-skeleton-block:after{background:linear-gradient(102deg,transparent,rgba(255,255,255,.64) 48%,transparent)}.sponsor-panel h2{font-size:1.3rem}.sponsor-panel p{font-size:1rem;-webkit-line-clamp:3;line-clamp:3}.sponsor-slide{position:relative;overflow:hidden;background:#0f1117}.sponsor-full-image{width:100%;height:100%;object-fit:cover}.sponsor-overlay-content{position:absolute;left:0;right:0;bottom:0;padding:1.15rem 1rem 1.2rem;background:linear-gradient(180deg,rgba(5,7,12,0),rgba(5,7,12,.62) 35%,rgba(5,7,12,.88))}.sponsor-logo-image{display:block;width:auto;height:2.1rem;max-width:min(11.5rem,58vw);object-fit:contain;margin-bottom:.3rem}.sponsor-overlay-content .sponsored-badge{color:rgba(255,255,255,.82);margin-bottom:.42rem}.sponsor-overlay-content h2{font-size:1.25rem;line-height:1.1;font-weight:780;color:#ffffff;margin-bottom:.38rem}.sponsor-overlay-content p{color:rgba(255,255,255,.92);font-size:1.25rem;line-height:1.18;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sponsor-cta-btn{font-size:1.25rem;font-weight:800;padding:.3rem .8rem;margin-bottom:5rem}@media (max-width:420px){.sponsor-overlay-content h2{font-size:1.25rem}.sponsor-overlay-content p{font-size:1rem}.sponsor-cta-btn{font-size:.85rem}}@media (min-width:768px){.reels-page{border-left:1px solid var(--border);border-right:1px solid var(--border)}.bottom-nav,.category-bar-wrap,.reels-page{max-width:460px;margin:0 auto}.bottom-nav,.category-bar-wrap{left:50%;right:auto;width:calc(460px - 1.6rem);transform:translateX(-50%)}}.profile-native-page{min-height:100dvh;background:radial-gradient(90% 55% at 50% -18%,rgba(34,58,96,.35) 0,rgba(3,8,20,0) 65%),linear-gradient(180deg,#020711,#030812 52%,#02060f);color:#f4f8ff;display:block;padding:max(.95rem,env(safe-area-inset-top)) .9rem calc(6.3rem + env(safe-area-inset-bottom));overflow-x:clip}.profile-native-shell{width:100%;max-width:560px;margin:0 auto;border:none;border-radius:0;background:transparent;box-shadow:none;padding:0 0 1.5rem;position:relative;display:grid;gap:.9rem;font-family:SF Pro Display,SF Pro Text,Avenir Next,Segoe UI,sans-serif}.profile-native-top-row{display:flex;align-items:center;justify-content:space-between;margin-top:.1rem}.profile-settings-wrap{position:relative}.profile-edit-button,.profile-icon-button{border:1px solid rgba(188,205,233,.2);background:rgba(9,16,29,.7);color:#eff5ff;border-radius:999px;min-height:2.05rem;padding:.3rem .72rem;font-size:.92rem;font-weight:640;letter-spacing:.01em}.profile-edit-button{display:inline-flex;align-items:center;gap:.38rem}.profile-edit-button-icon{width:1rem;height:1rem;display:inline-flex}.profile-edit-button-icon svg{width:100%;height:100%}.profile-icon-button{min-width:2.4rem;padding-inline:.45rem;font-size:1.06rem}.profile-settings-menu{position:absolute;top:calc(100% + .55rem);left:0;width:min(15rem,70vw);border:1px solid rgba(160,184,217,.15);border-radius:.78rem;overflow:hidden;background:rgba(11,19,34,.98);z-index:20}.profile-settings-item{width:100%;text-align:left;border:none;border-bottom:1px solid rgba(154,177,210,.14);background:transparent;color:rgba(243,248,255,.96);font-size:.93rem;padding:.7rem .88rem;cursor:pointer;display:flex;align-items:center}.profile-settings-item:last-child{border-bottom:none}.profile-settings-item-danger{color:#ff8993}.profile-settings-item-label{display:inline-flex;align-items:center;gap:.5rem}.profile-settings-item-icon{width:.95rem;height:.95rem;display:inline-flex;color:rgba(221,234,253,.92)}.profile-settings-item-danger .profile-settings-item-icon{color:#ff8993}.profile-settings-item-icon svg{width:100%;height:100%}.profile-settings-toggle{display:flex;align-items:center;justify-content:space-between;gap:.65rem}.profile-settings-toggle-label{display:inline-flex;align-items:center;gap:.45rem}.profile-settings-toggle-icon{width:.95rem;height:.95rem;color:rgba(221,234,253,.92);display:inline-flex}.profile-settings-toggle-icon svg{width:100%;height:100%}.profile-toggle-switch{width:2.2rem;height:1.25rem;border-radius:999px;border:1px solid rgba(174,196,226,.28);background:rgba(11,21,39,.85);padding:.1rem;display:inline-flex;align-items:center;transition:background-color .2s ease,border-color .2s ease}.profile-toggle-thumb{width:.92rem;height:.92rem;border-radius:999px;background:#f3f8ff;box-shadow:0 2px 4px rgba(0,0,0,.3);transform:translateX(0);transition:transform .2s ease}.profile-toggle-switch.is-on{background:#5cc66a;border-color:#5cc66a}.profile-toggle-switch.is-on .profile-toggle-thumb{transform:translateX(.94rem)}.profile-info-block{margin-top:.15rem;text-align:center;display:grid;justify-items:center}.profile-image-wrap{width:clamp(7.125rem,27vw,8.7rem);aspect-ratio:1}.profile-image,.profile-image-fallback{width:100%;height:100%;border-radius:999px;border:2px solid rgba(206,224,247,.28)}.profile-image{object-fit:cover;display:block}.profile-image-fallback{display:grid;place-items:center;font-size:clamp(2.2rem,8vw,2.8rem);font-weight:750;color:#f4f8ff;background:linear-gradient(145deg,#18345d,#0f1a30)}.profile-native-name{margin-top:.9rem;font-size:clamp(1.72rem,6vw,2.2rem);line-height:1.1;font-weight:760;color:#f6faff;letter-spacing:.01em}.profile-streak-tagline{margin-top:.26rem;display:inline-flex;align-items:center;gap:.3rem;font-size:.82rem;font-weight:630;color:rgba(143,248,156,.95);border:1px solid rgba(109,216,124,.38);background:rgba(9,43,13,.34);border-radius:999px;padding:.2rem .56rem}.profile-streak-tagline-icon{width:.8rem;height:.8rem;display:inline-flex}.profile-streak-tagline-icon svg{width:100%;height:100%}.profile-native-email{color:rgba(225,236,252,.9);font-size:1.02rem;max-width:90%;overflow-wrap:anywhere}.profile-native-error,.profile-native-hint{margin-top:1rem;font-size:.88rem;text-align:center}.profile-native-hint{color:rgba(182,204,236,.88)}.profile-native-error{color:#ff9ca5}.profile-auth-button{margin:1rem auto 0;border:1px solid rgba(196,213,236,.25);border-radius:999px;background:rgba(9,18,34,.75);color:#f3f8ff;padding:.5rem .95rem;font-size:.9rem;font-weight:630;display:block}.profile-auth-gate{min-height:66dvh;display:grid;place-items:center}.profile-auth-gate-logo{width:3.8rem;height:3.8rem;border-radius:.9rem;box-shadow:0 10px 26px rgba(209,2,47,.3);animation:profile-gate-pulse 1.2s ease-in-out infinite}.profile-loading-shell{pointer-events:none}[data-theme=light] .profile-loading-page,html:not([data-theme]) .profile-loading-page{background:radial-gradient(90% 55% at 50% -18%,rgba(183,210,244,.55) 0,rgba(247,250,255,0) 65%),linear-gradient(180deg,#f6f9ff,#edf3fb 52%,#e8eff8);color:#152033}[data-theme=dark] .profile-loading-page{background:radial-gradient(90% 55% at 50% -18%,rgba(34,58,96,.35) 0,rgba(3,8,20,0) 65%),linear-gradient(180deg,#020711,#030812 52%,#02060f);color:#f4f8ff}.profile-skeleton-card{box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 6px 18px rgba(62,91,136,.14);border-color:rgba(136,160,197,.24);background:rgba(251,253,255,.78)}[data-theme=dark] .profile-skeleton-card{box-shadow:none;border-color:rgba(162,184,216,.17);background:rgba(6,12,24,.68)}.profile-skeleton-block{position:relative;overflow:hidden;background:var(--skeleton-base)}.profile-skeleton-block:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(102deg,transparent 0,var(--skeleton-sheen) 48%,transparent 100%);animation:feed-skeleton-shimmer 1.25s linear infinite}.profile-skeleton-chip{display:inline-flex;width:4.4rem;height:2.05rem;border-radius:999px}.profile-skeleton-avatar{width:clamp(7.125rem,27vw,8.7rem);aspect-ratio:1;border-radius:999px}.profile-skeleton-name{margin-top:.9rem;width:min(58%,14.5rem);height:1.75rem;border-radius:.52rem}.profile-skeleton-tagline{margin-top:.38rem;width:min(34%,7rem);height:1.22rem;border-radius:999px}.profile-skeleton-badge{width:min(4rem,100%);aspect-ratio:1;border-radius:.8rem}.profile-skeleton-stat-top{display:flex;align-items:center;gap:.26rem}.profile-skeleton-stat-icon{width:1.35rem;height:1.35rem;border-radius:.4rem}.profile-skeleton-stat-value{width:2.1rem;height:1.55rem;border-radius:.42rem}.profile-skeleton-stat-note{margin-top:.18rem;width:82%;height:.6rem;border-radius:.32rem}.profile-skeleton-streak-title{width:min(36%,8rem);height:1.05rem;border-radius:.35rem;margin-bottom:.58rem}.profile-skeleton-months-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.46rem}.profile-skeleton-month-col{min-width:0}.profile-skeleton-month-label{display:block;width:2.25rem;height:.72rem;border-radius:.28rem;margin-bottom:.3rem}.profile-skeleton-month-cells{--streak-cell-gap:0.2rem;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:var(--streak-cell-gap)}.profile-skeleton-cell{width:100%;aspect-ratio:1;border-radius:.16rem}@keyframes profile-gate-pulse{0%{transform:scale(.94);opacity:.72}55%{transform:scale(1);opacity:1}to{transform:scale(.94);opacity:.72}}.profile-guest-section{margin-top:.1rem;padding:3.8rem .25rem 1.2rem;text-align:center}.profile-guest-logo{width:7.3rem;height:7.3rem;border-radius:1.5rem;display:block;margin:0 auto}.profile-guest-title{margin-top:1rem;display:grid;gap:.1rem;font-size:1.04rem;line-height:1.2;font-weight:520;color:#f6f9ff}.profile-guest-title strong{font-size:1.02em;color:#d1022f;font-weight:760}.profile-guest-benefits{margin-top:1.65rem;border:1px solid rgba(205,218,241,.56);border-radius:.7rem;background:rgba(234,240,251,.12);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}.profile-guest-benefit{padding:.72rem .34rem .8rem;border-right:1px solid rgba(205,218,241,.46)}.profile-guest-benefit:last-child{border-right:none}.profile-guest-benefit-icon{width:2rem;height:2rem;margin:0 auto .34rem;display:inline-flex;color:#f5f8ff}.profile-guest-benefit-icon svg{width:100%;height:100%}.profile-guest-benefit h2{font-size:.56rem;font-weight:780;letter-spacing:.03em;color:#f5f8ff}.profile-guest-benefit p{margin-top:.24rem;font-size:.46rem;line-height:1.2;color:rgba(226,236,251,.92)}.profile-guest-google{margin:2.2rem auto 0;border:1px solid rgba(201,216,242,.76);border-radius:999px;background:rgba(246,250,255,.92);color:#0f1c32;padding:.52rem 1.05rem;min-width:min(20rem,86vw);font-size:.86rem;font-weight:640;display:inline-flex;align-items:center;justify-content:center;gap:.46rem}.profile-guest-google-mark{width:1.18rem;height:1.18rem;display:inline-flex}.profile-guest-google-mark svg{width:100%;height:100%}.profile-guest-terms{margin:1rem auto 0;max-width:18rem;font-size:.71rem;line-height:1.3;color:rgba(220,232,250,.93)}.profile-guest-terms button{border:none;background:transparent;padding:0;color:#d1022f;font:inherit;cursor:pointer}.profile-badge-section{margin:0;width:100%;border:1px solid rgba(162,184,216,.17);border-radius:1rem;background:rgba(6,12,24,.68);padding:.65rem .55rem}.profile-badge-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.3rem .3rem;justify-items:center}.profile-badge-item{grid-column:span 2;width:min(4rem,100%);display:grid;justify-items:center;align-content:start;gap:.2rem;position:relative}.profile-badge-item:first-child{grid-column:2/span 2}.profile-badge-item:nth-child(2){grid-column:4/span 2}.profile-badge-item img{width:100%;height:100%;object-fit:contain;display:block}.profile-badge-trigger{border:none;background:transparent;padding:0;width:100%;aspect-ratio:1;cursor:pointer}.profile-badge-label{font-size:.58rem;line-height:1.15;text-align:center;color:rgba(217,231,250,.92);max-width:4.6rem}.profile-badge-note{position:absolute;left:50%;bottom:calc(100% + .35rem);transform:translateX(-50%) translateY(.2rem);width:min(10.2rem,46vw);border:1px solid rgba(182,205,235,.28);border-radius:.62rem;background:rgba(8,14,27,.97);padding:.44rem .5rem;text-align:left;box-shadow:0 10px 28px rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:15}.profile-badge-note:before{content:"i";position:absolute;top:.26rem;right:.28rem;width:.72rem;height:.72rem;border-radius:999px;border:1px solid rgba(182,205,235,.4);background:rgba(17,30,52,.95);color:#dbeaff;display:inline-grid;place-items:center;font-size:.52rem;font-weight:700;line-height:1}.profile-badge-note strong{display:block;color:#f3f8ff;font-size:.68rem;line-height:1.1;margin-right:.95rem;margin-bottom:.2rem}.profile-badge-note p{color:rgba(217,231,250,.95);font-size:.62rem;line-height:1.25}.profile-badge-note span{margin-top:.22rem;display:inline-block;font-size:.58rem;color:rgba(174,243,180,.95)}.profile-badge-item.is-locked .profile-badge-note span{color:rgba(232,216,148,.96)}.profile-badge-item.is-note-open .profile-badge-note,.profile-badge-item:focus-within .profile-badge-note,.profile-badge-item:hover .profile-badge-note{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.profile-badge-item.is-locked{filter:saturate(.75)}.profile-stats-section{margin-top:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.profile-stat-card{border:1px solid rgba(162,187,222,.28);background:linear-gradient(180deg,rgba(11,20,39,.94),rgba(9,17,32,.96));border-radius:.9rem;padding:.44rem .52rem .48rem;display:grid;gap:.22rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 6px 18px rgba(0,0,0,.26)}.profile-stat-top{display:flex;align-items:center;gap:.26rem}.profile-stat-icon{width:1.35rem;height:1.35rem;color:rgba(223,236,255,.92);display:inline-flex}.profile-stat-icon svg{width:100%;height:100%}.profile-stat-value{font-size:1.75rem;line-height:1;letter-spacing:0;font-weight:760;color:#f4f8ff}.profile-stat-note{font-size:.65rem;color:rgba(194,213,239,.9);line-height:1.2}.profile-streak-section{margin-top:0;border:1px solid rgba(162,184,216,.17);border-radius:1rem;background:rgba(6,12,24,.68);padding:.7rem .6rem .65rem}.profile-streak-header h2{font-size:1.02rem;font-weight:700;margin-bottom:.52rem}.profile-streak-month-grid-wrap{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.46rem}.profile-streak-month-card h3{font-size:.68rem;letter-spacing:.05em;color:rgba(205,222,246,.86);margin-bottom:.3rem}.profile-streak-month-grid{--streak-cell-gap:0.2rem;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:var(--streak-cell-gap);line-height:0}.profile-streak-day{position:relative;width:100%;aspect-ratio:1;display:block}.profile-streak-day-trigger{width:100%;height:100%;border:none;padding:0;cursor:pointer;display:block}.profile-streak-day-trigger:focus-visible{outline:1px solid rgba(219,234,255,.9);outline-offset:1px}.profile-streak-note{position:absolute;left:50%;bottom:calc(100% + .32rem);transform:translateX(-50%) translateY(.16rem);width:min(6rem,30vw);border:1px solid rgba(182,205,235,.28);border-radius:.62rem;background:rgba(8,14,27,.97);padding:.38rem .44rem;text-align:left;box-shadow:0 10px 28px rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:12}.profile-streak-day.is-note-right .profile-streak-note{left:0;transform:translateX(0) translateY(.16rem)}.profile-streak-day.is-note-left .profile-streak-note{left:auto;right:0;transform:translateX(0) translateY(.16rem)}.profile-streak-note strong{display:block;color:#f3f8ff;font-size:.62rem;line-height:1.15;margin-bottom:.15rem}.profile-streak-note p{color:rgba(217,231,250,.96);font-size:.58rem;line-height:1.2;margin-bottom:.2rem}.profile-streak-note span{margin-top:.15rem;display:inline-block;color:rgba(174,243,180,.96);font-size:.55rem}.profile-streak-day.is-note-open .profile-streak-note,.profile-streak-day:focus-within .profile-streak-note,.profile-streak-day:hover .profile-streak-note{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.profile-streak-day.is-note-left.is-note-open .profile-streak-note,.profile-streak-day.is-note-left:focus-within .profile-streak-note,.profile-streak-day.is-note-left:hover .profile-streak-note,.profile-streak-day.is-note-right.is-note-open .profile-streak-note,.profile-streak-day.is-note-right:focus-within .profile-streak-note,.profile-streak-day.is-note-right:hover .profile-streak-note{transform:translateX(0) translateY(0)}.streak-cell{width:100%;aspect-ratio:1;border-radius:.16rem;display:block}.streak-none{background:#1a2437}.streak-empty{background:transparent;border:1px dashed rgba(137,161,196,.12)}.streak-low{background:#0f4f12}.streak-mid{background:#2c8f31}.streak-high{background:#52e35a}.profile-streak-legend{margin-top:.52rem;display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;font-size:.62rem;color:rgba(213,228,248,.95)}.profile-streak-legend span{display:inline-flex;align-items:center;gap:.22rem}.profile-streak-legend .streak-cell{width:.62rem;height:.62rem}.profile-policy-overlay{position:fixed;inset:0;z-index:80;background:rgba(1,5,12,.66);display:grid;place-items:center;padding:.95rem}.profile-policy-modal{width:min(480px,calc(100vw - 1.4rem));max-width:calc(100vw - 1.4rem);border-radius:1rem;border:1px solid rgba(183,204,235,.2);background:linear-gradient(180deg,#111b2f,#0a1324);box-shadow:0 18px 44px rgba(0,0,0,.44);color:#f4f8ff;padding:.95rem;overflow-x:hidden}.profile-policy-header h2{font-size:1.08rem;font-weight:730}.profile-policy-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.profile-policy-body{margin-top:.65rem;display:grid;gap:.56rem}.profile-policy-body p{font-size:.86rem;line-height:1.45;color:rgba(224,236,253,.95)}.profile-policy-close-icon{border:1px solid rgba(179,201,231,.26);border-radius:999px;width:1.95rem;height:1.95rem;display:inline-grid;place-items:center;background:rgba(8,15,27,.72);color:#edf5ff;font-size:1rem;font-weight:700;line-height:1}.profile-edit-overlay{position:fixed;inset:0;background:rgba(0,0,0,.68);display:grid;place-items:center;padding:.9rem;z-index:70}.profile-edit-sheet{width:min(460px,calc(100vw - 1.4rem));max-width:calc(100vw - 1.4rem);border-radius:1.12rem;border:1px solid rgba(180,202,231,.24);background:linear-gradient(180deg,#121f36,#0a1324);box-shadow:0 18px 46px rgba(0,0,0,.55);padding:.95rem;color:#f4f8ff;overflow-x:hidden}.profile-edit-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.7rem}.profile-edit-sheet h2{font-size:1.1rem;margin-bottom:.2rem}.profile-edit-close-icon{border:1px solid rgba(179,201,231,.26);border-radius:999px;width:1.95rem;height:1.95rem;display:inline-grid;place-items:center;background:rgba(8,15,27,.72);color:#edf5ff;font-size:1rem;font-weight:700;line-height:1}.profile-edit-preview{margin-top:.55rem;margin-bottom:.75rem;display:grid;justify-items:center;gap:.35rem}.profile-edit-preview-fallback,.profile-edit-preview-image{width:4.8rem;height:4.8rem;border-radius:999px;border:2px solid rgba(206,224,247,.28)}.profile-edit-preview-image{object-fit:cover;display:block}.profile-edit-preview-fallback{display:grid;place-items:center;font-size:1.35rem;font-weight:740;color:#f4f8ff;background:linear-gradient(145deg,#18345d,#0f1a30)}.profile-edit-preview p{color:rgba(225,236,252,.92);font-size:.86rem}.profile-edit-field{display:grid;gap:.4rem;margin-bottom:.72rem;min-width:0}.profile-edit-field span{font-size:.85rem;color:rgba(211,227,248,.92)}.profile-edit-field input[type=file],.profile-edit-field input[type=text]{border:1px solid rgba(177,198,226,.33);border-radius:.62rem;background:rgba(8,13,24,.62);color:#f5f9ff;font:inherit;padding:.62rem .72rem;width:100%;max-width:100%;min-width:0}.profile-edit-actions{display:flex;justify-content:flex-end;gap:.55rem;margin-top:.5rem}.profile-edit-action{border:1px solid rgba(176,198,228,.24);border-radius:.65rem;padding:.44rem .8rem;background:rgba(8,14,26,.72);color:#edf5ff;font-size:.9rem;font-weight:620}.profile-edit-action-primary{background:#dfeeff;border-color:#dfeeff;color:#10213f}[data-theme=light] .profile-native-page{background:radial-gradient(90% 55% at 50% -18%,rgba(183,210,244,.55) 0,rgba(247,250,255,0) 65%),linear-gradient(180deg,#f6f9ff,#edf3fb 52%,#e8eff8);color:#152033}[data-theme=light] .profile-edit-button,[data-theme=light] .profile-icon-button{border-color:rgba(127,150,186,.28);background:rgba(255,255,255,.82);color:#1c2a44}[data-theme=light] .profile-settings-menu{border-color:rgba(134,158,196,.25);background:rgba(252,254,255,.97)}[data-theme=light] .profile-settings-item{border-bottom-color:rgba(158,179,209,.26);color:#192741}[data-theme=light] .profile-settings-item-icon{color:rgba(40,66,106,.88)}[data-theme=light] .profile-settings-item-danger .profile-settings-item-icon{color:#c7465a}[data-theme=light] .profile-settings-toggle-icon{color:#2f4672}[data-theme=light] .profile-toggle-switch{border-color:rgba(126,150,186,.38);background:rgba(216,227,242,.86)}[data-theme=light] .profile-native-name{color:#12203a}[data-theme=light] .profile-streak-tagline{color:#1b7f33;border-color:rgba(42,148,63,.36);background:rgba(130,223,144,.28)}[data-theme=light] .profile-native-email{color:rgba(34,50,80,.82)}[data-theme=light] .profile-native-hint{color:rgba(65,86,121,.82)}[data-theme=light] .profile-native-error{color:#cb4559}[data-theme=light] .profile-auth-button{border-color:rgba(126,149,185,.3);background:rgba(255,255,255,.86);color:#172848}[data-theme=light] .profile-auth-gate-logo{box-shadow:0 9px 22px rgba(209,2,47,.22)}[data-theme=light] .profile-guest-section{background:transparent}[data-theme=light] .profile-guest-title{color:#141f33}[data-theme=light] .profile-guest-benefits{border-color:rgba(117,136,166,.44);background:rgba(255,255,255,.44)}[data-theme=light] .profile-guest-benefit{border-right-color:rgba(117,136,166,.4)}[data-theme=light] .profile-guest-benefit h2,[data-theme=light] .profile-guest-benefit-icon{color:#101725}[data-theme=light] .profile-guest-benefit p{color:rgba(20,31,52,.82)}[data-theme=light] .profile-guest-google{border-color:rgba(117,136,166,.54);background:rgba(255,255,255,.92)}[data-theme=light] .profile-guest-terms{color:rgba(26,38,61,.86)}[data-theme=light] .profile-badge-section,[data-theme=light] .profile-streak-section{border-color:rgba(136,159,196,.24);background:rgba(251,253,255,.78)}[data-theme=light] .profile-badge-note{border-color:rgba(136,160,197,.3);background:rgba(249,252,255,.98)}[data-theme=light] .profile-badge-label{color:rgba(37,61,99,.88)}[data-theme=light] .profile-badge-note:before{border-color:rgba(136,160,197,.44);background:rgba(227,238,255,.94);color:#284776}[data-theme=light] .profile-badge-note strong{color:#16305a}[data-theme=light] .profile-badge-note p{color:rgba(32,54,91,.86)}[data-theme=light] .profile-badge-note span{color:#1a7a2c}[data-theme=light] .profile-badge-item.is-locked .profile-badge-note span{color:#8e6e1d}[data-theme=light] .profile-stat-card{border-color:rgba(136,160,197,.3);background:linear-gradient(180deg,rgba(255,255,255,.93),rgba(240,246,255,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 6px 18px rgba(62,91,136,.14)}[data-theme=light] .profile-stat-icon{color:rgba(46,73,117,.92)}[data-theme=light] .profile-stat-value{color:#102342}[data-theme=light] .profile-stat-note{color:rgba(55,79,120,.84)}[data-theme=light] .profile-streak-header h2,[data-theme=light] .profile-streak-legend,[data-theme=light] .profile-streak-month-card h3{color:rgba(34,56,93,.9)}[data-theme=light] .profile-streak-day-trigger:focus-visible{outline-color:rgba(45,73,118,.9)}[data-theme=light] .profile-streak-note{border-color:rgba(136,160,197,.3);background:rgba(249,252,255,.98)}[data-theme=light] .profile-streak-note strong{color:#16305a}[data-theme=light] .profile-streak-note p{color:rgba(32,54,91,.86)}[data-theme=light] .profile-streak-note span{color:#1a7a2c}[data-theme=light] .streak-none{background:#d5deec}[data-theme=light] .streak-empty{border-color:rgba(126,149,186,.34)}[data-theme=light] .profile-edit-sheet,[data-theme=light] .profile-policy-modal{border-color:rgba(136,160,197,.27);background:linear-gradient(180deg,#fbfdff,#eef4fc);color:#152033}[data-theme=light] .profile-edit-field span,[data-theme=light] .profile-edit-preview p,[data-theme=light] .profile-policy-body p{color:rgba(34,50,80,.84)}[data-theme=light] .profile-edit-action,[data-theme=light] .profile-edit-close-icon,[data-theme=light] .profile-policy-close-icon{border-color:rgba(126,150,186,.34);background:rgba(239,246,255,.92);color:#182a48}[data-theme=light] .profile-edit-field input[type=file],[data-theme=light] .profile-edit-field input[type=text]{border-color:rgba(126,150,186,.36);background:rgba(255,255,255,.9);color:#14233d}@media (max-width:420px){.profile-native-shell{padding-inline:0;gap:.78rem}.profile-guest-section{padding-top:2.9rem}.profile-guest-logo{width:6.2rem;height:6.2rem}.profile-guest-benefits{margin-top:1.28rem}.profile-guest-benefit{padding:.62rem .24rem .68rem}.profile-guest-benefit h2{font-size:.52rem}.profile-guest-benefit p{font-size:.44rem}.profile-guest-google{margin-top:1.72rem;min-width:min(18rem,90vw);font-size:.82rem}.profile-guest-terms{font-size:.66rem;max-width:16.8rem}.profile-settings-menu{width:min(14.4rem,82vw)}.profile-badge-item{width:min(4rem,100%)}.profile-badge-section{padding:.56rem .45rem}.profile-badge-note{width:min(9.2rem,56vw)}.profile-stat-value{font-size:1.6rem}.profile-stat-note{font-size:.6rem}.profile-streak-month-grid-wrap{gap:.55rem}.profile-streak-month-card{border-radius:.72rem;padding:.38rem}.profile-streak-month-grid{--streak-cell-gap:0.18rem}.profile-streak-note{width:min(6rem,calc(100vw - 2rem))}.profile-policy-modal{padding:.82rem}}@media (max-width:390px){.bottom-nav{height:calc(4.75rem + env(safe-area-inset-bottom));padding:.62rem .72rem calc(.62rem + env(safe-area-inset-bottom))}.bottom-nav-item{height:2.8rem;max-width:2.85rem}.bottom-nav-item.active{padding:0 .9rem}.bottom-nav-label{font-size:.98rem}}@media (max-width:360px){.profile-native-page{padding-left:.68rem;padding-right:.68rem}.profile-stat-card{padding:.52rem .58rem}.profile-badge-note,.profile-streak-note{width:min(6rem,calc(100vw - 2rem))}}@media (max-width:420px){[data-theme=light] .profile-streak-month-card{border-color:rgba(136,159,196,.26);background:rgba(255,255,255,.44)}}