:root{--navy-900: #0b1f33;--navy-800: #11304d;--navy-700: #1a4366;--navy-600: #235a86;--accent-600: #c2410c;--accent-500: #e2581f;--accent-400: #f97316;--gray-900: #1a202c;--gray-700: #374151;--gray-600: #4b5563;--gray-500: #6b7280;--gray-400: #9ca3af;--gray-300: #d1d5db;--gray-200: #e5e7eb;--gray-100: #f3f4f6;--gray-50: #f9fafb;--white: #ffffff;--green-600: #16a34a;--green-100: #dcfce7;--red-600: #dc2626;--red-100: #fee2e2;--amber-500: #f59e0b;--amber-100: #fef3c7;--blue-100: #dbeafe;--blue-700: #1d4ed8;--radius: 10px;--radius-sm: 6px;--shadow-sm: 0 1px 2px rgba(11, 31, 51, .06), 0 1px 3px rgba(11, 31, 51, .1);--shadow-md: 0 4px 6px rgba(11, 31, 51, .07), 0 10px 20px rgba(11, 31, 51, .08);--shadow-lg: 0 20px 40px rgba(11, 31, 51, .15);--font: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;--container: 1140px;--text: var(--gray-900);--muted: var(--gray-500);--border: var(--gray-200);--bg: var(--gray-50)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.55;font-size:16px;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{color:var(--navy-900);line-height:1.2;margin:0 0 .5em;font-weight:700}h1{font-size:clamp(1.9rem,4vw,3rem)}h2{font-size:clamp(1.5rem,3vw,2.1rem)}h3{font-size:1.25rem}p{margin:0 0 1rem}a{color:var(--navy-600);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}:focus-visible{outline:3px solid var(--accent-400);outline-offset:2px;border-radius:3px}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.25rem}.section{padding:3.5rem 0}.section-tight{padding:2rem 0}.grid{display:grid;gap:1.25rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.grid-2,.grid-4{grid-template-columns:1fr}}@media (max-width: 600px) and (min-width: 481px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.grid-3{grid-template-columns:1fr}}.row{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.row-between{display:flex;gap:1rem;align-items:center;justify-content:space-between;flex-wrap:wrap}.stack{display:flex;flex-direction:column;gap:1rem}.gap-sm{gap:.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-2{margin-bottom:1rem}.text-muted{color:var(--muted)}.text-center{text-align:center}.small{font-size:.875rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700;color:var(--accent-600)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font:inherit;font-weight:600;padding:.7rem 1.3rem;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .15s,color .15s,border-color .15s,transform .05s;white-space:nowrap}.btn:hover{text-decoration:none}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--accent-600);color:var(--white)}.btn-primary:hover{background:var(--accent-500)}.btn-navy{background:var(--navy-800);color:var(--white)}.btn-navy:hover{background:var(--navy-700)}.btn-outline{background:transparent;color:var(--navy-800);border-color:var(--gray-300)}.btn-outline:hover{background:var(--gray-100)}.btn-ghost{background:transparent;color:var(--navy-700)}.btn-ghost:hover{background:var(--gray-100)}.btn-sm{padding:.4rem .8rem;font-size:.85rem}.btn-block{width:100%}.btn-danger{background:var(--red-600);color:var(--white)}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.5rem}.card-pad-sm{padding:1rem}.card-hover{transition:box-shadow .15s,transform .15s}.card-hover:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .6rem;border-radius:999px;font-size:.78rem;font-weight:600;background:var(--gray-100);color:var(--gray-700);white-space:nowrap}.badge-navy{background:var(--navy-700);color:var(--white)}.badge-accent{background:var(--amber-100);color:var(--accent-600)}.badge-green{background:var(--green-100);color:var(--green-600)}.badge-red{background:var(--red-100);color:var(--red-600)}.badge-amber{background:var(--amber-100);color:#b45309}.badge-blue{background:var(--blue-100);color:var(--blue-700)}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.field label{font-weight:600;font-size:.9rem;color:var(--gray-700)}.field .req{color:var(--accent-600)}.field input,.field select,.field textarea{font:inherit;padding:.6rem .75rem;border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:var(--white);color:var(--text);width:100%}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--navy-600);outline:2px solid rgba(35,90,134,.25);outline-offset:0}.field .error-text{color:var(--red-600);font-size:.82rem}.field-invalid input,.field-invalid select,.field-invalid textarea{border-color:var(--red-600)}.alert{padding:.85rem 1rem;border-radius:var(--radius-sm);border:1px solid transparent;font-size:.92rem}.alert-error{background:var(--red-100);color:#991b1b;border-color:#fca5a5}.alert-success{background:var(--green-100);color:#166534;border-color:#86efac}.alert-info{background:var(--blue-100);color:var(--blue-700);border-color:#93c5fd}.spinner{width:28px;height:28px;border:3px solid var(--gray-200);border-top-color:var(--navy-600);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-center{min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--muted)}.empty-state{text-align:center;padding:2.5rem 1rem;color:var(--muted);border:1px dashed var(--gray-300);border-radius:var(--radius);background:var(--white)}.site-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:30}.site-header .inner{display:flex;align-items:center;justify-content:space-between;height:68px}.brand{display:flex;align-items:center;gap:.6rem;font-weight:800;font-size:1.25rem;color:var(--navy-900)}.brand:hover{text-decoration:none}.brand .mark{width:36px;height:36px;display:grid;place-items:center;background:var(--navy-800);color:var(--white);border-radius:8px;font-size:.9rem;letter-spacing:-.04em}.nav{display:flex;align-items:center;gap:1.4rem}.nav a{color:var(--gray-700);font-weight:500}.nav a.active{color:var(--accent-600)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}@media (max-width: 860px){.nav-toggle{display:inline-flex}.nav{display:none;position:absolute;top:68px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--white);border-bottom:1px solid var(--border);padding:.5rem 1.25rem 1rem}.nav.open{display:flex}.nav a{padding:.6rem 0;border-bottom:1px solid var(--gray-100)}}.site-footer{background:var(--navy-900);color:var(--gray-300);padding:2.5rem 0 1.5rem;margin-top:3rem}.site-footer h4{color:var(--white)}.site-footer a{color:var(--gray-300)}.site-footer a:hover{color:var(--white)}.hero-carousel{position:relative;height:92vh;min-height:520px;max-height:800px;overflow:hidden;background:var(--navy-900)}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.05);transition:opacity .6s ease,transform 4s ease}.hero-slide.active{opacity:1;transform:scale(1);z-index:1}.hero-slide.exiting{opacity:0;transform:scale(1.08);z-index:0}.hero-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(135deg,#0b1f33e0,#0b1f3373,#1a43668c)}.hero-carousel-content{position:absolute;inset:0;z-index:3;display:flex;align-items:center}.hero-text{animation:heroFadeIn .8s ease forwards}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-text h1{color:var(--white);font-size:clamp(2.2rem,5vw,3.6rem);max-width:16ch;line-height:1.1;margin-bottom:.5rem}.hero-text p{color:#ffffffd9;font-size:1.15rem;max-width:52ch;line-height:1.6}.hero-text .eyebrow{color:var(--accent-400);display:inline-block;margin-bottom:.5rem}.hero-text .trust{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1.75rem}.hero-text .trust-item{display:flex;align-items:center;gap:.4rem;font-weight:600;font-size:.92rem}.btn-lg{padding:.85rem 1.8rem;font-size:1.05rem}.hero-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:4;display:flex;gap:.6rem}.hero-dots .dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;padding:0;transition:background .3s,border-color .3s,transform .2s}.hero-dots .dot:hover{border-color:var(--white);transform:scale(1.2)}.hero-dots .dot.active{background:var(--accent-500);border-color:var(--accent-500);box-shadow:0 0 10px #f9731680}@media (max-width: 860px){.hero-carousel{height:70vh;min-height:420px}.hero-text p{font-size:1rem}.btn-lg{padding:.7rem 1.4rem;font-size:.95rem}}@media (max-width: 600px){.hero-carousel{height:60vh;min-height:380px}.hero-text .trust{gap:.8rem}.hero-text .trust-item{font-size:.82rem}}@media (max-width: 768px){.table-wrap table,.table-wrap thead,.table-wrap tbody,.table-wrap th,.table-wrap td,.table-wrap tr{display:block}.table-wrap thead{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:0}.table-wrap tr{border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;margin-bottom:.75rem;background:var(--white)}.table-wrap td{padding:.35rem 0;border-bottom:none;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.table-wrap td:before{content:attr(data-label);font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;color:var(--gray-500);flex-shrink:0}}.dashboard-kpis{grid-template-columns:repeat(4,1fr)}@media (max-width: 900px){.dashboard-kpis{grid-template-columns:repeat(2,1fr)}}@media (max-width: 400px){.dashboard-kpis{grid-template-columns:1fr}}@media (max-width: 600px){.section{padding:2.5rem 0}.section-tight{padding:1.5rem 0}.site-header .inner{height:60px}.brand{font-size:1.1rem}.brand .mark{width:32px;height:32px;font-size:.8rem}.nav{top:60px}.card{padding:1.25rem}.cta-banner{padding:2rem 1.25rem}.cta-banner h2{font-size:1.35rem}.row,.stack{gap:.75rem}.gap-sm{gap:.4rem}.btn-lg{padding:.65rem 1.2rem;font-size:.9rem}.admin-main{padding:1rem}.grid{gap:1rem}.container{padding:0 1rem}.site-footer{padding:2rem 0 1.25rem}.site-footer .grid{gap:1.5rem}}@media (max-width: 400px){.hero-carousel{height:55vh;min-height:380px}.hero-text .trust{flex-direction:column;gap:.4rem}.hero-dots{bottom:.75rem;gap:.4rem}.hero-dots .dot{width:10px;height:10px}.slot-grid{grid-template-columns:repeat(2,1fr)}.admin-nav{flex-wrap:wrap}.admin-nav a{font-size:.82rem;padding:.5rem .75rem}.card{padding:1rem}.container{padding:0 .75rem}.admin-main{padding:.75rem}.assistant-sidebar{max-height:300px;overflow-y:auto}.kpi .value{font-size:1.4rem}.gallery-item .cap{font-size:.75rem;padding:.35rem .5rem}.copy-block{word-break:break-all;font-size:.8rem}.btn-gallery-cta{width:100%}.chat-msg{max-width:95%}}.value-card{border-top:4px solid var(--gray-200);transition:border-color .25s,transform .2s}.value-card:nth-child(1){border-top-color:var(--accent-500)}.value-card:nth-child(2){border-top-color:var(--navy-600)}.value-card:nth-child(3){border-top-color:var(--green-600)}.value-card:nth-child(4){border-top-color:var(--accent-400)}.value-card:hover{transform:translateY(-3px);border-top-color:var(--navy-800)!important}.cta-banner{background:linear-gradient(135deg,var(--navy-900) 0%,var(--navy-700) 100%);border-radius:var(--radius);padding:3rem 2rem;text-align:center;color:var(--white)}.cta-banner h2{color:var(--white)}.cta-banner p{color:#ffffffd9;max-width:48ch;margin:0 auto 1.25rem}.card-img{width:100%;height:170px;border-radius:var(--radius-sm);overflow:hidden;margin-bottom:.75rem;background:var(--gray-100)}@media (max-width: 480px){.card-img{height:140px}}.card-img img{width:100%;height:100%;object-fit:cover;display:block}.hero{background:linear-gradient(135deg,var(--navy-900) 0%,var(--navy-700) 100%);color:var(--white);padding:4.5rem 0}.hero h1{color:var(--white)}.hero p{color:#ffffffd9;font-size:1.15rem;max-width:38ch}.hero .trust{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem}.hero .trust-item{display:flex;align-items:center;gap:.4rem;font-weight:600}.hero-img{background-size:cover!important;background-position:center!important;position:relative;min-height:280px;padding:3rem 0}@media (max-width: 600px){.hero-img{padding:2rem 0;min-height:220px}}.hero-img:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0b1f33d9,#1a4366bf)}.hero-img .container{position:relative;z-index:1}.admin-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.admin-sidebar{background:var(--navy-900);color:var(--gray-300);padding:1.25rem 0;position:sticky;top:0;height:100vh;overflow-y:auto}.admin-sidebar .brand{color:var(--white);padding:0 1.25rem 1rem}.admin-nav{display:flex;flex-direction:column}.admin-nav a{color:var(--gray-300);padding:.7rem 1.25rem;font-weight:500;border-left:3px solid transparent}.admin-nav a:hover{background:#ffffff0f;text-decoration:none}.admin-nav a.active{background:#ffffff14;color:var(--white);border-left-color:var(--accent-500)}.admin-main{padding:1.5rem 2rem;background:var(--bg)}.admin-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}@media (max-width: 768px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto}.admin-nav{flex-direction:row;overflow-x:auto}.admin-nav a{white-space:nowrap;border-left:none;border-bottom:3px solid transparent}.admin-nav a.active{border-left:none;border-bottom-color:var(--accent-500)}.admin-main{padding:1.25rem}}.kpi{display:flex;flex-direction:column;gap:.25rem}.kpi .value{font-size:1.9rem;font-weight:800;color:var(--navy-900)}.kpi .label{color:var(--muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.04em}.bar-track{background:var(--gray-100);border-radius:999px;height:10px;overflow:hidden}.bar-fill{background:var(--navy-600);height:100%;border-radius:999px}.kanban{display:grid;grid-template-columns:repeat(5,minmax(220px,1fr));gap:1rem;overflow-x:auto}.kanban-col{background:var(--gray-100);border-radius:var(--radius);padding:.75rem;min-height:200px}.kanban-col.drag-over{outline:2px dashed var(--navy-600);outline-offset:-2px}.kanban-col h3{font-size:.95rem;display:flex;justify-content:space-between;align-items:center}.kanban-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem;margin-bottom:.6rem;cursor:grab;box-shadow:var(--shadow-sm)}.kanban-card:active{cursor:grabbing}@media (max-width: 768px){.kanban{grid-auto-flow:column;grid-auto-columns:80%;grid-template-columns:none}}.timeline{display:flex;flex-direction:column;gap:0}.timeline-step{display:flex;gap:.9rem}.timeline-step .dot-col{display:flex;flex-direction:column;align-items:center}.timeline-step .dot{width:22px;height:22px;border-radius:50%;border:3px solid var(--gray-300);background:var(--white);display:grid;place-items:center;flex-shrink:0}.timeline-step .line{width:3px;flex:1;background:var(--gray-200);min-height:28px}.timeline-step.done .dot{border-color:var(--green-600);background:var(--green-600)}.timeline-step.done .line{background:var(--green-600)}.timeline-step.current .dot{border-color:var(--accent-500);background:var(--accent-500)}.timeline-step .content{padding-bottom:1rem}.timeline-step .content .title{font-weight:700;color:var(--navy-900)}.table{width:100%;border-collapse:collapse;background:var(--white)}.table th,.table td{text-align:left;padding:.7rem .85rem;border-bottom:1px solid var(--border);font-size:.92rem}.table th{background:var(--gray-50);color:var(--gray-600);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.table tr:hover td{background:var(--gray-50)}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius)}.drawer-backdrop{position:fixed;inset:0;background:#0b1f3373;z-index:50;display:flex;justify-content:flex-end}.drawer{width:min(460px,100%);background:var(--white);height:100%;overflow-y:auto;padding:1.5rem;box-shadow:var(--shadow-lg)}.gallery-item{border-radius:var(--radius);overflow:hidden;background:var(--gray-100);aspect-ratio:3 / 2;position:relative;border:1px solid var(--border);width:100%;min-height:160px}.fence-section{background:var(--white);position:relative}.fence-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent-500),var(--navy-600),var(--accent-400))}.gallery-item .gi{width:100%;height:100%;object-fit:cover}.gallery-item .cap{position:absolute;bottom:0;left:0;right:0;background:#0b1f33b3;color:var(--white);padding:.5rem .75rem;font-size:.85rem}.chat-log{display:flex;flex-direction:column;gap:.75rem;max-height:56vh;overflow-y:auto;padding:.5rem}.chat-msg{max-width:80%;padding:.6rem .9rem;border-radius:12px}.chat-msg.user{align-self:flex-end;background:var(--navy-700);color:var(--white);border-bottom-right-radius:2px}.chat-msg.assistant{align-self:flex-start;background:var(--gray-100);color:var(--text);border-bottom-left-radius:2px}.divider{height:1px;background:var(--border);margin:1.25rem 0}.pill-list{display:flex;gap:.4rem;flex-wrap:wrap}.list-check{list-style:none;padding:0;margin:0}.list-check li{padding:.25rem 0 .25rem 1.5rem;position:relative}.list-check.pros li:before{content:"✓";position:absolute;left:0;color:var(--green-600);font-weight:700}.list-check.cons li:before{content:"–";position:absolute;left:0;color:var(--gray-400);font-weight:700}.copy-block{background:var(--gray-50);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;white-space:pre-wrap;font-size:.92rem}.slot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.5rem}.slot-btn{padding:.6rem;border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;font:inherit;text-align:center}.slot-btn.selected{background:var(--navy-700);color:var(--white);border-color:var(--navy-700)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
