@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Fira+Code:wght@400;500&display=swap";.theme-toggle{background:var(--wtihub-bg-tertiary);border:var(--wtihub-border-subtle);border-radius:var(--wtihub-radius-md);cursor:pointer;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .3s;display:flex}.theme-toggle:hover{background:var(--wtihub-accent-muted);border-color:var(--wtihub-accent-primary);transform:rotate(20deg)scale(1.1)}.theme-icon{font-size:24px;line-height:1;display:block}.navbar{z-index:1000;border-bottom:var(--wtihub-border-subtle);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0}.navbar-content{padding:var(--wtihub-space-lg) 0;justify-content:space-between;align-items:center;display:flex}.navbar-logo{font-size:var(--wtihub-text-2xl);color:var(--wtihub-text-primary);font-weight:800;text-decoration:none;transition:color .3s}.navbar-logo:hover,.logo-accent{color:var(--wtihub-accent-primary)}.navbar-links{align-items:center;gap:var(--wtihub-space-xl);display:flex}.nav-link{color:var(--wtihub-text-secondar);font-weight:500;transition:color .3s;position:relative}.nav-link:after{content:"";background:var(--wtihub-accent-primary);width:0;height:5px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.nav-overlay{-webkit-backdrop-filter:blur(8px);z-index:999;background:#0000004d;width:100vw;height:100vh;animation:.3s fadeIn;position:fixed;top:0;left:0}.mobile-toggle{color:var(--wtihub-text-primary);cursor:pointer;z-index:1001;background:0 0;border:none;font-size:1.5rem;display:none}@media (width<=768px){.mobile-toggle{display:block}.navbar-links{width:90%;padding:var(--wtihub-space-xl);background:var(--wtihub-bg-elevated);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--wtihub-border-subtle);gap:var(--wtihub-space-lg);text-align:center;border-radius:20px;flex-direction:column;margin:0 auto;transition:all .3s;display:none;position:absolute;top:80px;left:5%;right:5%;box-shadow:0 10px 25px #00000026;margin-top:120px!important}.navbar-links.active{z-index:1002;animation:.3s forwards slideIn;display:flex}.nav-link{font-size:var(--wtihub-text-lg);padding:var(--wtihub-space-sm) 0}.nav-link:after{display:none}.login-btn,.logout-btn{width:100%;padding:var(--wtihub-space-md);margin-left:0!important}.mobile-toggle{z-index:1003}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.footer{border-top:var(--wtihub-border-subtle);margin-top:var(--wtihub-space-3xl);padding:var(--wtihub-space-3xl) 0 var(--wtihub-space-xl)}.footer-section{gap:var(--wtihub-space-2xl);margin-bottom:var(--wtihub-space-2xl);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.footer-section h3,.footer-section h4{margin-bottom:var(--wtihub-space-md)}.footer-links{list-style:none}.footer-links li{margin-bottom:var(--wtihub-space-sm)}.footer-links a{color:var(--wtihub-text-secondary);transition:color .3s}.footer-links a:hover{color:var(--wtihub-text-accent)}.footer-bottom{padding-top:var(--wtihub-space-xl);border-top:var(--wtihub-border-subtle);text-align:center}.logo-accent{color:var(--wtihub-accent-primary)}.category-badge{align-items:center;gap:var(--wtihub-space-xs);border-radius:var(--wtihub-radius-sm);font-size:var(--wtihub-text-xs);text-transform:uppercase;letter-spacing:.5px;border:1px solid;padding:4px 12px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.category-badge:hover{box-shadow:var(--wtihub-shadow-sm);transform:translateY(-2px)}.category-icon{font-size:var(--wtihub-text-sm)}.featured-post{cursor:pointer;padding:0;overflow:hidden}.featured-post-content{gap:var(--wtihub-space-2xl);padding:var(--wtihub-space-2xl);grid-template-columns:1fr 1fr;display:grid}.featured-post-image{border-radius:var(--wtihub-radius-md);width:100%;height:400px;overflow:hidden}.featured-post-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.featured-post:hover .featured-post-image img{transform:scale(1.05)}.featured-post-info{flex-direction:column;justify-content:center;display:flex}.featured-post-title{line-height:1.3;transition:color .3s}.featured-post:hover .featured-post-title{color:var(--wtihub-text-accent)}.featured-post-excerpt{line-height:1.7}.post-author{align-items:center;gap:var(--wtihub-space-md);display:flex}.author-avatar{object-fit:cover;border:2px solid var(--wtihub-accent-muted);border-radius:50%;width:48px;height:48px}.author-name{font-weight:600}@media (width<=968px){.featured-post-content{grid-template-columns:1fr}.featured-post-image{height:300px}}.blog-card{flex-direction:column;height:100%;padding:0;display:flex;overflow:hidden}.blog-card-image{width:100%;height:200px;overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card:hover .blog-card-image img{transform:scale(1.1)}.blog-card-content{padding:var(--wtihub-space-lg);flex-direction:column;flex:1;display:flex}.blog-card-title{--webkit-line-clamp:2;--webkit-box-orient:vertical;line-height:1.4;transition:color .3s;display:-webkit-box;overflow:hidden}.blog-card:hover .blog-card-title{color:var(--wtihub-text-accent)}.blog-card-excerpt{--webkit-line-clamp:3;--webkit-box-orient:vertical;flex:1;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-card-footer{padding-top:var(--wtihub-space-md);border-top:var(--wtihub-border-subtle);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.post-author-mini{align-items:center;gap:var(--wtihub-space-xs);display:flex}.author-avatar-small{object-fit:cover;border-radius:50%;width:24px;height:24px}.post-meta{align-items:center;gap:var(--wtihub-space-xs);flex-wrap:wrap;display:flex}.loader-container{min-height:400px;padding:var(--wtihub-space-3xl);justify-content:center;align-items:center;display:flex}.loader{text-align:center}.loader-spinner{border:4px solid var(--wtihub-bg-tertiary);border-top-color:var(--wtihub-accent-primary);width:50px;height:50px;margin:0 auto var(--wtihub-space-md);border-radius:50%;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loader-text{font-size:var(--wtihub-text-lg)}.home-page{min-height:100vh}.hero-section{background:linear-gradient(135deg, var(--wtihub-bg-secondary) 0%, var(--wtihub-bg-secondary) 100%);border-bottom:var(--wtihub-border-subtle)}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-title{margin-bottom:var(--wtihub-space-lg);line-height:1.2}.hero-subtitle{line-height:1.6}.hero-actions{gap:var(--wtihub-space-lg);flex-wrap:wrap;justify-content:center;display:flex}.cta-content{text-align:center;max-width:600px;margin:0 auto}@media (width<=768px){.hero-title{font-size:var(--wtihub-text-3xl)}.hero-subtitle{font-size:var(--wtihub-text-lg)}.posts-grid{grid-template-columns:1fr}.section-header{align-items:flex-start;gap:var(--wtihub-space-md);flex-direction:column}}.blog-page{min-height:100vh}.blog-header{text-align:center;max-width:700px;margin:0 auto}.blog-filters{gap:var(--wtihub-space-lg);flex-direction:column;display:flex}.search-form{gap:var(--wtihub-space-md);width:100%;max-width:600px;margin:0 auto;display:flex}.search-input{padding:var(--wtihub-space-md);background:var(--wtihub-bg-secondary);border:var(--wtihub-border-subtle);border-radius:var(--wtihub-radius-md);color:var(--wtihub-text-primary);font-family:var(--wtihub-font-body);font-size:var(--wtihub-text-md);flex:1;transition:border-color .3s}.search-input::placeholder{color:var(--wtihub-text-muted)}.category-filter{gap:var(--wtihub-space-md);flex-wrap:wrap;justify-content:center;display:flex}.filter-btn{padding:var(--wtihub-space-sm) var(--wtihub-space-lg);border:2px solid var(--wtihub-bg-tertiary);border-radius:var(--wtihub-radius-md);color:var(--wtihub-text-secondary);cursor:pointer;font-weight:600;font-family:var(--wtihub-font-heading);background:0 0;transition:all .3s}.filter-btn:hover{border-color:var(--wtihub-accent-primary);color:var(--wtihub-text-accent)}.filter-btn.active{background:var(--wtihub-accent-muted);border-color:var(--wtihub-accent-primary);color:var(--wtihub-accent-primary)}.posts-grid{gap:var(--wtihub-space-xl);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.pagination{justify-content:center;align-items:center;gap:var(--wtihub-space-md);display:flex}.pagination-btn{padding:var(--wtihub-space-sm) var(--wtihub-space-lg);background:var(--wtihub-bg-secondary);border:var(--wtihub-border-subtle);border-radius:var(--wtihub-radius-md);color:var(--wtihub-text-primary);cursor:pointer;font-weight:600;transition:all .3s}.pagination-btn:hover:not(:disabled){background:var(--wtihub-accent-muted);border-color:var(--wtihub-accent-primary)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-numbers{gap:var(--wtihub-space-sm);display:flex}.pagination-number{background:var(--wtihub-bg-secondary);border:var(--wtihub-border-subtle);border-radius:var(--wtihub-radius-sm);width:40px;height:40px;color:var(--wtihub-text-primary);cursor:pointer;justify-content:center;align-items:center;font-weight:600;transition:all .3s;display:flex}.pagination-number:hover{background:var(--wtihub-accent-muted);border-color:var(--wtihub-accent-primary)}.pagination-number.active{background:var(--wtihub-accent-primary);border-color:var(--wtihub-accent-primary);color:#000}.no-posts{text-align:center;padding:var(--wtihub-space-3xl) 0}@media (width<=768px){.search-form{flex-direction:column}.posts-grid{grid-template-columns:1fr}.pagination-numbers{max-width:200px;overflow-x:auto}}.single-post-page{min-height:100vh}.post-header{text-align:center}.post-meta{justify-content:center;align-items:center;gap:var(--wtihub-space-sm);flex-wrap:wrap;display:flex}.meta-separator{color:var(--wtihub-text-muted)}.post-title{max-width:900px;margin-left:auto;margin-right:auto;line-height:1.2}.post-excerpt{max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.post-author-info{align-items:center;gap:var(--wtihub-space-md);padding:var(--wtihub-space-xl);background:var(--wtihub-bg-secondary);border-radius:var(--wtihub-radius-md);border:var(--wtihub-border-subtle);justify-content:center;display:flex}.author-avatar-large{object-fit:cover;border:3px solid var(--wtihub-accent-muted);border-radius:50%;width:64px;height:64px}.author-details{text-align:left}.author-name{margin-bottom:var(--wtihub-space-xs);font-weight:600}.post-featured-image{width:100%}.featured-image{object-fit:cover;border-radius:var(--wtihub-radius-lg);width:100%;max-height:600px}.post-content{font-size:18px;line-height:1.8}.post-body{color:var(--wtihub-text-primary)}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{font-family:var(--wtihub-font-heading);margin-top:var(--wtihub-space-2xl);margin-bottom:var(--wtihub-space-lg);color:var(--wtihub-text-primary);font-weight:700;line-height:1.3}.post-body h2{font-size:var(--wtihub-text-3xl)}.post-body h3{font-size:var(--wtihub-text-2xl)}.post-body p{margin-bottom:var(--wtihub-space-lg);line-height:1.8}.post-body a{color:var(--wtihub-text-accent);text-decoration:underline}.post-body img{border-radius:var(--wtihub-radius-md);max-width:100%;height:auto;margin:var(--wtihub-space-xl) 0}.post-body ul,.post-body ol{margin-bottom:var(--wtihub-space-lg);padding-left:var(--wtihub-space-xl)}.post-body li{margin-bottom:var(--wtihub-space-sm);line-height:1.8}.post-body blockquote{border-left:4px solid var(--wtihub-accent-primary);padding-left:var(--wtihub-space-lg);margin:var(--wtihub-space-xl) 0;color:var(--wtihub-text-secondary);font-style:italic}.post-tags{padding-top:var(--wtihub-space-2xl);border-top:var(--wtihub-border-subtle)}.tags-list{gap:var(--wtihub-space-sm);flex-wrap:wrap;display:flex}.tag-badge{padding:var(--wtihub-space-xs) var(--wtihub-space-md);background:var(--wtihub-bg-tertiary);border:var(--wtihub-border-subtle);border-radius:var(--wtihub-radius-sm);color:var(--wtihub-text-secondary);font-size:var(--wtihub-text-sm);transition:all .3s}.tag-badge:hover{background:var(--wtihub-accent-muted);color:var(--wtihub-text-accent)}.related-posts-grid{gap:var(--wtihub-space-xl);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.related-post-card{padding:0;text-decoration:none;overflow:hidden}.related-post-image{object-fit:cover;width:100%;height:180px;transition:transform .5s}.related-post-card:hover .related-post-image{transform:scale(1.1)}.related-post-info{padding:var(--wtihub-space-lg)}@media (width<=768px){.post-title{font-size:var(--wtihub-text-3xl)}.post-excerpt{font-size:var(--wtihub-text-lg)}.post-content{font-size:16px}.post-author-info{text-align:center;flex-direction:column}.author-details{text-align:center}.related-posts-grid{grid-template-columns:1fr}}.share-buttons{padding:var(--wtihub-space-xl);background:var(--wtihub-bg-secondary);border-radius:var(--wtihub-radius-md);border:var(--wtihub-border-subtle)}.share-label{margin-bottom:var(--wtihub-space-md);font-weight:600}.share-buttons-list{gap:var(--wtihub-space-md);flex-wrap:wrap;display:flex}.share-btn{border-radius:var(--wtihub-radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .3s;display:flex}.share-btn svg{width:20px;height:20px}.share-btn:hover{box-shadow:var(--wtihub-shadow-md);transform:translateY(-3px)}.share-twitter{color:#fff;background:#1da1f2}.share-facebook{color:#fff;background:#1877f2}.share-linkedin{color:#fff;background:#0a66c2}.share-whatsapp{color:#fff;background:#25d366}.share-copy{background:var(--wtihub-bg-tertiary);color:var(--wtihub-text-secondary);border:var(--wtihub-border-subtle)}.share-copy:hover{background:var(--wtihub-accent-muted);color:var(--wtihub-accent-primary);border-color:var(--wtihub-accent-primary)}.comment-section{margin-top:var(--wtihub-space-3xl)}.comment-form-container{padding:var(--wtihub-space-xl)}.comment-form .form-row{gap:var(--wtihub-space-md);margin-bottom:var(--wtihub-space-md);grid-template-columns:1fr 1fr;display:grid}.comment-form .form-group{margin-bottom:var(--wtihub-space-md)}.comment-form .form-input{width:100%;padding:var(--wtihub-space-md);background:var(--wtihub-bg-tertiary);border:var(--wtihub-border-subtle);border-radius:var(--wtihub-radius-md);color:var(--wtihub-text-primary);font-family:var(--wtihub-font-body);font-size:var(--wtihub-text-md);resize:vertical;transition:border-color .3s}.comment-form .form-input:focus{border-color:var(--wtihub-accent-primary);outline:none}.replying-to{padding:var(--wtihub-space-sm) var(--wtihub-space-md);background:var(--wtihub-bg-tertiary);border-radius:var(--wtihub-radius-sm);border-left:3px solid var(--wtihub-accent-primary);justify-content:space-between;align-items:center;display:flex}.cancel-reply{color:var(--wtihub-text-accent);cursor:pointer;font-weight:600;font-size:var(--wtihub-text-sm);background:0 0;border:none}.cancel-reply:hover{text-decoration:underline}.comments-list{gap:var(--wtihub-space-lg);flex-direction:column;display:flex}.comment{padding:var(--wtihub-space-xl)}.comment.reply{padding:var(--wtihub-space-md);margin-left:var(--wtihub-space-2xl);background:var(--wtihub-bg-tertiary)}.comment-header{margin-bottom:var(--wtihub-space-md);justify-content:space-between;align-items:flex-start;display:flex}.comment-author{gap:var(--wtihub-space-md);align-items:center;display:flex}.author-avatar{background:var(--wtihub-accent-muted);width:48px;height:48px;color:var(--wtihub-accent-primary);font-weight:700;font-size:var(--wtihub-text-lg);border-radius:50%;justify-content:center;align-items:center;display:flex}.author-avatar-small{width:36px;height:36px;font-size:var(--wtihub-text-md)}.reply-btn{cursor:pointer;font-weight:600;font-size:var(--wtihub-text-sm);background:0 0;border:none;transition:color .3s}.reply-btn:hover{text-decoration:underline}.comment-content{white-space:pre-wrap;word-wrap:break-word;line-height:1.7}.comment-replies{margin-top:var(--wtihub-space-lg);gap:var(--wtihub-space-md);flex-direction:column;display:flex}@media (width<=768px){.comment-form .form-row{grid-template-columns:1fr}.comment.reply{margin-left:var(--wtihub-space-lg)}}.contact-page{min-height:100vh}.contact-header{text-align:center;max-width:700px;margin:0 auto}.contact-content{gap:var(--wtihub-space-2xl);grid-template-columns:2fr 1fr;max-width:1200px;margin:0 auto;display:grid}.contact-form{padding:var(--wtihub-space-2xl)}.form-input{width:100%;padding:var(--wtihub-space-md);background:var(--wtihub-bg-tertiary);border:var(--wtihub-border-subtle);border-radius:var(--wtihub-radius-md);color:var(--wtihub-text-primary);font-family:var(--wtihub-font-body);font-size:var(--wtihub-text-md);resize:vertical;transition:all .3s}.form-input:focus{border-color:var(--wtihub-accent-primary);background:var(--wtihub-bg-secondary);outline:none}.contact-info-section{flex-direction:column;display:flex}.contact-info-card{text-align:center;padding:var(--wtihub-space-xl)}.info-icon{margin-bottom:var(--wtihub-space-md);font-size:48px}@media (width<=968px){.contact-content{grid-template-columns:1fr}.contact-info-section{gap:var(--wtihub-space-lg);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}}.login-page{min-height:100vh;padding:var(--wtihub-space-xl);background:linear-gradient(135deg, var(--wtihub-bg-primary) 0%, var(--wtihub-bg-secondary) 100%);justify-content:center;align-items:center;display:flex}.login-container{width:100%;max-width:450px}.login-card{padding:var(--wtihub-space-3xl)}.login-header{text-align:center}.login-form .form-group{margin-bottom:var(--wtihub-space-lg)}.dashboard-page{min-height:100vh}.dashboard-header{justify-content:space-between;align-items:center;gap:var(--wtihub-space-lg);flex-wrap:wrap;display:flex}.stats-grid{gap:var(--wtihub-space-xl);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.stat-card{align-items:center;gap:var(--wtihub-space-lg);padding:var(--wtihub-space-xl);transition:transform .3s;display:flex}.stat-card:hover{transform:translateY(-4px)}.stat-icon{font-size:48px}.stat-info{flex:1}.stat-label{font-size:var(--wtihub-text-sm);margin-bottom:var(--wtihub-space-xs)}.stat-value{align-items:center;gap:var(--wtihub-space-sm);display:flex}.unread-badge{background:var(--wtihub-accent-primary);color:#000;width:24px;height:24px;font-size:var(--wtihub-text-xs);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.actions-grid{gap:var(--wtihub-space-lg);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.action-card{align-items:center;gap:var(--wtihub-space-md);padding:var(--wtihub-space-xl);text-align:center;cursor:pointer;flex-direction:column;text-decoration:none;display:flex}.action-icon{font-size:36px}.action-text{color:var(--wtihub-text-primary);font-weight:600;font-size:var(--wtihub-text-lg)}.posts-table{padding:0;overflow-x:auto}.posts-table table{border-collapse:collapse;width:100%}.posts-table th{text-align:left;padding:var(--wtihub-space-lg);color:var(--wtihub-text-muted);font-weight:600;font-size:var(--wtihub-text-sm);text-transform:uppercase;letter-spacing:.5px;border-bottom:var(--wtihub-border-subtle)}.post-title-cell{max-width:400px}.post-title-cell p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.status-published{color:var(--wtihub-accent-primary);background:#00c89633}.status-draft{color:var(--wtihub-text-secondary);background:#9ca3af33}.edit-link{font-weight:600;text-decoration:none}.edit-link:hover{text-decoration:underline}.section-header{justify-content:space-between;align-items:center;display:flex}.view-all-link{font-weight:600;transition:transform .3s}.view-all-link:hover{transform:translate(4px)}.action-card{position:relative}.action-badge{background:var(--wtihub-accent-primary);color:#000;min-width:24px;height:24px;font-size:var(--wtihub-text-xs);border-radius:12px;justify-content:center;align-items:center;padding:0 8px;font-weight:700;animation:2s infinite pulse;display:flex;position:absolute;top:8px;right:8px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@media (width<=768px){.dashboard-header{flex-direction:column;align-items:flex-start}.posts-table{font-size:var(--wtihub-text-sm)}.posts-table th,.posts-table td{padding:var(--wtihub-space-sm)}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.action-badge{min-width:20px;height:20px;font-size:10px;top:4px;right:4px}.stat-label{margin-bottom:var(--wtihub-space-xs);font-size:7px}}.post-list-page{min-height:100vh}.page-header,.posts-filters{justify-content:space-between;align-items:center;gap:var(--wtihub-space-lg);flex-wrap:wrap;display:flex}.filter-tab{padding:var(--wtihub-space-sm) var(--wtihub-space-lg);border-radius:var(--wtihub-radius-sm);color:var(--wtihub-text-secondary);cursor:pointer;background:0 0;border:none;font-weight:600;transition:all .3s}.search-box{flex:1;max-width:400px}.search-input{width:100%;padding:var(--wtihub-space-md);background:var(--wtihub-bg-secondary);border:var(--wtihub-border-subtle);border-radius:var(--wtihub-radius-md);color:var(--wtihub-text-primary);font-family:var(--wtihub-font-body)}.search-input:focus{border-color:var(--wtihub-accent-primary);outline:none}.posts-table-container{padding:0;overflow-x:auto}.posts-table{border-collapse:collapse;width:100%}.posts-table th{text-align:left;padding:var(--wtihub-space-lg);color:var(--wtihub-text-muted);font-weight:600;font-size:var(--wtihub-text-sm);text-transform:uppercase;border-bottom:var(--wtihub-border-subtle)}.posts-table td{padding:var(--wtihub-space-lg);border-bottom:var(--wtihub-border-subtle)}.posts-table tbody tr:hover{background:var(--wtihub-bg-tertiary)}.post-title-cell{gap:var(--wtihub-space-xs);flex-direction:column;display:flex}.post-title-link{color:var(--wtihub-text-primary);font-weight:600;text-decoration:none;transition:color .3s}.post-title-link:hover{color:var(--wtihub-accent-primary)}.featured-badge{font-size:var(--wtihub-text-xs);color:gold;font-weight:600;display:inline-block}.category-badge-mini{border-radius:var(--wtihub-radius-sm);font-size:var(--wtihub-text-xs);padding:4px 10px;font-weight:600;display:inline-block}.action-buttons{gap:var(--wtihub-space-sm);display:flex}.action-btn{padding:var(--wtihub-space-xs) var(--wtihub-space-md);border-radius:var(--wtihub-radius-sm);font-size:var(--wtihub-text-sm);cursor:pointer;border:none;font-weight:600;text-decoration:none;transition:all .3s}.edit-btn{background:var(--wtihub-accent-muted);color:var(--wtihub-accent-primary)}.edit-btn:hover{background:var(--wtihub-accent-primary);color:#000}.delete-btn{color:#ef4444;background:#ef44441a}.delete-btn:hover{color:#fff;background:#ef4444}.no-posts{padding:var(--wtihub-space-3xl);text-align:center}@media (width<=768px){.page-header{flex-direction:column;align-items:flex-start}.posts-filters{flex-direction:column;align-items:stretch}.search-box{max-width:100%}.posts-table{font-size:var(--wtihub-text-sm)}}.ql-container{box-sizing:border-box;height:100%;margin:0;font-family:Helvetica,Arial,sans-serif;font-size:13px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{height:1px;position:absolute;top:50%;left:-100000px;overflow-y:hidden}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;outline:none;height:100%;padding:12px 15px;line-height:1.42;overflow-y:auto}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{padding-left:1.5em;list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{text-align:right;white-space:nowrap;width:1.2em;margin-left:-1.5em;margin-right:.3em;display:inline-block}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0, decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9, decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{text-align:left;margin-left:.3em;margin-right:-1.5em}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{max-width:100%;display:block}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{text-align:inherit;direction:rtl}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);pointer-events:none;font-style:italic;position:absolute;left:15px;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{cursor:pointer;float:left;background:0 0;border:none;width:28px;height:24px;padding:3px 5px;display:inline-block}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{vertical-align:middle;display:inline-block}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2px}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1px}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-top:5px;margin-bottom:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-top:5px;margin-bottom:5px;padding:5px 10px}.ql-snow .ql-editor code{padding:2px 4px;font-size:85%}.ql-snow .ql-editor .ql-code-block-container{color:#f8f8f2;background-color:#23241f;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;float:left;vertical-align:middle;height:24px;font-size:14px;font-weight:500;display:inline-block;position:relative}.ql-snow .ql-picker-label{cursor:pointer;width:100%;height:100%;padding-left:8px;padding-right:2px;display:inline-block;position:relative}.ql-snow .ql-picker-label:before{line-height:22px;display:inline-block}.ql-snow .ql-picker-options{white-space:nowrap;background-color:#fff;min-width:100%;padding:4px 8px;display:none;position:absolute}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;padding-top:5px;padding-bottom:5px;display:block}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{z-index:1;margin-top:-1px;display:block;top:100%}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{width:24px;height:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{width:152px;padding:3px 5px}.ql-snow .ql-color-picker .ql-picker-item{float:left;border:1px solid #0000;width:16px;height:16px;margin:2px;padding:0}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{width:18px;margin-top:-9px;position:absolute;top:50%;right:0}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{top:5px;right:5px}.ql-toolbar.ql-snow{box-sizing:border-box;border:1px solid #ccc;padding:8px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{color:#444;white-space:nowrap;background-color:#fff;border:1px solid #ccc;padding:5px 12px;box-shadow:0 0 5px #ddd}.ql-snow .ql-tooltip:before{content:"Visit URL:";margin-right:8px;line-height:26px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;width:170px;height:26px;margin:0;padding:3px 5px;font-size:13px;display:none}.ql-snow .ql-tooltip a.ql-preview{text-overflow:ellipsis;vertical-align:top;max-width:200px;display:inline-block;overflow-x:hidden}.ql-snow .ql-tooltip a.ql-action:after{content:"Edit";border-right:1px solid #ccc;margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{content:"Save";border-right:0;padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.rich-text-editor{background:var(--wtihub-bg-secondary);border-radius:var(--wtihub-radius-md);border:var(--wtihub-border-subtle);overflow:hidden}.quill-editor{background:var(--wtihub-bg-secondary)}.ql-toolbar{background:var(--wtihub-bg-tertiary)!important;border:none!important;border-bottom:var(--wtihub-border-subtle)!important;padding:var(--wtihub-space-md)!important}.ql-toolbar .ql-stroke{stroke:var(--wtihub-text-secondary)!important}.ql-toolbar .ql-fill{fill:var(--wtihub-text-secondary)!important}.ql-toolbar .ql-picker-label{color:var(--wtihub-text-secondary)!important}.ql-toolbar button:hover,.ql-toolbar button:focus{color:var(--wtihub-accent-primary)!important}.ql-toolbar button:hover .ql-stroke,.ql-toolbar button:focus .ql-stroke{stroke:var(--wtihub-accent-primary)!important}.ql-toolbar button:hover .ql-fill,.ql-toolbar button:focus .ql-fill{fill:var(--wtihub-accent-primary)!important}.ql-toolbar button.ql-active,.ql-toolbar .ql-picker-label.ql-active{color:var(--wtihub-accent-primary)!important}.ql-toolbar button.ql-active .ql-stroke,.ql-toolbar .ql-picker-label.ql-active .ql-stroke{stroke:var(--wtihub-accent-primary)!important}.ql-toolbar button.ql-active .ql-fill,.ql-toolbar .ql-picker-label.ql-active .ql-fill{fill:var(--wtihub-accent-primary)!important}.ql-container{min-height:400px;font-family:var(--wtihub-font-body)!important;font-size:var(--wtihub-text-md)!important;color:var(--wtihub-text-primary)!important;border:none!important}.ql-editor{min-height:400px;padding:var(--wtihub-space-xl)!important;color:var(--wtihub-text-primary)!important}.ql-editor.ql-blank:before{color:var(--wtihub-text-muted)!important;font-style:normal!important}.ql-picker-options{background:var(--wtihub-bg-tertiary)!important;border:var(--wtihub-border-subtle)!important;border-radius:var(--wtihub-radius-sm)!important;padding:var(--wtihub-space-sm)!important}.ql-picker-item{color:var(--wtihub-text-secondary)!important}.ql-picker-item:hover{color:var(--wtihub-accent-primary)!important}.ql-snow .ql-picker{color:var(--wtihub-text-secondary)!important}.ql-snow .ql-picker-options{background:var(--wtihub-bg-tertiary)!important}.ql-snow .ql-tooltip{background:var(--wtihub-bg-tertiary)!important;border:var(--wtihub-border-subtle)!important;color:var(--wtihub-text-primary)!important;box-shadow:var(--wtihub-shadow-md)!important}.ql-snow .ql-tooltip input{background:var(--wtihub-bg-secondary)!important;border:var(--wtihub-border-subtle)!important;color:var(--wtihub-text-primary)!important;padding:var(--wtihub-space-sm)!important;border-radius:var(--wtihub-radius-sm)!important}.create-edit-post-page{min-height:100vh}.post-form{max-width:100%}.form-layout{gap:var(--wtihub-space-2xl);grid-template-columns:1fr 350px;align-items:start;display:grid}.main-column{gap:var(--wtihub-space-xl);flex-direction:column;display:flex}.sidebar-column{gap:var(--wtihub-space-xl);flex-direction:column;display:flex;position:sticky;top:100px}.form-section{padding:var(--wtihub-space-xl)}.form-label{margin-bottom:var(--wtihub-space-sm);color:var(--wtihub-text-primary);font-weight:600;font-size:var(--wtihub-text-md);display:block}.form-input,.form-select{width:100%;padding:var(--wtihub-space-md);background:var(--wtihub-bg-tertiary);border:var(--wtihub-border-subtle);border-radius:var(--wtihub-radius-md);color:var(--wtihub-text-primary);font-family:var(--wtihub-font-body);font-size:var(--wtihub-text-md);resize:vertical;transition:all .3s}.form-input:focus,.form-select:focus{border-color:var(--wtihub-accent-primary);background:var(--wtihub-bg-secondary);outline:none}.form-input::placeholder{color:var(--wtihub-text-muted)}.title-input{font-size:var(--wtihub-text-xl);font-weight:600}.form-group{margin-bottom:var(--wtihub-space-md)}.tags-input-container{width:100%}.tags-list{gap:var(--wtihub-space-sm);min-height:40px;padding:var(--wtihub-space-sm);background:var(--wtihub-bg-tertiary);border-radius:var(--wtihub-radius-md);border:var(--wtihub-border-subtle);flex-wrap:wrap;display:flex}.tag-item{align-items:center;gap:var(--wtihub-space-xs);padding:var(--wtihub-space-xs) var(--wtihub-space-md);background:var(--wtihub-accent-muted);color:var(--wtihub-accent-primary);border-radius:var(--wtihub-radius-sm);font-size:var(--wtihub-text-sm);font-weight:600;display:inline-flex}.tag-remove{color:var(--wtihub-accent-primary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:18px;line-height:1;transition:all .2s;display:flex}.tag-remove:hover{background:var(--wtihub-accent-primary);color:#000}.tag-input-wrapper{gap:var(--wtihub-space-sm);margin-top:var(--wtihub-space-sm);display:flex}.tag-input-wrapper .form-input{flex:1}.image-preview{margin-top:var(--wtihub-space-md);border-radius:var(--wtihub-radius-md);border:var(--wtihub-border-subtle);overflow:hidden}.image-preview img{width:100%;height:auto;display:block}.image-suggestions a{margin-right:var(--wtihub-space-md);display:inline-block}.checkbox-label{align-items:center;gap:var(--wtihub-space-md);cursor:pointer;padding:var(--wtihub-space-md);background:var(--wtihub-bg-tertiary);border-radius:var(--wtihub-radius-md);border:var(--wtihub-border-subtle);transition:all .3s;display:flex}.checkbox-label:hover{background:var(--wtihub-bg-secondary);border-color:var(--wtihub-accent-primary)}.checkbox-input{cursor:pointer;width:20px;height:20px;accent-color:var(--wtihub-accent-primary)}.checkbox-text{color:var(--wtihub-text-primary);font-weight:600;font-size:var(--wtihub-text-md)}.publish-actions{flex-direction:column;display:flex}.status-indicator{padding:var(--wtihub-space-md);background:var(--wtihub-bg-tertiary);border-radius:var(--wtihub-radius-sm);justify-content:space-between;align-items:center;display:flex}@media (width<=1024px){.form-layout{grid-template-columns:1fr}.sidebar-column{position:static}}@media (width<=768px){.tag-input-wrapper{flex-direction:column}}.categories-page{min-height:100vh}.category-form-container{padding:var(--wtihub-space-2xl)}.category-form .form-row{gap:var(--wtihub-space-lg);margin-bottom:var(--wtihub-space-lg);grid-template-columns:2fr 1fr;display:grid}.category-form .form-group{margin-bottom:var(--wtihub-space-lg)}.icon-suggestions{gap:var(--wtihub-space-xs);margin-top:var(--wtihub-space-sm);flex-wrap:wrap;display:flex}.icon-btn{background:var(--wtihub-bg-tertiary);border:var(--wtihub-border-subtle);border-radius:var(--wtihub-radius-sm);cursor:pointer;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:all .3s;display:flex}.icon-btn:hover{background:var(--wtihub-accent-muted);border-color:var(--wtihub-accent-primary);transform:scale(1.1)}.color-picker-container{gap:var(--wtihub-space-md);align-items:center;display:flex}.color-input{border:var(--wtihub-border-subtle);border-radius:var(--wtihub-radius-md);cursor:pointer;background:var(--wtihub-bg-tertiary);width:60px;height:44px}.color-preview{border-radius:var(--wtihub-radius-md);border:var(--wtihub-border-subtle);width:44px;height:44px}.form-actions{gap:var(--wtihub-space-md);margin-top:var(--wtihub-space-xl);display:flex}.categories-grid{gap:var(--wtihub-space-xl);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.category-card{padding:var(--wtihub-space-xl);gap:var(--wtihub-space-lg);flex-direction:column;display:flex}.category-header{justify-content:space-between;align-items:flex-start;display:flex}.category-info{gap:var(--wtihub-space-md);flex:1;align-items:flex-start;display:flex}.category-icon{line-height:1}.category-color-badge{border:2px solid var(--wtihub-bg-primary);border-radius:50%;flex-shrink:0;width:24px;height:24px}.category-actions{gap:var(--wtihub-space-sm);padding-top:var(--wtihub-space-md);border-top:var(--wtihub-border-subtle);display:flex}.no-categories{padding:var(--wtihub-space-3xl);text-align:center}@media (width<=768px){.category-form .form-row,.categories-grid{grid-template-columns:1fr}}.messages-page{min-height:100vh}.messages-filters{justify-content:space-between;align-items:center;display:flex}.filter-tabs{gap:var(--wtihub-space-sm);background:var(--wtihub-bg-secondary);padding:var(--wtihub-space-xs);border-radius:var(--wtihub-radius-md);border:var(--wtihub-border-subtle);display:flex}.messages-list{gap:var(--wtihub-space-md);flex-direction:column;display:flex}.message-item{padding:var(--wtihub-space-xl);cursor:pointer;transition:all .3s}.message-item:hover{border-color:var(--wtihub-accent-primary);transform:translate(4px)}.message-item.unread{background:var(--wtihub-bg-tertiary);border-left:4px solid var(--wtihub-accent-primary)}.message-header{margin-bottom:var(--wtihub-space-md);justify-content:space-between;align-items:flex-start;display:flex}.message-sender{gap:var(--wtihub-space-md);align-items:center;display:flex}.sender-avatar{background:var(--wtihub-accent-muted);width:48px;height:48px;color:var(--wtihub-accent-primary);font-weight:700;font-size:var(--wtihub-text-lg);border-radius:50%;justify-content:center;align-items:center;display:flex}.sender-name{margin-bottom:var(--wtihub-space-xs);font-weight:600}.message-meta{align-items:flex-end;gap:var(--wtihub-space-xs);flex-direction:column;display:flex}.status-unread{color:#ef4444;background:#ef444433}.status-read{color:#3b82f6;background:#3b82f633}.status-replied{color:var(--wtihub-accent-primary);background:#00c89633}.message-preview{padding-left:62px}.message-subject{margin-bottom:var(--wtihub-space-xs);font-weight:600}.message-excerpt{line-height:1.6}.no-messages{padding:var(--wtihub-space-3xl);text-align:center}.message-detail-header{justify-content:space-between;align-items:flex-start;display:flex}.sender-info{gap:var(--wtihub-space-md);display:flex}.sender-avatar-large{background:var(--wtihub-accent-muted);width:64px;height:64px;color:var(--wtihub-accent-primary);font-weight:700;font-size:var(--wtihub-text-2xl);border-radius:50%;justify-content:center;align-items:center;display:flex}.message-text{padding:var(--wtihub-space-lg);background:var(--wtihub-bg-tertiary);border-radius:var(--wtihub-radius-md);border:var(--wtihub-border-subtle);white-space:pre-wrap;line-height:1.7}.admin-notes{padding:var(--wtihub-space-lg);background:var(--wtihub-bg-tertiary);border-radius:var(--wtihub-radius-md);border-left:4px solid var(--wtihub-accent-primary)}@media (width<=768px){.message-header{gap:var(--wtihub-space-md);flex-direction:column}.message-meta{align-items:flex-start;width:100%}.message-preview{padding-left:0}.modal-content{max-height:95vh}.action-buttons{flex-direction:column}.action-buttons button{width:100%}}.signup-page{min-height:100vh;padding:var(--wtihub-space-xl);background:linear-gradient(135deg, var(--wtihub-bg-primary) 0%, var(--wtihub-bg-secondary) 100%);justify-content:center;align-items:center;display:flex}.signup-container{width:100%;max-width:500px}.signup-card{padding:var(--wtihub-space-3xl)}.signup-header{text-align:center}.role-badge{justify-content:center;display:flex}.status-badge{border-radius:var(--wtihub-radius-sm);font-size:var(--wtihub-text-sm);padding:6px 16px;font-weight:600}.status-admin{color:#ef4444;background:#ef444433}.status-editor{color:#3b82f6;background:#3b82f633}.status-viewer{color:var(--wtihub-text-secondary);background:#9ca3af33}.signup-form .form-group{margin-bottom:var(--wtihub-space-lg)}.form-actions{gap:var(--wtihub-space-md);margin-top:var(--wtihub-space-xl);flex-direction:column;display:flex}.signup-footer{margin-top:var(--wtihub-space-xl);padding-top:var(--wtihub-space-xl);border-top:var(--wtihub-border-subtle);text-align:center}.comments-management-page{min-height:100vh}.comments-filters{justify-content:space-between;align-items:center;display:flex}.filter-tabs{gap:var(--wtihub-space-sm);background:var(--wtihub-bg-secondary);padding:var(--wtihub-space-xs);border-radius:var(--wtihub-radius-md);border:var(--wtihub-border-subtle);flex-wrap:wrap;display:flex}.filter-tab{padding:var(--wtihub-space-sm) var(--wtihub-space-lg);border-radius:var(--wtihub-radius-sm);color:var(--wtihub-text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;font-weight:600;transition:all .3s}.filter-tab:hover{color:var(--wtihub-text-primary);background:var(--wtihub-bg-tertiary)}.filter-tab.active{background:var(--wtihub-accent-primary);color:#000}.comments-table-container{padding:0;overflow-x:auto}.comments-table{border-collapse:collapse;width:100%}.comments-table th{text-align:left;padding:var(--wtihub-space-lg);color:var(--wtihub-text-muted);font-weight:600;font-size:var(--wtihub-text-sm);text-transform:uppercase;border-bottom:var(--wtihub-border-subtle);white-space:nowrap}.comments-table td{padding:var(--wtihub-space-lg);border-bottom:var(--wtihub-border-subtle)}.comments-table tbody tr:hover{background:var(--wtihub-bg-tertiary)}.author-cell{gap:var(--wtihub-space-sm);align-items:center;display:flex}.author-avatar-small{background:var(--wtihub-accent-muted);width:36px;height:36px;color:var(--wtihub-accent-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.comment-preview{max-width:300px;color:var(--wtihub-text-secondary);line-height:1.5}.post-link{color:var(--wtihub-text-accent);font-weight:500;text-decoration:none;transition:color .3s}.post-link:hover{text-decoration:underline}.status-badge{border-radius:var(--wtihub-radius-sm);font-size:var(--wtihub-text-xs);text-transform:uppercase;padding:4px 12px;font-weight:600}.status-pending{color:#f59e0b;background:#fbbf2433}.status-approved{color:var(--wtihub-accent-primary);background:#00c89633}.status-rejected{color:#ef4444;background:#ef444433}.view-btn{padding:var(--wtihub-space-xs) var(--wtihub-space-md);background:var(--wtihub-accent-muted);color:var(--wtihub-accent-primary);border-radius:var(--wtihub-radius-sm);cursor:pointer;border:none;font-weight:600;transition:all .3s}.view-btn:hover{background:var(--wtihub-accent-primary);color:#000}.no-comments{padding:var(--wtihub-space-3xl);text-align:center}.modal-overlay{z-index:1000;padding:var(--wtihub-space-lg);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{width:100%;max-width:700px;max-height:90vh;padding:0;overflow-y:auto}.modal-header{padding:var(--wtihub-space-xl);border-bottom:var(--wtihub-border-subtle);justify-content:space-between;align-items:center;display:flex}.close-btn{width:40px;height:40px;color:var(--wtihub-text-secondary);cursor:pointer;border-radius:var(--wtihub-radius-sm);background:0 0;border:none;justify-content:center;align-items:center;font-size:32px;transition:all .3s;display:flex}.close-btn:hover{background:var(--wtihub-bg-tertiary);color:var(--wtihub-text-primary)}.modal-body{padding:var(--wtihub-space-xl)}.comment-author-info{gap:var(--wtihub-space-md);align-items:flex-start;display:flex}.author-avatar-large{background:var(--wtihub-accent-muted);width:64px;height:64px;color:var(--wtihub-accent-primary);font-weight:700;font-size:var(--wtihub-text-2xl);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.comment-post-ref{padding:var(--wtihub-space-md);background:var(--wtihub-bg-tertiary);border-radius:var(--wtihub-radius-md);border-left:4px solid var(--wtihub-accent-primary)}.post-link-large{color:var(--wtihub-text-accent);font-weight:600;font-size:var(--wtihub-text-lg);text-decoration:none}.post-link-large:hover{text-decoration:underline}.comment-text{padding:var(--wtihub-space-lg);background:var(--wtihub-bg-tertiary);border-radius:var(--wtihub-radius-md);border:var(--wtihub-border-subtle);white-space:pre-wrap;color:var(--wtihub-text-primary);line-height:1.7}.parent-comment-preview{padding:var(--wtihub-space-md);background:var(--wtihub-bg-tertiary);border-radius:var(--wtihub-radius-sm);border-left:3px solid var(--wtihub-text-muted)}.modal-footer{padding:var(--wtihub-space-xl);border-top:var(--wtihub-border-subtle)}.action-buttons{gap:var(--wtihub-space-md);flex-wrap:wrap;display:flex}.reject-btn{padding:var(--wtihub-space-sm) var(--wtihub-space-lg);color:#f59e0b;border-radius:var(--wtihub-radius-md);cursor:pointer;background:#fbbf2433;border:2px solid #fbbf2466;font-weight:600;transition:all .3s}.reject-btn:hover{color:#000;background:#f59e0b;border-color:#f59e0b}.delete-btn{padding:var(--wtihub-space-sm) var(--wtihub-space-lg);color:#ef4444;border-radius:var(--wtihub-radius-md);cursor:pointer;background:#ef44441a;border:2px solid #ef44444d;font-weight:600;transition:all .3s}.delete-btn:hover{color:#fff;background:#ef4444;border-color:#ef4444}.font-weight-600{font-weight:600}@media (width<=768px){.comments-table{font-size:var(--wtihub-text-sm)}.comments-table th,.comments-table td{padding:var(--wtihub-space-sm)}.comment-preview{max-width:200px}.action-buttons{flex-direction:column}.action-buttons button{width:100%}}.invite-codes-page{min-height:100vh}.invite-form-container{padding:var(--wtihub-space-2xl)}.invite-form .form-row{gap:var(--wtihub-space-lg);margin-bottom:var(--wtihub-space-xl);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.codes-grid{gap:var(--wtihub-space-xl);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.code-card{padding:var(--wtihub-space-xl);gap:var(--wtihub-space-lg);flex-direction:column;display:flex}.code-header{justify-content:space-between;align-items:center;gap:var(--wtihub-space-md);display:flex}.code-display{padding:var(--wtihub-space-lg);background:var(--wtihub-bg-tertiary);border-radius:var(--wtihub-radius-md);border:2px dashed var(--wtihub-accent-primary);cursor:pointer;text-align:center;flex:1;transition:all .3s}.code-display:hover{background:var(--wtihub-accent-muted);border-style:solid}.code-text{font-family:var(--wtihub-font-mono);font-size:var(--wtihub-text-2xl);color:var(--wtihub-accent-primary);letter-spacing:2px;margin-bottom:var(--wtihub-space-xs);font-weight:700;display:block}.copy-hint{font-size:var(--wtihub-text-xs);color:var(--wtihub-text-muted);display:block}.code-stats{gap:var(--wtihub-space-sm);padding:var(--wtihub-space-md);background:var(--wtihub-bg-tertiary);border-radius:var(--wtihub-radius-md);flex-direction:column;display:flex}.stat-item{justify-content:space-between;align-items:center;display:flex}.stat-label{color:var(--wtihub-text-muted);font-size:var(--wtihub-text-sm)}.stat-value{color:var(--wtihub-text-primary);font-weight:600;font-size:var(--wtihub-text-sm)}.stat-value.active{color:var(--wtihub-accent-primary)}.stat-value.inactive{color:#ef4444}.delete-btn-small{padding:var(--wtihub-space-sm) var(--wtihub-space-md);color:#ef4444;border-radius:var(--wtihub-radius-md);cursor:pointer;background:#ef44441a;border:2px solid #ef44444d;font-weight:600;transition:all .3s}.delete-btn-small:hover{color:#fff;background:#ef4444}.no-codes{padding:var(--wtihub-space-3xl);text-align:center}@media (width<=768px){.invite-form .form-row,.codes-grid{grid-template-columns:1fr}}.app-layout{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}:root{--wtihub-bg-primary:#0e1117;--wtihub-bg-secondary:#161b22;--wtihub-bg-tertiary:#1f2933;--wtihub-bg-elevated:#111827;--wtihub-accent-primary:#00c896;--wtihub-accent-hover:#00a67e;--wtihub-accent-muted:#0f3d2e;--wtihub-text-primary:#f3f4f6;--wtihub-text-secondary:#9ca3af;--wtihub-text-muted:#6b7280;--wtihub-text-accent:#00c896;--wtihub-font-heading:"Inter", sans-serif;--wtihub-font-body:"Inter", sans-serif;--wtihub-font-mono:"Fira Code", monospace;--wtihub-text-xs:.75rem;--wtihub-text-sm:.875rem;--wtihub-text-md:1rem;--wtihub-text-lg:1.25rem;--wtihub-text-xl:1.563rem;--wtihub-text-2xl:1.953rem;--wtihub-text-3xl:2.441rem;--wtihub-text-4xl:3.052rem;--wtihub-space-xs:4px;--wtihub-space-sm:8px;--wtihub-space-md:16px;--wtihub-space-lg:24px;--wtihub-space-xl:32px;--wtihub-space-2xl:48px;--wtihub-space-3xl:64px;--wtihub-radius-sm:6px;--wtihub-radius-md:12px;--wtihub-radius-lg:20px;--wtihub-border-subtle:1px solid #1f2933;--wtihub-shadow-sm:0 2px 8px #0003;--wtihub-shadow-md:0 6px 20px #00000059;--wtihub-shadow-lg:0 12px 40px #00000080}[data-theme=light]{--wtihub-bg-primary:#fff;--wtihub-bg-secondary:#f9fafb;--wtihub-bg-tertiary:#f3f4f6;--wtihub-bg-elevated:#fff;--wtihub-accent-primary:#00c896;--wtihub-accent-hover:#00a67e;--wtihub-accent-muted:#e0f7f0;--wtihub-text-primary:#111827;--wtihub-text-secondary:#6b7280;--wtihub-text-muted:#9ca3af;--wtihub-text-accent:#00a67e;--wtihub-border-subtle:1px solid #e5e7eb;--wtihub-shadow-sm:0 2px 8px #00000014;--wtihub-shadow-md:0 6px 20px #0000001f;--wtihub-shadow-lg:0 12px 40px #00000026}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--wtihub-font-body);background:var(--wtihub-bg-primary);color:var(--wtihub-text-primary);font-size:var(--wtihub-text-md);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7}.wtihub-bg-primary{background:var(--wtihub-bg-primary)}.wtihub-bg-secondary{background:var(--wtihub-bg-secondary)}.wtihub-bg-tertiary{background:var(--wtihub-bg-tertiary)}.wtihub-bg-elevated{background:var(--wtihub-bg-elevated)}.wtihub-bg-accent{background:var(--wtihub-accent-primary)}.wtihub-text-primary{color:var(--wtihub-text-primary)}.wtihub-text-secondary{color:var(--wtihub-text-secondary)}.wtihub-text-muted{color:var(--wtihub-text-muted)}.wtihub-text-accent{color:var(--wtihub-text-accent)}.wtihub-heading{font-family:var(--wtihub-font-heading);font-weight:700;line-height:1.2}.wtihub-body{font-family:var(--wtihub-font-body);font-weight:400;line-height:1.7}.text-xs{font-size:var(--wtihub-text-xs)}.text-sm{font-size:var(--wtihub-text-sm)}.text-md{font-size:var(--wtihub-text-md)}.text-lg{font-size:var(--wtihub-text-lg)}.text-xl{font-size:var(--wtihub-text-xl)}.text-2xl{font-size:var(--wtihub-text-2xl)}.text-3xl{font-size:var(--wtihub-text-3xl)}.text-4xl{font-size:var(--wtihub-text-4xl)}.wtihub-btn-primary{background:var(--wtihub-accent-primary);color:#000;padding:var(--wtihub-space-sm) var(--wtihub-space-lg);border-radius:var(--wtihub-radius-md);cursor:pointer;font-weight:600;font-family:var(--wtihub-font-heading);border:none;text-decoration:none;transition:all .3s;display:inline-block}.wtihub-btn-primary:hover{background:var(--wtihub-accent-hover);box-shadow:var(--wtihub-shadow-md);transform:translateY(-2px)}.wtihub-btn-secondary{color:var(--wtihub-text-primary);padding:var(--wtihub-space-sm) var(--wtihub-space-lg);border-radius:var(--wtihub-radius-md);border:2px solid var(--wtihub-accent-primary);cursor:pointer;font-weight:600;font-family:var(--wtihub-font-heading);background:0 0;text-decoration:none;transition:all .3s;display:inline-block}.wtihub-btn-secondary:hover{background:var(--wtihub-accent-muted);border-color:var(--wtihub-accent-hover)}.wtihub-card{background:var(--wtihub-bg-secondary);border-radius:var(--wtihub-radius-md);border:var(--wtihub-border-subtle);padding:var(--wtihub-space-lg);transition:all .3s}.wtihub-card:hover{box-shadow:var(--wtihub-shadow-md);border-color:var(--wtihub-accent-muted);transform:translateY(-4px)}.wtihub-container{max-width:1200px;padding:0 var(--wtihub-space-lg);margin:0 auto}.wtihub-container-narrow{max-width:760px;padding:0 var(--wtihub-space-lg);margin:0 auto}.mt-xs{margin-top:var(--wtihub-space-xs)}.mt-sm{margin-top:var(--wtihub-space-sm)}.mt-md{margin-top:var(--wtihub-space-md)}.mt-lg{margin-top:var(--wtihub-space-lg)}.mt-xl{margin-top:var(--wtihub-space-xl)}.mt-2xl{margin-top:var(--wtihub-space-2xl)}.mt-3xl{margin-top:var(--wtihub-space-3xl)}.mb-xs{margin-bottom:var(--wtihub-space-xs)}.mb-sm{margin-bottom:var(--wtihub-space-sm)}.mb-md{margin-bottom:var(--wtihub-space-md)}.mb-lg{margin-bottom:var(--wtihub-space-lg)}.mb-xl{margin-bottom:var(--wtihub-space-xl)}.mb-2xl{margin-bottom:var(--wtihub-space-2xl)}.mb-3xl{margin-bottom:var(--wtihub-space-3xl)}.py-xs{padding-top:var(--wtihub-space-xs);padding-bottom:var(--wtihub-space-xs)}.py-sm{padding-top:var(--wtihub-space-sm);padding-bottom:var(--wtihub-space-sm)}.py-md{padding-top:var(--wtihub-space-md);padding-bottom:var(--wtihub-space-md)}.py-lg{padding-top:var(--wtihub-space-lg);padding-bottom:var(--wtihub-space-lg)}.py-xl{padding-top:var(--wtihub-space-xl);padding-bottom:var(--wtihub-space-xl)}.py-2xl{padding-top:var(--wtihub-space-2xl);padding-bottom:var(--wtihub-space-2xl)}.py-3xl{padding-top:var(--wtihub-space-3xl);padding-bottom:var(--wtihub-space-3xl)}a{color:var(--wtihub-text-accent);text-decoration:none;transition:color .3s}a:hover{color:var(--wtihub-accent-hover)}code{font-family:var(--wtihub-font-mono);background:var(--wtihub-bg-tertiary);border-radius:var(--wtihub-radius-sm);color:var(--wtihub-accent-primary);padding:2px 6px;font-size:.9em}pre{background:var(--wtihub-bg-tertiary);padding:var(--wtihub-space-lg);border-radius:var(--wtihub-radius-md);margin:var(--wtihub-space-lg) 0;overflow-x:auto}pre code{color:var(--wtihub-text-primary);background:0 0;padding:0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--wtihub-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--wtihub-accent-muted);border-radius:var(--wtihub-radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--wtihub-accent-primary)}::selection{background:var(--wtihub-accent-primary);color:#000}::selection{background:var(--wtihub-accent-primary);color:#000}
