@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&family=Space+Grotesk:wght@400;500;600&display=swap";:root{--bg: #f7f2ea;--bg-accent: #ffe7c7;--surface: #ffffff;--ink: #1a1a1a;--muted: #5f5f5f;--accent: #ff6b35;--accent-2: #1b998b;--shadow: 0 20px 60px rgba(20, 15, 10, .12);--radius-xl: 28px;--radius-lg: 20px;--radius-md: 14px;--radius-sm: 10px}*{box-sizing:border-box}html,body{overflow-x:hidden;position:relative;width:100%;height:100%}body{margin:0;font-family:Space Grotesk,sans-serif;color:var(--ink);background:radial-gradient(circle at top,#fff7ee 0%,var(--bg) 55%,#f4efe8 100%)}.app{padding:20px 2.5vw 48px}.app:before,.app:after{content:"";position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(255,107,53,.25) 0%,rgba(255,107,53,0) 70%);z-index:0}.app:before{top:-120px;right:-80px}.app:after{bottom:-140px;left:-100px;background:radial-gradient(circle,rgba(27,153,139,.25) 0%,rgba(27,153,139,0) 70%)}.app-header{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:120}.brand{display:flex;align-items:center;gap:12px;font-family:Fraunces,serif}.brand-logo{width:28px;height:28px}.brand-title{font-size:1.25rem;letter-spacing:.3px}.language-switcher{position:relative;width:72px;z-index:200}.header-actions{display:flex;align-items:center;gap:12px;position:relative;z-index:220}.notification-button{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff;box-shadow:var(--shadow);position:relative;padding:0}.notification-button svg{width:22px;height:22px;color:var(--ink)}.notification-dot{position:absolute;top:6px;right:6px;width:10px;height:10px;background:#e63946;border-radius:50%;box-shadow:0 0 0 2px #fff}.language-trigger{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;border:none;background:#fff;padding:6px 10px;height:42px;border-radius:999px;box-shadow:var(--shadow);cursor:pointer}.language-dropdown{position:absolute;top:0;left:0;width:100%;background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:6px 6px 10px;display:flex;flex-direction:column;gap:6px;opacity:0;transform:scale(.98);pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:220}.language-item{border:none;background:transparent;padding:6px;border-radius:999px;cursor:pointer;transition:transform .2s ease,background .2s ease}.language-item.active{background:rgba(0,0,0,.08);transform:scale(1.05)}.language-switcher.open .language-trigger{opacity:0;pointer-events:none}.language-switcher.open .language-dropdown{opacity:1;transform:scale(1);pointer-events:auto}.app-main{margin-top:32px;position:relative;z-index:1}.app-main.single{display:block}.wizard-wrapper{display:flex;flex-direction:column;max-width:980px;margin:0 auto;width:100%;padding:0 6px}.wizard-stack{display:flex;flex-direction:column;gap:20px}.wizard{--wizard-pad: 24px;background:rgba(255,255,255,.9);border-radius:var(--radius-xl);box-shadow:var(--shadow);padding:var(--wizard-pad);position:relative;z-index:1}.wizard.location-wizard{display:flex;flex-direction:column;min-height:calc(100vh - 220px)}.wizard-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;font-size:.85rem;color:var(--muted)}.breadcrumb{padding:4px 10px;border-radius:999px;background:rgba(0,0,0,.05)}.breadcrumb.active{background:rgba(27,153,139,.18);color:var(--ink);font-weight:600}.wizard-card{--card-pad: 20px;background:#fff;border-radius:var(--radius-lg);padding:var(--card-pad);min-height:420px;box-shadow:none}.wizard-card.location-card{padding:var(--card-pad);padding-left:0;padding-right:0;display:flex;flex-direction:column;flex:1;min-height:0}.wizard-card.full-form{min-height:0}.wizard-panel.full{display:flex;flex-direction:column;gap:20px}.form-section{display:flex;flex-direction:column;gap:12px}.section-title{margin:0 0 12px;font-size:1.4rem;font-weight:700;color:#000}.step-intro{margin:0 0 24px;color:var(--ink);font-size:1.6rem;font-weight:700;font-family:Fraunces,serif}.wizard-section{display:flex;flex-direction:column;gap:16px}.wizard-section.location-step{min-height:0;justify-content:flex-start}.field-label{display:flex;flex-direction:column;gap:8px;font-weight:500}.field-stack{display:flex;flex-direction:column;gap:8px}.text-input,.text-area{border-radius:var(--radius-sm);border:1px solid rgba(0,0,0,.12);padding:12px 14px;font-size:1rem;font-family:Space Grotesk,sans-serif;background:#fff;min-height:44px}.hour-select{min-height:140px}.hour-select option:checked{background:rgba(27,153,139,.18);border-radius:8px}.hour-input:focus{background:rgba(0,0,0,.04);border-radius:var(--radius-sm)}.text-area{min-height:120px;resize:vertical}.field-error{color:#c0392b;font-size:.85rem}.toggle-row{display:flex;gap:12px;flex-wrap:wrap}.toggle-button{border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-md);background:#fff;padding:10px 16px;cursor:pointer;transition:all .2s ease}.toggle-button.active{border-color:#0003;background:rgba(0,0,0,.05)}.checkbox-row{display:flex;align-items:center;gap:10px}.checkbox-row input{width:18px;height:18px;accent-color:var(--accent-2)}.inline-field{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.avoid-window-row{justify-content:center;width:100%;column-gap:24px}.pill{padding:8px 14px;border-radius:999px;background:rgba(0,0,0,.06);font-size:.9rem}.location-field{display:flex;flex-direction:column;gap:10px;padding:var(--card-pad);padding-left:0;padding-right:0;flex:1;min-height:0}.search-stack{position:relative;margin-bottom:18px}.input-with-icon{display:flex;flex-wrap:nowrap;align-items:center;gap:8px}.input-with-icon .text-input{flex:1 1 0;min-width:0}.icon-button{border:none;background:rgba(255,255,255,.95);padding:10px;border-radius:50%;cursor:pointer}.geo-button{border:1px solid rgba(0,0,0,.12);background:#fff;color:#1b5dbf;width:44px;height:44px;border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.geo-button svg{width:24px;height:24px}.ghost-button{border:1px solid rgba(0,0,0,.1);background:#fff;padding:10px 12px;border-radius:var(--radius-sm);cursor:pointer;font-family:Space Grotesk,sans-serif;height:44px;white-space:nowrap;min-width:0;flex:0 0 auto}.suggestions{position:absolute;top:calc(100% + 6px);left:0;right:0;display:flex;flex-direction:column;gap:6px;background:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow);padding:6px;z-index:20;max-height:220px;overflow:auto}.suggestion-item{text-align:left;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-sm);padding:10px 12px;background:#fff;cursor:pointer}.map-note{font-size:.95rem;color:#000000b3}.map-container{position:relative;border-radius:0;overflow:hidden;min-height:320px;height:clamp(320px,60vh,640px);border:none;flex:1}.wizard-card.location-card .map-container{margin:0;width:100%}.map-canvas{position:absolute;top:0;left:0;width:100%;height:100%}.map-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(255,255,255,.86);display:flex;align-items:center;justify-content:center;font-size:.9rem;z-index:2}.map-overlay.error{color:#b33b2e}.map-marker-icon{width:24px;height:24px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(20,15,10,.35);display:flex;align-items:center;justify-content:center;padding:20px;z-index:10}.modal{width:min(820px,100%);background:#fff;border-radius:var(--radius-xl);padding:20px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:16px}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.modal-header h3{margin:0}.modal-subtitle{margin:4px 0 0;color:var(--muted);font-size:.9rem}.modal-body{display:flex;flex-direction:column;gap:12px}.modal-actions{display:flex;justify-content:flex-end;gap:12px}.input-with-prefix{display:flex;align-items:center;gap:6px}.input-with-prefix .text-input{flex:1}.prefix{padding:0 4px;border-radius:var(--radius-sm);color:var(--ink)}.primary-button,.secondary-button{border-radius:999px;padding:12px 18px;border:none;font-weight:600;cursor:pointer;font-family:Space Grotesk,sans-serif;transition:transform .2s ease,box-shadow .2s ease}.no-stretch{width:auto}.primary-button{background:linear-gradient(120deg,var(--accent),#ff8a55);color:#fff;box-shadow:0 12px 20px #ff6b354d}.primary-button:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.secondary-button{background:#fff;border:1px solid rgba(0,0,0,.1);color:var(--ink)}.primary-button:hover,.secondary-button:hover,.toggle-button:hover,.icon-button:hover,.ghost-button:hover,.suggestion-item:hover{transform:translateY(-1px)}.wizard-actions{display:flex;justify-content:space-between;margin-top:0}.wizard-actions.single{justify-content:flex-end}.status-banner{margin-top:16px;padding:12px 16px;border-radius:var(--radius-md);display:flex;flex-direction:column;gap:8px}.status-banner.success{background:#e7f7f4;color:#12645c}.status-banner.error{background:#fdecea;color:#9f2f20}.status-banner .secondary-button{align-self:flex-start}.muted-text{color:var(--muted)}.spinner-wrap{display:flex;justify-content:center;padding:20px 0}.spinner{width:28px;height:28px;border-radius:50%;border:3px solid rgba(0,0,0,.1);border-top-color:var(--accent-2);animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.notice{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:var(--radius-md);margin-bottom:16px;background:#fff4f4;border:1px solid rgba(159,47,32,.2);color:#8a2c1f}.notice.warning{background:#fff5d6;border-color:#f5a62359;color:#8a5a00}.notice .secondary-button{padding:8px 12px}.requests-page{background:rgba(255,255,255,.9);border-radius:var(--radius-xl);box-shadow:var(--shadow);padding:24px}.requests-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.detail-actions{display:flex;gap:10px}.edit-wide{width:100%;margin-bottom:12px}.tabs{display:flex;gap:10px;flex-wrap:wrap;row-gap:10px;margin-bottom:16px}.tab-button{border:1px solid rgba(0,0,0,.12);background:#fff;padding:8px 14px;border-radius:999px;cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:.95rem}.tab-button.active{background:#1b998b;color:#fff;border-color:transparent}.request-list{display:flex;flex-direction:column;gap:12px}.request-card{padding:16px;border-radius:var(--radius-md);background:#fff;border:none;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;width:100%;font-family:Space Grotesk,sans-serif;box-shadow:0 10px 24px #140f0a14}.request-card-main{background:none;border:none;padding:0;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:6px;flex:1;font-family:Space Grotesk,sans-serif}.request-card-side{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:8px;min-width:140px}.responses-count{font-size:.85rem;color:var(--muted)}.request-card:hover{box-shadow:0 12px 30px #1b998b2e}.success-page,.request-detail-page{background:rgba(255,255,255,.95);border-radius:var(--radius-xl);box-shadow:var(--shadow);padding:24px}.success-banner{background:#e7f7e8;border-radius:var(--radius-lg);padding:18px 20px;display:flex;flex-direction:column;gap:6px;align-items:center;text-align:center;color:#1f6a33}.success-banner h2{margin:0}.success-info{margin-top:20px;display:flex;flex-direction:column;gap:12px}.success-actions{margin-top:20px}.request-details{display:grid;gap:16px}.request-detail-page .status-pill{display:inline-flex;margin-bottom:12px}.detail-section{padding:14px;border-radius:var(--radius-md);border:none;background:rgba(255,255,255,.8)}.detail-section h4{margin:0 0 8px}.detail-row{display:flex;justify-content:space-between;gap:12px;font-size:.95rem;color:var(--muted)}.detail-tags{display:flex;flex-wrap:wrap;gap:8px}.tag{padding:6px 10px;border-radius:999px;background:rgba(27,153,139,.12);color:#0f6d62;font-size:.85rem}.request-label{font-weight:600}.request-arrow{margin:0 6px;color:var(--muted)}.request-meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:.9rem}.status-pill{padding:4px 10px;border-radius:999px;background:rgba(27,153,139,.16);color:#0f6d62;font-weight:600}.status-pill.status-created{background:#f1f1f1;color:#6b6b6b}.status-pill.status-expired{background:#fff1c4;color:#8a6b00}.status-pill.status-cancelled{background:#f8d7d7;color:#9e2b2b}.status-pill.status-confirmed{background:#dff3ff;color:#0b5e7a}.status-pill.status-active{background:#dcf5ee;color:#0f6d62}.secondary-button.small,.primary-button.small{padding:8px 12px;font-size:.9rem}.preferences-comment{margin-top:14px}.notifications-page{background:rgba(255,255,255,.9);border-radius:var(--radius-xl);box-shadow:var(--shadow);padding:24px}.notification-list{display:flex;flex-direction:column;gap:12px}.notification-card{padding:14px 16px;border-radius:var(--radius-md);background:#fff;display:flex;justify-content:space-between;align-items:center;gap:16px;box-shadow:0 8px 20px #140f0a14}.notification-card.unread{border-left:4px solid var(--accent)}.notification-body h4{margin:0 0 6px}.notification-body p{margin:0 0 6px;color:var(--muted)}.notification-time{font-size:.85rem;color:var(--muted)}.response-list,.chat-list{display:flex;flex-direction:column;gap:12px}.response-card,.chat-bubble{background:#fff;border-radius:var(--radius-md);padding:12px 14px;box-shadow:0 8px 16px #140f0a14;display:flex;flex-direction:column;gap:6px}.response-card p,.chat-bubble p{margin:0;color:var(--muted)}.response-meta,.chat-meta{display:flex;justify-content:space-between;gap:12px;font-size:.85rem;color:var(--muted)}.response-car{margin-left:8px;font-size:.85rem;color:var(--muted)}@media (max-width: 960px){.wizard-card{min-height:360px}}@media (max-width: 600px){.app{padding:20px 12px 60px}.wizard{padding:18px}.wizard-card{padding:16px}.wizard-actions{flex-direction:column;gap:12px}.primary-button,.secondary-button{width:100%;justify-content:center}.no-stretch{width:auto}.request-card{flex-direction:column;align-items:flex-start}.request-card-side{align-items:flex-start;width:100%}}
