:root{--gray-50: #FAFAFA;--gray-100: #F4F4F5;--gray-200: #E4E4E7;--gray-300: #D4D4D8;--gray-400: #A1A1AA;--gray-500: #71717A;--gray-600: #52525B;--gray-700: #3F3F46;--gray-800: #27272A;--gray-900: #18181B;--accent: #000000;--accent-hover: #111111;--radius-sm: 6px;--radius: 10px}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,sans-serif;background:var(--gray-50);color:var(--gray-900)}.dashboard-section-title{font-size:22px;font-weight:600;color:var(--gray-900)}.card{background:#fff;border-radius:var(--radius);border:1px solid rgba(0,0,0,.06);padding:20px}.lead-form{margin-top:16px;background:#fff;border-radius:var(--radius);border:1px solid rgba(0,0,0,.06);padding:20px 20px 16px}.lead-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px 16px}.lead-form-group label{display:block;margin-bottom:4px;font-size:13px;font-weight:500;color:var(--gray-700)}.lead-form-group input,.lead-form-group select,.lead-form-group textarea{width:100%;padding:9px 11px;border-radius:var(--radius-sm);border:1px solid var(--gray-200);background:#fff;font-size:14px}.lead-form-group input:focus,.lead-form-group select:focus,.lead-form-group textarea:focus{outline:none;border-color:var(--accent)}.lead-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.btn-primary,.btn-secondary{padding:8px 14px;border-radius:var(--radius-sm);font-size:14px;border:1px solid rgba(0,0,0,.08);background:#fff;color:var(--gray-900);cursor:pointer;transition:background .15s ease,transform .05s ease}.btn-primary:hover,.btn-secondary:hover{background:var(--gray-100)}.btn-primary{background:var(--accent);color:#fff;border-color:#000}.btn-primary:hover{background:var(--accent-hover)}.layout-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;color:var(--gray-600)}.ai-panel-card{margin-top:24px;background:#fff;border-radius:var(--radius);border:1px solid rgba(0,0,0,.06);padding:18px 18px 16px}.ai-panel-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px}.ai-panel-title{font-size:18px;font-weight:600;color:var(--gray-900)}.ai-panel-subtitle{font-size:13px;color:var(--gray-500)}.ai-panel-actions{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 10px}.ai-panel-actions .btn-secondary{padding:6px 10px;font-size:13px}.code-card{background:#f9fafb;border-radius:10px;border:1px solid var(--gray-200);padding:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:500}.badge.pending{background:#fef9c3;color:#92400e}.badge.running{background:#dbeafe;color:#1d4ed8}.badge.done{background:#dcfce7;color:#166534}.badge.failed{background:#fee2e2;color:#b91c1c}.table-vercel{width:100%;border-collapse:collapse}.table-vercel th{background:#fafafa;border-bottom:1px solid #e4e4e7;padding:10px 12px;font-size:13px;font-weight:500;color:var(--gray-600);text-align:left}.table-vercel td{padding:10px 12px;border-bottom:1px solid #f4f4f5;font-size:13px}.ai-content-page{max-width:900px;margin:0 auto;padding:24px 20px 32px}.ai-content-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}@media(min-width:960px){.ai-content-layout{grid-template-columns:1.1fr 1fr}}.layout-root{display:flex;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f3f4f6;color:#0f172a}.sidebar{width:260px;background:#020617;color:#e5e7eb;display:flex;flex-direction:column;padding:16px 16px 12px}.sidebar-header{display:flex;align-items:center;gap:12px;padding:8px 8px 16px;border-bottom:1px solid rgba(148,163,184,.2);margin-bottom:12px}.sidebar-logo-circle{width:36px;height:36px;border-radius:999px;background:linear-gradient(135deg,#4f46e5,#06b6d4);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:16px}.sidebar-title-main{font-size:15px;font-weight:600}.sidebar-title-sub{font-size:11px;color:#9ca3af}.sidebar-nav{margin-top:12px;flex:1;display:flex;flex-direction:column;gap:4px}.sidebar-link{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;font-size:14px;text-decoration:none;color:#e5e7eb;opacity:.9;transition:background .15s ease,opacity .15s ease,transform .05s ease}.sidebar-link:hover{background:#94a3b82e;opacity:1;transform:translate(1px)}.sidebar-link-active{background:linear-gradient(135deg,#4f46e5eb,#38bdf8cc);color:#f9fafb;opacity:1}.sidebar-link-icon{font-size:18px}.sidebar-link-label{flex:1}.sidebar-footer{border-top:1px solid rgba(148,163,184,.2);padding-top:10px;margin-top:4px}.sidebar-user{display:flex;align-items:center;gap:10px;margin-bottom:8px}.sidebar-user-avatar{width:32px;height:32px;border-radius:999px;background:#1f2937;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;color:#e5e7eb}.sidebar-user-info{display:flex;flex-direction:column;gap:2px}.sidebar-user-name{font-size:13px;font-weight:500}.sidebar-user-role{font-size:11px;color:#9ca3af;text-transform:uppercase}.sidebar-logout-btn{width:100%;border-radius:8px;border:1px solid rgba(148,163,184,.5);padding:6px 10px;background:transparent;color:#e5e7eb;font-size:13px;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:6px;transition:background .15s ease,border-color .15s ease}.sidebar-logout-btn:hover{background:#f8fafc0f;border-color:#f8fafcb3}.layout-main{flex:1;display:flex;flex-direction:column}.layout-header{height:64px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:10}.layout-header-left{display:flex;flex-direction:column}.layout-header-page-title{font-size:18px;font-weight:600;color:#0f172a}.layout-header-breadcrumb{font-size:12px;color:#6b7280}.layout-header-right{display:flex;align-items:center;gap:12px}.layout-header-badge{font-size:12px;padding:4px 10px;border-radius:999px;background:#4f46e514;color:#4f46e5;border:1px solid rgba(79,70,229,.35)}.layout-content{flex:1;padding:20px 24px 24px;overflow-y:auto}.layout-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#4b5563}.layout-loading-text{font-size:14px}.spinner{width:26px;height:26px;border-radius:999px;border:3px solid #e5e7eb;border-top-color:#4f46e5;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.dashboard{width:100%;padding:24px 24px 32px;display:flex;flex-direction:column;gap:20px}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.dash-card{background:#fff;border-radius:14px;padding:14px 16px;box-shadow:0 4px 10px #0f172a08;border:1px solid #e5e7eb}.dash-card-label{font-size:13px;color:#6b7280;margin-bottom:6px}.dash-card-value{font-size:26px;font-weight:700;margin-bottom:4px}.dash-card-sub{font-size:12px;color:#9ca3af}.dash-card-blue .dash-card-value{color:#2563eb}.dash-card-amber .dash-card-value{color:#d97706}.dash-card-purple .dash-card-value{color:#7c3aed}.dash-card-green .dash-card-value{color:#16a34a}.dashboard-main{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.3fr);gap:18px}@media(max-width:960px){.dashboard-main{grid-template-columns:minmax(0,1fr)}}.dashboard-column{display:flex;flex-direction:column;gap:12px}.dashboard-section-title{font-size:15px;font-weight:600;color:#0f172a}.dashboard-panel{background:#fff;border-radius:14px;padding:14px 16px;border:1px solid #e5e7eb;box-shadow:0 4px 10px #0f172a05}.dashboard-panel-header{margin-bottom:10px}.dashboard-panel-title{font-size:14px;font-weight:600;margin-bottom:2px}.dashboard-panel-sub{font-size:12px;color:#9ca3af}.dashboard-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.dashboard-list-item{padding:8px 0;border-bottom:1px dashed #e5e7eb}.dashboard-list-item:last-child{border-bottom:none}.dashboard-list-main{display:flex;justify-content:space-between;gap:10px}.dashboard-list-title{font-size:14px;font-weight:500}.dashboard-list-sub{font-size:12px;color:#6b7280;display:flex;flex-wrap:wrap;gap:6px}.dashboard-list-note{font-size:12px;color:#4b5563;margin-top:4px}.badge-light{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#f3f4f6;color:#4b5563;font-size:11px}.dashboard-empty{font-size:13px;color:#9ca3af;padding:4px 0}.dashboard-activity{list-style:none;padding:0;margin:0;position:relative}.dashboard-activity:before{content:"";position:absolute;top:4px;left:8px;width:2px;bottom:4px;background:#e5e7eb}.dashboard-activity-item{display:flex;position:relative;padding-left:22px;margin-bottom:12px}.dashboard-activity-dot{width:9px;height:9px;border-radius:999px;background:#4f46e5;position:absolute;left:4px;top:4px}.dashboard-activity-content{font-size:13px}.dashboard-activity-text{margin-bottom:2px;color:#111827}.dashboard-activity-meta{font-size:11px;color:#6b7280;display:flex;flex-wrap:wrap;gap:6px}.lead-form{background:#fff;border-radius:14px;border:1px solid #e5e7eb;padding:16px 18px;box-shadow:0 4px 10px #0f172a05}.lead-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px 16px}.lead-form-group{display:flex;flex-direction:column;gap:4px}.lead-form-group-full{grid-column:1 / -1}.lead-form-group label{font-size:13px;font-weight:500;color:#374151}.lead-form-group input,.lead-form-group select,.lead-form-group textarea{border-radius:8px;border:1px solid #d1d5db;padding:7px 9px;font-size:13px;outline:none}.lead-form-group input:focus,.lead-form-group select:focus,.lead-form-group textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 1px #4f46e526}.lead-form-hint{font-size:11px;color:#9ca3af}.lead-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.btn-primary,.btn-secondary{padding:7px 14px;font-size:13px;border-radius:999px;border:1px solid transparent;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#4f46e5,#06b6d4);color:#f9fafb}.btn-primary:disabled{opacity:.7;cursor:default}.btn-secondary{background:#f9fafb;color:#4b5563;border-color:#e5e7eb}.btn-secondary:hover{background:#f3f4f6}.leads-header{display:flex;justify-content:space-between;margin-bottom:14px;align-items:center}.leads-table-wrapper{overflow-x:auto}.leads-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}.leads-table th{background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:10px;text-align:left;font-size:13px;color:#475569}.leads-table td{padding:10px;border-bottom:1px solid #f1f5f9;font-size:13px}.lead-row-today{background:#eef2ff!important}.table-link{color:#4f46e5;font-weight:500;text-decoration:none}.table-link:hover{text-decoration:underline}.badge-follow-today{background:#fca5a5;color:#7f1d1d;padding:4px 8px;border-radius:8px;font-size:12px;font-weight:600}.crm-table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden;font-size:13px}.crm-table th{background:#f8fafc;text-align:left;padding:10px;border-bottom:1px solid #e5e7eb;font-weight:600;color:#475569}.crm-table td{padding:10px;border-bottom:1px solid #f1f5f9}.row-warning{background:#fff7ed}.mono{font-family:monospace}.badge{padding:4px 8px;border-radius:8px;font-size:12px;font-weight:600}.badge-gray{background:#f3f4f6;color:#374151}.badge-purple{background:#ede9fe;color:#5b21b6}.badge-green{background:#dcfce7;color:#166534}.badge-red{background:#fee2e2;color:#991b1b}.badge-blue{background:#dbeafe;color:#1e40af}.badge-yellow{background:#fef9c3;color:#854d0e}.panel{background:#fff;border-radius:14px;padding:16px;border:1px solid #e5e7eb;margin-bottom:20px}.panel-title{font-size:15px;font-weight:600;margin-bottom:10px}.panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.panel-grid input,.panel-grid select{border:1px solid #d1d5db;border-radius:8px;padding:8px;font-size:13px}.error-text{color:#dc2626;margin-bottom:12px}.sidebar-group{margin-bottom:.4rem}.sidebar-group-header{display:flex;align-items:center;justify-content:space-between;padding:.35rem .9rem;margin:.1rem .4rem;border-radius:.5rem;cursor:pointer;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;background:transparent;border:none;outline:none;transition:background-color .15s ease,color .15s ease,transform .1s ease}.sidebar-group-header:hover{background-color:#94a3b81f;color:#e5e7eb}.sidebar-group-header-open{background-color:#3b82f62e;color:#f9fafb}.sidebar-group-title{font-weight:600}.sidebar-group-arrow{font-size:.7rem}.sidebar-group .sidebar-item.sidebar-link{margin-left:.4rem;margin-right:.4rem}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
