: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-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-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(210px,1.05fr) minmax(280px,1.35fr) minmax(180px,.85fr);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-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;letter-spacing:0;text-transform:none;color:#111827;line-height:1.1}.customer-app__param-pill-inputs{position:absolute;inset:0;display:flex;width:auto;height:auto;overflow:hidden;opacity:0;pointer-events:auto}.customer-app__param-date{flex:1;width:50%;border:0;background:transparent;cursor:pointer}.customer-app__guest-controls{display:flex;align-items:center;gap:10px;min-width:0;color:#111827;font-size:13px;font-weight:600;white-space:nowrap}.customer-app__guest-control{display:inline-flex;align-items:center;gap:4px;min-width:0}.customer-app__param-num{width:30px;height:26px;border:0;background:transparent;color:#111827;font:inherit;font-weight:700;text-align:center;padding:0;cursor:pointer}.customer-app__param-text{width:100%;border:0;background:transparent;font:inherit;font-size:14px;font-weight:600;color:#111827;padding:0;min-width:0;grid-column:2}.customer-app__param-text::placeholder{color:#111827;opacity:1;font-weight:600}.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-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__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;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:8px 16px calc(12px + var(--customer-nav-slot-height));box-sizing:border-box}.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__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}.customer-offers__bundle-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border:0;background:transparent;text-align:left;cursor:pointer;font:inherit}.customer-offers__bundle-title{margin:0 0 4px;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-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}.customer-offers-drawer--open{transform:translate(0)}.customer-offers-drawer__hero{position:relative;flex-shrink:0;min-height:180px;max-height:42vh}.customer-offers-drawer__hero-img,.customer-offers-drawer__hero-placeholder{width:100%;height:100%;min-height:180px;max-height:42vh;object-fit:cover;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:16px 18px;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__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__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-text p{margin:0;font-size:clamp(13px,1.6vw,18px);color:#6b7280}.host-overview__meta{margin-top:8px;display:flex;gap:12px;flex-wrap:wrap}.host-overview__meta span{font-size:12px;color:#64748b}.host-overview__hero-edit{width:30px;height:30px;border:0;border-radius:999px;background:#3b82f6;color:#fff;font-size:14px;cursor:pointer}.host-overview__content{background:#f4f5f7;border-radius:22px}.host-overview__section{padding:10px 0 18px;border-bottom:1px solid #e5e7eb}.host-overview__section:last-child{border-bottom:0}.host-overview__section h2{margin:0 0 10px;font-size:clamp(24px,2.8vw,40px);letter-spacing:-.02em;color:#121826}.host-overview__section p{margin:0;font-size:clamp(14px,1.5vw,20px);color:#7a8088}.host-overview__calendar{margin-top:16px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-radius:18px;overflow:hidden;border:1px solid #e5e7eb}.host-overview__calendar div{min-height:110px;display:flex;align-items:flex-start;justify-content:center;padding-top:12px;font-size:12px;font-weight:700;color:#8b9096;background:#fff}.host-overview__calendar-day--weekend{background:#e9f1ff!important;color:#5a7cbf!important}.host-overview__section--requests .host-requests{margin-top:4px}.host-richieste{max-width:920px}.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:#fff;border-radius:22px;padding:20px 22px 18px;border:1px solid #e8eaed;box-shadow:0 4px 18px #0f172a0f}.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__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:0;font-size:15px;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;box-shadow:0 4px 12px #2563eb59}.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:0 0 12px;font-size:13px;font-style:italic;color:#9ca3af}.host-requests__card-message{background:#f1f5f9;border-radius:18px;padding:14px 16px;font-size:15px;line-height:1.5;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:#7f1d1d;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}.host-structure__btn--primary{background:linear-gradient(90deg,#4285f4,#c6053c);color:#fff}.host-structure__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.host-structure__card{background:#fff;border-radius:24px;padding:18px}.host-structure__card h2{margin:0 0 14px;font-size:clamp(22px,2.2vw,32px);color:#111827}.host-structure__photo-box{background:#f3f4f6;border-radius:20px;padding:12px;margin-bottom:14px}.host-structure__cover{border-radius:14px;overflow:hidden;min-height:165px;background:#d1d5db}.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{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{background:#f3f4f6;border-radius:18px;padding:12px}.host-structure__preview-cover{position:relative;border-radius:14px;overflow:hidden;min-height:190px;background:#d1d5db}.host-structure__preview-cover img{width:100%;height:190px;object-fit:cover;display:block}.host-structure__preview-cover h3{position:absolute;left:14px;bottom:12px;margin:0;font-size:clamp(24px,2.3vw,34px);color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.45)}.host-structure__preview-meta{margin-top:10px;display:flex;justify-content:space-between;gap:8px;color:#4b5563;font-size:14px}.host-structure__preview-meta p{margin:0}.host-structure__preview-meta span{font-weight:700}.host-structure__preview-description{margin:12px 0 0;color:#374151;line-height:1.5}.host-settings__list{display:grid;gap:12px;margin-top:16px}.host-settings__row{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;background:#fff;border-radius:18px;padding:14px 16px}.host-settings__row h2{margin:0 0 2px;font-size:clamp(18px,2vw,34px);color:#0f172a}.host-settings__row p{margin:0;color:#7a8088;font-size:clamp(12px,1.1vw,18px)}.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 h2{color:#1f2937}.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__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}.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:12px;border:0;border-radius:999px;background:linear-gradient(90deg,#d6004a,#c2063d);color:#fff;font-weight:700;padding:14px 16px;cursor:pointer}.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-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__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}}: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-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}}
