:root{--ink:#17322b;--muted:#66736e;--paper:#f7f4ed;--card:#fff;--brand:#14352c;--brand2:#245848;--gold:#d99a49;--line:#e5e1d8;--ok:#2f7d55;--warn:#c9812b;--bad:#b84b4b;--info:#356da8;--shadow:0 10px 30px rgba(31,53,45,.09)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--paper);color:var(--ink)}button,input,select,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!important}.shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:20;background:rgba(247,244,237,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.02em}.brand-logo{width:38px;height:38px;border-radius:12px;background:var(--brand);display:grid;place-items:center}.brand-logo svg{width:27px;height:27px}.brand small{display:block;font-size:11px;color:var(--muted);font-weight:600;letter-spacing:.04em}.container{max-width:1200px;margin:0 auto;padding:22px}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;min-height:100vh;align-items:center;max-width:1120px;margin:auto;padding:36px 24px}.hero h1{font-size:clamp(40px,7vw,76px);line-height:.95;margin:0 0 18px;letter-spacing:-.06em}.hero h1 span{color:var(--gold)}.hero p{font-size:18px;line-height:1.65;color:var(--muted);max-width:640px}.hero-card,.card{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.hero-card{padding:22px}.eyebrow{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--gold)}.btn{border:0;border-radius:12px;padding:11px 15px;font-weight:750;transition:.16s;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand);color:#fff}.btn-secondary{background:#e8efe9;color:var(--brand)}.btn-ghost{background:transparent;border:1px solid var(--line);color:var(--ink)}.btn-danger{background:#fae7e7;color:#8f3434}.btn-sm{padding:8px 10px;border-radius:10px;font-size:13px}.stack{display:grid;gap:12px}.row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.between{justify-content:space-between}.field{display:grid;gap:7px}.field label{font-size:13px;font-weight:700;color:var(--muted)}.field input,.field select,.field textarea{width:100%;padding:12px 13px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--ink);outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#7aa593;box-shadow:0 0 0 3px rgba(36,88,72,.09)}.notice{padding:12px 14px;border-radius:12px;background:#fff5df;color:#7d5925;border:1px solid #f0d8a9;font-size:13px}.nav{display:flex;gap:7px;overflow:auto;padding:6px 0 0}.nav button{white-space:nowrap;border:0;background:transparent;padding:9px 12px;border-radius:10px;font-weight:700;color:var(--muted)}.nav button.active{background:var(--brand);color:#fff}.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin:12px 0 20px}.page-head h1{margin:0;font-size:30px;letter-spacing:-.035em}.page-head p{margin:5px 0 0;color:var(--muted)}.grid{display:grid;gap:14px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.stat{padding:18px}.stat .num{font-size:30px;font-weight:850;letter-spacing:-.04em}.stat .label{font-size:13px;color:var(--muted);margin-top:4px}.card{padding:18px}.card h3{margin:0 0 6px}.muted{color:var(--muted)}.tiny{font-size:12px}.room{position:relative;overflow:hidden}.room::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--status,#aaa)}.room[data-status="liberado"]{--status:var(--ok)}.room[data-status="sujo"]{--status:var(--bad)}.room[data-status="limpeza"]{--status:var(--warn)}.room[data-status="ocupado"]{--status:var(--info)}.status{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800;border-radius:999px;padding:5px 8px;background:#eef2ef}.dot{width:7px;height:7px;border-radius:50%;background:var(--status,#aaa)}.room-title{font-size:22px;font-weight:850;margin:8px 0 2px}.room-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:13px}.list{display:grid;gap:9px}.item{padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;justify-content:space-between;align-items:center;gap:12px}.item-main{min-width:0}.item-title{font-weight:800}.item-meta{font-size:12px;color:var(--muted);margin-top:3px}.pill{padding:5px 8px;border-radius:999px;background:#edf2ef;font-size:11px;font-weight:800}.pill.high{background:#fbe6e2;color:#923f35}.pill.open{background:#e8eff8;color:#315f93}.pill.done{background:#e6f2e8;color:#2f714a}.modal-backdrop{position:fixed;inset:0;background:rgba(12,24,19,.55);display:grid;place-items:center;padding:18px;z-index:50}.modal{width:min(560px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:22px;padding:20px;box-shadow:0 25px 70px rgba(0,0,0,.25)}.modal h2{margin-top:0}.toast{position:fixed;right:18px;bottom:18px;background:var(--brand);color:#fff;padding:12px 15px;border-radius:12px;box-shadow:var(--shadow);z-index:80}.guest{max-width:720px;margin:auto;padding-bottom:80px}.guest-cover{background:linear-gradient(135deg,#14352c,#2e6855);color:#fff;padding:34px 22px 28px;border-radius:0 0 28px 28px}.guest-cover .mini{opacity:.78;font-size:13px}.guest-cover h1{font-size:32px;margin:8px 0 4px;letter-spacing:-.04em}.guest-body{padding:18px}.quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.quick{border:1px solid var(--line);background:#fff;border-radius:16px;padding:16px;text-align:left}.quick .icon{font-size:25px}.quick b{display:block;margin-top:8px}.experience{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center}.exp-icon{width:70px;height:70px;background:#eef1e9;border-radius:14px;display:grid;place-items:center;font-size:30px}.price{font-weight:850}.section-title{font-size:20px;margin:25px 0 12px}.empty{padding:28px;text-align:center;border:1px dashed #cfc9be;border-radius:16px;color:var(--muted)}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:11px 10px;border-bottom:1px solid var(--line);font-size:13px}.table th{color:var(--muted)}.footer-note{text-align:center;color:var(--muted);font-size:12px;padding:30px 12px}.qrbox{display:grid;place-items:center;background:#fff;padding:16px;border:1px solid var(--line);border-radius:16px}.qrbox canvas,.qrbox img{max-width:240px}.tabs{display:flex;gap:7px;margin-bottom:15px}.tabs .btn.active{background:var(--brand);color:#fff}.kpi-positive{color:var(--ok)}
@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:70px}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.container{padding:14px}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.hero{padding:40px 16px}.hero h1{font-size:48px}.topbar{padding:10px 12px}.page-head{align-items:flex-start;flex-direction:column}.quick-grid{grid-template-columns:repeat(2,1fr)}.experience{grid-template-columns:58px 1fr}.exp-icon{width:58px;height:58px}.experience .btn{grid-column:2}.stat .num{font-size:27px}}
/* PiriHost V1.1 - melhorias de configuração e portal do hóspede */
.settings-stack{display:grid;gap:14px}.settings-section{padding:20px}.settings-title{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px}.settings-title h3{margin:0;font-size:18px}.settings-title p{margin:3px 0 0;color:var(--muted);font-size:13px}.settings-icon{width:40px;height:40px;border-radius:12px;background:#eef3ef;display:grid;place-items:center;font-size:20px;flex:0 0 auto}.field-span-2{grid-column:1/-1}.field-help{font-size:12px;color:var(--muted)}.settings-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:4px 2px 14px}.preview-shell{border-radius:18px;overflow:hidden;background:var(--paper)}.preview-badge{padding:10px 14px;background:#fff1d8;color:#77511d;font-size:12px;font-weight:800;text-align:center;border-bottom:1px solid #efdcb8}.guest-cover-preview{border-radius:0}.guest-brand-row{display:flex;align-items:center;gap:10px;margin-bottom:18px}.guest-property-mark{width:42px;height:42px;border-radius:13px;background:rgba(255,255,255,.14);display:grid;place-items:center}.guest-property-mark svg{width:28px;height:28px}.guest-powered{font-size:11px;opacity:.64;margin-top:2px}.guest-welcome{white-space:normal;line-height:1.65;margin-bottom:0;opacity:.94}.guest-first-title{margin-top:4px}.guest-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.guest-info{display:flex;align-items:flex-start;gap:11px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;min-height:88px}.guest-info>span{font-size:23px;line-height:1.1}.guest-info div{min-width:0}.guest-info small{display:block;color:var(--muted);font-size:11px;font-weight:700;margin-bottom:3px}.guest-info b{display:block;font-size:14px;line-height:1.35;word-break:break-word}.copy-link{border:0;background:transparent;color:var(--brand2);font-weight:800;font-size:11px;padding:6px 0 0}.guest-primary-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.guest-wide-btn{text-decoration:none;width:100%;min-height:46px}.guest-address,.guest-address-static{display:flex;align-items:center;gap:10px;margin-top:10px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);text-decoration:none}.guest-address span:nth-child(2){flex:1}.guest-address b,.guest-address small{display:block}.guest-address small{font-size:11px;color:var(--muted);margin-top:2px}.guest-address-static{font-size:12px;color:var(--muted);align-items:flex-start}.preview-hint{margin-top:14px;padding:11px 13px;border-radius:12px;background:#eef3ef;color:var(--muted);font-size:12px}.guest .section-title{letter-spacing:-.02em}
@media(max-width:620px){.field-span-2{grid-column:auto}.settings-section{padding:16px}.guest-info-grid{grid-template-columns:1fr 1fr}.guest-primary-actions{grid-template-columns:1fr}.guest-cover{padding-top:24px}.guest-cover h1{font-size:30px}}
@media(max-width:390px){.guest-info-grid{grid-template-columns:1fr}}
/* PiriHost V1.2 — portal do hóspede mais premium */
.media-settings-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px}.media-picker{display:grid;gap:12px}.media-preview{border:1px dashed #c9c2b6;border-radius:18px;background:#faf8f3;overflow:hidden;display:grid;place-items:center;min-height:150px}.media-preview img{width:100%;height:100%;object-fit:cover;display:block}.media-preview-logo{min-height:170px}.media-preview-logo img{width:120px;height:120px;object-fit:contain;border-radius:20px}.media-preview-logo span svg{width:78px;height:78px}.media-preview-cover{min-height:190px}.media-placeholder{display:grid;gap:5px;place-items:center;font-size:34px;color:var(--muted)}.media-placeholder small{font-size:12px}.guest-cover{position:relative;padding:0;background:linear-gradient(135deg,#14352c,#2e6855);overflow:hidden}.guest-cover-preview{border-radius:0}.guest-hero-media{position:relative;min-height:185px}.guest-cover-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.guest-cover-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,29,23,.28),rgba(9,29,23,.82))}.guest-hero-content{position:relative;z-index:2;padding:20px 22px}.guest-cover-copy{position:relative;z-index:3;padding:0 22px 24px}.guest-brand-row{margin:0;align-items:center}.guest-brand-copy{min-width:0;flex:1}.guest-property-mark{background:rgba(255,255,255,.94);overflow:hidden}.guest-property-mark img{width:100%;height:100%;object-fit:contain;padding:4px}.guest-property-mark svg{width:28px;height:28px}.guest-room-chip{margin-left:auto;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);color:#fff;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.guest-kicker{font-size:12px;letter-spacing:.02em;opacity:.82;margin-bottom:5px}.guest-cover h1{margin:0 0 12px}.guest-welcome-wrap{max-width:620px}.guest-welcome{line-height:1.65;margin:0;opacity:.94}.guest-welcome-toggle{margin-top:8px;border:0;background:rgba(255,255,255,.12);color:#fff;border-radius:999px;padding:7px 11px;font-weight:800;font-size:12px}.guest-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.guest-service{border:1px solid var(--line);background:#fff;border-radius:16px;padding:15px;text-align:left;min-height:112px;display:flex;flex-direction:column;align-items:flex-start;gap:5px;color:var(--ink)}.guest-service span{font-size:24px}.guest-service b{font-size:14px}.guest-service small{font-size:11px;color:var(--muted)}.guest-service:disabled{opacity:.72}.guest-whatsapp{margin-top:11px;min-height:50px}.preview-experiences{display:grid;gap:9px}.preview-exp{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:#fff}.preview-exp>span{width:42px;height:42px;border-radius:12px;background:#eef1e9;display:grid;place-items:center;font-size:21px}.preview-exp b,.preview-exp small{display:block}.preview-exp small{font-size:11px;color:var(--muted);margin-top:2px}.guest-experience{padding:14px}.guest-experience .exp-icon{width:62px;height:62px}.guest-address{margin-top:0}.guest-body>.section-title{margin-top:24px}.preview-shell .guest-body{padding-top:16px}.preview-shell .guest-cover-copy{padding-bottom:22px}
@media(max-width:620px){.media-settings-grid{grid-template-columns:1fr}.guest-hero-media{min-height:165px}.guest-hero-content{padding:16px}.guest-cover-copy{padding:0 16px 20px}.guest-room-chip{font-size:11px;padding:6px 8px}.guest-service-grid{grid-template-columns:1fr 1fr}.guest-service{min-height:104px;padding:13px}.guest-cover h1{font-size:28px}.guest-info-grid{grid-template-columns:1fr 1fr}}
@media(max-width:390px){.guest-service-grid,.guest-info-grid{grid-template-columns:1fr}.guest-room-chip{white-space:normal;text-align:center}}
.guest-hero-media.no-cover{min-height:86px}.guest-hero-media.no-cover .guest-cover-shade{background:linear-gradient(135deg,rgba(255,255,255,.02),rgba(0,0,0,.08))}
