:root{--cr-wine:#751518;--cr-wine-hover:#5e1012;--cr-wine-light:rgba(117,21,24,.1);--cr-wine-mid:rgba(117,21,24,.16);--cr-wine-text:#d4888a;--cr-beige:#d3cfc3;--cr-gray:#a7a5a7;--cr-dark:#050708}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body{background:#f8fafc;color:#1e293b}a{color:inherit;text-decoration:none}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-area{flex:1 1;padding:24px;max-width:1600px;margin:0 auto;width:100%}.global-header{position:relative;top:0;left:0;right:0;height:80px;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:0 32px;z-index:1000;box-shadow:0 1px 3px rgba(0,0,0,.05)}.global-header,.header-left,.header-logo{display:flex;align-items:center}.header-logo{gap:0}.logo-image{height:50px;width:auto;object-fit:contain;background:transparent;border-radius:8px;margin-right:-5px}.logo-icon{font-size:32px;color:#3b82f6;text-shadow:0 0 20px rgba(59,130,246,.5)}.logo-text{font-size:24px;font-weight:700;color:#1e293b;letter-spacing:-.5px;background:transparent}.header-right{display:flex;align-items:center;gap:24px}.module-dropdown{position:relative}.dropdown-trigger{display:flex;align-items:center;gap:10px;padding:10px 18px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;color:#475569;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.dropdown-trigger:hover{background:#e2e8f0;border-color:#751518;color:#1e293b}.module-icon{color:#3b82f6}.dropdown-arrow{font-size:10px;transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:8px;box-shadow:0 10px 40px rgba(0,0,0,.1);animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;background:transparent;border:none;border-radius:8px;color:#64748b;font-size:14px;cursor:pointer;transition:all .15s;text-align:left}.dropdown-item:hover{background:#f1f5f9;color:#1e293b}.dropdown-item.active{background:rgba(117,21,24,.1);color:#751518}.header-user-info{display:flex;align-items:center;gap:16px}.tenant-badge{display:flex;align-items:center;gap:8px;padding:8px 14px;background:rgba(117,21,24,.07);border:1px solid rgba(117,21,24,.2);border-radius:20px;font-size:13px;color:#751518;font-weight:500}.tenant-icon{font-size:14px}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);font-size:16px}.logout-btn-header{padding:8px 16px;background:transparent;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:13px;cursor:pointer;transition:all .2s;font-weight:500}.logout-btn-header:hover{background:#ef4444;border-color:#ef4444;color:#fff}.module-container{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);overflow-y:auto}.module-header{margin-bottom:20px}.module-title{font-size:28px;font-weight:700;color:#1e293b;letter-spacing:-.5px}.module-tabs{display:flex;gap:4px;margin-bottom:24px;border-bottom:1px solid #e2e8f0;padding-bottom:0}.module-tab{display:flex;align-items:center;gap:8px;padding:14px 20px;background:transparent;border:none;border-bottom:3px solid transparent;color:#64748b;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:-1px}.module-tab:hover{color:#1e293b;background:#f8fafc}.module-tab.active{color:#751518;border-bottom-color:#751518;background:rgba(117,21,24,.05)}.tab-icon{font-size:16px}.module-content{min-height:400px;overflow-y:visible}.loading-screen{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0f172a;gap:20px}.loading-spinner{width:48px;height:48px;border:3px solid #1a0506;border-top-color:#751518;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.loading-screen p{color:#64748b;font-size:14px}.coming-soon{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;text-align:center}.coming-soon-icon{font-size:64px;margin-bottom:20px;opacity:.5}.coming-soon h2{font-size:24px;color:#94a3b8}.coming-soon p{color:#64748b}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px;gap:20px;margin-bottom:32px}.kpi-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0;transition:all .2s ease;position:relative;overflow:hidden}.kpi-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#751518}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 10px 40px rgba(0,0,0,.1);border-color:#cbd5e1}.kpi-card.success:before{background:#22c55e}.kpi-card.warning:before{background:#f59e0b}.kpi-card.danger:before{background:#ef4444}.kpi-card.primary:before{background:#8b5cf6}.kpi-value{font-size:36px;font-weight:700;color:#1e293b;line-height:1.2;margin-bottom:8px}.kpi-label{font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.kpi-change{font-size:12px;margin-top:12px;padding:6px 10px;border-radius:6px;display:inline-flex;align-items:center;gap:4px;font-weight:600}.kpi-change.positive{background:rgba(34,197,94,.1);color:#16a34a}.kpi-change.negative{background:rgba(239,68,68,.1);color:#dc2626}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:20px;gap:20px;margin-bottom:32px}.metric-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0}.metric-value{font-size:32px;font-weight:700;color:#1e293b}.metric-label{font-size:13px;color:#64748b;text-transform:capitalize;margin-top:4px;font-weight:500}.section{margin-bottom:32px}h2{font-size:24px;margin-bottom:20px;color:#1e293b}h2,h3{font-weight:600}h3{font-size:18px;margin-bottom:16px;color:#334155}.funnel-visual{display:flex;flex-direction:column;gap:16px;max-width:900px}.funnel-stage{gap:20px}.funnel-bar,.funnel-stage{display:flex;align-items:center}.funnel-bar{height:44px;border-radius:8px;justify-content:flex-end;padding-right:16px;min-width:80px;color:#fff;font-weight:600;font-size:14px;transition:width .3s ease}.funnel-info{display:flex;flex-direction:column;min-width:160px}.funnel-label{font-weight:600;color:#1e293b;text-transform:capitalize;font-size:15px}.funnel-count{font-size:13px;color:#64748b}.funnel-arrow{color:#3b82f6;font-size:20px;margin:0 12px}.kanban-board{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;padding-bottom:16px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.kanban-column{flex:0 0 300px;max-width:320px;background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0;scroll-snap-align:start}.kanban-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-top:4px solid #3b82f6;border-radius:16px 16px 0 0;background:#fff}.kanban-title{font-weight:600;color:#1e293b;font-size:15px}.kanban-count{background:#f1f5f9;color:#64748b;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600}.kanban-total{font-size:12px;color:#22c55e;font-weight:600;margin-top:4px}.kanban-cards{padding:16px;gap:12px;min-height:300px}.kanban-card{padding:16px;border-radius:12px;transition:all .2s;box-shadow:0 1px 3px rgba(0,0,0,.05)}.kanban-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px rgba(59,130,246,.15);transform:translateY(-2px)}.kanban-card-name{color:#1e293b;font-size:15px}.kanban-card-company{font-size:13px;color:#64748b;margin-bottom:8px}.kanban-card-value{font-size:14px;font-weight:700;color:#22c55e;margin-bottom:8px}.kanban-card-meta{justify-content:space-between;color:#94a3b8}.kanban-card-source{background:#f1f5f9;padding:4px 8px;border-radius:4px;text-transform:capitalize}.kanban-card-date{color:#94a3b8}.kanban-empty{color:#94a3b8;padding:40px 16px;border:2px dashed #e2e8f0;border-radius:12px;margin:8px}.period-selector{display:flex;gap:8px;margin-bottom:24px}.period-btn{padding:10px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;font-size:13px;cursor:pointer;transition:all .2s;font-weight:500}.period-btn:hover{border-color:#751518;color:#751518;background:#f8fafc}.period-btn.active{background:#751518;border-color:#751518;color:#fff}.growth-comparison{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.growth-card{background:#fff;padding:24px 32px;border-radius:16px;border:1px solid #e2e8f0;text-align:center}.growth-card.current{border-color:#3b82f6;background:linear-gradient(135deg,#fff,#f8fafc)}.growth-period{font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.growth-value{font-size:42px;font-weight:700;color:#1e293b;margin:12px 0 6px}.growth-label{font-size:14px;color:#64748b}.growth-arrow{font-size:32px;color:#3b82f6}.growth-percent{padding:12px 24px;border-radius:10px;font-size:20px;font-weight:700}.growth-percent.positive{background:rgba(34,197,94,.1);color:#16a34a}.growth-percent.negative{background:rgba(239,68,68,.1);color:#dc2626}.target-card{background:#fff;padding:28px;border-radius:16px;border:1px solid #e2e8f0}.target-header{display:flex;justify-content:space-between;margin-bottom:16px;color:#475569;font-size:15px;font-weight:500}.target-bar{height:28px;background:#f1f5f9;border-radius:14px;overflow:hidden}.target-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#22c55e);border-radius:14px;transition:width .5s ease}.target-footer{margin-top:16px;font-size:15px;color:#64748b}.target-achieved{color:#16a34a;font-weight:600}.distribution-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.distribution-card{background:#fff;padding:20px;border-radius:14px;border:1px solid #e2e8f0}.distribution-header{display:flex;justify-content:space-between;margin-bottom:12px}.distribution-status{font-weight:600;text-transform:capitalize;color:#1e293b}.distribution-count{color:#64748b;font-weight:600}.distribution-bar{height:10px;background:#f1f5f9;border-radius:5px;overflow:hidden;margin-bottom:8px}.distribution-fill{height:100%;border-radius:5px;transition:width .3s ease}.distribution-percent{font-size:13px;color:#64748b;font-weight:500}.executive-summary{background:#fff;padding:28px;border-radius:16px;border:1px solid #e2e8f0;line-height:1.8}.executive-summary p{color:#475569;margin-bottom:14px}.executive-summary strong{color:#1e293b}.sources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.source-card{background:#fff;padding:20px;border-radius:14px;border:1px solid #e2e8f0}.source-header{display:flex;justify-content:space-between;margin-bottom:12px}.source-name{font-weight:600;text-transform:capitalize;color:#1e293b}.source-count{color:#64748b;font-weight:600}.source-bar{height:10px;background:#f1f5f9;border-radius:5px;overflow:hidden;margin-bottom:8px}.source-fill{height:100%;background:#3b82f6;border-radius:5px;transition:width .3s ease}input,select,textarea{padding:12px 16px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#1e293b;font-size:14px;transition:all .2s;width:100%}input:focus,select:focus,textarea:focus{outline:none;border-color:#751518;box-shadow:0 0 0 3px rgba(117,21,24,.1)}input::placeholder,textarea::placeholder{color:#94a3b8}select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px}.btn-primary{background:linear-gradient(135deg,#751518,#5e1012);color:#fff;border:none;padding:12px 24px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.btn-primary:hover{background:linear-gradient(135deg,#5e1012,#4a0c0d);transform:translateY(-1px);box-shadow:0 4px 12px rgba(117,21,24,.4)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;padding:12px 24px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.btn-secondary:hover{background:#e2e8f0;color:#1e293b}.btn-small{padding:8px 14px;font-size:13px;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-weight:500}.btn-small:hover{background:#e2e8f0;color:#1e293b}.btn-danger{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.btn-danger:hover{background:#dc2626;color:#fff}table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0}td,th{padding:16px 20px;text-align:left;border-bottom:1px solid #e2e8f0}th{font-weight:600;font-size:12px;text-transform:uppercase;color:#64748b;letter-spacing:.5px}th,tr:hover{background:#f8fafc}tr:last-child td{border-bottom:none}.status-badge{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:capitalize;color:#fff;display:inline-block}.lead-form{background:#fff;padding:24px;border-radius:16px;margin-bottom:24px;border:1px solid #e2e8f0}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px;gap:20px;margin-bottom:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:13px;color:#475569;font-weight:600}.form-actions{display:flex;gap:12px;margin-top:24px}.error-message{background:#fef2f2;color:#dc2626;border-radius:10px;border:1px solid #fecaca}.error-message,.success-message{padding:16px 20px;margin-bottom:16px;font-size:14px}.success-message{background:#f0fdf4;color:#16a34a;border-radius:10px;border:1px solid #bbf7d0}.no-data{text-align:center;color:#94a3b8;padding:60px 20px;font-style:italic;font-size:14px;background:#f8fafc;border-radius:12px;border:2px dashed #e2e8f0}.rates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.rate-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0}.rate-value{font-size:36px;font-weight:700;color:#1e293b;margin:12px 0}.rate-label{font-size:14px;color:#475569;font-weight:500}.rate-bar{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden;margin-top:16px}.rate-fill{height:100%;background:#3b82f6;border-radius:4px;transition:width .3s ease}.rate-fill.success{background:#22c55e}.rate-fill.danger{background:#ef4444}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.status-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0;border-left:4px solid #3b82f6}.status-name{font-weight:600;text-transform:capitalize;color:#1e293b;margin-bottom:6px}.status-count{font-size:14px;color:#64748b;margin-bottom:16px}.status-bar{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.status-fill{height:100%;border-radius:4px}.source-footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.source-percent{font-size:13px;color:#64748b;font-weight:500}.growth-badge{font-size:12px;padding:4px 10px;border-radius:6px;font-weight:600}.growth-badge.positive{background:rgba(34,197,94,.1);color:#16a34a}.growth-badge.negative{background:rgba(239,68,68,.1);color:#dc2626}.conversion-arrow{color:#64748b;font-size:13px;min-width:70px;text-align:center}.conversion-arrow.positive{color:#22c55e;font-weight:600}.page-container{max-width:1400px;margin:0 auto}.ranking-list{display:flex;flex-direction:column;gap:16px}.ranking-card{display:grid;grid-template-columns:70px 1fr auto;align-items:center;grid-gap:24px;gap:24px;background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0;position:relative;overflow:hidden;transition:all .2s}.ranking-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.ranking-card.rank-1{border-color:#fbbf24;background:linear-gradient(90deg,rgba(251,191,36,.05),transparent)}.ranking-card.rank-2{border-color:#9ca3af}.ranking-card.rank-3{border-color:#cd7f32}.ranking-position{font-size:32px;text-align:center}.ranking-info{flex:1 1}.ranking-name{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:6px}.ranking-stats{display:flex;gap:16px;font-size:14px;color:#64748b}.ranking-revenue{font-size:22px;font-weight:700;color:#22c55e}.ranking-bar-container{position:absolute;bottom:0;left:0;right:0;height:4px;background:#f1f5f9}.ranking-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#22c55e);transition:width .5s ease}.comparison-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px;gap:20px}.comparison-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0}.comparison-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.comparison-name{font-weight:600;color:#1e293b;font-size:16px}.comparison-badge{font-size:12px;padding:6px 12px;border-radius:20px;font-weight:600}.comparison-badge.positive{background:rgba(34,197,94,.1);color:#16a34a}.comparison-badge.negative{background:rgba(239,68,68,.1);color:#dc2626}.comparison-stats{display:flex;gap:24px;margin-bottom:20px}.comparison-stat{text-align:center}.comparison-stat .stat-value{display:block;font-size:28px;font-weight:700;color:#1e293b}.comparison-stat .stat-label{font-size:13px;color:#64748b}.comparison-stat.highlight .stat-value{color:#3b82f6}.comparison-bar{margin-top:16px}.comparison-bar-label{font-size:13px;color:#64748b;margin-bottom:10px}.comparison-bar-track{height:10px;background:#f1f5f9;border-radius:5px;position:relative}.comparison-bar-fill{position:absolute;height:100%;border-radius:5px}.comparison-bar-fill.average{background:#94a3b8;width:3px}.comparison-bar-fill.individual.positive{background:#22c55e;transform:translateX(-50%);width:14px;margin-left:-7px;border-radius:50%}.comparison-bar-fill.individual.negative{background:#ef4444;transform:translateX(-50%);width:14px;margin-left:-7px;border-radius:50%}.performance-chart{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.chart-row{display:flex;align-items:center;gap:20px}.chart-label{min-width:160px;font-weight:500;color:#64748b;font-size:14px}.chart-bars{flex:1 1;display:flex;flex-direction:column;gap:10px}.chart-bar-group{gap:16px}.chart-bar,.chart-bar-group{display:flex;align-items:center}.chart-bar{height:32px;border-radius:8px;justify-content:flex-end;padding-right:12px;min-width:50px;transition:width .5s ease;position:relative}.chart-bar.leads{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.chart-bar.gained{background:linear-gradient(90deg,#22c55e,#4ade80)}.bar-tooltip{font-size:13px;font-weight:600;color:#fff}.bar-label{font-size:13px;min-width:60px}.chart-legend{display:flex;gap:32px;justify-content:center;margin-top:20px}.legend-dot{display:inline-block;width:14px;height:14px;border-radius:4px;margin-right:8px}.legend-dot.leads{background:#3b82f6}.legend-dot.gained{background:#22c55e}.loading{text-align:center;padding:60px 20px;color:#64748b;background:#f8fafc;border-radius:12px}@media (max-width:768px){.global-header{padding:0 16px;height:70px}.header-logo .logo-text{display:none}.logo-image{height:45px}.tenant-badge{display:none}.main-area{padding:16px}.module-container{padding:16px;border-radius:12px}.module-tabs{overflow-x:auto;flex-wrap:nowrap}.module-tab{padding:10px 14px;white-space:nowrap;font-size:13px}.kanban-board{flex-direction:column}.kanban-column{min-width:100%;max-width:100%}.growth-comparison{flex-direction:column;align-items:stretch}.growth-arrow{transform:rotate(90deg);text-align:center}.kpi-grid{grid-template-columns:repeat(2,1fr);gap:12px}.kpi-card{padding:16px}.kpi-value{font-size:24px}.kpi-label{font-size:11px}}.kpi-card.purple{border-left-color:#8b5cf6;background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(139,92,246,.05))}.forecast-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:24px}.forecast-card{background:#fff;padding:20px;border-radius:12px;border:1px solid #e2e8f0;text-align:center}.forecast-card.closed{border-top:4px solid #22c55e}.forecast-card.projected{border-top:4px solid #8b5cf6;background:linear-gradient(135deg,rgba(139,92,246,.05),transparent)}.forecast-card.target{border-top:4px solid #f59e0b}.forecast-card.gap{border-top:4px solid #ef4444}.forecast-card.gap.positive{border-top-color:#22c55e;background:linear-gradient(135deg,rgba(34,197,94,.05),transparent)}.forecast-label{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.forecast-value{font-size:24px;font-weight:700;color:#1e293b}.forecast-card.gap .forecast-value{font-size:20px}.forecast-sub{font-size:11px;color:#94a3b8;margin-top:4px}.forecast-stages{display:flex;flex-direction:column;gap:12px}.forecast-stage{background:#fff;padding:16px;border-radius:10px;border:1px solid #e2e8f0}.stage-header{display:flex;justify-content:space-between;margin-bottom:10px}.stage-name{font-weight:600;color:#1e293b;text-transform:capitalize}.stage-count{color:#64748b;font-size:13px}.stage-bar{height:12px;background:#e2e8f0;border-radius:6px;overflow:hidden;margin-bottom:10px}.stage-fill{height:100%;border-radius:6px;transition:width .3s ease}.stage-footer{display:flex;justify-content:space-between}.stage-prob{font-size:12px;color:#64748b}.stage-value{font-size:14px;font-weight:600;color:#1e293b}@media (max-width:768px){.forecast-grid{grid-template-columns:repeat(2,1fr)}.forecast-value{font-size:20px}}.target-panel{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-bottom:24px}.target-card.large{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0}.target-card.large .target-label{font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.target-card.large .target-value{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:16px}.target-card.large .target-value.positive{color:#22c55e}.target-card.large .target-value.negative{color:#ef4444}.target-progress{height:12px;background:#f1f5f9;border-radius:6px;overflow:hidden;margin-bottom:12px}.target-progress-fill{height:100%;border-radius:6px;transition:width .5s ease}.target-stats{font-size:13px;color:#64748b;display:flex;gap:8px;flex-wrap:wrap}.projection-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-bottom:24px}.projection-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0;text-align:center}.projection-label{font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.projection-value{font-size:28px;font-weight:700;color:#1e293b;margin-bottom:8px}.projection-sub{font-size:12px;color:#94a3b8}.temperature-badge{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.alert-box{background:#fff;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:24px;overflow:hidden}.alert-box.warning{border-color:#f59e0b;background:linear-gradient(135deg,rgba(245,158,11,.05),transparent)}.alert-box.danger{border-color:#ef4444;background:linear-gradient(135deg,rgba(239,68,68,.05),transparent)}.alert-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:rgba(0,0,0,.02);border-bottom:1px solid #e2e8f0;font-weight:600;color:#1e293b}.alert-box.warning .alert-header{color:#b45309}.alert-box.danger .alert-header{color:#dc2626}.alert-count{background:#f59e0b;color:#fff;padding:4px 10px;border-radius:12px;font-size:12px}.alert-list{padding:12px 20px}.alert-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f1f5f9}.alert-item:last-child{border-bottom:none}.alert-name{font-weight:500;color:#1e293b}.alert-days{font-size:13px;color:#ef4444;font-weight:600}.risk-item{display:flex;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid #f1f5f9}.risk-item:last-child{border-bottom:none}.risk-avatar{width:40px;height:40px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px}.risk-info{flex:1 1}.risk-name{font-weight:600;color:#1e293b;display:block}.risk-reasons{font-size:12px;color:#64748b}.risk-reason{display:inline-block;margin-right:8px}.risk-badge{background:rgba(239,68,68,.1);color:#dc2626;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.risk-indicator{color:#ef4444;margin-left:8px}.ranking-card.risk{border-color:#ef4444;background:linear-gradient(90deg,rgba(239,68,68,.05),transparent)}.health-score-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-bottom:24px}.health-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0;text-align:center}.health-label{font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.health-value{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:8px}.health-status{font-size:13px;color:#64748b}.health-status.positive{color:#22c55e;font-weight:600}.kanban-card-temp{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px}.kanban-card{position:relative}.kanban-card-action{width:100%;padding:8px;margin-top:12px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.kanban-card-action:hover{background:#3b82f6;border-color:#3b82f6;color:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:20px;padding:32px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}.modal.large{max-width:700px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal h3{margin-bottom:24px;color:#1e293b}.modal .form-group{margin-bottom:16px}.modal .form-actions{margin-top:24px;display:flex;gap:12px;justify-content:flex-end}.activities-list{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.activities-list h4{margin-bottom:16px;color:#475569}.activity-items{display:flex;flex-direction:column;gap:12px;max-height:300px;overflow-y:auto}.activity-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.activity-item.completed{opacity:.6;background:#f0fdf4;border-color:#bbf7d0}.activity-info{display:flex;flex-direction:column;gap:4px}.activity-type{font-weight:600;color:#1e293b;font-size:14px}.activity-desc{color:#64748b;font-size:13px}.activity-due{font-size:12px;color:#64748b}.activity-due.overdue{color:#ef4444;font-weight:600}.activity-actions{display:flex;gap:8px}.btn-small.success{background:#f0fdf4;color:#16a34a;border-color:#bbf7d0}.btn-small.success:hover{background:#16a34a;color:#fff}.activity-completed{color:#16a34a;font-weight:600;font-size:13px}.chart-container{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0;margin-bottom:24px}.chart-container h4{margin-bottom:20px;color:#475569}.bar-chart{display:flex;align-items:flex-end;justify-content:space-between;height:250px;gap:8px;padding-top:20px}.bar-item{flex:1 1;display:flex;flex-direction:column;align-items:center;height:100%}.bar-wrapper{flex:1 1;width:100%;display:flex;align-items:flex-end}.bar{width:100%;border-radius:6px 6px 0 0;min-height:4px;transition:height .5s ease}.revenue-bar{background:linear-gradient(180deg,#22c55e,#16a34a)}.pipeline-bar{background:linear-gradient(180deg,#3b82f6,#2563eb)}.bar-label{font-size:11px;color:#64748b;margin-top:8px;text-transform:uppercase}.bar-value{font-size:10px;color:#94a3b8;margin-top:4px}.growth-table{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;margin-top:24px}.growth-table table{border:none;border-radius:0}.growth-table th{background:#f8fafc}.growth-table td.positive{color:#22c55e;font-weight:600}.growth-table td.negative{color:#ef4444;font-weight:600}.growth-table td.neutral{color:#94a3b8}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-header h3{margin-bottom:0}.status-value{font-size:13px;color:#22c55e;font-weight:600;margin-top:4px}.source-revenue{font-size:14px;font-weight:600;color:#22c55e;margin:8px 0}.message-banner{margin-bottom:24px}@media (max-width:1024px){.health-score-grid,.projection-grid,.target-panel{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.target-panel{grid-template-columns:1fr}.health-score-grid{grid-template-columns:repeat(2,1fr)}.projection-grid{grid-template-columns:1fr}.bar-chart{height:200px}.bar-value{display:none}}.forecast-config-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.forecast-config-item{background:#f8fafc;padding:16px;border-radius:12px;border:1px solid #e2e8f0}.forecast-config-label{display:block;font-weight:600;color:#1e293b;margin-bottom:12px;text-transform:capitalize}.forecast-config-input-group{display:flex;align-items:center;gap:12px;margin-bottom:12px}.forecast-config-slider{flex:1 1;-webkit-appearance:none;height:6px;border-radius:3px;background:#e2e8f0;outline:none}.forecast-config-slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#3b82f6;cursor:pointer;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.forecast-config-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#3b82f6;cursor:pointer;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.forecast-config-number{width:60px;padding:8px;text-align:center;font-weight:600;font-size:14px}.forecast-config-percent{font-weight:600;color:#64748b}.forecast-config-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.forecast-config-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}@media (max-width:768px){.forecast-config-grid{grid-template-columns:1fr}}.kpi-settings-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.kpi-setting-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f8fafc;border-radius:10px;cursor:pointer;transition:all .2s;border:1px solid #e2e8f0}.kpi-setting-item:hover{background:#f1f5f9;border-color:#3b82f6}.kpi-setting-item input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#3b82f6}.kpi-setting-item span{font-weight:500;color:#1e293b}.leaderboard-container{padding:0}.ranking-selector{display:flex;gap:8px;margin-bottom:24px}.ranking-btn{padding:10px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;font-size:13px;cursor:pointer;transition:all .2s;font-weight:500}.ranking-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#f8fafc}.ranking-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.ranking-values{text-align:right;min-width:100px}.ranking-label{font-size:12px;color:#64748b;margin-top:4px}.team-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.team-stat-card{background:#fff;padding:20px;border-radius:12px;border:1px solid #e2e8f0;text-align:center}.team-stat-value{font-size:28px;font-weight:700;color:#1e293b}.team-stat-label{font-size:12px;color:#64748b;margin-top:4px}@media (max-width:768px){.team-stats{grid-template-columns:repeat(2,1fr)}.ranking-card{grid-template-columns:50px 1fr}.ranking-values{display:none}}.export-container{padding:0}.export-options{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin-bottom:32px}.export-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0}.export-card h3{margin-bottom:16px;color:#1e293b}.format-selector{display:flex;gap:12px;margin-bottom:16px}.format-btn{flex:1 1;padding:12px 20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;font-size:14px;cursor:pointer;transition:all .2s;font-weight:500}.format-btn:hover{border-color:#3b82f6;color:#3b82f6}.format-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.export-info{color:#64748b;font-size:13px;margin-bottom:20px;line-height:1.6}.export-btn{width:100%}.preview-table-container{margin-top:16px;overflow-x:auto}.preview-table{width:100%;font-size:13px}.preview-table td,.preview-table th{padding:10px 12px;text-align:left}.preview-note{text-align:center;color:#94a3b8;font-size:12px;margin-top:12px}.export-stats{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0}.export-stats h3{margin-bottom:20px;color:#1e293b}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.stat-item{text-align:center}.stat-item .stat-value{font-size:24px}.stat-item .stat-label{font-size:12px;margin-top:4px}@media (max-width:768px){.export-options{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}.multas-dashboard{padding:0}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px;margin-bottom:24px}.stat-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0;display:flex;align-items:center;gap:20px;transition:all .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.stat-card.active{border-left:4px solid #22c55e}.stat-card.completed{border-left:4px solid #3b82f6}.stat-card.clients{border-left:4px solid #8b5cf6}.stat-card.value{border-left:4px solid #f59e0b}.stat-card.active-value{border-left:4px solid #06b6d4}.stat-card .stat-icon{font-size:40px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:12px}.stat-card .stat-content h3{font-size:14px;color:#64748b;font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.stat-card .stat-value{font-size:28px;font-weight:700;color:#1e293b}.dashboard-info{margin-top:24px}.info-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0}.info-card h4{font-size:16px;color:#1e293b;margin-bottom:16px}.info-card ul{list-style:none;padding:0}.info-card li{padding:8px 0;color:#64748b;font-size:14px;display:flex;align-items:center;gap:10px}.info-card li:before{content:"✓";color:#22c55e;font-weight:700}.actions-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px}.search-box{flex:1 1;max-width:400px}.search-input{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;background:#f8fafc}.search-input:focus{outline:none;border-color:#3b82f6;background:#fff}.filters-section{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap;align-items:flex-end}.filter-group{display:flex;flex-direction:column;gap:6px}.filter-group label{font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase}.filter-group input,.filter-group select{min-width:150px;padding:10px 14px}.btn-filter{padding:10px 20px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;color:#475569;font-size:14px;cursor:pointer;font-weight:500;transition:all .2s}.btn-filter:hover{background:#3b82f6;border-color:#3b82f6;color:#fff}.data-table-container{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0}.data-table th{background:#f8fafc;padding:16px 20px;text-align:left;font-weight:600;font-size:12px;text-transform:uppercase;color:#64748b;letter-spacing:.5px;border-bottom:1px solid #e2e8f0}.data-table td{padding:16px 20px;border-bottom:1px solid #f1f5f9;color:#1e293b;font-size:14px}.data-table tbody tr:hover{background:#f8fafc}.data-table .empty-state{text-align:center;color:#94a3b8;padding:40px 20px;font-style:italic}.contract-info{display:flex;flex-direction:column;gap:4px}.contract-info strong{font-weight:600;color:#1e293b}.process-number{font-size:12px;color:#64748b}.file-info{display:flex;align-items:center;gap:10px}.file-icon{font-size:20px}.file-name{font-weight:500;color:#1e293b}.category-badge{padding:4px 10px;background:#f1f5f9;border-radius:6px;font-size:12px;color:#475569;font-weight:500}.actions-cell{display:flex;gap:8px}.btn-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border:none;border-radius:8px;cursor:pointer;font-size:14px;transition:all .2s}.btn-icon:hover{background:#e2e8f0}.btn-icon.danger:hover{background:#fef2f2}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.modal-content{background:#fff;border-radius:20px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}.modal-content.large{max-width:700px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:20px;font-weight:600;color:#1e293b;margin:0}.btn-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border:none;border-radius:8px;cursor:pointer;font-size:16px;color:#64748b;transition:all .2s}.btn-close:hover{background:#e2e8f0;color:#1e293b}.modal-form{padding:24px}.modal-form .form-row{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-bottom:16px}.modal-form .form-group{margin-bottom:0}.modal-body{padding:24px}.status-select{padding:6px 10px;border-radius:6px;font-size:12px;font-weight:600;border:none;cursor:pointer}.status-select.status-active{background:rgba(34,197,94,.1);color:#16a34a}.status-select.status-inactive{background:rgba(100,116,139,.1);color:#64748b}.status-select.status-completed{background:rgba(59,130,246,.1);color:#3b82f6}.status-select.status-cancelled{background:rgba(239,68,68,.1);color:#dc2626}.documents-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.document-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.doc-icon{font-size:24px}.doc-name{flex:1 1;font-weight:500;color:#1e293b}.doc-link{padding:6px 12px;background:#3b82f6;color:#fff;border-radius:6px;font-size:12px;font-weight:500;text-decoration:none;transition:all .2s}.doc-link:hover{background:#2563eb}.stats-row{display:flex;gap:24px;margin-bottom:24px}.stat-item{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.stat-item .stat-label{font-size:13px;color:#64748b}.stat-item .stat-value{font-size:20px;font-weight:700;color:#1e293b}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.loading-container .loading-spinner{width:40px;height:40px}.loading-container p{color:#64748b;font-size:14px}.error-container{text-align:center;padding:40px 20px}.error-container p{color:#dc2626;margin-bottom:16px}.btn-retry{padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:10px;cursor:pointer;font-weight:500;transition:all .2s}.btn-retry:hover{background:#2563eb}@media (max-width:768px){.actions-bar{flex-direction:column;align-items:stretch}.search-box{max-width:100%}.filters-section{flex-direction:column;align-items:stretch}.filter-group{width:100%}.filter-group input,.filter-group select{min-width:100%}.modal-form .form-row{grid-template-columns:1fr}.stats-row{flex-direction:column}}.alerts-section{margin-bottom:24px}.alerts-section .section-title{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:16px}.alerts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:16px;gap:16px}.alert-card{background:#fff;padding:20px;border-radius:12px;border:1px solid #e2e8f0;border-left:4px solid;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:16px}.alert-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.alert-card.alert-warning{border-left-color:#f59e0b;background:linear-gradient(135deg,rgba(245,158,11,.05),transparent)}.alert-card.alert-danger{border-left-color:#ef4444;background:linear-gradient(135deg,rgba(239,68,68,.05),transparent)}.alert-card.alert-info{border-left-color:#3b82f6;background:linear-gradient(135deg,rgba(59,130,246,.05),transparent)}.alert-card .alert-icon{font-size:32px}.alert-card .alert-content{flex:1 1}.alert-card .alert-content h4{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:4px}.alert-card .alert-content p{font-size:13px;color:#64748b}.alert-card .alert-count{font-size:24px;font-weight:700;color:#1e293b;background:#f1f5f9;padding:8px 16px;border-radius:8px}.charts-section{margin-top:24px}.charts-section .section-title{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:20px}.organ-chart{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0}.organ-bar-container{display:grid;grid-template-columns:200px 1fr 120px;align-items:center;grid-gap:20px;gap:20px;margin-bottom:16px}.organ-bar-container:last-child{margin-bottom:0}.organ-label{display:flex;flex-direction:column;gap:4px}.organ-name{font-weight:600;color:#1e293b}.organ-count{font-size:13px;color:#64748b}.organ-bar-bg{height:32px;background:#f1f5f9;border-radius:8px;overflow:hidden}.organ-bar-fill{height:100%;border-radius:8px;transition:width .5s ease;min-width:4px}.organ-value{font-size:14px;font-weight:600;color:#22c55e;text-align:right}.empty-chart{text-align:center;padding:40px;color:#64748b;background:#f8fafc;border-radius:12px;border:2px dashed #e2e8f0}.date-warning{color:#f59e0b!important;font-weight:600}.date-danger{color:#ef4444!important;font-weight:600}.page-header{margin-bottom:24px}.page-header h2{font-size:24px;font-weight:700;color:#1e293b;margin:0}.user-info{gap:12px}.user-avatar,.user-info{display:flex;align-items:center}.user-avatar{width:36px;height:36px;background:linear-gradient(135deg,#8b5cf6,#6366f1);border-radius:50%;justify-content:center;font-size:14px;font-weight:600;color:#fff}.role-badge{padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600}.role-admin{background:rgba(139,92,246,.1);color:#8b5cf6}.role-manager{background:rgba(59,130,246,.1);color:#3b82f6}.role-operator{background:rgba(34,197,94,.1);color:#22c55e}.role-viewer{background:rgba(100,116,139,.1);color:#64748b}.role-default{background:#f1f5f9;color:#64748b}.activity-stats{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0;margin-bottom:24px}.activity-stats h3{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:16px}.activity-stats .stats-grid{display:flex;gap:16px;flex-wrap:wrap}.activity-stats .stat-item{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#f8fafc;border-radius:10px}.activity-stats .stat-icon{font-size:18px}.activity-stats .stat-count{font-size:18px;font-weight:700;color:#1e293b}.activity-stats .stat-label{font-size:12px;color:#64748b}.activity-list{display:flex;flex-direction:column;gap:12px}.activity-card{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s}.activity-card:hover{background:#f8fafc;border-color:#3b82f6}.activity-card .activity-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}.activity-card .activity-content{flex:1 1}.activity-card .activity-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.activity-card .activity-action{font-weight:600;font-size:14px}.activity-card .activity-entity{font-size:12px;color:#64748b;padding:2px 8px;background:#f1f5f9;border-radius:4px}.activity-card .activity-description{font-size:14px;color:#475569;margin-bottom:6px}.activity-card .activity-meta{display:flex;gap:16px;font-size:12px;color:#94a3b8}.activity-arrow{font-size:20px;color:#cbd5e1}.history-timeline{display:flex;flex-direction:column;gap:0}.timeline-item{display:flex;gap:16px;padding:16px 0;position:relative}.timeline-item:not(:last-child):after{content:"";position:absolute;left:15px;top:56px;bottom:0;width:2px;background:#e2e8f0}.timeline-marker{width:32px;height:32px;background:#f8fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.timeline-content{flex:1 1}.timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.timeline-header span:first-child{font-weight:600;font-size:14px}.timeline-date{font-size:12px;color:#94a3b8}.timeline-description{font-size:13px;color:#475569;margin-bottom:6px}.timeline-user{font-size:12px;color:#64748b}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px;padding:16px}.btn-pagination{padding:10px 20px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-size:14px;cursor:pointer;font-weight:500;transition:all .2s}.btn-pagination:hover:not(:disabled){background:#3b82f6;border-color:#3b82f6;color:#fff}.btn-pagination:disabled{opacity:.5;cursor:not-allowed}.page-info{font-size:14px;color:#64748b}.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:14px}.breadcrumb span{color:#64748b;cursor:pointer;transition:color .2s}.breadcrumb span:hover{color:#3b82f6}.breadcrumb .separator{color:#cbd5e1;cursor:default}.breadcrumb .current{color:#1e293b;font-weight:600;cursor:default}.client-header{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0;margin-bottom:24px}.client-info h1{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:12px}.client-details{display:flex;gap:24px;flex-wrap:wrap}.client-details span{font-size:14px;color:#64748b}.client-details strong{color:#1e293b;font-weight:600}.services-section{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0;margin-bottom:24px}.services-list{display:flex;flex-direction:column;gap:12px}.service-card{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s}.service-card:hover{background:#f1f5f9;border-color:#3b82f6}.service-card.selected{background:rgba(59,130,246,.1);border-color:#3b82f6}.service-info h3{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:4px}.service-date{font-size:12px;color:#64748b}.contracts-section{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0}.loading-inline{text-align:center;padding:20px;color:#64748b}.clickable-row{cursor:pointer;transition:background .2s}.clickable-row:hover{background:#f8fafc!important}.btn-primary{background:var(--cr-wine)!important;border-color:var(--cr-wine)!important;color:#fff!important}.btn-primary:hover{background:var(--cr-wine-hover)!important;border-color:var(--cr-wine-hover)!important}body,html{height:100%}.app-shell{background:#f1f5f9}.app-shell,.sidebar{display:flex;height:100vh;overflow:hidden}.sidebar{width:256px;min-width:256px;background:#050708;flex-direction:column;flex-shrink:0;transition:width .25s ease,min-width .25s ease;position:relative;z-index:200}.sidebar.sidebar-collapsed{width:72px;min-width:72px}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:20px 16px 16px;border-bottom:1px solid hsla(0,0%,100%,.07);flex-shrink:0}.sidebar-logo-img{height:36px;width:36px;object-fit:contain;border-radius:8px;flex-shrink:0}.sidebar-brand{display:flex;flex-direction:column;overflow:hidden}.sidebar-brand-name{font-size:15px;font-weight:700;color:#e2d9d9;white-space:nowrap;letter-spacing:-.3px}.sidebar-brand-sub{font-size:11px;color:#6b5a5a;white-space:nowrap;margin-top:1px}.sidebar-modules{display:flex;gap:4px;padding:12px 12px 8px;flex-shrink:0}.sidebar-module-btn{flex:1 1;padding:6px 4px;border:none;border-radius:6px;background:transparent;color:#64748b;font-size:11px;font-weight:600;cursor:pointer;transition:all .15s;text-align:center}.sidebar-module-btn:hover{background:hsla(0,0%,100%,.06);color:#94a3b8}.sidebar-module-btn.active{background:var(--cr-wine-mid);color:var(--cr-wine-text)}.sidebar-divider{height:1px;background:hsla(0,0%,100%,.06);margin:4px 0;flex-shrink:0}.sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:8px 10px 0;overflow-y:auto;flex:1 1}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:2px}.sidebar-section-label{display:block;font-size:10px;font-weight:700;color:#4a2e2e;letter-spacing:1px;padding:4px 6px 8px;text-transform:uppercase}.sidebar-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:8px;background:transparent;color:#7a5c5c;font-size:13.5px;font-weight:500;cursor:pointer;transition:all .15s;text-align:left;white-space:nowrap}.sidebar-item:hover{background:rgba(117,21,24,.12);color:#d4888a}.sidebar-item.active{background:var(--cr-wine-mid)}.sidebar-item.active,.sidebar-item.active .sidebar-item-icon{color:var(--cr-wine-text)}.sidebar-item-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;color:inherit}.sidebar-item-label{flex:1 1;overflow:hidden;text-overflow:ellipsis}.sidebar-item-settings{margin:0 10px 2px;color:#475569}.sidebar-footer{flex-shrink:0;padding:12px;border-top:1px solid hsla(0,0%,100%,.06);display:flex;flex-direction:column;gap:8px}.sidebar-footer-support{display:flex;flex-direction:column;gap:4px;padding:0 4px}.sidebar-footer-label{display:flex;align-items:center;gap:5px;font-size:11px;color:#4a2e2e;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.sidebar-footer-email{font-size:11.5px;color:var(--cr-wine-text);text-decoration:none;word-break:break-all;line-height:1.4}.sidebar-footer-email:hover{color:#e8b0b2;text-decoration:underline}.sidebar-collapse-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:8px;border:1px solid rgba(117,21,24,.2);border-radius:8px;background:transparent;color:#4a2e2e;cursor:pointer;transition:all .15s}.sidebar-collapse-btn:hover{background:rgba(117,21,24,.12);color:var(--cr-wine-text)}.sidebar-client-brand{gap:12px;padding:14px 16px;border-top:1px solid rgba(117,21,24,.2);border-bottom:1px solid rgba(117,21,24,.2);background:rgba(117,21,24,.08)}.cr-logo-icon,.sidebar-client-brand{display:flex;align-items:center;flex-shrink:0}.cr-logo-icon{width:40px;height:40px;background:var(--cr-wine);border-radius:10px;justify-content:center;color:#fff;font-size:12px;font-weight:800;letter-spacing:-.5px;box-shadow:0 2px 8px rgba(117,21,24,.4)}.cr-brand-text{display:flex;flex-direction:column;overflow:hidden}.cr-brand-name{font-size:13.5px;font-weight:800;color:#f5e8e8;white-space:nowrap;letter-spacing:.2px}.cr-brand-sub{font-size:9.5px;color:#9a6060;white-space:nowrap;text-transform:uppercase;letter-spacing:1px;font-weight:600}.sidebar-powered{font-size:9px;color:#334155;letter-spacing:.8px;text-transform:uppercase;padding:4px 16px 2px;flex-shrink:0}.clients-page{display:flex;flex-direction:column;gap:20px}.clients-summary{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.clients-summary-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;border-top:3px solid #e2e8f0;padding:18px 20px;display:flex;flex-direction:column;gap:4px;transition:all .15s}.clients-summary-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.06);transform:translateY(-1px)}.clients-summary-card.all{border-top-color:#94a3b8}.clients-summary-card.nego{border-top-color:#3b82f6}.clients-summary-card.fechado{border-top-color:var(--cr-wine)}.summary-number{font-size:28px;font-weight:800;color:#0f172a;line-height:1}.summary-label{font-size:12px;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.clients-toolbar{display:flex;gap:10px;align-items:center}.clients-search{flex:1 1;display:flex;align-items:center;gap:8px;padding:0 12px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;height:40px}.clients-search-input{flex:1 1;border:none;outline:none;background:transparent;font-size:14px;color:#1e293b}.clients-search-input::placeholder{color:#cbd5e1}.clients-filter-select{padding:0 12px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:13.5px;outline:none}.clients-filter-select,.clients-new-btn{height:40px;border-radius:10px;cursor:pointer}.clients-new-btn{display:flex;align-items:center;gap:6px;padding:0 18px;font-size:14px;font-weight:600;white-space:nowrap;border:none}.clients-table-wrap{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.client-status-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600}.client-status-badge.negociacao{background:rgba(59,130,246,.1);color:#3b82f6}.client-status-badge.fechado{background:rgba(117,21,24,.1);color:var(--cr-wine)}.service-status-badge{display:inline-flex;padding:3px 10px;border-radius:6px;font-size:11px;font-weight:600;white-space:nowrap}.sidebar-mobile-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:150}.shell-main{flex:1 1;display:flex;flex-direction:column;height:100vh;overflow:hidden;min-width:0}.page-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:0 28px;height:68px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;box-shadow:0 1px 3px rgba(0,0,0,.04);z-index:10;gap:20px}.page-header-left{display:flex;flex-direction:column;justify-content:center;min-width:0}.page-header-title{font-size:18px;font-weight:700;color:#0f172a;letter-spacing:-.3px;line-height:1.2}.page-header-subtitle{font-size:12.5px;color:#94a3b8;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-header-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.ph-tenant-badge{display:flex;align-items:center;gap:5px;padding:5px 11px;background:rgba(59,130,246,.07);border:1px solid rgba(59,130,246,.18);border-radius:20px;font-size:12px;color:#3b82f6;font-weight:500;white-space:nowrap}.ph-role-badge{padding:4px 10px;border:1px solid;border-radius:12px;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.ph-avatar{width:34px;height:34px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}.ph-user-name{color:#1e293b}.ph-logout-btn,.ph-user-name{font-size:13px;font-weight:500;white-space:nowrap}.ph-logout-btn{display:flex;align-items:center;gap:6px;padding:7px 14px;background:transparent;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;transition:all .15s}.ph-logout-btn:hover{background:#fef2f2;border-color:#fca5a5;color:#ef4444}.ph-mobile-menu-btn{display:none;align-items:center;justify-content:center;padding:8px;border:1px solid #e2e8f0;border-radius:8px;background:transparent;color:#64748b;cursor:pointer}.shell-content{flex:1 1;overflow-y:auto;padding:28px 32px}.shell-content::-webkit-scrollbar{width:6px}.shell-content::-webkit-scrollbar-track{background:transparent}.shell-content::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}.shell-content::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.md-layout{display:grid;grid-template-columns:1fr 300px;grid-gap:24px;gap:24px;align-items:start}.md-main{gap:20px;min-width:0}.md-main,.md-sidebar{display:flex;flex-direction:column}.md-sidebar{gap:16px;position:-webkit-sticky;position:sticky;top:0}.md-metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.md-metric-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;border-top:3px solid var(--accent,#3b82f6);padding:20px;transition:box-shadow .2s,transform .2s}.md-metric-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.07);transform:translateY(-1px)}.md-metric-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.md-metric-body{display:flex;flex-direction:column;gap:4px;min-width:0}.md-metric-title{font-size:10.5px;font-weight:700;color:#94a3b8;letter-spacing:.6px;text-transform:uppercase}.md-metric-value{font-size:30px;font-weight:800;color:#0f172a;line-height:1;margin-top:4px}.md-metric-subtitle{font-size:12px;color:#94a3b8;margin-top:2px}.md-metric-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.md-section-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.md-section-header{padding:16px 20px;border-bottom:1px solid #f1f5f9}.md-section-title{font-size:14px;font-weight:600;color:#1e293b}.md-section-body{padding:16px 20px}.md-chart{gap:14px}.md-bar-row,.md-chart{display:flex;flex-direction:column}.md-bar-row{gap:6px}.md-bar-meta{display:flex;align-items:center;gap:8px}.md-bar-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.md-bar-name{flex:1 1;font-size:13px;color:#475569;font-weight:500}.md-bar-count{font-size:12px;color:#94a3b8;font-weight:600}.md-bar-track{height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden}.md-bar-fill{height:100%;border-radius:3px;transition:width .6s ease}.md-empty{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.md-empty p{font-size:13px;color:#94a3b8}.md-quick-actions{display:flex;flex-direction:column;gap:8px}.md-action-btn{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;border:none;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s;text-align:left}.md-action-primary{background:var(--cr-wine);color:#fff}.md-action-primary:hover{background:var(--cr-wine-hover)}.md-action-secondary{background:#f8fafc;color:#475569;border:1px solid #e2e8f0}.md-action-secondary:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}.md-stages{display:flex;flex-direction:column;gap:8px}.md-stage-item{display:flex;align-items:center;justify-content:space-between;padding:6px 0;border-bottom:1px solid #f8fafc}.md-stage-item:last-child{border-bottom:none}.md-stage-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.md-stage-name{font-size:12.5px;color:#475569}.md-stage-count{font-size:12px;font-weight:700;padding:2px 8px;border-radius:10px}.cd-protocol-panel{background:rgba(117,21,24,.03);border-top:1px solid rgba(117,21,24,.12);padding:14px 20px}.cd-protocol-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.cd-protocol-title{font-size:13px;font-weight:700;color:#751518}.cd-protocol-badge{background:rgba(117,21,24,.1);color:#751518;font-size:11px;font-weight:600;padding:2px 8px;border-radius:8px}.cd-protocol-close{font-size:12px;color:#94a3b8;background:none;border:none;cursor:pointer;padding:2px 6px;border-radius:4px}.cd-protocol-close:hover{background:#f1f5f9}.cd-protocol-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:4px}.cd-protocol-form label{font-size:11.5px;font-weight:600;color:#64748b;display:block;margin-bottom:4px}.cd-protocol-form input,.cd-protocol-form select,.cd-protocol-form textarea{width:100%;padding:8px 10px;border:1px solid #e2e8f0;border-radius:7px;font-size:13px;background:#fff;color:#1e293b;outline:none}.cd-protocol-form input:focus,.cd-protocol-form select:focus,.cd-protocol-form textarea:focus{border-color:#751518}.cd-protocol-upload-hint{display:flex;align-items:center;gap:6px;font-size:11.5px;color:#94a3b8;background:#f8fafc;border:1px dashed #e2e8f0;padding:6px 12px;border-radius:7px;margin:8px 0 0}.cd-doc-list{display:flex;flex-direction:column;gap:8px}.cd-doc-item{display:flex;align-items:center;gap:12px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:all .15s}.cd-doc-item:hover{border-color:#cbd5e1;box-shadow:0 2px 8px rgba(0,0,0,.04)}.cd-doc-icon{width:36px;height:36px;border-radius:8px;background:rgba(117,21,24,.08);color:#751518;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cd-doc-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.cd-doc-name{font-size:13.5px;font-weight:600;color:#1e293b}.cd-doc-meta{display:flex;gap:8px;font-size:11.5px;color:#94a3b8}.cd-doc-upload-placeholder{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:8px;padding:10px 14px;font-size:13px;color:#94a3b8;margin:4px 0 8px}.md-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.md-metric-card--clickable{cursor:pointer}.md-metric-card--clickable:hover{box-shadow:0 6px 20px rgba(0,0,0,.1);transform:translateY(-2px)}.md-metric-card--dimmed{opacity:.55}.md-metric-click-hint{font-size:11px;color:var(--accent,#751518);margin-top:10px;font-weight:600;letter-spacing:.3px}.md-stages-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.md-stage-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;border-left:4px solid var(--scolor,#6366f1);padding:16px 18px;display:flex;align-items:center;gap:14px;cursor:pointer;transition:all .18s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.md-stage-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateY(-1px)}.md-stage-card--active{background:var(--sbg,rgba(99,102,241,.06));border-color:var(--scolor,#6366f1);box-shadow:0 0 0 2px rgba(var(--scolor),.15)}.md-stage-card-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.md-stage-card-body{flex:1 1;display:flex;flex-direction:column;gap:2px}.md-stage-card-label{font-size:13px;font-weight:700;color:#1e293b}.md-stage-card-count{font-size:26px;font-weight:800;line-height:1}.md-stage-card-sub{font-size:11px;color:#94a3b8}.md-stage-card-arrow{flex-shrink:0;transition:transform .2s}.md-stage-panel{background:#fff;border-radius:14px;border:1px solid #e2e8f0;overflow:hidden;animation:fadeSlideDown .2s ease}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.md-stage-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.md-stage-panel-dot{width:10px;height:10px;border-radius:50%}.md-stage-panel-title{font-size:15px;font-weight:700}.md-stage-panel-close{font-size:12px;color:#94a3b8;border:none;background:none;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .15s}.md-stage-panel-close:hover{background:#f1f5f9;color:#475569}.md-stage-panel-groups{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0}.md-stage-subgroup{padding:16px 20px;border-right:1px solid #f1f5f9}.md-stage-subgroup:last-child{border-right:none}.md-stage-subgroup-header{display:flex;align-items:center;gap:7px;margin-bottom:12px}.md-stage-subgroup-label{font-size:13px;font-weight:600;color:#475569;flex:1 1}.md-stage-subgroup-count{font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px}.md-stage-empty{font-size:12.5px;color:#94a3b8;font-style:italic;padding:8px 0}.md-stage-client-list{display:flex;flex-direction:column;gap:6px;max-height:280px;overflow-y:auto}.md-stage-client-list::-webkit-scrollbar{width:4px}.md-stage-client-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.md-stage-client-card{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#f8fafc;border-radius:8px;cursor:pointer;transition:all .15s}.md-stage-client-card:hover{background:#f1f5f9}.md-stage-client-avatar{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.md-stage-client-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:1px}.md-stage-client-name{font-size:13px;font-weight:600;color:#1e293b}.md-stage-client-meta,.md-stage-client-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.md-stage-client-meta{font-size:11px;color:#94a3b8}.leads-page{display:flex;flex-direction:column;gap:20px}.leads-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.leads-title{font-size:18px;font-weight:700;color:#0f172a}.leads-sub{font-size:13px;color:#94a3b8;margin-top:2px}.leads-new-btn{display:flex;align-items:center;gap:6px;padding:8px 18px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}.kanban-board{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;align-items:start}.kanban-col{background:#f8fafc;border-radius:12px;border:2px dashed transparent;transition:border-color .15s,background .15s;min-height:200px;display:flex;flex-direction:column}.kanban-col.drag-over{border-color:var(--cr-wine);background:rgba(117,21,24,.03)}.kanban-col-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 8px;border-radius:12px 12px 0 0}.kanban-col-title-row{display:flex;align-items:center;gap:6px}.kanban-col-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.kanban-col-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.kanban-col-count{background:rgba(0,0,0,.08);color:#64748b;font-size:11px;font-weight:700;padding:1px 7px;border-radius:10px}.kanban-add-btn{width:26px;height:26px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;flex-shrink:0}.kanban-add-btn:hover{border-color:var(--cr-wine);color:var(--cr-wine);background:rgba(117,21,24,.04)}.kanban-cards{padding:6px 10px 12px;display:flex;flex-direction:column;gap:8px}.kanban-empty{padding:20px 10px;text-align:center;color:#cbd5e1;font-size:13px;font-style:italic}.kanban-card{background:#fff;border-radius:10px;border:1px solid #e2e8f0;padding:12px 14px;cursor:-webkit-grab;cursor:grab;transition:all .15s;box-shadow:0 1px 3px rgba(0,0,0,.04)}.kanban-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-1px)}.kanban-card:active{cursor:-webkit-grabbing;cursor:grabbing}.kanban-card-name{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:6px;line-height:1.3}.kanban-card-meta{display:flex;align-items:center;gap:5px;font-size:12px;color:#64748b;margin-bottom:3px}.kanban-card-date{font-size:11px;color:#cbd5e1;margin-top:6px}.lead-panel-overlay{position:fixed;inset:0;background:rgba(0,0,0,.25);z-index:500;display:flex;justify-content:flex-end}.lead-panel{width:360px;max-width:100vw;background:#fff;height:100%;overflow-y:auto;box-shadow:-4px 0 24px rgba(0,0,0,.12);display:flex;flex-direction:column;gap:0;animation:slideInRight .2s ease}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.lead-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid #f1f5f9;gap:12px}.lead-panel-name{font-size:17px;font-weight:700;color:#0f172a;margin-bottom:6px}.lead-panel-status{display:inline-block;padding:3px 10px;border-radius:10px;font-size:11.5px;font-weight:600}.lead-panel-close{border:none;background:#f1f5f9;color:#64748b;width:28px;height:28px;border-radius:6px;cursor:pointer;font-size:13px;flex-shrink:0}.lead-panel-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;padding:16px 20px}.lead-panel-field{display:flex;flex-direction:column;gap:3px}.lead-panel-field-label{font-size:10.5px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.lead-panel-field-value{font-size:13.5px;font-weight:500;color:#1e293b}.lead-panel-section{padding:12px 20px;border-top:1px solid #f1f5f9}.lead-panel-section-title{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.lead-panel-status-btns{display:flex;flex-wrap:wrap;gap:6px}.lead-status-move-btn{padding:5px 12px;border-radius:6px;border:1px solid;background:transparent;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s}.lead-status-move-btn:hover{opacity:.7}.lead-panel-actions{display:flex;gap:8px;padding:16px 20px;border-top:1px solid #f1f5f9;margin-top:auto}@media (max-width:1024px){.kanban-board{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.kanban-board{grid-template-columns:1fr}.lead-panel{width:100%}}.coming-soon h2{font-size:20px;color:#475569;margin-bottom:8px;font-weight:600}.coming-soon p{color:#94a3b8;font-size:14px}@media (max-width:1280px){.md-metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.md-layout{grid-template-columns:1fr}.md-sidebar{position:static}}.client-detail-page{display:flex;flex-direction:column;gap:20px}.cd-breadcrumb{gap:8px;margin-bottom:4px}.cd-back-btn,.cd-breadcrumb{display:flex;align-items:center}.cd-back-btn{gap:4px;font-size:13px;color:#751518;font-weight:500;background:none;border:none;cursor:pointer;padding:0}.cd-back-btn:hover{text-decoration:underline}.cd-breadcrumb-sep{color:#cbd5e1}.cd-breadcrumb-current{font-size:13px;color:#94a3b8;font-weight:500}.cd-client-card{display:flex;align-items:flex-start;gap:20px;background:#fff;border-radius:14px;border:1px solid #e2e8f0;padding:24px;position:relative}.cd-client-avatar{width:52px;height:52px;border-radius:50%;background:var(--cr-wine-light);border:2px solid rgba(117,21,24,.15);color:var(--cr-wine);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;flex-shrink:0}.cd-client-info{flex:1 1;min-width:0}.cd-client-title-row{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.cd-client-name{font-size:22px;font-weight:700;color:#0f172a;letter-spacing:-.3px}.cd-client-fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:14px 20px;gap:14px 20px}.cd-field{display:flex;flex-direction:column;gap:3px}.cd-field-label{font-size:10.5px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px}.cd-field-value{font-size:14px;font-weight:600;color:#1e293b}.cd-edit-btn{display:flex;align-items:center;gap:6px;padding:7px 14px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s;flex-shrink:0}.cd-edit-btn:hover{border-color:var(--cr-wine);color:var(--cr-wine)}.cd-services-section{display:flex;flex-direction:column;gap:16px}.cd-services-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.cd-services-title{font-size:16px;font-weight:700;color:#0f172a}.cd-services-sub{font-size:12px;color:#94a3b8;margin-top:2px}.cd-add-service-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:13.5px;font-weight:600;border:none;cursor:pointer;white-space:nowrap}.cd-empty-services{background:#fff;border-radius:12px;border:1px dashed #e2e8f0;padding:48px 24px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;color:#94a3b8;font-size:14px}.cd-services-list{display:flex;flex-direction:column;gap:12px}.cd-service-block{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.cd-service-block-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0;gap:12px;flex-wrap:wrap}.cd-service-block-title{display:flex;align-items:center;gap:10px}.cd-service-type-badge{background:var(--cr-wine);color:#fff;padding:4px 12px;border-radius:6px;font-size:12.5px;font-weight:600}.cd-service-count{font-size:13px;color:#94a3b8}.cd-service-block-actions{display:flex;align-items:center;gap:8px}.cd-service-empty{padding:16px 20px;font-size:13px;color:#94a3b8;font-style:italic}.user-home{max-width:680px;margin:0 auto;padding:16px 0 40px}.user-home-hero{display:flex;align-items:center;gap:32px;background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:32px 36px;margin-bottom:28px}.user-home-logos{flex-shrink:0}.user-home-welcome{flex:1 1}.user-home-greeting{font-size:14px;color:#94a3b8;margin-bottom:4px}.user-home-title{font-size:28px;font-weight:800;color:var(--cr-wine);letter-spacing:-.5px;line-height:1.1}.user-home-subtitle{font-size:14px;color:#64748b;letter-spacing:1.5px;text-transform:uppercase;font-weight:500;margin-bottom:12px}.user-home-desc{font-size:13.5px;color:#94a3b8;line-height:1.6}.user-home-actions-title{font-size:12px;font-weight:700;color:#94a3b8;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px}.user-home-grid{display:flex;flex-direction:column;gap:8px;margin-bottom:32px}.user-home-card{display:flex;align-items:center;gap:14px;padding:14px 18px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .15s;text-align:left;width:100%}.user-home-card:hover{border-color:var(--cr-wine);box-shadow:0 2px 12px rgba(117,21,24,.08)}.user-home-card.primary{background:var(--cr-wine);border-color:var(--cr-wine)}.user-home-card.primary:hover{background:var(--cr-wine-hover)}.user-home-card-icon{width:40px;height:40px;border-radius:10px;background:var(--cr-wine-light);color:var(--cr-wine);display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-home-card-icon.primary{background:hsla(0,0%,100%,.15);color:#fff}.user-home-card-body{flex:1 1;display:flex;flex-direction:column;gap:2px}.user-home-card-label{font-size:14px;font-weight:600;color:#1e293b}.user-home-card.primary .user-home-card-label{color:#fff}.user-home-card-desc{font-size:12px;color:#94a3b8}.user-home-card.primary .user-home-card-desc{color:hsla(0,0%,100%,.7)}.user-home-card-arrow{color:#cbd5e1;flex-shrink:0}.user-home-card.primary .user-home-card-arrow{color:hsla(0,0%,100%,.5)}.user-home-footer{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;color:#94a3b8}@media (max-width:768px){.sidebar{position:fixed;left:-256px;transition:left .25s ease,width .25s ease}.sidebar.sidebar-mobile-open{left:0}.sidebar-mobile-overlay{display:block}.shell-main{margin-left:0!important}.ph-mobile-menu-btn{display:flex}.ph-tenant-badge,.ph-user-name{display:none}.shell-content{padding:20px 16px}.page-header{padding:0 16px}.md-metrics-grid{grid-template-columns:1fr 1fr}.md-metric-value{font-size:24px}}