@font-face{font-family:GeistSans;src:url(/_next/static/media/0b78ff376f6b9734-s.p.woff2) format("woff2");font-display:swap;font-weight:100 900}@font-face{font-family:GeistSans Fallback;src:local("Arial");ascent-override:94.56%;descent-override:27.76%;line-gap-override:0.00%;size-adjust:106.28%}.__className_8adcd2{font-family:GeistSans,GeistSans Fallback}.__variable_8adcd2{--font-geist-sans:"GeistSans","GeistSans Fallback"}:root{--bg:#ffffff;--bg-subtle:#fafafa;--bg-raised:#f4f4f5;--bg-hover:#f0f0f1;--border:#e4e4e7;--border-subtle:#efefef;--text:#09090b;--text-muted:#52525b;--text-subtle:#a1a1aa;--accent:#ea3b4c;--accent-hover:#cc2f3e;--accent-bg:#fff1f2;--accent-border:#fecdd3;--green:#16a34a;--green-bg:#f0fdf4;--red:#dc2626;--red-bg:#fef2f2;--amber:#d97706;--amber-bg:#fffbeb;--font:var(--font-outfit),"Outfit",system-ui,-apple-system,sans-serif;--r-xs:3px;--r-sm:5px;--r-md:6px;--r-lg:8px;--r-pill:9999px;--shadow:0 4px 16px rgba(0,0,0,0.08);--t:120ms ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit;border:none;outline:none;cursor:pointer;background:none}ol,ul{list-style:none}.container{max-width:1200px}.container,.container--sm{margin:0 auto;padding:0 24px}.container--sm{max-width:680px}.container--md{max-width:860px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 16px;border-radius:var(--r-pill);font-size:13px;font-weight:500;line-height:1;white-space:nowrap;border:1px solid transparent;transition:all var(--t);text-decoration:none}.btn--primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn--primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px)}.btn--secondary{background:var(--bg);color:var(--text);border-color:var(--border)}.btn--secondary:hover:not(:disabled){background:var(--bg-raised);transform:translateY(-1px)}.btn--ghost{background:transparent;color:var(--text-muted)}.btn--ghost:hover:not(:disabled){background:var(--bg-raised);color:var(--text)}.btn--icon{width:28px;height:28px;padding:0;justify-content:center;border-radius:var(--r-sm)}.btn--sm{height:30px;padding:0 12px;font-size:12px}.btn--lg{height:40px;padding:0 20px;font-size:14px}.btn--full{width:100%;justify-content:center}.btn:disabled{opacity:.5;cursor:not-allowed}.input{height:34px;padding:0 12px;background:var(--bg);border:1px solid var(--border);border-radius:var(--r-sm);color:var(--text);font-size:14px;width:100%;transition:all var(--t)}.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(234,59,76,.1)}.input::placeholder{color:var(--text-subtle)}.textarea{padding:8px 12px;height:auto;resize:vertical;line-height:1.6}.input--mono{font-family:SF Mono,monospace;font-size:13px}.label{display:block;font-size:12px;font-weight:500;color:var(--text-muted);margin-bottom:5px;text-transform:uppercase;letter-spacing:.04em}.form-group{display:flex;flex-direction:column}.form-error{font-size:13px;color:var(--red);background:var(--red-bg);border:1px solid #fecaca;border-radius:var(--r-sm);padding:8px 12px}.badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:500}.badge:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.badge--published{color:var(--green)}.badge--published:before{background:var(--green)}.badge--draft{color:var(--text-subtle)}.badge--draft:before{background:var(--text-subtle)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:24px}.site-logo{font-size:18px;font-weight:700;color:var(--accent);letter-spacing:-.02em;flex-shrink:0}.site-nav{display:flex;align-items:center;gap:4px}.nav-link{font-size:14px;font-weight:500;color:var(--text-muted);padding:8px 12px;border-radius:var(--r-pill);transition:all var(--t);white-space:nowrap}.nav-link:hover{color:var(--text);background:var(--bg-raised)}.nav-item{position:relative}.nav-dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%);background:var(--bg);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow);padding:12px 0;min-width:220px;opacity:0;visibility:hidden;transition:all var(--t);margin-top:8px;z-index:100}.nav-item:hover .nav-dropdown{opacity:1;visibility:visible;margin-top:4px}.nav-dropdown-link{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;font-size:15px;font-weight:500;color:var(--text);transition:background var(--t)}.nav-dropdown-link:hover{background:var(--bg-raised)}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.menu-toggle{display:none;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--r-sm);color:var(--text-muted)}.mobile-nav{display:none;flex-direction:column;border-top:1px solid var(--border);padding:8px 0;background:var(--bg)}.mobile-nav.open{display:flex}.mobile-nav .nav-link{border-radius:0;padding:12px 24px;font-size:15px}.site-footer{background:#000;color:#fff}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;grid-gap:48px;gap:48px;padding:64px 0}.footer-brand{display:flex;flex-direction:column;gap:12px}.footer-brand .site-logo{color:#fff}.footer-desc{font-size:14px;color:#a1a1aa;line-height:1.6;max-width:260px}.footer-col h4{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#71717a;margin-bottom:16px}.footer-col a{display:block;font-size:14px;color:#d4d4d8;margin-bottom:12px;transition:color var(--t)}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid #27272a;padding:24px 0;font-size:13px;color:#a1a1aa}.hero-split{display:flex;min-height:500px}.hero-split__left{flex:1 1;background:var(--accent);color:#fff;padding:64px;display:flex;flex-direction:column;justify-content:center}.hero-split__right{flex:1 1;position:relative;min-height:300px}.hero-split__right img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hero-title{font-size:clamp(36px,5vw,56px);font-weight:600;line-height:1.1;letter-spacing:-.02em;margin-bottom:24px}.hero-excerpt{font-size:18px;line-height:1.6;opacity:.9;margin-bottom:32px;max-width:480px}.hero-author{display:flex;align-items:center;gap:12px;margin-bottom:32px}.hero-author img{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.2)}.hero-author-info{font-size:14px}.hero-author-name{font-weight:600}.hero-author-date{opacity:.8;font-size:12px}.hero-btn{display:inline-flex;align-items:center;height:44px;padding:0 24px;border-radius:var(--r-pill);border:1px solid rgba(255,255,255,.4);color:#fff;font-weight:500;transition:all var(--t);align-self:flex-start}.hero-btn:hover{background:#fff;color:var(--accent)}.home-content{padding-top:64px;padding-bottom:64px}.home-header{margin-bottom:40px}.home-header h2{font-size:32px;font-weight:600;margin-bottom:8px;letter-spacing:-.01em}.home-header p{font-size:16px;color:var(--text-muted)}.blog-layout{display:grid;grid-template-columns:200px 1fr;grid-gap:48px;gap:48px;align-items:start}.cat-sidebar{display:flex;flex-direction:column;gap:8px;position:-webkit-sticky;position:sticky;top:100px}.cat-pill{display:inline-flex;align-items:center;padding:8px 16px;border-radius:var(--r-pill);font-size:14px;font-weight:500;background:var(--bg-raised);color:var(--text-muted);transition:all var(--t);align-self:flex-start}.cat-pill:hover{background:#e4e4e7;color:var(--text)}.cat-pill.active{background:#000;color:#fff}.articles-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.article-card{display:flex;flex-direction:column;height:100%;gap:16px;animation:fadeSlideUp .6s cubic-bezier(.16,1,.3,1) forwards;opacity:0}.article-card:first-child{animation-delay:.05s}.article-card:nth-child(2){animation-delay:.1s}.article-card:nth-child(3){animation-delay:.15s}.article-card:nth-child(4){animation-delay:.2s}.article-card:nth-child(5){animation-delay:.25s}.article-card:nth-child(6){animation-delay:.3s}.article-card__image-link{display:block;overflow:hidden;border-radius:var(--r-md);aspect-ratio:16/10;background:var(--bg-raised)}.article-card__image-link img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.article-card:hover .article-card__image-link img{transform:scale(1.03)}.article-card__meta{font-size:12px;color:var(--text-subtle);display:flex;align-items:center;gap:6px}.article-card__cat{color:var(--accent);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.article-card__title{font-size:18px;font-weight:600;letter-spacing:-.01em;line-height:1.3}.article-card__title a{transition:color var(--t)}.article-card__title a:hover{color:var(--accent)}.article-card__excerpt{font-size:14px;color:var(--text-muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card__footer{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:8px}.article-card__avatar{width:32px;height:32px;border-radius:50%;background:var(--bg-raised);flex-shrink:0}.article-card__author{font-size:13px;font-weight:500}.post-page{padding-bottom:64px}.post-hero{display:flex;flex-direction:column;margin-bottom:64px}.post-hero__left{padding:64px 24px 40px;max-width:1200px;margin:0 auto;width:100%}.post-hero__right{height:500px;border-radius:var(--r-lg);overflow:hidden;background:var(--bg-raised);max-width:1200px;margin:0 auto;width:calc(100% - 48px)}.post-hero__right img{width:100%;height:100%;object-fit:cover}.post-category{display:inline-block;padding:6px 12px;background:var(--bg-raised);border-radius:var(--r-pill);font-size:12px;font-weight:600;color:var(--text);margin-bottom:24px}.post-title{font-size:clamp(32px,4vw,48px);font-weight:600;letter-spacing:-.02em;line-height:1.15;margin-bottom:32px}.post-author-box{display:flex;align-items:center;gap:12px}.post-author-box img{width:48px;height:48px;border-radius:50%;background:var(--bg-raised)}.post-author-name{font-weight:600;font-size:15px}.post-author-date{font-size:13px;color:var(--text-muted)}.post-content-split{display:grid;grid-template-columns:2fr 1fr;grid-gap:64px;gap:64px;align-items:start}.newsletter-box{background:var(--bg-subtle);border-radius:var(--r-lg);padding:32px;position:-webkit-sticky;position:sticky;top:100px}.newsletter-box h3{font-size:18px;font-weight:600;margin-bottom:8px}.newsletter-box p{font-size:14px;color:var(--text-muted);margin-bottom:20px}.newsletter-box .input{margin-bottom:12px;background:#fff}.newsletter-box .btn{width:100%}.newsletter-box .tiny{font-size:11px;color:var(--text-subtle);text-align:center;margin-top:12px;display:block}.related-section{padding-top:64px;border-top:1px solid var(--border);margin-top:64px}.related-section h2{font-size:24px;font-weight:600;margin-bottom:8px}.related-section p{font-size:14px;color:var(--text-muted);margin-bottom:32px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.prose{font-size:17px;line-height:1.8;color:var(--text)}.prose p{margin-bottom:1.4em}.prose h2{font-size:24px;font-weight:600;letter-spacing:-.015em;line-height:1.3;margin:2em 0 .75em;border-bottom:1px solid var(--border);padding-bottom:8px}.prose h3{font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:1.35;margin:1.8em 0 .6em}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.prose blockquote{border-left:3px solid var(--accent);padding-left:20px;margin:1.5em 0;color:var(--text-muted);font-size:18px;font-style:italic}.prose ol,.prose ul{margin:1em 0 1.4em 1.4em}.prose ul{list-style:disc}.prose ol{list-style:decimal}.prose img{max-width:100%;margin:2em 0}.prose img,.prose pre{border-radius:var(--r-md)}.prose pre{background:#18181b;padding:16px 20px;overflow-x:auto;margin:1.4em 0}.prose pre code{color:#e4e4e7;font-size:14px}.admin-layout{display:flex;min-height:100vh;background:var(--bg-subtle);flex-direction:column}.admin-mobile-topbar{display:none;align-items:center;justify-content:space-between;padding:0 16px;height:52px;background:var(--bg);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:60}.admin-sidebar-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:45}.admin-sidebar{width:220px;flex-shrink:0;background:var(--bg);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:50;overflow-y:auto}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:52px;border-bottom:1px solid var(--border);flex-shrink:0}.sidebar-logo{font-size:14px;font-weight:600;color:var(--text)}.sidebar-tag{font-size:10px;font-weight:600;text-transform:uppercase;color:var(--text-subtle);background:var(--bg-raised);border:1px solid var(--border);padding:2px 7px;border-radius:var(--r-xs)}.sidebar-nav{flex:1 1;padding:12px 8px;display:flex;flex-direction:column;gap:2px}.sidebar-section-label{font-size:10px;font-weight:600;text-transform:uppercase;color:var(--text-subtle);padding:10px 8px 4px}.sidebar-link{display:flex;align-items:center;gap:8px;padding:6px 8px;font-size:13px;font-weight:500;color:var(--text-muted);border-radius:var(--r-md);transition:background var(--t),color var(--t)}.sidebar-link.active,.sidebar-link:hover{background:var(--bg-raised);color:var(--text)}.sidebar-link.new-post{color:var(--accent);margin-top:4px}.sidebar-link.new-post:hover{background:var(--accent-bg)}.sidebar-footer{padding:12px 16px;border-top:1px solid var(--border);flex-shrink:0}.sidebar-user{margin-bottom:6px;overflow:hidden;text-overflow:ellipsis}.sidebar-signout,.sidebar-user{font-size:12px;color:var(--text-subtle)}.sidebar-signout{transition:color var(--t)}.sidebar-signout:hover{color:var(--red)}.admin-main{flex:1 1;margin-left:220px;min-height:100vh}.admin-page{background:var(--bg);min-height:100vh}.admin-page__topbar{display:flex;align-items:center;justify-content:space-between;padding:0 28px;height:52px;border-bottom:1px solid var(--border);background:var(--bg);position:-webkit-sticky;position:sticky;top:0;z-index:40}.admin-page__title{font-size:14px;font-weight:600}.admin-page__actions{display:flex;align-items:center;gap:8px}.admin-page__body{padding:28px}.dash-metrics{display:flex;align-items:center;margin-bottom:28px;background:var(--bg);border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden}.dash-metric{flex:1 1;padding:16px 20px;border-right:1px solid var(--border)}.dash-metric:last-child{border-right:none}.dash-metric__value{font-size:22px;font-weight:600;margin-bottom:4px;line-height:1}.dash-metric__label{font-size:12px;color:var(--text-subtle);font-weight:500}.dash-section{margin-bottom:32px}.dash-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.dash-section__title{font-size:13px;font-weight:600}.data-table{width:100%;border-collapse:collapse;font-size:13px;background:var(--bg)}.data-table-wrapper{border:1px solid var(--border);border-radius:var(--r-md);overflow-x:auto}.data-table thead{border-bottom:1px solid var(--border)}.data-table th{padding:10px 14px;text-align:left;font-size:11px;font-weight:600;text-transform:uppercase;color:var(--text-subtle);background:var(--bg-subtle)}.data-table td{padding:10px 14px;color:var(--text-muted);border-bottom:1px solid var(--border-subtle);vertical-align:middle}.data-table tbody tr:hover td{background:var(--bg-subtle)}.td-primary{font-weight:500;color:var(--text)}.td-actions{display:flex;align-items:center;gap:4px}.empty-state{padding:48px 24px;text-align:center;color:var(--text-muted);font-size:14px}.empty-state__title{font-size:14px;font-weight:500;color:var(--text);margin-bottom:6px}.editor-page{min-height:100vh;background:var(--bg)}.editor-topbar{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:52px;border-bottom:1px solid var(--border);background:var(--bg);position:-webkit-sticky;position:sticky;top:0;z-index:40}.editor-topbar__left{display:flex;align-items:center;gap:12px}.editor-back-link{display:flex;align-items:center;gap:4px}.editor-back-link,.editor-status-label{color:var(--text-subtle);font-size:13px}.editor-body{display:grid;grid-template-columns:1fr 280px;min-height:calc(100vh - 52px);align-items:start}.editor-main{border-right:1px solid var(--border);padding:28px 32px;display:flex;flex-direction:column;gap:20px}.editor-title-field{font-size:24px;font-weight:600;border-bottom:1px solid var(--border-subtle);padding:0 0 12px;width:100%;transition:border-color var(--t)}.editor-title-field:focus{border-bottom-color:var(--accent)}.editor-field{display:flex;flex-direction:column;gap:6px}.editor-field-row{display:flex;align-items:center;gap:10px}.editor-sidebar{padding:20px;display:flex;flex-direction:column;gap:1px;position:-webkit-sticky;position:sticky;top:52px}.editor-panel{border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden;margin-bottom:8px}.editor-panel__header{padding:10px 14px;background:var(--bg-subtle);border-bottom:1px solid var(--border);font-size:11px;font-weight:600;text-transform:uppercase;color:var(--text-subtle)}.editor-panel__body{padding:14px;display:flex;flex-direction:column;gap:10px}.editor-select{height:34px;padding:0 8px;border:1px solid var(--border);font-size:13px}.editor-select,.featured-thumb{border-radius:var(--r-sm);width:100%}.featured-thumb{aspect-ratio:16/9;object-fit:cover;border:1px solid var(--border)}.upload-label{display:flex;align-items:center;justify-content:center;gap:6px;height:34px;background:var(--bg-raised);border:1px dashed var(--border);border-radius:var(--r-sm);font-size:13px;color:var(--text-muted);cursor:pointer}.rich-editor{border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden}.rich-editor__toolbar{display:flex;align-items:center;gap:2px;padding:6px 8px;background:var(--bg-subtle);border-bottom:1px solid var(--border);flex-wrap:wrap}.rich-editor__toolbar button{width:28px;height:28px;border-radius:var(--r-sm);color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center}.rich-editor__toolbar button:hover{background:var(--bg-hover);color:var(--text)}.rich-editor__toolbar button.active{background:var(--accent-bg);color:var(--accent)}.toolbar-sep{width:1px;height:16px;background:var(--border);margin:0 4px}.rich-editor__content{padding:20px 24px;min-height:420px}.rich-editor__content .ProseMirror{outline:none;min-height:380px;font-size:15px;line-height:1.75;color:var(--text)}.rich-editor__content .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--text-subtle);pointer-events:none;float:left;height:0}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-subtle);padding:24px}.login-box{width:100%;max-width:380px;background:var(--bg);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.login-box__header{padding:32px 28px 24px;border-bottom:1px solid var(--border)}.login-logo{font-size:14px;font-weight:600;margin-bottom:24px}.login-box__header h1{font-size:20px;font-weight:700;margin-bottom:8px}.login-box__body{padding:24px 28px 32px}.categories-split{display:grid;grid-template-columns:340px 1fr;grid-gap:24px;gap:24px;align-items:start}.cat-form{display:flex;flex-direction:column;gap:12px}.cat-list{border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden}.cat-list__item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--border-subtle)}.cat-name{font-size:13px;font-weight:500}.cat-slug{font-size:11px;color:var(--text-subtle);font-family:monospace}@media (max-width:1024px){.hero-split{flex-direction:column}.hero-split__right{height:300px}.blog-layout{grid-template-columns:1fr}.cat-sidebar{position:static;flex-direction:row;overflow-x:auto;padding-bottom:16px}.post-content-split{grid-template-columns:1fr}.newsletter-box{position:static}.related-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:768px){.header-actions,.site-nav{display:none}.menu-toggle{display:flex}.hero-split__left{padding:40px 24px}.articles-grid{grid-template-columns:1fr}.post-hero__left{padding:40px 24px}.post-hero__right{height:300px;border-radius:0;width:100%}.footer-inner,.related-grid{grid-template-columns:1fr}.admin-mobile-topbar{display:flex}.admin-sidebar{transform:translateX(-100%);transition:transform .3s ease}.admin-sidebar.open{transform:translateX(0)}.admin-sidebar-overlay{display:block}.admin-main{margin-left:0}.admin-page__topbar{top:52px}.editor-body{grid-template-columns:1fr}.editor-sidebar{position:static}.categories-split{grid-template-columns:1fr}}.table-responsive{width:100%;overflow-x:auto}.custom-select-option:hover{background:var(--bg-hover)!important}.custom-select-trigger{background-image:none!important}