:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{text-decoration:none;color:inherit}#root{min-height:100vh}.app-root{min-height:100vh;display:flex;flex-direction:column;background-color:#f1f5f9;color:#0f172a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.main-header{position:sticky;top:0;z-index:10;background-color:#000;color:#f9fafb}.header-inner{max-width:1120px;margin:0 auto;padding:1.3rem 2.1rem;display:flex;align-items:center;justify-content:space-between}.logo-text{font-weight:700;letter-spacing:.05em}.logo-link{display:flex;align-items:center}.logo-image{height:52px}.main-nav{display:flex;gap:1.75rem;font-size:.95rem}.main-nav a{color:inherit;font-weight:600}main{flex:1}.main-footer{padding:1.5rem;text-align:center;font-size:.85rem;color:#6b7280}.main-footer a{color:inherit;margin-left:.5rem;text-decoration:underline}.admin-section{background-color:#f3f4f6}.admin-hint{text-align:center;font-size:.9rem;color:#4b5563;margin-bottom:1rem}.admin-login-form{max-width:360px;margin:0 auto 1.5rem;display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;border-radius:.75rem;border:1px solid #e5e7eb;background-color:#fff}.reload-button{display:block;margin:0 auto 1rem;padding:.7rem 1.4rem;border-radius:999px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-size:.95rem}.admin-error{text-align:center;color:#b91c1c}.admin-actions{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.price-list-panel{max-width:1080px;margin:1rem auto;padding:1rem;border-radius:.75rem;border:1px solid #e5e7eb;background:#fff}.price-list-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.price-list-add{margin:0}.price-list-empty{margin:.75rem 0 0;color:#6b7280}.price-list-grid{display:grid;gap:.5rem;margin-top:.75rem}.price-list-row{display:grid;grid-template-columns:minmax(140px,1fr) minmax(160px,1.2fr) minmax(180px,1.4fr) minmax(140px,.9fr) minmax(200px,1.2fr) minmax(140px,.9fr) minmax(90px,.5fr);gap:.5rem;align-items:center}.price-list-header-row{font-weight:600;color:#374151}.price-list-row input,.price-list-row select{width:100%;padding:.45rem .6rem;border-radius:.5rem;border:1px solid #d1d5db;font-size:.9rem}.price-list-calculated{font-weight:600;color:#111827}.price-list-remove{padding:.35rem .6rem;border-radius:.5rem;border:1px solid #fecaca;background:#fee2e2;color:#991b1b;cursor:pointer}.unassigned-list{max-width:1080px;margin:1rem auto;padding:1rem;border-radius:.75rem;border:1px solid #e5e7eb;background:#fff}.unassigned-list h3{margin:0 0 .75rem}.unassigned-card{display:grid;gap:.35rem;padding:.75rem 0;border-top:1px solid #e5e7eb}.unassigned-card-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.unassigned-card:first-of-type{border-top:none}.unassigned-card.lane-cleaning{background:#dbeafe}.unassigned-card.lane-service{background:#ede9fe}.unassigned-card.lane-fix{background:#ffedd5}.unassigned-card.lane-rust{background:#e9d5ff}.admin-table-wrapper{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.schedule-board{max-width:1080px;margin:1.5rem auto 2rem;padding:1rem;border-radius:.75rem;border:1px solid #e5e7eb;background:#fff}.schedule-board h3{margin:0 0 1rem}.schedule-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.schedule-controls{display:flex;gap:.5rem;flex-wrap:wrap}.schedule-week-select{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600}.schedule-week-select select{border-radius:999px;border:1px solid #d1d5db;background:#fff;padding:.25rem .75rem;font-size:.85rem}.schedule-grid{display:grid;grid-template-columns:120px repeat(7,minmax(0,1fr));gap:.5rem;align-items:stretch}.schedule-row{display:contents}.schedule-cell{border-radius:.5rem;padding:.45rem .35rem;text-align:center;font-size:.8rem;border:1px solid #e5e7eb}.schedule-label{font-weight:600;background:#f9fafb}.schedule-spot{font-weight:600;background:#f3f4f6}.schedule-time{font-weight:600;background:#f9fafb}.schedule-owner-label{font-weight:700}.schedule-owner-input{grid-column:2 / -1}.schedule-owner-input input{width:100%;border:none;background:transparent;font-weight:700;font-size:.85rem}.schedule-owner-label.lane-cleaning,.schedule-owner-input.lane-cleaning,.schedule-time.lane-cleaning{background:#dbeafe}.schedule-owner-label.lane-service,.schedule-owner-input.lane-service,.schedule-time.lane-service{background:#ede9fe}.schedule-owner-label.lane-fix,.schedule-owner-input.lane-fix,.schedule-time.lane-fix{background:#ffedd5}.schedule-slot.lane-cleaning{border-color:#0ea5e9}.schedule-slot.lane-service{border-color:#10b981}.schedule-slot.lane-fix{border-color:#f97316}.schedule-slot.status-empty{background:#dcfce7;color:#166534}.schedule-slot.status-pending{background:#fef9c3;color:#854d0e}.schedule-slot.status-occupied{background:#fee2e2;color:#991b1b}.schedule-slot.status-completed{background:#bbf7d0;color:#14532d}.schedule-slot.is-closed{background:#e5e7eb;color:#6b7280}.schedule-slot.is-rust.status-pending,.schedule-slot.is-rust.status-occupied,.schedule-slot.is-rust.status-completed{background:#e9d5ff;color:#6b21a8}.schedule-slot.is-clickable{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.schedule-slot.is-clickable:hover{transform:translateY(-1px);box-shadow:0 6px 12px -10px #0f172a66}.schedule-legend{display:flex;gap:.75rem;margin-top:.75rem;font-size:.85rem}.legend-item{display:inline-flex;align-items:center;gap:.4rem;padding:.2rem .5rem;border-radius:999px;border:1px solid #e5e7eb}.legend-item.status-empty{background:#dcfce7;color:#166534}.legend-item.status-pending{background:#fef9c3;color:#854d0e}.legend-item.status-occupied{background:#fee2e2;color:#991b1b}.legend-item.status-completed{background:#bbf7d0;color:#14532d}.schedule-modal-backdrop{position:fixed;inset:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:70}.schedule-modal-card{background:#fff;border-radius:.75rem;padding:1.5rem;width:min(640px,100%);max-height:calc(100vh - 4rem);overflow-y:auto;box-shadow:0 20px 40px -20px #0f172a59}.schedule-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.schedule-modal-close{border:none;background:transparent;font-size:1.5rem;cursor:pointer}.schedule-modal-subtitle{margin:0 0 1rem;color:#4b5563}.schedule-modal-block{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.schedule-block-button{margin-left:0;border-color:#f59e0b;background-color:#fef3c7;color:#92400e}.schedule-free-button{margin-left:0;border-color:#94a3b8;background-color:#e2e8f0;color:#334155}.schedule-modal-row{display:grid;gap:.35rem;padding:.75rem 0;border-top:1px solid #e5e7eb;font-size:.9rem}.schedule-modal-title{display:flex;flex-direction:column;gap:.2rem;font-weight:600}.booking-status-pill{margin-left:.35rem;padding:.1rem .5rem;border-radius:999px;font-size:.75rem;font-weight:700;vertical-align:middle}.booking-status-pill.status-new{background:#fef9c3;color:#854d0e}.booking-status-pill.status-booked{background:#fee2e2;color:#991b1b}.booking-status-pill.status-completed{background:#bbf7d0;color:#14532d}.booking-status-pill.status-cancelled{background:#e5e7eb;color:#4b5563}.schedule-modal-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.schedule-modal-duration{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.5rem}.schedule-modal-duration label{display:inline-flex;flex-direction:column;gap:.25rem;font-weight:600}.schedule-modal-duration input{min-width:180px;padding:.45rem .6rem;border-radius:.5rem;border:1px solid #d1d5db;font-size:.9rem}.schedule-modal-invoice{display:grid;gap:.5rem;margin-top:.5rem}.invoice-controls{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;font-size:.85rem;color:#374151}.invoice-toggle{display:inline-flex;align-items:center;gap:.35rem;font-weight:600}.invoice-hint{color:#6b7280}.invoice-table{display:grid;gap:.35rem}.invoice-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr);gap:.5rem;align-items:center}.invoice-header{font-weight:600;color:#374151}.invoice-row input{width:100%;padding:.45rem .6rem;border-radius:.5rem;border:1px solid #d1d5db;font-size:.9rem}.schedule-modal-actions label{display:inline-flex;align-items:center;gap:.35rem}.schedule-modal-details{display:grid;gap:.25rem;color:#374151}.schedule-modal-plan{margin-top:.5rem;border-top:1px solid #e5e7eb;padding-top:.5rem}.schedule-modal-plan h4{margin:0 0 .5rem;font-size:.9rem}.booking-row{border-radius:.75rem;border:1px solid #e5e7eb;background-color:#fff;padding:1rem 1.25rem}.booking-row-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:.5rem}.booking-row-body{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.booking-row-body span+span{margin-left:1rem}.booking-status select{margin-left:.25rem}.booking-notes{margin-top:.5rem;color:#4b5563}.sms-button{margin-left:.75rem;padding:.35rem .9rem;border-radius:999px;border:1px solid #22c55e;background-color:#dcfce7;color:#166534;font-size:.85rem;cursor:pointer}.booking-plan{margin-top:1rem;border-top:1px solid #e5e7eb;padding-top:.75rem}.booking-plan h4{margin:0 0 .5rem;font-size:.95rem}.booking-plan-grid{display:grid;gap:.75rem}@media(min-width:768px){.booking-plan-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.booking-form{max-width:920px;margin:0 auto;border-radius:.75rem;border:1px solid #e5e7eb;padding:1.5rem;background:#f9fafb}.booking-lead{max-width:780px;margin:0 auto 1.5rem;color:#374151}.field-grid{display:grid;gap:1rem}@media(min-width:768px){.field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}label{font-size:.9rem;display:flex;flex-direction:column;gap:.35rem}.field-span{grid-column:1 / -1}.field-block{margin:1.5rem 0 1rem}.field-label{display:block;font-weight:600;margin-bottom:.35rem}.field-hint{margin:0 0 .75rem;color:#4b5563;font-size:.85rem}.radio-group{display:grid;gap:.5rem}.radio-group label{flex-direction:row;align-items:center;gap:.5rem}.checkbox-row{display:flex;flex-direction:row;align-items:flex-start;gap:.6rem;font-weight:600}.checkbox-row input{margin-top:.2rem}.checkbox-row a{color:inherit;text-decoration:underline}input,select,textarea{padding:.55rem .7rem;border-radius:.5rem;border:1px solid #d1d5db;font-size:.95rem}input:focus,select:focus,textarea:focus{outline:2px solid #22c55e;outline-offset:1px}.field-notes{margin-top:1rem}.submit-button{margin-top:1.5rem;min-width:260px;padding:1rem 1.6rem;border-radius:999px;border:none;color:#fff;font-weight:600;font-size:1rem;background:linear-gradient(to right,#22c55e,#16a34a);cursor:pointer}.submit-button[disabled]{opacity:.6;cursor:default}.form-success{margin-top:1rem;color:#15803d}.form-error{margin-top:1rem;color:#b91c1c}.booking-schedule{margin:1.5rem 0;padding:1rem;border-radius:.75rem;border:1px solid #e5e7eb;background:#fff}.service-price-card{padding:1rem;border-radius:.75rem;border:1px solid #e5e7eb;background:#fff}.service-price{font-size:1.15rem;font-weight:700;margin:.25rem 0 .35rem;color:#0f172a}.service-price-description{margin:0 0 .35rem;color:#475569;font-size:.9rem}.service-price-note{margin:0;color:#64748b;font-size:.85rem}.booking-schedule-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem}.booking-schedule-controls{display:flex;gap:.5rem;flex-wrap:wrap}.schedule-nav{border-radius:999px;border:1px solid #d1d5db;background:#fff;padding:.35rem .9rem;cursor:pointer;font-size:.85rem;font-weight:600}.booking-schedule-grid{display:grid;grid-template-columns:110px repeat(7,minmax(90px,1fr));gap:.5rem;align-items:stretch;overflow-x:auto}.booking-schedule-row{display:contents}.booking-schedule-cell{border-radius:.5rem;padding:.45rem .35rem;text-align:center;font-size:.8rem}.booking-schedule-label{font-weight:600;background:#f3f4f6;border:1px solid #e5e7eb}.booking-schedule-time{font-weight:600;background:#f9fafb;border:1px solid #e5e7eb}.booking-schedule-slot{border:1px solid #e5e7eb;background:#fff;transition:transform .15s ease,box-shadow .15s ease}.booking-schedule-slot.is-available{background:#dcfce7;color:#166534;cursor:pointer}.booking-schedule-slot.is-pending{background:#fef9c3;color:#854d0e;cursor:not-allowed}.booking-schedule-slot.is-available:hover{transform:translateY(-1px);box-shadow:0 6px 12px -10px #0f172a66}.booking-schedule-slot.is-booked{background:#fee2e2;color:#991b1b;cursor:not-allowed}.booking-schedule-slot.is-closed{background:#e5e7eb;color:#6b7280;cursor:not-allowed}.booking-schedule-slot.is-completed{background:#bbf7d0;color:#14532d;cursor:not-allowed}.booking-schedule-slot.is-past{background:#e5e7eb;color:#6b7280;cursor:not-allowed}.booking-schedule-slot.is-selected{outline:2px solid #22c55e;outline-offset:1px}.booking-schedule-hint{margin-top:.75rem;font-size:.85rem;color:#4b5563}.contact-grid{max-width:960px;margin:0 auto;display:grid;gap:1.5rem}@media(min-width:768px){.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.contact-grid h3{margin-bottom:.5rem}.hero{padding:5rem 1.5rem 4rem;color:#f9fafb;text-align:center;background-image:linear-gradient(to bottom,#000000b3,#000000e6),url(./_klarabil_empty_road._1-BErnVwGy.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-inner{max-width:920px;margin:0 auto}.hero-title{font-size:clamp(2.4rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.05rem;max-width:640px;margin:0 auto 2rem;color:#e5e7eb}.hero-subtitle strong{font-size:1.25em;font-weight:800}.hero-button{padding:1.1rem 2.4rem;border-radius:999px;border:none;font-weight:600;font-size:1.05rem;background:linear-gradient(to right,#22c55e,#f97316);color:#022c22;cursor:pointer}.hero-button:hover{opacity:.9}.privacy-anchor{position:relative;top:-80px}.privacy-backdrop{position:fixed;inset:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:60}.privacy-card{background:#fff;border-radius:.75rem;padding:1.5rem;width:min(640px,100%);max-height:calc(100vh - 4rem);overflow-y:auto;box-shadow:0 20px 40px -20px #0f172a59}.privacy-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.privacy-close{border:none;background:transparent;font-size:1.5rem;cursor:pointer}.privacy-card p{color:#374151;line-height:1.6}.terms-anchor{position:relative;top:-80px}.terms-backdrop{position:fixed;inset:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:60}.terms-card{background:#fff;border-radius:.75rem;padding:1.5rem;width:min(720px,100%);max-height:calc(100vh - 4rem);overflow-y:auto;box-shadow:0 20px 40px -20px #0f172a59}.terms-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.terms-close{border:none;background:transparent;font-size:1.5rem;cursor:pointer}.terms-card p{color:#374151;line-height:1.6}.terms-card h4{margin:1rem 0 .4rem;font-size:1rem}.section{padding:3rem 1.5rem}.section-title{font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.services-lead{max-width:860px;margin:0 auto 1.5rem;text-align:center;color:#374151;font-size:.95rem;font-weight:600}.services-grid{max-width:1080px;margin:0 auto;display:grid;gap:1.5rem;align-items:stretch}@media(min-width:768px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr}}.service-card{border-radius:.75rem;border:1px solid #e5e7eb;padding:1.1rem 1.25rem;background-color:#fff;box-shadow:0 10px 15px -10px #0f172a33;display:flex;flex-direction:column;height:100%}.service-card h3{font-size:1.2rem;margin-bottom:.35rem}.service-description{font-size:.95rem;color:#4b5563;margin-bottom:.5rem}.service-meta{display:flex;justify-content:space-between;margin-top:.75rem;font-weight:500;margin-top:auto}.service-cta{align-self:flex-start;margin-top:.75rem;padding:.5rem 1.1rem;border-radius:999px;border:1px solid #22c55e;background:#dcfce7;color:#166534;font-weight:600;text-decoration:none}.service-card-company{display:flex;flex-direction:column;gap:1rem}.company-button{align-self:flex-start;padding:.7rem 1.4rem;border-radius:999px;border:none;background:#111827;color:#fff;font-weight:600;cursor:pointer;margin-top:auto}.modal-backdrop{position:fixed;inset:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:50}.modal-card{background:#fff;border-radius:.75rem;padding:1.5rem;width:min(640px,100%);box-shadow:0 20px 40px -20px #0f172a59;max-height:calc(100vh - 4rem);overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.modal-close{border:none;background:transparent;font-size:1.5rem;cursor:pointer}.modal-subtitle{margin-top:0;color:#4b5563}.modal-form{display:grid;gap:.75rem;margin-top:1rem}.whyus-list{max-width:720px;margin:0 auto;list-style:disc;padding-left:1.5rem;color:#374151}.whyus-list li+li{margin-top:.5rem}
