@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@400;500;600;700;800&display=swap";
:root{--color-primary:#2563eb;--color-primary-dark:#1d4ed8;--color-primary-light:#3b82f6;--color-primary-50:#eff6ff;--color-primary-100:#dbeafe;--color-primary-600:#2563eb;--color-primary-700:#1d4ed8;--color-primary-900:#1e3a5f;--color-accent:#7c3aed;--color-accent-light:#a78bfa;--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-tertiary:#f1f5f9;--bg-card:#fff;--bg-hover:#f1f5f9;--text-primary:#0f172a;--text-secondary:#334155;--text-tertiary:#64748b;--text-muted:#94a3b8;--text-inverse:#fff;--border-color:#e2e8f0;--border-light:#f1f5f9;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000012,0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014,0 4px 6px -4px #0000000a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000000a;--shadow-card:0 1px 3px #0000000f,0 1px 2px #0000000a;--shadow-card-hover:0 8px 25px #2563eb1f,0 4px 10px #0000000f;--container-max:1280px;--container-padding:16px;--sidebar-width:340px;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-heading:"Outfit","Inter",sans-serif;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.35s ease;--z-header:100;--z-dropdown:200;--z-modal:300;--z-toast:400}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);color:var(--text-primary);background:var(--bg-secondary);min-height:100vh;font-size:15px;line-height:1.7}a{color:var(--color-primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-primary-dark)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);font-weight:700;line-height:1.3}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}.btn{border-radius:var(--radius-md);transition:all var(--transition-fast);white-space:nowrap;cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:var(--text-inverse);box-shadow:0 2px 8px #2563eb4d}.btn-primary:hover{background:linear-gradient(135deg,var(--color-primary-light),var(--color-primary));color:var(--text-inverse);transform:translateY(-1px);box-shadow:0 4px 16px #2563eb66}.btn-secondary{background:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--bg-hover);border-color:var(--color-primary-light);color:var(--color-primary)}.btn-ghost{color:var(--text-secondary);background:0 0}.btn-ghost:hover{background:var(--bg-tertiary);color:var(--color-primary)}.btn-sm{padding:6px 12px;font-size:13px}.btn-lg{padding:14px 28px;font-size:16px}.btn-danger{color:#fff;background:#ef4444}.btn-danger:hover{color:#fff;background:#dc2626}.card{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-card);transition:all var(--transition-base);overflow:hidden}.card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--color-primary-100);transform:translateY(-2px)}.post-list-item:hover{background:#f9fafb!important}.card-image{aspect-ratio:16/9;position:relative;overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.card:hover .card-image img{transform:scale(1.05)}.card-body{padding:16px}.card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.card-title a{color:var(--text-primary)}.card-title a:hover{color:var(--color-primary)}.card-meta{color:var(--text-muted);align-items:center;gap:12px;font-size:12px;display:flex}.card-excerpt{color:var(--text-tertiary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:8px;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.badge{border-radius:var(--radius-full);letter-spacing:.3px;text-transform:uppercase;align-items:center;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.badge-primary{background:var(--color-primary-50);color:var(--color-primary)}.badge-paid{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706)}.badge-free{color:#16a34a;background:#dcfce7}.form-group{margin-bottom:20px}.form-label{color:var(--text-secondary);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.form-input,.form-textarea,.form-select{border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);background:var(--bg-card);transition:all var(--transition-fast);padding:10px 14px;font-size:14px}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #2563eb1a}.form-textarea{resize:vertical;min-height:100px}.main-layout{gap:30px;margin-top:24px;display:flex}.main-content{flex:1;min-width:0}.sidebar{width:var(--sidebar-width);flex-shrink:0;align-self:flex-start;position:sticky;top:90px}.sidebar-widget{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);margin-bottom:24px;padding:20px}.sidebar-widget-title{color:var(--text-primary);border-bottom:2px solid var(--color-primary);align-items:center;gap:8px;margin-bottom:16px;padding-bottom:12px;font-size:16px;font-weight:700;display:flex}.section-header{border-bottom:2px solid var(--color-primary);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;display:flex}.section-title{color:var(--color-primary);align-items:center;gap:8px;font-size:1.25rem;font-weight:700;display:flex}.section-link{color:var(--color-primary);font-size:13px;font-weight:600}.pagination{justify-content:center;align-items:center;gap:4px;margin-top:32px;display:flex}.pagination-btn{border-radius:var(--radius-md);width:40px;height:40px;color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border-color);transition:all var(--transition-fast);justify-content:center;align-items:center;font-size:14px;font-weight:500;display:flex}.pagination-btn:hover,.pagination-btn.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:.4s forwards fadeIn}.animate-slide-in{animation:.3s forwards slideIn}.skeleton{background:linear-gradient(90deg,var(--bg-tertiary)25%,var(--border-light)50%,var(--bg-tertiary)75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.5s infinite pulse}.breadcrumbs{color:var(--text-muted);align-items:center;gap:8px;padding:12px 0;font-size:13px;display:flex}.breadcrumbs a{color:var(--text-tertiary)}.breadcrumbs a:hover{color:var(--color-primary)}.breadcrumbs span.separator{color:var(--text-muted)}.back-to-top{border-radius:var(--radius-full);background:var(--color-primary);color:#fff;width:44px;height:44px;box-shadow:var(--shadow-lg);z-index:var(--z-dropdown);opacity:0;transition:all var(--transition-base);cursor:pointer;justify-content:center;align-items:center;display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(20px)}.back-to-top.visible{opacity:1;transform:translateY(0)}.back-to-top:hover{background:var(--color-primary-dark);transform:translateY(-2px)}@media (max-width:1024px){.sidebar{display:none}.main-layout{flex-direction:column}}@media (max-width:768px){:root{--container-padding:12px}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.1rem}.btn-lg{padding:12px 20px;font-size:14px}}@media (max-width:480px){body{font-size:14px}}
.Header-module__wBRVDG__header{z-index:var(--z-header);background:var(--bg-primary);position:sticky;top:0}.Header-module__wBRVDG__ticker{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;padding:6px 0;font-size:13px;overflow:hidden}.Header-module__wBRVDG__tickerContent{max-width:var(--container-max);padding:0 var(--container-padding);align-items:center;gap:12px;margin:0 auto;display:flex}.Header-module__wBRVDG__tickerLabel{border-radius:var(--radius-full);white-space:nowrap;background:#fff3;padding:2px 10px;font-size:11px;font-weight:600}.Header-module__wBRVDG__tickerText{flex:1;overflow:hidden}.Header-module__wBRVDG__tickerText span{white-space:nowrap;padding-left:100%;animation:30s linear infinite Header-module__wBRVDG__tickerScroll;display:inline-block}@keyframes Header-module__wBRVDG__tickerScroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.Header-module__wBRVDG__nav{border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.Header-module__wBRVDG__navInner{justify-content:space-between;align-items:center;gap:20px;height:64px;display:flex}.Header-module__wBRVDG__logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__wBRVDG__logoImg{border-radius:var(--radius-md);object-fit:cover}.Header-module__wBRVDG__logoText{font-family:var(--font-heading);color:var(--text-primary);font-size:1.3rem;font-weight:800}.Header-module__wBRVDG__logoAccent{color:inherit}.Header-module__wBRVDG__menu{flex:1;justify-content:center;align-items:center;gap:4px;display:flex}.Header-module__wBRVDG__menuItem{color:var(--text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);white-space:nowrap;padding:8px 14px;font-size:14px;font-weight:500}.Header-module__wBRVDG__menuItem:hover{color:var(--color-primary);background:var(--color-primary-50)}.Header-module__wBRVDG__menuItemDropdown{position:relative}.Header-module__wBRVDG__menuItem .Header-module__wBRVDG__dropdownArrow{transition:transform var(--transition-fast);margin-left:4px}.Header-module__wBRVDG__menuItemDropdown:hover .Header-module__wBRVDG__dropdownArrow{transform:rotate(180deg)}.Header-module__wBRVDG__dropdown{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);min-width:200px;box-shadow:var(--shadow-xl);z-index:var(--z-dropdown);opacity:0;visibility:hidden;padding:6px 0;transition:all .2s;position:absolute;top:100%;left:0;transform:translateY(8px)}.Header-module__wBRVDG__dropdownOpen{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__wBRVDG__dropdownItem{color:var(--text-secondary);transition:all var(--transition-fast);white-space:nowrap;padding:10px 16px;font-size:13px;display:block}.Header-module__wBRVDG__dropdownItem:hover{color:var(--color-primary);background:var(--color-primary-50)}.Header-module__wBRVDG__dropdownDivider{background:var(--border-light);height:1px;margin:4px 12px}.Header-module__wBRVDG__navRight{flex-shrink:0;align-items:center;gap:12px;display:flex}.Header-module__wBRVDG__searchWrapper{position:relative}.Header-module__wBRVDG__searchBox{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-full);transition:all var(--transition-fast);align-items:center;gap:8px;padding:6px 14px;display:flex}.Header-module__wBRVDG__searchBox:focus-within{border-color:var(--color-primary);background:var(--bg-primary);box-shadow:0 0 0 3px #2563eb1a}.Header-module__wBRVDG__searchIcon{width:16px;height:16px;color:var(--text-muted);flex-shrink:0}.Header-module__wBRVDG__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;width:160px;font-size:13px}.Header-module__wBRVDG__searchInput::placeholder{color:var(--text-muted)}.Header-module__wBRVDG__searchDropdown{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:360px;box-shadow:var(--shadow-xl);z-index:var(--z-dropdown);animation:.2s Header-module__wBRVDG__fadeIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.Header-module__wBRVDG__searchResultItem{transition:background var(--transition-fast);align-items:center;gap:12px;padding:10px 16px;text-decoration:none;display:flex}.Header-module__wBRVDG__searchResultItem:hover{background:var(--bg-hover)}.Header-module__wBRVDG__searchResultImg{border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.Header-module__wBRVDG__searchResultTitle{color:var(--text-primary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:500;display:-webkit-box;overflow:hidden}.Header-module__wBRVDG__searchViewAll{text-align:center;color:var(--color-primary);border-top:1px solid var(--border-color);transition:background var(--transition-fast);padding:12px 16px;font-size:13px;font-weight:600;display:block}.Header-module__wBRVDG__searchViewAll:hover{background:var(--color-primary-50)}.Header-module__wBRVDG__hamburger{cursor:pointer;flex-direction:column;gap:5px;padding:8px;display:none}.Header-module__wBRVDG__hamburgerLine{background:var(--text-primary);width:22px;height:2px;transition:all var(--transition-fast);border-radius:2px;display:block}.Header-module__wBRVDG__hamburgerOpen:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__wBRVDG__hamburgerOpen:nth-child(2){opacity:0}.Header-module__wBRVDG__hamburgerOpen:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:768px){.Header-module__wBRVDG__menu{background:var(--bg-primary);z-index:calc(var(--z-header) + 10);transition:transform var(--transition-base);flex-direction:column;justify-content:center;gap:8px;padding:20px;position:fixed;inset:0;transform:translate(-100%)}.Header-module__wBRVDG__menuOpen{transform:translate(0)}.Header-module__wBRVDG__menuItem{text-align:center;padding:12px 20px;font-size:18px}.Header-module__wBRVDG__hamburger{z-index:calc(var(--z-header) + 20);display:flex}.Header-module__wBRVDG__searchInput{width:120px}.Header-module__wBRVDG__searchDropdown{width:300px;right:-40px}}
.Footer-module__ZYETya__footer{margin-top:48px}.Footer-module__ZYETya__footerTop{background:var(--text-primary);color:var(--text-inverse);padding:48px 0 36px}.Footer-module__ZYETya__footerGrid{grid-template-columns:1.5fr 1fr 1fr;gap:40px;display:grid}.Footer-module__ZYETya__footerCol{flex-direction:column;display:flex}.Footer-module__ZYETya__footerLogo{align-items:center;gap:10px;margin-bottom:12px;display:flex}.Footer-module__ZYETya__footerLogoText{font-family:var(--font-heading);color:#fff;font-size:1.2rem;font-weight:800}.Footer-module__ZYETya__accent{color:var(--color-primary-light)}.Footer-module__ZYETya__footerAbout{color:#94a3b8;font-size:14px;line-height:1.7}.Footer-module__ZYETya__footerTitle{color:#fff;border-bottom:2px solid var(--color-primary);margin-bottom:16px;padding-bottom:10px;font-size:15px;font-weight:700;display:inline-block}.Footer-module__ZYETya__footerLinks{flex-direction:column;gap:10px;display:flex}.Footer-module__ZYETya__footerLinks a{color:#94a3b8;transition:all var(--transition-fast);font-size:14px}.Footer-module__ZYETya__footerLinks a:hover{color:var(--color-primary-light);padding-left:4px}.Footer-module__ZYETya__footerContact p{color:#94a3b8;margin-bottom:8px;font-size:14px}.Footer-module__ZYETya__footerBottom{text-align:center;background:#070b11;padding:16px 0}.Footer-module__ZYETya__footerBottom p{color:#64748b;font-size:13px}@media (max-width:768px){.Footer-module__ZYETya__footerGrid{grid-template-columns:1fr;gap:32px}}
