@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";
[data-theme=minimal]{--bg-primary:#fff;--bg-secondary:#f5f5f5;--bg-card:#fff;--text-primary:#1a1a1a;--text-secondary:#666;--accent:#06c;--accent-secondary:#0c6;--border:#e0e0e0}[data-theme=eyeCare]{--bg-primary:#f5f0e6;--bg-secondary:#ebe5d9;--bg-card:#fff;--text-primary:#3d3d3d;--text-secondary:#666;--accent:#2d8a4e;--accent-secondary:#8a4e2d;--border:#d4cdb9}:root{--bg:#0c0c0e;--surface:#141418;--surface-1:#1a1a1f;--surface-2:#1c1c22;--border:#ffffff0f;--border-strong:#ffffff1f;--text:#fafafa;--text-2:#a1a1aa;--text-3:#52525b;--accent:#00d4ff;--green:#10b981;--green-soft:#10b9811f;--orange:#f97316;--blue:#3b82f6;--douyu:#ff552e;--douyin:#fe2c55;--bilibili:#00ace5;--wecoffee-accent:#8b7355;--wecoffee-accent-soft:#8b735526;--wecoffee-secondary:#00b4d8;--wecoffee-secondary-soft:#00b4d826;--wecoffee-score:#f59e0b;--wecoffee-score-soft:#f59e0b26}html[data-theme=light]{--bg:#f5f5f7;--surface:#fff;--surface-1:#f0f0f2;--surface-2:#f0f0f2;--border:#00000014;--border-strong:#00000026;--text:#1d1d1f;--text-2:#6e6e73;--text-3:#a1a1a6;--accent:#007aff;--green:#10b981;--green-soft:#10b9811f;--orange:#f97316;--blue:#3b82f6;--wecoffee-accent:#e8b87d;--wecoffee-accent-soft:#e8b87d26;--wecoffee-secondary:#0077b6;--wecoffee-secondary-soft:#0077b61f;--wecoffee-score:#d97706;--wecoffee-score-soft:#d977061f}
*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-overflow-scrolling:touch;height:100%;overflow-y:auto}body{background-color:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.neon-text{color:var(--accent);text-shadow:0 0 10px var(--accent)}.btn{border-radius:6px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s;display:inline-block}.btn-primary{background:var(--accent);color:#000}.btn-primary:hover{opacity:.9}.btn-ghost{border:1px solid var(--border);color:var(--text-primary)}.btn-ghost:hover{background:var(--bg-secondary)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:24px}.card-clickable{cursor:pointer;transition:all .2s}.card-clickable:hover{border-color:var(--accent);transform:translateY(-2px)}
.LoginPopover-module__iIoW_G__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;animation:.2s LoginPopover-module__iIoW_G__fadeIn;display:flex;position:fixed;inset:0}@keyframes LoginPopover-module__iIoW_G__fadeIn{0%{opacity:0}to{opacity:1}}.LoginPopover-module__iIoW_G__modal{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:100%;max-width:340px;padding:28px 24px;animation:.25s cubic-bezier(.4,0,.2,1) LoginPopover-module__iIoW_G__slideUp;box-shadow:0 24px 80px #0006}@keyframes LoginPopover-module__iIoW_G__slideUp{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.LoginPopover-module__iIoW_G__header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.LoginPopover-module__iIoW_G__title{color:var(--text);letter-spacing:-.01em;font-size:16px;font-weight:600}.LoginPopover-module__iIoW_G__subtitle{color:var(--text-3);margin-top:2px;font-size:12px}.LoginPopover-module__iIoW_G__closeBtn{width:28px;height:28px;color:var(--text-3);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.LoginPopover-module__iIoW_G__closeBtn:hover{background:var(--surface-2);color:var(--text)}.LoginPopover-module__iIoW_G__form{flex-direction:column;gap:10px;display:flex}.LoginPopover-module__iIoW_G__input{background:var(--surface-2);border:1px solid var(--border);width:100%;color:var(--text);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s}.LoginPopover-module__iIoW_G__input::placeholder{color:var(--text-3)}.LoginPopover-module__iIoW_G__input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #00d4ff1a}.LoginPopover-module__iIoW_G__error{color:#ef4444;align-items:center;gap:5px;font-size:11px;display:flex}.LoginPopover-module__iIoW_G__btn{background:var(--accent);color:#000;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:4px;padding:10px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.LoginPopover-module__iIoW_G__btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.LoginPopover-module__iIoW_G__btn:disabled{opacity:.5;cursor:not-allowed}.LoginPopover-module__iIoW_G__spinner{border:2px solid #0003;border-top-color:#000;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite LoginPopover-module__iIoW_G__spin}@keyframes LoginPopover-module__iIoW_G__spin{to{transform:rotate(360deg)}}
.AuthArea-module__6rXgiW__authArea{position:relative}.AuthArea-module__6rXgiW__userBtn{border:1px solid var(--border);color:var(--text);cursor:pointer;box-sizing:border-box;background:0 0;border-radius:20px;align-items:center;gap:6px;height:36px;padding:4px 12px 4px 8px;font-size:13px;display:flex}.AuthArea-module__6rXgiW__userBtn:hover{border-color:var(--accent)}.AuthArea-module__6rXgiW__userBtn svg{color:var(--text-2);flex-shrink:0}.AuthArea-module__6rXgiW__dropdown{background:var(--surface);border:1px solid var(--border);z-index:200;border-radius:8px;min-width:140px;padding:4px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 4px 16px #0003}.AuthArea-module__6rXgiW__dropdownItem{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:8px 12px;font-size:13px;text-decoration:none;display:block}.AuthArea-module__6rXgiW__dropdownItem:hover{background:var(--surface-2)}.AuthArea-module__6rXgiW__loginBtn{background:var(--accent);color:#fff;cursor:pointer;box-sizing:border-box;border:none;border-radius:20px;align-items:center;gap:6px;height:36px;padding:4px 14px 4px 10px;font-size:13px;display:flex}
.MobileMenu-module__Q5LJxq__hamburger{cursor:pointer;color:var(--text);background:0 0;border:none;padding:6px;display:none}.MobileMenu-module__Q5LJxq__hamburger svg{width:22px;height:22px}.MobileMenu-module__Q5LJxq__overlay{z-index:300;background:#00000080;position:fixed;inset:0}.MobileMenu-module__Q5LJxq__drawer{background:var(--surface);z-index:301;width:240px;height:100vh;padding:20px 0;position:fixed;top:0;left:0}.MobileMenu-module__Q5LJxq__drawerHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:8px;padding:0 20px 16px;display:flex}.MobileMenu-module__Q5LJxq__drawerTitle{font-size:15px;font-weight:600}.MobileMenu-module__Q5LJxq__drawerHeader button{color:var(--text);cursor:pointer;background:0 0;border:none;font-size:16px}.MobileMenu-module__Q5LJxq__drawerItem{color:var(--text-2);padding:12px 20px;font-size:14px;text-decoration:none;display:block}.MobileMenu-module__Q5LJxq__drawerItem:hover{color:var(--text);background:var(--surface-2)}.MobileMenu-module__Q5LJxq__drawerItem.MobileMenu-module__Q5LJxq__active{color:var(--accent)}@media (max-width:768px){.MobileMenu-module__Q5LJxq__hamburger{display:block}}
.ThemeToggle-module__3b5zuq__toggle{background:var(--surface);border:1px solid var(--border);cursor:pointer;width:36px;height:36px;color:var(--text-2);border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.ThemeToggle-module__3b5zuq__toggle:hover{border-color:var(--accent);transform:scale(1.05)}.ThemeToggle-module__3b5zuq__toggle svg{width:18px;height:18px}
.NavBar-module__yBvhsG__nav{background:var(--surface);border-bottom:1px solid var(--border);z-index:100;justify-content:space-between;align-items:center;padding:12px 24px;display:flex;position:sticky;top:0}.NavBar-module__yBvhsG__navLeft{flex-shrink:0;align-items:center;display:flex}.NavBar-module__yBvhsG__navRight{flex-shrink:0;align-items:center;gap:12px;display:flex}.NavBar-module__yBvhsG__desktopNav{align-items:center;gap:24px;display:flex}.NavBar-module__yBvhsG__navLink{color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;transition:color .2s}.NavBar-module__yBvhsG__navLink:hover{color:var(--accent);text-decoration:none}.NavBar-module__yBvhsG__navLinkActive{color:var(--accent)}.NavBar-module__yBvhsG__navSpacer{flex:1}@media (max-width:768px){.NavBar-module__yBvhsG__nav{padding:12px 16px}.NavBar-module__yBvhsG__desktopNav{display:none}.NavBar-module__yBvhsG__navLeft{order:2}.NavBar-module__yBvhsG__navRight{order:3}}
.Footer-module__EZoWya__footer{color:var(--text-3);border-top:1px solid var(--border);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding:16px 24px;font-size:11px;display:flex}.Footer-module__EZoWya__footer a{color:var(--text-3);align-items:center;gap:4px;text-decoration:none;display:inline-flex}.Footer-module__EZoWya__footer a:hover{color:var(--accent)}.Footer-module__EZoWya__footer img{vertical-align:middle;height:14px}
