@import"https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap";h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text);line-height:1.3;margin-top:0;text-rendering:optimizeLegibility}h1{font-size:clamp(1.75rem,5vw,2.25rem);letter-spacing:-.01em;margin-bottom:1.25rem;font-weight:600}h2{font-size:clamp(1.375rem,2.6vw,1.75rem);letter-spacing:-.01em;margin-top:2rem;margin-bottom:.75rem;font-weight:700}h3{font-size:clamp(1rem,2.2vw,1.25rem);letter-spacing:0;margin-top:1.5rem;margin-bottom:.5rem;font-weight:600}p{margin-bottom:1.25rem;font-family:var(--font-body);line-height:1.75;color:var(--color-text-light);max-width:70ch}a{color:var(--color-accent);text-decoration:underline;text-decoration-color:#f59e0b66;text-underline-offset:2px;transition:all .2s ease}a:hover{text-decoration-color:var(--color-accent)}ul,ol{margin-bottom:1.25rem;padding-left:1.5rem}li{margin-bottom:.375rem;line-height:1.75}code{font-family:var(--font-mono);background:var(--color-surface);padding:.15em .35em;border-radius:3px;font-size:.875em;color:var(--color-accent)}pre{background:var(--color-surface);padding:1.25rem;border-radius:6px;overflow-x:auto;margin-bottom:1.5rem;border:1px solid var(--color-border)}pre code{background:none;padding:0;color:var(--color-text)}blockquote{font-family:var(--font-body);font-style:italic;padding-left:1.25rem;margin:1.5rem 0;border-left:2px solid var(--color-accent);color:var(--color-text-light)}hr{border:0;height:1px;background:var(--color-border-light);margin:2.5rem 0}.post-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:500;line-height:1.3;color:var(--color-text);text-align:left;margin-bottom:.75rem;letter-spacing:-.01em}.post-date{font-family:var(--font-mono);font-size:.8rem;color:var(--color-text-muted);font-style:normal;margin-bottom:1.5rem;text-align:left}.post-content{font-family:var(--font-body);font-size:1.0625rem;line-height:1.75;color:var(--color-text-light);margin-bottom:2rem}.post-content p{margin-bottom:1.25rem;text-align:left;-webkit-hyphens:none;hyphens:none}.post-content h2{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;margin-top:2.5rem;margin-bottom:.75rem;color:var(--color-text)}.post-content h3{font-family:var(--font-heading);font-size:1.0625rem;font-weight:500;margin-top:2rem;margin-bottom:.5rem;color:var(--color-text)}.post-content blockquote{font-style:italic;border-left:2px solid var(--color-accent);padding-left:1rem;margin:1.5rem 0;color:var(--color-text-light)}.post-content ul,.post-content ol{margin:.75rem 0 1.25rem 1.25rem}.post-content li{margin-bottom:.375rem;line-height:1.75}.post-content pre{font-family:var(--font-mono);font-size:.875rem;line-height:1.5;padding:1rem;margin:1.5rem 0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px}.post-content p:first-of-type:first-letter{font-size:inherit;float:none;margin-right:0;line-height:inherit;color:inherit;font-family:inherit;font-weight:inherit}hr{border:none;border-top:1px solid var(--color-border-light);margin:2.5rem auto;width:100%}.post{padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid var(--color-border-light)}.post:last-child{border-bottom:none}@media(min-width:768px){.post-content>p:first-of-type:first-line{font-variant:normal;letter-spacing:0}}@media(max-width:1024px){:root{--page-margin: 3%}.container{max-width:100%;padding:0 var(--page-margin)}.homepage-layout{grid-template-columns:1fr;gap:var(--space-xl)}.homepage-sidebar{position:static;width:100%;margin-top:var(--space-2xl)}.blog-cards-grid,.myverse-hub-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}}@media(max-width:768px){:root{--page-margin: 0}:root[data-theme=dark]{--color-accent: #8ab4f8;--color-background: #121212;--color-text: #e8eaed;--color-border: #3c4043;--color-hover: rgba(232, 234, 237, .04);--color-text-light: #9aa0a6}html,body{overflow-x:hidden;max-width:100vw;margin:0;padding:0;font-family:Roboto,sans-serif}*{box-sizing:border-box}.header{width:100%;padding:1rem 0;box-sizing:border-box;margin:0}.header-container{flex-direction:column;width:100%;padding:0 2%;margin:0}.header-top{display:flex!important;justify-content:space-between;width:100%;gap:1rem;padding:0;margin:0}.site-title{font-size:1.125rem!important;margin-right:auto;margin-left:0;padding:0}.site-title-separator,.site-title-subtitle,.hide-mobile{display:none!important}.mobile-menu-toggle{min-height:48px;min-width:48px;margin:0;padding:.5rem;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center}.mobile-menu-toggle span{display:block;width:20px;height:2px;background:var(--color-text);margin:3px 0;transition:all .3s ease;transform-origin:center}.navigation.mobile-open .mobile-menu-toggle span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navigation.mobile-open .mobile-menu-toggle span:nth-child(2){opacity:0}.navigation.mobile-open .mobile-menu-toggle span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.navigation{display:none;width:100%;flex-direction:column;margin:var(--space-md) 0 0 0;padding:0;border-top:1px solid var(--color-border)}.navigation.mobile-open{display:flex!important;background:var(--color-background);box-shadow:0 4px 12px #00000026}body.mobile-menu-open{overflow:hidden}.navigation a{padding:.875rem 0;margin:0;border-bottom:1px solid var(--color-border)}.nav-actions{width:100%;padding:0;margin:0}.hero-banner{height:auto;min-height:250px;margin:0 0 var(--space-lg) 0;padding:0;width:100%}.hero-banner img{width:100%;height:auto;display:block}.hero-image-credit{padding:0 2%;margin-top:.5rem}.container{width:100%;max-width:100%;padding:0;margin:var(--space-lg) 0 0 0;box-sizing:border-box}main{width:100%;padding:0 .5%}.homepage-layout{grid-template-columns:1fr;width:100%;max-width:100%;padding:0;margin:0;gap:var(--space-xl)}.homepage-main,.homepage-sidebar{width:100%;max-width:100%;padding:0;margin:0;overflow-x:hidden}.post{width:100%;max-width:100%;padding:0 0 var(--space-lg) 0;margin-bottom:var(--space-lg);box-sizing:border-box}.hero-section{margin:0 0 var(--space-lg) 0;padding:var(--space-lg) 0;width:100%}.hero-section .post-content,.hero-section .post-content p{margin-left:0;margin-right:0}.post-title{font-size:1.375rem;line-height:1.3;margin:0 0 var(--space-md) 0}.post-content{font-size:1rem;line-height:1.65;width:100%;max-width:100%;padding:0;margin:0}.post-content h2{font-size:1.25rem}.post-content h3{font-size:1.125rem}.post-section-title{margin:var(--space-lg) 0 var(--space-md) 0;padding:0}.blog-cards-grid{grid-template-columns:1fr;gap:var(--space-md);width:100%;max-width:100%;padding:0;margin:var(--space-md) 0}.blog-card{padding:var(--space-lg);width:100%;max-width:100%;margin:0;box-sizing:border-box;border:1px solid transparent;outline:1px solid var(--color-border);outline-offset:-1px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.blog-card:hover{outline-color:var(--color-text)}.blog-card-title{font-size:1.125rem}.myverse-hub-grid{grid-template-columns:1fr;width:100%;max-width:100%;padding:0;margin:0}.myverse-hub-card{padding:var(--space-lg);width:100%;max-width:100%;margin:0;box-sizing:border-box}.sidebar-section{width:100%;max-width:100%;padding:var(--space-md);margin-bottom:var(--space-lg)}.sidebar-list,.sidebar-sublist{width:100%;padding:0}.log-tabs{flex-wrap:wrap;gap:.5rem;width:100%;padding:0;margin:0 0 var(--space-md) 0}.log-entries-grid{grid-template-columns:1fr;width:100%;padding:0;margin:0}input,textarea,select{font-size:16px!important;min-height:48px;width:100%;box-sizing:border-box}.form-button{width:100%;margin:0}.footer{padding:var(--space-xl) 2%;width:100%;max-width:100%;margin:var(--space-2xl) 0 0 0;box-sizing:border-box}.footer-container{grid-template-columns:1fr;width:100%;padding:0;margin:0}.footer-section{padding-bottom:var(--space-md);margin:0;border-bottom:1px solid var(--color-border)}.footer-section:last-child{border-bottom:none}}@media(max-width:480px){.site-title{font-size:1rem!important}.post-title{font-size:1.25rem}.post-content{font-size:.9375rem}.hero-banner{min-height:200px}}@media(max-width:768px){a,button{min-height:44px;min-width:44px}}:root{--font-heading: "Univers", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-title: "Univers", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-body: "Univers", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--font-ui: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--weight-normal: 400;--weight-medium: 400;--weight-semibold: 700;--size-body: 15px;--weight-extra-bold: 700;--size-title-large: clamp(2rem, 4vw, 2.5rem);--size-title: clamp(1.75rem, 3.2vw, 2rem);--line-height-body: 23px;--size-body: 1.0625rem;--size-small: .9375rem;--size-caption: .875rem;--weight-normal: 450;--line-height-title: 1.25;--line-height-body: 1.7;--paragraph-spacing: 1.5rem;--spacing-title: -.01em;--spacing-heading: 0;--spacing-body: 0;--color-text: #f0eef8;--color-text-light: #cfcce0;--color-text-muted: #9d99b8;--color-text-dark: #1c1928;--color-border: #28263a;--color-border-light: #3a3651;--color-background: #0b0a10;--color-surface: #13121a;--color-surface-hover: #171625;--color-hover: rgba(162, 109, 242, .08);--color-accent: #a26df2;--color-accent-hover: #b586f7;--color-success: #4dd4a1;--color-warning: #f1b561;--color-error: #ef6a6a;--color-info: #7bb8ff;--color-secondary: #8aa2c5;--space-3xs: .25rem;--space-2xs: .5rem;--space-xs: .75rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--space-2xl: 4rem;--container-padding: var(--space-md);--section-spacing: var(--space-2xl);--item-spacing: var(--space-lg);--page-margin: 1.5rem;--border-thin: 1px;--border-regular: 2px;--border-thick: 3px;--border-radius: 10px;--border-radius-sm: 8px;--border-radius-lg: 14px;--transition-speed: .2s;--transition-bounce: cubic-bezier(.34, 1.56, .64, 1);--shadow-sm: 0 10px 24px rgba(10, 8, 20, .35);--shadow-md: 0 16px 36px rgba(10, 8, 20, .45)}[data-theme=light]{--color-text: #1b1b1f;--color-text-light: #35363a;--color-text-muted: #5f6067;--color-text-dark: #0f1115;--color-border: #e6e8eb;--color-border-light: #f0f1f3;--color-background: #ffffff;--color-surface: #ffffff;--color-surface-hover: #fafbfc;--color-hover: rgba(52, 87, 235, .08);--color-accent: #335dff;--color-accent-hover: #2448d6;--color-success: #0f9d58;--color-warning: #e9b04a;--color-error: #d93025;--color-info: #2f7df6;--color-secondary: #667085;--border-radius: 10px;--border-radius-sm: 8px;--border-radius-lg: 14px;--shadow-sm: 0 2px 10px rgba(17, 24, 39, .05);--shadow-md: 0 8px 24px rgba(17, 24, 39, .08)}@font-face{font-family:Univers;src:url(/assets/UniversRegular-3PH95saH.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Univers;src:url(/assets/UniversBold-B_A93iZ3.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Univers;src:url(/assets/UniversLight-FsXTMuU4.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Univers Condensed;src:url(/assets/UniversCnRg-Caq-6uUd.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Univers Condensed;src:url(/assets/UniversCnBold-h8_u74gc.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;overflow-y:scroll}body{font-family:var(--font-body);font-weight:var(--weight-normal);font-size:var(--size-body);line-height:var(--line-height-body);background:radial-gradient(1200px 600px at 20% 10%,rgba(162,109,242,.06),transparent 60%),var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}.app-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;width:100%}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.loading-spinner,.loading-dots{display:flex;gap:0;height:40px;width:240px;position:relative;overflow:hidden}.loading-spinner span,.loading-dots span{flex:1;height:100%;border-radius:0;animation:colorPulse 2.4s infinite ease-in-out both}.loading-spinner span:nth-child(1),.loading-dots span:nth-child(1){background:#ff6b9d;animation-delay:0s}.loading-spinner span:nth-child(2),.loading-dots span:nth-child(2){background:#fec46d;animation-delay:.4s}.loading-spinner span:nth-child(3),.loading-dots span:nth-child(3){background:#c3f584;animation-delay:.8s}.loading-spinner span:nth-child(4),.loading-dots span:nth-child(4){background:#5ecfff;animation-delay:1.2s}.loading-spinner span:nth-child(5),.loading-dots span:nth-child(5){background:#b19cd9;animation-delay:1.6s}.loading-spinner span:nth-child(6),.loading-dots span:nth-child(6){background:#ff8fb1;animation-delay:2s}@keyframes colorPulse{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}.loading-text{font-size:.9rem;font-family:var(--font-body);color:var(--color-text-muted);font-style:italic}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-header{position:sticky;top:0;z-index:100;background:var(--color-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);padding:1.1rem 0;box-shadow:0 8px 24px #0a081459}.header-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:baseline;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.logo-text{font-family:var(--font-heading);font-weight:var(--weight-bold);font-size:1.25rem;color:var(--color-text);letter-spacing:-.02em}.logo-slash{color:var(--color-accent);font-weight:var(--weight-normal);font-size:1rem}.logo-subtitle{font-family:var(--font-body);font-size:.875rem;font-weight:var(--weight-normal);color:var(--color-text-muted);font-style:italic}.desktop-nav{display:none;gap:1.5rem}@media(min-width:768px){.desktop-nav{display:flex}}.sidebar-nav{display:flex;flex-direction:column;gap:.4rem}.sidebar-link{color:var(--color-text);text-decoration:none;border:2px solid var(--color-text);border-radius:0;padding:.625rem 1rem;transition:all var(--transition-speed) ease;display:block;margin-bottom:.75rem;margin-right:.375rem;background:var(--color-surface);box-shadow:3px 3px #f0eef84d;position:relative}.sidebar-link:hover{border-color:var(--color-text);color:var(--color-accent);background:var(--color-surface)}.list-rows{display:flex;flex-direction:column;gap:.25rem}.list-row{display:grid;grid-template-columns:1fr auto;align-items:start;padding:.875rem 0;border-bottom:1px solid var(--color-border);cursor:pointer;transition:color var(--transition-speed) ease,border-color var(--transition-speed) ease}@media(max-width:768px){.list-row{padding:1rem 0;gap:.5rem}.list-row-title{font-size:1.05rem}.list-row-meta{gap:.5rem;font-size:.85rem}.meta-tag,.meta-detail{font-size:.75rem}}.library-item{grid-template-columns:6px 1fr auto;gap:1rem;padding:1rem 0;border:2px solid var(--color-border);border-radius:0;margin-bottom:.75rem;border-bottom:2px solid var(--color-border);box-shadow:3px 3px #f0eef84d;padding-left:0}.library-item:hover{border-color:var(--color-text)}@media(max-width:768px){.library-item{gap:.75rem;padding:.75rem 0;box-shadow:2px 2px #f0eef84d;margin-bottom:.5rem}}.library-color-indicator{width:6px;height:100%;border-radius:0}.library-header-stripe{width:100%;height:8px;display:flex;gap:0;margin-bottom:1.5rem;background:linear-gradient(to right,#ff6b9d 0% 16.666%,#fec46d 16.666% 33.333%,#c3f584 33.333% 50%,#5ecfff 50% 66.666%,#b19cd9 66.666% 83.333%,#ff8fb1 83.333% 100%)}.list-row a{color:var(--color-text);text-decoration:underline;text-decoration-color:#a26df259;text-underline-offset:2px}.list-row a:hover{text-decoration-color:var(--color-accent)}.list-row .date{color:var(--color-text-muted);font-size:.9rem}.list-row:hover{border-color:var(--color-border-light);color:var(--color-accent)}.list-stack{display:flex;flex-direction:column;gap:1.75rem}.list-section{padding:.25rem 0}.list-section-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.list-section-title{margin:0;font-size:1.3rem;letter-spacing:-.01em}.list-row-title{font-weight:600;color:var(--color-text)}.list-row-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.35rem;color:var(--color-text-muted);align-items:center}.list-row-right{display:flex;align-items:center;gap:.5rem}.meta-small{color:var(--color-text-muted);font-size:.9rem;font-family:var(--font-mono);letter-spacing:.03em}.meta-item{font-size:.85rem;color:var(--color-text-muted)}.pill{padding:.2rem .6rem;border-radius:999px;border:1px solid var(--color-border);font-size:.85rem}.game-search-input{width:100%;padding:.625rem .875rem;background:var(--color-surface);border:2px solid var(--color-text);border-radius:0;color:var(--color-text);font-family:var(--font-body);font-size:15px;font-weight:450;outline:none;transition:all .2s ease;box-shadow:3px 3px #f0eef84d}.game-search-input::placeholder{color:var(--color-text-muted)}.game-search-input:focus{border-color:var(--color-accent)}@media(max-width:768px){.game-search-input{padding:.75rem;font-size:16px;box-shadow:2px 2px #f0eef84d}}.nav-item{display:flex;align-items:center;gap:.375rem;padding:.35rem .15rem;background:transparent;border:none;color:var(--color-text-muted);font-family:var(--font-ui);font-weight:var(--weight-normal);font-size:.9375rem;cursor:pointer;transition:color .2s ease,transform .2s ease;position:relative}.nav-item svg{display:none}.nav-item:hover{color:var(--color-accent);transform:translateY(-1px)}.nav-item.active{color:var(--color-accent)}.nav-indicator{position:absolute;bottom:-4px;left:0;right:0;height:1px;background-color:var(--color-accent)}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;background:var(--color-surface);border:2px solid var(--color-text);border-radius:0;color:var(--color-text);cursor:pointer;padding:.5rem .75rem;box-shadow:3px 3px #f0eef84d;transition:all .2s ease}.mobile-menu-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}@media(min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu{position:relative;background:var(--color-surface);border:1px solid var(--color-border);padding:1rem;display:flex;flex-direction:column;gap:.75rem}.mobile-nav-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);font-weight:var(--weight-medium);text-align:left;cursor:pointer}.mobile-nav-item.active{border-color:var(--color-accent);background:var(--color-surface-hover)}.mobile-topbar{display:none}@media(max-width:900px){.mobile-topbar{position:sticky;top:0;z-index:101;display:flex;flex-direction:column;background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:0 4px 12px #00000059}.mobile-topbar>div:first-child{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem}.mobile-topbar:after{content:"";height:6px;width:100%;display:block;background:linear-gradient(to right,#ff4040 0% 16.66%,#7bd87b 16.66% 33.32%,#2250ff 33.32% 49.98%,#ffe766 49.98% 66.64%,#f6f 66.64% 83.3%,#77ebff 83.3% 100%)}.mobile-brand{text-decoration:none;color:var(--color-text);font-family:IBM Plex Mono,monospace;font-weight:var(--weight-bold);letter-spacing:-.02em;font-size:1.375rem;display:flex;align-items:center}.mobile-topbar .mobile-menu-btn{display:flex}.mobile-menu-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:102;display:flex;align-items:flex-start;justify-content:center;padding:4rem 1rem}.mobile-menu{width:100%;max-width:400px;background:var(--color-surface);border:2px solid var(--color-text);border-radius:0;padding:1rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:3px 3px #f0eef84d}.mobile-nav-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--color-surface);border:2px solid var(--color-text);border-radius:0;color:var(--color-text);font-weight:var(--weight-medium);font-size:1.125rem;text-align:left;cursor:pointer;transition:all .2s ease;box-shadow:3px 3px #f0eef84d}.mobile-nav-item:hover,.mobile-nav-item.active{border-color:var(--color-accent);background:var(--color-surface-hover);color:var(--color-accent)}}.homepage-layout{display:grid;grid-template-columns:1fr 300px;gap:3rem;margin-top:3rem}.homepage-main{display:flex;flex-direction:column;gap:3rem}.home-layout{display:grid;grid-template-columns:280px 1fr;gap:4rem;max-width:1200px;margin:0 auto;align-items:start}.home-main{display:flex;flex-direction:column;gap:1rem}.home-sidebar{position:sticky;top:2rem;height:fit-content;display:flex;flex-direction:column;gap:1.5rem}.sidebar-widget{background:transparent;border:none;border-top:1px solid var(--color-border);border-radius:0;padding:1.25rem 0;margin-bottom:0}.sidebar-widget:first-child{border-top:none;padding-top:0}.sidebar-brand{text-decoration:none;display:block;position:relative;padding-bottom:.5rem;margin-bottom:.75rem}.sidebar-color-stripe{height:8px;width:100%;border:none;border-radius:2px;background:repeating-linear-gradient(to right,transparent 0 38px,rgba(245,245,245,.22) 38px 40px),linear-gradient(to right,#ff4040 0% 16.66%,#7bd87b 16.66% 33.32%,#2250ff 33.32% 49.98%,#ffe766 49.98% 66.64%,#f6f 66.64% 83.3%,#77ebff 83.3% 100%);box-shadow:0 1px 6px #a26df240}.brand-name{font-size:1.5rem;font-weight:var(--weight-bold);color:var(--color-text);font-family:IBM Plex Mono,monospace;margin:0;letter-spacing:-.02em;transition:color .2s ease,transform .2s ease}.sidebar-brand:hover .brand-name{color:var(--color-accent);transform:translate(2px)}.widget-title{font-size:.9rem;font-weight:var(--weight-semibold);color:var(--color-text);text-transform:none;letter-spacing:0;margin-bottom:1rem;font-family:var(--font-heading);font-style:normal}.status-indicator-box{display:flex;align-items:center;gap:.75rem}.status-dot{width:8px;height:8px;background:var(--color-success);border-radius:50%}.status-dot.pulse{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.status-text{font-size:.875rem;color:var(--color-text-light)}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-group-title{font-size:.875rem;text-transform:uppercase;color:var(--color-text-muted);font-weight:400;margin-bottom:.75rem;font-family:var(--font-body);letter-spacing:.05em}.activity-item{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;border-bottom:1px solid var(--color-border);cursor:pointer;transition:all .2s ease}.activity-item:hover{padding-left:.25rem;color:var(--color-accent)}.activity-item:hover .activity-title{color:var(--color-accent)}.activity-item:last-child{border-bottom:none}.activity-title{font-size:.875rem;color:var(--color-text-light)}.activity-rating{font-size:.75rem;color:var(--color-warning)}.latest-section{margin-top:1rem}.section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2rem;padding-bottom:.75rem;border-bottom:none}.section-title{font-size:1.75rem;font-family:var(--font-heading);font-weight:var(--weight-semibold);color:var(--color-text);text-transform:none;margin-bottom:.5rem;letter-spacing:-.02em}.section-subtitle{font-size:1rem;font-family:var(--font-body);color:var(--color-text-muted);margin:0;margin-bottom:.5rem}.view-all-link{font-size:.9rem;font-family:var(--font-body);color:var(--color-accent);text-decoration:none;transition:color .15s ease;display:inline-block;margin-top:1rem}.view-all-link:hover{text-decoration:underline}.home-list-rows{display:flex;flex-direction:column;gap:0;margin:1rem 0}.home-list-row{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:start;padding:.875rem 0;border-bottom:1px solid var(--color-border);cursor:pointer}.home-list-row:first-child{border-top:1px solid var(--color-border)}.home-list-left{display:flex;flex-direction:column;gap:.35rem}.home-list-meta{display:flex;gap:.75rem;align-items:center}.meta-tag{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.05em;color:var(--color-accent);font-weight:500}.meta-detail{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.03em;color:var(--color-text-muted)}.home-list-link{color:var(--color-accent);text-decoration:none;font-size:1.0625rem;font-weight:500;transition:text-decoration .15s ease}.home-list-link:hover{text-decoration:underline}.home-list-date{color:var(--color-text-muted);font-size:.9rem;white-space:nowrap}.hero-section{margin-bottom:2rem;padding-bottom:0;border-bottom:none}.hero-header{display:flex;flex-direction:column;gap:2rem;align-items:start;margin-bottom:0}.hero-content{max-width:600px}.hero-title{font-size:clamp(2rem,5vw,2.5rem);font-family:var(--font-heading);font-weight:var(--weight-bold);color:var(--color-text);margin-bottom:1.25rem;line-height:1.2}.hero-intro-text{font-family:var(--font-body);font-weight:var(--weight-normal);font-size:var(--size-body);line-height:var(--line-height-body);color:var(--color-text-light);margin-bottom:1rem}.hero-intro-text a{color:var(--color-accent);text-decoration:underline;text-decoration-color:#a26df259;text-underline-offset:2px}.hero-intro-text a:hover{text-decoration-color:var(--color-accent)}.hero-quote{font-style:italic;color:var(--color-text-muted);border-left:3px solid var(--color-accent);padding-left:1.25rem;margin:1.5rem 0;font-size:1rem}.hero-quote em{font-style:normal;color:var(--color-text-light)}.hero-avatar{width:80%;height:auto;flex-shrink:0;margin-top:2rem;margin-bottom:2rem}@media(max-width:768px){.hero-avatar{width:90%;margin-top:1.5rem}}.avatar-placeholder{width:100%;height:auto;aspect-ratio:1;border-radius:0;overflow:hidden;border:6px solid var(--color-text);box-shadow:8px 8px 0 0 var(--color-text)}@media(max-width:768px){.avatar-placeholder{border:4px solid var(--color-text);box-shadow:6px 6px 0 0 var(--color-text)}}.avatar-placeholder img{width:100%;height:100%;object-fit:cover;display:block}.ascii-art{margin-bottom:1.5rem;overflow-x:auto}.ascii-art pre{font-family:var(--font-mono);font-size:.9rem;line-height:1.4;color:var(--color-accent);margin:0;padding:0;background:transparent;border:none}.hero-intro{font-size:1.0625rem;font-family:var(--font-body);color:var(--color-text-light);line-height:1.75;max-width:50rem;margin:0}.hero-intro p{margin-bottom:1.5rem}.hero-intro .hero-greeting{font-size:1.5rem;font-weight:400;color:var(--color-text);margin-bottom:2rem;line-height:1.4}.hero-intro .hero-quote{font-style:italic;color:var(--color-text-muted);border-left:3px solid var(--color-accent);padding-left:1.25rem;margin:2rem 0}.hero-intro .hero-quote em{font-style:normal;color:var(--color-text-light)}.hero-intro p:last-child{margin-bottom:0}.hero-intro a{color:var(--color-accent);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.hero-intro a:hover{border-bottom-color:var(--color-accent)}.hero-banner{border-radius:0;overflow:hidden;margin-bottom:2.5rem;max-width:860px;border:2px solid var(--color-text);box-shadow:3px 3px #f0eef84d}.hero-banner img{width:100%;height:auto;max-height:clamp(240px,40vh,420px);object-fit:cover;border-radius:var(--border-radius)}.hero-banner:hover img{transform:none}.post{background:var(--color-surface);border:2px solid var(--color-border);border-radius:0;padding:1rem;margin-bottom:1.5rem;box-shadow:3px 3px #f0eef84d;-webkit-backdrop-filter:none;backdrop-filter:none}.post.hero-section{background:transparent;padding:0;border:none;box-shadow:none}@media(max-width:768px){.post{padding:1rem;box-shadow:2px 2px #f0eef84d;margin-bottom:1rem}}.post-title{font-size:2.25rem;font-family:var(--font-heading);font-weight:var(--weight-semibold);margin-bottom:.75rem;color:var(--color-text);line-height:1.3}@media(max-width:768px){.post-title{font-size:1.75rem;margin-bottom:.5rem}}.post-content{font-family:var(--font-body);font-weight:var(--weight-normal);font-size:var(--size-body);line-height:var(--line-height-body);color:var(--color-text-light)}@media(max-width:768px){.post-content{font-size:.95rem}}.post-content h3{font-size:1.25rem;font-family:var(--font-heading);margin-top:2.5rem;margin-bottom:.75rem;color:var(--color-text)}@media(max-width:768px){.post-content h3{font-size:1.1rem;margin-top:1.5rem}}.post-content p{margin-bottom:.875rem}.page-title{font-size:2.25rem;font-family:var(--font-heading);font-weight:var(--weight-semibold);color:var(--color-text);margin:0 0 .5rem;line-height:1.3}@media(max-width:768px){.page-title{font-size:1.75rem;margin:0 0 .35rem}}.page-meta{font-family:var(--font-mono);font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 .75rem}@media(max-width:768px){.page-meta{font-size:.75rem;margin:0 0 .5rem}}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text);font-family:var(--font-mono);font-size:.8rem;background:var(--color-surface);border:2px solid var(--color-text);border-radius:0;cursor:pointer;padding:.625rem 1rem;transition:all .2s ease;text-decoration:none;box-shadow:3px 3px #f0eef84d;white-space:nowrap}.back-link:hover{color:var(--color-accent);border-color:var(--color-accent)}@media(max-width:768px){.back-link{padding:.75rem 1.25rem;font-size:.85rem;box-shadow:2px 2px #f0eef84d;min-height:44px}}.blog-cards-grid{display:flex;flex-direction:column;gap:0;margin-top:.5rem}.blog-layout .blog-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}@media(max-width:768px){.blog-layout .blog-cards-grid{grid-template-columns:1fr;gap:1rem}}.blog-card{background:transparent;border:none;border-radius:0;padding:1rem 0;cursor:pointer;display:block}.blog-card:hover{background:transparent}.blog-card:hover .blog-card-title{color:var(--color-accent)}.blog-card-icon{display:none}.blog-card-title{font-size:1.125rem;font-family:var(--font-heading);font-weight:500;margin-bottom:.25rem;line-height:1.4;color:var(--color-text);transition:color .15s ease}.blog-card-meta{display:inline;font-size:.8rem;font-family:var(--font-mono);color:var(--color-text-muted);margin-bottom:.5rem}.blog-card-excerpt{font-size:.9375rem;font-family:var(--font-body);color:var(--color-text-light);line-height:1.6;margin:0;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-footer,.blog-card-link{display:none}.homepage-sidebar{position:sticky;top:6rem;height:fit-content}.sidebar-section{margin-bottom:2.5rem}.sidebar-section-title{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:1.5rem;border-bottom:1px solid var(--color-border);padding-bottom:.5rem}.sidebar-list-block{margin-bottom:1.5rem}.sidebar-list-heading{font-size:.75rem;font-weight:var(--weight-bold);color:var(--color-accent);text-transform:uppercase;margin-bottom:.75rem}.sidebar-sublist{list-style:none}.sidebar-sublist-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--color-border-light);transition:background-color .2s ease}.sidebar-sublist-item:hover{background-color:var(--color-surface-hover);padding-left:.5rem;padding-right:.5rem;border-radius:4px;margin:0 -.5rem}.sidebar-item-title{font-size:.9375rem;color:var(--color-text-light)}.sidebar-item-meta{font-size:.75rem;color:var(--color-text-muted);background:var(--color-surface);padding:.125rem .375rem;border-radius:4px;border:1px solid var(--color-border)}.status-indicator{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-success);background:#22c55e1a;padding:.5rem 1rem;border-radius:2rem;width:fit-content}.status-dot{width:8px;height:8px;background-color:var(--color-success);border-radius:50%;box-shadow:0 0 0 2px #22c55e33;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #22c55e66}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}.blog-card-empty{background:var(--color-surface);border:1px dashed var(--color-border);border-radius:12px;padding:3rem;text-align:center;color:var(--color-text-muted)}.hero-image-credit{text-align:right;font-size:.75rem;color:var(--color-text-muted);margin-top:.5rem;font-style:italic;opacity:.7}.site-footer{margin-top:auto;border-top:1px solid var(--color-border);padding:2rem 0;background:transparent}.footer-simple{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem}.footer-left{display:flex;flex-direction:column;gap:.35rem}.footer-simple p{color:var(--color-text-muted);font-size:.875rem;margin:0}.footer-meta{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.05em;color:var(--color-text-muted);opacity:.7}.footer-links-simple{display:flex;gap:1.25rem;flex-wrap:wrap;align-items:center}.footer-links-simple a{color:var(--color-text-muted);font-size:.875rem;text-decoration:none;transition:color .2s ease}.footer-links-simple a:hover{color:var(--color-accent)}@media(max-width:768px){.footer-links-simple a,.footer-simple p{font-size:.8rem}}.footer{margin-top:5rem;border-top:1px solid var(--color-border);padding:4rem 0 2rem;background:var(--color-surface)}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-brand{display:flex;flex-direction:column;gap:.5rem}.footer-title{font-family:var(--font-heading);font-weight:var(--weight-bold);font-size:1.25rem;color:var(--color-text)}.footer-subtitle{color:var(--color-text-muted);font-size:.875rem}.footer-heading{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:1.5rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--color-text-light);font-size:.9375rem;transition:color .2s ease}.footer-links a:hover{color:var(--color-accent)}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding:2rem 1.5rem 0;border-top:1px solid var(--color-border-light);text-align:center;color:var(--color-text-muted);font-size:.875rem}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{display:block;width:24px;height:2px;background-color:var(--color-text);margin-bottom:5px;transition:all .3s ease}@media(max-width:900px){.homepage-layout{grid-template-columns:1fr}.homepage-sidebar{position:static;margin-top:3rem}.home-layout{grid-template-columns:1fr}.home-sidebar{display:none}.site-footer .footer-content{grid-template-columns:1fr;gap:2rem}.site-footer .footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:768px){.header-container,.header-content{padding:0 1rem}.logo-subtitle,.logo-slash{display:none}.mobile-menu-toggle{display:block}.hero-section{margin-bottom:3rem}.hero-banner{border-radius:0;margin-bottom:2rem}.hero-intro{font-size:1.125rem}.hero-intro .hero-greeting{font-size:1.25rem}.hero-intro .hero-quote{margin:1.5rem 0;padding-left:1rem}.home-layout{gap:2rem}.home-main{gap:.75rem}.sidebar-widget{padding:1rem}.widget-title{font-size:1.125rem}.section-title{font-size:1.25rem}.navigation{position:fixed;top:60px;left:0;width:100%;height:calc(100vh - 60px);background:var(--color-background);padding:2rem;transform:translate(100%);transition:transform .3s ease;z-index:99;flex-direction:column;align-items:flex-start!important;justify-content:flex-start!important}.navigation.mobile-open{transform:translate(0)}.nav-links{flex-direction:column;width:100%;gap:1.5rem}.nav-link{font-size:1.25rem;display:block;padding:.5rem 0;border-bottom:1px solid var(--color-border-light)}.hide-mobile{display:none}.footer-container{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:1.75rem;font-family:var(--font-heading);font-weight:var(--weight-bold)}.main-content{padding:1.5rem 1rem}}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.stat-item{display:flex;flex-direction:column;gap:.125rem}.stat-value{font-family:var(--font-mono);font-size:1.25rem;font-weight:500;color:var(--color-text)}.stat-label{font-size:.75rem;color:var(--color-text-muted);text-transform:lowercase}.search-bar-container{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.75rem;color:var(--color-text-muted);pointer-events:none}.search-input{width:100%;padding:.625rem .75rem .625rem 2.5rem;background:var(--color-surface);border:2px solid var(--color-text);border-radius:0;color:var(--color-text);font-family:var(--font-body);font-size:.9rem;outline:none;transition:border-color .2s ease;box-shadow:3px 3px #f0eef84d}.search-input::placeholder{color:var(--color-text-muted)}.search-input:focus{border-color:var(--color-accent)}.category-list{display:flex;flex-direction:column;gap:.25rem}.category-pill{background:transparent;border:none;color:var(--color-text-light);padding:.375rem 0;font-size:.875rem;cursor:pointer;transition:color .2s ease;text-align:left}.category-pill:hover{color:var(--color-accent)}.category-pill.active{color:var(--color-accent);font-weight:500}.blog-card-image{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;margin-bottom:1rem;border-radius:4px}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card-image img{transform:scale(1.02)}.card-overlay{position:absolute;top:.75rem;left:.75rem}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.7rem;font-family:var(--font-mono);border-radius:3px;text-transform:uppercase}.blog-card-content{flex:1;display:flex;flex-direction:column}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--color-text-muted);gap:1.5rem}.loading-state .loading-spinner{display:flex;gap:0;height:40px;width:240px;position:relative;overflow:hidden}.loading-state .loading-spinner span{flex:1;height:100%;border-radius:0;animation:colorPulse 2.4s infinite ease-in-out both}.loading-state .loading-spinner span:nth-child(1){background:#ff6b9d;animation-delay:0s}.loading-state .loading-spinner span:nth-child(2){background:#fec46d;animation-delay:.4s}.loading-state .loading-spinner span:nth-child(3){background:#c3f584;animation-delay:.8s}.loading-state .loading-spinner span:nth-child(4){background:#5ecfff;animation-delay:1.2s}.loading-state .loading-spinner span:nth-child(5){background:#b19cd9;animation-delay:1.6s}.loading-state .loading-spinner span:nth-child(6){background:#ff8fb1;animation-delay:2s}.loading-state p{font-size:.9rem;font-family:var(--font-body);color:var(--color-text-muted);font-style:italic}.blog-layout{display:grid;grid-template-columns:240px 1fr;gap:3rem}.blog-sidebar{position:sticky;top:5rem;height:fit-content;display:flex;flex-direction:column;gap:1.5rem}.blog-main{min-width:0}@media(max-width:900px){.blog-layout{grid-template-columns:1fr}.blog-sidebar{position:static;flex-direction:row;flex-wrap:wrap;gap:1rem}.sidebar-widget{flex:1;min-width:200px}}@media(max-width:768px){.blog-layout{grid-template-columns:1fr;gap:1.5rem}.blog-sidebar{position:static;flex-direction:column;flex-wrap:nowrap;gap:1rem}.sidebar-widget{width:100%;min-width:auto}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem}.category-list{display:flex;flex-direction:column;gap:.5rem}.category-pill{padding:.75rem 1rem;font-size:.9rem}.widget-title{font-size:1rem}.modern-select{width:100%;font-size:1rem;padding:.75rem}}.post-section-title{font-size:1.25rem;font-family:var(--font-heading);font-weight:500;color:var(--color-text);margin:0;padding-bottom:.5rem;border-bottom:1px solid var(--color-border-light)}.blog-layout .blog-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;padding:0;overflow:hidden}.blog-layout .blog-card:hover{padding-left:0;border-left:1px solid var(--color-accent);border-color:var(--color-accent)}@media(max-width:768px){.blog-layout .blog-card:hover{padding-left:auto;border-color:var(--color-border)}}.blog-layout .blog-card-content{padding:1rem}.meta-row{display:flex;gap:.75rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-family:var(--font-mono);color:var(--color-text-muted)}.admin-wrapper{margin-top:var(--space-md);margin-bottom:var(--space-xl)}.admin-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:var(--space-lg)}.admin-title{display:flex;align-items:center;gap:.5rem;font-size:clamp(1.1rem,4vw,1.75rem);margin:0}.admin-logout{padding:.65rem 1.1rem;font-size:.9rem;border-radius:0;background:var(--color-text);color:var(--color-background);border:2px solid var(--color-text);cursor:pointer;transition:all .2s ease;min-width:100px;font-weight:600;box-shadow:3px 3px #f0eef84d}.admin-logout:hover{opacity:.85;transform:translateY(-2px);box-shadow:4px 4px #f0eef866}.admin-tabs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-bottom:var(--space-lg);border-bottom:1px solid var(--color-border);padding-bottom:.75rem}.admin-tab-button{padding:.75rem;border:2px solid var(--color-text);background:var(--color-surface);color:var(--color-text);border-radius:0;cursor:pointer;font-family:var(--font-body);font-size:.9rem;font-weight:500;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;min-height:82px;text-align:center;box-shadow:3px 3px #f0eef84d}.admin-tab-button:hover{border-color:var(--color-accent);background:var(--color-surface-hover);color:var(--color-accent)}.admin-tab-button.is-active{border:2px solid var(--color-accent);background:var(--color-surface-hover);color:var(--color-accent);font-weight:600;box-shadow:3px 3px #a26df24d}.admin-section{background:var(--color-surface);border:2px solid var(--color-text);border-radius:0;padding:var(--space-lg);margin-bottom:var(--space-xl);box-shadow:3px 3px #f0eef84d}.admin-section h3{margin-top:0;margin-bottom:var(--space-md);font-family:var(--font-heading)}.admin-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.admin-actions-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:var(--space-md)}.admin-ghost-button{background:var(--color-surface);color:var(--color-text);border:2px solid var(--color-text);padding:.65rem 1rem;border-radius:0;cursor:pointer;transition:all .2s ease;box-shadow:3px 3px #f0eef84d}.admin-ghost-button:hover{border-color:var(--color-accent);color:var(--color-accent)}.admin-list{display:flex;flex-direction:column;gap:.75rem;margin-top:var(--space-md)}.admin-list-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border:2px solid var(--color-text);border-radius:0;background:var(--color-surface);box-shadow:3px 3px #f0eef84d}.admin-list-item .meta{font-size:.9rem;color:var(--color-text-muted)}.admin-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .6rem;border:1px solid var(--color-accent);border-radius:0;font-size:.85rem;color:var(--color-accent);background:transparent;font-weight:500}.admin-status{font-size:.9rem;padding:.6rem .75rem;border-radius:0;border:2px solid var(--color-text);background:var(--color-surface);color:var(--color-text);text-align:center;box-shadow:2px 2px #f0eef833}@media(max-width:768px){.admin-tabs-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.admin-section{padding:var(--space-md)}}.modern-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);font-family:var(--font-body);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;border-radius:0}.modern-button:hover{border-color:var(--color-accent);background:var(--color-surface-hover)}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.form-label{display:block;font-family:var(--font-body);font-size:.95rem;font-weight:600;color:var(--color-text);text-transform:uppercase;letter-spacing:.05em;margin:0}.form-input,input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],input[type=file],textarea,select{padding:.75rem .875rem;background:var(--color-surface);border:2px solid var(--color-text);border-radius:0;color:var(--color-text);font-family:var(--font-body);font-size:.95rem;outline:none;transition:all .2s ease;box-shadow:3px 3px #f0eef84d}.form-input::placeholder,input::placeholder,textarea::placeholder{color:var(--color-text-muted)}.form-input:focus,input:focus,textarea:focus,select:focus{border-color:var(--color-accent);box-shadow:3px 3px #a26df266}.form-input:disabled,input:disabled,textarea:disabled,select:disabled{background:var(--color-border);color:var(--color-text-muted);cursor:not-allowed;opacity:.6}textarea{resize:vertical;min-height:120px;font-family:var(--font-body)}select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23f0eef8' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem;appearance:none}.form-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:var(--space-lg)}.form-button{padding:.85rem 1.5rem;background:var(--color-surface);border:2px solid var(--color-text);border-radius:0;color:var(--color-text);font-family:var(--font-body);font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .2s ease;box-shadow:3px 3px #f0eef84d;display:inline-flex;align-items:center;justify-content:center;min-height:44px}.form-button:hover{border-color:var(--color-accent);color:var(--color-accent);box-shadow:3px 3px #a26df266}.form-button:active{transform:translate(1px,1px);box-shadow:1px 1px #a26df24d}.form-button:disabled{opacity:.5;cursor:not-allowed;border-color:var(--color-text-muted);color:var(--color-text-muted)}.form-button-primary{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-background);box-shadow:3px 3px #a26df266}.form-button-primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:var(--color-background);box-shadow:3px 3px #a26df299}.form-button-primary:disabled{background:var(--color-text-muted);border-color:var(--color-text-muted);color:var(--color-background);opacity:.6}.quill-wrapper{border:2px solid var(--color-text);border-radius:0;background:var(--color-surface);overflow:hidden;box-shadow:3px 3px #f0eef84d}.ql-toolbar.ql-snow{background:var(--color-surface-hover);border-bottom:2px solid var(--color-text);border-radius:0;padding:.75rem .5rem}.ql-container.ql-snow{border-radius:0;border:none;font-family:var(--font-body)}.ql-editor{min-height:180px;color:var(--color-text);font-size:.95rem;padding:.75rem}.ql-editor.ql-blank:before{color:var(--color-text-muted);font-style:italic}.ql-toolbar.ql-snow .ql-formats{margin-right:.75rem}.ql-toolbar.ql-snow button,.ql-toolbar.ql-snow button:hover,.ql-toolbar.ql-snow button.ql-active,.ql-toolbar.ql-snow .ql-picker-label{color:var(--color-text);outline:none}.ql-toolbar.ql-snow button:hover{color:var(--color-accent)}.ql-toolbar.ql-snow .ql-stroke{stroke:var(--color-text)}.ql-toolbar.ql-snow .ql-stroke.ql-active{stroke:var(--color-accent)}.ql-toolbar.ql-snow .ql-fill{fill:var(--color-text)}.ql-toolbar.ql-snow .ql-fill.ql-active{fill:var(--color-accent)}.ql-picker{color:var(--color-text)}.add-content-form{display:flex;flex-direction:column;gap:0}.add-content-form .form-group{margin-bottom:1.25rem}@media(max-width:768px){.form-input,input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],input[type=file],textarea,select{font-size:16px;padding:.75rem;box-shadow:2px 2px #f0eef833}.form-input:focus,input:focus,textarea:focus,select:focus{box-shadow:2px 2px #a26df24d}.form-button{width:100%;padding:.85rem 1rem;box-shadow:2px 2px #f0eef833}.form-button:hover{box-shadow:2px 2px #a26df24d}.form-button:active{transform:translate(0);box-shadow:1px 1px #a26df24d}.form-actions{flex-direction:column;gap:.5rem}.quill-wrapper{box-shadow:2px 2px #f0eef833}.ql-editor{min-height:150px;font-size:16px}}.modern-button:focus{outline:none;border-color:var(--color-accent)}.modern-button.primary{background:#1db954;color:#fff;border:none;box-shadow:0 2px 8px #1db95440}.modern-button.primary:hover{background:#1ed760;box-shadow:0 4px 12px #1db95459}.modern-button.secondary{background:transparent;border:2px solid #FF0000;color:red}.modern-button.secondary:hover{background:red;color:#fff;box-shadow:0 2px 8px #ff000040}
