.dashboard-page{color:#e2e8f0;background:#07071a;min-height:100vh;font-family:Inter,Segoe UI,sans-serif;display:flex}.db-sidebar{background:#ffffff08;border-right:1px solid #ffffff12;flex-direction:column;width:260px;min-width:260px;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0;overflow-y:auto}.db-sidebar-header{margin-bottom:32px;padding:0 8px}.db-brand{align-items:center;gap:10px;display:flex}.db-brand-icon{background:#6366f126;border:1px solid #6366f140;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.db-brand span{color:#fff;letter-spacing:-.3px;font-size:.95rem;font-weight:700}.db-nav{flex-direction:column;flex:1;gap:4px;display:flex}.db-nav-item{color:#ffffff8c;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:11px 16px;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.db-nav-item:hover{color:#ffffffe6;background:#ffffff0f}.db-nav-item.active{color:#a5b4fc;background:#6366f126;border:1px solid #6366f133}.db-sidebar-footer{border-top:1px solid #ffffff12;align-items:center;gap:10px;margin-top:16px;padding-top:16px;display:flex}.db-user-info{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.db-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.db-user-details{flex-direction:column;min-width:0;display:flex}.db-user-email{color:#ffffffb3;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.db-user-role{color:#a5b4fcb3;font-size:.7rem}.db-logout-btn{color:#fca5a5;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;flex-shrink:0;align-items:center;padding:7px;transition:all .2s;display:flex}.db-logout-btn:hover{background:#ef444433;border-color:#ef444466}.db-main{flex-direction:column;flex:1;display:flex;overflow:auto}.db-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#ffffff05;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:28px 36px 20px;display:flex;position:sticky;top:0}.db-header-title h1{color:#fff;letter-spacing:-.5px;margin:0 0 4px;font-size:1.4rem;font-weight:700}.db-header-title p{color:#fff6;margin:0;font-size:.8rem}.db-status-badge{color:#6ee7b7;background:#10b9811a;border:1px solid #10b98140;border-radius:100px;align-items:center;gap:7px;padding:7px 14px;font-size:.8rem;font-weight:600;display:flex}.status-dot{background:#10b981;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.db-content{flex:1;padding:32px 36px}.db-stat-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;align-items:flex-start;gap:14px;padding:20px;transition:all .3s;animation:.5s both fadeSlideUp;display:flex}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.db-stat-card:first-child{animation-delay:.1s}.db-stat-card:nth-child(2){animation-delay:.2s}.db-stat-card:nth-child(3){animation-delay:.3s}.db-stat-card:nth-child(4){animation-delay:.4s}.db-stat-card:hover{background:#6366f10f;border-color:#6366f133;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.db-stat-icon{font-size:1.8rem;line-height:1}.db-stat-label{color:#ffffff80;margin:0 0 4px;font-size:.78rem}.db-stat-value{color:#fff;letter-spacing:-.5px;margin:0 0 6px;font-size:1.5rem;font-weight:700}.db-stat-change.positive{color:#6ee7b7;background:#10b9811a;border-radius:100px;padding:2px 8px;font-size:.75rem;display:inline-block}.db-quick-actions h2{color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px;font-size:.95rem;font-weight:600}.db-action-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.db-action-card{cursor:pointer;text-align:left;color:inherit;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:10px;padding:22px 18px;font-family:inherit;transition:all .3s;display:flex}.db-action-card:hover{background:#6366f11a;border-color:#6366f14d;transform:translateY(-3px);box-shadow:0 10px 30px #00000040}.db-action-card.danger:hover{background:#ef444414;border-color:#ef44444d}.db-action-icon{font-size:2rem}.db-action-card h3{color:#fff;margin:0;font-size:.95rem;font-weight:600}.db-action-card p{color:#fff6;margin:0;font-size:.78rem;line-height:1.4}.db-settings-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.db-settings-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:20px;padding:26px;animation:.4s both fadeSlideUp;display:flex}.db-settings-card.full-width{grid-column:1/-1}.db-settings-card-header{align-items:center;gap:14px;display:flex}.db-settings-icon{color:#a5b4fc;background:#6366f11f;border:1px solid #6366f133;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.db-settings-card-header h3{color:#fff;margin:0 0 4px;font-size:1rem;font-weight:600}.db-settings-card-header p{color:#fff6;margin:0;font-size:.8rem}.db-current-value{flex-direction:column;gap:6px;display:flex}.db-current-value label{color:#fff6;font-size:.78rem}.db-current-value span{color:#fffc;background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;padding:10px 14px;font-size:.95rem}.db-change-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 18px;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.db-change-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f166}.db-info-list{flex-direction:column;gap:12px;display:flex}.db-info-item{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.db-info-label{color:#ffffff80;font-size:.85rem}.db-info-value{color:#ffffffd9;font-size:.85rem;font-weight:500}.db-badge{color:#a5b4fc;background:#6366f126;border:1px solid #6366f140;border-radius:100px;padding:3px 10px;font-size:.78rem}.db-logout-full-btn{color:#fca5a5;cursor:pointer;background:#ef44441a;border:1px solid #ef444440;border-radius:10px;align-items:center;gap:8px;width:fit-content;padding:12px 18px;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.db-logout-full-btn:hover{background:#ef444433;border-color:#ef444480}.db-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.db-modal{background:#0f1030;border:1px solid #6366f14d;border-radius:20px;width:100%;max-width:420px;padding:32px;animation:.3s cubic-bezier(.34,1.56,.64,1) modalSlideIn;box-shadow:0 25px 60px #0009}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.db-modal-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.db-modal-header h3{color:#fff;margin:0;font-size:1.1rem;font-weight:700}.db-modal-close{color:#ffffff80;cursor:pointer;background:#ffffff14;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.db-modal-close:hover{color:#fff;background:#ffffff26}.db-modal-message{border-radius:10px;margin-bottom:20px;padding:12px 16px;font-size:.875rem;font-weight:500}.db-modal-message.success{color:#6ee7b7;background:#10b9811f;border:1px solid #10b9814d}.db-modal-message.error{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d}.db-modal-form{flex-direction:column;gap:16px;display:flex}.db-modal-form .form-group label{color:#475569;margin-bottom:7px;font-size:.85rem;font-weight:600;display:block}.db-modal-form .input-wrapper{align-items:center;display:flex;position:relative}.db-modal-form .input-icon{color:#94a3b8;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;left:14px}.db-modal-form input{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:12px 14px 12px 40px;font-family:inherit;font-size:.9rem;transition:all .2s}.db-modal-form input::placeholder{color:#94a3b8}.db-modal-form input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.db-modal-form input:-webkit-autofill{-webkit-text-fill-color:#0f172a!important;transition:background-color 5000s ease-in-out!important;-webkit-box-shadow:inset 0 0 0 1000px #f8fafc!important}.db-modal-form input:-webkit-autofill:hover{-webkit-text-fill-color:#0f172a!important;transition:background-color 5000s ease-in-out!important;-webkit-box-shadow:inset 0 0 0 1000px #f8fafc!important}.db-modal-form input:-webkit-autofill:focus{-webkit-text-fill-color:#0f172a!important;transition:background-color 5000s ease-in-out!important;-webkit-box-shadow:inset 0 0 0 1000px #f8fafc!important}.db-modal-actions{gap:10px;margin-top:8px;display:flex}.db-cancel-btn{color:#ffffffa6;cursor:pointer;background:#ffffff12;border:1px solid #ffffff1a;border-radius:10px;flex:1;padding:12px;font-family:inherit;font-size:.9rem;transition:all .2s}.db-cancel-btn:hover{color:#fff;background:#ffffff1f}.db-save-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:10px;flex:2;justify-content:center;align-items:center;gap:7px;padding:12px;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.db-save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #6366f166}.db-save-btn:disabled{opacity:.7;cursor:not-allowed}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.db-stats-grid,.db-action-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard-page{flex-direction:column}.db-sidebar{width:100%;min-width:unset;flex-flow:wrap;height:auto;padding:12px 16px;position:static}.db-sidebar-header{flex:none;margin-bottom:0}.db-nav{flex-direction:row;flex:1}.db-sidebar-footer{width:100%}.db-settings-grid{grid-template-columns:1fr}.db-content{padding:20px 16px}.db-header{padding:16px 20px}}.db-nav-badge{color:#a5b4fc;text-align:center;background:#6366f140;border:1px solid #6366f159;border-radius:100px;min-width:20px;margin-left:auto;padding:2px 7px;font-size:.7rem;font-weight:700}.db-add-post-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:10px;align-items:center;gap:7px;padding:10px 18px;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.db-add-post-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f166}.db-blog-stats{gap:16px;margin-bottom:24px;display:flex}.db-blog-stat{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:4px;min-width:110px;padding:16px 24px;animation:.4s both fadeSlideUp;display:flex}.db-blog-stat.published{background:#10b9810d;border-color:#10b98133}.db-blog-stat.draft{background:#eab3080d;border-color:#eab30833}.db-blog-stat-num{color:#fff;letter-spacing:-1px;font-size:1.8rem;font-weight:800;line-height:1}.db-blog-stat.published .db-blog-stat-num{color:#6ee7b7}.db-blog-stat.draft .db-blog-stat-num{color:#fde047}.db-blog-stat-lbl{color:#ffffff73;font-size:.75rem;font-weight:500}.db-blog-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.db-blog-search-wrap{flex:1;align-items:center;min-width:200px;display:flex;position:relative}.db-blog-search-wrap svg{color:#ffffff4d;pointer-events:none;position:absolute;left:12px}.db-blog-search{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;outline:none;width:100%;padding:10px 12px 10px 38px;font-family:inherit;font-size:.875rem;transition:all .2s}.db-blog-search:focus{background:#6366f112;border-color:#6366f180}.db-blog-search::placeholder{color:#ffffff40}.db-blog-filters{gap:6px;display:flex}.db-filter-btn{color:#ffffff80;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:9px 16px;font-family:inherit;font-size:.82rem;font-weight:500;transition:all .2s}.db-filter-btn:hover{color:#fff;background:#ffffff17}.db-filter-btn.active{color:#a5b4fc;background:#6366f12e;border-color:#6366f159}.db-blog-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:80px 20px;display:flex}.db-blog-empty-icon{opacity:.4;font-size:3rem}.db-blog-empty h3{color:#ffffffb3;margin:0;font-size:1.1rem}.db-blog-empty p{color:#ffffff59;margin:0 0 16px;font-size:.85rem}.db-posts-list{flex-direction:column;gap:12px;display:flex}.db-post-row{background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;align-items:center;gap:16px;padding:16px;transition:all .25s;animation:.4s both fadeSlideUp;display:flex}.db-post-row:hover{background:#6366f10f;border-color:#6366f12e;transform:translate(3px)}.db-post-thumb{background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;width:80px;min-width:80px;height:60px;overflow:hidden}.db-post-thumb img{object-fit:cover;width:100%;height:100%}.db-post-thumb-placeholder{opacity:.4;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.5rem;display:flex}.db-post-info{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.db-post-meta-top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.db-post-cat{color:#a5b4fc;background:#6366f126;border:1px solid #6366f133;border-radius:100px;padding:2px 9px;font-size:.72rem;font-weight:600}.db-post-status{border-radius:100px;padding:2px 9px;font-size:.72rem;font-weight:600}.db-post-status.published{color:#6ee7b7;background:#10b9811f;border:1px solid #10b98140}.db-post-status.draft{color:#fde047;background:#eab3081a;border:1px solid #eab30833}.db-post-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.95rem;font-weight:600;overflow:hidden}.db-post-desc{color:#fff6;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.78rem;overflow:hidden}.db-post-meta-bot{color:#ffffff59;flex-wrap:wrap;gap:12px;font-size:.72rem;display:flex}.db-post-actions{flex-shrink:0;gap:6px;display:flex}.db-post-action-btn{color:#ffffff80;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.db-post-action-btn.toggle:hover{color:#a5b4fc;background:#6366f126;border-color:#6366f14d}.db-post-action-btn.edit:hover{color:#6ee7b7;background:#10b9811f;border-color:#10b9814d}.db-post-action-btn.delete:hover{color:#fca5a5;background:#ef44441a;border-color:#ef44444d}.db-blog-modal{background:#0f1030;border:1px solid #6366f140;border-radius:20px;width:100%;max-width:860px;max-height:90vh;padding:32px;animation:.3s cubic-bezier(.34,1.56,.64,1) modalSlideIn;overflow-y:auto;box-shadow:0 30px 70px #000000b3}.db-blog-modal::-webkit-scrollbar{width:5px}.db-blog-modal::-webkit-scrollbar-track{background:0 0}.db-blog-modal::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:10px}.db-blog-form{flex-direction:column;gap:0;display:flex}.db-blog-form-grid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:20px;display:grid}.db-blog-form-left,.db-blog-form-right{flex-direction:column;gap:14px;display:flex}.db-form-group{flex-direction:column;gap:6px;display:flex}.db-form-group label{color:#fff9;font-size:.8rem;font-weight:500}.db-form-group label .req{color:#f87171}.db-form-group input,.db-form-group select,.db-form-group textarea{color:#fff;resize:vertical;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;outline:none;padding:10px 13px;font-family:inherit;font-size:.875rem;transition:all .2s}.db-form-group input::placeholder,.db-form-group textarea::placeholder{color:#fff3}.db-form-group input:focus,.db-form-group select:focus,.db-form-group textarea:focus{background:#6366f112;border-color:#6366f180;box-shadow:0 0 0 3px #6366f11a}.db-form-group select option{color:#fff;background:#1a1a3e}.db-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.db-thumb-upload{cursor:pointer;border:2px dashed #ffffff1f;border-radius:12px;justify-content:center;align-items:center;min-height:130px;transition:all .2s;display:flex;overflow:hidden}.db-thumb-upload:hover{background:#6366f10d;border-color:#6366f166}.db-thumb-placeholder{color:#ffffff4d;text-align:center;flex-direction:column;align-items:center;gap:8px;padding:20px;display:flex}.db-thumb-placeholder span{font-size:.85rem}.db-thumb-placeholder small{opacity:.6;font-size:.72rem}.db-thumb-preview-img{object-fit:cover;width:100%;height:130px}.db-remove-thumb{color:#fca5a5;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-top:6px;padding:6px 12px;font-family:inherit;font-size:.78rem;transition:all .2s}.db-remove-thumb:hover{background:#ef444433}.db-blog-form-actions{border-top:1px solid #ffffff12;padding-top:20px}.db-delete-modal{text-align:center;max-width:360px;padding:40px 32px}.db-delete-icon{margin-bottom:12px;font-size:2.5rem}.db-delete-modal h3{color:#fff;margin:0 0 8px;font-size:1.15rem}.db-delete-modal p{color:#ffffff80;margin:0 0 24px;font-size:.85rem;line-height:1.5}.danger-btn{box-shadow:none!important;background:linear-gradient(135deg,#ef4444,#dc2626)!important}.danger-btn:hover{box-shadow:0 6px 20px #ef444466!important}.db-action-grid{grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.db-action-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.db-blog-form-grid{grid-template-columns:1fr}.db-blog-modal{max-width:100%;padding:20px}.db-post-desc,.db-post-meta-bot{display:none}.db-blog-stats{gap:10px}.db-blog-stat{min-width:80px;padding:12px 16px}}.db-submissions-list{grid-template-columns:1fr;gap:16px;margin-bottom:24px;display:grid}.db-submission-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:24px;transition:all .3s;animation:.4s both fadeSlideUp}.db-submission-card:hover{background:#ffffff0f;border-color:#6366f133;transform:translateY(-2px);box-shadow:0 12px 30px #0000004d}.db-sub-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.db-sub-user{align-items:center;gap:14px;display:flex}.db-sub-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;display:flex}.db-sub-user h3{color:#fff;margin:0 0 4px;font-size:1rem;font-weight:600}.db-sub-date{color:#fff6;font-size:.78rem}.db-sub-budget{color:#a5b4fc;background:#6366f126;border:1px solid #6366f14d;border-radius:100px;padding:6px 14px;font-size:.8rem;font-weight:600}.db-sub-info{border-bottom:1px solid #ffffff0f;gap:24px;margin-bottom:16px;padding-bottom:16px;display:flex}.db-sub-info-item{color:#fffc;font-size:.88rem}.db-sub-info-item strong{color:#ffffff80;margin-right:6px;font-weight:500}.db-sub-details{margin-bottom:24px}.db-sub-details p{color:#ffffffb3;margin:0;font-size:.95rem;line-height:1.6}.db-sub-actions{gap:12px;display:flex}.db-sub-action-btn{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:10px 20px;font-family:inherit;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.db-sub-action-btn.reply{color:#fff;background:#6366f1;border:none;flex:1}.db-sub-action-btn.reply:hover{background:#4f46e5;box-shadow:0 4px 15px #6366f14d}.db-sub-action-btn.delete{color:#fca5a5;background:#ef44441a;border:1px solid #ef444433}.db-sub-action-btn.delete:hover{background:#ef444433;border-color:#ef444466}.db-pagination{border-top:1px solid #ffffff12;justify-content:center;align-items:center;gap:20px;margin-top:40px;padding-top:30px;display:flex}.db-page-numbers{color:#ffffff8c;letter-spacing:.5px;font-size:.9rem;font-weight:500}.db-page-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.db-page-btn:hover:not(:disabled){color:#a5b4fc;background:#ffffff1a;border-color:#6366f14d}.db-page-btn:disabled{opacity:.4;cursor:not-allowed}.db-submissions-count{color:#fff6;font-size:.85rem;font-weight:500}.sub-stats-bar{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:0;margin-bottom:20px;padding:20px 32px;display:flex;box-shadow:0 1px 4px #0000000a}.sub-stat-item{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.sub-stat-num{color:#0f172a;font-size:1.75rem;font-weight:800;line-height:1}.sub-stat-num.new{color:#2563eb}.sub-stat-num.contacted{color:#16a34a}.sub-stat-num.won{color:#059669}.sub-stat-num.lost{color:#dc2626}.sub-stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:500}.sub-stat-divider{background:#e2e8f0;flex-shrink:0;width:1px;height:36px}.sub-toolbar{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:12px;display:flex}.sub-search{flex:1;min-width:220px}.sub-filter-chips{flex-wrap:wrap;gap:6px;display:flex}.sub-chip{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:100px;padding:6px 14px;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s}.sub-chip:hover{color:#6366f1;background:#f8fafc;border-color:#6366f1}.sub-chip.active{color:#fff;background:#6366f1;border-color:#6366f1;box-shadow:0 3px 10px #6366f140}.sub-result-count{color:#94a3b8;min-height:20px;margin-bottom:16px;font-size:.83rem;font-weight:500}.sub-cards-grid{grid-template-columns:1fr;gap:14px;margin-bottom:24px;display:grid}.sub-card{background:#fff;border:1px solid #e8edf4;border-radius:18px;padding:22px 24px 18px;transition:all .25s cubic-bezier(.4,0,.2,1);animation:.35s both fadeSlideUp}.sub-card:hover{border-color:#c7d2fe;transform:translateY(-1px);box-shadow:0 8px 30px #6366f114}.sub-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:14px;display:flex}.sub-card-user{align-items:center;gap:12px;display:flex}.sub-card-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.05rem;font-weight:700;display:flex}.sub-card-meta{flex-direction:column;gap:3px;display:flex}.sub-card-name{color:#0f172a;margin:0;font-size:.98rem;font-weight:700}.sub-card-time{color:#94a3b8;font-size:.76rem;font-weight:500}.sub-card-badges{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.sub-status-badge{white-space:nowrap;border-radius:100px;align-items:center;padding:4px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.sub-budget-badge{color:#4f46e5;white-space:nowrap;background:#6366f112;border:1px solid #6366f12e;border-radius:100px;padding:4px 12px;font-size:.78rem;font-weight:700}.sub-card-contacts{background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;flex-wrap:wrap;gap:20px;margin-bottom:14px;padding:10px 14px;display:flex}.sub-contact-item{color:#475569;align-items:center;gap:7px;font-size:.85rem;font-weight:500;display:flex}.sub-contact-item svg{color:#94a3b8;flex-shrink:0}.sub-card-preview{color:#64748b;margin:0 0 16px;padding:0;font-size:.875rem;line-height:1.6}.sub-card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:12px;padding-top:14px;display:flex}.sub-card-actions{gap:8px;display:flex}.sub-card-right{align-items:center;gap:8px;display:flex}.sub-btn-primary{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-family:inherit;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.sub-btn-primary:hover{background:#4f46e5;transform:translateY(-1px);box-shadow:0 4px 14px #6366f14d}.sub-btn-secondary{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-family:inherit;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.sub-btn-secondary:hover{color:#6366f1;background:#fff;border-color:#6366f1}.sub-status-select{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:6px 10px;font-family:inherit;font-size:.82rem;font-weight:600;transition:border-color .2s}.sub-status-select:hover,.sub-status-select:focus{border-color:#6366f1}.sub-btn-delete{color:#ef4444;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-family:inherit;transition:all .2s;display:inline-flex}.sub-btn-delete:hover{background:#fee2e2;border-color:#ef4444;box-shadow:0 3px 10px #ef444433}.db-nav-badge.blue{color:#93c5fd;background:#2563eb33;border:1px solid #2563eb4d}@media (max-width:640px){.db-sub-header{flex-direction:column;gap:12px}.db-sub-info{flex-direction:column;gap:10px}}.db-stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}.db-stat-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;align-items:center;gap:16px;padding:20px;transition:transform .2s,background .2s;display:flex}.db-stat-card:hover{background:#ffffff0d;border-color:#6366f133;transform:translateY(-2px)}.db-stat-icon{background:#ffffff0d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.db-stat-label{color:#fff6;margin:0 0 4px;font-size:.8rem;font-weight:500}.db-stat-value{color:#fff;margin:0 0 4px;font-size:1.6rem;font-weight:700;line-height:1.1}.db-stat-change{font-size:.72rem;font-weight:600}.db-stat-change.positive{color:#34d399}.db-nav-badge.green{color:#a7f3d0;background:#10b98133;border:1px solid #10b9814d}.db-nav-badge.purple{color:#e9d5ff;background:#a855f733;border:1px solid #a855f74d}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s ease-in-out infinite spin;display:inline-block}.db-badge{color:#a5b4fc;background:#6366f126;border:1px solid #6366f14d;border-radius:6px;padding:3px 8px;font-size:.75rem;font-weight:600}.db-badge.active{color:#34d399;background:#10b98126;border-color:#10b9814d}.dashboard-page{color:#334155!important;background-color:#f3f5f9!important;background-image:radial-gradient(at 0 0,#6366f10d 0,#0000 50%),radial-gradient(at 50% 0,#a855f70a 0,#0000 50%),radial-gradient(at 100% 100%,#ec489908 0,#0000 50%)!important;background-attachment:fixed!important}.dashboard-page .db-sidebar{-webkit-backdrop-filter:blur(25px)!important;background:#ffffffb3!important;border-right:1px solid #6366f114!important;box-shadow:4px 0 30px #00000003!important}.dashboard-page .db-brand span{color:#0f172a!important;letter-spacing:-.5px!important;font-weight:800!important}.dashboard-page .db-brand-icon{background:linear-gradient(135deg,#6366f11a,#a855f71a)!important;border:1px solid #6366f133!important;box-shadow:0 4px 12px #6366f10f!important}.dashboard-page .db-nav-item{color:#475569!important;margin:2px 0!important;font-weight:600!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important}.dashboard-page .db-nav-item:hover{color:#4f46e5!important;background:#6366f10a!important;transform:translate(3px)!important}.dashboard-page .db-nav-item.active{color:#4f46e5!important;background:linear-gradient(135deg,#6366f114 0%,#a855f70d 100%)!important;border:1px solid #6366f126!important;box-shadow:0 4px 12px #6366f10a!important}.dashboard-page .db-sidebar-footer{border-top:1px solid #6366f114!important}.dashboard-page .db-user-email{color:#475569!important;font-weight:500!important}.dashboard-page .db-user-role{color:#6366f1!important;font-weight:600!important}.dashboard-page .db-logout-btn{color:#ef4444!important;background:#ef44440f!important;border:1px solid #ef444426!important}.dashboard-page .db-logout-btn:hover{background:#ef44441f!important;transform:scale(1.05)!important}.dashboard-page .db-header{-webkit-backdrop-filter:blur(20px)!important;background:#fff9!important;border-bottom:1px solid #6366f114!important;box-shadow:0 4px 20px #00000003!important}.dashboard-page .db-header-title h1{color:#0f172a!important;letter-spacing:-.7px!important;font-weight:800!important}.dashboard-page .db-header-title p{color:#64748b!important;font-weight:500!important}.dashboard-page .db-status-badge{color:#047857!important;background:#10b98114!important;border:1px solid #10b98133!important}.dashboard-page .db-stat-card{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#fffc!important;border:1px solid #ffffffe6!important;outline:1px solid #6366f10d!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 4px 20px #00000005,0 1px 3px #00000003,inset 0 1px #fffc!important}.dashboard-page .db-stat-card:hover{background:#fff!important;outline-color:#6366f133!important;transform:translateY(-4px)!important;box-shadow:0 15px 30px #6366f10f!important}.dashboard-page .db-stat-icon{background:#6366f10f!important;border:1px solid #6366f11a!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;display:flex!important;box-shadow:0 4px 10px #6366f10a!important}.dashboard-page .db-stat-label{color:#64748b!important;text-transform:uppercase!important;letter-spacing:.5px!important;font-size:.72rem!important;font-weight:600!important}.dashboard-page .db-stat-value{color:#0f172a!important;font-size:1.65rem!important;font-weight:800!important}.dashboard-page .db-quick-actions h2{color:#0f172a!important;letter-spacing:.5px!important;font-weight:700!important}.dashboard-page .db-action-card{background:#fffc!important;border:1px solid #ffffffe6!important;outline:1px solid #6366f10d!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 4px 20px #00000005!important}.dashboard-page .db-action-card:hover{background:#fff!important;outline-color:#6366f140!important;transform:translateY(-4px)!important;box-shadow:0 15px 35px #6366f114!important}.dashboard-page .db-action-card h3{color:#0f172a!important;font-weight:700!important}.dashboard-page .db-action-card p{color:#64748b!important;font-weight:500!important}.dashboard-page .db-action-card.danger{outline-color:#ef44441a!important}.dashboard-page .db-action-card.danger:hover{background:#fff8f8!important;outline-color:#ef444440!important;box-shadow:0 15px 35px #ef444414!important}.dashboard-page .db-blog-toolbar{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#fff9!important;border:1px solid #6366f114!important;border-radius:16px!important;padding:16px!important;box-shadow:0 4px 20px #00000003!important}.dashboard-page .db-blog-search-wrap{background:#fff!important;border:1px solid #6366f11f!important;border-radius:10px!important;transition:all .2s!important}.dashboard-page .db-blog-search-wrap:focus-within{border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f11a!important}.dashboard-page .db-blog-search{color:#0f172a!important;font-weight:500!important}.dashboard-page .db-blog-search::placeholder{color:#94a3b8!important}.dashboard-page .db-filter-btn{color:#475569!important;background:#fff!important;border:1px solid #6366f11f!important;border-radius:10px!important;font-weight:600!important;transition:all .2s!important}.dashboard-page .db-filter-btn:hover{color:#4f46e5!important;background:#6366f10a!important}.dashboard-page .db-filter-btn.active{color:#fff!important;background:linear-gradient(135deg,#6366f1,#a855f7)!important;border:none!important;box-shadow:0 4px 15px #6366f133!important}.dashboard-page .db-post-row{background:#fffc!important;border:1px solid #ffffffe6!important;border-radius:16px!important;outline:1px solid #6366f10a!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 4px 15px #00000003!important}.dashboard-page .db-post-row:hover{background:#fff!important;outline-color:#6366f126!important;transform:translateY(-2px)!important;box-shadow:0 10px 25px #6366f10d!important}.dashboard-page .db-post-title{color:#0f172a!important;font-weight:700!important}.dashboard-page .db-post-desc{color:#64748b!important;font-weight:500!important}.dashboard-page .db-post-meta-top,.dashboard-page .db-post-meta-bot{color:#94a3b8!important;font-weight:500!important}.dashboard-page .db-post-cat{color:#4f46e5!important;background:#6366f10f!important;border:1px solid #6366f126!important;font-weight:600!important}.dashboard-page .db-post-status.published{color:#059669!important;background:#10b9810f!important;border:1px solid #10b98126!important}.dashboard-page .db-post-status.draft{color:#475569!important;background:#64748b0f!important;border:1px solid #64748b26!important}.dashboard-page .db-post-action-btn{color:#475569!important;background:#fff!important;border:1px solid #6366f11a!important;border-radius:8px!important;transition:all .2s!important}.dashboard-page .db-post-action-btn:hover{color:#4f46e5!important;background:#6366f10f!important;border-color:#6366f133!important}.dashboard-page .db-post-action-btn.delete{color:#ef4444!important;background:#ef44440a!important;border-color:#ef444426!important}.dashboard-page .db-post-action-btn.delete:hover{background:#ef444414!important;border-color:#ef44444d!important}.dashboard-page .db-submission-card{background:#fffc!important;border:1px solid #ffffffe6!important;border-radius:20px!important;outline:1px solid #6366f10a!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 4px 20px #00000003!important}.dashboard-page .db-submission-card:hover{background:#fff!important;outline-color:#6366f126!important;box-shadow:0 15px 30px #6366f10f!important}.dashboard-page .db-sub-header h3{color:#0f172a!important;font-weight:700!important}.dashboard-page .db-sub-date{color:#94a3b8!important;font-weight:500!important}.dashboard-page .db-sub-budget{color:#4f46e5!important;background:#6366f10f!important;border:1px solid #6366f126!important;font-weight:700!important}.dashboard-page .db-sub-info{color:#334155!important;background:#f8fafc!important;border-top:1px solid #6366f10f!important;border-bottom:1px solid #6366f10f!important;border-radius:12px!important;margin:12px 0!important}.dashboard-page .db-sub-details{color:#475569!important;font-weight:500!important;line-height:1.5!important}.dashboard-page .db-sub-action-btn.delete{color:#ef4444!important;background:#ef44440a!important;border-color:#ef444426!important}.dashboard-page .db-sub-action-btn.delete:hover{background:#ef444414!important;border-color:#ef44444d!important}.dashboard-page .db-settings-card{background:#fffc!important;border:1px solid #ffffffe6!important;border-radius:20px!important;outline:1px solid #6366f10a!important;box-shadow:0 4px 20px #00000003!important}.dashboard-page .db-settings-card h3{color:#0f172a!important;font-weight:700!important}.dashboard-page .db-settings-card p{color:#64748b!important;font-weight:500!important}.dashboard-page .db-current-value{background:#f8fafc!important;border:1px solid #6366f10f!important;border-radius:12px!important}.dashboard-page .db-current-value label{color:#64748b!important;font-weight:600!important}.dashboard-page .db-current-value span{color:#0f172a!important;font-weight:600!important}.dashboard-page .db-change-btn{color:#475569!important;background:#fff!important;border:1px solid #6366f11f!important;border-radius:10px!important;font-weight:600!important;transition:all .2s!important}.dashboard-page .db-change-btn:hover{color:#4f46e5!important;background:#6366f10a!important;border-color:#6366f133!important}.dashboard-page .db-info-item{border-bottom:1px solid #f1f5f9!important}.dashboard-page .db-info-label{color:#64748b!important;font-weight:600!important}.dashboard-page .db-info-value{color:#0f172a!important;font-weight:600!important}.dashboard-page .db-logout-full-btn{color:#ef4444!important;background:#ef44440a!important;border:1px solid #ef444426!important;border-radius:12px!important;font-weight:600!important}.dashboard-page .db-logout-full-btn:hover{background:#ef444414!important;border-color:#ef44444d!important}.dashboard-page .db-modal-overlay{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:#0f172a4d!important}.dashboard-page .db-modal{color:#0f172a!important;background:#fff!important;border:1px solid #6366f11f!important;border-radius:24px!important;box-shadow:0 20px 50px #00000014!important}.dashboard-page .db-modal-header{border-bottom:1px solid #f1f5f9!important}.dashboard-page .db-modal-header h3{color:#0f172a!important;letter-spacing:-.5px!important;font-weight:800!important}.dashboard-page .db-modal-close{color:#64748b!important}.dashboard-page .db-modal-close:hover{color:#0f172a!important;background:#f1f5f9!important}.dashboard-page .db-modal-form label{color:#475569!important;font-weight:600!important}.dashboard-page .db-modal-form input,.dashboard-page .db-modal-form select,.dashboard-page .db-modal-form textarea,.dashboard-page .db-sub-status-select{color:#0f172a!important;background:#fff!important;border:1px solid #6366f11f!important;border-radius:10px!important;font-weight:500!important;transition:all .2s!important}.dashboard-page .db-modal-form input:focus,.dashboard-page .db-modal-form select:focus,.dashboard-page .db-modal-form textarea:focus{border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f11a!important}.dashboard-page .db-cancel-btn{color:#475569!important;background:#fff!important;border:1px solid #6366f11f!important;border-radius:10px!important;font-weight:600!important}.dashboard-page .db-cancel-btn:hover{color:#4f46e5!important;background:#6366f10a!important}.dashboard-page .db-save-btn{color:#fff!important;background:linear-gradient(135deg,#6366f1,#a855f7)!important;border:none!important;border-radius:10px!important;font-weight:600!important;box-shadow:0 4px 15px #6366f133!important}.dashboard-page .db-save-btn:hover{box-shadow:0 6px 20px #6366f14d!important}.dashboard-page .db-thumb-upload{color:#64748b!important;background:#f8fafc!important;border:2px dashed #6366f126!important;border-radius:16px!important}.dashboard-page .db-thumb-upload:hover{background:#6366f105!important;border-color:#6366f1!important}.dashboard-page .db-thumb-placeholder span{color:#475569!important;font-weight:600!important}.dashboard-page .db-thumb-placeholder small{color:#94a3b8!important}.dashboard-page .db-blog-empty h3{color:#0f172a!important;font-weight:700!important}.dashboard-page .db-blog-empty p{color:#64748b!important;font-weight:500!important}.dashboard-page .db-pagination{border-top:1px solid #6366f114!important}.dashboard-page .db-page-numbers{color:#64748b!important;font-weight:600!important}.dashboard-page .db-page-btn{color:#334155!important;background:#fff!important;border:1px solid #6366f11f!important;border-radius:10px!important;font-weight:600!important}.dashboard-page .db-page-btn:hover:not(:disabled){color:#4f46e5!important;background:#6366f10a!important;border-color:#6366f1!important}.dashboard-page .db-badge{color:#4f46e5!important;background:#6366f10f!important;border:1px solid #6366f126!important;font-weight:600!important}.dashboard-page .db-badge.active{color:#059669!important;background:#10b9810f!important;border-color:#10b98126!important;font-weight:600!important}.dashboard-page .spinner{border:2px solid #0000001a!important;border-top-color:#6366f1!important}.dashboard-page .db-nav-badge.purple{color:#a855f7!important;background:#a855f70f!important;border:1px solid #a855f726!important;font-weight:700!important}.dashboard-page .db-nav-badge.green{color:#059669!important;background:#10b9810f!important;border:1px solid #10b98126!important;font-weight:700!important}.dashboard-page .db-nav-badge.blue{color:#2563eb!important;background:#2563eb0f!important;border:1px solid #2563eb26!important;font-weight:700!important}.dashboard-page .db-add-post-btn{color:#fff!important;background:linear-gradient(135deg,#6366f1,#a855f7)!important;border:none!important;border-radius:10px!important;font-weight:600!important;transition:all .25s!important;box-shadow:0 4px 15px #6366f133!important}.dashboard-page .db-add-post-btn:hover{transform:translateY(-1px)!important;box-shadow:0 6px 20px #6366f159!important}.dashboard-page .db-blog-stat{background:#fffc!important;border:1px solid #6366f114!important;transition:all .25s!important;box-shadow:0 4px 15px #00000003!important}.dashboard-page .db-blog-stat:hover{background:#fff!important;transform:translateY(-2px)!important;box-shadow:0 8px 20px #6366f10a!important}.dashboard-page .db-blog-stat.published{background:#10b9810a!important;border-color:#10b98126!important}.dashboard-page .db-blog-stat.draft{background:#eab3080a!important;border-color:#eab30826!important}.dashboard-page .db-blog-stat-num{color:#0f172a!important;font-weight:800!important}.dashboard-page .db-blog-stat.published .db-blog-stat-num{color:#059669!important}.dashboard-page .db-blog-stat.draft .db-blog-stat-num{color:#ca8a04!important}.dashboard-page .db-blog-stat-lbl{color:#64748b!important;font-weight:600!important}@media (max-width:576px){.dashboard-page{flex-direction:column;padding-bottom:75px!important}.db-sidebar{-webkit-overflow-scrolling:touch;scrollbar-width:none;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;z-index:100!important;background:#fffffffa!important;border-top:1px solid #6366f11a!important;border-right:none!important;flex-flow:row!important;align-items:center!important;width:100vw!important;height:75px!important;margin:0!important;padding:0!important;display:flex!important;position:fixed!important;bottom:0!important;left:0!important;overflow:auto hidden!important;box-shadow:0 -4px 20px #0000000d!important}.db-sidebar::-webkit-scrollbar{display:none}.db-sidebar-header{display:none!important}.db-nav{flex-direction:row!important;align-items:center!important;gap:5px!important;width:max-content!important;height:100%!important;margin:0!important;padding:0 10px!important}.db-nav-item{color:#64748b!important;background:0 0!important;border:none!important;border-radius:12px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:70px!important;height:60px!important;padding:5px!important;font-size:.65rem!important;position:relative!important}.db-nav-item svg{width:22px!important;height:22px!important;margin:0!important}.db-nav-item.active{color:#4f46e5!important;background:#6366f114!important}.db-nav-badge{border-radius:10px!important;padding:2px 5px!important;font-size:.55rem!important;position:absolute!important;top:4px!important;right:12px!important}.db-sidebar-footer{background:0 0!important;border-top:none!important;border-left:1px solid #6366f11a!important;align-items:center!important;height:100%!important;margin:0 0 0 5px!important;padding:0 15px!important;display:flex!important}.db-user-details,.db-avatar{display:none!important}.db-logout-btn{border-radius:10px!important;justify-content:center!important;width:40px!important;height:40px!important;padding:0!important}.db-main{height:auto!important;padding-top:0!important;overflow:visible!important}.db-header{z-index:99!important;background:#fffffff2!important;flex-direction:column!important;align-items:flex-start!important;gap:15px!important;padding:20px 20px 15px!important;position:sticky!important;top:0!important}.db-header-title h1{font-size:1.25rem!important}.db-header-actions{width:100%!important}.db-add-post-btn{justify-content:center!important;width:100%!important;padding:12px!important;font-size:.95rem!important}.db-content{padding:20px!important}.db-stats-grid{grid-template-columns:1fr!important;gap:16px!important}.db-action-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.db-action-card{text-align:center!important;align-items:center!important;padding:16px 12px!important}.db-action-card h3{text-align:center!important;font-size:.85rem!important}.db-action-card p{display:none!important}.db-post-row{flex-direction:column!important;gap:12px!important}.db-post-thumb{width:100%!important;height:180px!important}.db-post-actions{justify-content:space-between!important;width:100%!important;margin-top:10px!important}.db-blog-stats{flex-direction:column!important;gap:12px!important}.db-blog-toolbar{flex-direction:column!important;align-items:stretch!important}.db-blog-filters{flex-wrap:nowrap!important;padding-bottom:5px!important;overflow-x:auto!important}.db-table-wrapper{border-radius:12px!important}.db-settings-card{padding:20px 16px!important}.db-settings-card-header{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.db-settings-card-header h3{font-size:1.1rem!important}.db-current-value{width:100%!important}.db-change-btn,.db-logout-full-btn{justify-content:center!important;width:100%!important}}.dashboard-page .db-blog-form-container{background:#fff!important;border:1px solid #6366f114!important;border-radius:20px!important;padding:32px!important;animation:.3s both fadeSlideUp!important;box-shadow:0 10px 30px #00000005!important}.dashboard-page .db-form-header{border-bottom:1px solid #f1f5f9!important;justify-content:space-between!important;align-items:center!important;margin-bottom:28px!important;padding-bottom:16px!important;display:flex!important}.dashboard-page .db-form-header h2{color:#0f172a!important;margin:0!important;font-size:1.3rem!important;font-weight:800!important}.dashboard-page .db-back-btn{color:#475569!important;cursor:pointer!important;background:#f1f5f9!important;border:1px solid #e2e8f0!important;border-radius:8px!important;align-items:center!important;gap:6px!important;padding:8px 16px!important;font-size:.85rem!important;font-weight:600!important;transition:all .2s!important;display:flex!important}.dashboard-page .db-back-btn:hover{color:#0f172a!important;background:#e2e8f0!important}.dashboard-page .db-blog-form-grid{grid-template-columns:1.1fr .9fr!important;align-items:start!important;gap:32px!important;margin-bottom:24px!important;display:grid!important}@media (max-width:1024px){.dashboard-page .db-blog-form-grid{grid-template-columns:1fr!important;gap:24px!important}}.dashboard-page .db-form-group{flex-direction:column!important;gap:8px!important;margin-bottom:22px!important;display:flex!important}.dashboard-page .db-blog-form label{color:#334155!important;align-items:center!important;gap:4px!important;font-size:.88rem!important;font-weight:600!important;display:flex!important}.dashboard-page .db-blog-form label .req{color:#ef4444!important}.dashboard-page .db-blog-form input,.dashboard-page .db-blog-form select,.dashboard-page .db-blog-form textarea{color:#0f172a!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;outline:none!important;width:100%!important;padding:12px 16px!important;font-size:.92rem!important;font-weight:500!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important;box-shadow:inset 0 1px 2px #00000003!important}.dashboard-page .db-blog-form input:focus,.dashboard-page .db-blog-form select:focus,.dashboard-page .db-blog-form textarea:focus{background:#fff!important;border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f11a,0 4px 12px #6366f105!important}.dashboard-page .db-blog-form select option{color:#0f172a!important;background:#fff!important}.dashboard-page .db-blog-form input::placeholder,.dashboard-page .db-blog-form textarea::placeholder{color:#94a3b8!important;opacity:1!important}.dashboard-page .db-thumb-upload{text-align:center!important;cursor:pointer!important;background:#f8fafc!important;border:2px dashed #6366f126!important;border-radius:16px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:12px!important;padding:42px 20px!important;transition:all .25s!important;display:flex!important}.dashboard-page .db-thumb-upload:hover{background:#fff!important;border-color:#6366f1!important;box-shadow:0 8px 30px #6366f10f!important}.dashboard-page .db-thumb-placeholder svg{color:#6366f1!important;margin-bottom:8px!important}.dashboard-page .db-thumb-placeholder span{color:#334155!important;font-size:.95rem!important;font-weight:600!important;display:block!important}.dashboard-page .db-thumb-placeholder small{color:#64748b!important;margin-top:4px!important;font-size:.78rem!important;display:block!important}.dashboard-page .db-thumb-preview-img{object-fit:cover!important;border-radius:10px!important;width:100%!important;max-height:220px!important;box-shadow:0 4px 12px #00000014!important}.dashboard-page .db-remove-thumb{color:#ef4444!important;cursor:pointer!important;background:#fef2f2!important;border:1px solid #fee2e2!important;border-radius:8px!important;margin-top:10px!important;padding:8px 16px!important;font-size:.82rem!important;font-weight:600!important;transition:all .2s!important}.dashboard-page .db-remove-thumb:hover{color:#dc2626!important;background:#fee2e2!important}.dashboard-page .db-tags-input-container{background:#fff!important;border:1px solid #6366f11f!important;border-radius:10px!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;min-height:48px!important;padding:8px 12px!important;transition:all .2s!important;display:flex!important}.dashboard-page .db-tags-input-container:focus-within{border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f11a!important}.dashboard-page .db-tags-list{flex-wrap:wrap!important;gap:6px!important;display:flex!important}.dashboard-page .db-tag-badge{color:#4f46e5!important;background:#e0e7ff!important;border:1px solid #c7d2fe!important;border-radius:9999px!important;align-items:center!important;gap:6px!important;padding:4px 10px!important;font-size:.8rem!important;font-weight:600!important;animation:.15s both zoomIn!important;display:inline-flex!important}.dashboard-page .db-remove-tag-btn{color:#6366f1!important;cursor:pointer!important;background:0 0!important;border:none!important;justify-content:center!important;align-items:center!important;padding:0!important;font-size:1.1rem!important;line-height:1!important;transition:color .15s!important;display:inline-flex!important}.dashboard-page .db-remove-tag-btn:hover{color:#4338ca!important}.dashboard-page .db-tags-input-container input{color:#0f172a!important;min-width:120px!important;height:auto!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;outline:none!important;flex:1!important;margin:0!important;padding:4px 8px!important;font-size:.9rem!important}.dashboard-page .db-tags-input-container input:focus{box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.dashboard-page .db-tags-input-container input::placeholder{color:#94a3b8!important}.dashboard-page .db-blog-layout-wrapper{grid-template-columns:280px 1fr!important;align-items:start!important;gap:24px!important;margin-top:16px!important;display:grid!important}.dashboard-page .db-blog-sidebar{background:#fff!important;border:1px solid #6366f114!important;border-radius:12px!important;padding:16px!important;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008!important}.dashboard-page .db-sidebar-section-header h3{color:#0f172a!important;letter-spacing:-.02em!important;margin:0 0 12px!important;font-size:1rem!important;font-weight:700!important}.dashboard-page .db-add-category-form{gap:8px!important;margin-bottom:16px!important;display:flex!important}.dashboard-page .db-add-category-form input{color:#0f172a!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;outline:none!important;flex:1!important;padding:6px 12px!important;font-size:.85rem!important}.dashboard-page .db-add-category-form input:focus{border-color:#6366f1!important}.dashboard-page .db-add-category-form button{color:#fff!important;cursor:pointer!important;background:#6366f1!important;border:none!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;font-size:1.2rem!important;font-weight:600!important;transition:all .2s!important;display:flex!important}.dashboard-page .db-add-category-form button:hover{background:#4f46e5!important}.dashboard-page .db-categories-list{flex-direction:column!important;gap:4px!important;display:flex!important}.dashboard-page .db-category-item-wrap{border-radius:8px!important;justify-content:space-between!important;align-items:center!important;transition:all .2s!important;display:flex!important;position:relative!important}.dashboard-page .db-category-item-wrap:hover{background:#f1f5f9!important}.dashboard-page .db-category-item-wrap.active{background:#e0e7ff!important}.dashboard-page .db-category-item-btn{text-align:left!important;color:#475569!important;cursor:pointer!important;background:0 0!important;border:none!important;border-radius:8px!important;flex:1!important;justify-content:space-between!important;align-items:center!important;padding:8px 12px!important;font-size:.9rem!important;font-weight:500!important;display:flex!important}.dashboard-page .db-category-item-wrap.active .db-category-item-btn{color:#4f46e5!important;font-weight:600!important}.dashboard-page .db-category-name{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:140px!important;overflow:hidden!important}.dashboard-page .db-category-count{color:#64748b!important;background:#f1f5f9!important;border-radius:9999px!important;padding:2px 8px!important;font-size:.75rem!important;font-weight:600!important}.dashboard-page .db-category-item-wrap.active .db-category-count{color:#4f46e5!important;background:#c7d2fe!important}.dashboard-page .db-category-actions{gap:4px!important;display:none!important;position:absolute!important;top:50%!important;right:8px!important;transform:translateY(-50%)!important}.dashboard-page .db-category-item-wrap:hover .db-category-actions{display:flex!important}.dashboard-page .db-cat-act-btn{cursor:pointer!important;color:#475569!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:4px!important;justify-content:center!important;align-items:center!important;width:24px!important;height:24px!important;font-size:.75rem!important;display:flex!important;box-shadow:0 1px 2px #0000000d!important}.dashboard-page .db-cat-act-btn.edit:hover{color:#4f46e5!important;background:#6366f10a!important;border-color:#6366f133!important}.dashboard-page .db-cat-act-btn.delete:hover{color:#ef4444!important;background:#ef44440a!important;border-color:#ef444433!important}.dashboard-page .db-edit-category-form{align-items:center!important;gap:4px!important;width:100%!important;padding:4px 8px!important;display:flex!important}.dashboard-page .db-edit-category-form input{color:#0f172a!important;background:#fff!important;border:1px solid #6366f1!important;border-radius:6px!important;outline:none!important;flex:1!important;padding:4px 8px!important;font-size:.85rem!important}.dashboard-page .db-cat-save{color:#fff!important;cursor:pointer!important;background:#10b981!important;border:none!important;border-radius:4px!important;justify-content:center!important;align-items:center!important;width:24px!important;height:24px!important;display:flex!important}.dashboard-page .db-cat-cancel{color:#fff!important;cursor:pointer!important;background:#ef4444!important;border:none!important;border-radius:4px!important;justify-content:center!important;align-items:center!important;width:24px!important;height:24px!important;display:flex!important}.dashboard-page .db-bulk-actions-bar{background:#f8fafc!important;border:1.5px solid #c7d2fe!important;border-radius:12px!important;justify-content:space-between!important;align-items:center!important;margin-bottom:20px!important;padding:12px 20px!important;display:flex!important}.dashboard-page .db-bulk-selected-count{color:#4f46e5!important;font-size:.95rem!important;font-weight:600!important}.dashboard-page .db-bulk-buttons{align-items:center!important;gap:8px!important;display:flex!important}.dashboard-page .db-bulk-btn{color:#475569!important;cursor:pointer!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:8px!important;padding:6px 14px!important;font-size:.85rem!important;font-weight:600!important;transition:all .15s!important}.dashboard-page .db-bulk-btn:hover{background:#f1f5f9!important}.dashboard-page .db-bulk-btn.publish{color:#10b981!important;border-color:#10b981!important}.dashboard-page .db-bulk-btn.publish:hover{background:#ecfdf5!important}.dashboard-page .db-bulk-btn.unpublish{color:#f59e0b!important;border-color:#f59e0b!important}.dashboard-page .db-bulk-btn.unpublish:hover{background:#fffbeb!important}.dashboard-page .db-bulk-btn.delete{color:#ef4444!important;border-color:#ef4444!important}.dashboard-page .db-bulk-btn.delete:hover{background:#fef2f2!important}.dashboard-page .db-bulk-move-wrap select{color:#475569!important;cursor:pointer!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:8px!important;padding:6px 12px!important;font-size:.85rem!important;font-weight:600!important}.dashboard-page .db-posts-table-container{background:#fff!important;border:1px solid #6366f114!important;border-radius:12px!important;overflow-x:auto!important;box-shadow:0 4px 6px -1px #0000000d!important}.dashboard-page .db-posts-table{border-collapse:collapse!important;text-align:left!important;width:100%!important}.dashboard-page .db-posts-table th{color:#475569!important;text-transform:uppercase!important;letter-spacing:.05em!important;background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important;padding:14px 20px!important;font-size:.85rem!important;font-weight:700!important}.dashboard-page .db-posts-table td{color:#334155!important;vertical-align:middle!important;border-bottom:1px solid #e2e8f0!important;padding:16px 20px!important;font-size:.9rem!important}.dashboard-page .db-posts-table tr{transition:background .15s!important}.dashboard-page .db-posts-table tr:hover{background:#f8fafc!important}.dashboard-page .db-posts-table tr.selected{background:#f0f4ff!important}.dashboard-page .db-table-post-cell{align-items:center!important;gap:12px!important;display:flex!important}.dashboard-page .db-table-post-thumb{background:#f1f5f9!important;border:1px solid #e2e8f0!important;border-radius:8px!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:48px!important;height:48px!important;display:flex!important;overflow:hidden!important}.dashboard-page .db-table-post-thumb img{object-fit:cover!important;width:100%!important;height:100%!important}.dashboard-page .db-table-post-details{flex-direction:column!important;gap:4px!important;display:flex!important}.dashboard-page .db-table-post-title{color:#0f172a!important;font-weight:600!important;line-height:1.3!important}.dashboard-page .db-table-post-desc{color:#64748b!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;font-size:.78rem!important;display:-webkit-box!important;overflow:hidden!important}.dashboard-page .db-table-cats{flex-wrap:wrap!important;gap:4px!important;display:flex!important}.dashboard-page .db-table-cat-badge{color:#4f46e5!important;background:#e0e7ff!important;border-radius:4px!important;padding:2px 8px!important;font-size:.75rem!important;font-weight:600!important}.dashboard-page .db-post-status-badge{border-radius:6px!important;padding:4px 8px!important;font-size:.78rem!important;font-weight:600!important;display:inline-block!important}.dashboard-page .db-post-status-badge.published{color:#059669!important;background:#ecfdf5!important}.dashboard-page .db-post-status-badge.draft{color:#d97706!important;background:#fffbeb!important}.dashboard-page .db-post-status-badge.scheduled{color:#2563eb!important;background:#eff6ff!important}.dashboard-page .db-table-scheduled-time{color:#2563eb!important;margin-top:4px!important;font-size:.72rem!important;font-weight:500!important}.dashboard-page .db-table-actions{justify-content:flex-end!important;gap:6px!important;display:flex!important}.dashboard-page .db-table-btn{color:#475569!important;cursor:pointer!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:8px!important;align-items:center!important;gap:4px!important;padding:6px 12px!important;font-size:.8rem!important;font-weight:600!important;transition:all .15s!important;display:inline-flex!important}.dashboard-page .db-table-btn:hover{color:#0f172a!important;background:#f1f5f9!important}.dashboard-page .db-table-btn.preview:hover{color:#6366f1!important;border-color:#6366f1!important}.dashboard-page .db-table-btn.duplicate:hover{color:#3b82f6!important;border-color:#3b82f6!important}.dashboard-page .db-table-btn.edit:hover{color:#10b981!important;border-color:#10b981!important}.dashboard-page .db-table-btn.delete:hover{color:#ef4444!important;border-color:#ef4444!important}.dashboard-page .db-categories-select-grid{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;flex-wrap:wrap!important;gap:8px!important;min-height:48px!important;padding:12px!important;display:flex!important}.dashboard-page .db-category-select-badge{color:#475569!important;cursor:pointer!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:20px!important;padding:6px 14px!important;font-size:.82rem!important;font-weight:600!important;transition:all .2s!important;box-shadow:0 1px 2px #00000005!important}.dashboard-page .db-category-select-badge:hover{color:#0f172a!important;background:#f1f5f9!important;transform:translateY(-1px)!important}.dashboard-page .db-category-select-badge.active{color:#fff!important;background:#6366f1!important;border-color:#6366f1!important;box-shadow:0 4px 12px #6366f133!important}.dashboard-page .db-form-seo-section{background:#fff!important;border:1.5px solid #6366f114!important;border-radius:16px!important;margin-top:32px!important;padding:24px!important;position:relative!important;overflow:hidden!important;box-shadow:0 10px 25px -5px #00000005!important}.dashboard-page .db-form-seo-section:before{content:""!important;background:#6366f1!important;width:4px!important;height:100%!important;position:absolute!important;top:0!important;left:0!important}.dashboard-page .db-form-seo-section h3{color:#0f172a!important;align-items:center!important;gap:8px!important;margin:0 0 18px!important;font-size:1.05rem!important;font-weight:700!important;display:flex!important}.dashboard-page .db-blog-toolbar-actions{align-items:center!important;gap:12px!important;display:flex!important}.dashboard-page .db-blog-sort select{color:#475569!important;cursor:pointer!important;background:#fff!important;border:1px solid #6366f11f!important;border-radius:10px!important;outline:none!important;height:40px!important;padding:8px 16px!important;font-size:.88rem!important;font-weight:600!important}.dashboard-page .db-blog-sort select:focus{border-color:#6366f1!important}.dashboard-page .preview-modal{color:#0f172a!important;background:#fff!important}.dashboard-page .db-preview-content img{border-radius:8px!important;max-width:100%!important;height:auto!important}.dashboard-page select option{color:#0f172a!important;background:#fff!important}
