@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--bg-color:#f7f9fc;--sidebar-bg:#fff;--text-main:#1e293b;--text-muted:#64748b;--accent-green:#34d399;--accent-green-hover:#10b981;--accent-dark:#1e293b;--card-dark:#1f2937;--card-green:#34d399;--card-white:#fff;--border-color:#e2e8f0;--red-color:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);min-height:100vh;font-family:Inter,sans-serif;display:flex}.sidebar{background:var(--sidebar-bg);border-right:1px solid var(--border-color);flex-direction:column;width:260px;height:100vh;padding:2rem 1.5rem;display:flex;position:sticky;top:0}.sidebar-logo{color:var(--text-main);align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:1.5rem;font-weight:800;display:flex}.sidebar-logo span{color:var(--accent-green)}.sidebar-nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.nav-item{color:var(--text-muted);border-radius:12px;align-items:center;gap:1rem;padding:.75rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{color:var(--text-main);background:#f1f5f9}.nav-item.active{color:#059669;background:#e6fcf5;font-weight:600;position:relative}.nav-item.active:after{content:"";background:#10b981;border-radius:50%;width:6px;height:6px;position:absolute;right:1rem}.sidebar-footer{flex-direction:column;gap:1rem;margin-top:auto;display:flex}.user-profile{border:1px solid var(--border-color);background:#f8fafc;border-radius:16px;align-items:center;gap:1rem;padding:1rem;display:flex}.user-avatar{background:#e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;display:flex}.user-info{flex-direction:column;display:flex}.user-name{font-size:.9rem;font-weight:600}.user-role{color:var(--text-muted);font-size:.8rem}.logout-btn{color:var(--red-color);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:flex}.logout-btn:hover{opacity:.8}.main-content{flex:1;padding:3rem;overflow-y:auto}.header{margin-bottom:2.5rem}.date-badge{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;font-weight:600;display:inline-flex}.date-badge svg{color:var(--accent-green)}.header h1{align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;display:flex}.header p{color:var(--text-muted);font-size:1.1rem}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.card{border:1px solid var(--border-color);min-height:280px;color:inherit;background:#fff;border-radius:28px;flex-direction:column;justify-content:space-between;padding:2.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.card-bills{border-top:6px solid #10b981}.card-bills:hover{background:linear-gradient(135deg,#fff 0%,#f0fdf4 100%)}.card-process{border-top:6px solid #3b82f6}.card-process:hover{background:linear-gradient(135deg,#fff 0%,#eff6ff 100%)}.card-reactivaleads{border-top:6px solid #f97316}.card-reactivaleads:hover{background:linear-gradient(135deg,#fff 0%,#fff7ed 100%)}.card-kredit{border-top:6px solid #8b5cf6}.card-kredit:hover{background:linear-gradient(135deg,#fff 0%,#faf5ff 100%)}.card-header-suite{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.card-suite-icon{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.card-bills .card-suite-icon{color:#065f46;background:#d1fae5}.card-process .card-suite-icon{color:#1e40af;background:#dbeafe}.card-reactivaleads .card-suite-icon{color:#9a3412;background:#ffedd5}.card-kredit .card-suite-icon{color:#5b21b6;background:#ede9fe}.card-badge-status{border-radius:100px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:flex}.card-bills .card-badge-status{color:#065f46;background:#d1fae5}.card-process .card-badge-status{color:#1e40af;background:#dbeafe}.card-reactivaleads .card-badge-status{color:#9a3412;background:#ffedd5}.card-kredit .card-badge-status{color:#5b21b6;background:#ede9fe}.card-body h3{color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.card-body p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.card-footer-suite{border-top:1px dashed var(--border-color);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.quick-links{gap:.75rem;display:flex}.quick-link-btn{color:var(--text-muted);background:#f1f5f9;border-radius:8px;padding:.35rem .75rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s}.quick-link-btn:hover{color:var(--text-main);background:#e2e8f0}.arrow-suite-btn{border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.card-bills .arrow-suite-btn{color:#fff;background:#10b981}.card-process .arrow-suite-btn{color:#fff;background:#3b82f6}.card-reactivaleads .arrow-suite-btn{color:#fff;background:#f97316}.card-kredit .arrow-suite-btn{color:#fff;background:#8b5cf6}.card:hover .arrow-suite-btn{transform:translate(4px)}.card-dark{background:var(--card-dark);color:#fff;flex-direction:column;display:flex}.card-dark .card-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.icon-wrapper{background:#ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.badge-green{color:#34d399;background:#10b98133;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:flex}.card-dark h3{color:#94a3b8;margin-bottom:.5rem;font-size:1rem;font-weight:500}.card-dark .amount{margin-bottom:2rem;font-size:3.5rem;font-weight:800}.progress-container{margin-top:auto}.progress-bar{background:#ffffff1a;border-radius:100px;height:6px;margin-bottom:.75rem;overflow:hidden}.progress-fill{background:var(--accent-green);border-radius:100px;width:5%;height:100%}.progress-labels{color:#94a3b8;justify-content:space-between;font-size:.85rem;display:flex}.card-green{background:var(--card-green);color:#fff;flex-direction:column;justify-content:center;text-decoration:none;transition:transform .2s;display:flex}.card-green:hover{transform:translateY(-4px)}.card-green .add-btn{background:#fff3;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:2rem;font-size:2rem;display:flex}.card-green h3{margin-bottom:.5rem;font-size:2rem;font-weight:800;line-height:1.1}.card-green p{opacity:.9;font-size:.95rem;line-height:1.5}.card-green .arrow-link{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;bottom:2rem;right:2rem}.card-white{background:var(--card-white);border:1px solid var(--border-color);flex-direction:column;display:flex}.card-white h3{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1rem;font-weight:700;display:flex}.tabs{background:#f1f5f9;border-radius:100px;margin-bottom:1.5rem;padding:.25rem;display:flex}.tab{text-align:center;color:var(--text-muted);cursor:pointer;border-radius:100px;flex:1;padding:.5rem;font-size:.85rem;font-weight:600}.tab.active{color:var(--text-main);background:#fff;box-shadow:0 2px 4px #0000000d}.state-list{flex-direction:column;gap:.5rem;display:flex}.state-item{background:#f8fafc;border-radius:12px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9rem;font-weight:600;display:flex}.state-item.blue{background:#eff6ff}.state-item.blue .count{color:#3b82f6}.state-item.purple{background:#faf5ff}.state-item.purple .count{color:#a855f7}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.section-header h2{font-size:1.5rem;font-weight:800}.section-header a{color:var(--accent-green);font-size:.9rem;font-weight:600;text-decoration:none}.activity-list{flex-direction:column;gap:1rem;display:flex}.activity-item{border:1px solid var(--border-color);background:#fff;border-radius:20px;justify-content:space-between;align-items:center;padding:1.5rem;display:flex;box-shadow:0 4px 10px #00000003}.activity-info{align-items:center;gap:1.5rem;display:flex}.activity-icon{color:#059669;background:#e6fcf5;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.activity-details h4{margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.activity-details p{color:var(--text-muted);font-size:.85rem}.activity-meta{align-items:center;gap:2rem;display:flex}.activity-amount{font-size:1.25rem;font-weight:800}.badge-gray{color:var(--text-muted);text-transform:uppercase;background:#f1f5f9;border-radius:100px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.btn-action{background:var(--accent-green);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 10px #34d3994d}.landing-container{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}
