:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#2d3748;background:#fff;font-size:16px}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000001a}.header .container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.logo h1{color:#1a202c;text-decoration:none;font-size:1.75rem;font-weight:700;margin:0}.logo{text-decoration:none}nav{display:flex;gap:2rem}.nav-link{color:#4a5568;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .2s ease}.nav-link:hover{color:#2b6cb0;background:#edf2f7}.home-container{background:#fff;min-height:100vh}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);padding:6rem 2rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.hero-content{color:#fff}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.hero-subtitle{display:block;font-size:1.5rem;font-weight:400;opacity:.9;margin-top:.5rem}.hero-description{font-size:1.2rem;line-height:1.7;margin-bottom:2rem;opacity:.95}.hero-actions{display:flex;gap:1rem}.btn-primary{background:#fff;color:#667eea;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease;border:none;cursor:pointer}.btn-primary:hover{background:#f7fafc;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.btn-secondary{color:#fff;padding:.875rem 2rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease;background:transparent}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.hero-visual{display:flex;justify-content:center;align-items:center}.code-snippet{background:#1a202c;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%}.code-header{background:#2d3748;padding:.75rem 1.5rem;color:#a0aec0;font-size:.875rem;font-weight:500}.code-content{padding:1.5rem;color:#e2e8f0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto}.features{padding:6rem 2rem;background:#f7fafc}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.feature-card{background:#fff;padding:2.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;transition:transform .2s ease}.feature-card:hover{transform:translateY(-4px)}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.feature-card p{color:#4a5568;line-height:1.6}.latest-posts{padding:6rem 2rem;max-width:1200px;margin:0 auto}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#2d3748}.view-all{color:#667eea;text-decoration:none;font-weight:600;font-size:1.1rem;transition:color .2s ease}.view-all:hover{color:#5a67d8}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.home-post-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;transition:all .2s ease}.home-post-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.home-post-card .post-title-link{text-decoration:none;color:inherit}.home-post-card h3{font-size:1.25rem;font-weight:700;color:#2d3748;margin-bottom:.75rem;line-height:1.4}.home-post-card h3:hover{color:#667eea}.home-post-card .post-meta{display:flex;gap:1rem;font-size:.875rem;color:#718096;margin-bottom:1rem;flex-wrap:wrap}.home-post-card .post-description{color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.home-post-card .post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.home-post-card .tag{background:#edf2f7;color:#4a5568;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.no-posts{grid-column:1 / -1;text-align:center;padding:4rem 2rem;background:#f7fafc;border-radius:12px;border:2px dashed #cbd5e0}.no-posts p{color:#718096;font-size:1.125rem;margin-bottom:1.5rem}.post-detail-container{background:#fff;min-height:100vh}.post-layout{display:grid;grid-template-columns:300px 1fr 300px;min-height:calc(100vh - 160px)}.post-sidebar{background:#f7fafc;border-right:1px solid #e2e8f0;padding:2rem 1.5rem;overflow-y:auto;position:sticky;top:80px;height:calc(100vh - 80px)}.post-main{background:#fff;padding:3rem;max-width:none;min-height:calc(100vh - 160px)}.toc-and-about-container{background:#f7fafc;border-left:1px solid #e2e8f0;position:sticky;top:80px;height:calc(100vh - 80px);overflow-y:auto;display:flex;flex-direction:column;gap:2rem}.table-of-contents{padding:2rem 1.5rem 0}.toc-and-about-container .about-section{background:transparent;border:none;padding:0 1.5rem 2rem;position:static;height:auto;overflow:visible}.about-section{background:#f7fafc;border-left:1px solid #e2e8f0;padding:2rem 1.5rem;position:sticky;top:80px;height:calc(100vh - 80px);overflow-y:auto}.about-header{margin-bottom:1.5rem}.about-header h3{color:#2d3748;font-size:1rem;font-weight:700}.about-content{text-align:center}.author-avatar{margin-bottom:1.5rem}.author-avatar img{width:120px;height:120px;border-radius:50%;border:3px solid #e2e8f0}.author-name{color:#2d3748;font-size:1.125rem;font-weight:700;margin-bottom:1rem}.author-bio{color:#4a5568;font-size:.875rem;line-height:1.6;margin-bottom:1.5rem;text-align:left}.social-links{display:flex;justify-content:center;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #e2e8f0;border-radius:50%;color:#4a5568;transition:all .2s ease}.social-link:hover{background:#667eea;color:#fff;border-color:#667eea;transform:translateY(-2px)}.sidebar-section{margin-bottom:2.5rem}.sidebar-section:last-child{margin-bottom:0}.sidebar-section h3,.table-of-contents h3{color:#2d3748;font-size:1rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.category-list{list-style:none;padding:0;margin:0}.category-list li{margin-bottom:.5rem}.category-link{display:block;padding:.75rem 1rem;background:#fff;border:1px solid #e2e8f0;border-left:4px solid #cbd5e0;border-radius:6px;text-decoration:none;color:#4a5568;font-weight:500;transition:all .2s ease}.category-link:hover{background:#edf2f7;border-left-color:#667eea;color:#2d3748}.tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.tag-cloud-grouped{display:flex;flex-direction:column;gap:.75rem}.tag-category-group{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.tag-category-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f8f9fa;border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}.tag-category-header:hover{background:#edf2f7}.tag-category-header .toggle-icon{font-size:.75rem;color:#718096;transition:transform .2s ease}.tag-category-header .category-name{font-weight:600;color:#2d3748;flex:1}.tag-category-header .tag-count{font-size:.875rem;color:#718096}.tag-category-group .tag-cloud{padding:.75rem 1rem;background:#fff}.tag-cloud-item{padding:.375rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:20px;text-decoration:none;color:#4a5568;font-size:.875rem;font-weight:500;transition:all .2s ease}.tag-cloud-item:hover{background:#667eea;color:#fff;border-color:#667eea}.tag-cloud-item.tag-small{font-size:.75rem}.tag-cloud-item.tag-medium{font-size:.875rem;font-weight:600}.tag-cloud-item.tag-large{font-size:1rem;font-weight:700}.recent-posts-list,.archive-list{list-style:none;padding:0;margin:0}.recent-posts-list li,.archive-list li{margin-bottom:.75rem}.recent-post-link,.archive-link{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;text-decoration:none;color:#4a5568;transition:all .2s ease}.recent-post-link:hover,.archive-link:hover{background:#edf2f7;color:#2d3748}.recent-post-title{font-weight:500;line-height:1.4;flex:1}.recent-post-date,.archive-count{font-size:.75rem;color:#718096;margin-left:.75rem}.archive-date{font-weight:500}.toc-header{margin-bottom:1rem}.toc-content{display:flex;flex-direction:column;gap:.5rem}.toc-link{display:block;padding:.5rem .75rem;color:#4a5568;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease;line-height:1.4;border-radius:6px;border-left:3px solid transparent}.toc-link:hover{color:#667eea;background:#edf2f7;border-left-color:#667eea}.toc-level-1{font-weight:600;font-size:.9rem}.toc-level-2{padding-left:1.5rem;font-size:.85rem}.toc-level-3{padding-left:2.25rem;font-size:.8rem}.toc-level-4,.toc-level-5,.toc-level-6{padding-left:3rem;font-size:.75rem}.post-article{max-width:none}.post-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;color:#718096}.post-breadcrumb a{color:#667eea;text-decoration:none}.post-breadcrumb a:hover{text-decoration:underline}.post-breadcrumb span:not(:last-child){color:#cbd5e0}.post-header{margin-bottom:3rem}.post-title{font-size:2.5rem;font-weight:800;color:#2d3748;line-height:1.2;margin-bottom:1.5rem}.post-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem;align-items:center}.post-date{color:#718096;font-size:.875rem}.post-updated{color:#a0aec0;font-size:.875rem;font-style:italic}.post-category{background:#edf2f7;color:#4a5568;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.post-tag{color:#667eea;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease}.post-tag:hover{color:#5a67d8;text-decoration:underline}.post-content{font-size:1.125rem;line-height:1.8;color:#2d3748}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{color:#2d3748;margin:3rem 0 1.5rem;line-height:1.3;font-weight:700}.post-content h1{font-size:2.25rem}.post-content h2{font-size:1.875rem}.post-content h3{font-size:1.5rem}.post-content h4{font-size:1.25rem}.post-content p{margin-bottom:1.5rem}.post-content ul,.post-content ol{margin:1.5rem 0;padding-left:2rem}.post-content li{margin-bottom:.5rem}.post-content code{background:#edf2f7;color:#e53e3e;padding:.25rem .5rem;border-radius:4px;font-size:.9em;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.post-content pre{background:#2d3748;color:#e2e8f0;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0;line-height:1.6}.post-content pre code{background:none;color:inherit;padding:0;border-radius:0;font-size:.9rem}.post-content blockquote{border-left:4px solid #667eea;background:#f7fafc;padding:1.5rem;margin:2rem 0;font-style:italic}.post-content strong{font-weight:700;color:#2d3748}.post-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid #e2e8f0}.back-to-home{color:#667eea;text-decoration:none;font-weight:600;transition:color .2s ease}.back-to-home:hover{color:#5a67d8;text-decoration:underline}.navigation-section{padding:4rem 2rem;background:#f7fafc}.navigation-section h2{text-align:center;font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:3rem}.navigation-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.navigation-card{background:#fff;padding:2.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;transition:all .3s ease;text-decoration:none;display:block}.navigation-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f;border-color:#667eea}.navigation-icon{font-size:3rem;margin-bottom:1.5rem}.navigation-card h3{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.navigation-card p{color:#4a5568;line-height:1.6}.services-container{min-height:100vh;background:#fff;padding:2rem}.services-container .breadcrumb{max-width:1200px;margin:0 auto 2rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#718096}.services-container .breadcrumb a{color:#667eea;text-decoration:none}.services-container .breadcrumb a:hover{text-decoration:underline}.services-container .separator{color:#cbd5e0}.services-header{max-width:1200px;margin:0 auto 3rem;text-align:center}.services-header h1{font-size:3rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.services-header p{font-size:1.25rem;color:#4a5568}.services-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;transition:all .3s ease}.service-card:hover:not(.coming-soon){transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.service-card.coming-soon{opacity:.6;cursor:not-allowed}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.service-card p{color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.service-link{color:#667eea;text-decoration:none;font-weight:600;font-size:1.1rem;transition:color .2s ease}.service-link:hover{color:#5a67d8}.loading,.error{display:flex;justify-content:center;align-items:center;min-height:50vh;font-size:1.125rem}.loading{color:#718096}.error{color:#e53e3e;background:#fed7d7;border:1px solid #feb2b2;border-radius:8px;padding:2rem;margin:2rem;text-align:center}@media (max-width: 1024px){.post-layout{grid-template-columns:280px 1fr 280px}.post-sidebar,.table-of-contents{padding:1.5rem 1rem}.post-main{padding:2rem}}@media (max-width: 768px){.hero-section{grid-template-columns:1fr;gap:2rem;padding:4rem 2rem 3rem;text-align:center}.hero-title{font-size:2.5rem}.hero-actions{justify-content:center}.features-grid{grid-template-columns:1fr;gap:2rem}.posts-grid,.post-layout{grid-template-columns:1fr}.post-sidebar,.table-of-contents{position:static;height:auto;border:none;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.post-main{padding:2rem 1rem}.post-title{font-size:2rem}.post-meta{flex-wrap:wrap;gap:1rem}.header .container{padding:1rem}nav{gap:1rem}.nav-link{padding:.5rem;font-size:.875rem}}.login-page{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;background-color:#f7f7f7}.login-container{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;width:100%;max-width:400px}.login-container h1{text-align:center;margin-bottom:2rem;color:#333}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#555}.form-group input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#007bff}.error-message{background-color:#f8d7da;color:#721c24;padding:.75rem 1rem;border-radius:4px;border:1px solid #f5c6cb}.login-button{padding:.75rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.login-button:hover:not(:disabled){background-color:#0056b3}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-footer{margin-top:2rem;text-align:center}.back-to-blog{color:#007bff;text-decoration:none;font-size:.9rem}.back-to-blog:hover{text-decoration:underline}.admin-layout{display:flex;min-height:calc(100vh - 80px)}.admin-sidebar{width:250px;background:#fff;border-right:1px solid #e2e8f0;padding:2rem 1rem}.admin-sidebar h2{color:#1e293b;margin-bottom:1.5rem;font-size:1.3rem}.admin-nav{display:flex;flex-direction:column;gap:.5rem}.admin-nav-link{color:#64748b;text-decoration:none;padding:.75rem 1rem;border-radius:6px;font-weight:500;transition:all .2s}.admin-nav-link:hover{background:#f1f5f9;color:#2563eb}.admin-user-section{margin-top:auto;padding:1rem;border-top:1px solid #e2e8f0}.admin-user-info{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.admin-user-name{font-weight:600;color:#2d3748}.admin-user-role{font-size:.875rem;color:#718096;text-transform:capitalize}.admin-logout-button{width:100%;padding:.5rem 1rem;background-color:#e53e3e;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.admin-logout-button:hover{background-color:#c53030}.admin-content{flex:1;padding:2rem;background:#f8fafc}.admin-dashboard h1{color:#1e293b;margin-bottom:2rem;font-size:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0;text-align:center}.stat-card h3{color:#64748b;font-size:.9rem;font-weight:500;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.stat-number{font-size:2.5rem;font-weight:700;color:#2563eb}.admin-posts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-posts h1{color:#1e293b;font-size:2rem}.posts-table{background:#fff;border-radius:8px;border:1px solid #e2e8f0;overflow:hidden}.posts-table table{width:100%;border-collapse:collapse}.posts-table th,.posts-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.posts-table th{background:#f8fafc;color:#64748b;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.posts-table tbody tr:hover{background:#f8fafc}.post-title{font-weight:600;color:#1e293b;margin-bottom:.25rem;font-size:1.1rem}.post-slug{font-size:.875rem;color:#64748b;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.status-select{padding:.5rem;border:1px solid #d1d5db;border-radius:4px;background:#fff;font-size:.875rem}.action-buttons{display:flex;gap:.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:none;border-radius:6px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s;font-size:.875rem}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#f1f5f9;color:#64748b}.btn-secondary:hover{background:#e2e8f0;color:#475569}.btn-small{padding:.5rem .75rem;font-size:.75rem}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.post-editor h1{color:#1e293b;margin-bottom:2rem;font-size:2rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.content-editor{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.5;resize:vertical}.form-actions{display:flex;gap:1rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.tags-selection{display:flex;flex-wrap:wrap;gap:12px;padding:12px;border:2px solid #e2e8f0;border-radius:8px;background:#f8fafc;max-height:200px;overflow-y:auto}.tag-checkbox{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;color:#475569}.tag-checkbox:hover{background:#f1f5f9;border-color:#94a3b8}.tag-checkbox input[type=checkbox]{margin:0;accent-color:#667eea}.tag-checkbox input[type=checkbox]:checked+span,.tag-checkbox:has(input[type=checkbox]:checked){background:#667eea;color:#fff;border-color:#667eea}.tag-filter-info{font-size:.85rem;color:#64748b;margin-top:8px;font-style:italic}.metadata-editor{padding:2rem}.metadata-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.metadata-grid.with-category-section{grid-template-columns:1fr 1fr 1fr}.categories-section,.tags-section,.category-tags-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.metadata-form{background:#f8fafc;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border:1px solid #e2e8f0}.metadata-form h3{margin:0 0 1rem;color:#1e293b;font-size:1.1rem}.category-item,.tag-item,.category-tag-item,.available-tag-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:8px}.category-info,.tag-info{display:flex;align-items:center;gap:8px}.category-color{width:16px;height:16px;border-radius:50%;border:1px solid #cbd5e1}.category-name,.tag-name{font-weight:500;color:#1e293b}.category-slug,.tag-description{color:#64748b;font-size:.9rem}.category-actions,.tag-actions{display:flex;gap:6px}.categories-list h3,.tags-list h3,.category-tags-list h4,.available-tags-list h4{margin:0 0 1rem;color:#1e293b;font-size:1rem}.category-tags-section{grid-column:span 2;margin-top:2rem}.category-tags-list,.available-tags-list{margin-bottom:2rem}.category-tag-item,.available-tag-item{background:#f1f5f9}@media (max-width: 768px){.admin-layout{flex-direction:column}.admin-sidebar{width:100%;border-right:none;border-bottom:1px solid #e2e8f0;padding:1rem}.admin-nav{flex-direction:row;overflow-x:auto;gap:.25rem}.admin-nav-link{white-space:nowrap;padding:.5rem 1rem}.admin-content{padding:1rem}.admin-posts-header{flex-direction:column;gap:1rem;align-items:stretch}.stats-grid,.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.posts-table{overflow-x:auto}.posts-table table{min-width:600px}.metadata-grid{grid-template-columns:1fr}.category-tags-section{grid-column:span 1}}.post-list-container{max-width:1200px;margin:0 auto;padding:2rem}.post-list-layout{display:grid;grid-template-columns:280px 1fr;gap:3rem;margin-top:2rem}.post-list-sidebar{position:sticky;top:100px;height:fit-content}.post-list-sidebar .sidebar-section{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.post-list-sidebar .sidebar-section h3{font-size:1.1rem;margin-bottom:1rem;color:#2d3748}.post-list-sidebar .category-list{list-style:none}.post-list-sidebar .category-list li{margin-bottom:.5rem}.post-list-sidebar .category-list a{display:flex;align-items:center;gap:.5rem;color:#4a5568;text-decoration:none;padding:.5rem;border-radius:4px;transition:all .2s ease}.post-list-sidebar .category-list a:hover,.post-list-sidebar .category-list a.active{background:#e2e8f0;color:#2d3748}.post-list-sidebar .category-indicator{width:12px;height:12px;border-radius:2px}.post-list-sidebar .tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.post-list-sidebar .tag-cloud .tag{background:#e2e8f0;color:#4a5568;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;text-decoration:none;transition:all .2s ease}.post-list-sidebar .tag-cloud .tag:hover,.post-list-sidebar .tag-cloud .tag.active{background:#cbd5e0;color:#2d3748}.post-list-sidebar .archive-list{list-style:none}.post-list-sidebar .archive-list li{margin-bottom:.5rem}.post-list-sidebar .archive-list a{color:#4a5568;text-decoration:none;display:block;padding:.5rem;border-radius:4px;transition:all .2s ease}.post-list-sidebar .archive-list a:hover,.post-list-sidebar .archive-list a.active{background:#e2e8f0;color:#2d3748}.post-list-main{min-height:60vh}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{font-size:2.5rem;font-weight:700;color:#1a202c}.clear-filter{color:#2b6cb0;text-decoration:none;font-weight:500;padding:.5rem 1rem;border:1px solid #2b6cb0;border-radius:4px;transition:all .2s ease}.clear-filter:hover{background:#2b6cb0;color:#fff}.posts-list{display:grid;gap:2rem}.post-list-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2rem;transition:all .2s ease}.post-list-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.post-list-card .post-header{margin-bottom:1rem}.post-list-card .post-title-link{text-decoration:none}.post-list-card .post-title-link h3{color:#1a202c;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;transition:color .2s ease}.post-list-card .post-title-link:hover h3{color:#2b6cb0}.post-list-card .post-meta{display:flex;gap:1rem;font-size:.875rem;color:#718096}.post-list-card .post-meta .category{background:#edf2f7;padding:.25rem .75rem;border-radius:1rem;font-weight:500}.post-list-card .post-description{color:#4a5568;margin-bottom:1rem;line-height:1.6}.post-list-card .post-tags{display:flex;gap:.5rem;flex-wrap:wrap}.post-list-card .post-tags .tag{background:#f7fafc;color:#718096;padding:.25rem .75rem;border-radius:1rem;font-size:.8rem;border:1px solid #e2e8f0}@media (max-width: 1024px){.post-list-layout{grid-template-columns:1fr}.post-list-sidebar{position:static;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}}@media (max-width: 640px){.post-list-container{padding:1rem}.page-header{flex-direction:column;gap:1rem;align-items:flex-start}.page-header h1{font-size:2rem}.post-list-sidebar{grid-template-columns:1fr}.post-list-card{padding:1.5rem}.post-list-card .post-title-link h3{font-size:1.25rem}}.site-footer{background:#1a202c;color:#e2e8f0;padding:2rem 0;margin-top:auto;min-height:80px}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.site-footer p{margin:0;font-size:.875rem;color:#a0aec0}
