*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%}body{font-family:Inter,system-ui,sans-serif;background:#f8fafc;color:#334155}#app{display:flex;min-height:100vh;width:100%}.icon{display:inline-block;width:18px;height:18px;vertical-align:middle;background:currentColor;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.icon-dashboard{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='14' y='14' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='14' y='14' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3C/svg%3E")}.icon-settings{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42'/%3E%3C/svg%3E")}.icon-pricing{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5z'/%3E%3Cpath d='M2 17l10 5 10-5'/%3E%3Cpath d='M2 12l10 5 10-5'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5z'/%3E%3Cpath d='M2 17l10 5 10-5'/%3E%3Cpath d='M2 12l10 5 10-5'/%3E%3C/svg%3E")}.sidebar{width:220px;background:#1e293b;color:#e2e8f0;display:flex;flex-direction:column;padding:1.25rem;flex-shrink:0;transition:width .2s;position:relative}.sidebar.collapsed{width:64px;padding:1.25rem .75rem}.sidebar.collapsed .brand{font-size:1rem;text-align:center}.sidebar.collapsed nav a span{display:none}.sidebar.collapsed nav a{justify-content:center;padding:.5rem}.sidebar.collapsed .user{display:none}.collapse-btn{position:absolute;bottom:1rem;right:-12px;width:24px;height:24px;border-radius:50%;background:#334155;color:#94a3b8;border:2px solid #1e293b;cursor:pointer;font-size:.65rem;display:flex;align-items:center;justify-content:center;line-height:1}.collapse-btn:hover{background:#475569;color:#fff}.brand{margin-bottom:1.5rem;cursor:pointer}.brand-logo{height:48px;display:block;transition:height .2s}.brand-logo.collapsed{height:36px}.sidebar nav{display:flex;flex-direction:column;gap:.25rem;flex:1}.sidebar nav a{color:#94a3b8;text-decoration:none;padding:.5rem .75rem;border-radius:8px;font-size:.9rem;transition:all .15s;display:flex;align-items:center;gap:.5rem}.sidebar nav a:hover,.sidebar nav a.router-link-active{background:#334155;color:#fff}.user{font-size:.8rem;color:#64748b;cursor:pointer;padding-top:1rem;border-top:1px solid #334155}.user:hover{color:#fff}.content{flex:1;padding:1.5rem 2rem;overflow-y:auto;display:flex;flex-direction:column}.content>*{width:100%}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.page-header h1{font-size:1.5rem;color:#0f172a}.card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000f;margin-bottom:1rem}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}.stat{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000000f}.stat .num{font-size:1.75rem;font-weight:700;color:#2b3fab}.stat .label{font-size:.8rem;color:#64748b;margin-top:.25rem}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;border:none;transition:all .15s}.btn-primary{background:#2b3fab;color:#fff}.btn-primary:hover{background:#1e2d8a}.btn-outline{background:#fff;color:#2b3fab;border:2px solid #2b3fab;text-decoration:none}.btn-outline:hover{background:#eef2ff}.btn-danger{background:#ef4444;color:#fff}.btn-sm{padding:.35rem .75rem;font-size:.8rem}.btn:disabled{opacity:.5;pointer-events:none}table{width:100%;border-collapse:collapse;font-size:.85rem}th,td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid #e2e8f0}th{font-weight:600;color:#64748b;font-size:.8rem;text-transform:uppercase}.text-muted{color:#94a3b8}.text-danger{color:#ef4444}.font-mono{font-family:monospace}.fw-500{font-weight:500}.nowrap{white-space:nowrap}.badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge-green{background:#dcfce7;color:#166534}.badge-yellow{background:#fef3c7;color:#92400e}.badge-red{background:#fee2e2;color:#991b1b}.badge-gray{background:#f1f5f9;color:#475569}.msg{padding:.75rem 1rem;border-radius:8px;font-size:.85rem;margin-bottom:1rem}.msg-error{background:#fee2e2;color:#991b1b}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:600;font-size:.85rem;margin-bottom:.35rem;color:#334155}.form-control{width:100%;padding:.6rem .75rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.9rem;font-family:inherit}.form-control:focus{outline:none;border-color:#2b3fab;box-shadow:0 0 0 3px #2b3fab1a}select.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=file]{font-size:.85rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:12px;padding:1.5rem;width:420px;max-width:90vw;box-shadow:0 4px 24px #00000026}.modal-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.hamburger{display:none;position:fixed;top:.75rem;left:.75rem;z-index:1100;background:#1e293b;border:none;border-radius:8px;padding:.5rem;cursor:pointer;flex-direction:column;gap:4px}.hamburger span{display:block;width:22px;height:2.5px;background:#e2e8f0;border-radius:2px;transition:all .2s}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(4px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(4px,-5px)}.backdrop{display:none}@media (max-width: 768px){.hamburger{display:flex}.backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000}.sidebar{position:fixed;top:0;left:0;bottom:0;z-index:1050;transform:translate(-100%);transition:transform .25s ease}.sidebar.mobileOpen{transform:translate(0)}.sidebar.collapsed{width:220px;padding:1.25rem}.sidebar.collapsed nav a span{display:inline}.sidebar.collapsed nav a{justify-content:flex-start;padding:.5rem .75rem}.sidebar.collapsed .user{display:block}.sidebar.collapsed .brand-logo{height:48px}.collapse-btn{display:none}.content{padding:4rem 1rem 1rem}.page-header{flex-direction:column;align-items:flex-start;gap:.5rem}.stats{grid-template-columns:1fr 1fr}table{display:block;overflow-x:auto;white-space:nowrap}}@media (max-width: 480px){.stats{grid-template-columns:1fr}.content{padding:4rem .75rem .75rem}.card{padding:1rem}}.icon-upload{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4'/%3E%3Cpolyline points='17 8 12 3 7 8'/%3E%3Cline x1='12' y1='3' x2='12' y2='15'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4'/%3E%3Cpolyline points='17 8 12 3 7 8'/%3E%3Cline x1='12' y1='3' x2='12' y2='15'/%3E%3C/svg%3E")}.icon-list{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cline x1='8' y1='6' x2='21' y2='6'/%3E%3Cline x1='8' y1='12' x2='21' y2='12'/%3E%3Cline x1='8' y1='18' x2='21' y2='18'/%3E%3Cline x1='3' y1='6' x2='3.01' y2='6'/%3E%3Cline x1='3' y1='12' x2='3.01' y2='12'/%3E%3Cline x1='3' y1='18' x2='3.01' y2='18'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cline x1='8' y1='6' x2='21' y2='6'/%3E%3Cline x1='8' y1='12' x2='21' y2='12'/%3E%3Cline x1='8' y1='18' x2='21' y2='18'/%3E%3Cline x1='3' y1='6' x2='3.01' y2='6'/%3E%3Cline x1='3' y1='12' x2='3.01' y2='12'/%3E%3Cline x1='3' y1='18' x2='3.01' y2='18'/%3E%3C/svg%3E")}.icon-users{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 00-3-3.87M16 3.13a4 4 0 010 7.75'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 00-3-3.87M16 3.13a4 4 0 010 7.75'/%3E%3C/svg%3E")}.icon-credits{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='6' x2='12' y2='12'/%3E%3Cline x1='12' y1='18' x2='12.01' y2='18'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='6' x2='12' y2='12'/%3E%3Cline x1='12' y1='18' x2='12.01' y2='18'/%3E%3C/svg%3E")}.plan-badge{display:block;font-size:.68rem;font-weight:700;color:#fff;background:#2b3fab;padding:.15rem .5rem;border-radius:999px;margin-top:.35rem;text-align:center;white-space:nowrap;letter-spacing:.02em;max-width:100%;overflow:hidden;text-overflow:ellipsis}.sidebar.collapsed .plan-badge{display:none}.page-header p{color:#64748b;font-size:.9rem}.card-title{font-size:.85rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.tabs{display:flex;gap:0;border-bottom:2px solid #e2e8f0;margin-bottom:1.5rem}.tab{padding:.6rem 1.25rem;font-size:.85rem;font-weight:500;color:#64748b;cursor:pointer;border:none;background:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s}.tab:hover{color:#2b3fab}.tab.active{color:#2b3fab;border-bottom-color:#2b3fab}.msg-success{background:#dcfce7;color:#166534}.toggle{display:flex;align-items:center;gap:.5rem;cursor:pointer}.toggle input{display:none}.toggle .switch{width:40px;height:22px;background:#e2e8f0;border-radius:999px;position:relative;transition:background .2s}.toggle .switch:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .2s}.toggle input:checked+.switch{background:#2b3fab}.toggle input:checked+.switch:after{transform:translate(18px)}.actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.placeholder-table-wrap{position:relative}.placeholder-table{position:relative;pointer-events:none;-webkit-user-select:none;user-select:none}.placeholder-table:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to bottom,transparent,#fff);pointer-events:none}.placeholder-table td{color:#cbd5e1!important}.placeholder-hint{text-align:center;padding:1rem 1.25rem;font-size:.85rem;font-weight:600;color:#64748b;border-top:1px solid #e2e8f0}.empty-state{text-align:center;padding:3rem 1.5rem}.empty-state-icon{font-size:2.5rem;margin-bottom:.75rem;opacity:.6}.empty-state-title{font-size:1rem;font-weight:600;color:#64748b;margin-bottom:.35rem}.empty-state-desc{font-size:.85rem;color:#94a3b8;line-height:1.5}#app.onboarding-active .sidebar{pointer-events:none}#app.onboarding-active .onboarding-highlight{pointer-events:auto}.onboarding-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000073;display:flex;align-items:flex-start;justify-content:flex-end;z-index:2000;pointer-events:none}.onboarding-overlay .onboarding-tooltip,.onboarding-overlay .onboarding-highlight{pointer-events:auto}.onboarding-tooltip{background:#fff;border-radius:16px;padding:1.75rem 1.5rem;width:340px;max-width:90vw;text-align:center;box-shadow:0 20px 60px #0003;animation:onboardFadeIn .3s ease;position:absolute}@keyframes onboardFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.onboarding-step-icon{font-size:2.5rem;margin-bottom:.75rem;line-height:1}.onboarding-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.onboarding-desc{font-size:.85rem;color:#64748b;line-height:1.6;margin-bottom:1.25rem}.onboarding-dots{display:flex;justify-content:center;gap:8px;margin-bottom:1.25rem}.onboarding-dot{width:10px;height:10px;border-radius:50%;background:#e2e8f0;transition:background .2s}.onboarding-dot.active{background:#2b3fab;width:28px;border-radius:5px}.onboarding-actions{display:flex;gap:.75rem;justify-content:center}.onboarding-highlight{position:relative;z-index:2001;pointer-events:auto;box-shadow:0 0 0 4px #2b3fab,0 0 20px #2b3fab4d!important;animation:onboardPulse 1.5s ease-in-out infinite}@keyframes onboardPulse{0%,to{box-shadow:0 0 0 4px #2b3fab,0 0 20px #2b3fab4d}50%{box-shadow:0 0 0 6px #2b3fab,0 0 30px #2b3fab66}}@media (max-width: 768px){.onboarding-overlay{justify-content:flex-end;align-items:stretch;padding:0}.onboarding-tooltip{position:fixed!important;width:320px;max-width:90vw;padding:1rem;margin:0 auto;border-radius:16px;top:auto!important;right:50%!important;left:auto!important;bottom:20px!important;transform:translate(50%)}}@media (max-width: 768px){.actions{flex-direction:column}.actions .btn{width:100%;justify-content:center}}.sub-nav{display:flex;flex-direction:column;margin-left:.5rem}.sub-nav .router-link-exact-active,.sub-nav a{padding:.4rem .75rem;font-size:.82rem;color:#94a3b8;text-decoration:none;border-radius:6px;transition:all .15s;display:block}.sub-nav a:hover{color:#fff;background:#ffffff14}.sub-nav .router-link-exact-active{color:#fff;background:#ffffff1a}.nav-toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:.55rem .75rem;background:none;border:none;color:#94a3b8;font-size:.85rem;cursor:pointer;border-radius:8px;transition:all .15s;font-family:inherit}.nav-toggle:hover{color:#fff;background:#ffffff0f}.toggle-arrow{margin-left:auto;font-size:.65rem}
