.cookie-notice{position:fixed;bottom:0;left:0;right:0;z-index:60;padding:.85rem max(1rem,env(safe-area-inset-right,0px)) max(.85rem,env(safe-area-inset-bottom,0px)) max(1rem,env(safe-area-inset-left,0px));pointer-events:none}.cookie-notice__inner{pointer-events:auto;max-width:42rem;margin:0 auto;padding:1rem 1.15rem;border-radius:.85rem;border:1px solid rgba(129,140,248,.28);background:linear-gradient(180deg,rgba(15,15,28,.96),rgba(10,10,22,.98));box-shadow:0 -8px 40px rgba(0,0,0,.35);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.cookie-notice__title{margin:0 0 .35rem;font-size:.88rem;font-weight:800;color:#f3f4f6}.cookie-notice__text{margin:0 0 .85rem;font-size:.8rem;line-height:1.55;color:#94a3b8}.cookie-notice__text a{color:#a5b4fc;font-weight:600;text-decoration:none}.cookie-notice__text a:hover{text-decoration:underline}.cookie-notice__actions{display:flex;flex-wrap:wrap;gap:.5rem}.cookie-notice__btn{padding:.5rem .9rem;border-radius:.55rem;font-size:.8rem;font-weight:700;cursor:pointer;border:1px solid transparent}.cookie-notice__btn--primary{color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);border-color:rgba(165,180,252,.35)}.cookie-notice__btn--ghost{color:#c7d2fe;background:rgba(99,102,241,.12);border-color:rgba(129,140,248,.35)}:root{--primary:#6366f1;--primary-dark:#4f46e5;--text:#1f2937;--muted:#6b7280;--bg:#ffffff;--bg-soft:#f9fafb;--border:#e5e7eb}@media (prefers-color-scheme:dark){:root{--text:#f9fafb;--muted:#d1d5db;--bg:#111827;--bg-soft:#1f2937;--border:#374151}}*{box-sizing:border-box}html{scroll-behavior:smooth;text-size-adjust:100%}body,html{overflow-x:clip}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--text);background:var(--bg)}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.site-main.site-main--full,main.site-main--full{max-width:none;margin:0;padding:0;min-height:100vh}.post-body{font-size:1.05rem;max-width:720px}.post-body h1,.post-body h2,.post-body h3,.post-body h4{line-height:1.25;margin-top:1.75rem;margin-bottom:.75rem}.post-body p{margin:0 0 1rem;color:var(--muted)}.post-body ol,.post-body ul{color:var(--muted);margin:0 0 1rem 1.25rem}.post-body pre{overflow:auto;padding:1rem;border-radius:.5rem;background:var(--bg-soft);border:1px solid var(--border)}.post-body code{font-size:.9em}.post-body img{max-width:100%;height:auto;border-radius:.75rem}.post-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:1.5rem;gap:1.5rem}.post-card{padding:1.25rem;border:1px solid var(--border);border-radius:.75rem;background:var(--bg-soft)}.post-card h2{margin:0 0 .5rem;font-size:1.25rem}.post-card p{margin:0;color:var(--muted);font-size:.95rem}.post-meta{font-size:.875rem;color:var(--muted);margin-bottom:1rem}.featured-wrap{margin:0 0 1.5rem;border-radius:.75rem;overflow:hidden;border:1px solid var(--border)}