:root{--bg:#0b0d10;--panel:#14181d;--panel2:#1a2027;--text:#f5f7fa;--muted:#98a2b3;--line:#252d36;--ok:#32d583;--warn:#fdb022;--danger:#f04438;--info:#53b1fd;--accent:#7f56d9;--shadow:0 18px 60px rgba(0,0,0,.26)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,#17202a 0,#0b0d10 42%,#08090b 100%);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 28px));margin:auto}.topbar{position:sticky;top:0;z-index:20;background:rgba(11,13,16,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}.topbar .inner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0}.brand{display:flex;align-items:center;gap:10px;font-weight:800}.logo{width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,#fff,#7f56d9 48%,#53b1fd);box-shadow:0 0 28px rgba(127,86,217,.35)}.role-nav{display:flex;gap:8px;flex-wrap:wrap}.role-nav a{padding:10px 13px;border:1px solid var(--line);border-radius:12px;color:var(--muted);font-size:14px}.role-nav a:hover{background:var(--panel2);color:#fff}.hero{padding:52px 0 26px}.eyebrow{color:var(--info);font-size:12px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase}.hero h1{font-size:clamp(36px,7vw,68px);line-height:1;margin:12px 0 14px;max-width:900px}.hero p{color:var(--muted);max-width:760px;font-size:18px;line-height:1.6}.section{padding:20px 0 28px}.section-title{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:16px}.section-title h2{font-size:30px;margin:6px 0 0}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015));border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow)}.stat-number{font-size:42px;font-weight:900;line-height:1.1;margin-top:8px}.muted{color:var(--muted)}.mini{font-size:12px}.ok-text{color:var(--ok)}.warn-text{color:var(--warn)}.danger-text{color:var(--danger)}.btn{appearance:none;border:0;border-radius:14px;padding:12px 16px;font-weight:800;cursor:pointer;color:#fff;background:#2d3641}.btn:hover{transform:translateY(-1px)}.btn-primary{background:#175cd3}.btn-success{background:#067647}.btn-danger{background:#b42318}.btn-warning{background:#b54708}.btn-ghost{border:1px solid var(--line);background:transparent}.btn-lg{padding:14px 18px;font-size:15px}.actions{display:flex;gap:8px;flex-wrap:wrap}.input,.select{width:100%;background:#101419;border:1px solid var(--line);color:#fff;border-radius:14px;padding:13px 14px}.field{margin-top:12px}.field label{display:block;color:var(--muted);font-size:13px;margin-bottom:6px}.flash{margin-top:16px;padding:13px 15px;border-radius:14px;border:1px solid var(--line)}.flash-success{background:rgba(50,213,131,.12);color:#b7f5d5}.flash-error{background:rgba(240,68,56,.12);color:#ffd0cc}.login-wrap{width:min(520px,calc(100% - 28px));margin:70px auto}.login-wrap h1{margin:5px 0 8px}.portal-card{display:flex;flex-direction:column;min-height:245px}.portal-card .grow{flex:1}.room-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.room{border:1px solid var(--line);background:#101419;border-radius:20px;padding:16px}.room-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.room-number{font-size:30px;font-weight:900}.room-meta{color:var(--muted);font-size:14px}.badge{padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900;text-transform:uppercase}.b-libre{background:rgba(50,213,131,.16);color:var(--ok)}.b-ocupada{background:rgba(83,177,253,.16);color:var(--info)}.b-limpieza{background:rgba(253,176,34,.16);color:var(--warn)}.b-mantenimiento,.b-bloqueada{background:rgba(240,68,56,.16);color:var(--danger)}.kill-switch{display:flex;align-items:center;justify-content:space-between;gap:16px;border-color:rgba(240,68,56,.35);background:linear-gradient(180deg,rgba(240,68,56,.1),rgba(240,68,56,.035))}.big-state{font-size:clamp(32px,6vw,60px);font-weight:900;line-height:1}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:12px 10px;border-bottom:1px solid var(--line);font-size:14px}.table th{color:var(--muted);font-size:12px;text-transform:uppercase}.status-banner{padding:18px;border-radius:18px;border:1px solid var(--line);background:rgba(10,12,15,.75);display:flex;align-items:center;justify-content:space-between;gap:16px}.dot{width:12px;height:12px;border-radius:50%;display:inline-block;margin-right:8px}.dot.ok{background:var(--ok);box-shadow:0 0 16px rgba(50,213,131,.7)}.dot.danger{background:var(--danger);box-shadow:0 0 16px rgba(240,68,56,.7)}.hero-cover{position:relative;overflow:hidden;border-radius:28px;min-height:500px;border:1px solid var(--line);box-shadow:var(--shadow)}.hero-cover>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,9,11,.9),rgba(8,9,11,.55) 55%,rgba(8,9,11,.2))}.hero-copy{position:relative;z-index:1;padding:62px 40px;max-width:720px}.type-card{padding:0;overflow:hidden}.type-card .photo{height:230px}.type-card .photo img{width:100%;height:100%;object-fit:cover}.type-content{padding:16px 18px 18px}.type-price{font-size:30px;font-weight:900}.availability{font-weight:800;margin-top:5px}.footer{padding:32px 0 50px;color:var(--muted);font-size:13px}.user-chip{display:inline-flex;padding:9px 12px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:13px}.progress{height:8px;background:#1c232b;border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;background:linear-gradient(90deg,#7f56d9,#53b1fd)}
@media(max-width:900px){.grid-4,.grid-3,.room-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar .inner{align-items:flex-start;flex-direction:column}.hero-copy{padding:36px 24px}.hero-cover{min-height:430px}}
@media(max-width:620px){.grid-4,.grid-3,.grid-2,.room-grid{grid-template-columns:1fr}.kill-switch,.status-banner{align-items:flex-start;flex-direction:column}.role-nav{width:100%}.role-nav a{flex:1;text-align:center}.container{width:min(100% - 20px,1180px)}}

/* ===== SITIO PUBLICO DEL MOTEL ===== */
.public-site{background:#090b0d;color:#f7f7f5}.hotel-header{position:fixed;inset:0 0 auto 0;z-index:50;background:linear-gradient(180deg,rgba(5,7,8,.92),rgba(5,7,8,.55),transparent);border:0}.hotel-nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.hotel-brand{display:flex;align-items:center;gap:12px}.hotel-brand>span:last-child{display:flex;flex-direction:column}.hotel-brand strong{font-family:Georgia,serif;font-size:22px;letter-spacing:.4px}.hotel-brand small{color:rgba(255,255,255,.62);font-size:10px;letter-spacing:1.15px;text-transform:uppercase;margin-top:2px}.hotel-mark{width:43px;height:43px;border:1px solid rgba(255,255,255,.45);border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;font-size:24px}.hotel-links{display:flex;align-items:center;gap:8px}.hotel-links>a:not(.btn){padding:10px 12px;color:rgba(255,255,255,.78);font-size:14px}.hotel-links>a:not(.btn):hover{color:#fff}.btn-admin{border:1px solid rgba(255,255,255,.42);background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.hotel-hero{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden}.hotel-hero-image,.hotel-hero-shade{position:absolute;inset:0;width:100%;height:100%}.hotel-hero-image{object-fit:cover}.hotel-hero-shade{background:linear-gradient(90deg,rgba(5,7,8,.88) 0%,rgba(5,7,8,.67) 42%,rgba(5,7,8,.18) 76%),linear-gradient(0deg,rgba(5,7,8,.72),transparent 44%)}.hotel-hero-content{position:relative;z-index:2;padding-top:84px}.hotel-eyebrow{color:#e6c684}.hotel-hero h1{font-family:Georgia,serif;font-weight:500;font-size:clamp(48px,6.6vw,92px);line-height:.97;max-width:760px;margin:14px 0 22px;letter-spacing:-2.4px}.hotel-hero p{max-width:620px;color:rgba(255,255,255,.78);font-size:19px;line-height:1.7}.hotel-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.btn-hotel-ghost{border:1px solid rgba(255,255,255,.35);background:rgba(8,10,12,.28);backdrop-filter:blur(10px)}.hotel-live-card{margin-top:28px;width:min(590px,100%);display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;background:rgba(9,11,13,.64);border:1px solid rgba(255,255,255,.14);border-radius:16px;backdrop-filter:blur(14px)}.hotel-live-main{display:flex;align-items:center}.live-label{font-size:10px;letter-spacing:1.8px;color:#b7f5d5;border:1px solid rgba(50,213,131,.35);padding:6px 8px;border-radius:999px}.hotel-strip{background:#111416;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.hotel-strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}.hotel-strip-grid>div{padding:27px 22px;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column}.hotel-strip-grid>div:first-child{border-left:1px solid rgba(255,255,255,.08)}.hotel-strip-grid strong{font-family:Georgia,serif;font-size:25px;font-weight:500}.hotel-strip-grid span{color:var(--muted);font-size:12px;margin-top:5px;text-transform:uppercase;letter-spacing:1px}.hotel-section{padding:92px 0}.hotel-section-alt{background:#111416}.hotel-section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:34px}.hotel-section-heading h2,.hotel-contact h2{font-family:Georgia,serif;font-weight:500;font-size:clamp(38px,5vw,64px);margin:8px 0 0;letter-spacing:-1.4px}.hotel-section-heading>p{max-width:430px;color:var(--muted);line-height:1.6}.hotel-room-card{background:#111416;border:1px solid rgba(255,255,255,.09);overflow:hidden}.hotel-room-photo{height:290px;overflow:hidden}.hotel-room-photo img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.hotel-room-card:hover .hotel-room-photo img{transform:scale(1.035)}.hotel-room-body{padding:22px}.hotel-room-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.hotel-room-title h3{font-family:Georgia,serif;font-size:27px;font-weight:500;margin:0}.hotel-room-title span{font-size:22px;font-weight:800}.hotel-room-body p{color:var(--muted);line-height:1.55;min-height:48px}.hotel-room-footer{margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:12px}.hotel-services .hotel-service{padding:26px 22px;border-top:1px solid rgba(255,255,255,.12)}.hotel-service>span{font-family:Georgia,serif;color:#e6c684;font-size:13px}.hotel-service h3{font-family:Georgia,serif;font-size:22px;font-weight:500;margin:12px 0 8px}.hotel-service p{color:var(--muted);line-height:1.6;font-size:14px}.hotel-contact{padding:90px 0;background:linear-gradient(135deg,#1b2227,#0b0d10)}.hotel-contact-box{display:flex;align-items:center;justify-content:space-between;gap:38px}.hotel-contact-box p{color:var(--muted);max-width:640px;line-height:1.6}.hotel-contact-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.hotel-footer{padding:28px 0;background:#050607;border-top:1px solid rgba(255,255,255,.07)}.hotel-footer-row{display:flex;justify-content:space-between;align-items:center;gap:20px}.hotel-footer strong{font-family:Georgia,serif;font-size:20px}
@media(max-width:900px){.hotel-links>a:not(.btn){display:none}.hotel-strip-grid{grid-template-columns:repeat(2,1fr)}.hotel-section-heading,.hotel-contact-box{align-items:flex-start;flex-direction:column}.hotel-contact-actions{justify-content:flex-start}.hotel-room-photo{height:240px}}
@media(max-width:620px){.hotel-nav{height:72px}.hotel-brand small{display:none}.hotel-hero{min-height:720px}.hotel-hero-content{padding-top:72px}.hotel-hero h1{font-size:50px;letter-spacing:-1px}.hotel-strip-grid{grid-template-columns:1fr 1fr}.hotel-strip-grid>div{padding:20px 12px}.hotel-section{padding:64px 0}.hotel-room-photo{height:230px}.hotel-footer-row{align-items:flex-start;flex-direction:column}.btn-admin{padding:10px 12px}}
