*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #4f6ef7;--primary-dark: #3a57d4;--bg: #f0f4ff;--card-bg: #ffffff;--text: #1a1a2e;--text-muted: #6b7280;--border: #e5e7eb;--radius: 12px;--shadow: 0 2px 12px rgba(0,0,0,.08);--shadow-hover: 0 6px 24px rgba(79,110,247,.18);--card-title: #1a1a2e;--card-desc: #000000;--card-border: #e5e7eb;--section-title: #1a1a2e;--ad-title: #1a1a2e;--ad-desc: #6b7280;--ad-bg: #ffffff;--ad-border: #fbbf24;--header-bg: #ffffff;--site-title: #1a1a2e;--footer: #6b7280;--section-bg: #ffffff;--tab-bg: #f3f4f6;--tab-text: #374151;--card-hover: #ffffff;--icon-bg: #ffffff;--badge: #ef4444;--nav-bg: #2d2d2d;--nav-text: #ffffff;--site-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;--site-title-weight: 800;--site-body-size: 14px;--site-card-title-size: 14px;--site-marquee-size: 14px}html,body,#root{max-width:100%;overflow-x:hidden;overflow-x:clip;touch-action:manipulation}body{font-family:var(--site-font-family);font-size:var(--site-body-size);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea,select{outline:none;font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-track{animation:marquee 30s linear infinite}.marquee-track:hover{animation-play-state:paused}@keyframes neonGlow{0%,to{box-shadow:0 0 3px rgba(168,85,247,.18),0 0 6px rgba(236,72,153,.12);border-color:rgba(168,85,247,.38)}50%{box-shadow:0 0 4px rgba(236,72,153,.22),0 0 8px rgba(168,85,247,.16);border-color:rgba(236,72,153,.42)}}.marquee-neon{animation:neonGlow 2s ease-in-out infinite}@keyframes flowText{to{background-position:200% center}}@keyframes gradFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.marquee-grad,.grad-text{background:var(--grad, linear-gradient(90deg, #60a5fa, #f472b6, #22c55e, #60a5fa));background-size:240% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:gradFlow 3s linear infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:fadeIn .3s ease both}.link-grid,.ads-row{grid-template-columns:repeat(5,minmax(0,1fr))}@media (min-width: 769px) and (max-width: 1024px){.link-grid,.ads-row{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 768px){.link-grid,.ads-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.app-shell{min-height:100vh}.site-header{background:var(--header-bg);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:0 1px 8px rgba(0,0,0,.06)}.header-inner{max-width:1400px;margin:0 auto;padding:0 20px;height:64px;display:flex;align-items:center;gap:16px}.header-logo{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.logo-mark{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#4f6ef7,#22c55e);color:#fff;font-weight:800}.logo-mark-img{width:38px;height:38px;border-radius:10px;object-fit:cover;flex-shrink:0}.site-title{font-weight:var(--site-title-weight);font-size:18px;color:var(--site-title)}.site-subtitle{font-size:12px;color:var(--text-muted)}.search-box{flex:1.15;min-width:220px;display:flex;align-items:center;gap:8px;background:#f3f4f6;border-radius:40px;padding:8px 16px;color:#6b7280}.search-box input{width:100%;border:none;background:transparent;font-size:14px;color:var(--text)}.header-right{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:1;flex-shrink:0}.header-submit-link{color:var(--primary);font-size:15px;font-weight:500;padding:6px 4px;white-space:nowrap}.header-submit-link:hover{color:#3654d8}.admin-btn,.primary-btn{background:var(--primary);color:#fff;padding:7px 16px;border-radius:8px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:6px}.ghost-btn{background:transparent;border:1.5px solid #e5e7eb;color:#6b7280;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:6px}.hamburger-btn{display:none;width:36px;height:36px;border-radius:8px;background:#eef2ff;color:var(--primary);align-items:center;justify-content:center}.home-body{max-width:1400px;margin:0 auto;padding:14px 20px 36px;display:flex;gap:12px}.home-sidebar{width:140px;flex:0 0 140px;position:sticky;top:78px;align-self:flex-start;background:var(--section-bg);border:1px solid var(--border);border-radius:12px;padding:8px;box-shadow:var(--shadow)}.home-sidebar nav{display:flex;flex-direction:column;gap:4px}.cat-btn{width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:8px;color:#374151;background:transparent;font-size:13px;font-weight:700}.cat-btn.active{background:#eff2ff;color:var(--primary)}.drawer-admin-btn{display:none;margin:12px 4px 2px;justify-content:center}.main-col{flex:1;min-width:0}.nav-bar{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:4px;background:var(--nav-bg);border-radius:10px;padding:2px 12px;margin-bottom:4px}.nav-bar a{display:inline-flex;align-items:center;gap:5px;padding:4px 14px;color:var(--nav-text);border-radius:8px;font-size:14px;font-weight:700;white-space:nowrap}.banner-stack{display:flex;flex-direction:column;gap:0;margin-bottom:0}.banner-wrap{display:flex;flex-direction:column;gap:0;margin-bottom:0;border-radius:10px;overflow:hidden}.banner-img{width:100%;height:auto;min-height:0;max-height:none;object-fit:contain;display:block;background:transparent}.marquee{display:flex;align-items:center;gap:0;background:linear-gradient(180deg,#29303a,#171d27);border:1px solid rgba(148,163,184,.28);border-radius:999px;padding:10px 8px;margin-bottom:6px;overflow:hidden;box-shadow:0 0 0 1px rgba(255,255,255,.05),0 0 5px rgba(168,85,247,.12),inset 0 0 18px rgba(0,0,0,.38)}.nav-bar+.marquee{margin-top:0}.marquee-viewport{flex:1;width:100%;min-width:0;overflow:hidden;position:relative}.marquee-track{display:flex;width:max-content;gap:48px;padding-left:100%;white-space:nowrap;will-change:transform;animation:marqueeScroll linear infinite}.marquee-grad{background:var(--grad, linear-gradient(90deg, #ff6673, #4f6ef7, #22c55e, #ff6673));background-size:240% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;filter:saturate(1.2) contrast(1.08) drop-shadow(0 1px 0 rgba(0,0,0,.9));animation:marqueeGradientLoop 4.5s linear infinite}@keyframes marqueeGradientLoop{0%{background-position:0% 50%}to{background-position:240% 50%}}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes descGradientLoop{0%{background-position:0% 50%}to{background-position:240% 50%}}.marquee-item{flex:0 0 auto;font-size:var(--site-marquee-size);font-weight:var(--site-title-weight);color:#fff}.ads-wrap,.section-card,.detail-card,.comments-card,.admin-panel{background:#fff;border-radius:14px;box-shadow:0 2px 12px rgba(0,0,0,.05)}.ads-wrap{border:1px solid #f0e6c8;padding:20px 28px 22px;margin-bottom:6px}.ads-header,.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:12px}.section-head{align-items:stretch;justify-content:flex-start;flex-direction:column;flex-wrap:nowrap;gap:6px}.section-tools{display:flex;align-items:center;gap:8px;width:100%}.ads-header-left,.section-title{display:flex;align-items:center;gap:7px}.section-title{flex-shrink:0}.ads-dot{width:9px;height:9px;border-radius:50%;background:#f59e0b;box-shadow:0 0 0 2px #fde68a}.ads-title{font-size:13px;font-weight:800;color:#78350f}.ads-row{display:grid;gap:16px}.ad-card{display:flex;align-items:center;gap:12px;position:relative;background:var(--ad-bg);border:1.5px solid var(--ad-border);border-radius:10px;padding:10px 14px;min-width:0}.ad-ic{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fffbeb;border-radius:8px;flex-shrink:0}.ad-ic img{width:24px;height:24px;border-radius:6px;object-fit:contain;display:block}.ad-tx{min-width:0;flex:1}.ad-title{font-size:var(--site-card-title-size);font-weight:var(--site-title-weight);color:var(--ad-title);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ad-desc{font-size:11px;color:var(--ad-desc);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:2px}.ad-desc.grad-text{display:inline-block;width:fit-content;max-width:100%;animation:descGradientLoop 4.5s linear infinite;font-weight:500;filter:saturate(1.35) contrast(1.18) brightness(.86);text-shadow:0 0 .35px rgba(15,23,42,.42)}.ad-badge{position:absolute;top:6px;right:6px;color:#fff;background:var(--badge);font-size:10px;font-weight:800;padding:1px 6px;border-radius:4px}.front-global-admin{position:fixed;right:22px;bottom:86px;z-index:1150;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.front-global-btn{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--primary);color:#fff;box-shadow:0 12px 28px rgba(79,110,247,.3)}.front-global-btn.active{background:#ef4444;box-shadow:0 12px 28px rgba(239,68,68,.28)}.front-global-menu{min-width:118px;display:flex;flex-direction:column;gap:4px;padding:8px;border-radius:10px;background:#fff;border:1px solid var(--border);box-shadow:0 10px 24px rgba(15,23,42,.16)}.front-global-menu button{display:flex;align-items:center;justify-content:center;padding:8px 10px;border-radius:6px;background:transparent;color:#1f2937;font-size:13px;font-weight:800;white-space:nowrap}.front-global-menu button:hover{background:#eef2ff;color:var(--primary)}.front-admin-modal{max-width:620px}.front-selectable{cursor:pointer}.front-selected{outline-style:solid;outline-color:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.14),var(--shadow-hover)}.front-selected-edit{position:absolute;top:6px;right:6px;z-index:4;display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:26px;padding:0 10px;border-radius:999px;background:#ef4444;color:#fff;font-size:12px;font-weight:900;box-shadow:0 8px 18px rgba(239,68,68,.24)}.section-card{border:1px solid #eef0f3;padding:18px 20px 20px;margin-bottom:8px}.section-title h2{font-size:18px;font-weight:var(--site-title-weight);color:var(--section-title)}.sub-tabs{display:flex;flex-wrap:wrap;gap:6px}.sub-tab{padding:5px 11px;border-radius:999px;background:var(--tab-bg);color:var(--tab-text);font-size:12px;font-weight:700;cursor:pointer;transition:background .15s,color .15s}.sub-tab:hover{background:#e5e9f5}.sub-tab.active{background:var(--primary);color:#fff}.sub-empty{text-align:center;padding:24px 0;color:var(--text-muted);font-size:13px}.link-grid{display:grid;gap:10px}.link-card{position:relative;display:flex;align-items:center;text-align:left;gap:10px;min-width:0;background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;padding:10px 12px;transition:box-shadow .2s,transform .15s}.link-card:hover{background:var(--card-hover);box-shadow:var(--shadow-hover);transform:translateY(-1px)}.card-ico{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:var(--icon-bg);border:1px solid #eef0f3;flex-shrink:0}.card-ico img{width:24px;height:24px;border-radius:6px;object-fit:contain;display:block}.link-card-text{flex:1;min-width:0;overflow:hidden}.link-title{display:flex;align-items:center;gap:6px;min-width:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:var(--site-card-title-size);font-weight:var(--site-title-weight);color:var(--card-title);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.link-title>span:first-child,.link-title>.link-title-name{overflow:hidden;text-overflow:ellipsis}.link-desc{display:block;max-width:100%;font-size:12px;color:var(--card-desc);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.link-desc.grad-text{display:inline-block;width:fit-content;max-width:100%;animation:descGradientLoop 4.5s linear infinite;font-weight:500;filter:saturate(1.35) contrast(1.18) brightness(.86);text-shadow:0 0 .35px rgba(15,23,42,.42)}.section-more-btn{display:inline-flex;align-items:center;justify-content:center;min-width:78px;margin-left:auto;padding:6px 12px;border-radius:999px;background:#eef2ff;color:var(--primary);font-size:12px;font-weight:700;white-space:nowrap}.section-more-btn:hover{background:#e0e7ff}.badge{background:var(--badge);color:#fff;border-radius:4px;padding:1px 5px;font-size:10px;font-weight:800}@media (min-width: 769px){.main-col>.marquee{margin-left:0;margin-right:0;padding-left:6px;padding-right:6px}.ad-title,.link-title{font-size:calc(var(--site-card-title-size) + 2px)}.link-grid{gap:16px}.link-card{gap:14px;background:var(--ad-bg);border:1.5px solid var(--ad-border);border-radius:12px;padding:14px 18px;min-height:88px}.link-card:hover{background:var(--ad-bg);border-color:var(--ad-border);box-shadow:var(--shadow-hover)}.card-ico{width:54px;height:54px;border-radius:12px;background:transparent;border:none}.card-ico img{width:42px;height:42px;border-radius:9px}.ad-card{gap:14px;border-radius:12px;padding:14px 18px;min-height:88px}.ad-ic{width:54px;height:54px;border-radius:12px;background:transparent}.ad-ic img{width:42px;height:42px;border-radius:9px}.link-desc,.ad-desc{font-size:12px;margin-top:3px}.app-shell[data-front-theme=clean]{--primary: #2563eb;--bg: #f8fafc;--section-bg: #ffffff;--card-bg: #ffffff;--card-border: #e5e7eb;--ad-border: #e5e7eb;--ad-bg: #ffffff;--shadow: 0 1px 4px rgba(15,23,42,.05);--shadow-hover: 0 8px 20px rgba(15,23,42,.08);--nav-bg: #f1f5f9;--nav-text: #334155;background:var(--bg)}.app-shell[data-front-theme=clean] .site-header{box-shadow:none}.app-shell[data-front-theme=clean] .home-sidebar,.app-shell[data-front-theme=clean] .ads-wrap,.app-shell[data-front-theme=clean] .section-card{border-color:#e2e8f0;box-shadow:none}.app-shell[data-front-theme=clean] .link-card,.app-shell[data-front-theme=clean] .ad-card{border-color:#e2e8f0;background:#fff}.app-shell[data-front-theme=portal]{--primary: #1d4ed8;--bg: #eef4ff;--section-bg: #ffffff;--ad-border: #f59e0b;--ad-bg: #fffaf0;--nav-bg: #0f172a;--nav-text: #f8fafc;--shadow-hover: 0 10px 28px rgba(245,158,11,.18);background:var(--bg)}.app-shell[data-front-theme=portal] .site-header{border-bottom:3px solid #dbeafe}.app-shell[data-front-theme=portal] .search-box{background:#fff;border:2px solid #bfdbfe;box-shadow:0 8px 20px rgba(29,78,216,.08)}.app-shell[data-front-theme=portal] .ads-wrap{border-width:2px;box-shadow:0 10px 28px rgba(245,158,11,.11)}.app-shell[data-front-theme=portal] .section-card{border-color:#dbeafe}.app-shell[data-front-theme=pro]{--primary: #60a5fa;--bg: #eef2f7;--section-bg: #ffffff;--card-bg: #ffffff;--card-border: #cbd5e1;--ad-border: #94a3b8;--ad-bg: #ffffff;--nav-bg: #111827;--nav-text: #e5e7eb;--shadow: 0 8px 24px rgba(15,23,42,.08);--shadow-hover: 0 12px 28px rgba(15,23,42,.14);background:var(--bg)}.app-shell[data-front-theme=pro] .home-sidebar{background:#111827;border-color:#1f2937}.app-shell[data-front-theme=pro] .cat-btn{color:#cbd5e1}.app-shell[data-front-theme=pro] .cat-btn.active,.app-shell[data-front-theme=pro] .cat-btn:hover{background:#2563eb;color:#fff}.app-shell[data-front-theme=pro] .section-card,.app-shell[data-front-theme=pro] .ads-wrap{border-color:#d8dee8;border-radius:8px}.app-shell[data-front-theme=pro] .link-card,.app-shell[data-front-theme=pro] .ad-card{border-radius:8px}.app-shell[data-front-theme=fresh]{--primary: #0f766e;--bg: #ecfeff;--section-bg: #ffffff;--card-bg: #ffffff;--card-border: #99f6e4;--ad-border: #2dd4bf;--ad-bg: #f0fdfa;--nav-bg: #134e4a;--nav-text: #ecfeff;--icon-bg: #ccfbf1;--shadow-hover: 0 10px 26px rgba(20,184,166,.18);background:var(--bg)}.app-shell[data-front-theme=fresh] .logo-mark{background:linear-gradient(135deg,#14b8a6,#3b82f6)}.app-shell[data-front-theme=fresh] .search-box{background:#fff;border:1.5px solid #99f6e4}.app-shell[data-front-theme=fresh] .home-sidebar,.app-shell[data-front-theme=fresh] .section-card,.app-shell[data-front-theme=fresh] .ads-wrap{border-color:#a7f3d0}.app-shell[data-front-theme] .admin-wrap{--primary: #4f6ef7;--primary-dark: #3a57d4;--bg: #f0f4ff;--card-bg: #ffffff;--text: #1a1a2e;--text-muted: #6b7280;--border: #e5e7eb;--shadow: 0 2px 12px rgba(0,0,0,.08);--shadow-hover: 0 6px 24px rgba(79,110,247,.18);--section-bg: #ffffff}}.popup-bg,.notice-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1200;padding:20px}.popup{background:#fff;border-radius:16px;width:100%;max-width:390px;box-shadow:0 20px 60px rgba(0,0,0,.18);overflow:hidden}.popup-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #f3f4f6;background:#fafafa}.popup-close{width:28px;height:28px;border-radius:50%;background:#f3f4f6;color:#6b7280}.popup-links{padding:8px 0;max-height:360px;overflow-y:auto}.popup-item{display:flex;align-items:center;gap:10px;padding:10px 18px;text-align:left;width:100%;background:none}.popup-item:hover{background:#f7f8fa}.popup-tag{flex-shrink:0;font-size:10px;font-weight:800;color:var(--primary);background:#eff2ff;padding:2px 6px;border-radius:6px}.popup-item-text{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.popup-item-title{font-size:13px;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popup-item-url{font-size:11px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popup-detail-btn{margin:10px 18px 18px;justify-content:center;width:calc(100% - 36px)}.notice-card{position:relative;background:#fff;border-radius:16px;padding:26px 24px 20px;width:100%;max-width:380px;box-shadow:0 10px 40px rgba(0,0,0,.2)}.notice-card h2{padding-right:34px;font-size:18px;line-height:1.35;font-weight:800}.notice-card p{font-size:15px;line-height:1.65;color:#334155}.notice-card img{width:100%;border-radius:10px;margin:12px 0}.notice-foot{display:flex;justify-content:space-between;gap:12px;margin-top:18px}.notice-foot .ghost-btn,.notice-foot .primary-btn{align-items:center;justify-content:center;gap:6px}.notice-foot .ghost-btn{background:#229ed9;border-color:#229ed9;color:#fff}.notice-foot .ghost-btn:hover{background:#168ac0;border-color:#168ac0}.notice-tg-icon{width:15px;height:15px;border-radius:3px;object-fit:cover;margin:0}.bottom-nav{display:none}.detail-header{background:#fff;border-bottom:1px solid #eef0f3;position:sticky;top:0;z-index:10}.detail-header-inner{max-width:1100px;margin:0 auto;padding:0 20px;height:56px;display:flex;align-items:center;justify-content:space-between}.detail-body,.form-page,.admin-page{max-width:1100px;margin:0 auto;padding:16px 16px 40px}.crumb{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:13px;color:#6b7280;margin-bottom:14px}.detail-card{padding:16px 22px;margin-bottom:10px}.detail-title-row{display:flex;align-items:center;gap:12px;margin-bottom:10px;flex-wrap:wrap}.detail-icon{width:44px;height:44px;border-radius:10px;object-fit:contain;background:#f5f5f5;flex-shrink:0}.detail-h1{font-size:22px;font-weight:var(--site-title-weight);margin:0}.detail-tag{background:#eff2ff;color:var(--primary);padding:5px 14px;border-radius:20px;font-size:13px;font-weight:700}.detail-open-btn{background:var(--primary);color:#fff;border-radius:8px;padding:8px 18px;font-size:14px;font-weight:800}.detail-sub-wrap{display:flex;gap:8px;flex-wrap:wrap}.detail-sub-link{display:flex;flex-direction:column;gap:2px;min-width:0;padding:9px 18px;background:#f7f8fa;border-radius:20px;color:var(--primary);font-size:14px;font-weight:700}.detail-sub-title,.detail-sub-url{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-sub-url{color:#64748b;font-size:12px;font-weight:500}.detail-desc{font-size:15px;color:#374151;line-height:1.7;margin:12px 0 4px}.comments-card{padding:14px 22px}.cmt-title{font-size:16px;font-weight:800;margin-bottom:8px}.cmt-item{padding:10px 0;border-top:1px solid #f3f4f6}.cmt-head{display:flex;align-items:center;gap:8px;margin-bottom:3px}.cmt-avatar{width:28px;height:28px;border-radius:50%;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:800}.cmt-name{font-size:14px;font-weight:700;color:#374151}.cmt-time{font-size:12px;color:#9ca3af;margin-left:auto}.cmt-content{font-size:14px;color:#374151;white-space:pre-wrap;word-break:break-word;padding-left:36px}.cmt-form{margin-top:14px;padding-top:16px;border-top:1px solid #f3f4f6}.cmt-textarea{width:100%;min-height:90px;resize:vertical;border:none;background:#f3f4f6;border-radius:10px;padding:12px 14px;font-size:14px}.cmt-tool-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:10px}.cmt-img-btn,.cmt-captcha-box{background:#f3f4f6;color:#374151;border-radius:10px;padding:11px 18px;font-size:14px;font-weight:700}.cmt-captcha-box{display:flex;align-items:center;gap:8px;padding:4px 6px 4px 12px}.cmt-captcha-box input{width:80px;border:none;background:transparent;font-size:14px}.cmt-captcha-img{height:38px;min-width:78px;border-radius:6px;background:#fff;display:grid;place-items:center;color:var(--primary);font-weight:800;letter-spacing:2px}.cmt-submit-btn{background:#ef4444;color:#fff;border-radius:10px;padding:11px 26px;font-size:15px;font-weight:800}.form-card{max-width:520px;margin:20px auto;background:#fff;border-radius:14px;padding:24px;box-shadow:var(--shadow)}.form-card h1{font-size:22px;margin-bottom:14px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.field label{font-size:13px;color:#6b7280;font-weight:700}.field input,.field textarea,.field select{width:100%;border:1px solid var(--border);border-radius:10px;padding:10px 12px;font-size:14px;background:#fff}.field textarea{min-height:96px;resize:vertical}.form-row{display:flex;gap:10px;align-items:center}.form-row>*{flex:1}.muted{color:var(--text-muted);font-size:13px}.error{color:#ef4444;font-size:13px;margin-top:8px}.success{color:#16a34a;font-size:13px;margin-top:8px}.login-page{display:flex;justify-content:center;padding-top:10px}.login-card{width:min(100%,480px);margin:0 auto;padding:38px 34px 30px;border-radius:30px;box-shadow:none}.login-tabs{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:28px;margin-bottom:34px;background:transparent}.login-tabs button{position:relative;height:34px;background:transparent;color:#020617;font-size:21px;font-weight:500;text-align:center}.login-tabs button:hover,.login-tabs button:focus{background:transparent}.login-tabs button.active:after{content:"";position:absolute;left:50%;bottom:-5px;width:86px;height:3px;border-radius:999px;background:#1f2937;transform:translate(-50%)}.login-field{display:flex;align-items:center;gap:18px;width:100%;min-height:52px;margin-bottom:22px;padding:0 30px;border-radius:999px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.04)}.login-field svg{flex:0 0 auto;color:#a6afc3}.login-field input{flex:1;min-width:0;border:0;background:transparent;color:#334155;font-size:16px;outline:none}.login-captcha-row{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:12px;align-items:center;margin-bottom:32px}.login-captcha-row input,.login-captcha-img{height:44px;border:1px solid #e2e8f0;border-radius:17px;background:#fff}.login-captcha-row input{width:100%;padding:0 14px;color:#334155;font-size:17px;outline:none;box-shadow:inset 0 1px 3px rgba(15,23,42,.04)}.login-captcha-img{width:100%;object-fit:cover;display:grid;place-items:center;color:var(--primary);font-size:16px;font-weight:800;cursor:pointer}.login-submit{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;border-radius:999px;background:linear-gradient(180deg,#444,#111);color:#fff;font-size:20px;font-weight:500;box-shadow:0 14px 24px rgba(15,23,42,.16)}.login-options{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;color:#64748b;font-size:16px}.login-options label{display:inline-flex;align-items:center;gap:6px}.login-options input{width:12px;height:12px}.login-options button{color:#ef4444;font-size:16px;white-space:nowrap}.admin-wrap{display:flex;min-height:100vh;background:#f8fafc}.admin-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);z-index:49}.admin-sidebar{width:220px;background:#1e2235;color:#fff;display:flex;flex-direction:column;flex-shrink:0;position:fixed;top:0;left:0;bottom:0;z-index:50;transition:transform .25s ease}.admin-side-top{padding:24px 20px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #2d3350}.admin-brand-icon{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:var(--primary);font-weight:800}.admin-side-top strong{display:block;font-size:13px}.admin-side-top small{display:block;color:#94a3b8;font-size:11px;margin-top:1px}.admin-menu{flex:1;padding:12px 10px;overflow-y:auto;min-height:0}.admin-menu button{width:100%;display:flex;align-items:center;gap:10px;padding:6px 14px;border-radius:8px;font-size:14px;color:#94a3b8;background:transparent;margin-bottom:1px;text-align:left;transition:all .15s}.admin-menu button.active,.admin-menu button:hover{background:var(--primary);color:#fff}.admin-side-bottom{padding:12px 10px;border-top:1px solid #2d3350;display:flex;flex-direction:column;gap:6px;flex-shrink:0}.admin-side-link{display:block;padding:8px 14px;border-radius:8px;font-size:13px;color:#94a3b8;background:none;text-align:left}.admin-side-link:hover{background:#2d3350;color:#fff}.admin-main{flex:1;margin-left:220px;display:flex;flex-direction:column;min-width:0}.admin-topbar{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 24px;height:56px;display:flex;align-items:center;gap:12px;position:sticky;top:0;z-index:40}.admin-menu-btn{background:none;color:#374151;display:none;width:34px;height:34px;align-items:center;justify-content:center}.admin-page-title{font-weight:700;font-size:15px;flex:1}.admin-ad-style{display:flex;align-items:center;gap:8px;margin-right:12px}.admin-ad-style span{font-size:12px;color:#9ca3af}.admin-switch{display:inline-flex;background:#eef1f6;border-radius:8px;padding:2px;gap:2px}.admin-switch button{width:28px;height:24px;border-radius:6px;background:transparent;color:#6b7280;font-size:13px;font-weight:800}.admin-switch button.active{background:var(--primary);color:#fff}.admin-user-chip{background:#eff2ff;color:var(--primary);padding:4px 12px;border-radius:20px;font-size:13px;font-weight:700}.admin-content{flex:1;padding:28px 24px;max-width:1200px;width:100%}.admin-card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:18px 20px;box-shadow:0 2px 10px rgba(15,23,42,.03);overflow:hidden}.theme-admin-intro{margin:-6px 0 16px}.theme-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.theme-card{display:flex;flex-direction:column;align-items:stretch;gap:10px;min-height:220px;padding:14px;border:1.5px solid #e5e7eb;border-radius:12px;background:#fff;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.theme-card:hover,.theme-card.active{border-color:var(--primary);box-shadow:0 12px 28px rgba(79,110,247,.14);transform:translateY(-1px)}.theme-card strong{color:#111827;font-size:16px;font-weight:900}.theme-card small{color:#64748b;font-size:13px;line-height:1.55;flex:1}.theme-apply{align-self:flex-start;padding:6px 12px;border-radius:999px;background:#eef2ff;color:var(--primary);font-size:13px;font-weight:800}.theme-card.active .theme-apply{background:var(--primary);color:#fff}.theme-preview{position:relative;display:grid;grid-template-columns:38px 1fr;grid-template-rows:22px 1fr;gap:6px;height:92px;padding:8px;border-radius:10px;background:#f8fafc;overflow:hidden}.theme-preview:before,.theme-preview i,.theme-preview b,.theme-preview em{content:"";display:block;border-radius:6px}.theme-preview:before{grid-column:1 / -1;background:#e5e7eb}.theme-preview i{grid-row:2;background:#dbeafe}.theme-preview b{grid-row:2;background:#fff;border:1px solid #e5e7eb}.theme-preview em{position:absolute;right:16px;bottom:16px;width:46px;height:22px;background:#fff7ed;border:1px solid #f59e0b}.theme-current{background:#eef4ff}.theme-current:before{background:#fff}.theme-current i{background:#dbeafe}.theme-current b{border-color:#f59e0b}.theme-clean{background:#fafafa}.theme-clean:before{background:#f3f4f6}.theme-clean i{background:#fff;border:1px solid #e5e7eb}.theme-clean b{border-color:#e5e7eb}.theme-portal{background:#eff6ff}.theme-portal:before{background:linear-gradient(90deg,#2563eb,#f59e0b)}.theme-portal i{background:#fee2e2}.theme-portal b,.theme-portal em{border-color:#f59e0b}.theme-pro{background:#e5e7eb}.theme-pro:before,.theme-pro i{background:#1f2937}.theme-pro b{background:#fff}.theme-fresh{background:#ecfeff}.theme-fresh:before{background:linear-gradient(90deg,#14b8a6,#3b82f6)}.theme-fresh i{background:#ccfbf1}.theme-fresh b,.theme-fresh em{border-color:#2dd4bf}.admin-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.admin-panel-head h1{font-size:20px;font-weight:800}.admin-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.head-input{width:200px;padding:8px 14px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff}.head-input:focus{border-color:var(--primary)}.head-select{width:140px;padding:8px 12px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff}@media (max-width: 768px){.head-input{width:130px}.head-select{width:110px}}@media (max-width: 768px){.theme-grid{grid-template-columns:1fr}.theme-card{min-height:0}}.admin-filter-bar{display:flex;gap:10px;align-items:center;margin-bottom:16px;flex-wrap:wrap}.admin-filter-bar input,.admin-filter-bar select,.grad-filter{padding:8px 14px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;min-width:180px;background:#fff}.admin-filter-bar input{flex:1}.count-badge{background:#f3f4f6;color:#6b7280;padding:4px 12px;border-radius:20px;font-size:13px}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}.admin-grid.compact{margin-bottom:14px}.admin-grid .full{grid-column:1 / -1}.admin-table-wrap{overflow-x:auto;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.admin-table-row{display:grid;grid-template-columns:var(--cols);align-items:center;gap:10px;padding:12px 20px;border-bottom:1px solid #f3f4f6;font-size:14px}.admin-table-row.head{padding:10px 20px;background:#f9fafb;color:#6b7280;font-size:12px;font-weight:800}.admin-table-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-empty{padding:40px;text-align:center;color:#9ca3af}.admin-badge{display:inline-flex;align-items:center;width:fit-content;border-radius:20px;padding:2px 10px;font-size:12px;font-weight:800}.admin-badge.green{background:#f0fdf4;color:#16a34a}.admin-badge.red{background:#fef2f2;color:#dc2626}.row-actions{display:inline-flex;gap:6px}.mini-btn{display:inline-flex;align-items:center;gap:4px;border-radius:6px;padding:5px 10px;font-size:12px;font-weight:800;background:#eff2ff;color:var(--primary)}.mini-btn.green{background:#f0fdf4;color:#16a34a}.mini-btn.red{background:#fef2f2;color:#dc2626}.banner-admin-grid{display:grid;grid-template-columns:1fr;gap:10px;margin-top:12px}.banner-admin-item{border:1px solid #e5e7eb;border-radius:10px;padding:10px;background:#f9fafb;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 10px;align-items:center;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.banner-admin-item:hover{border-color:rgba(79,109,245,.38);box-shadow:0 10px 24px rgba(15,23,42,.08);transform:translateY(-1px)}.banner-admin-item img{grid-column:1 / -1;width:100%;height:auto;max-height:120px;object-fit:contain;border-radius:8px;border:1px solid #e5e7eb;display:block;background:transparent}.banner-admin-item>span{min-width:0;color:#334155;font-size:15px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.banner-admin-actions{display:inline-flex;justify-content:flex-end;gap:8px}.banner-admin-item .mini-btn{justify-self:end;min-height:32px;padding:6px 10px}.color-table{overflow-x:auto}.color-row{min-width:720px;display:grid;grid-template-columns:1fr 1fr 48px 120px;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #f3f4f6}.color-row input[type=color],.gradient-pickers input[type=color]{width:30px;height:26px;border:none;border-radius:5px;cursor:pointer;padding:1px}.color-row input:not([type=color]){width:100%;border:1.5px solid #e5e7eb;border-radius:6px;padding:5px 8px;font-family:monospace}.grad-tabs{display:flex;gap:6px}.grad-tab{padding:8px 18px;border:1.5px solid #e5e7eb;background:#fff;border-radius:8px;font-size:14px;font-weight:800;color:#6b7280}.grad-tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}.gradient-pickers{display:inline-flex;gap:6px;align-items:center}.gradient-admin-card{padding:18px 0 0;overflow:hidden}.gradient-page-head{padding:0 18px 12px}.gradient-page-head h1{font-size:20px;line-height:1.2;margin-bottom:8px}.gradient-page-head p{color:#526079;font-size:13px}.gradient-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:0 18px 16px}.gradient-list{border-top:1px solid #eef0f3}.gradient-row{display:grid;grid-template-columns:minmax(0,1fr) auto 72px;align-items:center;gap:16px;padding:16px 18px;border-bottom:1px solid #eef0f3}.gradient-meta{min-width:0;display:flex;flex-direction:column;gap:2px}.gradient-meta strong{font-size:15px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gradient-meta span,.gradient-meta small{color:#7b8496;font-size:13px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gradient-controls{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.gradient-color-row{display:flex;align-items:center;gap:9px}.gradient-color-row input[type=color]{width:34px;height:28px;padding:2px;border:0;border-radius:7px;background:#eef0f3}.grad-direction{width:56px;min-width:0;height:34px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;font-weight:800;text-align:center;padding:0 8px}.gradient-save{justify-self:end;min-width:58px;height:36px;border-radius:8px;background:#eef2ff;color:var(--primary);font-weight:800;font-size:14px}.marquee-config-card{margin-bottom:18px;display:flex;flex-direction:column;gap:18px}.marquee-config-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.marquee-config-row strong{min-width:86px}.marquee-config-row input[type=range]{width:min(390px,45vw);accent-color:var(--primary)}.marquee-config-row input[type=color],.marquee-add-bar input[type=color],.marquee-admin-table input[type=color]{width:46px;height:34px;border:0;border-radius:7px;padding:2px;background:#eef0f3}.marquee-check{display:inline-flex;align-items:center;gap:8px;font-weight:700}.marquee-check input{width:16px;height:16px;accent-color:var(--primary)}.marquee-preview{position:relative;display:inline-flex;align-items:center;gap:8px;min-width:170px;font-size:15px;font-weight:900;-webkit-text-stroke:.35px rgba(255,255,255,.16);filter:drop-shadow(0 1px 0 rgba(0,0,0,.72)) drop-shadow(0 0 5px rgba(168,85,247,.28));animation:none}.marquee-preview:after{content:"";width:54px;height:8px;border-radius:999px;background:var(--grad);background-size:100% 100%;-webkit-text-fill-color:initial;box-shadow:0 0 8px rgba(168,85,247,.28);animation:none}.marquee-save-btn{padding:6px 14px;min-height:32px;border-radius:8px;font-size:13px}.marquee-add-bar input[type=color]{flex:0 0 46px;min-width:46px}.marquee-color-dot{width:18px;height:18px;border-radius:5px;display:inline-block}.check-line{display:flex;align-items:center;gap:8px;font-size:14px;margin-bottom:16px;cursor:pointer}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.stat-card{background:#f9fafb;border-radius:12px;padding:14px}.stat-card strong{display:block;font-size:24px;color:var(--primary)}.font-preview{margin-top:16px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc;display:flex;flex-direction:column;gap:5px;color:#1f2937}.font-preview span{color:#64748b}.font-preview em{color:var(--primary);font-style:normal;font-weight:800}.bar-chart{height:170px;display:flex;align-items:end;gap:8px;padding:18px;margin-top:16px;border:1px solid #e5e7eb;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fafc)}.bar-chart span{flex:1;min-width:12px;border-radius:8px 8px 0 0;background:linear-gradient(180deg,var(--primary),#22c55e)}.visit-log-panel{margin-top:16px;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}.visit-log-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#f8fafc;border-bottom:1px solid #e5e7eb}.visit-log-head strong{font-size:15px;color:#111827}.visit-log-head span{font-size:12px;color:#64748b}.visit-log-table{max-height:360px;overflow:auto}.visit-log-row{display:grid;grid-template-columns:160px minmax(180px,1fr) 150px 90px;gap:10px;align-items:center;padding:10px 14px;border-bottom:1px solid #f1f5f9;font-size:13px;color:#334155}.visit-log-row.head{position:sticky;top:0;z-index:1;background:#fff;color:#64748b;font-weight:800}.visit-log-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){body{padding-bottom:60px}.popup-bg{align-items:flex-start;padding-top:18vh}.bottom-nav{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:1100;background:#fff;border-top:1px solid #eef0f3;box-shadow:0 -2px 12px rgba(0,0,0,.06);padding:4px 0 calc(4px + env(safe-area-inset-bottom));transition:transform .25s ease,opacity .25s ease}.bottom-nav.hidden{transform:translateY(120%);opacity:0;pointer-events:none}.bn-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:0;background:none;color:#6b7280;padding:4px 0;font-size:11px;line-height:1.1}.bn-item.active{color:var(--primary)}.bn-ico{display:flex;align-items:center;justify-content:center;height:22px}.bn-ico svg{width:22px;height:22px}.site-header{position:fixed;top:0;left:0;right:0;z-index:200}.header-inner{height:auto;padding:4px 12px;gap:8px;flex-wrap:nowrap}.header-logo{display:none}.hamburger-btn{display:flex;flex-shrink:0;width:32px;height:32px}.search-box{min-width:0;padding:3px 14px}.search-box input{font-size:13px}.header-right{display:none}.notice-card{max-width:calc(100vw - 52px);padding:22px 20px 18px}.notice-bg{align-items:flex-start;padding-top:25vh}.notice-card h2{font-size:16px;line-height:1.3}.notice-card p{font-size:13px;line-height:1.55}.home-body{flex-direction:column;padding:56px 4px 30px;gap:6px;width:100%}.home-body>main{width:100%;min-width:0}.home-sidebar{display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;width:180px;max-width:80vw;z-index:1000;border-radius:0;transform:translate(-100%);transition:transform .25s ease;overflow-y:auto;box-shadow:2px 0 16px rgba(0,0,0,.15)}.home-sidebar.open{transform:translate(0)}.home-sidebar>nav{flex:1}.drawer-admin-btn{display:flex}.home-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);z-index:999}.front-global-admin{right:14px;bottom:76px}.front-global-btn{width:42px;height:42px}.visit-log-head{align-items:flex-start;flex-direction:column;gap:4px}.visit-log-row{grid-template-columns:118px minmax(110px,1fr) 86px 58px;gap:6px;padding:9px 10px;font-size:12px}.nav-bar{width:auto;margin-left:-4px;margin-right:-4px;padding:4px 10px;gap:2px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:4px;border-radius:0}.nav-bar::-webkit-scrollbar{display:none}.nav-bar a{padding:5px 12px;font-size:14px}.banner-wrap{margin:0 -4px;border-radius:0}.banner-img{height:42px;min-height:42px;max-height:42px;object-fit:fill}.marquee{margin:0 -4px 6px;padding:7px 10px;border-radius:0}.marquee-item{font-size:var(--site-marquee-size)}.ads-wrap,.section-card{padding:14px 10px 16px;margin-bottom:6px}.section-head{gap:4px;margin-bottom:7px}.link-grid,.ads-row{gap:6px}.link-card{padding:7px 8px;gap:4px}.link-desc{font-size:10px;line-height:1.25}.section-tools{gap:6px}.section-tools .sub-tabs{flex:1;min-width:0}.section-more-btn{width:auto;min-width:64px;margin-left:auto;padding:5px 10px}.card-ico{width:48px;height:48px}.card-ico img{width:36px;height:36px}.section-title h2{font-size:16px}.ads-row.ad-circle{display:flex;flex-wrap:wrap;gap:0;overflow:visible}.ads-row.ad-circle.ad-c5>.ad-card{width:20%}.ads-row.ad-circle.ad-c4>.ad-card{width:25%}.ads-row.ad-circle>.ad-card{flex:none;flex-direction:column;align-items:center;text-align:center;background:transparent;border:none;box-shadow:none;padding:4px;gap:4px;min-width:0}.ads-row.ad-circle>.ad-card .ad-ic{width:50px;height:50px;border-radius:50%;background:#f1f4ff}.ads-row.ad-circle>.ad-card .ad-ic img{width:30px;height:30px;border-radius:50%}.ads-row.ad-circle>.ad-card .ad-tx{width:100%}.ads-row.ad-circle>.ad-card .ad-title{text-align:center;font-size:12px;font-weight:500}.ads-row.ad-circle>.ad-card .ad-desc{display:none}.ads-row.ad-circle>.ad-card .ad-badge{font-size:7px;font-weight:700;padding:0 3px;line-height:1.6;border-radius:3px;top:-2px;right:calc(50% - 26px)}.detail-header{display:none}.detail-body{padding:10px 10px 30px}.detail-title-row{gap:7px}.detail-icon{width:38px;height:38px}.detail-h1{font-size:18px}.detail-open-btn{padding:5px 10px;font-size:12px;border-radius:7px}.detail-tag{padding:5px 10px;font-size:12px}.detail-sub-wrap{flex-basis:100%;flex-direction:column;align-items:stretch;gap:4px}.detail-sub-link{width:100%;gap:1px;padding:7px 14px;border-radius:8px;font-size:13px;line-height:1.25}.detail-sub-url{font-size:11px}.cmt-tool-row{flex-wrap:nowrap;gap:6px}.cmt-img-btn{padding:8px 10px;font-size:13px;flex-shrink:0}.cmt-captcha-box{flex:1 1 auto;min-width:0;padding-left:8px}.cmt-captcha-box input{width:100%;min-width:0}.cmt-captcha-img{height:32px;min-width:64px}.cmt-submit-btn{padding:8px 12px;font-size:13px;flex-shrink:0}.form-page,.admin-page{padding:10px}.form-card{margin:8px auto;padding:18px}.form-row{flex-direction:column;align-items:stretch}.admin-wrap{display:block}.admin-sidebar{position:fixed;width:180px;max-width:82vw;margin-bottom:0;transform:translate(-100%);box-shadow:2px 0 16px rgba(0,0,0,.18)}.admin-sidebar.open{transform:translate(0)}.admin-main{width:100%;margin-left:0;min-width:0}.admin-topbar{padding:0 10px;gap:8px}.admin-menu-btn{display:flex;flex-shrink:0}.admin-page-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-ad-style,.admin-user-chip{display:none}.admin-content{padding:8px 8px 18px}.admin-card{padding:12px 14px;border-radius:10px}.admin-card+.admin-card{margin-top:6px}.admin-panel-head{align-items:center;margin-bottom:10px;gap:8px}.admin-panel-head h1{font-size:18px}.admin-panel-head .primary-btn{padding:6px 12px;min-height:34px;white-space:nowrap}.admin-grid{gap:4px 10px}.field{gap:4px;margin-bottom:7px}.field label{font-size:12px}.field input,.field textarea,.field select{min-height:38px;padding:8px 11px;border-radius:9px}.links-filter-bar input{display:none}.admin-table{min-width:0!important;width:100%}.admin-table-wrap{overflow-x:hidden}.admin-table-row{grid-template-columns:minmax(66px,.8fr) minmax(74px,1fr) 124px!important;padding:10px;gap:7px}.admin-table.mobile-title-action .admin-table-row{grid-template-columns:minmax(116px,1fr) 124px!important}.admin-table.color-admin-table .admin-table-row{grid-template-columns:minmax(72px,1fr) 56px 56px 56px!important}.admin-table.gradient-admin-table .admin-table-row{grid-template-columns:minmax(84px,1fr) 132px!important}.admin-table.categories-admin-table .admin-table-row{grid-template-columns:minmax(120px,1fr) 124px!important}.admin-table.categories-admin-table .col-subs,.admin-table.categories-admin-table .col-count{display:none}.admin-table-row .col-title,.admin-table-row .col-cat{font-size:13px}.admin-table-row:not(.head) .col-title{font-weight:700}.admin-table-row .col-url,.admin-table-row .col-views,.admin-table-row .col-visible,.admin-table-row .col-desc,.admin-table-row .col-count,.admin-table.color-admin-table .col-desc{display:none}.admin-table.color-admin-table input[type=color]{width:44px;height:30px;padding:1px}.admin-table.gradient-admin-table .gradient-pickers{width:132px;gap:7px;justify-content:flex-start}.admin-table.gradient-admin-table input[type=color]{width:38px;height:30px;padding:1px;flex:0 0 38px}.admin-table-row .col-action .row-actions{gap:12px;justify-content:flex-end}.admin-table-row .col-action{justify-self:end}.admin-table-row .col-action .mini-btn{min-width:42px;height:32px;padding:0 9px;justify-content:center;overflow:hidden;font-size:12px}.admin-table-row .col-action .mini-btn svg{display:none}.admin-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:1fr;gap:8px}.stat-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px}.stat-card strong{font-size:22px;line-height:1}}.cmt-more-btn{width:100%;margin-top:8px;padding:10px;background:#f3f4f6;color:#374151;border:none;border-radius:10px;font-size:14px;cursor:pointer}.cmt-more-btn:hover{background:#e5e7eb}.admin-badge{cursor:pointer}.limited-admin .admin-table-row:not(.head) .col-action,.limited-admin .banner-admin-actions{display:none}.limited-admin .admin-badge{pointer-events:none}.edit-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:600;padding:20px}.edit-modal{background:#fff;border-radius:16px;padding:22px 24px;width:100%;max-width:640px;max-height:86vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.2)}.edit-modal .admin-panel-head{margin-bottom:4px}.modal-grid2{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.modal-grid2 .field.full{grid-column:1 / -1}.edit-foot{display:flex;align-items:center;gap:10px;margin-top:8px}@media (max-width: 680px){.modal-grid2{grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:10px}.edit-modal .field input,.edit-modal .field select,.edit-modal .field textarea,.edit-modal .sublink-title-input,.edit-modal .sublink-url-input{min-height:40px;padding:8px 12px}.edit-modal .sublink-add-btn,.edit-modal .ghost-btn,.edit-modal .primary-btn{min-height:40px}}@media (max-width: 768px){.edit-overlay{align-items:flex-start;padding:8px 14px calc(72px + env(safe-area-inset-bottom))}.edit-modal{max-height:calc(100vh - 88px - env(safe-area-inset-bottom))}.gradient-admin-card{padding-top:16px}.gradient-page-head,.gradient-toolbar{padding-left:0;padding-right:0}.gradient-toolbar{align-items:stretch;gap:8px}.gradient-toolbar .grad-tabs{flex:1 1 auto}.gradient-toolbar .grad-tab{padding:8px 12px;font-size:13px}.gradient-toolbar .grad-filter{flex:1 1 150px;min-width:0}.gradient-row{grid-template-columns:minmax(82px,1fr) minmax(106px,124px) 68px;gap:6px;padding:13px 14px}.gradient-meta strong{font-size:14px}.gradient-meta span,.gradient-meta small{font-size:12px}.gradient-color-row{gap:5px;flex-wrap:nowrap}.gradient-color-row input[type=color]{width:32px;height:28px}.gradient-controls{min-width:0;width:100%;align-items:flex-start;gap:8px}.grad-direction{width:70px;height:32px}.gradient-save{grid-column:auto;justify-self:end;align-self:end;min-width:64px;height:34px;font-size:13px}.marquee-config-card{gap:14px}.marquee-config-row{gap:10px}.marquee-config-row strong{min-width:74px}.marquee-config-row input[type=range]{width:150px}.marquee-add-bar input:not([type=color]){flex-basis:100%}.admin-table.marquee-admin-table .admin-table-row{grid-template-columns:minmax(78px,1fr) 64px 112px!important}.admin-table.marquee-admin-table .col-color{display:none}.admin-table.marquee-admin-table .col-visible{display:inline-flex}.admin-table.marquee-admin-table .col-action .row-actions{gap:8px}.banner-admin-grid{grid-template-columns:1fr;gap:10px}.banner-admin-item{padding:9px}.banner-admin-item img{height:42px;max-height:42px;object-fit:fill}.banner-admin-item>span{font-size:14px}.banner-admin-actions{gap:6px}}.icon-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.icon-preview{width:44px;height:44px;border-radius:10px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.icon-preview img{width:30px;height:30px;object-fit:contain}.sublink-label{display:flex;align-items:center;gap:6px}.sublink-count{color:var(--text-muted);font-weight:600;font-size:12px}.sublink-list{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.sublink-item{display:flex;align-items:center;gap:10px;padding:8px 10px 8px 12px;background:#f7f8fa;border:1px solid var(--border);border-radius:8px}.sublink-item-title{font-weight:600;font-size:13px;color:var(--text);flex-shrink:0;max-width:30%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sublink-item-url{font-size:12px;color:var(--text-muted);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sublink-del{flex-shrink:0;width:24px;height:24px;border-radius:6px;border:none;background:#fee2e2;color:#ef4444;cursor:pointer;display:flex;align-items:center;justify-content:center}.sublink-del:hover{background:#fecaca}.sublink-add-row{display:flex;gap:8px;align-items:center}.sublink-title-input,.sublink-url-input{min-width:0;padding:9px 12px;border:1.5px solid var(--border);border-radius:8px;font-size:14px;background:#fff}.sublink-title-input{flex:0 0 30%}.sublink-url-input{flex:1}.sublink-add-btn{flex-shrink:0}.sublink-hint{margin-top:8px;font-size:12px;color:var(--text-muted)}.inline-edit-input{width:100%;max-width:220px;padding:6px 10px;border:1.5px solid var(--primary);border-radius:7px;font-size:14px;background:#fff}
