:root{--icr-color-bg: #0b0b0f;--icr-color-surface: #15151b;--icr-color-text: #f5f7fb;--icr-color-muted: #9aa3b2;--icr-color-primary: #6f61ff;--icr-color-secondary: #5ce1e6;--icr-color-border: rgba(255, 255, 255, .12);--icr-radius-sm: 10px;--icr-radius-md: 18px;--icr-radius-lg: 28px;--icr-radius-xl: 40px;--icr-space-1: 4px;--icr-space-2: 8px;--icr-space-3: 12px;--icr-space-4: 16px;--icr-space-5: 24px;--icr-space-6: 32px;--icr-space-7: 48px;--icr-space-8: 64px;--icr-font-sans: Inter, system-ui, sans-serif}html,body,#root{margin:0;min-height:100%}body{font-family:var(--icr-font-sans);background:var(--icr-color-bg);color:var(--icr-color-text)}.app-home{min-height:100vh;display:grid;place-items:center}.host-dashboard{display:flex;min-height:100vh;background:#f4f5f7}.host-dashboard__main{flex:1;min-width:0;min-height:100vh;box-sizing:border-box}.host-dashboard__main--host{padding:clamp(16px,2.5vw,28px) clamp(16px,2.5vw,36px)}.host-dashboard__activation-banner{width:min(560px,100%);margin:0 auto 26px;display:flex;align-items:center;justify-content:center;gap:18px;padding:20px 28px;border-radius:28px;background:#fff;color:#111827;box-shadow:0 12px 30px #0f172a2e;box-sizing:border-box}.host-dashboard__activation-check{width:48px;height:48px;border-radius:999px;display:grid;place-items:center;flex-shrink:0;background:linear-gradient(180deg,#60a5fa,#2563eb);color:#fff;font-size:30px;font-weight:800;box-shadow:inset 0 -3px #0f172a2e,0 4px 10px #2563eb47}.host-dashboard__activation-banner strong,.host-dashboard__activation-banner small{display:block;text-align:center}.host-dashboard__activation-banner strong{font-size:clamp(16px,2vw,20px);line-height:1.2}.host-dashboard__activation-banner small{margin-top:3px;font-size:clamp(13px,1.6vw,16px);color:#6b7280}.host-sidebar{width:280px;flex-shrink:0;display:flex;flex-direction:column;background:#fff;border-right:1px solid #e8eaed;padding:20px 14px 24px;box-sizing:border-box}.host-sidebar__top{display:flex;flex-direction:column;gap:16px;margin-bottom:8px;position:relative;z-index:5}.host-sidebar__brand{display:block;padding:4px 8px;text-decoration:none}.host-sidebar__logo{display:block;height:28px;width:auto;max-width:140px;object-fit:contain}.host-sidebar__property{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;margin:0;padding:12px 16px 14px;border:0;border-radius:14px;background:#4285f4;color:#fff;font-family:inherit;cursor:pointer;text-align:left;transition:filter .15s ease,border-radius .2s ease}.host-sidebar__property--open{border-radius:14px 14px 0 0}.host-sidebar__property:hover{filter:brightness(1.05)}.host-sidebar__property-wrap--open .host-sidebar__property:hover{filter:brightness(1.03)}.host-sidebar__property-text{display:flex;flex-direction:column;gap:4px;min-width:0}.host-sidebar__property-name{font-size:15px;font-weight:700;line-height:1.2}.host-sidebar__property-address{font-size:12px;font-weight:500;opacity:.92;line-height:1.25;white-space:nowrap}.host-sidebar__property-chevron{flex-shrink:0;opacity:.95;transition:transform .2s ease}.host-sidebar__property--open .host-sidebar__property-chevron{transform:rotate(180deg)}.host-sidebar__property:disabled{cursor:not-allowed;opacity:.72;filter:none}.host-sidebar__property-wrap{position:relative;width:100%}.host-sidebar__property-wrap--open{border-radius:14px}.host-sidebar__property-panel{position:absolute;left:0;right:0;top:100%;z-index:20;margin:-1px 0 0;padding:0;background:#4285f4;color:#fff;border-radius:0 0 14px 14px;border:0;box-shadow:0 14px 36px #0f172a38;overflow:hidden}.host-sidebar__property-list{list-style:none;margin:0;padding:0;max-height:min(52vh,320px);overflow-y:auto}.host-sidebar__property-option{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:12px 16px 14px;border:0;border-top:1px solid rgba(255,255,255,.18);background:transparent;font:inherit;text-align:left;cursor:pointer;color:#fff;transition:background .12s ease;box-sizing:border-box}.host-sidebar__property-list>li:first-child .host-sidebar__property-option{border-top:0;padding-top:10px}.host-sidebar__property-option:hover{background:#ffffff1a}.host-sidebar__property-option--active{background:#ffffff14}.host-sidebar__property-option-line{display:flex;flex-wrap:nowrap;align-items:center;gap:8px;width:100%;min-width:0}.host-sidebar__property-option-name{font-size:14px;font-weight:700;line-height:1.3;min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.host-sidebar__property-option-selected{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;opacity:.95}.host-sidebar__property-option-selected-icon{display:block;width:16px;height:16px}.host-sidebar__property-option-address{font-size:12px;font-weight:500;opacity:.9;line-height:1.35;white-space:nowrap;padding-right:4px}.host-sidebar__property-add{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 16px 16px;border:0;border-top:1px solid rgba(255,255,255,.22);background:transparent;font:inherit;font-size:14px;font-weight:600;color:#fff;text-align:center;cursor:pointer;transition:background .12s ease;box-sizing:border-box}.host-sidebar__property-add:hover{background:#ffffff1a}.host-sidebar__nav{display:flex;flex-direction:column;gap:4px;padding-top:8px;position:relative;z-index:1}.host-sidebar__nav--bottom{margin-top:0;padding-top:12px}.host-sidebar__divider{height:1px;margin:12px 8px 8px;background:#e8eaed;border:0}.host-sidebar__link{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px;font-size:15px;font-weight:500;color:#1f2937;text-decoration:none;transition:background .15s ease,color .15s ease}.host-sidebar__link:hover{background:#f3f4f6}.host-sidebar__link--active{background:#f3f4f6;font-weight:600;box-shadow:inset 3px 0 #111827}.host-sidebar__icon{flex-shrink:0;color:#111827;opacity:.88}.host-sidebar__icon-img{display:block;width:22px;height:22px;object-fit:contain}.host-sidebar__link--active .host-sidebar__icon{opacity:1}.host-sidebar__link--button{width:100%;border:0;background:transparent;font-family:inherit;text-align:left;cursor:pointer}.host-activation-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px}.host-activation-modal__backdrop{position:absolute;inset:0;border:0;background:#0f172a5c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.host-activation-modal__card{position:relative;z-index:1;width:min(920px,100%);min-height:360px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);overflow:hidden;border-radius:28px;background:#fff;box-shadow:0 24px 70px #0f172a47}.host-activation-modal__visual{position:relative;min-height:360px;background:#eef2ff}.host-activation-modal__image{display:block;width:100%;height:100%;min-height:360px;object-fit:cover}.host-activation-modal__content{position:relative;padding:clamp(28px,4vw,52px);display:flex;flex-direction:column;justify-content:center}.host-activation-modal__close{position:absolute;top:16px;right:18px;width:34px;height:34px;border:0;border-radius:999px;background:#f1f5f9;color:#111827;font-size:24px;line-height:1;cursor:pointer}.host-activation-modal__content h2{margin:0 0 14px;font-size:clamp(26px,3.4vw,38px);line-height:1.08;letter-spacing:-.04em;color:#111827}.host-activation-modal__content p{margin:0 0 28px;font-size:clamp(16px,2vw,20px);line-height:1.35;color:#334155}.host-activation-modal__cta{align-self:stretch;border:0;border-radius:999px;padding:13px 20px;background:#4285f4;color:#fff;font-family:inherit;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 10px 24px #4285f447}.host-placeholder{max-width:960px}.host-placeholder__title{margin:0 0 10px;font-size:clamp(22px,3vw,28px);font-weight:700;letter-spacing:-.02em;color:#111827}.host-placeholder__text{margin:0;font-size:15px;line-height:1.5;color:#6b7280}.customer-app{min-height:100vh;display:flex;flex-direction:column;box-sizing:border-box;background:#fff;color:#1f2937;--customer-composer-only-panel-pt: 10px;--customer-composer-only-panel-px: 16px;--customer-composer-only-panel-pb: 12px;--customer-composer-row-compact-height: 36px;--customer-nav-edge-x: 16px;--customer-nav-edge-bottom: 18px;--customer-nav-inner-height: 58px;--customer-nav-slot-height: calc( var(--customer-nav-inner-height) + var(--customer-nav-edge-bottom) + env(safe-area-inset-bottom, 0px) )}.customer-app__site-header{flex-shrink:0;background:#fff;border-bottom:1px solid rgba(15,23,42,.04)}.customer-app__site-header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;min-height:50px;padding:10px 18px;max-width:none;width:100%;margin:0 auto;box-sizing:border-box}.customer-app__site-header-inner>:first-child{justify-self:start}.customer-app__site-header-inner>:last-child{justify-self:end}.customer-app__site-header-btn{width:34px;height:34px;padding:0;border:0;border-radius:50%;background:transparent;color:#0f172a;display:grid;place-items:center;cursor:pointer;transition:background .15s ease}a.customer-app__site-header-btn{text-decoration:none;color:inherit;box-sizing:border-box}a.customer-app__site-header-btn:hover{background:#0f172a0f}.customer-app__site-header-btn:not(:disabled):hover{background:#0f172a0f}.customer-app__site-header-btn:disabled{opacity:1;cursor:not-allowed}.customer-app__site-header-logo-wrap{justify-self:center;display:flex;align-items:center;text-decoration:none}.customer-app__site-logo{display:block;height:24px;width:auto;max-width:min(140px,42vw);object-fit:contain}.customer-app__canvas{flex:1;display:flex;flex-direction:column;min-height:0;box-sizing:border-box;padding:14px 16px calc(20px + var(--customer-nav-slot-height));background:radial-gradient(72% 58% at 62% 20%,rgba(255,250,245,.98) 0%,rgba(255,242,237,.72) 42%,transparent 70%),radial-gradient(70% 52% at 25% 46%,rgba(255,238,243,.7) 0%,transparent 72%),linear-gradient(180deg,#ffe8e7,#ffd4cf 44%,#f7aaa2 73%,#ea6875)}.customer-app__top{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;padding:0}.customer-app__pill{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:0 14px;border-radius:999px;border:0;font:inherit;font-size:12px;font-weight:700;color:#fff;cursor:pointer;box-shadow:0 5px 14px #0f172a1f;transition:filter .15s ease,opacity .15s ease}.customer-app__pill:disabled{opacity:1;cursor:not-allowed}.customer-app__pill:not(:disabled):hover{filter:brightness(1.06)}.customer-app__pill--dark{background:linear-gradient(135deg,#d1044b,#b60441)}.customer-app__pill--accent{background:linear-gradient(135deg,#ee7b20,#e45509)}.customer-app__pill-icon-img{display:block;flex-shrink:0}.customer-app__main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8px 8px 26px;min-height:0}.customer-app__main--session-check{padding:2rem 1rem}.customer-app__retry-session{margin-top:1rem}.customer-app__headline{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 8px}.customer-app__hero-icon{flex-shrink:0;display:block}.customer-app__hero-img{display:block;width:40px;height:40px}.customer-app__title{margin:0;font-size:clamp(27px,3.1vw,32px);font-weight:800;letter-spacing:-.03em;line-height:1;color:#1a1a1a}.customer-app__subtitle{margin:0;max-width:360px;font-size:14px;line-height:1.25;color:#6b6b6b}.customer-app__dock{flex-shrink:0;width:100%;max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.customer-app__form{display:flex;flex-direction:column;gap:0}.customer-app__panel{border-radius:32px;padding:20px 22px;background:#ffffff80;border:1px solid #ffffff;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:none}.customer-app__panel--composer-only{padding:var(--customer-composer-only-panel-pt) var(--customer-composer-only-panel-px) var(--customer-composer-only-panel-pb);border-radius:28px}.customer-app__params{margin-bottom:20px}.customer-app__param-pills{display:grid;grid-template-columns:minmax(248px,1.15fr) minmax(260px,1.25fr) minmax(168px,.8fr);gap:10px}.customer-app__param-pill{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:11px;min-width:0;min-height:44px;padding:0 18px;border-radius:999px;background:#fff;border:0;box-shadow:none;cursor:pointer}.customer-app__param-pill-icon{flex-shrink:0;opacity:.92;width:20px;max-height:22px;object-fit:contain}.customer-app__param-pill--dates{grid-template-columns:auto minmax(0,1fr);cursor:default}.customer-app__date-range{display:flex;align-items:center;gap:12px;min-width:0}.customer-app__date-range-segment-wrap{position:relative;flex:1 1 0;min-width:72px}.customer-app__date-range-segment{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;padding:2px 0;cursor:pointer;pointer-events:none}.customer-app__date-range-segment-wrap:hover .customer-app__date-range-segment{opacity:.9}.customer-app__date-range-segment-wrap:has(.customer-app__date-input-overlay:disabled){opacity:.45;cursor:not-allowed}.customer-app__date-range-segment-wrap:has(.customer-app__date-input-overlay:disabled) .customer-app__date-input-overlay{cursor:not-allowed;pointer-events:none}.customer-app__date-range-kicker{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;line-height:1}.customer-app__date-range-value{font-size:14px;font-weight:700;color:#111827;line-height:1.15;white-space:nowrap}.customer-app__date-range-divider{flex-shrink:0;color:#d1d5db;font-size:15px;font-weight:600;line-height:1;-webkit-user-select:none;user-select:none}.customer-app__date-input-overlay{position:absolute;inset:-4px 0;z-index:2;width:100%;height:calc(100% + 8px);margin:0;padding:0;border:0;opacity:0;cursor:pointer;font-size:16px;color:transparent;background:transparent}.customer-app__date-input-overlay::-webkit-datetime-edit,.customer-app__date-input-overlay::-webkit-datetime-edit-fields-wrapper,.customer-app__date-input-overlay::-webkit-datetime-edit-text,.customer-app__date-input-overlay::-webkit-datetime-edit-month-field,.customer-app__date-input-overlay::-webkit-datetime-edit-day-field,.customer-app__date-input-overlay::-webkit-datetime-edit-year-field{color:transparent}.customer-app__date-input-overlay::-webkit-calendar-picker-indicator{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;cursor:pointer;opacity:0}.customer-app__param-pill--guests{grid-template-columns:auto minmax(0,1fr);cursor:default}.customer-app__guest-range{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;min-width:0;width:100%}.customer-app__guest-segment{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;flex:1 1 0;cursor:text}.customer-app__guest-kicker{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;line-height:1}.customer-app__guest-num{width:100%;max-width:3.5rem;margin:0;padding:0;border:0;background:transparent;font:inherit;font-size:14px;font-weight:700;line-height:1.2;color:#111827;text-align:left;cursor:text;-moz-appearance:textfield}.customer-app__guest-num::-webkit-outer-spin-button,.customer-app__guest-num::-webkit-inner-spin-button{margin:0;opacity:1}.customer-app__guest-num:focus{outline:none}.customer-app__guest-segment:focus-within .customer-app__guest-num{color:#1d4ed8}.customer-app__param-pill--place{grid-template-columns:auto minmax(0,1fr);cursor:text}.customer-app__param-pill--place:focus-within{box-shadow:0 0 0 2px #bfdbfe}.customer-app__place-field{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;width:100%}.customer-app__place-kicker{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;line-height:1;pointer-events:none}.customer-app__place-input{width:100%;border:0;background:transparent;padding:0;margin:0;font:inherit;font-size:14px;font-weight:700;color:#111827;line-height:1.2;min-width:0;cursor:text}.customer-app__place-input::placeholder{color:#94a3b8;font-weight:600;opacity:1}.customer-app__place-input:focus{outline:none}.customer-app__feedback{margin:0;font-size:13px;line-height:1.4}.customer-app__feedback--panel{margin-top:10px;padding:0 4px}.customer-app__panel--composer-only .customer-app__feedback--panel{margin-top:6px}.customer-app__feedback--error{color:#991b1b;font-weight:600}.customer-app__feedback--ok{color:#0f766e;font-weight:600}.customer-app__composer-row{display:flex;align-items:center;gap:12px}.customer-app__composer-toggle{flex-shrink:0;width:18px;height:44px;padding:0;border:0;border-radius:999px;background:transparent;display:grid;place-items:center;cursor:pointer;transition:background .15s ease}.customer-app__composer-toggle:hover{background:#ffffff59}.customer-app__composer-emoji-wrap{flex-shrink:0;display:grid;place-items:center;width:20px;height:44px}.customer-app__composer-pill{flex:1;min-width:0;display:flex;align-items:center;gap:6px;padding:0 10px 0 22px;border-radius:999px;background:#fff;border:0;box-shadow:none}.customer-app__composer-input{flex:1;min-width:0;min-height:44px;max-height:120px;border:0;resize:none;font:inherit;font-size:12px;line-height:1.4;color:#1f2937;background:transparent;padding:6px 4px;text-align:start}.customer-app__composer-input::placeholder{color:#94a3b8}.customer-app__composer-input:focus{outline:none}.customer-app__composer-input:placeholder-shown{text-align:start;line-height:44px;padding-top:0;padding-bottom:0}.customer-app__composer-row--compact .customer-app__composer-input:placeholder-shown{line-height:var(--customer-composer-row-compact-height);padding-top:0;padding-bottom:0}.customer-app__composer-input:not(:placeholder-shown){line-height:1.45;padding:6px 4px}.customer-app__composer-row--compact{gap:8px}.customer-app__composer-trip-summary{flex:1;min-width:0;margin-right:6px;padding:8px 12px;border:0;border-radius:999px;background:#fff;color:#111827;font:inherit;font-size:13px;font-weight:700;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.customer-app__composer-trip-summary:hover{background:#f8fafc}.customer-app__composer-row--compact .customer-app__composer-toggle,.customer-app__composer-row--compact .customer-app__composer-emoji-wrap{height:var(--customer-composer-row-compact-height)}.customer-app__composer-row--compact .customer-app__composer-pill{min-height:var(--customer-composer-row-compact-height);padding:0 8px 0 14px}.customer-app__composer-row--compact .customer-app__composer-input{min-height:var(--customer-composer-row-compact-height);padding:4px 6px}.customer-app__composer-row--compact .customer-app__composer-send{width:30px;height:var(--customer-composer-row-compact-height)}.customer-app__composer-send{flex-shrink:0;width:34px;height:44px;padding:0;border:0;border-radius:50%;background:transparent;display:grid;place-items:center;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.customer-app__composer-send:disabled{opacity:.45;cursor:not-allowed}.customer-app__composer-send:not(:disabled):hover{transform:scale(1.05)}.customer-app__composer-row--chat-only{gap:10px}.customer-app__composer-row--chat-only .customer-app__composer-pill{flex:1}.customer-app__or-divider{margin:0;text-align:center;font-size:.875rem;color:#fff}.customer-app__manual-cta{display:inline-flex;align-items:center;justify-content:center;align-self:center;gap:7px;max-width:min(100%,22rem);padding:7px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.95);background:#ffffff1a;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:#fff;font-size:.6875rem;font-weight:500;line-height:1.3;text-align:center;text-decoration:none;transition:background .15s ease}.customer-app__manual-cta:hover{background:#fff3}.customer-app__manual-cta-icon{flex-shrink:0;width:14px;height:14px;object-fit:contain;filter:brightness(0) invert(1);opacity:.95}.customer-app__manual-back{display:inline-flex;align-items:center;align-self:flex-start;margin-bottom:10px;padding:8px 14px;border-radius:999px;background:#ffffff8c;border:1px solid #ffffff;color:#1c1c1e;font-size:.8125rem;font-weight:500;text-decoration:none;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.customer-app__manual-back:hover{background:#ffffffb8}.customer-app__dock--manual{gap:0}.customer-app__panel--manual{padding:14px 16px;border-radius:28px;overflow:visible;backdrop-filter:none;-webkit-backdrop-filter:none;background:#ffffff9e}.customer-app__manual-search{display:flex;align-items:stretch;gap:10px;overflow:visible}.customer-app__param-pills--manual{flex:1;min-width:0;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr) minmax(0,.85fr);overflow:visible}.customer-app__param-pills--manual .customer-app__param-pill{overflow:visible}.customer-app__date-picker-anchor{position:fixed;z-index:100;transform:translate(-50%,-100%);pointer-events:none}.customer-app__date-picker-anchor-input{width:1px;height:1px;margin:0;padding:0;border:0;opacity:0;pointer-events:auto}.customer-app__manual-submit{flex-shrink:0;align-self:center;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:linear-gradient(135deg,#c41e3a,#e85d4c);cursor:pointer;box-shadow:0 4px 14px #c41e3a47}.customer-app__manual-submit:disabled{opacity:.55;cursor:not-allowed}.customer-app__manual-submit:not(:disabled):hover{filter:brightness(1.05)}.customer-app__manual-submit img{display:block;filter:brightness(0) invert(1)}.customer-app__modal-overlay{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:24px}.customer-app__modal-backdrop{position:absolute;inset:0;border:0;padding:0;background:#0f172a6b;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);cursor:pointer}.customer-app__modal{position:relative;z-index:1;width:min(360px,100%);padding:28px 24px 24px;border-radius:32px;background:#fff;box-shadow:0 24px 60px #0f172a38;text-align:center}.customer-app__modal-close{position:absolute;top:14px;right:16px;border:0;background:transparent;font-size:32px;line-height:1;color:#111827;cursor:pointer;padding:0}.customer-app__modal-icon{display:block;width:min(120px,42vw);height:auto;margin:4px auto 18px;object-fit:contain}.customer-app__modal-title{margin:0 0 14px;font-size:clamp(1.75rem,6vw,2rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:#111827}.customer-app__modal-text{margin:0 0 22px;font-size:.9375rem;line-height:1.45;color:#64748b}.customer-app__modal-confirm{width:100%;border:0;border-radius:999px;padding:14px 20px;background:#c6053c;color:#fff;font:inherit;font-size:1rem;font-weight:700;cursor:pointer;transition:filter .15s ease}.customer-app__modal-confirm:hover{filter:brightness(1.06)}.customer-app__nav-bar{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;justify-content:center;box-sizing:border-box;width:100%;padding:0 var(--customer-nav-edge-x) calc(var(--customer-nav-edge-bottom) + env(safe-area-inset-bottom,0px));pointer-events:none}.customer-app__nav-bar .customer-app__nav{pointer-events:auto;width:100%;max-width:800px;flex:0 0 auto}.customer-app__nav{border-radius:999px;padding:0 6px;background:linear-gradient(90deg,#c6053c,#e05c16);box-shadow:0 10px 26px #0f172a29;box-sizing:border-box}.customer-app__nav-inner{display:flex;align-items:stretch;justify-content:space-between;flex-wrap:nowrap;gap:2px;min-height:var(--customer-nav-inner-height);height:var(--customer-nav-inner-height);box-sizing:border-box}.customer-app__nav-item{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:0;padding:1px 4px;border:0;border-radius:999px;background:transparent;font:inherit;font-size:10px;font-weight:700;color:#fffffff2;cursor:pointer;transition:background .15s ease,color .15s ease}a.customer-app__nav-item{text-decoration:none;color:#fffffff2;box-sizing:border-box}.customer-app__nav-item:disabled{opacity:.55;cursor:not-allowed}.customer-app__nav-item:not(:disabled):not(.customer-app__nav-item--active):hover{background:transparent}.customer-app__nav-item--active{color:#fff;background:#00000042;box-shadow:inset 0 1px #ffffff1f}.customer-app__nav-icon-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:22px;border-radius:0;background:transparent;color:#fff}.customer-app__nav-icon-img{display:block;width:20px;height:20px;object-fit:contain}.customer-app--offers{background:radial-gradient(72% 58% at 62% 20%,rgba(255,250,245,.98) 0%,rgba(255,242,237,.72) 42%,transparent 70%),radial-gradient(70% 52% at 25% 46%,rgba(255,238,243,.7) 0%,transparent 72%),linear-gradient(180deg,#ffe8e7,#ffd4cf 44%,#f7aaa2 73%,#ea6875)}.customer-offers__scroll{flex:1;min-height:0;width:100%;max-width:920px;margin-inline:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px 16px calc(12px + var(--customer-nav-slot-height));box-sizing:border-box}.customer-offers__filter-bar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;padding:14px 16px;border-radius:16px;background:#ffffff73;border:1px solid rgba(255,255,255,.65)}.customer-offers__sort-wrap{display:flex;align-items:center;gap:10px;flex-shrink:0}.customer-offers__sort-label{flex-shrink:0;font-size:14px;font-weight:600;color:#1f2937;white-space:nowrap}.customer-offers__sort{width:auto;min-width:8.5rem;max-width:10.5rem;min-height:40px;padding:0 12px;border-radius:12px;border:1px solid rgba(255,255,255,.9);background:#ffffffeb;font:inherit;font-size:14px;font-weight:600;color:#111827;box-shadow:0 2px 10px #0f172a0f;cursor:pointer}.customer-offers__sort:focus-visible{outline:2px solid rgba(198,5,60,.45);outline-offset:2px}.customer-offers__filter-pending{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:1;min-width:0;padding-left:8px;cursor:pointer;-webkit-user-select:none;user-select:none;text-align:right}.customer-offers__filter-pending-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.customer-offers__filter-pending-box{flex-shrink:0;width:22px;height:22px;border-radius:6px;border:2px solid #64748b;background:#fff;box-shadow:0 1px 4px #0f172a24;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.customer-offers__filter-pending-input:checked+.customer-offers__filter-pending-box{border-color:#c6053c;background:#c6053c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5.2 4.2 8.4 11 1.4' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px 10px no-repeat;box-shadow:0 2px 8px #c6053c47}.customer-offers__filter-pending-input:focus-visible+.customer-offers__filter-pending-box{outline:2px solid rgba(198,5,60,.45);outline-offset:2px}.customer-offers__filter-pending-label{font-size:13px;font-weight:600;line-height:1.4;color:#1f2937;max-width:11.5rem}.customer-offers__pending{margin:0;padding:14px 16px;border-radius:16px;border:1px dashed rgba(238,123,32,.55);background:#ffffffb8;font-size:14px;line-height:1.45;font-weight:600;color:#64748b}.customer-offers__toolbar{position:sticky;top:0;z-index:2;padding-bottom:10px;margin-bottom:6px;background:linear-gradient(180deg,rgba(255,232,231,.96) 0%,rgba(255,232,231,.72) 70%,transparent 100%);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.customer-offers__search-wrap{position:relative;margin-bottom:10px}.customer-offers__search{width:100%;box-sizing:border-box;min-height:44px;padding:0 16px 0 40px;border-radius:999px;border:1px solid rgba(255,255,255,.85);background:#fffffff2;font:inherit;font-size:14px;font-weight:600;color:#111827;box-shadow:0 4px 18px #0f172a0f}.customer-offers__search::placeholder{color:#94a3b8;font-weight:500}.customer-offers__search-wrap:before{content:"";position:absolute;left:14px;top:50%;width:18px;height:18px;transform:translateY(-50%);opacity:.45;background:radial-gradient(circle,#1f2937 35%,transparent 36%),linear-gradient(#1f2937,#1f2937);background-size:8px 8px,10px 2px;background-position:3px 3px,4px 11px;background-repeat:no-repeat;border-radius:50%;pointer-events:none}.customer-offers__chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.customer-offers__chips::-webkit-scrollbar{display:none}.customer-offers__chip{flex-shrink:0;min-height:34px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.75);font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:filter .15s ease,box-shadow .15s ease}.customer-offers__chip--filtri{background:linear-gradient(135deg,#c6053c,#9b0530);color:#fff}.customer-offers__chip--last{background:linear-gradient(135deg,#c2783a,#a65d24);color:#fff}.customer-offers__chip--ghost{background:#ffffffeb;color:#374151}.customer-offers__chip--on{box-shadow:0 0 0 2px #c6053c73}.customer-offers__hint,.customer-offers__err{margin:12px 0;font-size:14px;line-height:1.45}.customer-offers__err{color:#991b1b;font-weight:600}.customer-offers__section{margin-bottom:22px}.customer-offers__page-title{margin:0 0 12px;font-size:22px;font-weight:800;letter-spacing:-.03em;color:#111827}.customer-offers__request-detail{margin:0 0 14px;padding:12px 14px;border-radius:14px;background:#ffffffb8;border:1px solid rgba(255,255,255,.9);font-size:14px;line-height:1.45;color:#334155;white-space:pre-wrap}.customer-offers__accent{color:#e45509}.customer-offers__bundle{border-radius:22px;border:1px solid rgba(238,123,32,.55);background:#ffffffe0;box-shadow:0 10px 32px #0f172a0f;overflow:hidden;padding:16px 18px 6px}.customer-offers__bundle-title{margin:0 0 12px;font-size:16px;font-weight:800;color:#111827}.customer-offers__bundle-sub{margin:0;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#6b7280}.customer-offers__chev{flex-shrink:0;opacity:.75}.customer-offers__list{list-style:none;margin:0;padding:0 12px 14px}.customer-offers__card{display:grid;grid-template-columns:108px minmax(0,1fr);gap:12px;padding:14px 0;border-bottom:1px solid rgba(15,23,42,.06)}.customer-offers__card:last-child{border-bottom:0}.customer-offers__card-media{position:relative;border-radius:14px;overflow:hidden;align-self:start}.customer-offers__card-img{display:block;width:100%;aspect-ratio:1;object-fit:cover;background:linear-gradient(145deg,#fecaca,#fde68a)}.customer-offers__card-img--ph{min-height:108px}.customer-offers__fav{position:absolute;top:6px;right:6px;width:28px;height:28px;border:0;border-radius:50%;background:#ffffffeb;font-size:14px;line-height:1;cursor:not-allowed;opacity:.85}.customer-offers__dots{position:absolute;bottom:6px;left:0;right:0;display:flex;justify-content:center;gap:4px}.customer-offers__dots span{width:5px;height:5px;border-radius:50%;background:#ffffffd9}.customer-offers__card-body{min-width:0}.customer-offers__card-title{margin:0 0 4px;font-size:15px;font-weight:800;color:#111827}.customer-offers__card-addr{margin:0 0 8px;font-size:12px;line-height:1.35;color:#6b7280}.customer-offers__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.customer-offers__tag{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:700;color:#b91c1c;background:#fee2e2d9}.customer-offers__card-desc{margin:0 0 10px;font-size:12px;line-height:1.45;color:#4b5563;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.customer-offers__card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.customer-offers__card-price{font-size:14px;font-weight:800;color:#111827}.customer-offers__btn-dettagli{flex-shrink:0;min-height:36px;padding:0 18px;border:0;border-radius:999px;font:inherit;font-size:12px;font-weight:800;color:#fff;cursor:pointer;background:linear-gradient(135deg,#c6053c,#9b0530);box-shadow:0 4px 14px #c6053c47}.customer-offers__btn-dettagli:hover{filter:brightness(1.05)}.customer-offers__more-wrap{display:flex;justify-content:center;padding:8px 0 20px}.customer-offers__more{min-height:40px;padding:0 22px;border-radius:999px;border:1px solid rgba(255,255,255,.85);background:#ffffffe6;font:inherit;font-size:13px;font-weight:700;color:#c6053c;cursor:pointer}.customer-offers__more:disabled{opacity:.6;cursor:wait}.customer-bookings__list{margin:0;padding:0;list-style:none;display:grid;gap:14px}.customer-bookings__card{background:#fff;border-radius:16px;border:1px solid #eceff5;padding:12px 14px;box-shadow:0 4px 14px #1018280a}.customer-bookings__card .customer-offers__card-title{font-size:16px;line-height:1.25;margin:0}.customer-bookings__head{display:flex;gap:10px;align-items:flex-start;margin-bottom:0}.customer-bookings__image{width:52px;height:52px;border-radius:12px;object-fit:cover;flex:0 0 auto;background:#f2f4f7}.customer-bookings__image--ph{background:linear-gradient(145deg,#fde3ea,#f9c7d4)}.customer-bookings__head-main{min-width:0;flex:1}.customer-bookings__location{margin:0 0 1px;color:#9d174d;font-size:12px;font-weight:600}.customer-bookings__booking-id{margin:1px 0 0;font-size:11px;color:#667085}.customer-bookings__chevron{width:28px;height:28px;border:0;border-radius:999px;background:#f2f4f7;display:grid;place-items:center;cursor:pointer}.customer-bookings__chevron img{transition:transform .2s ease}.customer-bookings__chevron--open img{transform:rotate(180deg)}.customer-bookings__stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:10px 0 8px;padding-top:10px;border-top:1px solid #f0f2f5}.customer-bookings__stat-label{margin:0;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:#98a2b3;font-weight:600}.customer-bookings__stat-main{margin:2px 0 0;font-size:17px;line-height:1.2;font-weight:700;color:#101828}.customer-bookings__stat-main--paid{font-size:17px;color:#b54708}.customer-bookings__stat-sub{margin:3px 0 0;font-size:12px;color:#667085;line-height:1.35}.customer-bookings__detail{margin:0 0 6px;font-size:12px;line-height:1.45;color:#475467}.customer-bookings__detail strong{color:#344054;font-weight:600}.customer-bookings__contacts{margin-top:10px;padding-top:10px;border-top:1px solid #f0f2f5}.customer-bookings__contacts-title{margin:0 0 8px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#667085}.customer-bookings__contacts-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.customer-bookings__contact-item{min-width:0;padding:8px 10px;border-radius:10px;background:#f8f9fc;border:1px solid #eceff5}.customer-bookings__contact-item--full{grid-column:1 / -1}.customer-bookings__contact-label{display:block;margin-bottom:3px;font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#98a2b3}.customer-bookings__contact-value{display:block;font-size:13px;font-weight:600;color:#101828;text-decoration:none;word-break:break-word}.customer-bookings__contact-value:hover{color:#c6053c}.customer-bookings__no-contact{margin:0;font-size:12px;color:#667085}.customer-app--profile{background:radial-gradient(72% 58% at 62% 20%,rgba(255,250,245,.98) 0%,rgba(255,242,237,.72) 42%,transparent 70%),radial-gradient(70% 52% at 25% 46%,rgba(255,238,243,.7) 0%,transparent 72%),linear-gradient(180deg,#ffe8e7,#ffd4cf 44%,#f7aaa2 73%,#ea6875)}.customer-profile__scroll{flex:1;min-height:0;width:100%;max-width:520px;margin-inline:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:22px 16px calc(16px + var(--customer-nav-slot-height));box-sizing:border-box}.customer-profile__status{margin:0 0 16px;font-size:14px;color:#475467;text-align:center}.customer-profile__status--error{color:#b42318}.customer-profile__card{background:#fff;border-radius:22px;padding:22px 20px;box-shadow:0 10px 28px #0f172a14}.customer-profile__card+.customer-profile__card{margin-top:16px}.customer-profile__head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center}.customer-profile__avatar-wrap{position:relative;width:72px;height:72px;flex-shrink:0}.customer-profile__avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0;background:#f8fafc}.customer-profile__pencil{position:absolute;right:-2px;bottom:-2px;width:26px;height:26px;border:0;border-radius:50%;background:linear-gradient(135deg,#ee7b20,#e45509);color:#fff;font-size:13px;line-height:1;cursor:pointer;box-shadow:0 4px 10px #e4550959}.customer-profile__name{margin:0;font-size:22px;font-weight:800;line-height:1.2;color:#111827}.customer-profile__name-input{width:100%;border:1px solid #dbe1e8;border-radius:12px;padding:8px 10px;font:inherit;font-size:18px;font-weight:700;color:#111827}.customer-profile__edit-btn{border:0;border-radius:999px;padding:8px 14px;font:inherit;font-size:12px;font-weight:700;color:#111827;background:#f2f4f7;cursor:pointer;white-space:nowrap}.customer-profile__edit-btn:hover{background:#e4e7ec}.customer-profile__fields{margin-top:22px;display:grid;gap:18px}.customer-profile__field{display:grid;gap:6px}.customer-profile__label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.customer-profile__value{font-size:16px;font-weight:700;color:#111827;word-break:break-word}.customer-profile__input{border:1px solid #dbe1e8;border-radius:12px;padding:10px 12px;font:inherit;color:#111827}.customer-profile__input:disabled{background:#f8fafc;color:#667085}.customer-profile__password-intro{display:flex;gap:14px;align-items:flex-start}.customer-profile__password-icon{flex-shrink:0;width:44px;height:44px;border-radius:12px;background:#ffedd5;display:flex;align-items:center;justify-content:center}.customer-profile__password-icon img{width:22px;height:22px;display:block}.customer-profile__password-title{margin:0;font-size:18px;font-weight:800;color:#111827}.customer-profile__password-desc{margin:6px 0 0;font-size:13px;line-height:1.45;color:#667085}.customer-profile__password-btn{width:100%;margin-top:18px;min-height:46px;border:0;border-radius:14px;font:inherit;font-size:15px;font-weight:800;color:#fff;cursor:pointer;background:linear-gradient(135deg,#ee7b20,#e45509);box-shadow:0 6px 18px #e4550952}.customer-profile__password-btn:hover{filter:brightness(1.03)}.customer-profile__logout{width:100%;margin-top:16px;min-height:46px;border:0;border-radius:14px;font:inherit;font-size:15px;font-weight:800;color:#fff;cursor:pointer;background:linear-gradient(90deg,#d6004a,#c2063d);box-shadow:0 6px 18px #c6063d47}.customer-profile__logout:hover:not(:disabled){filter:brightness(1.03)}.customer-profile__logout:disabled{opacity:.7;cursor:wait}.customer-offers-drawer-backdrop{position:fixed;inset:0;z-index:80;border:0;padding:0;margin:0;background:#0f172a61;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .28s ease}.customer-offers-drawer-backdrop--open{opacity:1;pointer-events:auto}.customer-offers-drawer{position:fixed;z-index:81;top:0;right:0;bottom:0;width:min(100vw,420px);max-width:100%;background:#fff;box-sizing:border-box;display:flex;flex-direction:column;transform:translate(102%);will-change:transform;transition:transform .32s cubic-bezier(.32,.72,0,1);box-shadow:-8px 0 40px #0f172a1f;overflow:hidden}.customer-offers-drawer--open{transform:translate(0)}.customer-offers-drawer .host-structure__preview-shell{flex:1;min-height:0;display:flex;flex-direction:column;border:0;border-radius:0;box-shadow:none}.customer-offers-drawer .host-structure__preview-body{flex:1;min-height:0;overflow-y:auto}.customer-offers-drawer__hero{position:relative;flex-shrink:0;height:28vh;min-height:140px;max-height:200px;overflow:hidden}.customer-offers-drawer__hero-img,.customer-offers-drawer__hero-placeholder{width:100%;height:100%;min-height:0;max-height:none;object-fit:cover;object-position:center;display:block}.customer-offers-drawer__hero-placeholder{background:linear-gradient(145deg,#fecaca,#fde68a)}.customer-offers-drawer__hero-scrim{position:absolute;inset:0;background:linear-gradient(180deg,#0f172a0d,#0f172a8c);pointer-events:none}.customer-offers-drawer__close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:0;border-radius:50%;background:#ffffffeb;font-size:22px;line-height:1;cursor:pointer;color:#111827;z-index:2}.customer-offers-drawer__hero-text{position:absolute;left:0;right:0;bottom:0;padding:12px 16px;z-index:1}.customer-offers-drawer__title{margin:0 0 4px;font-size:20px;font-weight:800;color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.35)}.customer-offers-drawer__addr{margin:0;font-size:13px;line-height:1.35;color:#fffffff2;text-shadow:0 1px 8px rgba(0,0,0,.35)}.customer-offers-drawer__body{flex:1;min-height:0;overflow-y:auto;padding:18px 18px 24px}.customer-offers-drawer__host{display:flex;gap:12px;align-items:center;margin-bottom:18px}.customer-offers-drawer__host-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#fecdd3,#fde68a);display:grid;place-items:center;font-weight:800;color:#9f1239}.customer-offers-drawer__host-name{margin:0 0 2px;font-size:15px;font-weight:800;color:#111827}.customer-offers-drawer__host-meta{margin:0;font-size:12px;line-height:1.35;color:#6b7280}.customer-offers-drawer__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.customer-offers-drawer__field{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border-radius:14px;background:#f9fafb;border:1px solid rgba(15,23,42,.06)}.customer-offers-drawer__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#9ca3af}.customer-offers-drawer__value{font-size:14px;font-weight:700;color:#111827}.customer-offers-drawer__range-label{margin:0 0 4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#9ca3af}.customer-offers-drawer__range{margin:0 0 14px;font-size:14px;font-weight:700;color:#374151}.customer-offers-drawer__desc{border-radius:16px;padding:14px;background:#fff;border:1px solid rgba(15,23,42,.08);margin-bottom:16px}.customer-offers-drawer__desc-text{margin:0;font-size:13px;line-height:1.5;color:#4b5563;white-space:pre-wrap}.customer-offers-drawer__book{margin-bottom:16px;padding:14px;border-radius:16px;background:#f8fafc;border:1px solid #e5e7eb}.customer-offers-drawer__book-title{margin:0 0 12px;font-size:15px;font-weight:800;color:#111827}.customer-offers-drawer__paid-badge{margin:0 0 10px;padding:8px 12px;border-radius:10px;background:#ecfdf5;color:#047857;font-size:13px;font-weight:700}.customer-offers-drawer__pay-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.customer-offers-drawer__pay-tab{min-height:44px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:6px;font:inherit;font-size:12px;font-weight:700;color:#64748b;cursor:pointer;padding:8px 6px}.customer-offers-drawer__pay-tab--active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.customer-offers-drawer__pay-tab-stripe{font-size:14px;font-weight:800;letter-spacing:.02em;color:#635bff}.customer-offers-drawer__pay-tab--active .customer-offers-drawer__pay-tab-stripe{color:#2563eb}.customer-offers-drawer__pay-panel{padding:12px 0 4px}.customer-offers-drawer__pay-panel--muted{color:#64748b}.customer-offers-drawer__pay-hint{margin:0 0 10px;font-size:13px;line-height:1.45;color:#475569}.customer-offers-drawer__pay-sandbox{margin:0 0 10px;font-size:12px;color:#64748b}.customer-offers-drawer__pay-sandbox code,.customer-offers-drawer__pay-hint code{font-size:11px}.customer-offers-drawer__pay-placeholder{margin:0;font-size:13px;color:#94a3b8}.customer-offers-drawer__btn--checkout{background:#2563eb;color:#fff}.customer-offers-drawer__stripe-embed{margin-top:8px;border-radius:12px;overflow:hidden;background:#fff}.customer-offers-drawer__stripe-embed .cr-stripe-embedded{min-height:320px}.customer-offers-drawer__pay-error{margin:10px 0 0;font-size:13px;color:#b91c1c}.customer-offers-drawer__pay-success{margin:10px 0 0;font-size:13px;color:#047857}.customer-offers-drawer__actions{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.customer-offers-drawer__btn{width:100%;min-height:46px;border:0;border-radius:999px;font:inherit;font-size:15px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.customer-offers-drawer__btn--book{background:#2563eb;color:#fff}.customer-offers-drawer__btn--book:disabled{opacity:.45;cursor:not-allowed}.customer-offers-drawer__btn--msg{background:linear-gradient(90deg,#c6053c,#e05c16);color:#fff}.customer-offers-drawer__btn--msg:disabled{opacity:.45;cursor:not-allowed}.customer-offers-drawer__thumbs{display:flex;gap:8px;overflow-x:auto}.customer-offers-drawer__thumb{flex-shrink:0;width:64px;height:52px;border-radius:10px;overflow:hidden}.customer-offers-drawer__thumb img{width:100%;height:100%;object-fit:cover}.host-overview__status{margin:0 0 14px;font-size:14px;color:#475569}.host-overview__status--error{color:#b91c1c}.host-overview__payment-setup-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin:0 0 24px;padding:14px 18px;border-radius:16px;background:#eff6ff;border:1px solid #bfdbfe}.host-overview__payment-setup-banner p{margin:0;font-size:15px;font-weight:600;color:#1e3a8a}.host-overview__payment-setup-banner-link{display:inline-flex;align-items:center;min-height:40px;padding:0 18px;border-radius:999px;background:#2563eb;color:#fff;font-size:14px;font-weight:600;text-decoration:none}.host-overview__payment-setup-banner-link:hover{background:#1d4ed8}.host-overview__activation-card{width:min(960px,100%);margin:24px auto 0;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.88fr);align-items:stretch;overflow:hidden;border-radius:28px;background:#fff;box-shadow:0 20px 55px #0f172a2e}.host-overview__activation-visual{position:relative;min-height:360px;background:#eef2ff}.host-overview__activation-image{display:block;width:100%;height:100%;min-height:360px;object-fit:cover}.host-overview__activation-copy{padding:clamp(30px,4.5vw,58px);display:flex;flex-direction:column;justify-content:center}.host-overview__activation-copy h1{margin:0 0 16px;font-size:clamp(30px,4vw,44px);line-height:1.02;letter-spacing:-.04em;color:#111827}.host-overview__activation-copy p{margin:0 0 34px;font-size:clamp(17px,2.2vw,22px);line-height:1.35;color:#334155}.host-overview__activation-cta{display:inline-flex;justify-content:center;align-items:center;min-height:48px;border-radius:999px;padding:0 24px;background:#4285f4;color:#fff;font-weight:700;text-decoration:none;box-shadow:0 10px 24px #4285f447}.host-overview__hero{margin-bottom:24px;padding:12px;border-radius:24px;background:linear-gradient(90deg,#5f85ff,#cf1363 46%,#f24e0f)}.host-overview__hero-card{display:grid;grid-template-columns:84px minmax(0,1fr) auto;gap:14px;align-items:center;background:#fff;border-radius:20px;padding:14px 18px}.host-overview__hero-image{width:84px;height:84px;border-radius:18px;object-fit:cover;display:block}.host-overview__hero-image--placeholder{background:#d1d5db}.host-overview__hero-text h1{margin:0 0 4px;font-size:clamp(24px,3vw,42px);line-height:1.05;letter-spacing:-.03em;color:#101827}.host-overview__hero-address{margin:0;display:flex;align-items:flex-start;gap:8px;font-size:clamp(13px,1.6vw,18px);color:#6b7280;line-height:1.35}.host-overview__hero-pin{width:18px;height:18px;flex-shrink:0;margin-top:2px;opacity:.75}.host-overview__hero-edit{display:inline-grid;place-items:center;width:36px;height:36px;border:0;border-radius:999px;background:#4285f4;color:#fff;font-size:16px;text-decoration:none;cursor:pointer}.host-overview__hero-edit:hover{filter:brightness(1.06)}.host-overview__content{background:#f4f5f7;border-radius:22px;padding:8px 16px 20px}.host-overview__section{padding:16px 0 20px;border-bottom:1px solid #e2e8f0}.host-overview__section:last-child{border-bottom:0}.host-overview__section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.host-overview__section-head h2{margin:0;font-size:clamp(22px,2.4vw,32px);letter-spacing:-.02em;color:#121826}.host-overview__section-link{flex-shrink:0;width:36px;height:36px;border-radius:999px;display:grid;place-items:center;font-size:28px;line-height:1;font-weight:400;color:#64748b;text-decoration:none}.host-overview__section-link:hover{background:#e2e8f0;color:#0f172a}.host-overview__section--requests .host-requests{margin-top:0}.host-overview__calendar-panel{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:16px;background:#fff;border-radius:20px;padding:16px;border:1px solid #e5e7eb}.host-overview__calendar-panel--full{grid-template-columns:minmax(0,1fr);gap:0}.host-overview__calendar-month-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.host-overview__calendar-month-title{margin:0;font-size:16px;font-weight:800;color:#111827;text-align:center;flex:1}.host-overview__calendar-nav{width:32px;height:32px;border:0;border-radius:999px;background:#f1f5f9;color:#334155;font-size:22px;line-height:1;cursor:pointer}.host-overview__calendar-nav:hover{background:#e2e8f0}.host-overview__calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;margin-bottom:6px}.host-overview__calendar-weekday{text-align:center;font-size:11px;font-weight:800;color:#94a3b8;letter-spacing:.04em}.host-overview__calendar-weekday--weekend{color:#3b82f6}.host-overview__calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.host-overview__calendar-cell{position:relative;min-height:40px;border:0;border-radius:10px;background:#f8fafc;padding:6px 4px 8px;cursor:pointer;font:inherit}.host-overview__calendar-panel--full .host-overview__calendar-cell{min-height:84px;border-radius:8px;padding:8px 6px}.host-overview__calendar-cell--empty{background:transparent;cursor:default;pointer-events:none}.host-overview__calendar-cell--weekend{background:#eff6ff}.host-overview__calendar-cell--has-events .host-overview__calendar-day-dot{opacity:1}.host-overview__calendar-cell--selected{background:#4285f4;color:#fff}.host-overview__calendar-cell--selected.host-overview__calendar-cell--weekend{background:#4285f4}.host-overview__calendar-cell--today:not(.host-overview__calendar-cell--selected){box-shadow:inset 0 0 0 2px #93c5fd}.host-overview__calendar-day-num{display:block;font-size:13px;font-weight:700}.host-overview__calendar-cell--selected .host-overview__calendar-day-num{color:#fff}.host-overview__calendar-day-dot{display:block;width:5px;height:5px;margin:4px auto 0;border-radius:50%;background:#4285f4;opacity:0}.host-overview__calendar-day-events{display:grid;gap:3px;margin-top:6px}.host-overview__calendar-day-event{display:grid;grid-template-columns:auto 1fr;gap:5px;align-items:baseline;font-size:11px;line-height:1.2;color:#0f172a;width:100%;border:0;background:#fff;border-radius:8px;padding:5px 6px;text-align:left;cursor:pointer}.host-overview__calendar-day-event-dot{width:8px;height:8px;border-radius:50%;margin-top:3px}.host-overview__calendar-day-event-dot--checkin{background:#ea580c}.host-overview__calendar-day-event-dot--checkout{background:#3b82f6}.host-overview__calendar-day-event-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.host-overview__calendar-cell--selected .host-overview__calendar-day-event-text{color:#fff}.host-overview__calendar-cell--selected .host-overview__calendar-day-event{background:#ffffff38}.host-calendar-popup__title{margin-bottom:8px;font-size:42px;line-height:1.1}.host-calendar-popup__meta{margin:0;text-align:left;font-size:22px;color:#5b677a}.host-calendar-popup__detail{margin:8px 0 0;text-align:left;font-size:21px;color:#5b677a}.host-calendar-popup__detail strong{color:#374151}.host-calendar-popup__actions{margin-top:18px}.host-calendar-popup__composer{margin-top:14px;display:grid;gap:12px;min-width:0}.host-calendar-popup__textarea{width:100%;max-width:100%;box-sizing:border-box;min-height:140px;border:1px solid #d6dbe5;border-radius:14px;padding:12px 14px;font-size:19px;line-height:1.35;resize:vertical}.host-calendar-popup__textarea:focus{outline:2px solid #7fb6ff;border-color:#7fb6ff}.host-calendar-popup__send-btn{justify-self:end;min-width:220px}.host-calendar-popup__error{margin:0;color:#b42318;font-size:15px}.host-calendar-popup__success{margin:0;color:#027a48;font-size:15px}.host-overview__calendar-cell--selected .host-overview__calendar-day-dot{background:#fff;opacity:1}.host-overview__calendar-cell--has-events:not(.host-overview__calendar-cell--selected) .host-overview__calendar-day-dot{opacity:1}.host-overview__calendar-agenda{border-left:1px solid #e5e7eb;padding-left:16px}.host-overview__calendar-agenda-title{margin:0 0 14px;font-size:15px;font-weight:800;color:#111827}.host-overview__calendar-agenda-empty{margin:0;font-size:14px;line-height:1.45;color:#64748b}.host-overview__calendar-agenda-hint{display:block;margin-top:6px;font-size:12px;color:#94a3b8}.host-overview__calendar-agenda-list{margin:0;padding:0;list-style:none;display:grid;gap:12px}.host-overview__calendar-agenda-item{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:baseline;font-size:14px;color:#334155}.host-overview__calendar-agenda-time{font-weight:800;color:#111827;min-width:2.5rem}.host-overview__calendar-agenda-label strong{font-weight:800;color:#111827}.host-requests--carousel .host-requests__list{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:14px;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.host-requests--carousel .host-requests__card{flex:0 0 min(320px,78vw);scroll-snap-align:start;margin:0}.host-requests--carousel .host-requests__empty,.host-requests--carousel .host-requests__status{flex:1 0 100%}.host-overview__strip-empty{margin:0;font-size:15px;color:#64748b}.host-overview__checkin-strip{display:flex;gap:14px;overflow-x:auto;margin:0;padding:0 0 8px;list-style:none;scroll-snap-type:x mandatory}.host-overview__checkin-card{flex:0 0 min(280px,72vw);scroll-snap-align:start;background:#fff;border-radius:20px;padding:16px 18px;border:1px solid #e5e7eb;box-shadow:0 4px 14px #0f172a0d}.host-overview__checkin-card-person{display:flex;align-items:center;gap:12px;margin-bottom:12px}.host-overview__checkin-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(145deg,#7c3aed,#4f46e5 45%,#2563eb);color:#fff;font-weight:800;font-size:14px;display:grid;place-items:center;flex-shrink:0}.host-overview__checkin-name{margin:0 0 2px;font-weight:800;font-size:15px;color:#111827}.host-overview__checkin-email{margin:0;font-size:13px;color:#6b7280;word-break:break-all}.host-overview__checkin-dates{margin:0 0 6px;font-size:14px;font-weight:700;color:#2563eb}.host-overview__checkin-guests{margin:0;font-size:14px;color:#374151}@media(max-width:900px){.host-dashboard{flex-direction:column}.host-sidebar{width:100%;min-height:auto}.host-dashboard__activation-banner{margin-top:8px}.host-overview__activation-card,.host-activation-modal__card{grid-template-columns:1fr}.host-overview__activation-visual,.host-activation-modal__visual{min-height:240px}.host-overview__calendar-panel{grid-template-columns:1fr}.host-overview__calendar-agenda{border-left:0;border-top:1px solid #e5e7eb;padding-left:0;padding-top:16px}}.host-richieste{max-width:60%}.host-richieste__status{margin:0 0 12px;font-size:15px;color:#64748b}.host-richieste__status--error{color:#b91c1c}.host-dashboard__main--host:has(>.host-nuova-struttura){padding-top:0;padding-bottom:0;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.host-nuova-struttura{--host-nuova-bleed: clamp(16px, 2.5vw, 36px);width:auto;max-width:none;margin-left:calc(-1 * var(--host-nuova-bleed));margin-right:calc(-1 * var(--host-nuova-bleed));box-sizing:border-box;flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.host-nuova-struttura__back{display:inline-block;margin-bottom:12px;font-size:14px;font-weight:600;color:#1d4ed8;text-decoration:none}.host-nuova-struttura__back:hover{text-decoration:underline}.host-nuova-struttura__status{margin:0 0 12px;font-size:15px;color:#64748b}.host-nuova-struttura__form{display:flex;flex-direction:column;gap:16px}.host-nuova-struttura__field{display:flex;flex-direction:column;gap:6px;font-size:14px;font-weight:600;color:#374151}.host-nuova-struttura__field input{padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;font:inherit;font-weight:500;color:#111827}.host-nuova-struttura__error{margin:0;font-size:14px;color:#b91c1c}.host-nuova-struttura__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.host-nuova-struttura__btn{padding:10px 18px;border-radius:10px;font:inherit;font-size:14px;font-weight:600;cursor:pointer;border:1px solid transparent}.host-nuova-struttura__btn--ghost{background:#fff;border-color:#e5e7eb;color:#374151}.host-nuova-struttura__btn--primary{background:#1d4ed8;color:#fff}.host-nuova-struttura__btn:disabled{opacity:.65;cursor:not-allowed}.host-onboard-wizard{margin:0}.host-nuova-struttura .host-onboard-wizard.cr-page,.host-nuova-struttura .host-onboard-wizard .cr-hero{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.host-nuova-struttura .host-onboard-wizard .cr-hero__body{flex:1 1 auto;min-height:0;justify-content:center;align-items:center;padding:clamp(12px,2.5vw,24px);width:100%;max-width:none}.host-onboard-wizard__hero{min-height:0;padding:0}.host-onboard-wizard__body{padding:0;width:100%;max-width:min(960px,100%);box-sizing:border-box}.host-onboard-wizard__stepper{margin-bottom:16px}.host-onboard-wizard__card{margin:0}.host-nuova-struttura .host-onboard-wizard .cr-card,.host-nuova-struttura .host-onboard-wizard .cr-stepper{width:min(920px,100%)}.host-onboard-wizard__footnote{margin-top:16px}.host-requests__page-title{margin:0 0 20px;font-size:clamp(24px,2.8vw,36px);font-weight:700;letter-spacing:-.02em;color:#0f172a}.host-requests__tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.host-requests__tab{border:1px solid #e5e7eb;border-radius:999px;padding:10px 16px;font:inherit;font-size:14px;font-weight:600;color:#374151;background:#fff;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.host-requests__tab:hover{background:#f9fafb}.host-requests__tab--active{background:#4285f4;border-color:#4285f4;color:#fff}.host-requests__status{margin:0 0 12px;font-size:14px;color:#64748b}.host-requests__status--error{color:#b91c1c}.host-requests__empty{margin:0 0 16px;font-size:15px;color:#6b7280}.host-requests__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.host-requests__card{background:#ffffff91;border-radius:22px;padding:20px 22px 18px;box-shadow:0 4px 18px #22345f0f}.host-requests__card-head{margin-bottom:14px}.host-requests__card-head-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.host-requests__offer-badge{flex-shrink:0;align-self:flex-start;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.02em;color:#0f766e;background:#ccfbf1;border:1px solid #5eead4}.host-requests__offer-badge--ok{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}.host-requests__card-dates{margin:0 0 6px;font-size:clamp(17px,2vw,20px);font-weight:700;color:#2563eb;letter-spacing:-.02em}.host-requests__card-guests{margin:10px 0;font-size:18px;font-weight:500;color:#111827}.host-requests__card-person{display:flex;align-items:center;gap:14px;margin-bottom:10px}.host-requests__avatar{width:48px;height:48px;border-radius:50%;background:#e5e7eb;color:#374151;font-weight:700;font-size:15px;display:grid;place-items:center;flex-shrink:0}.host-requests__avatar--gradient{background:linear-gradient(145deg,#7c3aed,#4f46e5 45%,#2563eb);color:#fff}.host-requests__card-person-text{display:flex;flex-direction:column;gap:2px;min-width:0}.host-requests__card-name{font-weight:700;font-size:16px;color:#111827}.host-requests__card-email{font-size:14px;color:#6b7280;word-break:break-all}.host-requests__card-requested{margin:15px 0;font-size:11pt;font-style:italic;color:#7e838b}.host-requests__card-message{background:#fff;border-radius:18px;padding:14px 16px;font-size:15px;line-height:1.5;box-shadow:0 4px 12px #2563eb1f;color:#334155;margin-bottom:18px}.host-requests__card-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.host-requests__btn{border:0;border-radius:999px;padding:14px 16px;font:inherit;font-weight:700;font-size:14px;cursor:pointer;min-height:48px}.host-requests__btn--danger{background:#c6053c;color:#fff}.host-requests__btn--danger:hover{filter:brightness(1.06)}.host-requests__btn--primary{background:#4285f4;color:#fff}.host-requests__btn--primary:hover{filter:brightness(1.05)}.host-requests__btn--ghost{background:#fff;border:1px solid #d1d5db;color:#374151}.host-requests__btn--ghost:disabled{opacity:.6;cursor:not-allowed}.host-requests__footer-link{margin-top:14px}.host-requests__footer-link a{font-weight:700;font-size:15px;color:#2563eb;text-decoration:none}.host-requests__footer-link a:hover{text-decoration:underline}.host-requests__more{margin-top:20px;display:flex;justify-content:center}.host-offer-confirm-root{position:fixed;inset:0;z-index:4200;display:flex;align-items:center;justify-content:center;padding:24px;pointer-events:auto}.host-offer-confirm__backdrop{position:absolute;inset:0;border:0;padding:0;margin:0;background:#0f172a80;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer}.host-offer-confirm__dialog{position:relative;z-index:1;width:min(400px,100%);padding:28px 24px 24px;border-radius:24px;background:#fff;box-shadow:0 24px 48px #0f172a2e,0 0 0 1px #0f172a0f;text-align:center;animation:host-offer-confirm-in .22s ease-out}@keyframes host-offer-confirm-in{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.host-offer-confirm__close{position:absolute;top:14px;right:14px;width:40px;height:40px;border:0;border-radius:999px;background:transparent;color:#64748b;font-size:26px;line-height:1;cursor:pointer;display:grid;place-items:center}.host-offer-confirm__close:hover{background:#f1f5f9;color:#0f172a}.host-offer-confirm__icon-wrap{display:flex;justify-content:center;margin:0 0 12px}.host-offer-confirm__icon{display:block;max-width:120px;height:auto}.host-offer-confirm__title{margin:0 0 10px;font-size:22px;font-weight:800;letter-spacing:-.02em;color:#0f172a;line-height:1.25}.host-offer-confirm__text{margin:0 0 24px;font-size:15px;line-height:1.45;color:#64748b}.host-offer-confirm__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.host-offer-confirm__btn{border:0;border-radius:999px;padding:14px 16px;font:inherit;font-weight:800;font-size:15px;cursor:pointer}.host-offer-confirm__btn:disabled{opacity:.6;cursor:not-allowed}.host-offer-confirm__btn--confirm{background:#4285f4;color:#fff}.host-offer-confirm__btn--confirm:hover:not(:disabled){filter:brightness(1.06)}.host-offer-confirm__btn--cancel{background:#db2777;color:#fff}.host-offer-confirm__btn--cancel:hover:not(:disabled){filter:brightness(1.06)}@media(max-width:400px){.host-offer-confirm__actions{grid-template-columns:1fr}}.host-request-sidebar-root{position:fixed;inset:0;z-index:4000;pointer-events:auto}.host-request-sidebar__backdrop{position:absolute;inset:0;border:0;padding:0;margin:0;background:#0f172a73;cursor:pointer}.host-request-sidebar{position:absolute;top:0;right:0;bottom:0;width:min(440px,100vw);max-width:100%;background:#fff;box-shadow:-12px 0 48px #0f172a2e;display:flex;flex-direction:column;overflow:hidden;animation:host-request-sidebar-in .22s ease-out}@keyframes host-request-sidebar-in{0%{transform:translate(100%);opacity:.96}to{transform:translate(0);opacity:1}}.host-request-sidebar__hero{position:relative;display:flex;flex-direction:column;flex-shrink:0;min-height:240px;padding:0;overflow:hidden;color:#fff}.host-request-sidebar__hero-bg{position:absolute;inset:0;z-index:0}.host-request-sidebar__hero-img{width:100%;height:100%;object-fit:cover;display:block}.host-request-sidebar__hero-scrim{position:absolute;inset:0;background:linear-gradient(180deg,#0f172a1f,#0f172a47,#0f172a8c);pointer-events:none}.host-request-sidebar__hero-fallback{position:absolute;inset:0;background:linear-gradient(135deg,#1e40afeb,#0f172af0 55%,#4338cae0)}.host-request-sidebar__close{position:absolute;top:14px;right:14px;z-index:2;width:40px;height:40px;border:0;border-radius:999px;background:#fff3;color:#fff;font-size:26px;line-height:1;cursor:pointer;display:grid;place-items:center}.host-request-sidebar__close:hover{background:#ffffff52}.host-request-sidebar__hero-bottom{margin-top:auto;position:relative;z-index:1;width:100%;padding:28px 22px 20px;background:linear-gradient(0deg,rgba(15,23,42,.92) 0%,rgba(15,23,42,.55) 45%,transparent 100%)}.host-request-sidebar__hero-text{position:relative;max-width:100%;color:#fff}.host-request-sidebar__hero-title{margin:0 0 6px;font-size:clamp(22px,4vw,28px);font-weight:800;letter-spacing:-.02em;color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.45)}.host-request-sidebar__hero-address{margin:0;font-size:14px;line-height:1.35;color:#fff;opacity:.95;text-shadow:0 1px 8px rgba(0,0,0,.45)}.host-request-sidebar__body{flex:1;overflow-y:auto;padding:20px 22px 28px;display:flex;flex-direction:column;gap:16px}.host-request-sidebar__guest-row{display:flex;align-items:flex-start;gap:12px}.host-request-sidebar__guest-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(145deg,#7c3aed,#2563eb);color:#fff;font-weight:700;font-size:15px;display:grid;place-items:center;flex-shrink:0}.host-request-sidebar__guest-name{font-weight:700;font-size:17px;color:#0f172a}.host-request-sidebar__guest-email{font-size:14px;color:#64748b}.host-request-sidebar__request-stay{margin:8px 0 0;font-size:14px;font-weight:600;line-height:1.4;color:#334155}.host-request-sidebar__request-stay-sep{font-weight:500;color:#94a3b8}.host-request-sidebar__bubble{background:#f8fafc;border-radius:18px;padding:16px 18px;font-size:15px;line-height:1.55;color:#334155;border:1px solid #e2e8f0}.host-request-sidebar__bubble--muted{color:#64748b;font-style:italic}.host-request-sidebar__offer-notice{margin:0;padding:12px 14px;border-radius:14px;font-size:14px;line-height:1.45;color:#0f172a;background:#ecfdf5;border:1px solid #6ee7b7}.host-request-sidebar__form{display:flex;flex-direction:column;gap:14px}.host-request-sidebar__form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.host-request-sidebar__field{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#64748b}.host-request-sidebar__field--full{grid-column:1 / -1}.host-request-sidebar__field input,.host-request-sidebar__field select,.host-request-sidebar__field textarea{font:inherit;border-radius:14px;border:1px solid #e2e8f0;padding:12px 14px;background:#fff;color:#0f172a}.host-request-sidebar__field input:disabled,.host-request-sidebar__field select:disabled,.host-request-sidebar__field textarea:disabled{background:#f8fafc;color:#64748b;cursor:not-allowed}.host-request-sidebar__field textarea{resize:vertical;min-height:120px}.host-request-sidebar__form-feedback{margin:0;font-size:14px;line-height:1.4}.host-request-sidebar__form-feedback--error{color:#b91c1c;font-weight:600}.host-request-sidebar__submit{border:0;border-radius:999px;padding:16px;font:inherit;font-weight:800;font-size:16px;background:#4285f4;color:#fff;cursor:pointer}.host-request-sidebar__submit:hover:not(:disabled){filter:brightness(1.05)}.host-request-sidebar__submit:disabled{opacity:.65;cursor:not-allowed}.host-request-sidebar__property{margin-top:8px;padding-top:20px;border-top:1px solid #e8eaed}.host-request-sidebar__thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.host-request-sidebar__thumb{aspect-ratio:4 / 3;border-radius:12px;overflow:hidden;background:#e2e8f0}.host-request-sidebar__thumb img{width:100%;height:100%;object-fit:cover;display:block}.host-request-sidebar__property-title{margin:16px 0 8px;font-size:17px;font-weight:800;color:#0f172a}.host-request-sidebar__property-desc{margin:0 0 12px;font-size:14px;line-height:1.55;color:#475569}.host-request-sidebar__chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.host-request-sidebar__chip{border-radius:999px;padding:8px 12px;font-size:12px;font-weight:600;background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.host-request-sidebar__map-placeholder{margin-top:16px;border-radius:14px;min-height:120px;background:linear-gradient(180deg,#e0f2fe,#bae6fd);display:grid;place-items:center;font-weight:700;color:#0369a1;font-size:14px}@media(max-width:520px){.host-request-sidebar{width:100%}.host-request-sidebar__form-row{grid-template-columns:1fr}}.host-structure__top{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px}.host-structure__top h1{margin:0;font-size:clamp(26px,3vw,40px);color:#0f172a}.host-structure__top-actions{display:flex;gap:10px}.host-structure__btn{border:0;border-radius:999px;padding:10px 16px;font-weight:700;cursor:pointer}.host-structure__btn--ghost{background:#fff;color:#334155;border:1px solid #cbd5e1}.host-structure__btn:disabled{opacity:.55;cursor:not-allowed}.host-structure__btn--primary{background:linear-gradient(90deg,#4285f4,#c6053c);color:#fff}.host-structure__notice{margin:0 0 14px;padding:10px 14px;border-radius:12px;background:#eff6ff;color:#1e40af;font-size:14px;line-height:1.45}.host-structure__notice--success{background:#ecfdf5;color:#047857}.host-structure__notice--error{background:#fef2f2;color:#b91c1c}.host-structure__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:16px;align-items:start}.host-structure__edit{display:flex;flex-direction:column;gap:16px;min-width:0}.host-structure__card{background:#fff;border-radius:24px;padding:18px;box-shadow:0 1px 3px #0f172a0f}.host-structure__card--preview{position:sticky;top:12px}.host-structure__card-title{margin:0 0 14px;font-size:clamp(18px,1.8vw,24px);font-weight:700;color:#111827}.host-structure__card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.host-structure__card-head .host-structure__card-title{margin:0}.host-structure__card--preview>h2{margin:0 0 14px;font-size:clamp(22px,2.2vw,32px);color:#111827}.host-structure__photo-count{flex-shrink:0;border-radius:999px;padding:4px 10px;background:#e0e7ff;color:#3730a3;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.host-structure__photo-box{display:flex;flex-direction:column;gap:10px}.host-structure__cover{position:relative;border-radius:14px;overflow:hidden;min-height:165px;background:#d1d5db}.host-structure__cover-badge{position:absolute;top:10px;left:10px;border-radius:8px;padding:4px 8px;background:#4285f4;color:#fff;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.host-structure__cover img{width:100%;height:165px;object-fit:cover;display:block}.host-structure__cover-placeholder{min-height:165px;display:flex;align-items:center;justify-content:center;color:#6b7280;font-weight:600}.host-structure__thumbs{display:flex;gap:8px;margin:10px 0;flex-wrap:wrap}.host-structure__thumb-wrap{position:relative;flex-shrink:0}.host-structure__thumb-remove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;padding:0;border:none;border-radius:50%;background:#1a1a1a;color:#fff;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.host-structure__thumb-remove:disabled{opacity:.5;cursor:not-allowed}.host-structure__thumb{width:54px;height:54px;border:2px solid transparent;border-radius:10px;overflow:hidden;padding:0;cursor:pointer;background:#e5e7eb}.host-structure__thumb img{width:100%;height:100%;object-fit:cover}.host-structure__thumb--active{border-color:#4285f4}.host-structure__upload{display:inline-flex;background:#4285f4;color:#fff;border-radius:999px;padding:10px 16px;font-weight:700;cursor:pointer}.host-structure__upload input{display:none}.host-structure__form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.host-structure__form label{display:flex;flex-direction:column;gap:6px;font-size:12px;text-transform:uppercase;color:#6b7280;font-weight:700}.host-structure__form input,.host-structure__form select,.host-structure__form textarea{border:0;background:#f3f4f6;border-radius:12px;padding:10px 12px;font:inherit;color:#1f2937}.host-structure__form textarea{resize:vertical}.host-structure__form-full{grid-column:1 / -1}.host-structure__preview-lead{margin:-6px 0 14px;font-size:14px;line-height:1.45;color:#64748b}.host-structure__preview-shell{border-radius:22px;overflow:hidden;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 32px #0f172a14}.host-structure__preview-hero{position:relative;min-height:168px;background:#d1d5db}.host-structure__preview-hero-photo-btn{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.host-structure__preview-hero-photo-btn:focus-visible{outline:2px solid #2563eb;outline-offset:-2px}.host-structure__preview-hero-img,.host-structure__preview-hero-placeholder{width:100%;min-height:168px;max-height:220px;object-fit:cover;display:block}.host-structure__preview-hero-placeholder{background:linear-gradient(145deg,#fecaca,#fde68a)}.host-structure__preview-hero-scrim{position:absolute;inset:0;background:linear-gradient(180deg,#0f172a05,#0f172a94);pointer-events:none}.host-structure__preview-hero-close{position:absolute;top:10px;right:10px;z-index:2;width:32px;height:32px;border-radius:50%;background:#ffffffeb;color:#111827;font-size:20px;line-height:32px;text-align:center;font-weight:400}.host-structure__preview-hero-close--btn{border:0;padding:0;cursor:pointer}.host-structure__preview-hero-close--btn:hover{background:#fff}.host-structure__preview-demo--live{border-style:solid;border-color:#0f172a14}.host-structure__preview-demo--live .host-structure__preview-offer-field,.host-structure__preview-demo--live .host-structure__preview-offer-message{pointer-events:auto;-webkit-user-select:text;user-select:text}.host-structure__preview-offer-cta--interactive{background:#2563eb;color:#fff;opacity:1;cursor:pointer;pointer-events:auto}.host-structure__preview-offer-cta--interactive:hover:not(:disabled){background:#1d4ed8}.host-structure__preview-offer-cta--interactive:disabled{opacity:.55;cursor:not-allowed}.host-structure__preview-payment{margin:12px 0}.host-structure__preview-book{margin-bottom:12px;padding:14px;border-radius:16px;background:#f8fafc;border:1px solid #e5e7eb}.host-structure__preview-paid-badge{margin:0 0 10px;padding:8px 12px;border-radius:10px;background:#ecfdf5;color:#047857;font-size:13px;font-weight:700}.host-structure__preview-payment-title{margin:0 0 10px;font-size:15px;font-weight:800;color:#111827}.host-structure__preview-pay-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.host-structure__preview-pay-tab{min-height:44px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:6px;font:inherit;font-size:12px;font-weight:700;color:#64748b;cursor:pointer;padding:8px 6px}.host-structure__preview-pay-tab--active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.host-structure__preview-pay-tab-stripe{font-size:14px;font-weight:800;letter-spacing:.02em;color:#635bff}.host-structure__preview-pay-tab--active .host-structure__preview-pay-tab-stripe{color:#2563eb}.host-structure__preview-pay-panel{padding:4px 0 0}.host-structure__preview-pay-panel--muted{color:#64748b}.host-structure__preview-pay-hint{margin:0 0 10px;font-size:13px;line-height:1.45;color:#475569}.host-structure__preview-pay-sandbox{margin:0 0 10px;font-size:12px;color:#64748b}.host-structure__preview-pay-btn{width:100%;min-height:44px;border:0;border-radius:999px;background:#2563eb;color:#fff;font:inherit;font-size:15px;font-weight:800;cursor:pointer}.host-structure__preview-pay-btn:disabled{opacity:.55;cursor:not-allowed}.host-structure__preview-stripe-embed{margin-top:8px;border-radius:12px;overflow:hidden;background:#fff}.host-structure__preview-stripe-embed .cr-stripe-embedded{min-height:320px}.host-structure__preview-pay-error{margin:10px 0 0;font-size:13px;color:#b91c1c}.host-structure__preview-pay-success{margin:10px 0 0;font-size:13px;color:#047857}.host-structure__preview-hero-text{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:14px 16px}.host-structure__preview-hero-text h3{margin:0 0 4px;font-size:clamp(20px,2vw,26px);font-weight:800;color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.35)}.host-structure__preview-hero-text p{margin:0;font-size:13px;line-height:1.35;color:#fffffff2;text-shadow:0 1px 8px rgba(0,0,0,.35)}.host-structure__preview-body{padding:14px 14px 18px}.host-structure__preview-contact{margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid rgba(15,23,42,.08)}.host-structure__preview-contact-title{margin:0 0 10px;font-size:14px;font-weight:800;color:#111827}.host-structure__preview-contact-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.host-structure__preview-contact-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;text-decoration:none;transition:background .15s ease,border-color .15s ease,transform .15s ease}.host-structure__preview-contact-btn:hover{background:#dbeafe;border-color:#93c5fd;transform:translateY(-1px)}.host-structure__preview-contact-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.host-structure__preview-demo{margin-bottom:16px;padding:12px;border-radius:16px;background:#f8fafc;border:1px dashed #cbd5e1}.host-structure__preview-demo-badge{margin:0 0 6px;display:inline-block;border-radius:999px;padding:4px 10px;background:#e0e7ff;color:#3730a3;font-size:11px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.host-structure__preview-demo-caption{margin:0 0 12px;font-size:12px;line-height:1.4;color:#64748b}.host-structure__preview-offer-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.host-structure__preview-offer-field{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border-radius:14px;background:#fff;border:1px solid rgba(15,23,42,.06);pointer-events:none;-webkit-user-select:none;user-select:none}.host-structure__preview-offer-field--full{margin-bottom:10px}.host-structure__preview-offer-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#9ca3af}.host-structure__preview-offer-value{font-size:14px;font-weight:700;color:#111827}.host-structure__preview-offer-value--muted{color:#9ca3af;font-weight:600}.host-structure__preview-offer-message{margin-bottom:8px;padding:12px 14px;border-radius:14px;background:#fff;border:1px solid rgba(15,23,42,.06);pointer-events:none;-webkit-user-select:none;user-select:none}.host-structure__preview-offer-message p{margin:0;font-size:13px;line-height:1.5;color:#4b5563}.host-structure__preview-offer-cta{width:100%;min-height:44px;border:0;border-radius:999px;background:#93c5fd;color:#1e3a8a;font:inherit;font-size:15px;font-weight:800;opacity:.85;cursor:not-allowed;pointer-events:none}.host-structure__preview-gallery{display:flex;gap:8px;margin-bottom:16px;overflow-x:auto;padding-bottom:2px}.host-structure__preview-gallery-item{flex:0 0 72px;width:72px;height:72px;padding:0;border:0;border-radius:14px;overflow:hidden;background:#e5e7eb;cursor:zoom-in}.host-structure__preview-gallery-item:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.host-structure__preview-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.offer-photo-lightbox{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:16px}.offer-photo-lightbox__backdrop{position:absolute;inset:0;border:0;padding:0;background:#0f172ae0;cursor:pointer}.offer-photo-lightbox__frame{position:relative;z-index:1;max-width:min(960px,100%);max-height:min(85vh,100%);width:100%;display:flex;align-items:center;justify-content:center}.offer-photo-lightbox__img{max-width:100%;max-height:min(85vh,100%);width:auto;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 24px 48px #00000059}.offer-photo-lightbox__close{position:absolute;top:-44px;right:0;width:40px;height:40px;border:0;border-radius:50%;background:#ffffff26;color:#fff;font-size:28px;line-height:1;cursor:pointer}.offer-photo-lightbox__close:hover{background:#ffffff47}.offer-photo-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:50%;background:#fff3;color:#fff;font-size:32px;line-height:1;cursor:pointer}.offer-photo-lightbox__nav:hover{background:#ffffff59}.offer-photo-lightbox__nav--prev{left:-56px}.offer-photo-lightbox__nav--next{right:-56px}.offer-photo-lightbox__counter{position:absolute;bottom:-36px;left:50%;transform:translate(-50%);margin:0;font-size:14px;font-weight:600;color:#ffffffe6}@media(max-width:640px){.offer-photo-lightbox__nav--prev{left:8px}.offer-photo-lightbox__nav--next{right:8px}.offer-photo-lightbox__close{top:8px;right:8px;background:#0f172a80}.offer-photo-lightbox__counter{bottom:12px}}.host-structure__preview-section{margin-bottom:16px}.host-structure__preview-section:last-child{margin-bottom:0}.host-structure__preview-section-title{margin:0 0 8px;font-size:15px;font-weight:800;color:#111827}.host-structure__preview-section-text{margin:0;font-size:13px;line-height:1.55;color:#374151;white-space:pre-wrap}.host-structure__preview-section-text--muted{color:#9ca3af;font-style:italic}.host-structure__preview-services-note{margin:0 0 8px;font-size:11px;color:#94a3b8}.host-structure__preview-services{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;pointer-events:none;-webkit-user-select:none;user-select:none}.host-structure__preview-services li{border-radius:999px;padding:6px 12px;background:#fff1f2;border:1px solid #fecdd3;color:#9f1239;font-size:12px;font-weight:700}.host-settings__top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:4px}.host-settings__top .host-placeholder__title{margin:0}.host-settings__logout{flex-shrink:0;border:0;border-radius:999px;background:linear-gradient(90deg,#d6004a,#c2063d);color:#fff;font:inherit;font-size:14px;font-weight:700;padding:10px 20px;cursor:pointer}.host-settings__logout:disabled{opacity:.7;cursor:wait}.host-settings__list{display:grid;gap:12px;margin-top:16px;min-width:0;max-width:100%}.host-settings__row{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;box-sizing:border-box;max-width:100%;min-width:0;background:#fff;border-radius:18px;padding:14px 16px;margin:0;font:inherit;text-align:left;width:100%}.host-settings__row--clickable{border:1px solid #dbe1e8;box-shadow:0 2px 8px #0f172a0d;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease,transform .1s ease}.host-settings__row--clickable:hover{border-color:#93c5fd;background:#f8fbff;box-shadow:0 4px 14px #4285f41a}.host-settings__row--clickable:active{transform:scale(.995)}.host-settings__row--clickable:focus-visible{outline:none;border-color:#4285f4;box-shadow:0 0 0 2px #4285f459,0 4px 14px #4285f41a}.host-settings__row--nav{grid-template-columns:48px minmax(0,1fr) auto}.host-settings__row-text{display:grid;gap:4px;min-width:0}.host-settings__row-title,.host-settings__row h2{margin:0;font-size:18px;font-weight:700;line-height:1.2;color:#0f172a}.host-settings__row-desc,.host-settings__row p{margin:0;color:#64748b;font-size:14px;line-height:1.4}.host-settings__chevron{flex-shrink:0;font-size:28px;font-weight:300;line-height:1;color:#94a3b8;transition:color .15s ease,transform .15s ease}.host-settings__row--clickable:hover .host-settings__chevron{color:#4285f4;transform:translate(3px)}.host-settings__row--danger.host-settings__row--clickable:hover{border-color:#f9a8d4;background:#fff5f7;box-shadow:0 8px 22px #d6004a1a}.host-settings__row--danger.host-settings__row--clickable:hover .host-settings__chevron{color:#be123c}.host-settings__icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(180deg,#8eb8ff,#7ea9f5)}.host-settings__icon img{width:20px;height:20px;object-fit:contain}.host-settings__icon--danger{background:linear-gradient(180deg,#f39ab3,#e47699)}.host-settings__row--split{grid-template-columns:minmax(0,1fr) auto}.host-settings__row-main{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px}.host-settings__language{border-radius:999px;background:#f8fafc;border:1px solid #dbe1e8;padding:8px 12px;display:inline-flex;align-items:center;gap:8px}.host-settings__language select{border:0;background:transparent;font:inherit;color:#111827}.host-settings__switch{width:42px;height:24px;accent-color:#4285f4;cursor:pointer}.host-settings__row--danger .host-settings__row-title,.host-settings__row--danger h2{color:#1f2937}a.host-settings__row--clickable{text-decoration:none;color:inherit}.host-settings__btn{flex-shrink:0;border:0;border-radius:999px;font:inherit;font-size:14px;font-weight:700;padding:10px 18px;cursor:pointer;white-space:nowrap}.host-settings__btn:disabled{opacity:.7;cursor:wait}.host-settings__btn--primary{background:#4285f4;color:#fff;pointer-events:none}.host-settings__btn--danger{background:linear-gradient(90deg,#d6004a,#c2063d);color:#fff}@media(max-width:720px){.host-settings__row--split{grid-template-columns:1fr;gap:14px}.host-settings__btn{width:100%}}.host-profile__card--standalone{margin-top:16px;max-width:100%}.host-settings__password-modal{width:min(440px,100%);text-align:left}.host-settings__password-modal h2{margin:0 48px 20px 0;font-size:24px;line-height:1.2;text-align:left}.host-settings__password-modal-hint{margin:0 0 28px;font-size:14px;line-height:1.45;color:#64748b}.host-settings__password-form{display:grid;gap:14px;margin-top:4px}.host-settings__password-form label{display:grid;gap:6px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.host-settings__password-form input{border:1px solid #dbe1e8;border-radius:12px;padding:11px 12px;font:inherit;font-size:16px;text-transform:none;letter-spacing:normal;color:#111827}.host-settings__password-form input:disabled{background:#f8fafc;opacity:.8}.host-settings__password-feedback{margin:0;font-size:14px;line-height:1.4;text-transform:none;letter-spacing:normal}.host-settings__password-feedback--error{color:#be123c}.host-settings__password-feedback--ok{color:#0f766e}.host-settings__password-form-actions{margin-top:4px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.host-settings__password-cancel,.host-settings__password-submit{border:0;border-radius:999px;padding:12px 16px;font:inherit;font-size:15px;font-weight:700;cursor:pointer}.host-settings__password-cancel{background:#f1f5f9;color:#334155}.host-settings__password-submit{background:#4285f4;color:#fff}.host-settings__password-cancel:disabled,.host-settings__password-submit:disabled{opacity:.7;cursor:wait}.host-subscription__head{margin-bottom:8px}.host-subscription__back{display:inline-block;margin-bottom:12px;font-size:14px;color:#4285f4;text-decoration:none}.host-subscription__back:hover{text-decoration:underline}.host-subscription__intro{margin:0 0 16px;color:#64748b;font-size:15px;max-width:52ch}.host-subscription__notice{color:#0f766e;background:#ecfdf5;border-radius:12px;padding:10px 14px}.host-subscription__sandbox{margin:0 0 12px;padding:8px 12px;border-radius:10px;background:#fff7ed;color:#9a3412;font-size:13px}.host-subscription__card{background:#fff;border-radius:20px;padding:20px 22px;box-shadow:0 10px 24px #0f172a0f}.host-subscription__card--current{margin-bottom:20px}.host-subscription__card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.host-subscription__card-head h2{margin:0;font-size:18px;color:#0f172a}.host-subscription__badge{font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px}.host-subscription__badge--ok{background:#dcfce7;color:#166534}.host-subscription__badge--warn{background:#fef3c7;color:#92400e}.host-subscription__badge--muted{background:#f1f5f9;color:#64748b}.host-subscription__plan-name{margin:0 0 4px;font-size:clamp(22px,3vw,32px);font-weight:700;color:#0f172a}.host-subscription__plan-price{margin:0 0 8px;font-size:18px;color:#334155}.host-subscription__meta{margin:0;font-size:14px;color:#64748b}.host-subscription__empty{margin:0;color:#64748b;line-height:1.5}.host-subscription__meta--pending{color:#92400e}.host-subscription__section{margin-bottom:24px}.host-subscription__section-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.host-subscription__section-head h2{margin:0;font-size:20px;color:#0f172a}.host-subscription__section-desc{margin:0 0 14px;color:#64748b;font-size:14px;max-width:60ch}.host-subscription__billing-toggle{display:inline-flex;padding:4px;border-radius:999px;background:#f1f5f9;gap:4px}.host-subscription__billing-toggle button{border:0;background:transparent;padding:8px 14px;border-radius:999px;font:inherit;font-size:13px;color:#64748b;cursor:pointer}.host-subscription__billing-btn--active{background:#fff!important;color:#0f172a!important;box-shadow:0 1px 4px #0f172a1a}.host-subscription__plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.host-subscription__plan-card{position:relative;background:#fff;border-radius:18px;padding:18px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:8px}.host-subscription__plan-card--pro{border-color:#93c5fd}.host-subscription__plan-badge{position:absolute;top:12px;right:12px;font-size:11px;font-weight:600;color:#1d4ed8;background:#dbeafe;padding:3px 8px;border-radius:999px}.host-subscription__plan-card h3{margin:0;font-size:20px;color:#0f172a}.host-subscription__plan-tagline{margin:0;font-size:13px;color:#64748b}.host-subscription__plan-features{margin:0;padding-left:18px;font-size:13px;color:#475569;flex:1}.host-subscription__plan-features li{margin-bottom:4px}.host-subscription__actions{display:flex;flex-wrap:wrap;gap:10px}.host-subscription__btn{border:0;border-radius:999px;padding:10px 18px;font:inherit;font-size:14px;font-weight:600;cursor:pointer}.host-subscription__btn:disabled{opacity:.55;cursor:not-allowed}.host-subscription__btn--primary{margin-top:auto;background:linear-gradient(180deg,#5b9aff,#4285f4);color:#fff}.host-subscription__btn--secondary{background:#f8fafc;color:#0f172a;border:1px solid #dbe1e8}.host-subscription__btn--danger{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}.host-profile__grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;margin-top:16px}.host-profile__left{display:grid;gap:16px}.host-profile__card{background:#fff;border-radius:24px;padding:24px;box-shadow:0 10px 24px #0f172a0f}.host-profile__head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center}.host-profile__avatar-wrap{position:relative;width:64px;height:64px}.host-profile__avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.host-profile__pencil{position:absolute;right:-4px;bottom:-4px;width:24px;height:24px;border:0;border-radius:50%;background:#4285f4;color:#fff;font-size:12px;cursor:pointer}.host-profile__hero-text h2{margin:0;color:#0f172a}.host-profile__hero-text p{margin:4px 0 8px;color:#6b7280}.host-profile__badge{display:inline-block;padding:4px 8px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:700;font-size:11px;text-transform:uppercase}.host-profile__edit-btn{border:0;border-radius:999px;background:#f3f4f6;color:#0f172a;font-weight:700;padding:10px 14px;cursor:pointer}.host-profile__info-grid{margin-top:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.host-profile__info-grid label{display:grid;gap:6px;text-transform:uppercase;font-size:11px;letter-spacing:.08em;color:#6b7280}.host-profile__info-grid input{border:1px solid #dbe1e8;border-radius:12px;padding:10px 12px;font:inherit;color:#111827}.host-profile__info-grid input:disabled{background:#f8fafc}.host-profile__info-full{grid-column:1 / -1}.host-profile__info-grid--email-only{grid-template-columns:1fr}.host-profile__structures{margin-top:22px;padding-top:20px;border-top:1px solid #e8edf2}.host-profile__structures-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.host-profile__structures-head h3{margin:0;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.host-profile__structures-count{font-size:13px;color:#94a3b8}.host-profile__structures-empty{margin:0;color:#64748b;font-size:14px;line-height:1.5}.host-profile__structures-empty a{color:#4285f4;font-weight:600;text-decoration:none}.host-profile__structures-empty a:hover{text-decoration:underline}.host-profile__structures-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}.host-profile__structure-card{display:grid;grid-template-columns:56px minmax(0,1fr);gap:12px;align-items:center;padding:12px 14px;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc;text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.host-profile__structure-card:hover{border-color:#93c5fd;box-shadow:0 4px 14px #0f172a0f}.host-profile__structure-thumb{width:56px;height:56px;border-radius:12px;object-fit:cover;background:#e2e8f0}.host-profile__structure-thumb--placeholder{display:grid;place-items:center}.host-profile__structure-thumb--placeholder img{width:24px;height:24px;opacity:.55}.host-profile__structure-text{display:grid;gap:4px;min-width:0}.host-profile__structure-text strong{font-size:16px;color:#0f172a;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.host-profile__structure-text small{font-size:13px;color:#64748b;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.host-profile__payment{margin-top:28px;padding-top:24px;border-top:1px solid #e2e8f0}.host-profile__payment-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:12px 20px;margin-bottom:16px}.host-profile__payment-head h3{margin:0;font-size:clamp(20px,2vw,26px);color:#0f172a;letter-spacing:-.02em}.host-profile__payment-subtitle{margin:6px 0 0;font-size:14px;color:#64748b;line-height:1.4;max-width:42rem}.host-profile__payment-structure{display:grid;gap:6px;font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.host-profile__payment-structure select{min-width:200px;border-radius:12px;border:1px solid #cbd5e1;padding:10px 12px;font-size:14px;font-weight:600;color:#0f172a;background:#fff}.host-profile__payment-structure-name{margin:0;font-size:14px;font-weight:600;color:#64748b}.host-profile__payment-banner{margin:0 0 14px;padding:10px 14px;border-radius:12px;background:#fff7ed;border:1px solid #fed7aa;font-size:13px;color:#9a3412;line-height:1.45}.host-profile__payment-hint{margin:8px 0 0;font-size:13px;color:#64748b;line-height:1.45}.host-profile__payment-toggle-list{display:grid;gap:10px;margin-bottom:16px;padding:12px;border-radius:18px;background:#f3f0ff}.host-profile__payment-toggle-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:14px;background:#fff;box-shadow:0 1px 3px #0f172a0f}.host-profile__payment-toggle-item-label{font-size:16px;font-weight:700;color:#0f172a;line-height:1.3}.host-profile__payment-toggle{position:relative;display:inline-flex;flex-shrink:0;cursor:pointer}.host-profile__payment-toggle-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.host-profile__payment-toggle-track{position:relative;display:block;width:48px;height:28px;border-radius:999px;background:#cbd5e1;transition:background .2s ease}.host-profile__payment-toggle-track:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0f172a33;transition:transform .2s ease}.host-profile__payment-toggle-input:checked+.host-profile__payment-toggle-track{background:#4285f4}.host-profile__payment-toggle-input:checked+.host-profile__payment-toggle-track:after{transform:translate(20px)}.host-profile__payment-toggle-input:focus-visible+.host-profile__payment-toggle-track{outline:2px solid #2563eb;outline-offset:2px}.host-profile__payment-toggle-input:disabled+.host-profile__payment-toggle-track{opacity:.5;cursor:not-allowed}.host-profile__payment-settings-stack{display:grid;gap:14px}.host-profile__payment-method-panel{border-radius:16px;border:1px solid #e2e8f0;background:#fff;overflow:hidden}.host-profile__payment-method-panel-title{margin:0;padding:12px 16px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0}.host-profile__payment-method-settings{padding:14px 16px 16px;background:#f8fafc}.host-profile__payment-method-panel .host-profile__payment-method-settings--stripe{background:linear-gradient(180deg,#f0f6ff,#f8fafc)}.host-profile__payment-method-panel .host-profile__payment-method-settings--muted{background:#f8fafc}.host-profile__payment-method-settings-intro{margin:12px 0 10px;font-size:14px;color:#475569;line-height:1.45}.host-profile__payment-bank-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}.host-profile__payment-bank-grid label{display:grid;gap:6px;font-size:12px;font-weight:700;color:#475569}.host-profile__payment-bank-grid input,.host-profile__payment-bank-grid textarea{border-radius:12px;border:1px solid #cbd5e1;padding:10px 12px;font-size:14px;font-weight:500;color:#0f172a}.host-profile__payment-bank-full{grid-column:1 / -1}.host-profile__optional{font-weight:500;color:#94a3b8;text-transform:none;letter-spacing:0}.host-profile__payment-stripe-status{margin:0 0 12px;font-size:14px;color:#334155}.host-profile__payment-stripe-hint{margin:0 0 12px;font-size:13px;line-height:1.45;color:#64748b}.host-profile__payment-stripe-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.host-profile__payment-stripe-btn{border:0;border-radius:999px;padding:12px 20px;font-weight:700;font-size:14px;color:#fff;background:#635bff;cursor:pointer}.host-profile__payment-stripe-dashboard{border:1px solid #93c5fd;border-radius:999px;padding:12px 18px;font-weight:700;font-size:14px;background:#eff6ff;color:#1d4ed8;cursor:pointer}.host-profile__payment-stripe-dashboard:hover:not(:disabled){background:#dbeafe}.host-profile__payment-stripe-dashboard:disabled{opacity:.6;cursor:not-allowed}.host-profile__payment-stripe-refresh{border:1px solid #cbd5e1;border-radius:999px;padding:12px 18px;font-weight:700;font-size:14px;color:#334155;background:#fff;cursor:pointer}.host-profile__payment-stripe-refresh:hover:not(:disabled){background:#f1f5f9}.host-profile__payment-stripe-refresh:disabled{opacity:.6;cursor:not-allowed}.host-profile__payment-stripe-btn:hover:not(:disabled){filter:brightness(1.05)}.host-profile__payment-stripe-btn:disabled{opacity:.65;cursor:not-allowed}.host-profile__payment-error{margin:12px 0 0;font-size:14px;color:#b91c1c}.host-profile__payment-success{margin:12px 0 0;font-size:14px;color:#047857}.host-profile__payment-save{margin-top:18px;width:100%;max-width:360px;border:0;border-radius:999px;padding:14px 22px;font-weight:800;font-size:15px;color:#fff;background:#4285f4;cursor:pointer}.host-profile__payment-save:hover:not(:disabled){filter:brightness(1.05)}.host-profile__payment-save:disabled{opacity:.6;cursor:not-allowed}@media(max-width:720px){.host-profile__payment-bank-grid{grid-template-columns:1fr}}.host-profile__row-head{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:center}.host-profile__row-head h3{margin:0;color:#0f172a;font-size:30px}.host-profile__row-head p{margin:4px 0 0;color:#6b7280}.host-profile__primary{margin-top:22px;border:0;width:100%;border-radius:999px;background:#4285f4;color:#fff;font-weight:700;padding:14px 18px;cursor:pointer}.host-profile__side{display:grid;align-content:start;gap:12px;align-self:start}.host-profile__side--compact{padding:20px 22px;min-height:0;height:auto}.host-profile__side-title{margin:0 0 8px;color:#0f172a;font-size:30px}.host-profile__side-title span{color:#4285f4}.host-profile__service{border-radius:16px;background:#f8fafc;padding:14px;display:grid;gap:4px}.host-profile__service strong{font-size:20px;color:#111827}.host-profile__service small{color:#6b7280}.host-profile__service button{margin-top:4px;justify-self:start;border:0;background:transparent;color:#be123c;font-weight:700;cursor:pointer;text-transform:uppercase}.host-profile__service-connect{color:#1d4ed8!important}.host-profile__activity-title{margin:10px 0 0;text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:#6b7280}.host-profile__activity{margin:0;padding-left:16px;color:#374151;display:grid;gap:6px}.host-profile__danger{margin-top:0;width:100%;border:0;border-radius:999px;background:linear-gradient(90deg,#d6004a,#c2063d);color:#fff;font-weight:700;padding:14px 16px;cursor:pointer}.host-profile__danger:disabled{opacity:.7;cursor:wait}.host-profile__modal-overlay{position:fixed;inset:0;background:#0f172a80;display:grid;place-items:center;z-index:50;padding:20px}.host-profile__modal{width:min(420px,100%);background:#fff;border-radius:28px;padding:22px 24px 28px;position:relative;text-align:center}.host-profile__modal-close{position:absolute;top:14px;right:16px;border:0;background:transparent;font-size:34px;line-height:1;cursor:pointer;color:#111827}.host-profile__modal-icon{width:94px;height:94px;border-radius:50%;margin:8px auto 16px;background:radial-gradient(circle at 35% 35%,#ff4242,#d8002d);display:grid;place-items:center;color:#fff;font-size:44px;font-weight:700}.host-profile__modal h2{margin:0;color:#0f172a;font-size:44px;line-height:1.08}.host-profile__modal p{margin:0 0 12px;font-size:15px;line-height:1.55;color:#334155}.host-profile__modal p:last-of-type{margin-bottom:0}.host-profile__modal strong{color:#0f172a;font-weight:700}.host-subscription__confirm-modal.host-profile__modal{width:min(480px,100%);text-align:left}.host-subscription__confirm-modal.host-profile__modal h2{margin:0 0 16px;font-size:clamp(22px,3.5vw,28px);line-height:1.25}.host-subscription__confirm-modal .host-profile__modal-actions{margin-top:20px}.host-subscription__confirm-modal .host-profile__modal-actions button{font-size:15px;padding:12px 16px}.host-profile__modal-actions{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.host-profile__modal-actions button{border:0;border-radius:999px;font-weight:700;font-size:30px;padding:12px;cursor:pointer}.host-profile__modal-confirm{background:#4285f4;color:#fff}.host-profile__modal-cancel{background:#d6004a;color:#fff}@media(max-width:900px){.host-dashboard{flex-direction:column}.host-sidebar{width:100%;border-right:0;border-bottom:1px solid #e8eaed}.host-sidebar__nav--bottom{margin-top:0}.host-overview__hero-card{grid-template-columns:1fr}.host-overview__hero-edit{justify-self:end}.host-structure__grid,.host-structure__form,.host-profile__grid,.host-profile__head{grid-template-columns:1fr}.host-profile__edit-btn{justify-self:start}.host-profile__info-grid{grid-template-columns:1fr}}@media(max-width:560px){.customer-app{--customer-composer-only-panel-pt: 8px;--customer-composer-only-panel-px: 12px;--customer-composer-only-panel-pb: 10px}.customer-app__panel{padding:14px}.customer-app__param-pills{grid-template-columns:1fr}.customer-app__manual-search{flex-direction:column}.customer-app__param-pills--manual{grid-template-columns:1fr}.customer-app__manual-submit{align-self:flex-end}.customer-app__date-range{flex-wrap:wrap;row-gap:6px}.customer-app__date-range-segment-wrap{min-width:0;flex:1 1 100%}.customer-app__date-range-divider{display:none}.customer-app__guest-range{justify-content:flex-start;gap:20px}.customer-app__nav-inner{flex-wrap:nowrap;gap:1px}.customer-app__nav-item{flex:1 1 0;min-width:0;font-size:9px;padding:1px 2px}.customer-app__nav-icon-wrap{width:22px;height:20px}.customer-app__nav-icon-img{width:18px;height:18px}.customer-offers__card{grid-template-columns:92px minmax(0,1fr);gap:10px}}.host-bookings{max-width:1120px}.host-bookings__title{margin:0 0 20px;font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:-.03em;color:#0f172a}.host-bookings__search{display:flex;align-items:center;gap:10px;margin-bottom:28px;padding:0 16px;height:48px;border-radius:14px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 2px #0f172a0a}.host-bookings__search-icon{font-size:18px;color:#94a3b8;line-height:1}.host-bookings__search-input{flex:1;min-width:0;border:none;background:transparent;font-size:15px;color:#0f172a;outline:none}.host-bookings__search-input::placeholder{color:#94a3b8}.host-bookings__section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}.host-bookings__section-title{margin:0 0 4px;font-size:18px;font-weight:700;color:#0f172a}.host-bookings__section-sub{margin:0;font-size:14px;color:#64748b}.host-bookings__actions{display:flex;align-items:center;gap:10px}.host-bookings__filter-wrap{position:relative}.host-bookings__filter-panel{position:absolute;top:calc(100% + 8px);right:0;z-index:20;min-width:240px;padding:14px;border-radius:14px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 12px 40px #0f172a1f}.host-bookings__filter-field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;font-size:13px;color:#475569}.host-bookings__filter-field select{height:40px;border-radius:10px;border:1px solid #e2e8f0;padding:0 10px;font-size:14px}.host-bookings__filter-actions{display:flex;justify-content:flex-end;gap:8px}.host-bookings__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 18px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background .15s ease,border-color .15s ease}.host-bookings__btn--primary{color:#fff;background:#2563eb;border-color:#2563eb}.host-bookings__btn--primary:hover{background:#1d4ed8}.host-bookings__btn--outline{color:#0f172a;background:#fff;border-color:#e2e8f0}.host-bookings__btn--outline:hover{background:#f8fafc}.host-bookings__btn--ghost{color:#475569;background:transparent;border-color:#e2e8f0}.host-bookings__export-icon{font-size:16px;line-height:1}.host-bookings__table-wrap{border-radius:18px;border:1px solid #e8edf4;background:#fff;box-shadow:0 8px 30px #0f172a0f;overflow:hidden}.host-bookings__status{margin:0;padding:16px 20px;font-size:14px;color:#64748b}.host-bookings__status--error{color:#b91c1c}.host-bookings__table{width:100%;border-collapse:collapse}.host-bookings__table thead th{padding:14px 20px;text-align:left;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;background:#fafbfc;border-bottom:1px solid #eef2f7}.host-bookings__th-expand{width:48px}.host-bookings__table tbody td{padding:18px 20px;vertical-align:top;border-bottom:1px solid #f1f5f9}.host-bookings__table tbody tr:last-child td{border-bottom:none}.host-bookings__row--open td{background:#fafbff}.host-bookings__guest{display:flex;align-items:center;gap:12px}.host-bookings__avatar{flex-shrink:0;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-size:14px;font-weight:700;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.host-bookings__guest-name{margin:0 0 2px;font-size:15px;font-weight:700;color:#0f172a}.host-bookings__guest-email{margin:0;font-size:13px;color:#64748b}.host-bookings__dates{margin:0 0 4px;font-size:15px;font-weight:700;color:#0f172a}.host-bookings__nights{margin:0;font-size:13px;color:#64748b}.host-bookings__price{margin:0 0 8px;font-size:16px;font-weight:800;color:#2563eb}.host-bookings__badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.04em}.host-bookings__badge--paid{color:#1d4ed8;background:#dbeafe}.host-bookings__badge--deposit{color:#c2410c;background:#ffedd5}.host-bookings__badge--structure{color:#b91c1c;background:#fee2e2}.host-bookings__expand-cell{text-align:right}.host-bookings__expand-btn{width:36px;height:36px;border:none;border-radius:10px;background:transparent;color:#94a3b8;font-size:18px;cursor:pointer;transition:transform .15s ease,background .15s ease}.host-bookings__expand-btn--open{transform:rotate(180deg);background:#f1f5f9}.host-bookings__expand{margin-top:12px;padding-top:12px;border-top:1px dashed #e2e8f0;font-size:13px;line-height:1.5;color:#475569}.host-bookings__expand p{margin:0 0 6px}.host-bookings__empty,.host-bookings__empty-cell{margin:0;padding:28px 20px;text-align:center;font-size:14px;color:#64748b}.host-bookings__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:14px 20px;border-top:1px solid #eef2f7;background:#fafbfc}.host-bookings__range{margin:0;font-size:13px;color:#64748b}.host-bookings__pager{display:flex;align-items:center;gap:6px}.host-bookings__pager-btn,.host-bookings__pager-num{min-width:36px;height:36px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:14px;font-weight:600;cursor:pointer}.host-bookings__pager-btn:disabled{opacity:.4;cursor:not-allowed}.host-bookings__pager-num--active{color:#fff;background:#2563eb;border-color:#2563eb}@media(max-width:768px){.host-bookings__table thead{display:none}.host-bookings__table tbody tr{display:block;padding:12px 16px;border-bottom:1px solid #f1f5f9}.host-bookings__table tbody td{display:block;padding:6px 0;border:none}.host-bookings__expand-cell{text-align:left}}:root{--hero-max-width: 1200px;--hero-side-gap: clamp(20px, 5vw, 48px)}.registration-page{min-height:100vh}.registration-hero{position:relative;min-height:100vh;overflow:hidden;isolation:isolate}.registration-hero__bg{position:absolute;inset:0;z-index:0;background-image:radial-gradient(90% 80% at 92% 86%,#ffffffe0,#d6e8ff66 38%,#fff0 58%),linear-gradient(135deg,#a30b42,#951040 10%,#7b46d1 32%,#4d6eea 52%,#3d81f5,#9ec0fc 88%,#d6e8ff);background-size:115% 115%;background-position:48% 50%;transform-origin:50% 50%;animation:registration-bg-drift 15s ease-in-out infinite alternate;will-change:transform,background-position}.registration-hero__inner{position:relative;z-index:1;width:min(960px,calc(100% - 30px));margin:0 auto;padding:clamp(34px,5vw,58px) 0 26px;display:flex;justify-content:center}@keyframes registration-bg-drift{0%{transform:scale(1.03) rotate(-1deg);background-position:40% 46%}50%{transform:scale(1.06) rotate(.65deg);background-position:52% 50%}to{transform:scale(1.03) rotate(-.8deg);background-position:62% 56%}}@media(prefers-reduced-motion:reduce){.registration-hero__bg{animation:none;transform:none}}.registration-card-wrap{position:relative;width:min(400px,100%);isolation:isolate}.registration-photo{position:absolute;border-radius:22px;object-fit:cover;box-shadow:0 14px 24px #10152747;pointer-events:none;z-index:1}.registration-photo--left-top{width:114px;height:58px;left:-76px;top:56px;transform:rotate(-16deg)}.registration-photo--left-mid{width:104px;height:50px;left:-64px;top:152px;transform:rotate(-10deg)}.registration-photo--right{width:144px;height:74px;right:-82px;top:64px;transform:rotate(-22deg)}.registration-card{margin:0;width:100%;position:relative;z-index:2;border-radius:42px;background:#ececef;padding:34px 28px 24px;display:grid;gap:10px;color:#1f2937}.registration-card h1{margin:0 0 10px;text-align:center;font-size:clamp(24px,3vw,30px);line-height:1.12;letter-spacing:-.02em}.registration-card label{display:block}.registration-card input{width:100%;border:0;outline:none;padding:10px 14px;border-radius:999px;background:#e2e2e5;color:#111827;font-size:16px;line-height:1.2;box-sizing:border-box}.registration-card input::placeholder{color:#111827e6}.registration-card__primary{border:0;margin-top:10px;border-radius:999px;padding:11px 16px;font-size:18px;font-weight:700;color:#f2f6ff;background:#4e84e7;cursor:pointer}.registration-card__oauth{border:0;border-radius:999px;padding:9px 14px;background:#e2e2e5;color:#111827;font-size:14px;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-family:inherit}.registration-card__oauth-icon{font-size:20px;font-weight:700;color:#4285f4}.registration-card__oauth-icon--apple{color:#111}.registration-card__login-link{margin-top:12px;text-align:center;font-size:18px;color:#1f2937}.registration-card__forgot-wrap{margin:4px 0 8px;text-align:right}.registration-card__forgot-link{border:0;background:transparent;padding:0;font:inherit;font-size:14px;font-weight:600;color:#4285f4;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.registration-card__forgot-link:hover:not(:disabled){color:#1d4ed8}.registration-card__forgot-link:disabled{opacity:.6;cursor:not-allowed}.registration-card--reset-mode .registration-card__forgot-wrap{display:none}.registration-card__reset-lead{margin:0 0 20px;font-size:15px;line-height:1.5;color:#64748b;text-align:center}.registration-card__back-login{margin-top:4px;border:0;background:transparent;padding:8px 0;width:100%;font:inherit;font-size:16px;font-weight:600;color:#4285f4;cursor:pointer;text-align:center;text-decoration:underline;text-underline-offset:3px}.registration-card__back-login:hover:not(:disabled){color:#1d4ed8}.registration-card__back-login:disabled{opacity:.6;cursor:wait}.registration-card__primary--link{display:inline-block;box-sizing:border-box;text-align:center;text-decoration:none;line-height:1.2}.registration-card__reset-notice{margin:0 0 16px;font-size:14px;line-height:1.45;color:#0f766e;text-align:center}.registration-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.reg-hero__header{width:100%;display:flex;justify-content:center;background:#fff6;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.55);padding:12px 0;position:relative;z-index:1}.reg-hero__header-inner{width:min(var(--hero-max-width),calc(100% - var(--hero-side-gap) * 2));display:flex;align-items:center;justify-content:space-between}.reg-hero__brand{text-decoration:none}.reg-hero__brand img{display:block;width:155px;height:auto}.reg-hero__actions{display:flex;align-items:center;gap:10px}.reg-header-icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;text-decoration:none;cursor:pointer}.reg-header-icon-btn img{display:block;height:38px;width:auto}.reg-hero__accedi-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:999px;background:#4e84e7;color:#fff;text-decoration:none;font-size:15px;font-weight:600;line-height:1.2}.reg-hero__accedi-pill img{display:block;width:22px;height:22px;object-fit:contain;filter:brightness(0) invert(1)}.registration-card__error{margin:-4px 0 4px;padding:10px 14px;border-radius:12px;background:#dc26261f;color:#b91c1c;font-size:14px;text-align:center}.registration-hero--confirm{display:flex;flex-direction:column;min-height:100vh}.registration-confirm__inner{position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:center;padding:clamp(24px,5vw,48px) 16px 40px;width:100%;box-sizing:border-box}.registration-confirm-card{width:min(520px,100%);margin:0;background:#fff;border-radius:42px;padding:clamp(36px,6vw,52px) clamp(28px,5vw,44px);text-align:center;color:#111827;box-shadow:0 24px 48px #131a312e}.registration-confirm-icon{margin:0 auto 22px;display:flex;justify-content:center}.registration-confirm-card h1{margin:0 0 18px;font-size:clamp(22px,4vw,28px);font-weight:700;letter-spacing:-.02em;line-height:1.15}.registration-confirm-card__text{margin:0 0 14px;font-size:clamp(15px,2.5vw,17px);line-height:1.45;color:#1f2937}.registration-confirm-card__text:last-of-type{margin-bottom:0}.registration-confirm__resend{margin-top:22px;border:0;background:none;padding:0;font:inherit;font-size:16px;font-weight:600;color:#4e84e7;text-decoration:underline;cursor:pointer}.registration-confirm__resend:hover{color:#3a6fc9}.registration-confirm__continue-wrap{margin-top:22px}a.registration-confirm__continue{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 22px;border-radius:999px;background:#4e84e7;color:#fff;font-size:16px;font-weight:700;text-decoration:none}a.registration-confirm__continue:hover{filter:brightness(1.06)}.reg-site-footer{background:#f0f0f3;color:#202431;padding:0 0 26px}.reg-site-footer__inner{width:min(var(--hero-max-width),calc(100% - var(--hero-side-gap) * 2));margin:0 auto}.reg-site-footer__top{border-top:1px solid #d5d7de;padding-top:26px;display:grid;grid-template-columns:180px 1fr 1fr 1fr 120px;gap:24px;align-items:start}.reg-site-footer__top img{width:120px;height:auto}.reg-site-footer__col h4{margin:0 0 10px;font-size:16px;color:#1f2533}.reg-site-footer__col a,.reg-site-footer__col p{margin:0 0 8px;display:block;color:#4d5567;font-size:14px;line-height:1.35;text-decoration:none}.reg-site-footer__social div{display:flex;gap:14px}.reg-site-footer__social a{width:20px;height:20px;border-radius:999px;color:#121a2b;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.reg-site-footer__social img{width:16px;height:16px;object-fit:contain}.reg-site-footer__bottom{margin-top:16px;padding-top:16px;border-top:1px solid #d5d7de;text-align:center;color:#666d7e;font-size:12px}@media(max-width:860px){.registration-hero__inner{width:min(640px,calc(100% - 24px))}.registration-card-wrap{width:min(520px,100%)}.registration-photo--left-top{left:-12px;top:40px}.registration-photo--left-mid{left:-10px;top:132px}.registration-photo--right{right:-10px;top:52px}}@media(max-width:640px){.registration-card{border-radius:30px;padding:30px 18px 22px}.registration-card h1{font-size:clamp(30px,9vw,42px);margin-bottom:12px}.registration-card input{font-size:clamp(21px,5.8vw,30px)}.registration-card__primary{font-size:clamp(24px,6.8vw,34px);padding:13px 18px}.registration-card__oauth{font-size:clamp(20px,6vw,30px);justify-content:flex-start;padding-inline:14px}.registration-card__oauth-icon{font-size:clamp(24px,7vw,34px)}.registration-card__login-link{font-size:clamp(24px,7vw,36px);margin-top:12px}.registration-photo--left-top,.registration-photo--left-mid,.registration-photo--right{width:92px;height:48px}}@media(max-width:1100px){.reg-site-footer__top{grid-template-columns:1fr 1fr}}@media(max-width:720px){.reg-hero__header-inner{flex-direction:column;align-items:flex-start;gap:14px}.reg-site-footer__top{grid-template-columns:1fr;gap:16px}}.cr-page{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.cr-hero{position:relative;flex:1 1 auto;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;isolation:isolate;overflow:hidden}.cr-hero__bg-outer{position:absolute;top:50%;left:50%;width:200vmax;height:200vmax;margin:-100vmax 0 0 -100vmax;z-index:0;transform:rotate(var(--cr-bg-rotate, 0deg));transform-origin:50% 50%;transition:transform 1.05s cubic-bezier(.33,1,.68,1);pointer-events:none}.cr-hero__bg{position:absolute;inset:0;background-image:radial-gradient(95% 85% at 96% 94%,#fff,#ffffffeb,#d6e8ff80 36%,#fff0 58%),radial-gradient(75% 60% at 6% 10%,#c41a56,#a30b42 26%,#a30b426b 48%,#a30b4200 68%),radial-gradient(145% 125% at 10% 8%,#b51a5c,#a30b42 12%,#7b46d1 34%,#3d81f5 58%,#8eb5f9 78%,#d6e8ff 92%,#eef4ff);background-size:115% 115%;background-position:48% 50%;transform-origin:50% 50%;animation:cr-bg-drift 18s ease-in-out infinite alternate}@keyframes cr-bg-drift{0%{transform:scale(1.02);background-position:42% 48%}to{transform:scale(1.05);background-position:56% 52%}}@media(prefers-reduced-motion:reduce){.cr-hero__bg-outer{transition:none}.cr-hero__bg{animation:none;transform:none}}.cr-hero__body{position:relative;z-index:1;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(16px,3vw,28px) 16px 32px;width:100%;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.cr-stepper{width:min(720px,100%);margin-bottom:clamp(20px,4vw,32px)}.cr-stepper__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:clamp(8px,2vw,16px)}.cr-stepper__item{text-align:center}.cr-stepper__label{display:block;font-size:clamp(11px,2.8vw,13px);font-weight:600;color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:8px;line-height:1.25;padding:0 4px}.cr-stepper__track{height:8px;border-radius:999px;background:#ffffff73;overflow:hidden}.cr-stepper__fill{height:100%;border-radius:999px;background:#4e84e7;transition:width .35s ease}.cr-card{width:min(520px,100%);background:#fff;border-radius:36px;padding:clamp(28px,5vw,40px) clamp(22px,4vw,36px);box-shadow:0 24px 56px #131a3133;color:#111827}.cr-card--personalize{width:min(560px,100%);padding:clamp(32px,5vw,44px) clamp(26px,4vw,40px)}.cr-card--plans{width:min(960px,100%);padding:clamp(26px,4vw,38px) clamp(16px,3vw,28px)}.cr-plan-toggle{display:flex;width:min(340px,100%);margin:0 auto;padding:4px;border-radius:999px;background:#e8e9ee;box-sizing:border-box}.cr-plan-toggle__btn{flex:1;border:0;border-radius:999px;padding:12px 14px;font-family:inherit;font-size:15px;font-weight:700;color:#111827;background:transparent;cursor:pointer;transition:background .2s ease,color .2s ease}.cr-plan-toggle__btn--active{background:#4b89f1;color:#fff}.cr-plans-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:20px;width:100%}@media(min-width:768px){.cr-plans-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:12px}}.cr-plan-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:24px 18px 22px;border:0;border-radius:28px;background:#f2f2f2;font:inherit;color:#111827;box-sizing:border-box}.cr-plan-card--featured{background:linear-gradient(#f2f2f2,#f2f2f2) padding-box,linear-gradient(135deg,#c6053c,#a8204a 35%,#4285f4) border-box;border:2px solid transparent}.cr-plan-card__badge{position:absolute;top:14px;right:14px;left:auto;padding:5px 10px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.02em;line-height:1.2;text-align:center;color:#fff;background:linear-gradient(90deg,#c6053c,#4285f4)}.cr-plan-card__name{display:block;width:100%;padding-right:96px;font-size:clamp(17px,3.5vw,20px);font-weight:800;margin-bottom:6px;box-sizing:border-box}.cr-plan-card:not(.cr-plan-card--featured) .cr-plan-card__name{padding-right:0}.cr-plan-card__tagline{display:block;width:100%;margin:0 0 10px;font-size:14px;font-weight:700;color:#111827;line-height:1.35;text-align:left}.cr-plan-card__desc{margin:0 0 16px;font-size:13px;line-height:1.45;color:#6b7280;width:100%;text-align:left}.cr-plan-card__price{display:block;width:100%;font-size:clamp(16px,3.2vw,18px);font-weight:700;margin-bottom:10px;color:#111827;text-align:left}.cr-plan-card--base .cr-plan-card__price{color:#e05c16}.cr-plan-card--pro .cr-plan-card__price{color:#c6053c}.cr-plan-card--enterprise .cr-plan-card__price{color:#4285f4}.cr-plan-card__features{list-style:disc;margin:0;padding:0 0 0 1.25rem;width:100%;text-align:left;font-size:12.5px;line-height:1.45;color:#374151;box-sizing:border-box}.cr-plan-card__features li{margin-bottom:6px}.cr-plan-card__features li:last-child{margin-bottom:0}.cr-plan-card__select{display:inline-flex;align-items:center;justify-content:center;margin:0 0 22px;padding:12px 28px;border:0;border-radius:999px;background:#4285f4;color:#fff;font-family:inherit;font-size:14px;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:filter .15s ease,transform .05s ease}.cr-plan-card__select:hover{filter:brightness(1.06)}.cr-plan-card__select:active{transform:scale(.98)}.cr-plan-card__select:focus{outline:none}.cr-plan-card__select:focus-visible{box-shadow:0 0 0 3px #4285f473}.cr-actions--only-back{justify-content:flex-start}.cr-actions--only-back .cr-btn{flex:0 1 auto}.cr-payment-summary{margin:0 0 16px;font-size:15px;line-height:1.55;color:#374151;text-align:center}.cr-payment-summary__amount{font-size:18px;font-weight:700;color:#111827}.cr-payment-promo-intro{margin:0 0 12px;font-size:14px;line-height:1.45;color:#334155}.cr-payment-promo-field{margin:0 0 14px}.cr-payment-promo-field__label{display:block;margin:0 0 6px;font-size:13px;font-weight:600;color:#475569}.cr-payment-promo-field__row{display:flex;gap:8px;align-items:stretch}.cr-payment-promo-field__row .cr-input{flex:1 1 auto;min-width:0}.cr-payment-promo-field__apply{flex:0 0 auto;white-space:nowrap}.cr-payment-promo-warning{margin:0 0 12px;padding:10px 12px;border-radius:12px;background:#fff7ed;border:1px solid #fdba74;color:#9a3412;font-size:13px;line-height:1.4}.cr-stripe-sandbox-badge{margin:0 0 14px;padding:10px 12px;border-radius:12px;background:#fef3c7;border:1px solid #fcd34d;color:#92400e;font-size:13px;line-height:1.45}.cr-stripe-sandbox-badge code{font-size:12px}.cr-payment-success{margin:0 0 14px;padding:10px 12px;border-radius:12px;background:#ecfdf5;border:1px solid #6ee7b7;color:#065f46;font-size:14px;line-height:1.4}.cr-btn--stripe{flex:1 1 auto;background:#635bff;color:#fff;border:none}.cr-btn--stripe:hover:not(:disabled){background:#4f46e5}.cr-btn--stripe:disabled{opacity:.65;cursor:not-allowed}.cr-stripe-embedded{margin:0 0 16px;min-height:420px;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;background:#f8fafc}.cr-stripe-embedded--missing-key{margin:0 0 16px;padding:12px;border-radius:12px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:13px;line-height:1.45}.cr-payment-hint{margin:0 0 22px;padding:14px 16px;border-radius:16px;background:#f3f4f6;font-size:14px;line-height:1.5;color:#6b7280;text-align:center}.cr-card__title{margin:0 0 22px;text-align:center;font-size:clamp(20px,4vw,26px);font-weight:700;letter-spacing:-.02em;line-height:1.15}.cr-toggle-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.cr-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:18px 12px;border:0;border-radius:20px;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;transition:background .2s ease,color .2s ease;background:#e8e9ee;color:#6b7280}.cr-toggle--active{background:#4e84e7;color:#fff}.cr-toggle svg{width:32px;height:32px}.cr-toggle:not(.cr-toggle--active) svg{opacity:.55}.cr-field{margin-bottom:14px;position:relative}.cr-field label{display:block;margin-bottom:6px;font-size:14px;font-weight:600;color:#374151}.cr-form-section{margin-top:20px;padding-top:20px;border-top:1px solid #e5e7eb}.cr-form-section__title{margin:0 0 14px;font-size:clamp(15px,3.4vw,16px);font-weight:700;color:#374151;text-align:center;line-height:1.3}.cr-input{width:100%;border:0;outline:none;padding:12px 16px;border-radius:999px;background:#e8e9ee;color:#111827;font-size:15px;line-height:1.3;box-sizing:border-box;font-family:inherit}.cr-input::placeholder{color:#9ca3af}.cr-phone-row{display:grid;grid-template-columns:120px 1fr;gap:10px}.cr-input--prefix{padding-right:8px;cursor:pointer}.cr-pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px}.cr-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;border:2px solid transparent;background:#e8e9ee;color:#374151;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s,border-color .2s,color .2s}.cr-pill--active{background:#4e84e726;border-color:#4e84e7;color:#1e40af}.cr-pill__dot{width:10px;height:10px;border-radius:50%;background:#111827;flex-shrink:0}.cr-pill--active .cr-pill__dot{background:#4e84e7}.cr-stars{display:inline-flex;align-items:center;gap:5px;width:auto;min-width:185px;padding:6px 12px;border-radius:999px;background:#e5e7eb;box-sizing:border-box}.cr-stars__btn{border:0;background:transparent;color:#f3f4f6;font-size:24px;line-height:1;font-weight:700;cursor:pointer;padding:0;transition:color .15s ease}.cr-stars__btn--active{color:#ea580c}.cr-stars__btn--luxury{font-size:22px;margin-left:2px}.cr-stars-row{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:14px}.cr-stars-row__label{display:inline-block;margin-bottom:0;font-size:14px;line-height:1.2;font-weight:600;color:#374151}.cr-map-wrap{margin-bottom:14px;border-radius:20px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 4px 14px #0f172a0f}.cr-map-help{margin:-2px 0 8px;font-size:13px;color:#334155}.cr-map-coords{margin:0 0 12px;font-size:12px;color:#64748b}.cr-map-google{z-index:1;height:220px;width:100%;border-radius:20px;overflow:hidden;font-family:inherit;background:#e8edf5}.cr-map-google__canvas{width:100%;height:220px}.cr-map-google--missing-key{display:flex;align-items:center;justify-content:center;padding:16px;text-align:center;font-size:13px;color:#64748b;line-height:1.45}.cr-map-google--missing-key code{font-size:12px}.cr-address-autocomplete-host{display:block;width:100%}.cr-address-autocomplete-host gmp-place-autocomplete{display:block;width:100%;color-scheme:light}.cr-address-autocomplete-host gmp-place-autocomplete::part(input){width:100%;border:0;outline:none;padding:12px 16px;border-radius:999px;background:#e8e9ee;color:#111827;font-size:15px;line-height:1.3;box-sizing:border-box;font-family:inherit}.cr-address-autocomplete-host gmp-place-autocomplete::part(prediction-list){font-family:inherit}.pac-container{z-index:10050;margin-top:4px;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 8px 24px #0f172a1f;font-family:inherit;overflow:hidden}.pac-item{padding:10px 14px;font-size:14px;line-height:1.35;cursor:pointer}.pac-item:hover,.pac-item-selected{background:#f1f5f9}.pac-icon{margin-top:2px}.cr-geocode-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:12px}.cr-btn--outline{flex:0 0 auto;padding:10px 18px;font-size:14px;font-weight:700;letter-spacing:.02em;border-radius:999px;border:2px solid #4e84e7;background:#fff;color:#4e84e7;cursor:pointer;font-family:inherit}.cr-btn--outline:hover:not(:disabled){background:#4e84e714}.cr-btn--outline:disabled{opacity:.55;cursor:not-allowed}.cr-geocode-hint{width:100%;margin:0;font-size:13px;color:#64748b;line-height:1.4}.cr-geocode-hint--error{color:#b91c1c}.cr-address-suggestions{position:absolute;top:calc(100% + 6px);left:0;right:0;display:grid;gap:6px;padding:8px;border-radius:14px;border:1px solid #d9deea;background:#fff;box-shadow:0 10px 24px #0f172a1f;z-index:20}.cr-address-suggestion{border:0;border-radius:10px;background:#f2f4f8;color:#334155;text-align:left;padding:9px 10px;font-size:13px;line-height:1.35;cursor:pointer;font-family:inherit}.cr-address-suggestion:hover{background:#e7eefc}.cr-address-suggestion--status{cursor:default;color:#64748b}@media(max-width:640px){.cr-listing-head{grid-template-columns:1fr}.cr-upload--button{width:120px}}.cr-toggle__icon{width:40px;height:auto;max-height:34px;display:block;object-fit:contain}.cr-toggle:not(.cr-toggle--active) .cr-toggle__icon{filter:brightness(0) saturate(100%) invert(38%) sepia(9%) saturate(900%) hue-rotate(182deg) brightness(95%);opacity:.9}.cr-toggle--active .cr-toggle__icon{filter:none;opacity:1}.cr-actions{display:flex;gap:12px;margin-top:22px}.cr-actions--single{justify-content:stretch}.cr-actions--single .cr-btn{flex:1}.cr-actions--split{justify-content:space-between}.cr-btn{flex:1;border:0;border-radius:999px;padding:14px 20px;font-size:15px;font-weight:800;letter-spacing:.04em;cursor:pointer;font-family:inherit;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:filter .2s,transform .05s}.cr-btn:active{transform:scale(.99)}.cr-btn--next{background:#4e84e7;color:#fff}.cr-btn--next:hover{filter:brightness(1.05)}.cr-btn--back{background:#d91a5a;color:#fff}.cr-btn--back:hover{filter:brightness(1.05)}.cr-intro{margin:0 0 clamp(20px,4vw,28px);text-align:center;line-height:1.35}.cr-intro__lead{display:block;font-size:clamp(17px,3.8vw,20px);font-weight:700;color:#111827;margin-bottom:6px}.cr-intro__sub{display:block;font-size:clamp(12.5px,2.9vw,14.5px);font-style:italic;font-weight:400;color:#6b7280;max-width:36ch;margin:0 auto}.cr-upload-wrap{position:relative;margin:0 0 20px}.cr-listing-head{display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;align-items:start;margin:0 0 16px}.cr-listing-head__fields{min-width:0}.cr-listing-head .cr-field{margin-bottom:8px}.cr-listing-head .cr-field:last-child{margin-bottom:0}.cr-upload{position:relative;display:flex;align-items:center;justify-content:center;margin:0;min-height:clamp(160px,28vw,200px);border-radius:24px;background:#e8e9ee;cursor:pointer;overflow:hidden;border:2px dashed transparent;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.cr-upload:hover{border-color:#4e84e759;background:#e2e4eb}.cr-upload:focus-visible{outline:2px solid #4e84e7;outline-offset:2px}.cr-upload--button{appearance:none;-webkit-appearance:none;width:100%;font:inherit;color:inherit;text-align:inherit;padding:0;border:0;background:#e8e9ee;line-height:0;min-height:96px;height:96px;border-radius:18px}.cr-upload-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cr-upload__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px 16px;pointer-events:none}.cr-upload__plus{font-size:clamp(44px,10vw,56px);font-weight:200;line-height:1;color:#fff;-webkit-user-select:none;user-select:none}.cr-listing-head .cr-upload__plus{font-size:40px}.cr-upload__hint{display:none}.cr-upload__preview{position:absolute;inset:0;z-index:1;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;display:block;pointer-events:none;-webkit-transform:translateZ(0);transform:translateZ(0)}.cr-upload--label{display:block;cursor:pointer}.cr-upload__banner-preview{display:block;width:100%;height:clamp(160px,28vw,200px);pointer-events:none}.cr-modal-overlay{position:fixed;inset:0;z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;background:#0f172a7a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cr-modal{background:#fff;border-radius:24px;box-shadow:0 28px 60px #0f172a47;max-height:min(92vh,720px);overflow:auto;color:#111827}.cr-modal--choice{width:min(380px,100%);padding:26px 24px 18px}.cr-modal__title--choice{margin:0 0 8px;text-align:center;font-size:clamp(18px,4.2vw,22px);font-weight:700;letter-spacing:-.02em}.cr-modal__subtitle{margin:0 0 22px;text-align:center;font-size:14px;line-height:1.45;color:#6b7280}.cr-cover-choice-actions{display:flex;flex-direction:column;gap:12px}.cr-cover-choice-btn{width:100%;padding:16px 20px;border:0;border-radius:999px;background:#e8e9ee;color:#111827;font-family:inherit;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s ease,transform .05s ease}.cr-cover-choice-btn:hover{background:#dde0e8}.cr-cover-choice-btn:active{transform:scale(.99)}.cr-modal__dismiss{display:block;width:100%;margin-top:16px;padding:12px;border:0;background:transparent;color:#6b7280;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer}.cr-modal__dismiss:hover{color:#374151}.cr-modal--banner{width:min(400px,100%);padding:12px 18px 24px}.cr-banner-modal__head{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;margin-bottom:16px}.cr-banner-modal__back{grid-column:1;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:0;border-radius:14px;background:transparent;color:#111827;font-size:32px;line-height:1;font-weight:400;cursor:pointer;font-family:inherit;padding:0}.cr-banner-modal__back:hover{background:#f3f4f6}.cr-banner-modal__title{grid-column:2;margin:0;text-align:center;font-size:clamp(16px,3.8vw,18px);font-weight:700;letter-spacing:-.02em}.cr-banner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}.cr-banner-cell{position:relative;margin:0;padding:0;border:0;border-radius:14px;background:transparent;cursor:pointer;aspect-ratio:16 / 10;box-sizing:border-box;overflow:hidden;box-shadow:0 0 0 0 transparent;transition:box-shadow .2s ease,transform .05s ease;font:inherit}.cr-banner-cell:hover:not(.cr-banner-cell--selected){box-shadow:0 0 0 3px #4e84e759}.cr-banner-cell--selected{box-shadow:0 0 0 3px #4e84e7}.cr-banner-cell:active{transform:scale(.98)}.cr-banner-cell__swatch{position:absolute;inset:0;display:block;width:100%;height:100%;border-radius:0}.cr-banner-cell__check{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:50%;background:#4e84e7;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #1e40af59;pointer-events:none}.cr-banner-modal__save{width:100%;flex:none!important;margin-top:4px}.cr-field--spaced{margin-bottom:16px}.cr-textarea-wrap{position:relative;margin-bottom:8px}.cr-textarea{width:100%;min-height:140px;resize:vertical;border:0;outline:none;padding:14px 16px 36px;border-radius:20px;background:#e8e9ee;color:#111827;font-size:15px;line-height:1.45;box-sizing:border-box;font-family:inherit}.cr-textarea::placeholder{color:#9ca3af}.cr-char-count{position:absolute;right:14px;bottom:10px;font-size:12px;font-weight:600;color:#9ca3af;pointer-events:none}.cr-footnote{margin-top:20px;max-width:min(560px,100%);text-align:center;font-size:13px;line-height:1.45;color:#ffffffeb;text-shadow:0 1px 2px rgba(0,0,0,.12);padding:0 12px}.cr-alert{margin:-8px 0 12px;padding:10px 14px;border-radius:12px;background:#dc26261f;color:#b91c1c;font-size:14px;text-align:center}.cr-done{text-align:center}.cr-done p{margin:0 0 20px;font-size:16px;line-height:1.5;color:#4b5563}.cr-done .cr-btn{max-width:280px;margin:0 auto}@media(max-width:520px){.cr-stepper__grid{grid-template-columns:1fr;gap:14px}.cr-stepper__item{text-align:left}.cr-toggle-row,.cr-phone-row{grid-template-columns:1fr}}
