@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--font-main:"Plus Jakarta Sans", sans-serif;--primary:#0a6344;--primary-light:#0a63441a;--bg-main:#f8fafc;--text-main:#1f2937;--text-muted:#6b7280;--border:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:var(--text-main)}button{font-family:var(--font-main)}.bg-primary{background-color:var(--primary)}.admin-sidebar{z-index:50;background:#0a6344;border-right:1px solid #ffffff1a;flex-direction:column;width:260px;height:100vh;transition:transform .3s;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.logout-btn{cursor:pointer;border:1px solid red;border:1px solid var(--border-color,#252f34);z-index:100;border-radius:8px;min-width:150px;margin-top:.5rem;padding:.25rem;position:absolute;box-shadow:0 10px 15px -3px #0006}.logout-btn:hover{color:#fff;background:#ffffff0d}.sidebar-brand{border-bottom:1px solid #ffffff1a;padding:2rem 1.5rem}.sidebar-brand h2{color:#fff;margin:0;font-size:1.25rem;font-weight:800}.sidebar-brand p{color:#fff9;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.75rem}.sidebar-nav{flex:1;padding:1.5rem .75rem}.nav-group{margin-bottom:2rem}.group-title{color:#fff6;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding:0 .75rem;font-size:.7rem;font-weight:700}.group-list{margin:0;padding:0;list-style:none}.nav-link{color:#fffc;border-radius:.5rem;align-items:center;gap:.75rem;padding:.625rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-link:hover{color:#fff;background:#ffffff0d}.nav-link.active{color:#fff;background:#ffffff26;box-shadow:0 4px 12px #0000001a}.nav-link svg{flex-shrink:0}.admin-sidebar::-webkit-scrollbar{width:4px}.admin-sidebar::-webkit-scrollbar-track{background:0 0}.admin-sidebar::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.admin-layout{background:#f8fafc;min-height:100vh;display:flex;overflow-x:hidden}.main-content{flex-direction:column;flex:1;min-width:0;margin-left:260px;transition:margin-left .3s;display:flex}.top-navbar{z-index:40;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex;position:sticky;top:0}.navbar-left{flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.mobile-toggle{color:#111827;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.5rem;display:none}.search-bar{color:#9ca3af;background:#f3f4f6;border-radius:.75rem;align-items:center;gap:.75rem;width:100%;max-width:400px;padding:.5rem 1rem;display:flex}.search-bar input{color:#1f2937;background:0 0;border:none;outline:none;width:100%;font-size:.875rem}.nav-actions{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.notif-btn{color:#64748b;cursor:pointer;background:0 0;border:none;display:flex;position:relative}.notif-dot{background:#e85454;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.admin-profile{cursor:pointer;border-radius:.5rem;align-items:center;gap:.75rem;padding:.5rem;transition:background .2s;display:flex}.admin-profile:hover{background:#f9fafb}.profile-info{text-align:right;flex-direction:column;display:flex}.admin-name{color:#1f2937;font-size:.875rem;font-weight:700}.admin-role{color:#6b7280;font-size:.75rem}.profile-img{color:#fff;background:#0a6344;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:.875rem;font-weight:700;display:flex}.content-inner{flex:1;padding:2rem}.mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:45;background:#00000080;position:fixed;inset:0}.loading-screen{color:#fff;background:#0f172a;flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%;height:100vh;font-size:16px;display:flex}.road-container{width:200px;height:80px;position:relative}.road{background:#374151;border-radius:5px;width:100%;height:10px;position:absolute;bottom:20px;overflow:hidden}.road:before{content:"";background:repeating-linear-gradient(90deg,#fff 0 20px,#0000 20px 40px);width:200%;height:100%;animation:1s linear infinite roadMove;position:absolute}.tire{background:#1f2937;border:6px solid #111;border-radius:50%;width:40px;height:40px;animation:.6s linear infinite tireSpin;position:absolute;bottom:25px;left:50%;transform:translate(-50%);box-shadow:inset 0 0 0 4px #9ca3af}.tire:after{content:"";background:#9ca3af;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loading-text{opacity:.8;letter-spacing:1px;font-size:14px}@keyframes tireSpin{0%{transform:translate(-50%)rotate(0)}to{transform:translate(-50%)rotate(360deg)}}@keyframes roadMove{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=1024px){.admin-sidebar{width:280px;transform:translate(-100%)}.sidebar-wrapper.open .admin-sidebar{transform:translate(0)}.main-content{margin-left:0}.mobile-toggle{display:flex}.top-navbar{padding:0 1rem}.search-bar,.admin-profile .profile-info{display:none}}@media (width<=640px){.nav-actions{gap:.75rem}.notif-btn{display:none}.content-inner{padding:1.25rem}.admin-profile{gap:0;padding:0}.admin-profile svg{display:none}}.dashboard-view{animation:.4s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.welcome-banner{margin-bottom:2.5rem}.welcome-banner h1{color:#1f2937;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.welcome-banner p{color:#6b7280;max-width:700px;line-height:1.6}.stat-card{background:#fff;border-left:4px solid #0a6344;border-radius:1rem;justify-content:space-between;align-items:flex-start;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #00000014}.stat-title{color:#6b7280;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.stat-icon-wrapper{background:#f9fafb;border-radius:.5rem;padding:.5rem}.dashboard-content-grid{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.content-card{background:#fff;border-left:4px solid #f3f4f6;border-radius:1rem;min-height:300px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d}.content-card h3{color:#1f2937;margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}.placeholder-chart,.placeholder-list{color:#9ca3af;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:.75rem;justify-content:center;align-items:center;height:200px;font-size:.875rem;display:flex}@media (width<=1024px){.dashboard-content-grid{grid-template-columns:1fr}}@media (width<=768px){.welcome-banner h1{font-size:1.5rem}.stat-card{padding:1.25rem}.stat-value{font-size:1.25rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}}@media (width<=480px){.welcome-banner{margin-bottom:1.5rem}.welcome-banner h1{font-size:1.25rem}.welcome-banner p{font-size:.875rem}.stats-grid{grid-template-columns:1fr}.stat-card{padding:1rem}.content-card{min-height:auto;padding:1.25rem}.content-card h3{margin-bottom:1rem;font-size:1rem}}.user-detail-modal{width:90%;max-width:800px}.profile-header{background:#f9fafb;border-bottom:1px solid #f3f4f6;align-items:center;gap:2rem;padding:1.5rem;display:flex}.profile-avatar-large{color:#fff;background:#0a6344;border-radius:1rem;justify-content:center;align-items:center;width:100px;height:100px;font-size:2.5rem;font-weight:800;display:flex}.profile-info-main h2{color:#111827;margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.profile-info-main p{color:#6b7280;align-items:center;gap:.5rem;display:flex}.detail-tabs{background:#fff;border-bottom:1px solid #f3f4f6;gap:2rem;padding:0 1.5rem;display:flex}.tab-item{color:#6b7280;cursor:pointer;border-bottom:2px solid #0000;padding:1rem 0;font-weight:600;transition:all .2s;position:relative}.tab-item:hover{color:#111827}.tab-item.active{color:#0a6344;border-bottom-color:#0a6344}.tab-content{max-height:500px;padding:1.5rem;overflow-y:auto}.info-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.info-item label{color:#9ca3af;text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.info-item p{color:#374151;font-weight:600}.sub-status-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.25rem;display:flex}.sub-plan-name{color:#0a6344;font-size:1.125rem;font-weight:800}.transaction-list{flex-direction:column;gap:.75rem;display:flex}.transaction-item{background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;justify-content:space-between;padding:1rem;display:flex}.tx-amount{color:#111827;font-weight:700}.tx-date{color:#6b7280;font-size:.85rem}.user-action-btn{cursor:pointer;border-radius:6px;padding:.5rem 1rem;font-weight:600}.btn-edit-profile{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.adm-root{--adm-bg:var(--bg-primary,#0d1114);--adm-bg-2:var(--bg-secondary,#131a1d);--adm-bg-3:var(--bg-tertiary,#1a2328);--adm-bg-card:var(--bg-card,#181f23);--adm-border:var(--border-color,#252f34);--adm-border-l:var(--border-light,#1e272c);--adm-text-1:var(--text-primary,#f0f4f2);--adm-text-2:var(--text-secondary,#9ca8a2);--adm-text-3:var(--text-muted,#6b7873);--adm-yellow:var(--accent-yellow,#f7cd5d);--adm-green:var(--accent-green,#0a6344);--adm-green-lt:#12805a;--adm-red:var(--accent-red,#e85454);--adm-orange:var(--accent-orange,#e8850c);--adm-cyan:var(--accent-cyan,#0cb8cc);--adm-r-sm:6px;--adm-r-md:10px;--adm-r-lg:14px;--adm-t:.18s ease;flex-direction:column;gap:1.5rem;animation:.35s both admFadeIn;display:flex}@keyframes admFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.adm-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.adm-page-title{color:var(--adm-text-1);letter-spacing:-.02em;margin:0 0 .3rem;font-size:1.6rem;font-weight:700}.adm-page-sub{color:var(--adm-text-2);margin:0;font-size:.9rem;line-height:1.5}.adm-summary-pills{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.adm-summary-pill{border-radius:100px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.78rem;font-weight:600;display:flex}.adm-summary-pill--pending{color:var(--adm-orange);background:#e8850c1f;border:1px solid #e8850c33}.adm-summary-pill--accepted{color:var(--adm-green-lt);background:#0a63441f;border:1px solid #0a634438}.adm-refresh-btn{background:var(--adm-bg-card);border:1px solid var(--adm-border);width:34px;height:34px;color:var(--adm-text-2);cursor:pointer;transition:all var(--adm-t);border-radius:50%;justify-content:center;align-items:center;display:flex}.adm-refresh-btn:hover:not(:disabled){background:var(--adm-bg-3);color:var(--adm-yellow);border-color:#f7cd5d4d}.admin-profile-cell{align-items:center;gap:12px;padding:4px 0;display:flex}.admin-avatar{background:linear-gradient(135deg, var(--accent-yellow,#f7cd5d), #f5d76e);border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;display:flex;position:relative;overflow:hidden}.admin-avatar img{object-fit:cover;object-position:center;width:100%;height:100%}.admin-avatar span{color:#1a1a1a;text-transform:uppercase;font-size:1rem;font-weight:600}.admin-name{color:var(--text-primary,#0e3622);margin-bottom:2px;font-size:.9rem;font-weight:600;line-height:1.3}.admin-email{color:var(--text-secondary,#4f6d5e);word-break:break-all;font-size:.75rem;line-height:1.3}@media (width<=768px){.admin-profile-cell{gap:8px}.admin-avatar{width:32px;min-width:32px;height:32px}.admin-avatar span,.admin-name{font-size:.8rem}.admin-email{font-size:.65rem}}@media (width<=480px){.admin-profile-cell{gap:6px}.admin-avatar{width:28px;min-width:28px;height:28px}.admin-avatar span{font-size:.7rem}.admin-name{font-size:.75rem}.admin-email{white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:.6rem;overflow:hidden}}.adm-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.adm-spinning{animation:.7s linear infinite admSpin}@keyframes admSpin{to{transform:rotate(360deg)}}.adm-toolbar{background:var(--adm-bg-2);border:1px solid var(--adm-border);border-radius:var(--adm-r-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.adm-tabs{gap:.35rem;display:flex}.adm-tab{border-radius:var(--adm-r-md);color:var(--adm-text-2);cursor:pointer;transition:all var(--adm-t);white-space:nowrap;background:0 0;border:1.5px solid #0000;align-items:center;gap:.45rem;padding:.55rem 1.1rem;font-size:.85rem;font-weight:600;display:flex}.adm-tab:hover{background:var(--adm-bg-3);color:var(--adm-text-1)}.adm-tab--active{color:var(--adm-green-lt);background:#0a634424;border-color:#0a634459}.adm-tab-count{color:var(--adm-yellow);text-align:center;background:#f7cd5d1a;border:1px solid #f7cd5d2e;border-radius:100px;min-width:20px;padding:1px 7px;font-size:.7rem;font-weight:700}.adm-filters{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.adm-search-wrap{align-items:center;display:flex;position:relative}.adm-search-icon{color:var(--adm-text-3);pointer-events:none;position:absolute;left:.75rem}.adm-search-input{background:var(--adm-bg-card);border:1.5px solid var(--adm-border);border-radius:var(--adm-r-md);color:var(--adm-text-1);width:240px;transition:border-color var(--adm-t), box-shadow var(--adm-t);outline:none;padding:.55rem 2.25rem;font-size:.85rem}.adm-search-input:focus{border-color:var(--adm-green-lt);box-shadow:0 0 0 3px #0a634426}.adm-search-input::placeholder{color:var(--adm-text-3)}.adm-search-clear{color:var(--adm-text-3);cursor:pointer;transition:color var(--adm-t);background:0 0;border:none;border-radius:3px;align-items:center;padding:2px;display:flex;position:absolute;right:.6rem}.adm-search-clear:hover{color:var(--adm-text-1)}.adm-select-wrap{align-items:center;display:flex;position:relative}.adm-status-select{background:var(--adm-bg-card);border:1.5px solid var(--adm-border);border-radius:var(--adm-r-md);color:var(--adm-text-1);appearance:none;cursor:pointer;transition:border-color var(--adm-t);outline:none;padding:.55rem 2rem .55rem .9rem;font-size:.85rem}.adm-status-select:focus{border-color:var(--adm-green-lt)}.adm-status-select option{background:var(--adm-bg-card)}.adm-select-chevron{color:var(--adm-text-3);pointer-events:none;position:absolute;right:.65rem}.adm-error-banner{border-radius:var(--adm-r-lg);color:var(--adm-red);background:#e8545414;border:1px solid #e8545440;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.875rem;display:flex}.adm-error-retry{border:1px solid var(--adm-red);border-radius:var(--adm-r-sm);color:var(--adm-red);cursor:pointer;transition:all var(--adm-t);background:0 0;margin-left:auto;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.adm-error-retry:hover{background:#e854541f}.adm-table-card{background:var(--adm-bg-2);border:1px solid var(--adm-border);border-radius:var(--adm-r-lg);animation:.25s both admFadeIn;overflow:hidden}.adm-table-card-header{border-bottom:1px solid var(--adm-border-l);justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;display:flex}.adm-table-card-title{color:var(--adm-text-1);align-items:center;gap:.55rem;margin:0;font-size:1rem;font-weight:700;display:flex}.adm-table-card-title svg{color:var(--adm-yellow)}.adm-results-count{color:var(--adm-text-3);font-size:.78rem;font-weight:500}.adm-table-scroll{scrollbar-width:thin;scrollbar-color:var(--adm-border) transparent;min-height:280px;overflow-x:auto}.adm-table-scroll::-webkit-scrollbar{height:5px}.adm-table-scroll::-webkit-scrollbar-thumb{background:var(--adm-border);border-radius:4px}.adm-table{border-collapse:collapse;width:100%;min-width:760px}.adm-table thead tr{background:var(--adm-bg-card)}.adm-table th{text-transform:uppercase;letter-spacing:.06em;color:var(--adm-text-3);border-bottom:1px solid var(--adm-border);white-space:nowrap;text-align:left;padding:.85rem 1.1rem;font-size:.7rem;font-weight:700}.adm-table td{border-bottom:1px solid var(--adm-border-l);vertical-align:middle;color:var(--adm-text-1);padding:.95rem 1.1rem;font-size:.875rem}.adm-tr{cursor:pointer;transition:background var(--adm-t)}.adm-tr:hover{background:var(--adm-bg-3)}.adm-tr:last-child td{border-bottom:none}.adm-td-muted{color:var(--adm-text-3);font-size:.8rem}.adm-td-secondary{color:var(--adm-text-2);font-size:.85rem}.adm-td-date{white-space:nowrap}.adm-profile-cell{align-items:center;gap:.75rem;display:flex}.adm-cell-name{color:var(--adm-text-1);white-space:nowrap;margin:0 0 2px;font-size:.88rem;font-weight:600}.adm-cell-email{color:var(--adm-text-3);margin:0;font-size:.78rem}.adm-avatar-img{object-fit:cover;border:2px solid var(--adm-border);border-radius:50%;flex-shrink:0}.adm-avatar-initials{border:2px solid var(--adm-border);color:var(--adm-yellow);letter-spacing:.01em;background:linear-gradient(135deg,#0a63444d,#f7cd5d26);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.adm-role-chip{text-transform:capitalize;color:var(--adm-cyan);white-space:nowrap;background:#0cb8cc1a;border:1px solid #0cb8cc33;border-radius:100px;padding:.2rem .65rem;font-size:.72rem;font-weight:700;display:inline-block}.adm-badge{text-transform:capitalize;white-space:nowrap;border-radius:100px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.adm-badge--pending{color:var(--adm-orange);background:#e8850c1f;border:1px solid #e8850c38}.adm-badge--approved{color:var(--adm-green-lt);background:#0a63441f;border:1px solid #0a634438}.adm-badge--rejected{color:var(--adm-red);background:#e854541a;border:1px solid #e8545433}.adm-view-btn{background:var(--adm-bg-3);border:1px solid var(--adm-border);width:32px;height:32px;color:var(--adm-text-2);cursor:pointer;transition:all var(--adm-t);border-radius:8px;justify-content:center;align-items:center;display:flex}.adm-view-btn:hover{border-color:var(--adm-green-lt);color:var(--adm-green-lt);background:#0a634426}.adm-skeleton-row td{border-bottom:1px solid var(--adm-border-l);padding:.95rem 1.1rem}.adm-skeleton-cell{background:linear-gradient(90deg, var(--adm-bg-3) 25%, var(--adm-bg-card) 50%, var(--adm-bg-3) 75%);background-size:200% 100%;border-radius:4px;height:14px;animation:1.4s infinite admShimmer}@keyframes admShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.adm-empty-cell{text-align:center;padding:3.5rem 1rem!important}.adm-empty-state{color:var(--adm-text-3);flex-direction:column;align-items:center;gap:.5rem;display:flex}.adm-empty-state svg{opacity:.35;margin-bottom:.25rem}.adm-empty-state p{color:var(--adm-text-2);margin:0;font-size:.95rem;font-weight:600}.adm-empty-state span{margin:0;font-size:.8rem}.adm-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9000;background:#000000b8;justify-content:center;align-items:center;padding:1rem;animation:.18s admFadeIn;display:flex;position:fixed;inset:0}.adm-modal{background:var(--adm-bg-2);border:1px solid var(--adm-border);border-radius:var(--adm-r-lg);flex-direction:column;width:100%;max-width:540px;max-height:90vh;animation:.28s cubic-bezier(.16,1,.3,1) admSlideUp;display:flex;overflow:hidden;box-shadow:0 24px 70px #0009}.adm-modal.adm-badge--pending{border-top:3px solid var(--adm-orange)}.adm-modal.adm-badge--approved{border-top:3px solid var(--adm-green-lt)}.adm-modal.adm-badge--rejected{border-top:3px solid var(--adm-red)}@keyframes admSlideUp{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.adm-modal-header{border-bottom:1px solid var(--adm-border-l);flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.adm-modal-title-row{flex:1;align-items:center;gap:.85rem;min-width:0;display:flex}.adm-modal-title{color:var(--adm-text-1);white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:1.05rem;font-weight:700;overflow:hidden}.adm-modal-subtitle{color:var(--adm-text-3);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8rem;overflow:hidden}.adm-modal-header-right{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.adm-modal-close{background:var(--adm-bg-3);border:1px solid var(--adm-border);width:30px;height:30px;color:var(--adm-text-2);cursor:pointer;transition:all var(--adm-t);border-radius:50%;justify-content:center;align-items:center;display:flex}.adm-modal-close:hover{background:var(--adm-bg-card);color:var(--adm-text-1)}.adm-modal-body{scrollbar-width:thin;scrollbar-color:var(--adm-border) transparent;flex:1;padding:1.25rem 1.5rem;overflow-y:auto}.adm-modal-body::-webkit-scrollbar{width:4px}.adm-modal-body::-webkit-scrollbar-thumb{background:var(--adm-border);border-radius:4px}.adm-detail-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.25rem;display:grid}.adm-detail-row{background:var(--adm-bg-card);border:1px solid var(--adm-border-l);border-radius:var(--adm-r-md);transition:border-color var(--adm-t);flex-direction:column;gap:.3rem;padding:.75rem 1rem;display:flex}.adm-detail-row:hover{border-color:var(--adm-border)}.adm-detail-row--full{grid-column:span 2}.adm-detail-label{text-transform:uppercase;letter-spacing:.06em;color:var(--adm-text-3);align-items:center;gap:.35rem;font-size:.68rem;font-weight:700;display:flex}.adm-detail-label svg{color:var(--adm-yellow);opacity:.75;flex-shrink:0}.adm-detail-value{color:var(--adm-text-1);word-break:break-word;font-size:.875rem;font-weight:500;line-height:1.45}.adm-modal-image-wrap{border-top:1px solid var(--adm-border-l);padding-top:1rem}.adm-modal-image-label{text-transform:uppercase;letter-spacing:.06em;color:var(--adm-text-3);margin:0 0 .65rem;font-size:.7rem;font-weight:700}.adm-modal-image{object-fit:cover;border-radius:var(--adm-r-md);border:1px solid var(--adm-border);width:100%;max-height:220px}.adm-modal-footer{border-top:1px solid var(--adm-border-l);flex-shrink:0;justify-content:flex-end;padding:.95rem 1.5rem;display:flex}.adm-modal-dismiss{background:var(--adm-bg-3);border:1.5px solid var(--adm-border);border-radius:var(--adm-r-md);color:var(--adm-text-1);cursor:pointer;transition:all var(--adm-t);padding:.6rem 1.5rem;font-size:.875rem;font-weight:600}.adm-modal-dismiss:hover{border-color:var(--adm-green-lt);color:var(--adm-green-lt);background:#0a634424}@media (width<=900px){.adm-toolbar{flex-direction:column;align-items:stretch}.adm-filters,.adm-search-input,.adm-status-select{width:100%}.adm-select-wrap,.adm-search-wrap{flex:1}}@media (width<=768px){.adm-page-header{flex-direction:column;align-items:stretch}.adm-summary-pills{justify-content:flex-start}.adm-modal{max-width:96vw;margin:0 auto}.adm-detail-grid{grid-template-columns:1fr}.adm-detail-row--full{grid-column:span 1}.adm-table th,.adm-table td{padding:.75rem .85rem}}@media (width<=480px){.adm-page-title{font-size:1.3rem}.adm-tabs{width:100%}.adm-tab{flex:1;justify-content:center}.adm-modal{border-radius:var(--adm-r-md);max-width:100%}.adm-modal-header,.adm-modal-body{padding:1rem}.adm-modal-footer{padding:.75rem 1rem}.adm-modal-title{font-size:.95rem}.adm-modal-subtitle{font-size:.75rem}}.action-dot-btn:hover{background-color:var(--adm-bg-3);color:var(--adm-text-1)}.action-dropdown{background:var(--adm-bg-card);border:1px solid var(--adm-border);border-radius:var(--adm-r-md);z-index:1000;min-width:170px;margin-top:.35rem;display:none;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 30px #00000080}.action-dropdown.active{animation:.15s ease-out forwards admFadeIn;display:block}.action-item{color:var(--adm-text-1);cursor:pointer;transition:background var(--adm-t), color var(--adm-t);border-bottom:1px solid var(--adm-border-l);align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.85rem;display:flex}.action-item:last-child{border-bottom:none}.action-item:hover{background:var(--adm-bg-3);color:var(--adm-yellow)}.action-item.delete{color:var(--adm-red)}.action-item.delete:hover{color:var(--adm-red);background:#e854541a}.admin-filters-card{background:var(--bg-secondary,#131a1d);border:1px solid var(--border-color,#252f34);border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:24px;padding:20px 24px;transition:all .3s;display:flex}.admin-filters-card:hover{border-color:var(--accent-yellow,#f7cd5d);box-shadow:0 4px 12px #0003}.filter-group{align-items:center;gap:12px;display:flex}.search-input-wrapper{flex:1;align-items:center;display:flex;position:relative}.search-icon{color:var(--text-muted,#6b7873);pointer-events:none;z-index:1;position:absolute;left:14px}.search-input-wrapper input{background:var(--bg-tertiary,#1a2328);border:1px solid var(--border-color,#252f34);width:100%;color:var(--text-primary,#f0f4f2);border-radius:8px;padding:10px 14px 10px 42px;font-size:.9rem;transition:all .2s}.search-input-wrapper input:focus{border-color:var(--accent-yellow,#f7cd5d);background:var(--bg-card,#181f23);outline:none}.search-input-wrapper input::placeholder{color:var(--text-muted,#6b7873)}.filter-group select{background:var(--bg-tertiary,#1a2328);border:1px solid var(--border-color,#252f34);color:var(--text-primary,#f0f4f2);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239ca8a2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:14px;border-radius:8px;padding:10px 32px 10px 14px;font-size:.9rem;transition:all .2s}.filter-group select:hover{border-color:var(--accent-yellow,#f7cd5d)}.filter-group select:focus{border-color:var(--accent-yellow,#f7cd5d);outline:none}.btn-primary{background:linear-gradient(135deg, var(--accent-yellow,#f7cd5d), #f5d76e);color:#1a1a1a;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#f5d76e,#f7cd5d);transform:translateY(-2px);box-shadow:0 4px 12px #f7cd5d4d}.btn-primary:active:not(:disabled){transform:translateY(0)}@media (width<=1024px){.admin-filters-card{gap:12px;padding:16px 20px}.filter-group select{min-width:130px}}@media (width<=768px){.admin-filters-card{flex-direction:column;align-items:stretch;gap:12px;padding:16px}.filter-group{width:100%}.filter-group select{width:100%;min-width:auto}.btn-primary{justify-content:center;width:100%}.search-input-wrapper input{font-size:.85rem}}@media (width<=480px){.admin-filters-card{gap:10px;padding:12px}.search-input-wrapper input{padding:8px 12px 8px 38px;font-size:.8rem}.search-icon{width:16px;height:16px;left:12px}.filter-group select{padding:8px 28px 8px 12px;font-size:.8rem}.btn-primary{padding:8px 16px;font-size:.8rem}}.roles-view-container{animation:.3s ease-in-out fadeIn}.role-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.role-stat-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;justify-content:space-between;align-items:center;padding:1.5rem;transition:transform .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.role-stat-card:hover{transform:translateY(-2px)}.stat-icon-primary{color:#1e429f;background:#e1effe}.stat-icon-success{color:#03543f;background:#def7ec}.stat-icon-warning{color:#9c4221;background:#feecdc}.stat-icon-info{color:#065f46;background:#e1ffe9}.role-name-cell{align-items:center;gap:1rem;display:flex}.role-icon{color:#6b7280;background:#f3f4f6;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.role-name{color:#111827;margin-bottom:.25rem;font-weight:600}.role-desc{color:#6b7280;font-size:.85rem}.users-count{color:#111827;font-weight:600}.permissions-count{color:#6b7280;font-size:.875rem}.badge-system{color:#374151;background:#f3f4f6}.badge-vendor{color:#9c4221;background:#feecdc}.badge-practitioner{color:#065f46;background:#e1ffe9}.modal-lg{max-width:600px}.assign-filters{gap:1rem;margin-bottom:1rem;display:flex}.users-list{border:1px solid #f3f4f6;border-radius:8px;max-height:300px;overflow-y:auto}.user-item{cursor:pointer;border-bottom:1px solid #f3f4f6;align-items:center;gap:1rem;padding:.75rem 1rem;transition:background-color .2s;display:flex}.user-item:last-child{border-bottom:none}.user-item:hover{background-color:#f9fafb}.user-item.selected{background-color:#e1effe}.user-item-checkbox{align-items:center;display:flex}.user-item-checkbox input{cursor:pointer;width:18px;height:18px}.user-item-icon{color:#6b7280;background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.user-item-info{flex:1}.user-item-name{color:#111827;margin-bottom:.25rem;font-weight:600}.user-item-email{color:#6b7280;font-size:.85rem}.no-users{text-align:center;color:#6b7280;padding:2rem}.selected-info{color:#1e429f;text-align:center;background:#e1effe;border-radius:8px;margin-top:1rem;padding:.75rem;font-weight:600}.permission-modal-body{max-height:450px;overflow-y:auto}.permissions-list{flex-direction:column;gap:.5rem;display:flex}.permission-category{border:1px solid #f3f4f6;border-radius:8px;overflow:hidden}.category-header{cursor:pointer;background:#f9fafb;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.category-header:hover{background:#f3f4f6}.category-header-left{align-items:center;gap:.75rem;display:flex}.category-header-left input{cursor:pointer;width:18px;height:18px}.category-name{color:#111827;font-weight:600}.category-count{color:#6b7280;background:#e5e7eb;border-radius:4px;padding:.25rem .5rem;font-size:.85rem}.category-permissions{flex-direction:column;display:flex}.permission-item{cursor:pointer;border-top:1px solid #f3f4f6;align-items:flex-start;gap:.75rem;padding:.75rem 1rem .75rem 2.5rem;transition:background-color .2s;display:flex}.permission-item:hover{background-color:#f9fafb}.permission-item.selected{background-color:#e1ffe9}.permission-checkbox{margin-top:2px}.permission-checkbox input{cursor:pointer;width:16px;height:16px}.permission-info{flex:1}.permission-name{color:#111827;margin-bottom:.25rem;font-weight:500}.permission-desc{color:#6b7280;font-size:.85rem}.modal-footer{justify-content:space-between;align-items:center;display:flex}.selected-count{color:#6b7280;font-size:.875rem}.modal-footer-actions{gap:.75rem;display:flex}.btn-primary:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){.role-stats-grid{grid-template-columns:repeat(2,1fr)}.modal-lg{max-width:95%}.assign-filters{flex-direction:column}.modal-footer{flex-direction:column;gap:1rem}.modal-footer-actions{justify-content:flex-end;width:100%}}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.view-toggle{cursor:pointer;color:#6b7280;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:flex}.view-toggle.active{color:#fff;background:#0a6344;border-color:#0a6344}.view-toggle:hover:not(.active){background:#f9fafb}.products-grid-view{width:100%}.product-grid-card{background:#fff;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 1px 3px #0000001a}.product-grid-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.product-grid-image{aspect-ratio:1;cursor:pointer;background:#f3f4f6;position:relative;overflow:hidden}.product-grid-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-grid-image:hover img{transform:scale(1.05)}.badge-stock{border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;position:absolute;bottom:.75rem;left:.75rem}.badge-stock.in-stock{color:#fff;background:#03543fe6}.badge-stock.out-of-stock{color:#fff;background:#9b1c1ce6}.product-grid-content{padding:1rem}.product-grid-content h3{color:#111827;cursor:pointer;margin-bottom:.25rem;font-size:1rem;font-weight:600}.product-grid-content h3:hover{color:#0a6344}.vendor-name{color:#6b7280;margin-bottom:.5rem;font-size:.875rem}.product-price{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.product-price .price{color:#0a6344;font-size:1.125rem;font-weight:700}.product-price .original-price{color:#9ca3af;font-size:.875rem;text-decoration:line-through}.product-actions{border-top:1px solid #f3f4f6;gap:.5rem;padding-top:.75rem;display:flex}.btn-icon{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.btn-icon:hover{color:#111827;background:#e5e7eb}.btn-icon.btn-danger:hover{color:#dc2626;background:#fde8e8}.product-cell{align-items:center;gap:1rem;display:flex}.product-thumb{background:#f3f4f6;border-radius:8px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.product-thumb img{object-fit:cover;width:100%;height:100%}.product-name{color:#111827;cursor:pointer;margin-bottom:.25rem;font-weight:600}.product-name:hover{color:#0a6344}.product-sku{color:#9ca3af;font-size:.85rem}.price-cell .price{color:#111827;font-weight:600}.price-cell .original-price{color:#9ca3af;font-size:.85rem;text-decoration:line-through}.stock{color:#03543f;font-weight:600}.stock.out-of-stock{color:#dc2626}.badge-pending{color:#92400e;background:#fef3c7}.badge-category{color:#1e429f;background:#e1effe}.product-form-page{animation:.3s ease-in-out fadeIn}.form-header{margin-bottom:2rem}.form-header h2{color:#111827;margin-top:1rem;font-size:1.5rem;font-weight:700}.btn-back{color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-weight:500;display:flex}.btn-back:hover{color:#111827}.product-form{flex-direction:column;gap:2rem;display:flex}.form-main{grid-template-columns:1fr 320px;gap:2rem;display:grid}.form-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.form-section h3{color:#111827;border-bottom:1px solid #f3f4f6;margin-bottom:1rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:600}.form-group.full-width{grid-column:span 2}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:8px;width:100%;padding:.6rem .75rem;font-size:.95rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0a6344;outline:none}.form-group textarea{resize:vertical}.image-preview-controls{gap:.5rem;margin-bottom:1rem;display:flex}.images-preview-area{border:2px dashed #d1d5db;border-radius:8px;padding:1rem}.preview-images{gap:.5rem;margin-bottom:1rem;display:grid}.preview-images.grid{grid-template-columns:repeat(3,1fr)}.preview-images.list{grid-template-columns:1fr}.preview-image{aspect-ratio:1;border-radius:8px;position:relative;overflow:hidden}.preview-images.list .preview-image{aspect-ratio:auto;height:60px}.preview-image img{object-fit:cover;width:100%;height:100%}.remove-image{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:.25rem;right:.25rem}.remove-image:hover{background:#dc2626}.add-image-url{align-items:center;gap:.5rem;display:flex}.add-image-url .search-input-wrapper{flex:1}.add-image-url input{padding-left:2.5rem!important}.no-images{text-align:center;color:#9ca3af;padding:1rem}.upload-area{cursor:pointer;background:#fafafa;border:2px dashed #d1d5db;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1rem;padding:2rem;transition:all .2s;display:flex}.upload-area:hover,.upload-area.dragging{background:#f0fdf4;border-color:#0a6344}.upload-area.dragging{border-style:solid}.upload-area svg{color:#9ca3af;margin-bottom:.5rem}.upload-area p{color:#374151;margin-bottom:.25rem;font-weight:600}.upload-area span{color:#9ca3af;font-size:.875rem}.or-divider{color:#9ca3af;align-items:center;gap:1rem;margin:1rem 0;font-size:.875rem;display:flex}.or-divider:before,.or-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.images-count{text-align:center;color:#0a6344;margin-top:.5rem;font-weight:600}.required{color:#dc2626}.no-product-content{text-align:center;background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:4rem;display:flex}.no-product-content p{color:#6b7280;margin-bottom:.5rem}.no-product-content p:first-child{color:#111827;font-size:1.125rem;font-weight:600}.benefits-list{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.benefit-item{color:#065f46;background:#e1ffe9;border-radius:6px;align-items:center;gap:.5rem;padding:.25rem .5rem;font-size:.875rem;display:flex}.benefit-item button{cursor:pointer;color:#065f46;background:0 0;border:none;padding:0;display:flex}.benefit-item button:hover{color:#dc2626}.add-benefit{gap:.5rem;display:flex}.add-benefit input{flex:1}.form-actions{border-top:1px solid #f3f4f6;justify-content:flex-end;gap:.75rem;padding-top:1rem;display:flex}.btn-danger{color:#fff;cursor:pointer;background-color:#dc2626;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:600;transition:background-color .2s;display:flex}.btn-danger:hover{background-color:#b91c1c}.product-detail-page{animation:.3s ease-in-out fadeIn}.detail-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.detail-content{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.detail-images{flex-direction:column;gap:1rem;display:flex}.main-image-container{background:#f3f4f6;border-radius:12px;position:relative;overflow:hidden}.main-image{aspect-ratio:1;cursor:zoom-in;background:#f9fafb;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.main-image.zoomed{cursor:zoom-out}.main-image img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .3s}.main-image.zoomed img{object-fit:cover;width:100%;height:100%;position:absolute}.nav-btn{cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 4px #0000001a}.nav-btn:hover{background:#f3f4f6}.nav-btn.prev{left:1rem}.nav-btn.next{right:1rem}.zoom-hint{color:#fff;background:#0009;border-radius:6px;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.75rem;display:flex;position:absolute;bottom:1rem;right:1rem}.zoom-overlay{cursor:zoom-out;background:#000c;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.close-zoom{cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.thumbnail-grid{gap:.5rem;padding:.25rem;display:flex;overflow-x:auto}.thumbnail{cursor:pointer;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:64px;height:64px;transition:border-color .2s;overflow:hidden}.thumbnail.active{border-color:#0a6344}.thumbnail img{object-fit:cover;width:100%;height:100%}.no-image{color:#9ca3af;justify-content:center;align-items:center;height:300px;display:flex}.detail-info{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.info-header{gap:.5rem;margin-bottom:1rem;display:flex}.detail-info h1{color:#111827;margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.detail-info .sku{color:#9ca3af;margin-bottom:1.5rem;font-size:.875rem}.price-section{background:#f9fafb;border-radius:8px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.price-section .current-price{color:#0a6344;font-size:1.75rem;font-weight:700}.price-section .original-price{color:#9ca3af;font-size:1rem;text-decoration:line-through}.price-section .discount{color:#fff;background:#dc2626;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.stock-section{margin-bottom:1rem}.stock-section .stock{font-weight:600}.stock-section .in-stock{color:#03543f}.stock-section .out-of-stock{color:#dc2626}.vendor-section{border-bottom:1px solid #f3f4f6;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.vendor-section .label{color:#6b7280}.vendor-section .value{color:#111827;font-weight:600}.description-section,.benefits-section,.ingredients-section,.usage-section,.warnings-section{margin-bottom:1.5rem}.description-section h3,.benefits-section h3,.ingredients-section h3,.usage-section h3,.warnings-section h3{color:#111827;margin-bottom:.5rem;font-size:1rem;font-weight:600}.benefits-section ul{padding:0;list-style:none}.benefits-section ul li{color:#065f46;align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.warnings-section{background:#fef3c7;border-radius:8px;padding:1rem}.warnings-section h3{color:#92400e}.warnings-section p{color:#b45309}.meta-section{color:#9ca3af;border-top:1px solid #f3f4f6;margin-top:2rem;padding-top:1rem;font-size:.85rem}@media (width<=1024px){.form-main,.detail-content{grid-template-columns:1fr}}@media (width<=768px){.products-grid{grid-template-columns:repeat(2,1fr)}.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}.form-actions{flex-direction:column}.detail-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-actions{width:100%}.header-actions button{flex:1}}@media (width<=480px){.products-grid{grid-template-columns:1fr}.thumbnails{display:flex;overflow-x:auto}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.close-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:flex}.confirm-delete-content{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.confirm-delete-icon{color:#dc2626;background:#fde8e8;border-radius:50%;justify-content:center;align-items:center;padding:1rem;display:flex}.confirm-delete-text{color:#374151;font-size:.95rem;line-height:1.5}.confirm-delete-text strong{color:#111827}.modal-footer{background:#f9fafb;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:1rem;padding:1.25rem 1.5rem;display:flex}.btn-secondary{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:600;transition:all .2s;display:flex}.btn-secondary:hover{background:#e5e7eb}.btn-primary{color:#fff;cursor:pointer;background-color:#0a6344;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:600;transition:background-color .2s;display:flex}.btn-primary:disabled,.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.loading-spinner{text-align:center;color:#6b7280;padding:3rem;font-size:1rem}.category-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.category-stat-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;justify-content:space-between;align-items:center;padding:1.5rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.category-cell{align-items:center;gap:1rem;display:flex}.category-thumb{background:#f3f4f6;border-radius:8px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.category-thumb img{object-fit:cover;width:100%;height:100%}.category-name{color:#111827;margin-bottom:.25rem;font-weight:600}.category-slug{color:#9ca3af;font-size:.85rem}.date-text{color:#6b7280;font-size:.875rem}.sub-count,.product-count{color:#111827;font-weight:600}.action-buttons-inline{gap:.5rem;display:flex}.category-detail-page{animation:.3s ease-in-out fadeIn}.category-detail-header{background:#fff;border-radius:12px;gap:2rem;margin-bottom:2rem;padding:2rem;display:flex;box-shadow:0 1px 3px #0000001a}.category-header-image{background:#f3f4f6;border-radius:12px;flex-shrink:0;width:200px;height:200px;overflow:hidden}.category-header-image img{object-fit:cover;width:100%;height:100%}.category-header-info{flex:1}.category-header-info h1{color:#111827;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.category-header-info .slug{color:#9ca3af;margin-bottom:.5rem;font-size:.875rem}.category-header-info .created{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.category-stats{gap:2rem;margin-top:1rem;display:flex}.category-stats .stat{background:#f9fafb;border-radius:8px;flex-direction:column;align-items:center;min-width:80px;padding:1rem;display:flex}.category-stats .stat-value{color:#111827;font-size:1.5rem;font-weight:700}.category-stats .stat-label{color:#6b7280;text-transform:uppercase;font-size:.75rem}.category-detail-sections{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.detail-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.section-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.section-header h3{color:#111827;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.btn-sm{padding:.4rem .75rem;font-size:.875rem}.add-sub-form{background:#f9fafb;border-radius:8px;gap:.5rem;margin-bottom:1rem;padding:1rem;display:flex}.add-sub-form input{border:1px solid #d1d5db;border-radius:6px;flex:1;padding:.5rem .75rem;font-size:.875rem}.sub-categories-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;display:grid}.sub-category-card{text-align:center;background:#f9fafb;border-radius:8px;padding:1rem}.sub-category-image{background:#e5e7eb;border-radius:8px;width:80px;height:80px;margin:0 auto .5rem;overflow:hidden}.sub-category-image img{object-fit:cover;width:100%;height:100%}.sub-category-info h4{color:#111827;margin-bottom:.25rem;font-size:.875rem;font-weight:600}.sub-category-info p{color:#6b7280;margin-bottom:.5rem;font-size:.75rem}.sub-category-actions{justify-content:center;gap:.5rem;display:flex}.sub-category-actions button{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem}.sub-category-actions button:hover{color:#111827;background:#e5e7eb}.products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.product-card-mini{background:#f9fafb;border-radius:8px;padding:1rem}.product-card-mini .product-image{background:#e5e7eb;border-radius:8px;width:80px;height:80px;margin:0 auto .5rem;overflow:hidden}.product-card-mini .product-image img{object-fit:cover;width:100%;height:100%}.product-card-mini .product-info{text-align:center}.product-card-mini .product-info h4{color:#111827;margin-bottom:.25rem;font-size:.875rem;font-weight:600}.product-card-mini .product-info .price{color:#0a6344;margin-bottom:.25rem;font-size:.875rem;font-weight:600}.product-card-mini .product-actions{justify-content:center;display:flex}.product-card-mini .product-actions button{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #d1d5db;border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;display:flex}.product-card-mini .product-actions button:hover{color:#111827;background:#f3f4f6}.no-items{text-align:center;color:#9ca3af;padding:2rem}.modal-sm{max-width:400px}@media (width<=768px){.category-detail-header{text-align:center;flex-direction:column;align-items:center}.category-detail-sections{grid-template-columns:1fr}.category-stats{justify-content:center}}@media (width<=480px){.action-buttons-inline{flex-direction:column}}.admin-view-container{animation:.4s ease-out fadeIn}.page-header h1{color:#111827;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.page-header p{color:#6b7280;font-size:.95rem}.view-content-card{background:#fff;border-top:4px solid #0a6344;border-radius:1rem;min-height:400px;padding:2rem;box-shadow:0 4px 6px -1px #0000000d}.view-content-header{border-bottom:1px solid #f3f4f6;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.view-content-header h2{color:#1f2937;font-size:1.25rem;font-weight:700}@media (width<=768px){.page-header h1{font-size:1.25rem}.placeholder-card{min-height:300px;padding:2rem}}@media (width<=480px){.page-header{margin-bottom:1.5rem}.page-header h1{font-size:1.125rem}.page-header p{font-size:.875rem}.placeholder-card{min-height:250px;padding:1.5rem}.placeholder-icon{width:48px;height:48px;margin-bottom:1rem}}:root{--vendor-primary:#0a6344;--vendor-secondary:#084d35;--vendor-text:#1f2937;--vendor-text-light:#6b7280;--vendor-border:#e5e7eb;--vendor-bg:#f8fafc}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.header-info h1{color:var(--vendor-text);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.header-info p{color:var(--vendor-text-light);font-size:1rem}.header-actions{gap:1rem;display:flex}.view-content-card{border:1px solid var(--vendor-border);background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.view-content-header{margin-bottom:1.5rem}.header-search-filter{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.search-box{flex:1;min-width:300px;position:relative}.search-box svg{color:var(--vendor-text-light);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.search-box input{border:1px solid var(--vendor-border);background-color:#f9fafb;border-radius:10px;width:100%;padding:.75rem 1rem .75rem 3rem;font-size:.95rem;transition:all .2s}.btn-filter{border:1px solid var(--vendor-border);color:var(--vendor-text);cursor:pointer;background-color:#fff;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:600;transition:all .2s;display:flex}.btn-filter:hover{background-color:#f3f4f6}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card{border:1px solid var(--vendor-border);background:#fff;border-radius:12px;align-items:center;gap:1.25rem;padding:1.5rem;transition:transform .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.stat-card:hover{transform:translateY(-2px)}.btn-primary{background-color:var(--vendor-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:600;transition:background-color .2s;display:flex}.btn-primary:hover{background-color:var(--vendor-secondary)}.btn-secondary{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:600;display:flex}.btn-outline{color:var(--vendor-text);border:1px solid var(--vendor-border);cursor:pointer;background-color:#0000;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:600;display:flex}.btn-link{color:var(--vendor-primary);cursor:pointer;background:0 0;border:none;font-weight:600;text-decoration:underline}.badge{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.badge-success{color:#03543f;background:#def7ec}.badge-warning{color:#92400e;background:#fef3c7}.badge-danger{color:#9b1c1c;background:#fde8e8}.badge-info{color:#1e429f;background:#e1effe}.badge-outline{border:1px solid var(--vendor-border);color:var(--vendor-text-light)}.table-container{overflow-x:auto}.admin-table{border-collapse:collapse;text-align:left;width:100%}.admin-table th{text-transform:uppercase;color:var(--vendor-text-light);border-bottom:1px solid var(--vendor-border);background:#f9fafb;padding:1rem 1.5rem;font-size:.75rem;font-weight:600}.admin-table td{border-bottom:1px solid var(--vendor-border);vertical-align:middle;padding:1rem 1.5rem}.table-row-hover:hover{background-color:#f9fafb}.action-btn-wrapper{justify-content:flex-end;display:flex;position:relative}.action-dot-btn{color:var(--vendor-text-light);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:all .2s;display:flex}.action-dot-btn:hover{color:var(--vendor-text);background-color:#f3f4f6}.action-dropdown{border:1px solid var(--vendor-border);z-index:100;background:#fff;border-radius:10px;min-width:180px;padding:.5rem;animation:.2s ease-out fadeIn;display:none;position:absolute;top:100%;right:0;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.action-dropdown.active{display:block}.action-item{color:var(--vendor-text);cursor:pointer;border-radius:6px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.action-item:hover{color:var(--vendor-primary);background:#f9fafb}.action-item svg{color:var(--vendor-text-light)}.action-item:hover svg{color:var(--vendor-primary)}.action-item.suspend{color:#d32f2f}.action-item.suspend:hover{color:#b91c1c;background:#fdf2f2}.action-item.suspend:hover svg{color:#b91c1c}.vendor-info-cell{align-items:center;gap:12px;display:flex}.vendor-avatar{background-color:var(--vendor-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.vendor-details{flex-direction:column;display:flex}.vendor-shop-name{color:var(--vendor-text);font-weight:600}.vendor-owner-name{color:var(--vendor-text-light);font-size:.8rem}.performance-cell{align-items:center;gap:8px;min-width:120px;display:flex}.performance-bar{background-color:#eee;border-radius:4px;flex:1;height:8px;overflow:hidden}.performance-fill{border-radius:4px;height:100%}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-container{background:#fff;border-radius:16px;width:95%;max-width:550px;animation:.3s ease-out slideUp;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.modal-container.large{max-width:850px}.modal-header h2{margin:0;font-size:1.25rem;font-weight:700}.close-btn{color:var(--vendor-text-light);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px}.close-btn:hover{background-color:#f3f4f6}.modal-body.no-padding{padding:0}.modal-footer{border-top:1px solid var(--vendor-border);background:#f9fafb;justify-content:flex-end;gap:1rem;padding:1.25rem 1.5rem;display:flex}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:.95rem}.form-row{gap:1.5rem;display:flex}.form-group.half{flex:1}.verification-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.document-card{border:1px solid var(--vendor-border);background-color:#f8fafc;border-radius:10px;align-items:center;gap:12px;margin-bottom:.75rem;padding:1rem;display:flex}.doc-name{font-size:.9rem;font-weight:600}.doc-size{color:var(--vendor-text-light);font-size:.75rem}.profile-banner{background:linear-gradient(135deg, var(--vendor-primary), #10b981);height:140px}.profile-info-main{gap:1.5rem;margin-top:-50px;padding:0 2rem 2rem;display:flex}.profile-avatar-large{width:100px;height:100px;color:var(--vendor-primary);background-color:#fff;border:5px solid #fff;border-radius:20px;justify-content:center;align-items:center;font-size:3rem;font-weight:800;display:flex;box-shadow:0 10px 15px -3px #0000001a}.profile-titles{padding-top:55px}.vendor-details-grid{grid-template-columns:1fr 1fr;gap:2.5rem;padding:2rem;display:grid}.details-section h3{border-bottom:1px solid var(--vendor-border);align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.1rem;display:flex}.info-item{color:var(--vendor-text);align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.metrics-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.metric-box{text-align:center;border:1px solid var(--vendor-border);background:#f8fafc;border-radius:12px;padding:1rem}.metric-value{color:var(--vendor-primary);font-size:1.25rem;font-weight:700;display:block}.metric-label{color:var(--vendor-text-light);font-size:.75rem;font-weight:600}.mt-24{margin-top:24px}.text-danger{color:#d32f2f}.text-primary{color:var(--vendor-primary)}.text-success{color:#2e7d32}.text-warning{color:#ed6c02}.form-group input.error,.form-group select.error,.form-group textarea.error{background-color:#fff5f5;border-color:#d32f2f}@media (width<=768px){.form-row{flex-direction:column;gap:0}.form-group.half{width:100%}.modal-container{width:95%;max-width:95%}.modal-header h2{font-size:1.1rem}}@media (width<=480px){.modal-header{padding:1rem}.modal-header h2{font-size:1rem}.modal-body{padding:1rem}.close-btn{padding:2px}.header-title{gap:.5rem}}:root{--course-primary:#0a6344;--course-secondary:#0288d1;--course-accent:#fbbf24;--course-bg:#f8fafc;--course-text:#1e293b;--course-text-light:#64748b;--course-border:#e2e8f0}.course-stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.course-stat-card{border:1px solid var(--course-border);background:#fff;border-radius:20px;align-items:center;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.course-preview-cell{align-items:center;gap:1rem;display:flex}.c-thumbnail{background:#e2e8f0;border-radius:6px;width:64px;height:36px;overflow:hidden}.c-thumbnail img{object-fit:cover;width:100%;height:100%}.c-title{color:var(--course-text);font-size:.95rem;font-weight:700;display:block}.c-category{color:var(--course-text-light);font-size:.75rem;display:block}.c-instructor-cell{align-items:center;gap:10px;font-size:.85rem;font-weight:600;display:flex}.mini-avatar{object-fit:cover;border-radius:50%;width:28px;height:28px}.c-enrollment-cell{flex-direction:column;gap:4px;display:flex}.enroll-stat{color:var(--course-text);align-items:center;gap:6px;font-size:.85rem;font-weight:700;display:flex}.enroll-stat svg{color:var(--course-text-light)}.c-meta-cell{flex-direction:column;display:flex}.c-meta-cell span{color:var(--course-text);font-size:.85rem;font-weight:700}.c-meta-cell small{color:var(--course-text-light);font-size:.7rem;font-weight:600}.status-published{color:#065f46;background:#ecfdf5}.status-draft{color:#92400e;background:#fffbeb}.status-archived{color:#475569;background:#f1f5f9}.modal-container.large{width:90%;max-width:800px;max-height:85vh}.stepper-indicator{border:1px solid var(--course-border);background:#f8fafc;border-radius:16px;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1.25rem;display:flex}.stepper-indicator .step{color:var(--course-text-light);white-space:nowrap;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:.8rem;font-weight:700;transition:all .3s;display:flex}.stepper-indicator .step.active{color:#fff;background:var(--course-primary);box-shadow:0 4px 10px #0a634433}.stepper-indicator .connector{background:#e2e8f0;flex:1;max-width:30px;height:2px}.form-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.span-2{grid-column:span 2}.asset-upload-zone{text-align:center;color:var(--course-text-light);border:2px dashed #cbd5e1;border-radius:16px;margin-top:.5rem;padding:1.5rem;transition:all .2s}.asset-upload-zone:hover{border-color:var(--course-primary);background:#f0fdf4}.asset-upload-zone p{margin:.75rem 0;font-size:.9rem;font-weight:600}.curriculum-builder{flex-direction:column;gap:1rem;display:flex}.builder-header{justify-content:space-between;align-items:center;display:flex}.curriculum-item-form{border:1px solid var(--course-border);background:#fff;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;transition:transform .2s,border-color .2s;display:flex;box-shadow:0 2px 4px #00000005}.curriculum-item-form:hover{border-color:var(--course-primary);transform:translateY(-2px)}.item-drag{cursor:grab;color:#94a3b8}.lesson-name-input{border:none;outline:none;flex:1;padding:8px;font-size:.9rem;font-weight:600}.lesson-duration-input{text-align:center;background:#f1f5f9;border:none;border-radius:8px;width:80px;padding:8px;font-size:.85rem}.lesson-type-select{color:var(--course-primary);cursor:pointer;border:none;outline:none;padding:8px;font-size:.85rem;font-weight:600}.del-btn{color:#ef4444;border-radius:8px;padding:8px}.del-btn:hover{background:#fef2f2}.course-monitor-layout{grid-template-columns:280px 1fr;gap:2.5rem;padding-bottom:2rem;display:grid}.monitor-main-card{border:1px solid var(--course-border);background:#fff;border-radius:20px;padding:1.25rem}.c-preview-large{aspect-ratio:16/9;border-radius:12px;width:100%;margin-bottom:1.25rem;overflow:hidden}.c-preview-large img{object-fit:cover;width:100%;height:100%}.c-instructor-sm{color:var(--course-text-light);margin:4px 0 0;font-size:.85rem;font-weight:600}.monitor-stats-section{flex-direction:column;gap:12px;margin-top:1.5rem;display:flex}.m-stat{background:#f8fafc;border-radius:16px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.m-label{color:var(--course-text-light);font-size:.85rem;font-weight:700}.m-val{color:var(--course-text);align-items:center;gap:6px;font-size:1.1rem;font-weight:800;display:flex}.student-list-item{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.student-profile{align-items:center;gap:12px;display:flex}.mini-user-avatar{background:#e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:800;display:flex}.student-info strong{font-size:.9rem;display:block}.student-info span{color:var(--course-text-light);font-size:.75rem}.student-progress{flex:1;justify-content:flex-end;align-items:center;gap:12px;margin-right:2rem;display:flex}.progress-track{background:#f1f5f9;border-radius:3px;width:120px;height:6px;overflow:hidden}.progress-fill{background:var(--course-primary);border-radius:3px;height:100%}.progress-percent{color:var(--course-text-light);width:40px;font-size:.75rem;font-weight:800}.assets-engagement-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.engagement-card{border:1px solid var(--course-border);background:#fff;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem;display:flex}.asset-type-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.asset-type-icon.video{color:#2563eb;background:#eff6ff}.asset-type-icon.doc{color:#db2777;background:#fdf2f8}.asset-meta{flex:1}.asset-meta strong{font-size:.9rem;display:block}.asset-meta span{color:var(--course-text-light);font-size:.75rem}.engagement-val{color:var(--course-primary);font-size:.85rem;font-weight:800}.reason-box{width:100%;margin-top:1rem}.reason-box textarea{resize:none;background:#fff;border:1px solid #fee2e2;border-radius:12px;width:100%;padding:12px;font-size:.9rem;transition:all .2s}.reason-box textarea:focus{border-color:#ef4444;outline:none;box-shadow:0 0 0 4px #ef44440d}.warning-banner{color:#991b1b;background:#fff1f2;border-radius:12px;align-items:center;gap:10px;margin-bottom:1rem;padding:12px;font-size:.85rem;font-weight:600;display:flex}.modal-container{background:#fff;border-radius:24px;flex-direction:column;max-height:90vh;animation:.3s ease-out slideUp;display:flex;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{border-bottom:1px solid var(--course-border);justify-content:space-between;align-items:flex-start;padding:1.5rem 1.75rem;display:flex}.header-title{align-items:center;gap:1rem;display:flex}.modal-header h2{color:var(--course-text);margin:0;font-size:1.35rem;font-weight:700}.close-btn{cursor:pointer;color:var(--course-text-light);background:0 0;border:none;border-radius:10px;padding:8px;transition:all .2s}.close-btn:hover{color:var(--course-text);background:#f1f5f9}.modal-body{flex:1;padding:1.75rem;overflow-y:auto}.modal-footer{border-top:1px solid var(--course-border);justify-content:space-between;align-items:center;padding:1rem 1.75rem;display:flex}.footer-actions{align-items:center;gap:.75rem;display:flex}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--course-text);margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--course-border);border-radius:12px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--course-primary);outline:none;box-shadow:0 0 0 3px #0a63441a}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}.error-text{color:#ef4444;margin-top:.25rem;font-size:.75rem;display:block}.char-count{color:var(--course-text-light);text-align:right;margin-top:.25rem;font-size:.7rem;display:block}.radio-selection-group{grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem;display:grid}.radio-card{border:2px solid var(--course-border);cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8fafc;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.radio-card:hover{background:#f1f5f9;border-color:#cbd5e1}.radio-card.active{border-color:var(--course-primary);background:#f0fdf4;box-shadow:0 4px 12px #0a63441a}.radio-circle{background:#fff;border:2px solid #cbd5e1;border-radius:50%;width:20px;height:20px;transition:all .2s;position:relative}.radio-card.active .radio-circle{border-color:var(--course-primary)}.radio-card.active .radio-circle:after{content:"";background:var(--course-primary);border-radius:50%;width:10px;height:10px;animation:.2s ease-out scaleCenter;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes scaleCenter{0%{transform:translate(-50%,-50%)scale(0)}to{transform:translate(-50%,-50%)scale(1)}}.radio-info{flex-direction:column;display:flex}.radio-info strong{color:var(--course-text);font-size:.9rem;display:block}.radio-info span{color:var(--course-text-light);font-size:.75rem}.price-input-container{margin-top:1rem;animation:.3s ease-out fadeIn}.price-field-wrapper{align-items:center;display:flex;position:relative}.price-field-wrapper input{padding-left:3rem}.currency-label{color:var(--course-primary);font-size:.8rem;font-weight:800;position:absolute;left:1rem}.thumbnail-preview{cursor:pointer;border-radius:12px;width:100%;max-width:400px;margin:0 auto;position:relative;overflow:hidden}.thumbnail-preview img{width:100%;height:auto;display:block}.thumbnail-overlay{color:#fff;opacity:0;background:#0009;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.thumbnail-preview:hover .thumbnail-overlay{opacity:1}.curriculum-items-list{background:#f8fafc;border-radius:16px;flex-direction:column;gap:.75rem;max-height:350px;padding:1rem;display:flex;overflow-y:auto}.curriculum-item-form{border:1px solid var(--course-border);background:#fff;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .2s;display:flex}.curriculum-item-form:hover{border-color:var(--course-primary);box-shadow:0 2px 8px #0000000d}.lesson-name-input{background:#f8fafc;border:1px solid #0000;border-radius:8px;flex:1;padding:.5rem .75rem;font-size:.9rem;font-weight:500;transition:all .2s}.lesson-name-input:focus{border-color:var(--course-primary);background:#fff;outline:none}.lesson-duration-wrapper{background:#f1f5f9;border-radius:8px;align-items:center;gap:.5rem;padding:.25rem .5rem;display:flex}.lesson-duration-input{text-align:center;background:0 0;border:none;outline:none;width:60px;font-size:.85rem}.lesson-type-select{border:1px solid var(--course-border);cursor:pointer;background:#fff;border-radius:8px;padding:.5rem;font-size:.85rem}.del-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .2s}.del-btn:hover{color:#ef4444;background:#fef2f2}.curriculum-summary{background:#f0fdf4;border-radius:12px;gap:1.5rem;margin-top:1rem;padding:1rem;font-size:.85rem;display:flex}.summary-item{color:var(--course-text)}.summary-item strong{color:var(--course-primary)}.btn-primary{background:var(--course-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary:hover{background:#0a5238;transform:translateY(-1px);box-shadow:0 4px 12px #0a634433}.btn-secondary{color:var(--course-text);border:1px solid var(--course-border);cursor:pointer;background:#fff;border-radius:10px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.btn-outline{color:var(--course-text);border:1px solid var(--course-border);cursor:pointer;background:0 0;border-radius:10px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}.btn-outline:hover{background:#f8fafc}.btn-text-primary{color:var(--course-primary);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:.85rem;font-weight:600}.btn-text-primary:hover{text-decoration:underline}.stepper-indicator .step.completed{color:var(--course-primary);background:#dcfce7}.stepper-indicator .step.completed svg{color:var(--course-primary)}@media (width<=768px){.modal-container.large{width:95%;max-height:95vh}.form-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}.curriculum-item-form{flex-wrap:wrap}.lesson-name-input{order:1;width:100%}.lesson-duration-wrapper{order:2}.lesson-type-select{flex:1;order:3}.del-btn{order:4}.footer-actions{flex-direction:column}.stepper-indicator .step span{display:none}.stepper-indicator .step svg{margin:0}}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.pulse-in{animation:.4s ease-out pulseIn}.animate-fade-in{animation:fadeIn .3s ease-out forward}@keyframes pulseIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-subtitle{color:var(--course-text-light);margin-top:2px;font-size:.75rem;font-weight:500}.icon-badge{background:#f0fdf4;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.item-number{width:24px;height:24px;color:var(--course-text-light);background:#f1f5f9;border-radius:6px;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:flex}.empty-curriculum{text-align:center;color:#94a3b8;flex-direction:column;align-items:center;gap:12px;padding:3rem 1rem;display:flex}.interactive span{color:var(--course-primary);cursor:pointer;font-weight:700;text-decoration:underline}.mb-24{margin-bottom:24px}.mt-20{margin-top:20px}@media (width<=992px){.course-monitor-layout{grid-template-columns:1fr}}:root{--subs-bg:#f8fafc;--subs-card-bg:#fff;--subs-active:#10b981;--subs-expired:#ef4444;--subs-pending:#f59e0b;--subs-accent:#6366f1}.subs-dashboard-container{padding:0}.subs-stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.subs-stat-card{background:var(--subs-card-bg);border:1px solid #e2e8f080;border-radius:20px;align-items:center;gap:1.25rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.subs-stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #00000014}.subs-stat-icon{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.subs-stat-icon.total{color:#0284c7;background:#e0f2fe}.subs-stat-icon.revenue{color:#16a34a;background:#dcfce7}.subs-stat-icon.active{color:#ca8a04;background:#fef9c3}.subs-stat-icon.growth{color:#9333ea;background:#f3e8ff}.subs-stat-info h3{color:#1e293b;margin:0;font-size:1.5rem;font-weight:800}.subs-stat-info p{color:#64748b;margin:0;font-size:.85rem;font-weight:500}.subs-table-container{background:var(--subs-card-bg);border:1px solid #e2e8f0;border-radius:24px;width:100%;position:relative;overflow-x:auto;box-shadow:0 4px 6px -1px #0000000d}.subs-table-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:sticky;left:0}.subs-search-box{width:100%;max-width:400px;position:relative}.subs-search-box input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:.75rem 1rem .75rem 2.8rem;font-size:.875rem}.subs-search-box .search-icon{color:#94a3b8;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.subs-table{border-collapse:collapse;width:100%;min-width:900px}.subs-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafc;padding:1rem 2rem;font-size:.75rem;font-weight:700}.subs-table td{color:#1e293b;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1.25rem 2rem;font-size:.9rem}.practitioner-info{align-items:center;gap:1rem;display:flex}.p-avatar{background:var(--primary-color);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:.85rem;font-weight:700;display:flex}.p-details .name{margin-bottom:2px;font-weight:700;display:block}.p-details .email{color:#94a3b8;font-size:.75rem;display:block}.course-tag{color:#475569;background:#f1f5f9;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.subs-amount{color:#0f172a;font-family:Inter,monospace;font-weight:800}.status-badge.active{color:#166534;background:#dcfce7}.status-badge.expired{color:#991b1b;background:#fee2e2}.status-badge.pending{color:#92400e;background:#fef3c7}.action-group{gap:.5rem;display:flex}.btn-icon-sub{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000000d}.btn-icon-sub:hover,.btn-icon-sub.active{color:var(--primary-color);border-color:var(--primary-color);background:#f1f5f9;box-shadow:0 4px 6px #10b9811a}.btn-icon-sub.action-trigger{background:#f8fafc}.subs-table th:last-child,.subs-table td:last-child{text-align:right;width:60px;padding-right:2rem}.action-dropdown{position:relative}.dropdown-menu{z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:180px;padding:.5rem;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.dropdown-item{color:#475569;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.dropdown-item:hover{color:var(--primary-color);background:#f1f5f9}.dropdown-item.delete{color:#ef4444}.dropdown-item.delete:hover{background:#fef2f2}@keyframes popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-pop-in{animation:.2s ease-out popIn}.btn-export{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.btn-export:hover{background:#f8fafc;border-color:#cbd5e1}@media (width<=1024px){.subs-table-header{flex-direction:column;align-items:stretch;gap:1rem}.subs-search-box{max-width:none}}:root{--order-primary:#0a6344;--order-secondary:#0d8a5f;--order-bg:#f8fafc;--order-text:#1f2937;--order-text-light:#6b7280;--order-border:#e2e8f0;--order-card-shadow:0 4px 20px #0000000a}.page-header{margin-bottom:2.5rem}.header-info h1{letter-spacing:-.02em;color:var(--order-text);font-size:2rem;font-weight:800}.order-stats-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.order-stat-card{border:1px solid var(--order-border);box-shadow:var(--order-card-shadow);background:#fff;border-radius:20px;flex-direction:column;justify-content:space-between;padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.order-stat-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #00000014}.stat-main{align-items:center;gap:1.5rem;display:flex}.stat-icon-wrapper{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:inset 0 -2px #0000000d}.stat-label{color:var(--order-text-light);text-transform:uppercase;letter-spacing:.02em;font-size:.9rem;font-weight:700}.stat-value{color:var(--order-text);font-size:1.75rem;font-weight:800;line-height:1.2}.stat-sub-value{color:var(--order-text-light);margin-top:2px;font-size:.8rem}.stat-trend{border-radius:8px;align-items:center;gap:6px;width:fit-content;margin-top:1.25rem;padding:6px 12px;font-size:.85rem;font-weight:700;display:flex}.view-content-card{box-shadow:var(--order-card-shadow);border:1px solid var(--order-border);background:#fff;border-radius:24px;padding:2rem}.header-search-filter{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.search-box{flex:1;max-width:500px;position:relative}.search-box svg{color:var(--order-text-light);transition:all .3s;position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.search-box input{width:100%;color:var(--order-text);background-color:#f8fafc;border:2px solid #f1f5f9;border-radius:16px;padding:1rem 1.25rem 1rem 3.75rem;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.search-box input:focus{border-color:var(--order-primary);background-color:#fff;outline:none;box-shadow:0 0 0 5px #0a634414}.search-box input:focus+svg{color:var(--order-primary);transform:translateY(-50%)scale(1.1)}.status-select-filter{color:var(--order-text);cursor:pointer;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.2rem;border:2px solid #f1f5f9;border-radius:16px;min-width:180px;padding:.875rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .3s}.status-select-filter:hover{border-color:#e2e8f0}.status-select-filter:focus{border-color:var(--order-primary);outline:none;box-shadow:0 0 0 5px #0a634414}.admin-table{border-collapse:separate;border-spacing:0 1rem;width:100%;margin-top:-1rem}.admin-table th{text-transform:uppercase;letter-spacing:.08em;color:var(--order-text-light);text-align:left;border-bottom:none;padding:1.25rem 1.5rem;font-size:.85rem;font-weight:800}.admin-table td{vertical-align:middle;background:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;padding:1.5rem;transition:all .2s}.admin-table td:first-child{border-left:1px solid #f1f5f9;border-top-left-radius:18px;border-bottom-left-radius:18px}.admin-table td:last-child{border-right:1px solid #f1f5f9;border-top-right-radius:18px;border-bottom-right-radius:18px}.order-row-hover:hover td{background-color:#fcfdfe;border-color:#e2e8f0}.order-row-hover:hover{transform:translateY(-2px);box-shadow:0 8px 15px #00000008}.order-id-cell .order-number{color:var(--order-primary);background:#0a63440f;border-radius:10px;padding:6px 12px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.95rem;font-weight:800}.customer-info{flex-direction:column;gap:2px;display:flex}.customer-name{color:var(--order-text);font-size:1rem;font-weight:700}.customer-email{color:var(--order-text-light);font-size:.85rem}.product-summary,.product-images{align-items:center;display:flex}.mini-product-img{background:#f1f5f9;border:3px solid #fff;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;margin-left:-12px;font-size:.8rem;font-weight:800;display:flex;box-shadow:0 2px 4px #0000000d}.mini-product-img:first-child{margin-left:0}.product-count-badge{color:var(--order-text-light);margin-left:10px;font-size:.8rem;font-weight:700}.price-cell{flex-direction:column;gap:4px;display:flex}.order-price{color:var(--order-text);font-size:1.1rem;font-weight:800}.payment-method-badge{color:var(--order-text-light);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:700}.order-status-badge{border-radius:12px;align-items:center;gap:8px;width:fit-content;padding:6px 12px;font-size:.8rem;font-weight:800;display:flex}.status-pending{color:#854d0e;background:#fffcf0;border:1px solid #fef3c7}.status-processing{color:#3730a3;background:#eef2ff;border:1px solid #e0e7ff}.status-shipped{color:#075985;background:#f0f9ff;border:1px solid #e0f2fe}.status-delivered{color:#166534;background:#f0fdf4;border:1px solid #dcfce7}.status-cancelled{color:#991b1b;background:#fef2f2;border:1px solid #fee2e2}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f172a99;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.modal-container.large{background:#fff;border-radius:28px;width:95%;max-width:900px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.modal-header{background:#f8fafc;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:2rem;display:flex}.modal-body{max-height:80vh;padding:2.5rem;overflow-y:auto}.order-details-grid{grid-template-columns:1fr 320px;gap:3rem;display:grid}.order-item-card{border-bottom:1px solid #f1f5f9;align-items:center;gap:1.5rem;padding:1.25rem 0;display:flex}.item-img-placeholder{width:60px;height:60px;color:var(--order-primary);background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex}.order-summary-footer{background:#f8fafc;border-radius:20px;margin-top:2rem;padding:2rem}.summary-row{color:var(--order-text-light);justify-content:space-between;margin-bottom:.75rem;font-weight:600;display:flex}.summary-row.total{color:var(--order-text);border-top:2px dashed #e2e8f0;margin-top:1.5rem;padding-top:1.5rem;font-size:1.4rem;font-weight:900}.order-timeline{margin-top:2rem;padding-left:2rem;position:relative}.timeline-step{padding-bottom:2rem;position:relative}.step-marker{z-index:1;background:#fff;border:4px solid #e2e8f0;border-radius:50%;width:16px;height:16px;position:absolute;top:5px;left:-2rem}.timeline-step.completed .step-marker{background:var(--order-primary);border-color:#dcfce7}.details-sidebar-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:20px;margin-bottom:1.5rem;padding:1.75rem}.details-sidebar-card h3{color:var(--order-text);align-items:center;gap:10px;margin-bottom:1.25rem;font-size:1rem;display:flex}.table-loader{flex-direction:column;align-items:center;padding:5rem;display:flex}.spinner{border:5px solid #f1f5f9;border-top:5px solid var(--order-primary);border-radius:50%;width:50px;height:50px;animation:1s cubic-bezier(.4,0,.2,1) infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=992px){.order-details-grid{grid-template-columns:1fr}.header-search-filter{flex-direction:column;align-items:stretch}.search-box{max-width:none}}:root{--payment-primary:#0a6344;--payment-bg:#f8fafc;--payment-text:#1e293b;--payment-text-light:#64748b;--payment-border:#e2e8f0;--payment-success:#10b981;--payment-danger:#ef4444}.financial-stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.financial-stat-card{border:1px solid var(--payment-border);background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d}.stat-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.stat-trend{border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:.75rem;font-weight:700;display:flex}.stat-trend.up{color:#065f46;background:#ecfdf5}.stat-trend.down{color:#991b1b;background:#fef2f2}.stat-info{flex-direction:column;display:flex}.stat-label{color:var(--payment-text-light);margin-bottom:4px;font-size:.85rem;font-weight:600}.stat-sub{color:var(--payment-text-light);margin-top:2px;font-size:.75rem}.txn-number{color:var(--payment-text-light);font-family:JetBrains Mono,Fira Code,monospace;font-size:.85rem;font-weight:700}.txn-flow-cell{align-items:center;gap:1rem;display:flex}.flow-entity{flex-direction:column;display:flex}.entity-name{color:var(--payment-text);font-size:.95rem;font-weight:700}.entity-label{text-transform:uppercase;color:var(--payment-text-light);letter-spacing:.05em;font-size:.7rem;font-weight:800}.flow-arrow{color:var(--payment-border)}.amount-cell{flex-direction:column;display:flex}.total-amount{color:var(--payment-text);font-size:1rem;font-weight:800}.txn-method{color:var(--payment-text-light);font-size:.7rem;font-weight:600}.txn-status-badge{border-radius:9999px;align-items:center;gap:8px;width:fit-content;padding:6px 12px;font-size:.75rem;font-weight:700;display:flex}.status-dot{border-radius:50%;width:6px;height:6px}.status-paid{color:#065f46;background:#ecfdf5}.status-paid .status-dot{background:#10b981}.status-processing{color:#92400e;background:#fffbeb}.status-processing .status-dot{background:#f59e0b}.status-failed{color:#991b1b;background:#fef2f2}.status-failed .status-dot{background:#ef4444}.status-refunded{color:#475569;background:#f1f5f9}.status-refunded .status-dot{background:#64748b}.txn-date{font-size:.85rem;font-weight:600;display:block}.txn-time{color:var(--payment-text-light);font-size:.75rem;display:block}.payment-details-grid{grid-template-columns:1fr 300px;gap:2.5rem;display:grid}.payment-section h3{color:var(--payment-text);align-items:center;gap:10px;margin-bottom:1.5rem;font-size:1rem;display:flex}.payment-item-card{border-bottom:1px solid var(--payment-border);align-items:center;gap:1.25rem;padding:1rem 0;display:flex}.item-img-mini{width:40px;height:40px;color:var(--payment-primary);background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;font-weight:700;display:flex}.item-details h4{margin:0;font-size:.9rem}.item-details p{color:var(--payment-text-light);margin:0;font-size:.75rem}.item-meta{text-align:right;flex-direction:column;margin-left:auto;display:flex}.financial-breakdown{border:1px solid var(--payment-border);background:#f8fafc;border-radius:16px;padding:1.5rem}.breakdown-row{justify-content:space-between;padding:8px 0;font-size:.9rem;font-weight:600;display:flex}.breakdown-row.highlight{border-top:2px dashed var(--payment-border);margin-top:10px;padding-top:15px;font-size:1.1rem;font-weight:800}.payment-info-card{border:1px solid var(--payment-border);background:#fff;border-radius:16px;margin-bottom:1.25rem;padding:1.25rem}.payment-info-card h3{color:var(--payment-text-light);align-items:center;gap:8px;margin-top:0;margin-bottom:12px;font-size:.9rem;display:flex}.card-content strong{font-size:.95rem;display:block}.card-content p{color:var(--payment-text-light);margin:0;font-size:.85rem}.meta-item{justify-content:space-between;margin-bottom:8px;display:flex}.badge-success-small{color:#065f46;background:#ecfdf5;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:700}@media (width<=992px){.payment-details-grid{grid-template-columns:1fr}}:root{--practitioner-primary:#0a6344;--practitioner-accent:#2e7d32;--practitioner-bg:#f8fafc;--practitioner-text:#1e293b;--practitioner-text-light:#64748b;--practitioner-border:#e2e8f0}.practitioner-stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.practitioner-stat-card{border:1px solid var(--practitioner-border);background:#fff;border-radius:20px;align-items:center;gap:1.25rem;padding:1.5rem;transition:transform .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.practitioner-stat-card:hover{transform:translateY(-4px)}.stat-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.stat-details{flex-direction:column;display:flex}.practitioner-profile-cell{align-items:center;gap:1rem;display:flex}.p-avatar{background:var(--practitioner-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex;overflow:hidden}.p-avatar img{object-fit:cover;width:100%;height:100%}.p-name{color:var(--practitioner-text);font-weight:700;display:block}.p-email{color:var(--practitioner-text-light);font-size:.8rem;display:block}.p-specialty-cell{flex-direction:column;display:flex}.p-specialty{color:var(--practitioner-primary);font-size:.9rem;font-weight:600}.p-title{color:var(--practitioner-text-light);text-transform:uppercase;font-size:.75rem;font-weight:700}.p-badge{border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.p-badge.verified{color:#065f46;background:#ecfdf5}.p-badge.pending{color:#92400e;background:#fffbeb}.p-badge.unverified{color:#475569;background:#f1f5f9}.p-status-dot{align-items:center;gap:8px;font-size:.8rem;font-weight:600;display:inline-flex}.p-status-dot:before{content:"";border-radius:50%;width:8px;height:8px}.p-status-dot.active:before{background:#10b981}.p-status-dot.suspended:before{background:#ef4444}.practitioner-profile-layout{grid-template-columns:280px 1fr;gap:2.5rem;padding-bottom:2rem;display:grid}.p-profile-sidebar{flex-direction:column;gap:1.5rem;display:flex}.profile-main-card{text-align:center;border:1px solid var(--practitioner-border);background:#f8fafc;border-radius:16px;padding:1.5rem}.p-avatar-xl{background:var(--practitioner-primary);color:#fff;border-radius:24px;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.25rem;font-size:2.5rem;font-weight:800;display:flex}.p-title-lg{color:var(--practitioner-text-light);margin-top:4px;font-weight:700}.p-rating{color:var(--practitioner-text-light);justify-content:center;align-items:center;gap:4px;margin-top:1rem;font-size:.85rem;display:flex}.profile-contact-card{border:1px solid var(--practitioner-border);background:#fff;border-radius:16px;padding:1.25rem}.contact-item{color:var(--practitioner-text);align-items:center;gap:10px;margin-bottom:.75rem;font-size:.85rem;display:flex}.p-profile-content{flex-direction:column;gap:2rem;display:flex}.content-section h3{color:var(--practitioner-text);align-items:center;gap:10px;margin-bottom:1rem;font-size:1.1rem;display:flex}.bio-text{color:var(--practitioner-text-light);line-height:1.6}.content-grid-half{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.capsule-list{flex-wrap:wrap;gap:8px;padding:0;list-style:none;display:flex}.capsule-list li{color:var(--practitioner-text);background:#f1f5f9;border-radius:999px;padding:4px 12px;font-size:.75rem;font-weight:600}.p-mini-stats{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.mini-stat{text-align:center;background:#f8fafc;border-radius:12px;padding:12px}.mini-label{color:var(--practitioner-text-light);text-transform:uppercase;font-size:.7rem;font-weight:700;display:block}.mini-val{color:var(--practitioner-primary);font-size:1.2rem;font-weight:800;display:block}.history-item{border-bottom:1px solid var(--practitioner-border);align-items:center;gap:1.5rem;padding:12px 0;display:flex}.history-date{color:var(--practitioner-text-light);min-width:100px;font-size:.8rem;font-weight:700}.history-info strong{font-size:.9rem;display:block}.history-info span{color:var(--practitioner-text-light);font-size:.75rem}.doc-item{border:1px solid var(--practitioner-border);background:#f8fafc;border-radius:12px;align-items:center;gap:1rem;margin-bottom:10px;padding:1rem;display:flex}.doc-icon{color:var(--practitioner-primary)}.doc-info{flex-direction:column;flex:1;display:flex}.doc-info span{font-size:.9rem;font-weight:700}.doc-info small{color:var(--practitioner-text-light)}@media (width<=992px){.practitioner-profile-layout{grid-template-columns:1fr}}:root{--consultation-primary:#0a6344;--consultation-bg:#f8fafc;--consultation-text:#1e293b;--consultation-text-light:#64748b;--consultation-border:#e2e8f0}.consultation-stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.consultation-stat-card{border:1px solid var(--consultation-border);background:#fff;border-radius:20px;align-items:center;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.stat-icon-circle{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-content{flex-direction:column;display:flex}.stat-label{color:var(--consultation-text-light);font-size:.85rem;font-weight:600}.stat-value{color:var(--consultation-text);font-size:1.5rem;font-weight:800}.stat-sub{color:var(--consultation-text-light);font-size:.75rem}.today-schedule-container{border:1px solid var(--consultation-border);background:#fff;border-radius:24px;margin-bottom:2.5rem;padding:1.5rem;box-shadow:0 8px 15px -4px #00000005}.schedule-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.schedule-header h3{color:var(--consultation-text);font-size:1.1rem}.date-badge{color:var(--consultation-primary);background:#f1f5f9;border-radius:999px;padding:4px 12px;font-size:.8rem;font-weight:700}.schedule-timeline{flex-direction:column;gap:1rem;display:flex}.schedule-item{cursor:pointer;gap:1.5rem;transition:transform .2s;display:flex}.schedule-item:hover{transform:translate(8px)}.schedule-time{min-width:80px;color:var(--consultation-text-light);align-items:center;gap:6px;font-size:.85rem;font-weight:700;display:flex}.schedule-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;flex:1;align-items:center;gap:1.5rem;padding:1rem 1.5rem;transition:all .2s;display:flex}.schedule-item:hover .schedule-card{border-color:var(--consultation-primary);background:#fff;box-shadow:0 4px 12px #0a634414}.card-profiles{align-items:center;display:flex}.mini-p-avatar{background:#e2e8f0;border:2px solid #fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.mini-p-avatar.secondary{background:var(--consultation-primary);color:#fff;margin-left:-12px}.card-info h4{color:var(--consultation-text);margin:0;font-size:.95rem}.card-info p{color:var(--consultation-text-light);margin:0;font-size:.8rem;font-weight:500}.card-meta{margin-left:auto}.medium-chip{border-radius:999px;align-items:center;gap:6px;padding:4px 12px;font-size:.75rem;font-weight:700;display:flex}.medium-chip.video{color:#1e40af;background:#eff6ff}.medium-chip.voice{color:#166534;background:#f0fdf4}.medium-chip.chat{color:#6b21a8;background:#faf5ff}.booking-number{color:var(--consultation-text-light);font-family:JetBrains Mono,monospace;font-weight:700}.pairing-cell{align-items:center;gap:1rem;display:flex}.p-profile{align-items:center;gap:10px;display:flex}.p-avatar-sm{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.75rem;font-weight:800;display:flex}.p-avatar-sm.doc{background:var(--consultation-primary);color:#fff;border:none}.p-info{flex-direction:column;display:flex}.p-name{color:var(--consultation-text);font-size:.85rem;font-weight:700;line-height:1.2}.p-label{text-transform:uppercase;color:var(--consultation-text-light);letter-spacing:.05em;font-size:.65rem;font-weight:800}.p-connector{color:var(--consultation-border);font-size:.9rem;font-weight:100}.schedule-cell{flex-direction:column;gap:2px;display:flex}.s-date,.s-time{color:var(--consultation-text);align-items:center;gap:6px;font-size:.8rem;font-weight:600;display:flex}.s-date svg,.s-time svg{color:var(--consultation-text-light)}.medium-badge{color:var(--consultation-text-light);align-items:center;gap:6px;font-size:.75rem;font-weight:700;display:inline-flex}.medium-badge.video{color:#2563eb}.medium-badge.voice{color:#059669}.medium-badge.chat{color:#7c3aed}.status-badge-pill{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;width:fit-content;padding:4px 12px;font-size:.7rem;font-weight:800}.status-upcoming{color:#1e40af;background:#eff6ff}.status-completed{color:#166534;background:#f0fdf4}.status-cancelled{color:#991b1b;background:#fef2f2}.status-noshow{color:#475569;background:#f1f5f9}.consultation-details-grid{grid-template-columns:1fr 280px;gap:2.5rem;display:grid}.booking-section h3{color:var(--consultation-text);align-items:center;gap:10px;margin-bottom:1.25rem;font-size:1rem;display:flex}.meeting-summary-card{border:1px solid var(--consultation-border);background:#f8fafc;border-radius:20px;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.medium-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.medium-icon.video{color:#2563eb;background:#eff6ff}.medium-icon.voice{color:#059669;background:#ecfdf5}.medium-icon.chat{color:#7c3aed;background:#f5f3ff}.summary-item{align-items:center;gap:1rem;display:flex}.summary-details strong{font-size:1.05rem;display:block}.summary-details span{color:var(--consultation-text-light);font-size:.85rem}.booking-time-flow{flex-direction:column;gap:4px;display:flex}.time-block{color:var(--consultation-text);align-items:center;gap:8px;font-size:.9rem;font-weight:700;display:flex}.notes-box{border:1px solid var(--consultation-border);color:var(--consultation-text-light);background:#fff;border-radius:16px;padding:1.25rem;font-size:.95rem;line-height:1.6}.link-access-card{color:#fff;background:linear-gradient(135deg,#0a6344 0%,#0d8a5f 100%);border-radius:20px;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.bridge-id{opacity:.8;margin-top:4px;font-family:monospace;font-size:.8rem;display:block}.btn-join-primary{color:var(--consultation-primary);background:#fff;border:none;border-radius:12px;padding:10px 20px;font-size:.9rem;font-weight:800;transition:transform .2s}.btn-join-primary:hover{transform:scale(1.05)}.participant-card{border:1px solid var(--consultation-border);background:#f8fafc;border-radius:16px;padding:1.25rem}.participant-card h4{color:var(--consultation-text-light);align-items:center;gap:8px;margin:0 0 1rem;font-size:.85rem;display:flex}.p-profile-box{align-items:center;gap:12px;display:flex}.p-avatar-lg{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:800;display:flex;box-shadow:0 2px 4px #0000000d}.p-avatar-lg.doc{background:var(--consultation-primary);color:#fff}.p-meta strong{color:var(--consultation-text);font-size:.95rem;display:block}.p-meta p{color:var(--consultation-text-light);margin:0;font-size:.75rem}.booking-status-summary{margin-top:2rem}.status-large-badge{text-align:center;border-radius:14px;width:100%;margin-bottom:8px;padding:12px;font-size:1rem;font-weight:800}.status-large-badge.upcoming{color:#1e40af;background:#eff6ff;border:1px solid #dbeafe}.status-large-badge.completed{color:#166534;background:#f0fdf4;border:1px solid #dcfce7}.status-update-text{color:var(--consultation-text-light);text-align:center;font-size:.75rem}@media (width<=992px){.consultation-details-grid{grid-template-columns:1fr}.meeting-summary-card,.link-access-card{flex-direction:column;align-items:flex-start;gap:1.5rem}.btn-join-primary{width:100%}}:root{--quiz-primary:#6366f1;--quiz-primary-glow:#6366f126;--quiz-secondary:#a855f7;--quiz-bg:#fff;--quiz-bg-alt:#f8fafc;--quiz-header-bg:#ececfd;--quiz-text:#1e293b;--quiz-text-light:#64748b;--quiz-border:#e2e8f0;--quiz-success:#10b981;--quiz-warning:#f59e0b;--quiz-danger:#ef4444;--quiz-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--quiz-shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d}.quiz-dashboard{padding:0;animation:.5s ease-out fadeIn}.quiz-stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.quiz-stat-card{background:var(--quiz-bg);border:1px solid var(--quiz-border);border-radius:20px;align-items:center;gap:1.25rem;padding:1.5rem;transition:all .3s;display:flex}.quiz-stat-card:hover{box-shadow:var(--quiz-shadow-lg);border-color:var(--quiz-primary);transform:translateY(-5px)}.stat-icon-wrapper{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.stat-icon-wrapper.purple{color:#6366f1;background:#6366f11a}.stat-icon-wrapper.green{color:#10b981;background:#10b9811a}.stat-icon-wrapper.orange{color:#f59e0b;background:#f59e0b1a}.stat-icon-wrapper.blue{color:#3b82f6;background:#3b82f61a}.stat-details h3{color:var(--quiz-text);margin:0;font-size:1.75rem;font-weight:800}.stat-details p{color:var(--quiz-text-light);margin:0;font-size:.85rem;font-weight:600}.quiz-list-container{background:var(--quiz-bg);border:1px solid var(--quiz-border);box-shadow:var(--quiz-shadow);border-radius:20px;overflow:hidden}.quiz-list-header{border-bottom:1px solid var(--quiz-border);background:var(--quiz-bg-alt);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.header-search{width:350px;position:relative}.header-search input{border:1px solid var(--quiz-border);border-radius:12px;width:100%;padding:.75rem 1rem .75rem 2.8rem;font-size:.9rem;transition:all .2s}.header-search input:focus{border-color:var(--quiz-primary);box-shadow:0 0 0 4px var(--quiz-primary-glow);outline:none}.search-icon-inline{color:var(--quiz-text-light);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.quiz-table-wrapper{overflow-x:auto}.quiz-table{border-collapse:collapse;text-align:left;width:100%}.quiz-table th{text-transform:uppercase;color:var(--quiz-text-light);letter-spacing:.05em;border-bottom:1px solid var(--quiz-border);background:#f8fafc;padding:1rem 2rem;font-size:.75rem;font-weight:700}.quiz-table td{border-bottom:1px solid var(--quiz-border);vertical-align:middle;padding:1.25rem 2rem}.quiz-table tr:hover{background:#fdfdff}.quiz-info-cell{align-items:center;gap:1rem;display:flex}.quiz-icon-box{width:40px;height:40px;color:var(--quiz-primary);background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;display:flex}.quiz-main-info h4{color:var(--quiz-text);margin:0;font-size:.95rem;font-weight:700}.quiz-main-info p{color:var(--quiz-text-light);margin:0;font-size:.8rem}.course-badge{color:var(--quiz-text);background:#f1f5f9;border-radius:8px;padding:.4rem .8rem;font-size:.8rem;font-weight:600}.status-badge{border-radius:8px;align-items:center;gap:6px;padding:.4rem .8rem;font-size:.75rem;font-weight:700;display:inline-flex}.status-badge.open{color:#15803d;background:#dcfce7}.status-badge.closed{color:#b91c1c;background:#fee2e2}.status-badge.scheduled{color:#a16207;background:#fef9c3}.action-btns{gap:.5rem;display:flex}.question-builder-container{padding:1rem 0}.question-card{border:1px solid var(--quiz-border);background:#f8fafc;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem;animation:.3s ease-out slideUp;position:relative}.question-card:hover{border-color:var(--quiz-primary)}.q-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.q-number{background:var(--quiz-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:800;display:flex}.q-type-select{border:1px solid var(--quiz-border);border-radius:8px;padding:.4rem .75rem;font-size:.8rem;font-weight:600}.q-body textarea{border:1px solid var(--quiz-border);resize:vertical;border-radius:12px;width:100%;margin-bottom:1.5rem;padding:1rem;font-family:inherit}.options-list{gap:.75rem;display:grid}.option-item{border:1px solid var(--quiz-border);background:#fff;border-radius:10px;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.option-item.correct{border-color:var(--quiz-success);background:#f0fdf4}.option-input{background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f5f9}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.scheduling-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.permission-locks{background:#fff7ed;border:1px solid #ffedd5;border-radius:16px;margin-top:2rem;padding:1.5rem}.lock-item{align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.lock-item:last-child{margin-bottom:0}.lock-label{color:#9a3412;flex:1;font-size:.9rem;font-weight:600}.action-dropdown-container{display:inline-block;position:relative}.dropdown-overlay{z-index:10;position:fixed;inset:0}.dropdown-menu{border:1px solid var(--quiz-border);z-index:11;background:#fff;border-radius:12px;min-width:180px;margin-top:5px;padding:.5rem;position:absolute;top:100%;right:0;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.dropdown-menu button{width:100%;color:var(--quiz-text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.dropdown-menu button:hover{color:var(--quiz-primary);background:#f1f5f9}.dropdown-menu button.delete:hover{color:var(--quiz-danger);background:#fef2f2}.dropdown-divider{background:var(--quiz-border);height:1px;margin:.4rem 0}:root{--chat-bg:#fff;--chat-border:#e2e8f0;--chat-sidebar-width:320px;--admin-green:#10b981;--user-orange:#f59e0b;--online-glow:#22c55e}.chat-hub-container{background:var(--chat-bg);border:1px solid var(--chat-border);border-radius:20px;height:calc(100vh - 180px);display:flex;overflow:hidden;box-shadow:0 10px 25px -5px #0000000d}.chat-sidebar{width:var(--chat-sidebar-width);border-right:1px solid var(--chat-border);background:#f8fafc;flex-direction:column;display:flex}.sidebar-header{border-bottom:1px solid var(--chat-border);background:#fff;padding:1.5rem}.chat-search-wrap{margin-top:1rem;position:relative}.chat-search-wrap input{border:1px solid var(--chat-border);border-radius:12px;width:100%;padding:.75rem 1rem .75rem 2.5rem;font-size:.85rem;transition:all .2s}.chat-search-wrap input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #10b9811a}.recent-chats-list{flex:1;overflow-y:auto}.chat-item{cursor:pointer;border-bottom:1px solid #00000005;align-items:center;padding:1rem 1.5rem;transition:all .2s;display:flex}.chat-item:hover{background:#f1f5f9}.chat-item.active{border-left:4px solid var(--admin-green);background:#f0fdf4}.avatar-wrapper{margin-right:1rem;position:relative}.avatar-circle{color:#64748b;background:#e2e8f0;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-weight:700;display:flex}.status-dot{border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:2px;right:2px}.status-dot.online{background:var(--online-glow);box-shadow:0 0 8px var(--online-glow)}.status-dot.offline{background:#94a3b8}.chat-info{flex:1;min-width:0}.chat-info-top{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.chat-name{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;overflow:hidden}.chat-time{color:#94a3b8;font-size:.7rem}.chat-preview{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.chat-window{background:#fff;flex-direction:column;flex:1;display:flex}.window-header{border-bottom:1px solid var(--chat-border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.header-user-info{align-items:center;display:flex}.header-user-details h3{margin:0;font-size:1rem;font-weight:700}.header-user-details .online-status{color:var(--online-glow);align-items:center;gap:4px;font-size:.75rem;font-weight:600;display:flex}.role-badge{text-transform:uppercase;border-radius:6px;margin-left:8px;padding:2px 8px;font-size:.7rem;font-weight:800}.role-badge.admin{color:var(--admin-green);background:#ecfdf5;border:1px solid #10b98133}.role-badge.user{color:var(--user-orange);background:#fff7ed;border:1px solid #f59e0b33}.messages-area{background-image:radial-gradient(#e2e8f0 1px,#0000 1px);background-size:30px 30px;flex:1;padding:2rem;overflow-y:auto}.message-group{flex-direction:column;margin-bottom:1.5rem;display:flex}.message-group.sent{align-items:flex-end}.message-bubble{border-radius:18px;max-width:70%;padding:1rem 1.25rem;font-size:.9rem;line-height:1.5;position:relative;box-shadow:0 2px 4px #00000005}.message-group.received .message-bubble{color:#1e293b;background:#f1f5f9;border-bottom-left-radius:4px}.message-group.sent .message-bubble{background:var(--primary-color);color:#fff;border-bottom-right-radius:4px}.message-meta{color:#94a3b8;margin-top:.25rem;font-size:.7rem}.chat-composer{border-top:1px solid var(--chat-border);align-items:center;gap:1rem;padding:1.5rem;display:flex}.composer-input-wrap{flex:1;position:relative}.composer-input-wrap input{border:1px solid var(--chat-border);background:#f8fafc;border-radius:25px;width:100%;padding:.85rem 1.25rem;font-size:.9rem}.composer-input-wrap input:focus{border-color:var(--primary-color);background:#fff;outline:none}.composer-actions{gap:.5rem;display:flex}.chat-empty-state{color:#94a3b8;text-align:center;background:#f8fafc;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.empty-icon-box{background:#fff;border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:flex;box-shadow:0 10px 15px -3px #0000000d}.fetch-btn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:12px;margin-top:1.5rem;padding:.75rem 2rem;font-weight:600;transition:all .2s}.fetch-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-chat-load{animation:.4s ease-out slideInUp}.welcome-toast{z-index:1000;animation:.5s ease-out slideIn;position:fixed;top:20px;right:20px}.toast-content{color:#fff;background:linear-gradient(135deg,#09b144 0%,#8db816 100%);border-radius:10px;align-items:center;gap:12px;padding:15px 25px;font-size:16px;display:flex;box-shadow:0 5px 15px #0003}.toast-icon{color:#4caf50;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-weight:700;display:inline-flex}.login-container{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 50%,#16213e 100%);justify-content:center;align-items:center;min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden}.login-glow-effect{pointer-events:none;z-index:0;position:absolute;inset:0}.glow-circle{filter:blur(80px);border-radius:50%;animation:10s ease-in-out infinite float;position:absolute}.circle-1{background:radial-gradient(circle,#0a634466 0%,#0000 70%);width:400px;height:400px;animation-delay:0s;top:-100px;left:-100px}.circle-2{background:radial-gradient(circle,#4caf504d 0%,#0000 70%);width:300px;height:300px;animation-delay:-3s;top:50%;right:-50px}.circle-3{background:radial-gradient(circle,#81c78433 0%,#0000 70%);width:500px;height:500px;animation-delay:-6s;bottom:-150px;left:30%}@keyframes float{0%,to{transform:translate(0)scale(1)}25%{transform:translate(30px,-30px)scale(1.05)}50%{transform:translate(-20px,20px)scale(1)}75%{transform:translate(20px,30px)scale(1.05)}}.login-content{z-index:1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#14141ecc;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:440px;padding:3rem;position:relative;box-shadow:0 25px 50px -12px #00000080,inset 0 0 0 1px #ffffff0d}.login-header{text-align:center;margin-bottom:2.5rem}.login-logo-container{margin-bottom:1.5rem}.animated-logo{letter-spacing:-.05em;justify-content:center;align-items:center;font-size:2.2rem;font-weight:800;display:flex}.animated-logo .logo-part-1{color:#81c784;animation:2s ease-in-out infinite letter-bounce}.animated-logo .logo-part-2{color:#a5d6a7;animation:2s ease-in-out .1s infinite letter-bounce}.animated-logo .logo-part-3{color:#c8e6c9;animation:2s ease-in-out .2s infinite letter-bounce}.animated-logo .logo-part-4{color:#66bb6a;animation:2s ease-in-out .3s infinite letter-bounce}.animated-logo .logo-part-5{color:#9ccc65;animation:2s ease-in-out .4s infinite letter-bounce}.animated-logo .logo-part-6{color:#4caf50;animation:2s ease-in-out .5s infinite letter-bounce}.logo-dot{background:linear-gradient(135deg,#00e676 0%,#fff 100%);border-radius:50%;width:8px;height:8px;margin:0 4px;animation:2s ease-in-out infinite dot-pulse;display:inline-block}.animated-logo .logo-part-7{color:#fff;animation:2s ease-in-out .6s infinite letter-bounce}.animated-logo .logo-part-8{color:#f0f0f0;animation:2s ease-in-out .7s infinite letter-bounce}.animated-logo .logo-part-9{color:#e0e0e0;animation:2s ease-in-out .8s infinite letter-bounce}.animated-logo .logo-part-10{color:#d0d0d0;animation:2s ease-in-out .9s infinite letter-bounce}.animated-logo .logo-part-11{color:silver;animation:2s ease-in-out 1s infinite letter-bounce}.animated-logo .logo-part-12{color:#fff;animation:2s ease-in-out 1.1s infinite letter-bounce}.animated-logo .logo-part-13{color:#a8a8a8;animation:2s ease-in-out 1.2s infinite letter-bounce}.animated-logo .logo-part-14{color:#888;animation:2s ease-in-out 1.3s infinite letter-bounce}.animated-logo .logo-part-15{color:#fff;animation:2s ease-in-out 1.4s infinite letter-bounce}.animated-logo .logo-part-16{color:#a8a8a8;animation:2s ease-in-out 1.5s infinite letter-bounce}.animated-logo .logo-part-17{color:#888;animation:2s ease-in-out 1.6s infinite letter-bounce}.animated-logo .logo-part-18{color:#fff;animation:2s ease-in-out 1.7s infinite letter-bounce}@keyframes letter-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes dot-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.login-header h1{color:#f5f5f5;letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.login-header p{color:#9e9e9e;font-size:.95rem}.login-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#e0e0e0;font-size:.875rem;font-weight:600}.input-wrapper{position:relative}.input-wrapper input{color:#f5f5f5;background:#1e1e28cc;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:1rem 1.25rem;font-size:1rem;transition:all .3s}.input-wrapper input::placeholder{color:#666}.input-wrapper input:focus{background:#1e1e28f2;border-color:#4caf50;outline:none;box-shadow:0 0 0 4px #4caf501a}.input-wrapper input.error{border-color:#ef5350}.input-wrapper input.error:focus{box-shadow:0 0 0 4px #ef53501a}.error-message{color:#ef5350;margin-top:.25rem;font-size:.8rem}.error-alert{color:#ef5350;background:#ef53501a;border:1px solid #ef53504d;border-radius:8px;padding:.75rem 1rem;font-size:.9rem}.form-options{justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem;display:flex}.remember-me{cursor:pointer;color:#b0b0b0;align-items:center;gap:.5rem;transition:color .2s;display:flex}.remember-me:hover{color:#e0e0e0}.remember-me input[type=checkbox]{accent-color:#4caf50;cursor:pointer;width:16px;height:16px}.forgot-password{color:#81c784;font-weight:500;text-decoration:none;transition:color .2s}.forgot-password:hover{color:#a5d6a7;text-decoration:underline}.login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4caf50 0%,#2e7d32 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.login-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.login-btn:hover:before{left:100%}.login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #4caf504d}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn:disabled{opacity:.7;cursor:not-allowed}.btn-loader{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.btn-text{opacity:1;transition:opacity .2s}.login-btn.loading .btn-text{opacity:0}.google-loader{justify-content:center;align-items:center;gap:6px;padding:1rem;display:none}.google-loader.active{display:flex}.loader-dot{border-radius:50%;width:12px;height:12px;animation:1.4s ease-in-out infinite both loader-bounce}.loader-dot:first-child{background:#4caf50;animation-delay:-.32s}.loader-dot:nth-child(2){background:#a5d6a7;animation-delay:-.16s}.loader-dot:nth-child(3){background:#fff;animation-delay:0s}@keyframes loader-bounce{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.login-footer{text-align:center;color:#666;border-top:1px solid #ffffff0d;margin-top:1.5rem;padding-top:1.5rem;font-size:.8rem}.login-footer code{color:#888;background:#ffffff0d;border-radius:6px;margin-top:.5rem;padding:.5rem;font-family:Courier New,monospace;font-size:.8rem;display:block}.login-skeleton{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 50%,#16213e 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.skeleton-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#14141ecc;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:440px;padding:3rem}.skeleton-logo-loading{background:linear-gradient(90deg,#4caf5033 25%,#4caf504d 50%,#4caf5033 75%) 0 0/200% 100%;border-radius:16px;width:140px;height:140px;margin:0 auto 1.5rem;animation:1.5s infinite shimmer-loading}@keyframes shimmer-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-title{background:linear-gradient(90deg,#ffffff1a 25%,#ffffff26 50%,#ffffff1a 75%) 0 0/200% 100%;border-radius:8px;width:60%;height:32px;margin:0 auto .75rem;animation:1.5s infinite shimmer-loading}.skeleton-subtitle{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff14 50%,#ffffff0d 75%) 0 0/200% 100%;border-radius:6px;width:40%;height:20px;margin:0 auto 2.5rem;animation:1.5s infinite shimmer-loading}.skeleton-form-group{margin-bottom:1.25rem}.skeleton-label{background:#ffffff1a;border-radius:4px;width:30%;height:16px;margin-bottom:.5rem;animation:1.5s infinite shimmer-loading}.skeleton-input{background:#ffffff0d;border-radius:12px;width:100%;height:48px;animation:1.5s infinite shimmer-loading}.skeleton-button{background:linear-gradient(90deg,#4caf5033 25%,#4caf5066 50%,#4caf5033 75%) 0 0/200% 100%;border-radius:12px;width:100%;height:48px;margin-bottom:2rem;animation:1.5s infinite shimmer-loading}.skeleton-footer{background:#ffffff0d;border-radius:4px;width:50%;height:16px;margin:0 auto;animation:1.5s infinite shimmer-loading}@media (width<=480px){.login-content{margin:1rem;padding:2rem 1.5rem}.animated-logo{font-size:1.8rem}}.profile-container{padding:1.5rem;animation:.4s ease-out forwards admFadeIn}.profile-header-banner{background:linear-gradient(135deg, var(--adm-bg-2) 0%, #0a634466 100%);border:1px solid var(--adm-border);border-bottom:none;border-radius:16px 16px 0 0;height:180px;position:relative;box-shadow:inset 0 0 40px #00000080}.profile-card-main{background:var(--adm-bg-card);border:1px solid var(--adm-border);z-index:10;border-radius:16px;margin-top:-100px;padding:0 2rem 2rem;position:relative;box-shadow:0 15px 35px #0006}.profile-avatar-section{flex-direction:column;align-items:center;margin-top:-60px;margin-bottom:2rem;display:flex}.profile-avatar-large{border:6px solid var(--adm-bg-card);color:#fff;background:linear-gradient(135deg,#0a6344,#12805a);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-size:3rem;font-weight:700;display:flex;position:relative;box-shadow:0 10px 25px #0a634466}.profile-avatar-large:after{content:"";pointer-events:none;border:2px solid #0a63444d;border-radius:50%;position:absolute;inset:-6px}.profile-name-title{text-align:center;margin-top:1rem}.profile-name-title h2{color:var(--adm-text-1);margin-bottom:.25rem;font-size:1.8rem;font-weight:600}.profile-name-title p{color:var(--adm-green);letter-spacing:.5px;text-transform:uppercase;font-size:.95rem;font-weight:500}.profile-form-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}@media (width<=768px){.profile-form-grid{grid-template-columns:1fr}}.profile-input-group{flex-direction:column;display:flex;position:relative}.profile-input-group label{color:var(--adm-text-2);margin-bottom:.5rem;font-size:.85rem;font-weight:500;transition:color .3s}.profile-input-wrapper{position:relative}.profile-input-icon{color:var(--adm-text-3);pointer-events:none;transition:color .3s;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.profile-input{border:1px solid var(--adm-border);width:100%;color:var(--adm-text-1);background:#00000026;border-radius:10px;padding:.85rem 1rem .85rem 2.8rem;font-size:.95rem;transition:all .3s}.profile-input:focus{border-color:var(--adm-green);background:#0a63440d;outline:none;box-shadow:0 0 0 4px #0a63441a}.profile-input:focus+.profile-input-icon,.profile-input:focus-within~.profile-input-icon,.profile-input-group:focus-within label{color:var(--adm-green)}.profile-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0a6344,#084d35);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #0a63444d}.profile-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#12805a,#0a6344);transform:translateY(-2px);box-shadow:0 8px 25px #0a634466}.profile-submit-btn:active:not(:disabled){transform:translateY(0)}.profile-submit-btn:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;color:var(--adm-text-3);background:#2a353a}.profile-message{border-radius:10px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:1rem;font-size:.95rem;animation:.3s ease-out forwards admFadeIn;display:flex}.profile-message.success{color:var(--adm-green);background:#0a63441a;border:1px solid #0a634433}.profile-message.error{color:var(--adm-red);background:#e854541a;border:1px solid #e8545433}
