*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-size:16px}html,body{overflow-x:hidden;width:100%;position:relative}:root{--font: "Inter", system-ui, sans-serif;--radius: 8px;--radius-sm: 4px;--transition: .18s ease;--shadow: 0 2px 10px rgba(0,0,0,.1);--shadow-hover: 0 6px 20px rgba(0,0,0,.18);--accent: #1a73e8;--accent2: #0d47a1;--accent-light: #e8f0fe;--accent-hover: #1557b0}[data-theme=dark]{color-scheme:dark;--bg: #0e1117;--bg2: #161b27;--bg3: #1e2535;--border: #2a3347;--text: #e2e8f0;--text2: #94a3b8;--text3: #64748b;--card-bg: #161b27;--header-bg: #0e1117;--topbar-bg: #1a73e8;--ad-bg: #1a2236;--section-head-bg: #1a73e8}[data-theme=light]{color-scheme:light;--bg: #f0f4f8;--bg2: #ffffff;--bg3: #e8f0fe;--border: #dde3ee;--text: #1a202c;--text2: #4a5568;--text3: #718096;--card-bg: #ffffff;--header-bg: #ffffff;--topbar-bg: #1a73e8;--ad-bg: #e8f0fe;--section-head-bg: #1a73e8}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;font-size:15px;min-height:100vh;overflow-x:hidden;width:100%;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 16px;width:100%;overflow-x:hidden}.section{padding:24px 0}.sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;border-bottom:2px solid var(--accent);padding-bottom:8px}.sec-head h2{font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text);display:flex;align-items:center;gap:8px}.sec-head h2:before{content:"";display:block;width:4px;height:18px;background:var(--accent);border-radius:2px}.sec-head a{font-size:13px;color:var(--accent);font-weight:500}.sec-head a:hover{text-decoration:underline}.cat-tag{display:inline-block;padding:2px 8px;border-radius:3px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:var(--accent);color:#fff;line-height:1.6}.cat-tag:hover{background:var(--accent-hover)}.card{background:var(--card-bg);border-radius:var(--radius);overflow:hidden;transition:box-shadow var(--transition);border:1px solid var(--border);display:flex;flex-direction:column;min-width:0}.card:hover{box-shadow:var(--shadow-hover)}.thumb{position:relative;overflow:hidden;background:var(--bg3)}.thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease;display:block}.card:hover .thumb img,a:hover .thumb img{transform:scale(1.05)}.main-grid{display:grid;grid-template-columns:1fr 300px;gap:24px;align-items:start}.sidebar{display:flex;flex-direction:column;gap:24px}.ad-slot{display:flex;align-items:center;justify-content:center;background:var(--ad-bg);border:1px dashed var(--border);border-radius:var(--radius);color:var(--text3);font-size:12px;font-style:italic;overflow:hidden}.ad-banner{height:90px;margin:12px 0}.ad-rect{height:250px}.ad-label{font-size:10px;color:var(--text3);text-align:center;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.pagination{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:28px;flex-wrap:wrap}.page-btn{min-width:34px;height:34px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;background:var(--bg2);border:1px solid var(--border);color:var(--text2);display:flex;align-items:center;justify-content:center;padding:0 8px;transition:all var(--transition)}.page-btn:hover,.page-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.form-group{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}.form-label{font-size:12px;font-weight:600;color:var(--text2);text-transform:uppercase;letter-spacing:.4px}.form-input,.form-select,.form-textarea{background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 10px;font-size:14px;color:var(--text);font-family:inherit;transition:border-color var(--transition);width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--accent)}.form-textarea{resize:vertical;min-height:80px}.form-hint{font-size:11px;color:var(--text3)}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;transition:all var(--transition);cursor:pointer}.btn-primary{background:var(--accent);color:#fff;border:1px solid var(--accent)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-ghost{background:var(--bg3);color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.btn-danger{background:#ef4444;color:#fff;border:1px solid #ef4444}.badge{display:inline-flex;align-items:center;padding:2px 7px;border-radius:3px;font-size:11px;font-weight:600}.badge-green{background:#22c55e;color:#fff}.badge-gray{background:var(--bg3);color:var(--text2);border:1px solid var(--border)}.badge-red{background:#ef4444;color:#fff}@media(max-width:900px){.main-grid{display:flex;flex-direction:column;gap:32px}.sidebar{order:2;width:100%}.content-area{order:1;width:100%}}@media(max-width:640px){.container{padding:0 12px}.section{padding:16px 0}body{font-size:14px}.sec-head{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:12px;padding-bottom:8px}.sec-head h2{font-size:14px;width:100%;white-space:nowrap}.sec-head h2:before{width:3px;height:14px}.sec-head a{font-size:12px}.card{border-radius:6px}.cat-tag{font-size:10px;padding:2px 6px}.pagination{gap:4px;margin-top:16px}.page-btn{min-width:32px;height:32px;font-size:12px;padding:0 6px}.btn{font-size:12px;padding:7px 14px}.form-label{font-size:11px}.form-input,.form-select,.form-textarea{font-size:13px;padding:7px 9px}.form-hint{font-size:10px}.ad-banner{height:60px;margin:8px 0}.ad-rect{height:200px}.ad-label{font-size:9px}.badge{font-size:10px;padding:2px 6px}}@media(max-width:360px){.container{padding:0 8px}body,.sec-head h2{font-size:13px}.page-btn{min-width:28px;height:28px;font-size:11px}}@media(max-width:640px){body{overflow-x:hidden}*{max-width:100%}img{height:auto}}@media(max-width:640px){.topbar-left span{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.topbar-inner{padding:0 8px}.theme-btn{font-size:11px;padding:0 6px}.topbar-link{font-size:11px}}@media(max-width:640px){.header{padding:8px 0}.header-inner{gap:12px}.logo-icon{font-size:24px}.logo-name{font-size:16px;white-space:nowrap}.logo-sub{font-size:9px}.logo-image{height:32px!important}}@media(max-width:900px){.navbar-inner{position:relative}.nav-toggle{width:auto;padding:0 16px;position:relative;z-index:1001!important;pointer-events:auto!important;white-space:nowrap}.nav-list{box-shadow:0 4px 12px #00000026}.nav-list li a{border-bottom:1px solid rgba(255,255,255,.1)}.nav-list li:last-child a{border-bottom:none}}@media(max-width:640px){.container{padding:0 12px}.section{padding:16px 0}}@media(max-width:640px){.breadcrumb{font-size:11px;padding:8px 0;gap:4px}.breadcrumb span,.breadcrumb a{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bc-current{max-width:150px}}@media(max-width:640px){.sec-head h2{font-size:14px}.sec-head h2:before{width:3px;height:14px}}@media(max-width:1024px){.photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:640px){.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px}.photo-card{border-radius:6px}.photo-body{padding:8px}.photo-title{font-size:12px;height:32px}.photo-overlay{padding:6px}.photo-stats{font-size:10px}.cat-tag{font-size:9px!important;padding:2px 6px}}@media(max-width:1024px){.rs-item{flex:0 0 calc(33.333% - 6.67px)!important}}@media(max-width:640px){.rs-item{flex:0 0 calc(50% - 5px)!important}.rank-tabs{display:flex;gap:4px;flex-wrap:wrap}.rtab{font-size:11px;padding:4px 8px}.rank-slider{gap:6px}.rs-arrow{width:28px;font-size:18px;min-width:28px}.rs-track{gap:8px}.rs-info{padding:6px}.rs-title{font-size:11px;height:28px}.rs-rank{width:24px;height:24px;font-size:12px;top:6px;left:6px}}@media(max-width:640px){.cat-header-overlay{padding:16px}.cat-title{font-size:20px}.cat-desc{font-size:12px}.cat-cover{aspect-ratio:16/9}}@media(max-width:640px){.article-header{padding:14px 12px 0}.article-title{font-size:18px;margin:8px 0 10px}.article-meta{font-size:11px;gap:10px;flex-wrap:wrap}.article-desc,.article-content{padding:14px 12px;font-size:14px}.article-content :global(h2){font-size:18px;margin:18px 0 10px}.article-content :global(h3){font-size:16px;margin:16px 0 8px}.article-content :global(img){border-radius:6px;margin:10px 0}.tags-wrap{padding:12px;gap:6px}.tags-label{font-size:11px}.tag-item{font-size:11px;padding:2px 8px}.share-bar{padding:12px;gap:6px;flex-wrap:wrap}.share-label{font-size:12px;width:100%;margin-bottom:4px}.share-btn{font-size:12px;padding:6px 12px;flex:1;min-width:calc(33.333% - 4px)}.rating-section{padding:14px 12px}}@media(max-width:640px){.related-grid{gap:8px}.related-info{padding:6px}.related-title{font-size:12px}.related-meta{font-size:10px}}@media(max-width:900px){.main-grid{display:flex;flex-direction:column;gap:32px}.content-area{order:1}.sidebar{display:flex;flex-direction:column;order:2}}@media(max-width:640px){.pagination{gap:4px;margin-top:16px}.page-btn{min-width:32px;height:32px;font-size:12px;padding:0 6px}}@media(max-width:640px){.lb-content img{max-width:95vw;max-height:70vh}.lb-close{top:10px;right:10px;width:36px;height:36px;font-size:20px}.lb-nav{width:40px;height:40px;font-size:24px}.lb-prev{left:10px}.lb-next{right:10px}.lb-info{padding:10px;font-size:13px}.lb-info p{font-size:12px}}@media(max-width:640px){.footer-top{padding:20px 0}.footer-grid{gap:20px}.footer-logo{font-size:16px}.footer-col p{font-size:12px}.footer-col h4{font-size:12px;margin-bottom:10px}.footer-col a{font-size:12px}.footer-bottom{padding:10px 0;font-size:11px}.footer-bottom p{padding:0 12px;text-align:center}}@media(max-width:640px){.empty-state{padding:30px 20px;text-align:center}.empty-state div{font-size:32px!important}.empty-state p{font-size:13px}}@media(max-width:640px){.card:hover{box-shadow:var(--shadow)}.card:active{box-shadow:var(--shadow-hover)}}@media(max-width:640px){body{overflow-x:hidden}.container{max-width:100%;overflow-x:hidden}img{max-width:100%;height:auto}}@media(max-width:640px){button,a.btn,.page-btn,.share-btn,.nav-toggle,.rs-arrow{min-height:30px;min-width:30px}}@media(max-width:900px)and (orientation:landscape){.cat-cover{aspect-ratio:21/7}.lb-content img{max-height:85vh}}@media(max-width:360px){.container{padding:0 8px}.photo-grid{gap:6px}.article-title{font-size:16px}.share-btn{font-size:11px;padding:5px 8px}}.topbar.svelte-12qhfyh{background:var(--topbar-bg);color:#fff;font-size:12px;position:relative;z-index:9999}.topbar-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;height:32px}.topbar-right.svelte-12qhfyh{display:flex;align-items:center;gap:12px}.lang-select.svelte-12qhfyh{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:2px 6px;border-radius:4px;font-size:11px;cursor:pointer;outline:none}.lang-select.svelte-12qhfyh option:where(.svelte-12qhfyh){background:var(--bg);color:var(--text)}.lang-select.svelte-12qhfyh:hover,.lang-select.svelte-12qhfyh:focus{background:#fff3}.header.svelte-12qhfyh{background:var(--header-bg);border-bottom:1px solid var(--border);padding:12px 0}.header-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;gap:20px}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:10px;flex-shrink:0}.logo-icon.svelte-12qhfyh{font-size:32px}.logo-name.svelte-12qhfyh{font-size:22px;font-weight:800;color:var(--accent);line-height:1.1}.logo-sub.svelte-12qhfyh{font-size:11px;color:var(--text3);text-transform:uppercase;letter-spacing:.5px}.theme-switch.svelte-12qhfyh{position:relative;width:70px;height:34px;border-radius:999px;background:transparent;padding:0;cursor:pointer}.theme-switch-track.svelte-12qhfyh{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:0 9px;border:1px solid rgba(59,130,246,.28);border-radius:inherit;background:linear-gradient(135deg,#dbeafe,#fff 55%,#fff7ed);box-shadow:inset 0 1px 3px #fffc,0 4px 12px #2563eb2e;transition:background .28s ease,border-color .28s ease,box-shadow .28s ease}.theme-switch-icon.svelte-12qhfyh{position:relative;z-index:1;font-size:13px;line-height:1;opacity:.7;transition:opacity .28s ease,transform .28s ease}.theme-switch-thumb.svelte-12qhfyh{position:absolute;left:3px;top:3px;z-index:2;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#fff;font-size:14px;box-shadow:0 3px 10px #0f172a47;transition:transform .28s cubic-bezier(.4,0,.2,1),background .28s ease}.theme-switch.svelte-12qhfyh:hover .theme-switch-track:where(.svelte-12qhfyh){box-shadow:inset 0 1px 3px #fffc,0 6px 16px #2563eb47}.theme-switch.svelte-12qhfyh:hover .theme-switch-thumb:where(.svelte-12qhfyh){transform:translate(2px) scale(1.06)}.theme-switch.dark.svelte-12qhfyh .theme-switch-track:where(.svelte-12qhfyh){border-color:#93c5fd47;background:linear-gradient(135deg,#0f172a,#1e3a8a);box-shadow:inset 0 1px 3px #ffffff1f,0 4px 12px #0f172a52}.theme-switch.dark.svelte-12qhfyh .theme-switch-thumb:where(.svelte-12qhfyh){background:#172554;transform:translate(36px)}.theme-switch.dark.svelte-12qhfyh:hover .theme-switch-thumb:where(.svelte-12qhfyh){transform:translate(36px) scale(1.06)}.theme-switch.svelte-12qhfyh:not(.dark) .sun:where(.svelte-12qhfyh),.theme-switch.dark.svelte-12qhfyh .moon:where(.svelte-12qhfyh){opacity:1;transform:scale(1.12)}.theme-switch.svelte-12qhfyh:not(.dark) .moon:where(.svelte-12qhfyh),.theme-switch.dark.svelte-12qhfyh .sun:where(.svelte-12qhfyh){opacity:.45}.header-ad.svelte-12qhfyh{flex:1;display:flex;justify-content:flex-end}.navbar.svelte-12qhfyh{background:var(--accent);position:sticky;top:0;z-index:100}.navbar-inner.svelte-12qhfyh{display:flex;align-items:center;gap:0;flex-wrap:wrap}.nav-toggle.svelte-12qhfyh{display:none;color:#fff;font-size:14px;font-weight:600;padding:0 16px;height:44px}.nav-list.svelte-12qhfyh{display:flex;list-style:none;flex:1}.nav-list.svelte-12qhfyh li:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){display:block;padding:0 16px;height:44px;line-height:44px;color:#ffffffe6;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;transition:background var(--transition),color var(--transition)}.nav-list.svelte-12qhfyh li:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover,.nav-list.svelte-12qhfyh li:where(.svelte-12qhfyh) a.active:where(.svelte-12qhfyh){background:#0003;color:#fff}.nav-search.svelte-12qhfyh{padding:8px 0;margin-left:auto}.nav-search.svelte-12qhfyh input:where(.svelte-12qhfyh){background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:20px;padding:5px 14px;font-size:13px;color:#fff;outline:none;width:180px;transition:all var(--transition)}.nav-search.svelte-12qhfyh input:where(.svelte-12qhfyh)::placeholder{color:#ffffffb3}.nav-search.svelte-12qhfyh input:where(.svelte-12qhfyh):focus{background:#ffffff40;width:220px}@media(min-width:901px){.mobile-search-bar.svelte-12qhfyh{display:none}}.mobile-menu-backdrop.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;z-index:998;background:#0000008c}.mobile-drawer.svelte-12qhfyh{position:fixed;top:0;left:0;bottom:0;z-index:999;width:min(320px,82vw);background:#fffffff5;box-shadow:8px 0 24px #00000040;padding:50px 18px 18px;animation:svelte-12qhfyh-drawer-slide-in .22s ease-out;overflow-y:auto}.mobile-drawer-close.svelte-12qhfyh{position:absolute;top:10px;right:10px;width:34px;height:34px;color:#777;font-size:32px;line-height:1}.mobile-drawer-search.svelte-12qhfyh{display:flex;margin-bottom:18px;border:1px solid #15936b;border-radius:2px;overflow:hidden}.mobile-drawer-search.svelte-12qhfyh input:where(.svelte-12qhfyh){flex:1;min-width:0;height:38px;border:0;background:#fff;color:var(--text);font-size:14px;padding:0 12px;outline:none}.mobile-drawer-search.svelte-12qhfyh button:where(.svelte-12qhfyh){width:48px;background:#15936b;color:#fff;font-size:18px}.mobile-drawer-nav.svelte-12qhfyh{display:flex;flex-direction:column;border-top:1px solid rgba(0,0,0,.08)}.mobile-drawer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;min-height:48px;border-bottom:1px solid rgba(0,0,0,.08);color:#666;font-size:14px;font-weight:700}.mobile-drawer-nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh),.mobile-drawer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent)}@keyframes svelte-12qhfyh-drawer-slide-in{0%{transform:translate(-100%)}to{transform:translate(0)}}.main-wrap.svelte-12qhfyh{padding:20px 0 32px;flex:1}.footer.svelte-12qhfyh{background:var(--bg2);border-top:3px solid var(--accent);margin-top:32px}.footer-top.svelte-12qhfyh{padding:32px 0}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:1.5fr 1fr;gap:32px}.footer-logo.svelte-12qhfyh{font-size:18px;font-weight:800;color:var(--accent);margin-bottom:8px}.footer-col.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:13px;color:var(--text2);line-height:1.7}.footer-col.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;color:var(--text);border-bottom:2px solid var(--accent);padding-bottom:6px}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;font-size:13px;color:var(--text2);padding:3px 0;transition:color var(--transition)}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent)}.footer-bottom.svelte-12qhfyh{background:var(--accent);padding:12px 0;text-align:center;font-size:12px;color:#ffffffd9}@media(max-width:900px){.header-ad.svelte-12qhfyh{display:none}.navbar-inner.svelte-12qhfyh{display:flex;flex-direction:row;align-items:center;padding:0;gap:0;flex-wrap:nowrap}.nav-toggle.svelte-12qhfyh{display:flex;align-items:center;height:44px;padding:0 16px;color:#fff;background:var(--accent);font-size:14px;font-weight:700;cursor:pointer;flex-shrink:0}.mobile-search-bar.svelte-12qhfyh{display:flex;flex:1;padding-right:12px;align-items:center;justify-content:flex-end;min-width:0}.mobile-search-bar.svelte-12qhfyh input:where(.svelte-12qhfyh){width:100%;max-width:220px;height:32px;background:#fff3;border:1px solid rgba(255,255,255,.4);border-radius:16px;padding:0 12px;font-size:13px;color:#fff;outline:none;transition:all var(--transition)}.mobile-search-bar.svelte-12qhfyh input:where(.svelte-12qhfyh):focus{background:#ffffff4d;border-color:#fff;max-width:100%}.mobile-search-bar.svelte-12qhfyh input:where(.svelte-12qhfyh)::placeholder{color:#ffffffb3}.nav-list.svelte-12qhfyh,.nav-search.svelte-12qhfyh{display:none}.footer-grid.svelte-12qhfyh{grid-template-columns:1fr}}@media(max-width:640px){.topbar-left.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:11px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-right.svelte-12qhfyh{gap:8px}.header.svelte-12qhfyh{padding:8px 0}.theme-switch.svelte-12qhfyh{width:62px;height:30px}.theme-switch-track.svelte-12qhfyh{padding:0 7px}.theme-switch-thumb.svelte-12qhfyh{width:24px;height:24px;font-size:12px}.theme-switch.dark.svelte-12qhfyh .theme-switch-thumb:where(.svelte-12qhfyh){transform:translate(32px)}.theme-switch.dark.svelte-12qhfyh:hover .theme-switch-thumb:where(.svelte-12qhfyh){transform:translate(32px) scale(1.06)}.logo-icon.svelte-12qhfyh{font-size:24px}.logo-name.svelte-12qhfyh{font-size:16px}.logo-sub.svelte-12qhfyh{font-size:9px}.mobile-search-bar.svelte-12qhfyh input:where(.svelte-12qhfyh){max-width:160px}}
