body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--p-bg-2:#0f172a;--p-card-2:#1e293bbd;--p-yellow:#f59e0b;--p-blue:#3b82f6;--p-bg:#0b1120;--p-card:#111827e0;--p-border:#94a3b82e;--p-text:#f8fafc;--p-muted:#94a3b8;--p-soft:#cbd5e1;--p-orange:#ea580c;--p-orange-2:#f97316;--p-green:#22c55e;--p-red:#ef4444;--p-radius:22px;--p-shadow:0 24px 80px #00000059}.premium-screen{background:radial-gradient(circle at 15% 0,#f973162e,#0000 32%),radial-gradient(circle at 90% 20%,#3b82f61a,#0000 28%),linear-gradient(135deg,#0b1120,#111827 55%,#0f172a);color:#f8fafc;color:var(--p-text);min-height:100vh;padding:22px 28px}.premium-topbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:24px}.premium-title{color:#f8fafc;color:var(--p-text);font-size:28px;font-weight:800;letter-spacing:-.04em;line-height:1.05;margin:0}.premium-subtitle{color:#94a3b8;color:var(--p-muted);font-size:14px;margin:6px 0 0}.premium-card{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#111827e0;background:var(--p-card);border:1px solid #94a3b82e;border:1px solid var(--p-border);border-radius:22px;border-radius:var(--p-radius);box-shadow:0 24px 80px #00000059;box-shadow:var(--p-shadow)}.premium-card-inner{padding:20px}.premium-card-soft{background:#1e293b9e;border:1px solid #94a3b82e;border:1px solid var(--p-border);border-radius:14px}.premium-grid-3{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.premium-grid-2{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1.3fr .7fr}.premium-kpi-value{color:#f8fafc;color:var(--p-text);font-size:34px;font-weight:800;letter-spacing:-.04em;margin:10px 0 4px}.premium-kpi-label{color:#94a3b8;color:var(--p-muted);font-size:13px;margin:0}.premium-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:11px;font-weight:700;padding:5px 10px}.premium-badge-orange{background:#ea580c24;border:1px solid #ea580c52;color:#fdba74}.premium-badge-green{background:#22c55e1f;border:1px solid #22c55e47;color:#86efac}.premium-badge-red{background:#ef44441f;border:1px solid #ef444447;color:#fca5a5}.premium-button{background:linear-gradient(135deg,#f97316,#ea580c);border:0;border-radius:14px;box-shadow:0 8px 24px #ea580c59;color:#fff;font-weight:700}.premium-button,.premium-button-secondary{cursor:pointer;font-size:13px;padding:10px 18px}.premium-button-secondary{background:#1e293bc7;border:1px solid #94a3b82e;border:1px solid var(--p-border);border-radius:14px;color:#cbd5e1;color:var(--p-soft);font-weight:600}.premium-project-card{background:#1e293b9e;border:1px solid #94a3b82e;border:1px solid var(--p-border);border-radius:18px;margin-bottom:10px;padding:16px;transition:border-color .2s}.premium-project-card:hover{border-color:#f9731666}.premium-progress{background:#94a3b829;border-radius:999px;height:6px;margin:10px 0;overflow:hidden}.premium-progress-fill{background:linear-gradient(90deg,#f97316,#22c55e);border-radius:999px;height:100%}.premium-ai-box{background:linear-gradient(135deg,#ea580c29,#1e293bb3);border:1px solid #f9731647;border-radius:16px;padding:14px}.premium-timeline-item{border-bottom:1px solid #94a3b82e;border-bottom:1px solid var(--p-border);display:flex;gap:12px;padding:12px 0}.premium-dot{background:#f97316;border-radius:50%;box-shadow:0 0 14px #f97316cc;flex-shrink:0;height:10px;margin-top:4px;width:10px}@media(max-width:900px){.premium-grid-2,.premium-grid-3{grid-template-columns:1fr}.premium-title{font-size:22px}}:root,html[data-theme=light]{--c-bg:#f8fafc;--c-bg-white:#fff;--c-bg-gray:#f1f5f9;--c-border:#e2e8f0;--c-border-dark:#cbd5e1;--c-text:#0f172a;--c-text-sec:#64748b;--c-text-muted:#94a3b8;--c-accent:#f97316;--c-accent-dark:#ea580c;--c-accent-light:#fff7ed;--c-accent-border:#fed7aa;--c-success:#10b981;--c-success-light:#ecfdf5;--c-success-border:#a7f3d0;--c-danger:#ef4444;--c-danger-light:#fef2f2;--c-danger-border:#fecaca;--c-warning:#f59e0b;--c-warning-light:#fffbeb;--c-warning-border:#fde68a;--c-info:#3b82f6;--c-info-light:#eff6ff;--c-info-border:#bfdbfe;--c-purple:#8b5cf6;--c-purple-light:#f5f3ff;--c-sidebar:#0f172a;--c-sidebar-hover:#1e293b}html[data-theme=dark]{--c-bg:#0f172a;--c-bg-white:#1e293b;--c-bg-gray:#1e293b;--c-border:#334155;--c-border-dark:#475569;--c-text:#f1f5f9;--c-text-sec:#cbd5e1;--c-text-muted:#94a3b8;--c-accent:#f97316;--c-accent-dark:#ea580c;--c-accent-light:#f9731626;--c-accent-border:#f9731666;--c-success:#34d399;--c-success-light:#10b98126;--c-success-border:#10b98166;--c-danger:#f87171;--c-danger-light:#ef444426;--c-danger-border:#ef444466;--c-warning:#fbbf24;--c-warning-light:#f59e0b26;--c-warning-border:#f59e0b66;--c-info:#60a5fa;--c-info-light:#3b82f626;--c-info-border:#3b82f666;--c-purple:#a78bfa;--c-purple-light:#8b5cf626;--c-sidebar:#020617;--c-sidebar-hover:#1e293b}html[data-theme=dark] body{background-color:#f8fafc;background-color:var(--c-bg);color:#0f172a;color:var(--c-text)}*{box-sizing:border-box}body,html{-webkit-text-size-adjust:100%;max-width:100vw;overflow-x:hidden}button{touch-action:manipulation}@media (max-width:768px){input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],select,textarea{font-size:16px!important}table{-webkit-overflow-scrolling:touch;display:block;font-size:11px!important;max-width:100%;overflow-x:auto;white-space:nowrap;width:100%!important}table td,table th{min-width:78px;padding:7px 8px!important}table td:first-child,table th:first-child{line-height:1.25;max-width:260px;min-width:210px;white-space:normal}}.mobile-modal{margin:12px!important;max-height:92vh!important;max-width:95vw!important;width:min(640px,95vw)!important}@media (max-width:768px){.mobile-modal{height:auto!important;max-height:92vh!important;width:95vw!important}.mobile-modal.estimate-chat-modal{height:calc(100vh - 24px)!important}.grid-2-mobile-1,.grid-3-mobile-1{grid-template-columns:1fr!important}}
/*# sourceMappingURL=main.c449956d.css.map*/