@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-color:#030305;--bg-surface:#ffffff05;--bg-surface-hover:#ffffff0f;--text-main:#fff;--text-muted:#9ca3af;--accent-1:#8b5cf6;--accent-2:#3b82f6;--gradient-accent:linear-gradient(135deg, var(--accent-1), var(--accent-2));--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-main);margin:0;line-height:1.6}.glass-panel{background:var(--bg-surface);-webkit-backdrop-filter:blur(20px);border:1px solid #ffffff0d;border-radius:16px}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #ffffff0d;padding:1.2rem}th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:500}tr:last-child td{border-bottom:none}tbody tr{transition:all .2s}tbody tr:hover{background:var(--bg-surface-hover)}.status-badge{color:#10b981;background:#10b9811a;border:1px solid #10b98133;border-radius:50px;padding:4px 12px;font-size:.85rem;font-weight:500}.pill{color:var(--accent-1);background:#8b5cf61a;border-radius:50px;padding:4px 12px;font-size:.85rem;font-weight:600}.admin-app{background:var(--bg-color);min-height:100vh;display:flex}.admin-sidebar{background:var(--bg-surface);border-right:1px solid #ffffff0d;flex-direction:column;width:280px;padding:2rem 1.5rem;display:flex}.sidebar-header{align-items:center;gap:.75rem;margin-bottom:3rem;padding:0 1rem;display:flex}.sidebar-logo{object-fit:contain;filter:drop-shadow(0 0 15px #8b5cf699)drop-shadow(0 0 30px #8b5cf64d);height:60px}.sidebar-title{color:#fff;letter-spacing:.05em;font-size:1.75rem;font-weight:800}.sidebar-title-highlight{color:var(--accent-1);text-shadow:0 0 15px #8b5cf699}.sidebar-nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.nav-btn{cursor:pointer;text-align:left;border-radius:12px;align-items:center;gap:1rem;width:100%;padding:1rem;font-weight:500;transition:all .2s;display:flex}.nav-btn.active{color:var(--accent-1);background:#8b5cf61a;border:1px solid #8b5cf633}.nav-btn.inactive{color:var(--text-muted);background:0 0;border:1px solid #0000}.sidebar-footer{border-top:1px solid #ffffff0d;margin-top:auto;padding-top:1.5rem}.btn-signout{color:#ef4444;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:1rem;width:100%;margin-top:.5rem;padding:1rem;font-weight:500;transition:all .2s;display:flex}.admin-main{flex:1;padding:3rem 4rem;overflow-y:auto}.main-header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.main-title{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:700}.main-desc{color:var(--text-muted);font-size:1.1rem}.header-actions{align-items:center;gap:1rem;display:flex}.api-status-pill{background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;display:flex}.stats-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}.stat-card{padding:2rem}.stat-label{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:500;display:flex}.stat-value{color:#fff;font-size:2.5rem}.table-container{padding:2rem;overflow-x:auto}.table-header{color:#fff;border-bottom:1px solid #ffffff0d;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.25rem;font-weight:600;display:flex}.btn-refresh{cursor:pointer;color:#fff;background:0 0;border:1px solid #ffffff1a;border-radius:6px;padding:.2rem 1rem;font-size:.8rem}.leads-table{border-collapse:collapse;width:100%}.table-th{text-align:left;color:var(--text-muted);padding-bottom:1rem;font-weight:500}.table-tr{border-bottom:1px solid #ffffff05}.table-td{padding:1rem 0}.avatar-initial{width:32px;height:32px;color:var(--text-muted);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.client-name{color:#fff;align-items:center;gap:.75rem;font-weight:500;display:flex}.client-email{color:var(--text-muted);align-items:center;gap:.5rem;display:flex}.text-ellipsis{white-space:nowrap;text-overflow:ellipsis;max-width:200px;overflow:hidden}.status-badge{border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.status-resolved{color:var(--text-muted);background:0 0;border:1px solid #fff3}.status-new{color:#10b981;background:#10b98126;border:1px solid #10b9814d}.btn-view{color:var(--accent-1);cursor:pointer;background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:6px;padding:.4rem 1rem;font-weight:500;transition:all .2s}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.modal-content{flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex;box-shadow:0 25px 50px -12px #00000080}.modal-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.modal-title{color:#fff;font-size:1.25rem;font-weight:600}.modal-close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;align-items:center;padding:.5rem;display:flex}.modal-body{padding:2.5rem 2rem;overflow-y:auto}.modal-meta-row{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.modal-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.85rem}.modal-avatar-lg{width:45px;height:45px;color:var(--accent-1);background:#8b5cf626;border:1px solid #8b5cf64d;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex}.modal-value-box{color:#fff;background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;padding:1rem;font-size:1.1rem}.modal-message-box{color:#ffffffd9;white-space:pre-wrap;background:#0000004d;border:1px solid #ffffff05;border-radius:8px;padding:1.5rem;line-height:1.7}.modal-footer{background:#ffffff03;border-top:1px solid #ffffff0d;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex}.btn-close-case{background:var(--accent-1);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;box-shadow:0 4px 15px #8b5cf64d}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:400px;padding:4rem;display:flex}.empty-state-icon{background:#ffffff0d;border-radius:50%;margin-bottom:1rem;padding:1.5rem}.empty-state-title{color:#fff;font-size:1.75rem;font-weight:600}.empty-state-desc{color:var(--text-muted);max-width:400px;line-height:1.6}
