:root{--bg:#f4f7fb;--surface:#fff;--text:#15243a;--muted:#6b778c;--primary:#163b65;--primary2:#24598f;--border:#dbe3ec;--success:#16794a;--danger:#b42318;--shadow:0 14px 40px rgba(20,43,72,.10)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input{font:inherit}.wrap{width:min(1120px,calc(100% - 32px));margin:0 auto}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{font-size:1.35rem;font-weight:800;letter-spacing:-.03em}.nav-links{display:flex;align-items:center;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:12px 18px;background:var(--primary);color:#fff;font-weight:700;cursor:pointer;transition:.18s ease}.btn:hover{transform:translateY(-1px);background:var(--primary2)}.btn.secondary{background:#e9eff6;color:var(--primary)}.hero{padding:72px 0 92px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:48px}.hero h1{font-size:clamp(2.7rem,7vw,5.7rem);line-height:.95;margin:0 0 24px;letter-spacing:-.06em}.hero p{font-size:1.17rem;line-height:1.7;color:var(--muted);max-width:660px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.preview{background:linear-gradient(145deg,#153a63,#2b6aa6);border-radius:28px;min-height:460px;padding:28px;color:#fff;box-shadow:var(--shadow)}.preview-card{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:18px;margin-top:16px}.card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:24px;box-shadow:0 8px 22px rgba(20,43,72,.04)}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:32px 0}.auth-card{width:min(560px,calc(100% - 32px))}.field{display:grid;gap:8px;margin-bottom:16px}.field label{font-weight:700}.field input{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:12px;outline:none;background:#fff}.field input:focus{border-color:var(--primary2);box-shadow:0 0 0 3px rgba(36,89,143,.12)}.form-actions{display:grid;gap:12px;margin-top:18px}.message{min-height:22px;margin:12px 0 0;color:var(--muted)}.message.error{color:var(--danger)}.message.success{color:var(--success)}.muted{color:var(--muted)}.app-shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.side{background:#102c4d;color:#fff;padding:28px 22px;position:sticky;top:0;height:100vh}.side nav{display:grid;gap:10px;margin-top:34px}.side a,.side button{display:block;width:100%;color:#dce9f6;background:transparent;border:0;text-align:left;padding:11px 12px;border-radius:10px;cursor:pointer}.side a.active,.side a:hover,.side button:hover{background:rgba(255,255,255,.10);color:#fff}.main{padding:40px}.main-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.stat{font-size:2.2rem;font-weight:800;margin-top:8px}.section{margin-top:24px}.property-row{display:flex;justify-content:space-between;gap:20px;align-items:center}.guide-shell{width:min(820px,calc(100% - 32px));margin:0 auto;padding:28px 0 56px}.guide-hero{background:linear-gradient(135deg,#14385f,#28679e);color:#fff;border-radius:24px;padding:34px}.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}.footer-note{text-align:center;color:var(--muted);margin-top:28px;font-size:.92rem}.hidden{display:none!important}@media(max-width:820px){.hero{grid-template-columns:1fr;padding-top:44px}.preview{min-height:360px}.app-shell{grid-template-columns:1fr}.side{height:auto;position:static}.side nav{grid-template-columns:repeat(2,minmax(0,1fr))}.main{padding:24px 16px}.grid,.guide-grid{grid-template-columns:1fr}.property-row,.main-top{align-items:flex-start;flex-direction:column}}

/* StayGuide 2.3 – eiendomsadministrasjon */
button:disabled{cursor:not-allowed;opacity:.58;transform:none!important}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.section-heading h2{margin:0 0 4px}.properties-list{display:grid;gap:16px}.empty-state{text-align:center;padding:48px 24px}.empty-state h3{margin:10px 0 6px}.empty-icon{font-size:2.4rem}.property-card{display:grid;grid-template-columns:210px 1fr;padding:0;overflow:hidden}.property-image-wrap{min-height:190px;background:#e9eff6}.property-image{display:block;width:100%;height:100%;min-height:190px;object-fit:cover}.property-placeholder{display:grid;place-items:center;font-size:2.6rem;color:var(--primary)}.property-content{padding:22px}.property-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.property-title-row h3{margin:0 0 6px;font-size:1.25rem}.property-title-row p{margin:0}.property-description{line-height:1.6;margin:18px 0}.property-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:.8rem;font-weight:800;white-space:nowrap}.status-badge.published{background:#e8f7ef;color:var(--success)}.status-badge.draft{background:#eef2f7;color:var(--muted)}textarea{font:inherit;resize:vertical}.field textarea{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:12px;outline:none;background:#fff}.field textarea:focus{border-color:var(--primary2);box-shadow:0 0 0 3px rgba(36,89,143,.12)}.field-help{font-size:.86rem;color:var(--muted)}.check-row{display:flex;align-items:center;gap:10px;margin:10px 0 4px;font-weight:700}.check-row input{width:18px;height:18px}.modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px}.modal-backdrop{position:absolute;inset:0;background:rgba(10,25,43,.58);backdrop-filter:blur(3px)}.modal-card{position:relative;width:min(620px,100%);max-height:calc(100vh - 40px);overflow:auto;background:var(--surface);border-radius:20px;padding:26px;box-shadow:0 24px 70px rgba(8,25,44,.28)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.modal-header h2{margin:0 0 6px}.modal-header p{margin:0}.icon-button{border:0;background:#eef2f7;color:var(--text);width:38px;height:38px;border-radius:10px;font-size:1.5rem;cursor:pointer}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.modal-open{overflow:hidden}@media(max-width:820px){.section-heading{align-items:stretch;flex-direction:column}.section-heading .btn{width:100%}.property-card{grid-template-columns:1fr}.property-image-wrap,.property-image{min-height:210px}.property-title-row{flex-direction:column}.modal{padding:10px}.modal-card{padding:20px;max-height:calc(100vh - 20px)}.modal-actions{display:grid;grid-template-columns:1fr 1fr}.modal-actions .btn{width:100%}}

/* StayGuide 2.4 – annonsekobling */
.url-fetch-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.url-fetch-row .btn{white-space:nowrap}.listing-preview{display:grid;grid-template-columns:110px 1fr;align-items:center;gap:14px;margin:-2px 0 18px;padding:12px;border:1px solid var(--border);border-radius:14px;background:#f8fafc}.listing-preview img{width:110px;height:78px;object-fit:cover;border-radius:10px;background:#e9eff6}.listing-preview div{display:grid;gap:5px}.property-actions a.btn{min-height:44px}@media(max-width:620px){.url-fetch-row{grid-template-columns:1fr}.listing-preview{grid-template-columns:90px 1fr}.listing-preview img{width:90px;height:68px}}

.btn.danger-outline{background:#fff;color:var(--danger);border:1px solid #f0b7b2}.btn.danger-outline:hover{background:#fff1f0;color:#8f1b13}

/* StayGuide 2.6 – redigering og forbedret import */
.button-spinner{width:15px;height:15px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;display:inline-block;margin-right:7px;animation:stayguide-spin .7s linear infinite}@keyframes stayguide-spin{to{transform:rotate(360deg)}}.listing-preview[data-platform="booking"]{border-left:4px solid #0b5cab}.listing-preview[data-platform="airbnb"]{border-left:4px solid #ff385c}.listing-preview[data-platform="vrbo"]{border-left:4px solid #3151b7}.listing-preview:not(:has(img:not(.hidden))){grid-template-columns:1fr}.property-actions .edit-property-button{min-width:94px}

/* StayGuide 2.7 – digital gjesteguide */
.guide-editor-card{width:min(760px,100%)}.guide-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.guide-modal-actions{align-items:center}.guide-modal-actions #guide-preview-link{margin-right:auto}.public-guide-page{background:#f3f6fa}.guide-loading,.guide-error{min-height:100vh;display:grid;place-items:center;padding:24px}.guide-error .card{width:min(560px,100%);text-align:center}.public-guide{width:min(780px,100%);margin:0 auto;background:#f3f6fa;min-height:100vh;padding-bottom:36px}.public-guide-hero{position:relative;min-height:390px;display:flex;align-items:flex-end;padding:34px 24px;background:linear-gradient(145deg,#12375e,#2c6ea8);background-size:cover;background-position:center;color:#fff}.public-guide-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,27,46,.12),rgba(10,27,46,.88))}.public-guide-hero-content{position:relative;z-index:1;width:min(680px,100%);margin:0 auto}.public-guide-brand{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.16);backdrop-filter:blur(8px);font-weight:800}.public-guide-address{margin:80px 0 7px;opacity:.88}.public-guide-hero h1{font-size:clamp(2.2rem,8vw,4.3rem);line-height:1;margin:0;letter-spacing:-.05em}.public-guide-welcome{font-size:1.08rem;line-height:1.65;margin:18px 0 0;max-width:650px;color:#edf5fc}.public-guide-sections{width:min(680px,calc(100% - 28px));margin:-18px auto 0;position:relative;z-index:2;display:grid;gap:14px}.public-guide-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:22px;box-shadow:0 10px 28px rgba(20,43,72,.08)}.public-guide-card h2{margin:8px 0 12px}.public-guide-card p{margin:0;line-height:1.65;color:#45566d}.public-guide-card ul{margin:0;padding-left:21px;color:#45566d}.public-guide-card li{margin:8px 0;line-height:1.5}.public-guide-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#eaf1f8;color:var(--primary);font-size:1.25rem;font-weight:900}.guide-detail-list{display:grid;gap:10px}.guide-detail-list div{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-top:1px solid var(--border)}.guide-detail-list span{color:var(--muted)}.guide-detail-list strong{text-align:right;overflow-wrap:anywhere}.guide-contact-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}.guide-contact-links a{display:block;padding:14px;border-radius:13px;background:#eef4fa;color:var(--primary);line-height:1.45}.guide-contact-links strong{overflow-wrap:anywhere}.public-guide .footer-note{padding:0 16px}@media(max-width:620px){.guide-form-grid{grid-template-columns:1fr;gap:0}.guide-modal-actions{grid-template-columns:1fr}.guide-modal-actions #guide-preview-link{margin:0}.public-guide-hero{min-height:360px}.guide-contact-links{grid-template-columns:1fr}}

/* StayGuide 2.8 – deling av gjesteguide */
.guide-modal-actions #copy-guide-link-button{white-space:nowrap}.guide-modal-actions #guide-preview-link{white-space:nowrap}@media(max-width:620px){.guide-modal-actions #copy-guide-link-button{width:100%}}

/* StayGuide 2.9 – QR-kode for publisert gjesteguide */
.guide-modal-actions #show-qr-button{white-space:nowrap}.qr-modal-card{width:min(470px,100%)}.qr-preview{display:grid;place-items:center;gap:14px;padding:10px 0 4px;text-align:center}.qr-preview img{display:block;width:min(310px,100%);aspect-ratio:1;background:#fff;border:1px solid var(--border);border-radius:18px;padding:12px}.qr-preview p{margin:0;font-weight:800;font-size:1.05rem}@media(max-width:620px){.guide-modal-actions #show-qr-button{width:100%}}

/* StayGuide 2.11.1 – language selector */
.public-guide-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px}.guide-language-picker{display:flex;align-items:center;gap:8px;padding:6px 8px 6px 11px;border-radius:13px;background:rgba(255,255,255,.16);backdrop-filter:blur(8px);font-size:.82rem;font-weight:700}.guide-language-picker span{opacity:.88}.guide-language-picker select{max-width:155px;border:0;border-radius:9px;padding:7px 28px 7px 9px;background:rgba(255,255,255,.94);color:#15243a;font:inherit;cursor:pointer}.guide-language-picker select:focus{outline:2px solid rgba(255,255,255,.75);outline-offset:2px}@media(max-width:520px){.public-guide-topbar{align-items:flex-start}.guide-language-picker{flex-direction:column;align-items:flex-start;gap:3px}.guide-language-picker select{max-width:140px}.public-guide-address{margin-top:58px}}


/* StayGuide 2.12 – global branding and site languages */
.hero-eyebrow{font-weight:800;letter-spacing:.08em;text-transform:uppercase}.preview-title{font-size:2rem;margin:36px 0 6px}.preview-copy,.preview-card span{color:#dbeafa}.site-language-picker{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:.84rem;font-weight:700;white-space:nowrap}.site-language-picker select{border:1px solid var(--border);border-radius:10px;padding:8px 28px 8px 10px;background:#fff;color:var(--text);font:inherit;cursor:pointer}.site-language-picker select:focus{outline:2px solid rgba(36,89,143,.22);outline-offset:2px}.auth-nav{margin-bottom:2px}.auth-nav .site-language-picker{margin-left:auto}@media(max-width:720px){.nav{align-items:flex-start;padding:14px 0}.nav-links{flex-wrap:wrap;justify-content:flex-end}.nav-links .site-language-picker{order:-1;width:100%;justify-content:flex-end}.auth-nav{align-items:center}.site-language-picker span{display:none}.hero{padding-top:38px}}


/* StayGuide 2.13 – interactive public demo */
.demo-guide-hero{background-image:linear-gradient(180deg,rgba(10,27,46,.08),rgba(10,27,46,.82)),linear-gradient(135deg,#2a6f8f,#173d5f 55%,#6f9e84)}.demo-badge{display:inline-flex;margin-left:7px;padding:3px 7px;border-radius:999px;background:#f6c95d;color:#493600;font-size:.67rem;letter-spacing:.08em;vertical-align:middle}.demo-actions-card{width:min(680px,calc(100% - 28px));margin:18px auto 0;padding:20px;background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:0 10px 28px rgba(20,43,72,.08);display:flex;justify-content:space-between;align-items:center;gap:18px}.demo-actions-card p{margin:5px 0 0;color:var(--muted);line-height:1.55}.demo-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.demo-guide-page .public-guide-card{transition:transform .18s ease,box-shadow .18s ease}.demo-guide-page .public-guide-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(20,43,72,.12)}@media(max-width:620px){.demo-actions-card{align-items:stretch;flex-direction:column}.demo-actions{display:grid;grid-template-columns:1fr}.demo-actions .btn{width:100%}}


/* StayGuide 2.14 – multilingual dashboard */
.side-top{display:grid;gap:16px}.app-language-picker{display:grid;gap:6px;color:#dce9f6;font-size:.78rem;font-weight:700}.app-language-picker select{width:100%;border:1px solid rgba(255,255,255,.22);border-radius:10px;padding:9px 30px 9px 10px;background:#fff;color:#15243a;font:inherit;cursor:pointer}.app-language-picker select:focus{outline:2px solid rgba(255,255,255,.55);outline-offset:2px}@media(max-width:820px){.side-top{grid-template-columns:1fr minmax(150px,220px);align-items:center}.side nav{margin-top:20px}}@media(max-width:520px){.side-top{grid-template-columns:1fr}.app-language-picker{max-width:none}}

/* StayGuide 2.15 – lokale anbefalinger */
.recommendations-editor{margin-top:24px;padding-top:22px;border-top:1px solid var(--border)}.recommendations-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}.recommendations-heading h3{margin:0 0 5px}.recommendations-heading p{margin:0}.recommendations-editor-list{display:grid;gap:14px}.recommendation-editor-card{border:1px solid var(--border);border-radius:16px;padding:16px;background:#f8fafc}.recommendation-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.recommendation-editor-card select{width:100%;border:1px solid var(--border);border-radius:11px;padding:11px 12px;background:#fff;color:var(--text);font:inherit}.recommendations-empty{margin:12px 0 0}.recommendations-public-section{padding-bottom:18px}.recommendations-public-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.recommendation-public-card{overflow:hidden;border:1px solid var(--border);border-radius:16px;background:#f8fafc}.recommendation-image{display:block;width:100%;height:150px;object-fit:cover;background:#e7edf4}.recommendation-public-content{padding:16px}.recommendation-public-content h3{margin:4px 0 8px;font-size:1.08rem}.recommendation-public-content p{font-size:.94rem}.recommendation-category-icon{font-size:1.2rem}.recommendation-address{margin-bottom:7px!important;color:var(--muted)!important}.recommendation-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.recommendation-links .btn{padding:9px 12px;font-size:.85rem}.recommendation-links .btn.secondary{background:#e9eff6;color:var(--primary)}@media(max-width:620px){.recommendations-heading{flex-direction:column}.recommendations-heading .btn{width:100%}.recommendations-public-grid{grid-template-columns:1fr}.recommendation-image{height:190px}}


/* StayGuide 2.16 – Premium Guest Experience */
.guide-media-editor{margin:24px 0;padding:22px;border:1px solid var(--border);border-radius:20px;background:linear-gradient(180deg,#fbfdff,#f6f9fc)}
.guide-media-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.guide-media-grid .gallery-field{grid-column:1/-1}
.guide-gallery-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0}.guide-gallery-thumb{position:relative;aspect-ratio:4/3;border-radius:13px;overflow:hidden;background:#eaf0f6}.guide-gallery-thumb img{width:100%;height:100%;object-fit:cover}.guide-gallery-thumb button{position:absolute;top:6px;right:6px;width:28px;height:28px;border:0;border-radius:999px;background:rgba(17,31,49,.82);color:#fff;font-size:18px;cursor:pointer}
.public-guide-page{background:linear-gradient(180deg,#eaf1f7 0,#f5f8fb 35%,#f5f8fb 100%)}.public-guide{box-shadow:0 0 60px rgba(23,55,88,.10)}
.public-guide-hero{min-height:470px;padding-bottom:56px}.public-guide-overlay{background:linear-gradient(180deg,rgba(4,17,30,.06),rgba(4,17,30,.9))}.public-guide-brand{box-shadow:0 8px 24px rgba(0,0,0,.12)}
.public-guide-sections{margin-top:-34px;gap:18px}.public-guide-card{padding:0;overflow:hidden;border-radius:24px;box-shadow:0 16px 42px rgba(20,43,72,.10);transition:transform .2s ease,box-shadow .2s ease}.public-guide-card:hover{transform:translateY(-2px);box-shadow:0 20px 52px rgba(20,43,72,.14)}.public-guide-card-body{padding:24px}.public-guide-card:not(.has-section-image)>.public-guide-icon,.public-guide-card:not(.has-section-image)>h2,.public-guide-card:not(.has-section-image)>p,.public-guide-card:not(.has-section-image)>ul,.public-guide-card:not(.has-section-image)>.guide-detail-list,.public-guide-card:not(.has-section-image)>.guide-contact-links{margin-left:22px;margin-right:22px}.public-guide-card:not(.has-section-image)>.public-guide-icon{margin-top:22px}.public-guide-card:not(.has-section-image)>:last-child{margin-bottom:22px}
.public-guide-section-image{width:100%;height:230px;object-fit:cover;display:block}.public-guide-gallery{margin-bottom:2px;overflow:hidden}.public-guide-gallery-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(76%,1fr);gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 12px;scrollbar-width:thin}.public-guide-gallery-item{border:0;padding:0;border-radius:22px;overflow:hidden;aspect-ratio:16/10;scroll-snap-align:start;background:#dbe5ee;cursor:zoom-in;box-shadow:0 12px 30px rgba(20,43,72,.12)}.public-guide-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.public-guide-gallery-item:hover img{transform:scale(1.025)}
.guide-lightbox{width:min(94vw,1050px);max-width:none;border:0;border-radius:22px;padding:12px;background:#0b1520;box-shadow:0 30px 100px rgba(0,0,0,.45)}.guide-lightbox::backdrop{background:rgba(4,10,17,.82);backdrop-filter:blur(5px)}.guide-lightbox img{width:100%;max-height:82vh;object-fit:contain;display:block;border-radius:15px}.guide-lightbox button{position:absolute;top:20px;right:20px;width:42px;height:42px;border:0;border-radius:999px;background:rgba(0,0,0,.68);color:#fff;font-size:26px;cursor:pointer}
@media(max-width:620px){.guide-media-grid{grid-template-columns:1fr}.guide-gallery-preview{grid-template-columns:repeat(2,1fr)}.public-guide-hero{min-height:430px;padding-bottom:50px}.public-guide-section-image{height:210px}.public-guide-card-body{padding:21px}.public-guide-gallery-track{grid-auto-columns:88%}}

/* StayGuide 2.17.1 – AI Concierge interface */
.ai-concierge-toggle{position:fixed;right:22px;bottom:22px;z-index:70;display:inline-flex;align-items:center;gap:9px;border:0;border-radius:999px;padding:14px 18px;background:linear-gradient(135deg,#143a63,#256f9e);color:#fff;font:inherit;font-weight:800;box-shadow:0 16px 40px rgba(13,44,76,.28);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.ai-concierge-toggle:hover{transform:translateY(-2px);box-shadow:0 20px 46px rgba(13,44,76,.34)}.ai-concierge-toggle span:first-child{display:grid;place-items:center;width:26px;height:26px;border-radius:999px;background:rgba(255,255,255,.16)}
.ai-concierge-panel{position:fixed;right:22px;bottom:86px;z-index:75;width:min(390px,calc(100vw - 28px));max-height:min(650px,calc(100vh - 116px));display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.7);border-radius:26px;background:rgba(255,255,255,.98);box-shadow:0 26px 80px rgba(11,31,51,.28);overflow:hidden;backdrop-filter:blur(18px)}.ai-concierge-panel.hidden{display:none}.ai-concierge-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:20px 20px 14px;background:linear-gradient(135deg,#102f50,#22658f);color:#fff}.ai-concierge-header h2{margin:4px 0 0;font-size:1.28rem}.ai-concierge-kicker{font-size:.7rem;letter-spacing:.13em;text-transform:uppercase;font-weight:900;opacity:.76}.ai-concierge-close{width:38px;height:38px;border:0;border-radius:999px;background:rgba(255,255,255,.14);color:#fff;font-size:25px;line-height:1;cursor:pointer}.ai-concierge-intro{margin:0;padding:15px 20px 7px;color:var(--muted);font-size:.92rem;line-height:1.5}.ai-concierge-suggestions{display:flex;gap:8px;overflow-x:auto;padding:8px 20px 12px}.ai-concierge-suggestions button{flex:0 0 auto;max-width:250px;border:1px solid var(--border);border-radius:999px;padding:8px 12px;background:#f5f8fb;color:var(--text);font:inherit;font-size:.8rem;font-weight:700;cursor:pointer}.ai-concierge-messages{display:flex;flex-direction:column;gap:10px;min-height:150px;max-height:265px;overflow-y:auto;padding:8px 20px 16px}.ai-message{max-width:86%;padding:11px 13px;border-radius:16px;font-size:.9rem;line-height:1.45;white-space:pre-wrap}.ai-message-guest{align-self:flex-end;border-bottom-right-radius:5px;background:#1f628d;color:#fff}.ai-message-assistant{align-self:flex-start;border-bottom-left-radius:5px;background:#eef3f7;color:var(--text)}.ai-message-thinking{letter-spacing:.18em;font-weight:900}.ai-concierge-form{display:grid;grid-template-columns:1fr auto;gap:9px;padding:14px 16px 10px;border-top:1px solid var(--border);background:#fff}.ai-concierge-form textarea{width:100%;min-height:48px;max-height:110px;resize:vertical;border:1px solid var(--border);border-radius:14px;padding:12px 13px;color:var(--text);background:#f9fbfd;font:inherit}.ai-concierge-form textarea:focus{outline:2px solid rgba(36,89,143,.22);border-color:#4d85b1}.ai-concierge-form button{align-self:end;border:0;border-radius:13px;padding:13px 16px;background:#1d5f8a;color:#fff;font:inherit;font-weight:800;cursor:pointer}.ai-concierge-form button:disabled{opacity:.55;cursor:wait}.ai-concierge-note{margin:0;padding:0 18px 14px;color:var(--muted);font-size:.72rem;text-align:center}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:620px){.ai-concierge-toggle{right:14px;bottom:14px;padding:13px 16px}.ai-concierge-panel{right:14px;bottom:76px;width:calc(100vw - 28px);max-height:calc(100vh - 100px);border-radius:22px}.ai-concierge-messages{max-height:32vh}}

/* StayGuide 2.18 – QR center and stayguide.no links */
.qr-center-section{scroll-margin-top:24px}.qr-center-list{display:grid;gap:14px}.qr-center-card{display:flex;align-items:center;justify-content:space-between;gap:22px}.qr-center-property{display:flex;align-items:center;gap:16px;min-width:0}.qr-center-property img,.qr-center-placeholder{width:86px;height:68px;border-radius:13px;object-fit:cover;flex:0 0 auto}.qr-center-placeholder{display:grid;place-items:center;background:#e9eff6;color:var(--primary);font-size:1.8rem}.qr-center-property h3{margin:0 0 4px}.qr-center-property p{margin:0 0 9px}.qr-center-actions{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap}.qr-center-draft-note{max-width:360px;margin:0;text-align:right;line-height:1.5}.qr-modal-card .modal-actions{flex-wrap:wrap}@media(max-width:900px){.qr-center-card{align-items:stretch;flex-direction:column}.qr-center-actions{justify-content:flex-start}.qr-center-draft-note{text-align:left;max-width:none}}@media(max-width:620px){.qr-center-actions{display:grid;grid-template-columns:1fr}.qr-center-actions .btn{width:100%;text-align:center}.qr-modal-card .modal-actions{display:grid;grid-template-columns:1fr}.qr-modal-card .modal-actions .btn{width:100%}}

[hidden]{display:none!important}.qr-center-section[hidden]{display:none!important}


/* StayGuide 2.19 – check-in and check-out checklists */
.checklist-editor{margin:24px 0;padding:22px;border:1px solid var(--border);border-radius:20px;background:#f8fafc}.guest-checklist-card{padding:22px!important}.guest-checklist-card h2{margin:0 0 16px!important}.guest-checklist-items{display:grid;gap:10px}.guest-checklist-item{display:flex;align-items:flex-start;gap:12px;padding:13px 14px;border:1px solid var(--border);border-radius:14px;background:#f8fafc;cursor:pointer;transition:.15s ease}.guest-checklist-item:hover{background:#f1f6fa}.guest-checklist-item input{width:20px;height:20px;margin:1px 0 0;accent-color:var(--primary);flex:0 0 auto}.guest-checklist-item input:checked+span{text-decoration:line-through;color:var(--muted)}.guest-checklist-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:15px;color:var(--muted);font-size:.88rem}.guest-checklist-reset{border:0;background:transparent;color:var(--primary2);font:inherit;font-weight:800;cursor:pointer;padding:6px}.guest-checklist-reset:hover{text-decoration:underline}@media(max-width:620px){.checklist-editor{padding:18px}.guest-checklist-footer{align-items:flex-start;flex-direction:column}}


/* StayGuide 2.20 – house manual and media library */
.resource-library-editor{margin:24px 0;padding:22px;border:1px solid var(--border);border-radius:20px;background:linear-gradient(180deg,#fbfdff,#f7f9fc)}
.resource-library-editor-list{display:grid;gap:14px}.resource-library-editor-card{padding:18px;border:1px solid var(--border);border-radius:16px;background:#fff}.resource-library-editor-card select,.resource-library-editor-card textarea{width:100%;padding:12px 13px;border:1px solid var(--border);border-radius:12px;background:#fff;font:inherit;color:var(--text)}
.resources-public-section{grid-column:1/-1}.resources-public-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}.resource-public-item{overflow:hidden;border:1px solid var(--border);border-radius:18px;background:#f8fafc}.resource-public-image{width:100%;height:190px;object-fit:cover;display:block}.resource-public-content{padding:18px}.resource-public-content h3{margin:5px 0 8px}.resource-public-content p{margin:0 0 14px;color:var(--muted);line-height:1.55}.resource-public-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#e6eef6;color:var(--primary);font-weight:900}.resource-video-frame{position:relative;aspect-ratio:16/9;background:#0b1520}.resource-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.resource-direct-video{width:100%;display:block;background:#0b1520;aspect-ratio:16/9}
@media(max-width:620px){.resource-library-editor{padding:18px}.resources-public-grid{grid-template-columns:1fr}.resource-public-image{height:180px}}


/* v2.21 Analytics */
.analytics-heading{align-items:flex-end}
.analytics-range{display:grid;gap:6px;min-width:150px;font-weight:700}
.analytics-range select{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--text)}
.analytics-summary{grid-template-columns:repeat(4,minmax(0,1fr))}
.analytics-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:18px;margin-top:18px}
.analytics-layout h3{margin-top:0}
.analytics-property-list,.analytics-language-list{display:grid;gap:10px}
.analytics-property-row{display:grid;grid-template-columns:minmax(180px,1.6fr) repeat(4,minmax(90px,.7fr));gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}
.analytics-property-row:last-child{border-bottom:0}
.analytics-property-row span{font-size:13px;color:var(--muted)}
.analytics-language-row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--line)}
.analytics-language-row:last-child{border-bottom:0}
@media(max-width:900px){.analytics-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-layout{grid-template-columns:1fr}.analytics-property-row{grid-template-columns:1fr 1fr}.analytics-property-row strong{grid-column:1/-1}}
@media(max-width:560px){.analytics-heading{align-items:stretch}.analytics-summary{grid-template-columns:1fr 1fr}}


/* v2.22.1 subscription */
.subscription-section{display:grid;gap:20px}.subscription-current{display:flex;justify-content:space-between;align-items:center;gap:20px;background:linear-gradient(135deg,#eef5fc,#fff)}.subscription-current h3{margin:4px 0 8px}.subscription-current p{margin:0}.subscription-current-price{font-size:1.45rem;white-space:nowrap}.subscription-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.subscription-plan{position:relative;display:flex;flex-direction:column;gap:18px}.subscription-plan-featured{border:2px solid var(--primary2);box-shadow:0 16px 42px rgba(36,89,143,.16)}.subscription-badge{position:absolute;top:-13px;right:18px;background:var(--primary);color:#fff;border-radius:999px;padding:6px 11px;font-size:.78rem;font-weight:800}.subscription-plan-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.subscription-plan h3{font-size:1.55rem;margin:4px 0 0}.subscription-kicker{display:block;color:var(--muted);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.subscription-price{text-align:right}.subscription-price strong{display:block;font-size:1.65rem}.subscription-price span{color:var(--muted);font-size:.88rem}.subscription-features{display:grid;gap:10px;margin:0;padding:0;list-style:none;flex:1}.subscription-features li{display:flex;gap:9px;line-height:1.45}.subscription-features li::before{content:'✓';color:var(--success);font-weight:900}.subscription-addon{display:flex;align-items:center;gap:11px;padding:13px;border:1px solid var(--border);border-radius:13px;background:#f8fafc;cursor:pointer}.subscription-addon input{width:19px;height:19px}.subscription-addon span{display:grid;gap:2px}.subscription-addon small{color:var(--muted)}.subscription-ai-included{display:grid;gap:3px;padding:13px;border-radius:13px;background:#e8f7ef;color:var(--success)}.subscription-total{display:flex;justify-content:space-between;border-top:1px solid var(--border);padding-top:14px}.subscription-demo-note{display:flex;align-items:center;justify-content:space-between;gap:20px}.subscription-demo-note p{margin:5px 0 0}@media(max-width:1050px){.subscription-plans{grid-template-columns:1fr}.subscription-plan-featured{order:-1}}@media(max-width:620px){.subscription-current,.subscription-demo-note,.subscription-plan-head{align-items:flex-start;flex-direction:column}.subscription-price{text-align:left}.subscription-current-price{white-space:normal}.subscription-demo-note .btn{width:100%}}

/* StayGuide 2.23 – guided product demo */
.demo-tour-launch{border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.13);color:#fff;border-radius:999px;padding:8px 12px;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer;backdrop-filter:blur(8px)}
.demo-ai-toggle{position:fixed;right:22px;bottom:22px;z-index:910;border:0;border-radius:999px;padding:14px 18px;background:linear-gradient(135deg,#14385f,#2872a5);color:#fff;font:inherit;font-weight:850;box-shadow:0 16px 40px rgba(13,45,76,.28);cursor:pointer}
.demo-ai-panel{position:fixed;right:22px;bottom:84px;z-index:920;width:min(390px,calc(100vw - 32px));max-height:min(650px,calc(100vh - 112px));display:flex;flex-direction:column;background:#fff;border:1px solid rgba(255,255,255,.8);border-radius:24px;overflow:hidden;box-shadow:0 28px 90px rgba(10,31,54,.30)}
.demo-ai-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 18px 14px;background:linear-gradient(135deg,#102f50,#256c98);color:#fff}.demo-ai-header span{font-size:.67rem;letter-spacing:.14em;font-weight:900;opacity:.75}.demo-ai-header h2{font-size:1.18rem;margin:4px 0 0}.demo-ai-header button{width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:24px;cursor:pointer}.demo-ai-intro{margin:0;padding:14px 18px 6px;color:var(--muted);line-height:1.5;font-size:.9rem}.demo-ai-suggestions{display:flex;gap:8px;overflow-x:auto;padding:8px 18px 12px}.demo-ai-suggestions button{flex:0 0 auto;border:1px solid var(--border);background:#f5f8fb;border-radius:999px;padding:8px 11px;font:inherit;font-size:.78rem;font-weight:750;cursor:pointer}.demo-ai-messages{display:flex;flex-direction:column;gap:9px;min-height:135px;max-height:245px;overflow:auto;padding:8px 18px 14px}.demo-ai-message{max-width:88%;border-radius:15px;padding:10px 12px;line-height:1.45;font-size:.88rem}.demo-ai-user{align-self:flex-end;background:#1e638f;color:#fff;border-bottom-right-radius:4px}.demo-ai-assistant{align-self:flex-start;background:#edf3f7;color:var(--text);border-bottom-left-radius:4px}.demo-ai-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px 14px 8px;border-top:1px solid var(--border)}.demo-ai-form input{min-width:0;border:1px solid var(--border);border-radius:13px;padding:11px 12px;font:inherit}.demo-ai-form button{border:0;border-radius:12px;padding:11px 14px;background:#1d628d;color:#fff;font:inherit;font-weight:800;cursor:pointer}.demo-ai-note{display:block;padding:0 14px 12px;text-align:center;color:var(--muted)}
.demo-tour-intro{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:20px}.demo-tour-intro-backdrop{position:absolute;inset:0;background:rgba(6,21,37,.68);backdrop-filter:blur(7px)}.demo-tour-intro-card{position:relative;width:min(540px,100%);padding:34px;border-radius:26px;background:#fff;box-shadow:0 34px 110px rgba(4,20,37,.36)}.demo-tour-kicker{font-size:.72rem;letter-spacing:.15em;font-weight:900;color:var(--primary2)}.demo-tour-intro-card h2{font-size:clamp(1.8rem,5vw,2.65rem);letter-spacing:-.04em;margin:12px 0}.demo-tour-intro-card p{color:var(--muted);line-height:1.7}.demo-tour-intro-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}
.demo-tour-coach{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);z-index:1150;width:min(580px,calc(100vw - 28px));padding:20px;border:1px solid rgba(255,255,255,.8);border-radius:22px;background:rgba(255,255,255,.97);box-shadow:0 24px 80px rgba(8,28,50,.28);backdrop-filter:blur(16px)}.demo-tour-progress{display:flex;align-items:center;justify-content:space-between;color:var(--primary2);font-size:.78rem;font-weight:850}.demo-tour-progress button{border:0;background:transparent;font-size:24px;cursor:pointer}.demo-tour-coach strong{display:block;font-size:1.2rem;margin:8px 0 5px}.demo-tour-coach p{margin:0;color:var(--muted);line-height:1.55}.demo-tour-controls{display:flex;justify-content:flex-end;gap:9px;margin-top:16px}.demo-tour-highlight{position:relative;z-index:1140!important;outline:4px solid rgba(246,201,93,.95)!important;outline-offset:6px!important;border-radius:18px;box-shadow:0 0 0 9999px rgba(7,24,42,.38)!important}
@media(max-width:620px){.demo-tour-launch{display:none}.demo-ai-toggle{right:12px;bottom:12px}.demo-ai-panel{right:12px;bottom:70px;width:calc(100vw - 24px);max-height:calc(100vh - 88px)}.demo-tour-intro-card{padding:25px}.demo-tour-intro-actions{display:grid;grid-template-columns:1fr}.demo-tour-coach{bottom:10px}.demo-tour-controls{display:grid;grid-template-columns:1fr 1fr}.demo-tour-controls .btn{width:100%}}

/* v2.24: international billing */
.subscription-heading{align-items:flex-end;gap:24px}
.subscription-country-picker{display:grid;gap:7px;min-width:230px;font-weight:800;color:var(--text)}
.subscription-country-picker select{width:100%;min-height:46px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 12px;color:var(--text);font:inherit}
@media(max-width:760px){.subscription-heading{align-items:stretch}.subscription-country-picker{min-width:0;width:100%}}

/* v2.25 onboarding and iCal import */
.section-heading-actions{display:flex;gap:10px;flex-wrap:wrap}.onboarding-card{width:min(780px,100%);padding:0;overflow:hidden}.onboarding-header{display:flex;justify-content:space-between;gap:20px;padding:26px 28px 18px}.onboarding-header h2{margin:5px 0 5px}.onboarding-kicker{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:var(--primary)}.onboarding-progress{height:5px;background:#e7edf4}.onboarding-progress span{display:block;height:100%;width:16.66%;background:linear-gradient(90deg,var(--primary),#4b8fc8);transition:width .25s ease}.onboarding-form{padding:26px 28px 28px}.onboarding-step{min-height:310px}.onboarding-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-top:26px}.onboarding-choice{display:grid;text-align:left;gap:9px;min-height:210px;padding:25px;border:2px solid var(--border);border-radius:20px;background:#fff;color:var(--text);cursor:pointer;font:inherit;transition:.18s ease}.onboarding-choice:hover,.onboarding-choice.selected{border-color:var(--primary2);box-shadow:0 12px 30px rgba(36,89,143,.13);transform:translateY(-2px)}.onboarding-choice-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:#eaf2fa;color:var(--primary);font-size:1.7rem}.onboarding-choice strong{font-size:1.18rem}.onboarding-choice small{font-size:.94rem;line-height:1.55;color:var(--muted)}.onboarding-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;border-top:1px solid var(--border);padding-top:20px;margin-top:22px}.onboarding-actions #onboarding-skip{margin-right:auto}.onboarding-calendar-list{display:grid;gap:6px;margin-top:18px}.onboarding-note{padding:13px 15px;border-radius:13px;background:#f2f6fa;color:var(--muted);font-size:.9rem;line-height:1.5;margin-top:15px}.success-text{color:var(--success)!important}.onboarding-review-card{border:1px solid var(--border);border-radius:18px;padding:22px;background:#f8fafc}.onboarding-review-card h3{margin-top:0}.onboarding-review-card dl{margin:0;display:grid;gap:0}.onboarding-review-card dl div{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--border);padding:13px 0}.onboarding-review-card dt{color:var(--muted)}.onboarding-review-card dd{margin:0;text-align:right;font-weight:800}.onboarding-success{text-align:center;padding:40px 0}.onboarding-success-icon{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;background:#e8f7ef;color:var(--success);font-size:2rem;font-weight:900}.onboarding-success h2{margin-bottom:8px}@media(max-width:700px){.section-heading-actions{display:grid;grid-template-columns:1fr}.onboarding-header,.onboarding-form{padding-left:20px;padding-right:20px}.onboarding-choice-grid{grid-template-columns:1fr}.onboarding-choice{min-height:150px}.onboarding-actions{display:grid;grid-template-columns:1fr 1fr}.onboarding-actions #onboarding-skip{margin:0}.onboarding-actions .btn{width:100%}.onboarding-review-card dl div{align-items:flex-start;flex-direction:column;gap:5px}.onboarding-review-card dd{text-align:left}.onboarding-step{min-height:0}}


/* v2.26.1: developer subscription test mode */
.developer-subscription-card{display:grid;gap:18px;border:1px dashed #5f83ad;background:linear-gradient(135deg,#f7fbff,#eef5fc)}.developer-subscription-card.hidden{display:none}.developer-subscription-card h3{margin:5px 0}.developer-subscription-card p{margin:0}.developer-plan-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.developer-plan-button{width:100%;min-height:46px}.developer-plan-button:disabled{opacity:.58;cursor:wait}@media(max-width:980px){.developer-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.developer-plan-grid{grid-template-columns:1fr}}

.subscription-addon-action{margin-top:12px}

/* StayGuide 2.29 – customer journey */
.post-payment-welcome,.getting-started{margin:0 0 22px}.post-payment-welcome{display:flex;align-items:center;justify-content:space-between;gap:22px;background:linear-gradient(135deg,#fff,#eef8f5)}.post-payment-welcome.hidden,.getting-started.hidden{display:none}.getting-started-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.getting-started-count{font-size:26px;white-space:nowrap}.getting-started-progress{height:8px;background:#e8eeec;border-radius:999px;overflow:hidden;margin:18px 0}.getting-started-progress span{display:block;height:100%;width:0;background:var(--brand);border-radius:inherit;transition:width .25s ease}.getting-started-list{display:grid;gap:10px}.getting-started-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff}.getting-started-item.done{background:#f3faf7}.getting-started-check{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);font-weight:900;flex:0 0 auto}.getting-started-item.done .getting-started-check{background:var(--brand);border-color:var(--brand);color:#fff}.getting-started-item strong{display:block}.getting-started-actions{margin-top:16px;display:flex;justify-content:flex-end}.billing-summary{margin-top:8px}.billing-summary-grid{display:flex;gap:18px;flex-wrap:wrap;margin-top:8px}.billing-summary-grid span{font-size:13px;color:var(--muted)}.billing-manage-button{margin-top:12px}
@media(max-width:700px){.post-payment-welcome,.getting-started-head{align-items:flex-start;flex-direction:column}.post-payment-welcome .btn{width:100%}.getting-started-actions .btn{width:100%}}
