:root{--bg:#fff;--fg:#0f172a;--muted:#475569;--border:#e2e8f0}body,html{padding:0;margin:0;background:#f5f7fa;color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}@media (max-width:640px){button,input,select,textarea{font-size:16px}}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.container{max-width:1280px;margin:0 auto;padding:40px 24px}.post-card{background:linear-gradient(135deg,#fff,#f6f8fc 50%,#eef2f9);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.06);transition:transform .6s cubic-bezier(.2,.8,.2,1),box-shadow .6s cubic-bezier(.2,.8,.2,1);will-change:transform,box-shadow;position:relative;cursor:pointer}.post-card:hover{transform:scale(1.01);box-shadow:0 12px 28px rgba(0,0,0,.1)}.post-title{margin:6px 0 0;font-size:17px;line-height:1.5;color:#333}.post-title-detail{margin:0 0 16px;font-size:26px;line-height:1.3;font-weight:700;color:#1d1d1f;letter-spacing:-.01em}.post-content header+.post-content{margin-top:8px}.card-content{padding:16px}.post-meta{font-size:14px;color:#6b7280;margin-bottom:16px;font-weight:500}.muted{color:#6b7280;font-size:16px;line-height:1.6;font-weight:400}.post-content{line-height:1.8}.post-content img{display:block;max-width:100%!important;height:auto!important;margin:16px 0}.post-body{max-width:760px;margin:0 auto}.post-content p{font-size:17px;line-height:1.7;margin:20px 0;color:#1d1d1f;font-weight:400;letter-spacing:-.01em}.post-content h2{margin:36px 0 18px;font-size:22px}.post-content h2,.post-content h3{font-weight:600;color:#1d1d1f;letter-spacing:-.01em;line-height:1.4}.post-content h3{margin:28px 0 14px;font-size:20px}.post-content h4{margin:24px 0 12px;font-size:17px;font-weight:600;color:#1d1d1f;letter-spacing:-.005em;line-height:1.4}.post-content img{border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12);margin:24px 0}.post-content table{width:100%;border-collapse:collapse;margin:24px 0;background:#f8f9fa;border:1px solid #9ca3af;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.08)}.post-content table th{background:#e5e7eb;font-weight:600;text-align:left;border-bottom:1px solid #9ca3af}.post-content table td,.post-content table th{color:#1f2937;font-size:15px;padding:16px 20px}.post-content table td{border-bottom:1px solid #d1d5db;line-height:1.5;vertical-align:top;background:#fff}.post-content table tr:last-child td{border-bottom:none}.post-content table tr:hover{background:#f8f9fa}@media (max-width:768px){.post-content table{font-size:14px;margin:20px 0;width:100%;table-layout:fixed;border:1px solid #9ca3af;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.08)}.post-content table td,.post-content table th{padding:12px 8px;word-wrap:break-word;word-break:keep-all;line-height:1.4;border:1px solid #d1d5db;border-collapse:collapse}.post-content table tr:first-child th{font-size:13px;font-weight:600;background:#e5e7eb;text-align:center;vertical-align:middle;border-bottom:2px solid #9ca3af}.post-content table tr:first-child th:first-child{width:25%}.post-content table tr:first-child th:last-child{width:75%}.post-content table tr:not(:first-child) td:first-child,.post-content table tr:not(:first-child) th{font-size:13px;font-weight:600;background:#f3f4f6;width:25%;text-align:center;vertical-align:middle;border-right:1px solid #d1d5db;border-bottom:1px solid #d1d5db}.post-content table tr:not(:first-child) td:last-child{font-size:13px;width:75%;text-align:left;vertical-align:top;background:#fff;border-bottom:1px solid #d1d5db}.post-content table{table-layout:fixed}.post-content table td:first-child,.post-content table th:first-child{width:35%;min-width:90px;max-width:120px;word-break:keep-all;background:#f3f4f6;font-weight:600;text-align:left}.post-content table td:last-child,.post-content table th:last-child{width:65%;word-break:break-word;text-align:left}}.post-content ul{margin:20px 0;padding-left:0;list-style:none}.post-content li{margin:12px 0;padding-left:24px;position:relative;font-size:16px;line-height:1.6;color:#1d1d1f}.post-content li:before{content:"•";color:#007aff;font-weight:700;position:absolute;left:0;top:0}.post-content strong{font-weight:600;color:#1d1d1f}.post-content blockquote{margin:24px 0;padding:20px 24px;background:#f5f5f7;border-left:4px solid #007aff;border-radius:8px;font-style:italic;color:#1d1d1f;font-size:16px;line-height:1.6}.ads-slot{display:block;min-height:90px;margin:16px 0}.site-header{border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:100;background:hsla(0,0%,100%,.9);backdrop-filter:saturate(150%) blur(8px);-webkit-backdrop-filter:saturate(150%) blur(8px);box-shadow:0 4px 12px rgba(2,6,23,.06)}.brand{font-weight:700}.site-main{min-height:60vh}.site-footer{border-top:1px solid var(--border);background:#f8fafc;box-shadow:0 -4px 16px -8px rgba(2,6,23,.07)}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(320px,1fr));grid-gap:28px;gap:28px}@media (max-width:1024px){.post-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.post-grid{grid-template-columns:1fr}}.hero-card{display:grid;grid-template-columns:1fr 2fr;grid-gap:20px;gap:20px;margin-bottom:28px;position:relative;align-items:stretch;background:linear-gradient(135deg,#fff,#f6f8fc 50%,#eef2f9);border:1px solid rgba(148,163,184,.35);box-shadow:0 22px 48px rgba(2,6,23,.1),inset 0 1px 0 hsla(0,0%,100%,.8);overflow:hidden}.hero-thumb{width:100%;aspect-ratio:3/2;background:#e2e8f0}.hero-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hero-content{padding:16px;display:flex;flex-direction:column;justify-content:center;height:100%}.hero-title{margin:8px 0 0;font-size:26px;line-height:1.35}@media (max-width:1024px){.hero-card{grid-template-columns:1fr}.hero-title{font-size:22px}}.badge-latest{position:absolute;top:12px;right:16px;background:linear-gradient(180deg,#0ea5e9,#0369a1);color:#fff;font-size:12px;font-weight:700;padding:6px 12px;border-radius:999px;box-shadow:0 6px 14px rgba(2,132,199,.35);z-index:3}.hero-summary{margin-top:8px;color:#475569;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-overlay{position:absolute;inset:0;z-index:5}.card-thumb{width:100%;aspect-ratio:4/3;background:#f1f5f9}.card-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.post-card:hover .card-thumb img{transform:scale(1.015)}.header-inner{padding:16px 0}.nav-links{display:flex;gap:24px;font-size:15px;font-weight:500}.nav-links a{color:var(--fg);transition:color .3s}.nav-links a:hover{color:#0ea5e9}.site-header .container{padding:0 24px}.header-inner{justify-content:space-between;height:120px;flex-wrap:wrap}.header-inner,.nav-category{display:flex;align-items:center}.nav-category{position:relative;font-size:15px;font-weight:500;margin-left:18px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav-category-label{color:var(--fg);padding:4px 8px;border-radius:6px;transition:background .2s;display:flex;align-items:center;gap:4px}.nav-category-label:focus,.nav-category-label:hover{background:#f1f5f9}.nav-category-arrow{display:inline-block;margin-left:2px;font-size:13px;transition:transform .2s cubic-bezier(.4,0,.2,1)}.nav-category-list{position:absolute;top:120%;left:0;min-width:120px;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.08);z-index:20;padding:8px 0;margin-top:6px;display:none;flex-direction:column;animation:fadeInDropdown .18s cubic-bezier(.4,0,.2,1)}.nav-category.open .nav-category-list{display:flex}.nav-category-list button{background:none;border:none;width:100%;text-align:left;padding:8px 18px;font-size:15px;color:var(--fg);cursor:pointer;transition:background .18s}.nav-category-list button:focus,.nav-category-list button:hover{background:#f1f5f9}@keyframes fadeInDropdown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.hamburger{display:none}@media (max-width:640px){.header-inner{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;grid-template-areas:"brand hamburger" "actions actions";grid-gap:0;gap:0;height:auto!important;align-items:center;padding:6px 0}.header-inner .brand{grid-area:brand;justify-self:start}.header-inner .hamburger{grid-area:hamburger;justify-self:end}.header-inner .header-actions{grid-area:actions;width:100%}.hamburger{display:inline-block}.header-actions{display:none!important}.header-actions[data-open=true]{display:flex!important;flex-direction:column;align-items:stretch;gap:8px!important;flex-wrap:nowrap}.header-actions[data-open=true] .nav-links{width:100%;display:flex;align-items:center;gap:12px;justify-content:flex-start}.header-actions[data-open=true] form{width:100%;display:flex;gap:8px;margin-top:-6px;margin-bottom:12px}.header-actions[data-open=true] form input{flex:1 1 auto;min-width:120px}}.notfound-container{min-height:70vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e0e7ef)}.notfound-content{background:#fff;border-radius:24px;box-shadow:0 8px 32px rgba(2,6,23,.1);padding:48px 32px 40px;max-width:420px;text-align:center;border:1px solid #e2e8f0}.notfound-content h1{font-size:64px;font-weight:800;color:#0ea5e9;margin-bottom:.2em;letter-spacing:-.04em}.notfound-content h2{font-size:24px;font-weight:700;color:#1d1d1f;margin-bottom:1em}.notfound-content p{color:#475569;font-size:17px;margin-bottom:2em;line-height:1.7}.notfound-home-btn{display:inline-block;background:linear-gradient(90deg,#0ea5e9,#0369a1);color:#fff;font-weight:600;padding:12px 32px;border-radius:999px;font-size:17px;text-decoration:none;box-shadow:0 2px 8px rgba(2,132,199,.1);transition:background .2s,box-shadow .2s}.notfound-home-btn:hover{background:linear-gradient(90deg,#0369a1,#0ea5e9);box-shadow:0 4px 16px rgba(2,132,199,.18)}.post-content table td:first-child,.post-content table th:first-child{white-space:nowrap}.post-content table td:last-child,.post-content table th:last-child{vertical-align:middle!important}.post-content table td,.post-content table th{vertical-align:middle}@media (max-width:768px){.post-content table td,.post-content table th{vertical-align:top}}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}