@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";:root{--bg-color:#f4f7fe;--sidebar-bg:#fff;--text-primary:#2b3674;--text-secondary:#a3aed1;--sidebar-text:#a3aed1;--sidebar-active-bg:#e0e8f9;--sidebar-active-text:#4318ff;--card-bg:#fff;--border-color:#e2e8f0;--accent:#4318ff;--accent-hover:#3311db;--success:#05cd99;--error:#ee5d50;--shadow-soft:0 18px 40px #7090b01f}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-color);color:var(--text-primary);min-height:100vh;font-family:Roboto,sans-serif;overflow-x:hidden}.dashboard-layout{min-height:100vh;display:flex}.sidebar{background:var(--sidebar-bg);width:280px;color:var(--sidebar-text);flex-direction:column;flex-shrink:0;padding:2rem 1.5rem;display:flex}.sidebar-logo{color:var(--text-primary);letter-spacing:0;align-items:center;gap:.5rem;margin-bottom:2rem;padding-left:1rem;font-size:1.5rem;font-weight:700;display:flex}.sidebar-heading{text-transform:uppercase;letter-spacing:1px;color:#cdd4e1;margin:1.5rem 0 .5rem 1rem;font-size:.8rem;font-weight:700}.sidebar-nav{flex-grow:1;list-style:none}.sidebar-nav li{cursor:pointer;color:var(--sidebar-text);border-radius:12px;align-items:center;gap:1rem;margin-bottom:.2rem;padding:1rem;font-weight:500;transition:all .2s;display:flex}.sidebar-nav li:hover{color:var(--text-primary);background:#f8fafc}.sidebar-nav li.active{background:var(--sidebar-active-bg);color:var(--sidebar-active-text);font-weight:700}.sidebar-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#4318ff 0%,#3311db 100%);border-radius:16px;margin-top:2rem;padding:2rem 1.5rem;box-shadow:0 10px 20px #4318ff33}.sidebar-cta h4{margin-bottom:1rem;font-size:1.1rem;line-height:1.4}.sidebar-cta button{color:var(--accent);cursor:pointer;background:#fff;border:none;border-radius:8px;width:100%;padding:.75rem 1.5rem;font-weight:700;transition:all .2s}.sidebar-cta button:hover{background:#f1f5f9}.main-content{flex-direction:column;flex-grow:1;height:100vh;padding:2rem 3rem;display:flex;overflow-y:auto}.topbar{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.topbar h2{color:var(--text-primary);font-size:1.8rem;font-weight:700}.topbar-right{background:#fff;border-radius:30px;align-items:center;gap:1.5rem;padding:.5rem 1rem;display:flex;box-shadow:0 5px 14px #7090b00d}.search-bar{width:200px;color:var(--text-primary);background:#f4f7fe;border:none;border-radius:20px;margin-right:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:.9rem}.search-bar:focus{outline:none}.search-bar::placeholder{color:var(--text-secondary)}.topbar-user{color:var(--text-primary);align-items:center;gap:.8rem;font-size:.9rem;font-weight:700;display:flex}.avatar{color:#fff;background:#ffb54c;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.kpi-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.kpi-card{box-shadow:var(--shadow-soft);background:#fff;border-radius:20px;align-items:center;gap:1.2rem;padding:1.5rem;display:flex}.kpi-icon{border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex}.kpi-icon.blue{color:var(--accent);background:#f4f7fe}.kpi-icon.green{color:var(--success);background:#d1fae5}.kpi-icon.red{color:var(--error);background:#fee2e2}.kpi-details p{color:var(--text-secondary);margin-bottom:.2rem;font-size:.85rem;font-weight:500}.kpi-details h3{color:var(--text-primary);margin:0;font-size:1.8rem;font-weight:700}.dashboard-card{background:var(--card-bg);box-shadow:var(--shadow-soft);border-radius:20px;margin-bottom:2rem;padding:2rem;animation:.4s ease-out slideUp}.card-header h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.4rem;font-weight:700}.form-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=768px){.form-grid{grid-template-columns:1fr}}.form-section{background:#f4f7fe;border-radius:12px;padding:1.5rem}.form-section h3{color:var(--text-primary);border-bottom:1px solid #e2e8f0;margin-bottom:1.2rem;padding-bottom:.5rem;font-size:1.1rem}.input-group{margin-bottom:1.2rem}.input-group label{color:var(--text-primary);margin-bottom:.4rem;font-size:.9rem;font-weight:500;display:block}.input-group input{width:100%;color:var(--text-primary);background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;font-family:inherit;transition:all .2s;box-shadow:0 2px 5px #00000005}.input-group input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #4318ff1a}.checkbox-group{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.checkbox-group input{width:auto;accent-color:var(--accent)}.btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:.8rem 1.5rem;font-size:1rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 10px #4318ff33}.btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 14px #4318ff4d}.btn-secondary{border:1px solid var(--border-color);color:var(--text-primary);box-shadow:none;background:#fff}.btn-secondary:hover:not(:disabled){background:#f8fafc}.btn:disabled{color:#fff;cursor:not-allowed;box-shadow:none;background:#cbd5e1}.status-badge{border-radius:9999px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.8rem;font-weight:700;display:inline-block}.status-success{color:#047857;background:#d1fae5}.status-error{color:#b91c1c;background:#fee2e2}.status-syncing{color:var(--accent);background:#e0e8f9}.tab-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .2s}.tab-btn:hover{color:var(--accent)}.tab-btn.active{color:var(--accent);border-bottom:3px solid var(--accent)}.progress-bar-bg{background:#e2e8f0;border-radius:5px;width:100%;height:10px;margin:1rem 0;overflow:hidden}.progress-bar-fill{background:var(--success);height:100%;transition:width .4s}.folder-list{border:1px solid var(--border-color);background:#fff;border-radius:12px;max-height:350px;padding:.5rem;overflow-y:auto}.folder-item{border-bottom:1px solid #f8fafc;border-radius:8px;padding:.8rem 1rem;transition:all .2s}.folder-item:hover{background:#f4f7fe}.log-box{color:#f8fafc;background:#1e293b;border-radius:12px;height:200px;margin-top:1.5rem;padding:1rem;font-family:Consolas,monospace;font-size:.85rem;overflow-y:auto;box-shadow:inset 0 2px 4px #0000001a}.log-entry.info{color:#60a5fa}.log-entry.error{color:#f87171}.log-entry.success{color:#34d399}@keyframes slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
