:root{--bg-primary: #0a0c10;--bg-secondary: #121620;--bg-card: rgba(22, 28, 40, .6);--bg-card-hover: rgba(26, 32, 47, .85);--border-color: rgba(255, 255, 255, .08);--border-focus: #4f46e5;--text-primary: #f3f4f6;--text-secondary: #9ca3af;--text-muted: #6b7280;--accent-blue: #3b82f6;--accent-purple: #8b5cf6;--accent-cyan: #06b6d4;--accent-emerald: #10b981;--accent-amber: #f59e0b;--accent-rose: #f43f5e;--gradient-primary: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);--gradient-secondary: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);--gradient-success: linear-gradient(135deg, #10b981 0%, #059669 100%);--gradient-accent: linear-gradient(135deg, #f43f5e 0%, #fb7185 100%);--gradient-dark: linear-gradient(180deg, #0f172a 0%, #020617 100%);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-glow: 0 0 20px rgba(99, 102, 241, .15);--font-family: "Inter", system-ui, -apple-system, sans-serif;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 9999px;--transition-fast: .15s ease;--transition-normal: .25s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-primary);background-image:radial-gradient(at 0% 0%,rgba(99,102,241,.1) 0px,transparent 50%),radial-gradient(at 100% 100%,rgba(6,182,212,.1) 0px,transparent 50%);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-secondary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.app-container{max-width:1440px;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem;background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:.5rem}.logo-section{display:flex;align-items:center;gap:.75rem;max-width:100%}.logo-icon{color:#fff;width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem;box-shadow:0 0 15px #6366f166}.logo-img{max-width:100%;width:400px;height:auto;max-height:80px;object-fit:contain}@media(max-width:768px){header{flex-direction:column;align-items:center;gap:1rem;padding:1.25rem 1rem}.logo-img{width:280px;max-height:60px}}@media(max-width:480px){.logo-img{width:220px;max-height:48px}.btn-group{width:100%;display:flex;justify-content:center}.btn-group select{flex:1;max-width:100px}.btn-group button{flex:2}}.logo-text h1{font-size:1.25rem;font-weight:700;letter-spacing:-.025em;background:linear-gradient(to right,#ffffff,var(--text-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.logo-text p{font-size:.75rem;color:var(--text-muted)}.dashboard-grid{display:grid;grid-template-columns:350px 1fr;gap:1.5rem;align-items:start}.sidebar{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:1.5rem}@media(max-width:1024px){.dashboard-grid{grid-template-columns:1fr}.sidebar{position:relative;top:0}.metrics-row{order:10}.mobile-generate-btn{display:inline-flex!important;order:11;width:100%;padding:1rem;font-size:1rem;justify-content:center}}.card{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-md);transition:border-color var(--transition-normal),box-shadow var(--transition-normal)}.card:hover{border-color:#ffffff1f;box-shadow:var(--shadow-lg),var(--shadow-glow)}.card-title{font-size:1.1rem;font-weight:600;margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem;color:#fff}.card-title svg{color:var(--accent-blue)}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.form-group:last-child{margin-bottom:0}label{font-size:.85rem;font-weight:500;color:var(--text-secondary);display:flex;justify-content:space-between}label span.val{color:var(--text-primary);font-weight:600}input[type=text],input[type=number],input[type=date],select{width:100%;padding:.75rem 1rem;background:#0a0c1099;border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-family);font-size:.9rem;transition:all var(--transition-fast)}input[type=text]:focus,input[type=number]:focus,input[type=date]:focus,select:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #6366f126}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer;opacity:.7;transition:opacity var(--transition-fast)}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}input[type=range]{-webkit-appearance:none;width:100%;height:6px;border-radius:var(--radius-full);background:var(--bg-secondary);outline:none;margin:10px 0}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--accent-blue);cursor:pointer;box-shadow:0 0 10px #3b82f680;transition:transform var(--transition-fast),background var(--transition-fast)}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2);background:var(--accent-cyan)}.switch-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:.5rem 0}.switch-control{position:relative;display:inline-block;width:44px;height:24px}.switch-control input{opacity:0;width:0;height:0}.slider-switch{position:absolute;cursor:pointer;inset:0;background-color:var(--bg-secondary);transition:.3s;border-radius:var(--radius-full);border:1px solid var(--border-color)}.slider-switch:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:var(--text-secondary);transition:.3s;border-radius:50%}input:checked+.slider-switch{background:var(--gradient-primary)}input:checked+.slider-switch:before{transform:translate(20px);background-color:#fff}.metrics-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem}.metric-card{padding:1.25rem;border-radius:var(--radius-md);display:flex;align-items:center;gap:1rem;position:relative;overflow:hidden}.metric-card:after{content:"";position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,rgba(255,255,255,.03) 0%,transparent 70%);border-radius:50%}.metric-card.primary{background:linear-gradient(135deg,#6366f126,#a855f70d);border:1px solid rgba(99,102,241,.25)}.metric-card.secondary{background:linear-gradient(135deg,#06b6d426,#3b82f60d);border:1px solid rgba(6,182,212,.25)}.metric-card.success{background:linear-gradient(135deg,#10b98126,#0596690d);border:1px solid rgba(16,185,129,.25)}.metric-icon{width:44px;height:44px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.metric-card.primary .metric-icon{background:#6366f133;color:var(--accent-purple)}.metric-card.secondary .metric-icon{background:#06b6d433;color:var(--accent-cyan)}.metric-card.success .metric-icon{background:#10b98133;color:var(--accent-emerald)}.metric-info{display:flex;flex-direction:column}.metric-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary)}.metric-value{font-size:1.5rem;font-weight:700;color:#fff;line-height:1.2;margin-top:2px}.scope-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1rem}.scope-checkbox-card{background:#0a0c1066;border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1rem;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;transition:all var(--transition-fast);position:relative}.scope-checkbox-card:hover{background:#12162099;border-color:#ffffff26}.scope-checkbox-card.checked{background:#6366f10f;border-color:#6366f166;box-shadow:0 0 10px #6366f10d}.scope-header{display:flex;align-items:center;justify-content:space-between}.scope-title{font-size:.9rem;font-weight:600;color:#fff;display:flex;align-items:center;gap:.5rem}.scope-title svg{color:var(--accent-cyan)}.scope-desc{font-size:.75rem;color:var(--text-secondary);line-height:1.4}.scope-hours-badge{font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:var(--radius-full);background:var(--bg-secondary);color:var(--accent-blue);border:1px solid var(--border-color)}.phase-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.phase-item{background:#0a0c1066;border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1rem}.phase-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.phase-name-badge{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem}.phase-bullet{width:10px;height:10px;border-radius:50%}.phase-item:nth-child(1) .phase-bullet{background-color:var(--accent-amber)}.phase-item:nth-child(2) .phase-bullet{background-color:var(--accent-purple)}.phase-item:nth-child(3) .phase-bullet{background-color:var(--accent-blue)}.phase-item:nth-child(4) .phase-bullet{background-color:var(--accent-cyan)}.phase-item:nth-child(5) .phase-bullet{background-color:var(--accent-rose)}.phase-meta-stats{display:flex;gap:1rem;font-size:.8rem;color:var(--text-secondary)}.phase-meta-stats span strong{color:#fff}.phase-slider-row{display:flex;align-items:center;gap:1rem}.phase-slider-row input[type=range]{flex-grow:1}@media(max-width:768px){.phase-header-row{flex-direction:column;align-items:flex-start;gap:.5rem}.phase-meta-stats{flex-wrap:wrap;gap:.5rem 1rem}}.phase-slider-row span.percentage-text{font-size:.85rem;font-weight:600;color:var(--text-primary);width:45px;text-align:right}.timeline-track-container{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.timeline-row{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:1rem}.timeline-phase-label{font-size:.8rem;font-weight:600;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.timeline-bar-wrapper{background:var(--bg-secondary);height:24px;border-radius:var(--radius-sm);position:relative;overflow:hidden;border:1px solid var(--border-color)}.timeline-bar{height:100%;border-radius:var(--radius-sm);display:flex;align-items:center;padding-left:.5rem;font-size:.7rem;font-weight:700;color:#fff;transition:width var(--transition-normal),left var(--transition-normal);position:absolute;text-shadow:0 1px 2px rgba(0,0,0,.5)}.timeline-row:nth-child(1) .timeline-bar{background:linear-gradient(to right,#f59e0b,#d97706)}.timeline-row:nth-child(2) .timeline-bar{background:linear-gradient(to right,#8b5cf6,#7c3aed)}.timeline-row:nth-child(3) .timeline-bar{background:linear-gradient(to right,#3b82f6,#2563eb)}.timeline-row:nth-child(4) .timeline-bar{background:linear-gradient(to right,#06b6d4,#0891b2)}.timeline-row:nth-child(5) .timeline-bar{background:linear-gradient(to right,#f43f5e,#e11d48)}.timeline-grid-lines{display:grid;grid-template-columns:repeat(5,1fr);margin-left:180px;border-top:1px dashed var(--border-color);padding-top:.5rem;font-size:.7rem;color:var(--text-muted);text-align:right}@media(max-width:768px){.timeline-row{display:flex;flex-direction:column;align-items:stretch;gap:.25rem;margin-bottom:.75rem}.timeline-grid-lines{margin-left:0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-family:var(--font-family);font-weight:600;font-size:.9rem;border-radius:var(--radius-md);border:none;cursor:pointer;transition:all var(--transition-fast)}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 14px #6366f14d}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6366f166}.btn-secondary{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:#ffffff0d;border-color:#fff3}.btn-success{background:var(--gradient-success);color:#fff;box-shadow:0 4px 14px #10b9814d}.btn-success:hover{transform:translateY(-1px);box-shadow:0 6px 20px #10b98166}.btn-group{display:flex;gap:.75rem}.view-tabs{display:flex;background:var(--bg-secondary);padding:.25rem;border-radius:var(--radius-md);border:1px solid var(--border-color)}.tab-btn{flex:1;padding:.5rem 1rem;border-radius:var(--radius-sm);background:transparent;border:none;color:var(--text-secondary);font-weight:600;font-size:.85rem;cursor:pointer;transition:all var(--transition-fast)}.tab-btn.active{background:var(--bg-card);color:#fff;box-shadow:var(--shadow-sm)}.proposal-modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.proposal-modal{background:#fff;color:#1f2937;width:100%;max-width:850px;max-height:90vh;border-radius:var(--radius-lg);overflow-y:auto;box-shadow:0 25px 50px -12px #00000080;display:flex;flex-direction:column}.proposal-modal-header{padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#f9fafb}.proposal-modal-header h2{font-size:1.25rem;font-weight:700;color:#111827}.proposal-content-wrapper{padding:3rem;flex-grow:1}.proposal-print{font-family:var(--font-family);color:#1f2937;background:#fff;line-height:1.6}.proposal-header{border-bottom:2px solid #3b82f6;padding-bottom:1.5rem;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:flex-end}.proposal-title h3{font-size:2rem;font-weight:800;color:#111827;letter-spacing:-.025em;margin-bottom:.25rem}.proposal-title p{color:#6b7280;font-size:.9rem}.proposal-meta-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem;font-size:.85rem}@media(max-width:1024px){.proposal-meta-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.proposal-meta-grid{grid-template-columns:1fr}}.proposal-meta-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:var(--radius-md);padding:1rem}.proposal-meta-card h4{font-size:.75rem;text-transform:uppercase;color:#9ca3af;margin-bottom:.5rem;letter-spacing:.05em}.proposal-meta-card p{font-weight:600;color:#374151}.proposal-section-title{font-size:1.1rem;font-weight:700;color:#111827;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem;margin-top:2rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.025em}.proposal-features-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.5rem}.proposal-feature-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#4b5563}.proposal-feature-item:before{content:"✓";color:#10b981;font-weight:700}.proposal-table{width:100%;border-collapse:collapse;margin-bottom:2rem;font-size:.9rem}.proposal-table th{background:#f3f4f6;font-weight:700;text-align:left;padding:.75rem 1rem;border-bottom:2px solid #e5e7eb;color:#374151}.proposal-table td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;color:#4b5563}.proposal-table tr.total-row td{background:#f9fafb;font-weight:700;color:#111827;border-top:2px solid #e5e7eb;border-bottom:2px solid #e5e7eb}.proposal-notes{background:#eff6ff;border-left:4px solid #3b82f6;padding:1rem;border-radius:0 var(--radius-md) var(--radius-md) 0;font-size:.85rem;color:#1e3a8a;margin-top:2rem}.proposal-footer{margin-top:3rem;text-align:center;font-size:.8rem;color:#9ca3af;border-top:1px solid #e5e7eb;padding-top:1.5rem}@media print{body{background:#fff;color:#1f2937;margin:0;padding:0}.app-container>header,.app-container>.dashboard-grid{display:none!important}.proposal-modal-backdrop{position:static;background:transparent;padding:0;margin:0;width:100%;height:auto;overflow:visible}.proposal-modal{position:static;width:100%;max-width:100%;margin:0;padding:0;box-shadow:none;background:transparent;border-radius:0;overflow:visible}.proposal-modal-header,.proposal-customizer{display:none!important}.proposal-content-wrapper{position:static;width:100%;padding:0;margin:0}.proposal-meta-grid{grid-template-columns:repeat(4,1fr)!important;gap:1rem!important}}
