:root{--white: #ffffff;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--sky-50: #f0f9ff;--sky-100: #e0f2fe;--sky-200: #bae6fd;--sky-300: #7dd3fc;--sky-400: #38bdf8;--sky-500: #0ea5e9;--sky-600: #0284c7;--sky-700: #0369a1;--sky-800: #075985;--sky-900: #0c4a6e;--orange-50: #fff7ed;--orange-500: #f97316;--orange-600: #ea580c;--teal-50: #f0fdfa;--teal-500: #14b8a6;--teal-600: #0d9488;--amber-50: #fffbeb;--amber-500: #f59e0b;--amber-600: #d97706;--amber-700: #b45309;--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.08), 0 2px 4px -2px rgba(0,0,0,.05);--shadow-lg: 0 10px 25px -5px rgba(0,0,0,.1), 0 4px 10px -5px rgba(0,0,0,.04);--radius: 12px;--radius-lg: 16px}[data-theme=dark]{--white: #0f172a;--gray-50: #1e293b;--gray-100: #334155;--gray-200: #475569;--gray-300: #64748b;--gray-400: #94a3b8;--gray-500: #cbd5e1;--gray-600: #e2e8f0;--gray-700: #f1f5f9;--gray-800: #f8fafc;--gray-900: #ffffff;--sky-50: #0c4a6e;--sky-100: #075985;--sky-200: #0369a1;--teal-50: #134e4a;--teal-500: #2dd4bf;--teal-600: #14b8a6;--orange-50: #431407;--orange-500: #f97316;--orange-600: #ea580c;--amber-50: #451a03;--amber-500: #f59e0b;--amber-600: #d97706;--amber-700: #b45309;--shadow-sm: 0 1px 2px rgba(0,0,0,.2);--shadow: 0 1px 3px rgba(0,0,0,.3), 0 1px 2px rgba(0,0,0,.2);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.3), 0 2px 4px -2px rgba(0,0,0,.2);--shadow-lg: 0 10px 25px -5px rgba(0,0,0,.4), 0 4px 10px -5px rgba(0,0,0,.2)}*{box-sizing:border-box;margin:0;padding:0}html{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--white);color:var(--gray-800);line-height:1.7;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{min-height:100vh;display:flex;flex-direction:column}a{color:var(--sky-600);text-decoration:none;transition:color .2s}a:hover{color:var(--sky-700)}header{background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100}[data-theme=dark] header{background:#0f172aeb}nav{max-width:1100px;margin:0 auto;padding:.75rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.25rem;font-weight:800;color:var(--gray-900);letter-spacing:-.02em;display:flex;align-items:center;gap:.4rem;flex-shrink:0}.logo:hover{color:var(--gray-900)}.logo-icon{font-size:1.3rem}.logo-accent{color:var(--sky-600)}.nav-links{display:flex;gap:1.25rem;align-items:center}.nav-links a{color:var(--gray-600);font-weight:500;font-size:.9rem}.nav-links a:hover{color:var(--sky-600)}.nav-links a.active{color:var(--sky-600);font-weight:600}.nav-search{display:flex;align-items:center;justify-content:center;color:var(--gray-500)!important;padding:.3rem!important;border-radius:6px;transition:color .2s,background .2s}.nav-search:hover{color:var(--sky-600)!important;background:var(--sky-50)}.nav-cta{background:var(--amber-500)!important;color:var(--white)!important;padding:.5rem 1rem!important;border-radius:8px!important;font-size:.85rem!important;font-weight:700!important;transition:background .2s!important}.nav-cta:hover{background:var(--amber-600)!important;color:var(--white)!important}.lang-switch{color:var(--gray-500)!important;font-weight:600!important;font-size:.8rem!important;border:1px solid var(--gray-300)!important;padding:.2rem .6rem!important;border-radius:4px!important;letter-spacing:.02em;transition:color .2s,border-color .2s!important}.lang-switch:hover{color:var(--sky-600)!important;border-color:var(--sky-400)!important}.lang-switch-mobile{display:none;color:var(--gray-500)!important;font-weight:600;font-size:.8rem;border:1px solid var(--gray-300);padding:.2rem .6rem;border-radius:4px;margin-right:.5rem}.theme-toggle,.theme-toggle-mobile{background:none;border:1px solid var(--gray-300);border-radius:4px;cursor:pointer;font-size:.85rem;padding:.15rem .5rem;line-height:1.4;transition:border-color .2s}.theme-toggle:hover,.theme-toggle-mobile:hover{border-color:var(--sky-400)}.theme-toggle-mobile{display:none;margin-right:.5rem}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--gray-700)}main{flex:1;width:100%}footer{background:var(--gray-900);color:var(--gray-400);padding:3rem 1.5rem 1.5rem;margin-top:5rem}[data-theme=dark] footer{background:#020617;border-top:1px solid #1e293b}[data-theme=dark] .footer-inner{border-bottom-color:#ffffff0f}[data-theme=dark] .footer-logo{color:#f8fafc}[data-theme=dark] .footer-col h4{color:#94a3b8}[data-theme=dark] .footer-col a{color:#64748b}[data-theme=dark] .footer-col a:hover{color:#f8fafc}[data-theme=dark] .footer-bottom{color:#475569}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;gap:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand{max-width:340px}.footer-logo{font-size:1.15rem;font-weight:700;color:var(--white);margin-bottom:.75rem}.footer-desc{font-size:.9rem;line-height:1.7}.footer-links{display:flex;gap:3.5rem}.footer-col{display:flex;flex-direction:column;gap:.5rem}.footer-col h4{color:var(--gray-300);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem}.footer-col a{color:var(--gray-400);font-size:.9rem}.footer-col a:hover{color:var(--white)}.footer-social{display:flex;gap:.75rem;margin-top:.75rem}.footer-social a{color:var(--gray-400);font-size:1.1rem;transition:color .2s;text-decoration:none}.footer-social a:hover{color:var(--white)}.footer-bottom{max-width:1100px;margin:0 auto;padding-top:1.5rem;text-align:center;font-size:.8rem;color:var(--gray-500)}.prose{font-size:1.05rem;line-height:1.9;color:var(--gray-700)}.prose h2{font-size:1.45rem;font-weight:700;color:var(--gray-900);margin:2.5rem 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid var(--sky-100)}.prose h3{font-size:1.2rem;font-weight:700;color:var(--gray-800);margin:2rem 0 .6rem}.prose h4{font-size:1.05rem;font-weight:600;color:var(--gray-800);margin:1.5rem 0 .5rem}.prose p{margin-bottom:1.25rem}.prose ul,.prose ol{margin:.75rem 0 1.5rem 1.5rem}.prose li{margin-bottom:.4rem}.prose blockquote{border-left:4px solid var(--sky-500);background:var(--sky-50);padding:1rem 1.25rem;margin:1.5rem 0;border-radius:0 8px 8px 0;color:var(--gray-700)}.prose strong{color:var(--gray-900);font-weight:600}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.prose th{background:var(--gray-50);padding:.5rem .75rem;text-align:left;font-weight:600;border-bottom:2px solid var(--gray-200);color:var(--gray-800);white-space:nowrap}.prose td{padding:.5rem .75rem;border-bottom:1px solid var(--gray-100)}.prose tr:hover td{background:var(--gray-50)}.prose a{color:var(--sky-600);font-weight:500;text-decoration:underline;text-decoration-color:var(--sky-200);text-underline-offset:2px}.prose a:hover{text-decoration-color:var(--sky-600)}.prose>h1:first-child{display:none}.prose code{background:var(--gray-100);padding:.15rem .4rem;border-radius:4px;font-size:.9em}.prose pre{background:var(--gray-50);padding:1rem 1.25rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;border:1px solid var(--gray-200)}.prose pre code{background:none;padding:0;border-radius:0}[data-theme=dark] .prose blockquote{background:#0c4a6e;color:#e0f2fe;border-left-color:#38bdf8}[data-theme=dark] .nav-links.open{background:#0f172a}@media(max-width:768px){html,body{overflow-x:hidden}.prose{overflow-wrap:break-word;word-break:break-word}.prose table{font-size:.8rem}.prose th,.prose td{padding:.35rem .5rem}.prose img{max-width:100%;height:auto}.prose pre{overflow-x:auto;max-width:100%}.footer-inner{flex-direction:column;gap:2rem}.footer-links{gap:2.5rem}.footer-col{gap:.75rem}.footer-col a{padding:.25rem 0}.nav-links{display:flex!important;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--white);padding:0 1.5rem;border-bottom:1px solid var(--gray-200);box-shadow:0 4px 12px #0000001a;gap:.75rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .2s ease,padding .3s ease;pointer-events:none}.nav-links.open{max-height:500px;opacity:1;padding:1rem 1.5rem;pointer-events:auto}.nav-links.open a{padding:.6rem 0;min-height:44px;display:flex;align-items:center}.nav-links.open .nav-cta{display:inline-block!important;text-align:center}.lang-switch-mobile,.theme-toggle-mobile{display:inline-block}.mobile-menu-btn{display:block}}
