:root{--bg:#f4f7fb;--surface:#fff;--surface-2:#f8fafc;--text:#0f172a;--muted:#64748b;--border:#dbe4ee;--primary:#0f766e;--primary-2:#14b8a6;--danger:#b91c1c;--shadow:0 8px 24px #0f172a14;--radius:18px}html{scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app-shell{background:var(--bg);min-height:100vh;color:var(--text)}.hero{margin-bottom:20px}.hero h1{margin:0 0 8px;font-size:2rem;line-height:1.2}.subtitle{color:var(--muted);max-width:900px;margin:0}.chip-row{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.chip{color:#134e4a;background:#ccfbf1;border:1px solid #99f6e4;border-radius:999px;padding:6px 10px;font-size:.85rem;font-weight:600}.alert-box{color:#7c2d12;border-radius:var(--radius);background:#fff7ed;border:1px solid #fed7aa;align-items:flex-start;gap:10px;margin-bottom:18px;padding:14px 16px;display:flex}.card,.subcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card{padding:18px}.subcard{padding:16px}.card h2,.subcard h2{align-items:center;gap:8px;margin:0 0 14px;font-size:1.05rem;display:flex}.title-lg{margin-bottom:6px;font-size:1.2rem;font-weight:700}.title-md{font-size:1rem;font-weight:700}.muted{color:var(--muted);font-size:.95rem}.stats-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.stat-card{min-height:140px}.stat-value{margin:8px 0;font-size:1.9rem;font-weight:800}.progress-wrap{margin-top:12px}.progress-bar{background:#e2e8f0;border-radius:999px;width:100%;height:10px;margin:8px 0;overflow:hidden}.progress-bar.large{height:12px;margin:14px 0}.progress-fill{background:linear-gradient(90deg, var(--primary), var(--primary-2));height:100%}.tabs{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.tab{border:1px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:12px;padding:10px 14px;font-weight:600}.tab.active{background:var(--primary);border-color:var(--primary);color:#fff}.tab-panel{margin-bottom:28px}.overview-grid{grid-template-columns:2fr 1fr;gap:16px;display:grid}.triple-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.cards-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.side-stack{gap:16px;display:grid}.subcard-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.badge,.status{white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:5px 10px;font-size:.8rem;font-weight:700;display:inline-flex}.badge-highest{color:#166534;background:#dcfce7;border-color:#bbf7d0}.badge-high{color:#155e75;background:#cffafe;border-color:#a5f3fc}.badge-medium{color:#92400e;background:#fef3c7;border-color:#fde68a}.status-hot{color:#166534;background:#dcfce7;border-color:#bbf7d0}.status-good{color:#1d4ed8;background:#dbeafe;border-color:#bfdbfe}.status-watch{color:#92400e;background:#fef3c7;border-color:#fde68a}.tag-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.tag{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:6px 10px;font-size:.85rem}.info-box{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;margin-top:12px;padding:12px}.link-box,.btn-link{color:var(--primary);border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;margin-top:10px;padding:12px;font-weight:700;text-decoration:none;display:flex}.link-box:hover,.btn-link:hover{background:var(--surface-2)}.search-wrap{margin-bottom:16px}.form-grid{gap:12px;margin-bottom:14px;display:grid}.form-grid.six{grid-template-columns:repeat(6,minmax(0,1fr))}.form-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.form-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}label{color:var(--muted);margin-bottom:6px;font-size:.85rem;font-weight:700;display:block}.input,.textarea{width:100%;color:var(--text);font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:10px 12px}.textarea{resize:vertical}.textarea.large{min-height:320px}.button-row{margin-bottom:16px}.btn{border:1px solid var(--primary);background:var(--primary);color:#fff;cursor:pointer;border-radius:12px;padding:10px 14px;font-weight:700}.btn:hover{filter:brightness(1.05)}.btn-small{padding:7px 10px;font-size:.85rem}.modal-overlay{z-index:1000;background:#0000008c;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{background:#fff;border-radius:14px;width:640px;max-width:92%;padding:24px;position:relative;box-shadow:0 10px 30px #0003}.modal-header{align-items:center;margin-bottom:10px;display:flex}.modal-close{color:#fff;cursor:pointer;opacity:1;background:#2f6fed;border:none;border-radius:8px;padding:6px 10px;font-size:18px;transition:all .2s;position:absolute;top:14px;right:14px}.modal-close:hover{background:#1e54c7;transform:scale(1.05)}.modal-section{margin-top:18px}.modal-section label{color:#666;font-size:13px;font-weight:600}.modal-box{white-space:pre-wrap;background:#f7f7f7;border-radius:10px;margin-top:6px;padding:12px 14px;font-size:14px;line-height:1.5}.modal-actions{gap:12px;margin-top:22px;display:flex}.modal-actions button{color:#fff;cursor:pointer;background:#2f6fed;border:none;border-radius:8px;padding:8px 14px;font-size:13px;transition:all .2s}.modal-actions button:hover{background:#1e54c7}.modal-actions button:last-child{color:#111;background:#e5e7eb}.modal-actions button:last-child:hover{background:#d1d5db}.btn-ghost{color:var(--text);border-color:var(--border);background:#fff}.checkbox-label{color:var(--text);align-items:center;gap:8px;margin-bottom:0;font-size:.9rem;display:inline-flex}.toggle-box{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;margin:8px 0 16px;padding:14px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:900px}th,td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:12px 10px}th{background:var(--surface-2);font-size:.9rem}p{color:var(--muted);line-height:1.5}.nahtygal-home{color:#eef4ff;background:radial-gradient(circle at 0 0,#3b82f62e,#0000 28%),radial-gradient(circle at 100% 0,#8b5cf62e,#0000 24%),linear-gradient(#08111f 0%,#0d1728 45%,#111c31 100%);min-height:100vh;position:relative;overflow:hidden}.nahtygal-home .container{z-index:2;max-width:1320px;padding-top:40px;padding-bottom:72px;position:relative}.nahtygal-bg-orb{filter:blur(60px);opacity:.4;pointer-events:none;z-index:1;border-radius:999px;position:absolute}.orb-1{background:#3b82f640;width:280px;height:280px;top:40px;left:-60px}.orb-2{background:#a855f73d;width:260px;height:260px;top:120px;right:-60px}.nahtygal-home .hero{margin-bottom:28px}.hero-enhanced{grid-template-columns:1.35fr .9fr;align-items:stretch;gap:22px;display:grid}.hero-main,.hero-side{flex-direction:column;justify-content:center;display:flex}.nahtygal-home .chip{color:#c8ecff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#7dd3fc1f;border:1px solid #7dd3fc47}.nahtygal-home .hero h1{color:#fff;letter-spacing:-.03em;margin-bottom:14px;font-size:clamp(2.7rem,5.5vw,4.8rem);line-height:1.02}.nahtygal-home .subtitle{color:#c9d7ee}.nahtygal-home .hero p,.nahtygal-home .hero .subtitle,.nahtygal-home .stat-line,.nahtygal-home .stat-line span{color:#d6e2f5}.hero-copy{max-width:760px;font-size:1.08rem;line-height:1.75}.hero-action-row{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}.btn-primary,.btn-secondary{cursor:pointer;font-weight:700;font:inherit;border-radius:14px;padding:13px 18px;transition:all .2s}.btn-primary{color:#fff;background:linear-gradient(135deg,#60a5fa,#8b5cf6);border:1px solid #0000;box-shadow:0 12px 30px #60a5fa40}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 34px #60a5fa52}.btn-secondary{color:#eef4ff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff29}.btn-secondary:hover{background:#ffffff17;transform:translateY(-2px)}.glass-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#0f172ab8 0%,#111827c7 100%);border:1px solid #94a3b82e;box-shadow:0 20px 50px #00000047}.nahtygal-home .card p,.nahtygal-home .subcard p,.nahtygal-home .card li,.nahtygal-home .subcard li{color:#cbd5e1}.nahtygal-home .card strong,.nahtygal-home .subcard strong,.nahtygal-home h2,.nahtygal-home .title-lg,.nahtygal-home .title-md{color:#f8fafc}.nahtygal-home .card,.nahtygal-home .subcard{background:linear-gradient(#0f172ab8 0%,#111827c7 100%);border:1px solid #94a3b82e}.section-gap{margin-bottom:22px}.stat-stack{height:100%;padding:22px}.stat-line{color:#d8e4f8;border-bottom:1px solid #ffffff1a;justify-content:space-between;gap:16px;padding:14px 0;display:flex}.stat-line:last-child{border-bottom:none}.stat-line strong{color:#fff;text-align:right}.team-grid-enhanced{margin-top:20px}.team-profile-card{transition:transform .2s,border-color .2s,box-shadow .2s;position:relative}.team-profile-card:hover,.project-tile:hover,.nahtygal-home .card:hover{border-color:#7dd3fc47;transform:translateY(-4px);box-shadow:0 24px 55px #00000047}.avatar-badge{color:#fff;background:linear-gradient(135deg,#60a5fa,#8b5cf6);border-radius:14px;place-items:center;width:48px;height:48px;margin-bottom:14px;font-weight:800;display:grid;box-shadow:0 10px 22px #60a5fa3d}.nahtygal-home .title-lg,.nahtygal-home .title-md,.nahtygal-home h2{color:#fff}.nahtygal-home .tag{color:#e8f1ff;background:#ffffff0f;border:1px solid #ffffff1f}.capability-row{gap:10px}.capability-tag{border-radius:999px;padding:9px 12px}.profile-link,.nahtygal-home .btn-link{color:#eaf2ff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e293beb;border:1px solid #94a3b833}.profile-link:hover,.nahtygal-home .btn-link:hover{color:#fff;background:#ffffff1f}.project-tile{min-height:190px}@media (width<=1200px){.stats-grid,.cards-grid,.triple-grid,.form-grid.six,.form-grid.five,.form-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:1fr}}@media (width<=980px){.hero-enhanced{grid-template-columns:1fr}}@media (width<=900px){.overview-grid,.triple-grid,.cards-grid,.stats-grid,.form-grid.six,.form-grid.five,.form-grid.four{grid-template-columns:1fr}.container{padding:16px}.hero h1{font-size:1.6rem}.team-grid-enhanced,.cards-grid{grid-template-columns:1fr}.hero-action-row{flex-direction:column;align-items:stretch}.btn-primary,.btn-secondary{width:100%}}.mtls-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mtls-layout{align-items:start}.mtls-route-list,.mtls-day-total-list{gap:12px;display:grid}.mtls-route-card{background:var(--surface-2)}.mtls-day-total-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.mtls-day-total-row:last-child{border-bottom:0}.mtls-data-list{color:var(--muted);margin:12px 0 0;padding-left:18px}code{background:#e2e8f0;border-radius:8px;padding:2px 6px;font-size:.92em}@media (width<=980px){.mtls-stats-grid,.overview-grid,.cards-grid,.stats-grid{grid-template-columns:1fr}}@media (width<=1100px){.stats-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.dashboard-grid{grid-template-columns:1fr}}@media (width<=700px){.stats-grid{grid-template-columns:1fr}.form-row,.day-summary,.route-stop-card{flex-direction:column;align-items:stretch}.route-stop-price,.nahtygal-button{align-self:flex-start}}.mtls-form-section,.stats-grid,.dashboard-grid{z-index:2;position:relative}.mtls-form-section .nahtygal-card,.stat-card,.dashboard-main,.side-card{color:#0f172a;background:#fffffff5;border:1px solid #94a3b838;border-radius:22px;box-shadow:0 12px 32px #0f172a2e}.mtls-form-section .nahtygal-card,.dashboard-main,.side-card{padding:1.25rem}.stats-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:1rem;margin:1.25rem 0 1.5rem;display:grid}.stat-card{padding:1rem 1.1rem}.stat-card h2,.dashboard-main h3,.side-card h3,.route-stop-copy h4,.day-summary h3{color:#0f172a;margin:0}.stat-label{color:#64748b;margin:0 0 .55rem;font-size:.95rem}.stat-note,.side-card p,.day-summary p,.route-stop-copy p,.day-total-row p,.phase-note{color:#64748b}.dashboard-grid{grid-template-columns:minmax(0,2fr) minmax(320px,.9fr);align-items:start;gap:1rem;display:grid}.dashboard-side{flex-direction:column;gap:1rem;display:flex}.route-tabs{flex-wrap:wrap;gap:.75rem;margin:1rem 0 1.1rem;display:flex}.route-tab{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #94a3b859;border-radius:999px;padding:.7rem 1rem;font-weight:700;transition:all .2s}.route-tab:hover{border-color:#0f766e}.route-tab.active{color:#fff;background:#0f766e;border-color:#0f766e}.day-summary{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.route-list{flex-direction:column;gap:.85rem;display:flex}.route-stop-card{background:#f8fafc;border:1px solid #94a3b833;border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.route-stop-price{text-align:center;color:#92400e;background:#fef3c7;border:1px solid #f5d77a;border-radius:999px;min-width:60px;padding:.45rem .8rem;font-weight:800}.day-total-list{flex-direction:column;display:flex}.day-total-row{border-bottom:1px solid #94a3b833;justify-content:space-between;align-items:center;padding:.85rem 0;display:flex}.day-total-row:last-child{border-bottom:none}.day-total-value{color:#0f172a;font-weight:800}.phase-pill-list{flex-wrap:wrap;gap:.55rem;margin:.9rem 0 1rem;display:flex}.mtls-form-section{margin-bottom:1.25rem}.customer-form{flex-direction:column;gap:.85rem;margin-top:.85rem;display:flex}.form-row{gap:.75rem;display:flex}.customer-form input{color:#0f172a;background:#fff;border:1px solid #94a3b847;border-radius:12px;flex:1;min-width:0;padding:.9rem 1rem;font-size:.96rem}.customer-form input::placeholder{color:#94a3b8}.nahtygal-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;align-self:flex-start;margin-top:.2rem;padding:.85rem 1.1rem;font-weight:700;box-shadow:0 8px 18px #2563eb47}.nahtygal-button:hover{transform:translateY(-1px)}@media (width<=1100px){.stats-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.dashboard-grid{grid-template-columns:1fr}}@media (width<=700px){.stats-grid{grid-template-columns:1fr}.form-row,.day-summary,.route-stop-card{flex-direction:column;align-items:stretch}.route-stop-price,.nahtygal-button{align-self:flex-start}}body{background:#f5f7fb;margin:0;padding:0;font-family:Arial,sans-serif}.container{max-width:800px;margin:40px auto;padding:20px}h1{margin-bottom:10px;font-size:36px}h2{margin-top:30px}p{color:#444}button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;margin-top:10px;padding:10px 16px}button:hover{background:#1e40af}.button-link{color:#fff;background:#2563eb;border-radius:6px;margin-top:10px;padding:10px 16px;text-decoration:none;display:inline-block}.button-link:hover{background:#1e40af}.card{background:#fff;border-radius:8px;margin-top:16px;padding:16px;box-shadow:0 2px 8px #0000001a}
