:root{--bg:#f4f7fb;--card:#fff;--ink:#1f2937;--muted:#718096;--line:#e6ebf2;--accent:#2367d1;--sidebar:#10233f}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif;font-size:14px}.app-shell{display:flex;min-height:100vh}.sidebar{width:265px;background:linear-gradient(180deg,#10233f,#0c1a30);color:#fff;position:fixed;inset:0 auto 0 0;overflow-y:auto;z-index:40}.brand{display:flex;gap:12px;align-items:center;padding:18px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.brand-mark{width:42px;height:42px;border-radius:12px;background:#fff;color:#173969;display:grid;place-items:center;font-weight:800}.brand strong,.brand small{display:block}.brand small{opacity:.7;margin-top:2px}.sidebar nav{padding:10px}.sidebar nav a{display:flex;gap:11px;align-items:center;color:#dbe7f8;text-decoration:none;padding:10px 11px;border-radius:9px;margin:2px 0;font-size:13px}.sidebar nav a:hover,.sidebar nav a.active{background:rgba(255,255,255,.12);color:#fff}.sidebar nav i{width:19px}.main{margin-left:265px;min-height:100vh;width:calc(100% - 265px);display:flex;flex-direction:column}.topbar{height:68px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:20}.page-title{font-size:18px;font-weight:650}.menu-btn{display:none;border:0;background:transparent;font-size:24px}.user-chip{display:flex;align-items:center;gap:12px}.user-chip span b,.user-chip span small{display:block;text-align:right}.user-chip span small{color:var(--muted);font-size:11px}.user-chip a{font-size:19px;color:#40526b}.content{padding:24px;flex:1}footer{padding:15px 24px;color:var(--muted);font-size:12px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.metric{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:16px;display:flex;gap:13px;align-items:center;box-shadow:0 3px 12px rgba(23,43,77,.04)}.metric-icon{width:42px;height:42px;border-radius:11px;background:#edf4ff;color:var(--accent);display:grid;place-items:center;font-size:19px}.metric small,.metric strong,.metric em{display:block}.metric strong{font-size:24px;margin-top:2px}.metric em{font-style:normal;color:var(--muted);font-size:11px}.panel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:0 3px 12px rgba(23,43,77,.035);margin-bottom:20px}.section-title{display:flex;justify-content:space-between;align-items:end;margin:0 0 14px}.section-title h2{font-size:18px;margin:0}.section-title p{margin:4px 0 0;color:var(--muted)}.table{font-size:13px}.table th{color:#5c6d82;font-weight:600;border-bottom-color:#dfe6ee}.badge-soft{background:#eef4fb;color:#315878;border-radius:999px;padding:5px 9px;font-size:11px}.room-rack{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.room-card{background:#fff;border:1px solid var(--line);border-left:4px solid #5aa17f;border-radius:10px;padding:12px}.room-card.occupied{border-left-color:#d15c5c}.room-card.reserved{border-left-color:#d79b32}.room-card.dirty{border-left-color:#7a6ab1}.room-card.maintenance{border-left-color:#64748b}.room-card b,.room-card small{display:block}.room-card small{color:var(--muted);margin-top:4px}.login-page{min-height:100vh;background:#eef3f8;display:grid;place-items:center;padding:28px}.login-shell{width:min(1120px,96vw);min-height:650px;background:#fff;border-radius:24px;overflow:hidden;display:grid;grid-template-columns:1.35fr .85fr;box-shadow:0 20px 60px rgba(13,35,65,.18)}.login-visual{position:relative;background:#0f2744 url('../images/hotel-login.svg') center/cover no-repeat;color:#fff;padding:48px;display:flex;align-items:flex-end}.login-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,21,40,.1),rgba(7,21,40,.82))}.login-copy{position:relative;z-index:2;max-width:560px}.login-copy h1{font-size:42px;line-height:1.05}.login-copy p{font-size:16px;opacity:.88}.login-features{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 18px;font-size:12px}.login-form{padding:58px 44px;display:flex;flex-direction:column;justify-content:center}.login-form h2{font-size:28px}.login-form .form-control{padding:12px 13px}.login-form .btn{padding:12px}.login-note{font-size:12px;color:var(--muted);margin-top:14px}.quick-actions{display:flex;gap:8px;flex-wrap:wrap}.status-dot{width:8px;height:8px;border-radius:99px;display:inline-block;background:#2a9d64;margin-right:5px}.timeline{border-left:2px solid #e5ebf2;padding-left:18px}.timeline-item{margin-bottom:14px}.timeline-item small{color:var(--muted)}@media(max-width:1050px){.metrics{grid-template-columns:repeat(2,1fr)}.room-rack{grid-template-columns:repeat(3,1fr)}.login-shell{grid-template-columns:1fr}.login-visual{min-height:320px}.login-form{padding:34px}.sidebar{transform:translateX(-100%);transition:.2s}.main{margin-left:0;width:100%}.nav-open .sidebar{transform:translateX(0)}.menu-btn{display:inline-block}}@media(max-width:640px){.metrics{grid-template-columns:1fr}.room-rack{grid-template-columns:repeat(2,1fr)}.content{padding:14px}.login-page{padding:0}.login-shell{width:100%;min-height:100vh;border-radius:0}.login-visual{padding:28px}.login-copy h1{font-size:32px}.login-features{grid-template-columns:1fr}}
.module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.module-tile{display:flex;flex-direction:column;gap:6px;background:linear-gradient(145deg,#fff,#f6f9ff);border:1px solid #dfe7f3;border-radius:16px;padding:24px;text-decoration:none;color:#23344d;box-shadow:0 5px 18px rgba(30,60,100,.06);min-height:150px}.module-tile:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(30,60,100,.10)}.module-tile i{font-size:28px;color:#2367d1}.module-tile b{font-size:16px}.module-tile span{color:#718096;font-size:12px}@media(max-width:900px){.module-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.module-grid{grid-template-columns:1fr}}
/* Rates & Tariffs graphical dashboard */
.rate-hero{background:linear-gradient(120deg,#173f7a,#2c73d2 58%,#4b8be8);color:#fff;border-radius:20px;padding:28px 30px;margin-bottom:18px;display:flex;justify-content:space-between;gap:24px;align-items:center;box-shadow:0 12px 30px rgba(31,94,177,.22)}.rate-hero h1{margin:4px 0 8px;font-size:28px}.rate-hero p{margin:0;max-width:690px;color:rgba(255,255,255,.86)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:700;color:#dbeafe}.rate-hero-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.rate-hero-actions .btn{white-space:nowrap}.rate-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.rate-metric{background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px;display:flex;gap:13px;align-items:center;box-shadow:0 5px 16px rgba(31,51,77,.05)}.rate-metric-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;font-size:20px}.rate-metric small,.rate-metric strong,.rate-metric span{display:block}.rate-metric strong{font-size:22px;line-height:1.1;margin:3px 0}.rate-metric span{font-size:11px;color:var(--muted)}.rate-metric.blue .rate-metric-icon{background:#e8f1ff;color:#2467cc}.rate-metric.green .rate-metric-icon{background:#e8f8ef;color:#25865a}.rate-metric.purple .rate-metric-icon{background:#f1ebff;color:#7651c9}.rate-metric.orange .rate-metric-icon{background:#fff0df;color:#c87520}.rate-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.9fr);gap:18px}.rate-panel{border-radius:17px}.rate-table .rate-name{display:flex;align-items:center;gap:8px}.rate-dot{width:9px;height:9px;border-radius:50%;background:#2c73d2;box-shadow:0 0 0 4px #eaf2ff}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:650}.status-pill.live{background:#e9f8ef;color:#25724e}.status-pill.off{background:#f2f4f7;color:#667085}.rate-type-list{display:flex;flex-direction:column;gap:9px}.rate-type-card{display:flex;align-items:center;gap:10px;border:1px solid #e7edf5;border-radius:12px;padding:11px;background:linear-gradient(145deg,#fff,#f9fbfe)}.rate-type-icon{width:38px;height:38px;border-radius:10px;background:#edf4ff;color:#2869c7;display:grid;place-items:center}.rate-type-main{min-width:0;flex:1}.rate-type-main b,.rate-type-main small,.rate-type-price b,.rate-type-price small{display:block}.rate-type-main small,.rate-type-price small{font-size:10px;color:var(--muted)}.rate-type-price{text-align:right}.rate-type-price b{font-size:13px}.deal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.deal-card{border:1px solid #e5eaf1;border-radius:15px;padding:16px;background:linear-gradient(145deg,#fff,#fafbfe);position:relative;overflow:hidden}.deal-card.deal-live{border-color:#d8e9ff;box-shadow:inset 0 3px 0 #4b8be8}.deal-top{display:flex;justify-content:space-between;gap:8px;align-items:center}.deal-type{font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#4b6380}.deal-card h3{font-size:16px;margin:14px 0 8px}.deal-price{display:flex;gap:8px;align-items:center}.deal-price strong{font-size:22px;color:#244f88}.deal-price span{background:#fff0df;color:#b25c13;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:700}.deal-card p{font-size:11px;color:#5f6f84;min-height:34px;margin:9px 0}.deal-card>small{color:#7b8797}.deal-actions{display:flex;gap:12px;margin-top:14px;padding-top:12px;border-top:1px solid #edf0f4}.deal-actions a{font-size:11px;text-decoration:none;font-weight:650}.empty-deal{min-height:170px;border:1px dashed #cfd9e7;border-radius:15px;display:grid;place-items:center;align-content:center;gap:6px;color:#77869a}.empty-deal i{font-size:28px}.rate-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.rate-shortcuts a{display:flex;align-items:center;gap:11px;text-decoration:none;color:#24364d;background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px;box-shadow:0 4px 14px rgba(31,51,77,.04)}.rate-shortcuts i{width:40px;height:40px;border-radius:11px;background:#edf4ff;color:#296aca;display:grid;place-items:center;font-size:18px}.rate-shortcuts b,.rate-shortcuts span{display:block}.rate-shortcuts span{font-size:10px;color:var(--muted);margin-top:2px}@media(max-width:1200px){.rate-metrics{grid-template-columns:repeat(2,1fr)}.deal-grid{grid-template-columns:repeat(2,1fr)}.rate-shortcuts{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.rate-layout{grid-template-columns:1fr}.rate-hero{align-items:flex-start;flex-direction:column}.rate-hero-actions{justify-content:flex-start}}@media(max-width:620px){.rate-metrics,.deal-grid,.rate-shortcuts{grid-template-columns:1fr}.rate-hero{padding:22px}.rate-hero h1{font-size:24px}}

/* EP HotelERP Enterprise v2.1 professional module dashboards */
.pro-hero{position:relative;overflow:hidden;border-radius:22px;padding:28px 30px;margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:28px;color:#fff;box-shadow:0 14px 34px rgba(28,48,78,.14)}
.pro-hero:before,.pro-hero:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.09)}
.pro-hero:before{width:240px;height:240px;right:-80px;top:-120px}.pro-hero:after{width:160px;height:160px;right:130px;bottom:-120px}
.pro-hero-copy{position:relative;z-index:1;max-width:760px}.pro-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.82);margin-bottom:8px}.pro-eyebrow i{font-size:14px}.pro-hero h1{font-size:29px;line-height:1.15;margin:0 0 9px;font-weight:700}.pro-hero p{margin:0;color:rgba(255,255,255,.84);font-size:13px;max-width:720px;line-height:1.65}.pro-hero-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px;position:relative;z-index:1}.pro-hero-actions .btn{white-space:nowrap;border-radius:10px;padding:9px 13px;font-size:12px;font-weight:600}.pro-hero-actions .btn-light{background:rgba(255,255,255,.96);border-color:transparent}.tone-ocean{background:linear-gradient(120deg,#0d5c83,#168aad 58%,#52b6c8)}.tone-indigo{background:linear-gradient(120deg,#3730a3,#4f46e5 58%,#7c70f4)}.tone-emerald{background:linear-gradient(120deg,#047857,#0f9b72 58%,#42b895)}.tone-violet{background:linear-gradient(120deg,#5b21b6,#7c3aed 58%,#9c6cf0)}.tone-teal{background:linear-gradient(120deg,#0f766e,#169a8d 58%,#4bb8aa)}.tone-amber{background:linear-gradient(120deg,#a16207,#d08b19 58%,#e6ac4a)}.tone-rose{background:linear-gradient(120deg,#9f1239,#d43e68 58%,#ea7592)}.tone-cyan{background:linear-gradient(120deg,#0e7490,#1297b3 58%,#55bdd0)}.tone-blue{background:linear-gradient(120deg,#1d4ed8,#2e67da 58%,#5e8eeb)}.tone-orange{background:linear-gradient(120deg,#c2410c,#e36427 58%,#f29a61)}.tone-purple{background:linear-gradient(120deg,#6b21a8,#8f39c7 58%,#af6bd8)}.tone-slate{background:linear-gradient(120deg,#334155,#4b5f77 58%,#718096)}.tone-green{background:linear-gradient(120deg,#166534,#258245 58%,#55a66d)}.tone-sky{background:linear-gradient(120deg,#0369a1,#2387c0 58%,#62acd5)}.tone-pink{background:linear-gradient(120deg,#be185d,#db3d7d 58%,#ed7cab)}.tone-navy{background:linear-gradient(120deg,#0f2d4e,#174a75 58%,#3f6f9b)}.tone-red{background:linear-gradient(120deg,#991b1b,#c43a3a 58%,#e06b6b)}
.pro-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.pro-kpi{position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 16px 14px;box-shadow:0 5px 18px rgba(29,52,84,.045);min-height:132px}.pro-kpi-head{display:flex;align-items:center;gap:9px}.pro-kpi-icon{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;font-size:17px}.pro-kpi-icon.k1{background:#eaf2ff;color:#2563eb}.pro-kpi-icon.k2{background:#e9f8ef;color:#16845b}.pro-kpi-icon.k3{background:#f4ecff;color:#7c3aed}.pro-kpi-icon.k4{background:#fff3df;color:#c66a13}.pro-kpi-label{font-size:11px;color:#69798d;font-weight:600}.pro-kpi>strong{display:block;font-size:25px;line-height:1;margin:13px 0 11px;color:#22344c}.pro-kpi-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.pro-kpi-foot>span{font-size:9px;color:#8b98a9;white-space:nowrap}.pro-mini-bar{height:5px;flex:1;background:#edf1f6;border-radius:99px;overflow:hidden;max-width:86px}.pro-mini-bar i{display:block;height:100%;border-radius:99px;background:#5b8def}
.pro-layout{display:grid;grid-template-columns:minmax(0,2.25fr) minmax(270px,.75fr);gap:18px;margin-bottom:18px}.pro-panel{background:#fff;border:1px solid var(--line);border-radius:17px;padding:18px;box-shadow:0 4px 16px rgba(29,52,84,.035)}.pro-section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:15px}.pro-section-head.compact{margin-bottom:16px}.pro-section-kicker{display:block;font-size:9px;letter-spacing:.12em;font-weight:800;color:#7b8ba0;margin-bottom:4px}.pro-section-head h2{font-size:17px;margin:0;color:#24364d}.pro-section-head p{font-size:11px;color:#7b8797;margin:4px 0 0}.pro-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.pro-module-card{border:1px solid #e5ebf3;background:linear-gradient(145deg,#fff,#fbfcfe);border-radius:14px;padding:15px;min-height:176px;display:flex;flex-direction:column;transition:.18s ease}.pro-module-card:hover{transform:translateY(-2px);box-shadow:0 9px 22px rgba(36,58,88,.08);border-color:#d6e2f0}.pro-module-top{display:flex;justify-content:space-between;align-items:center}.pro-module-icon{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;font-size:17px}.pro-module-icon.m1{background:#eaf2ff;color:#2869c7}.pro-module-icon.m2{background:#e8f8ef;color:#24835a}.pro-module-icon.m3{background:#f5edff;color:#7851bf}.pro-module-icon.m4{background:#fff2e5;color:#c66b1c}.pro-module-icon.m5{background:#e7f8fa;color:#168398}.pro-module-icon.m6{background:#fdeef3;color:#bd3b67}.pro-count{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:24px;padding:0 8px;border-radius:99px;background:#f2f5f8;color:#617085;font-size:10px;font-weight:700}.pro-module-card h3{font-size:14px;margin:14px 0 6px;color:#25374e}.pro-module-card p{font-size:10.5px;line-height:1.55;color:#748297;margin:0;min-height:48px}.pro-module-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:12px;border-top:1px solid #edf1f5}.pro-open,.pro-add{text-decoration:none;font-size:10px;font-weight:700;display:inline-flex;align-items:center;gap:5px}.pro-open{color:#2b64bb}.pro-add{color:#53657b}.pro-open:hover,.pro-add:hover{text-decoration:none}.pro-insight{height:max-content}.pro-bars{display:flex;flex-direction:column;gap:15px}.pro-bar-row>div:first-child{display:flex;justify-content:space-between;gap:10px;font-size:10px;margin-bottom:6px}.pro-bar-row span{color:#64748b}.pro-bar-row b{color:#334155}.pro-bar{height:7px;background:#edf1f5;border-radius:99px;overflow:hidden}.pro-bar i{display:block;height:100%;border-radius:99px}.pro-bar .b1{background:#4f80df}.pro-bar .b2{background:#38a169}.pro-bar .b3{background:#8b5fd3}.pro-bar .b4{background:#dc8a32}.pro-tip{display:flex;gap:10px;margin-top:22px;padding:13px;border:1px solid #e5ecf5;background:#f8fbff;border-radius:12px}.pro-tip>i{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#eaf2ff;color:#2f6cc5;flex:0 0 auto}.pro-tip b,.pro-tip span{display:block}.pro-tip b{font-size:11px;color:#2d3e55}.pro-tip span{font-size:9.5px;line-height:1.45;color:#758398;margin-top:2px}.pro-recent{margin-bottom:20px}.pro-recent-list{border:1px solid #e8edf4;border-radius:13px;overflow:hidden}.pro-recent-row{display:flex;gap:12px;align-items:center;padding:12px 13px;border-bottom:1px solid #edf1f5}.pro-recent-row:last-child{border-bottom:0}.pro-recent-marker{width:34px;height:34px;border-radius:10px;background:#f0f5fb;color:#3c6fae;display:grid;place-items:center;flex:0 0 auto}.pro-recent-data{display:grid;grid-template-columns:minmax(150px,1.3fr) repeat(3,minmax(110px,1fr));gap:14px;align-items:center;flex:1;min-width:0}.pro-recent-data>div{min-width:0}.pro-recent-data span,.pro-recent-data b{display:block}.pro-recent-data span{font-size:8.5px;text-transform:uppercase;letter-spacing:.05em;color:#8a98a9;margin-bottom:2px}.pro-recent-data b{font-size:10.5px;color:#42546a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600}.pro-recent-data .primary b{font-size:11.5px;color:#22344b}.status-text{display:inline-flex!important;width:max-content;padding:3px 7px;border-radius:999px;font-size:9px!important}.status-text.success{background:#e8f7ee;color:#20714b}.status-text.warning{background:#fff4df;color:#a56512}.status-text.danger{background:#fdebec;color:#a4383d}.status-text.neutral{background:#eef2f6;color:#5e6e82}.pro-empty{text-align:center;padding:42px 20px}.pro-empty>div{width:54px;height:54px;border-radius:15px;background:#eef4fb;color:#3a70b4;display:grid;place-items:center;margin:0 auto 12px;font-size:22px}.pro-empty h3{font-size:14px;margin:0 0 5px}.pro-empty p{font-size:10.5px;color:#7b8797;margin:0}
@media(max-width:1200px){.pro-kpis{grid-template-columns:repeat(2,1fr)}.pro-module-grid{grid-template-columns:repeat(2,1fr)}.pro-layout{grid-template-columns:1fr}.pro-insight{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.pro-insight .pro-section-head{grid-column:1/-1;margin-bottom:0}.pro-tip{margin-top:0}.pro-recent-data{grid-template-columns:repeat(2,minmax(120px,1fr))}}
@media(max-width:760px){.pro-hero{align-items:flex-start;flex-direction:column;padding:22px}.pro-hero h1{font-size:24px}.pro-hero-actions{justify-content:flex-start}.pro-kpis,.pro-module-grid{grid-template-columns:1fr}.pro-insight{display:block}.pro-tip{margin-top:20px}.pro-recent-data{grid-template-columns:1fr 1fr}.pro-recent-row{align-items:flex-start}}
@media(max-width:480px){.pro-recent-data{grid-template-columns:1fr}.pro-hero-actions .btn{width:100%;justify-content:center}.pro-hero-actions{width:100%}}

/* v2.2 polished operations UI */
.content{padding:24px 28px 38px;max-width:1600px;margin:0 auto;width:100%}
.topbar{height:68px;background:#fff;border-bottom:1px solid #e7ebf1;box-shadow:none}
.page-title{font-size:15px;font-weight:650;color:#17233a}
.panel{border:1px solid #e5eaf0;border-radius:14px;box-shadow:0 3px 14px rgba(15,35,60,.045);padding:20px;background:#fff}
.btn{border-radius:8px;font-weight:600;box-shadow:none}.btn-sm{padding:.38rem .65rem}
.table{font-size:12px}.table thead th{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#69788c;background:#f7f9fc;border-bottom:1px solid #e5eaf0;padding:11px 12px}.table tbody td{padding:12px;border-color:#edf0f4;color:#34445a}

/* Rates Revenue Console */
.rate-hero{background:#fff!important;color:#17233a!important;border:1px solid #e4e9ef;border-radius:14px;padding:20px 22px;box-shadow:0 3px 14px rgba(15,35,60,.045);position:relative;overflow:hidden}
.rate-hero:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#2563eb,#0ea5e9,#14b8a6)}
.rate-hero .eyebrow{color:#54708f;background:#eff6ff;border:1px solid #dbeafe;padding:5px 9px;border-radius:7px;font-size:9px;font-weight:800;letter-spacing:.08em}
.rate-hero h1{font-size:23px;color:#17233a;margin:10px 0 5px}.rate-hero p{font-size:12px;color:#718096;max-width:720px}
.rate-hero-actions .btn-light{background:#fff;border:1px solid #dce3ec;color:#334155}.rate-hero-actions .btn-warning{background:#17233a;border-color:#17233a;color:#fff}
.rate-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:14px 0}
.rate-metric{background:#fff!important;border:1px solid #e5eaf0!important;border-radius:12px!important;padding:14px 15px!important;box-shadow:0 2px 10px rgba(15,35,60,.035)!important;min-height:106px}
.rate-metric-icon{width:34px!important;height:34px!important;border-radius:9px!important;font-size:15px!important}.rate-metric small{font-size:10px;color:#718096;text-transform:uppercase;letter-spacing:.05em}.rate-metric strong{font-size:21px!important;color:#17233a!important;margin-top:7px!important}.rate-metric span{font-size:9.5px!important;color:#8a98aa!important}
.rate-layout{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(300px,.8fr);gap:14px}.rate-panel{margin:0 0 14px!important}
.section-title{margin-bottom:14px!important}.section-title h2{font-size:15px!important;color:#203047}.section-title p{font-size:10.5px!important;color:#7d8b9d!important;margin-top:3px!important}
.rate-table{border:1px solid #e9edf2;border-radius:10px;overflow:hidden}.rate-name{gap:8px}.rate-dot{width:7px;height:7px;background:#22a06b;box-shadow:0 0 0 3px #e8f7f0}
.status-pill{font-size:9px!important;font-weight:700!important;padding:5px 8px!important;border-radius:7px!important}.status-pill.live{background:#eaf8f0!important;color:#20744e!important}.status-pill.off{background:#f1f4f7!important;color:#66778a!important}
.rate-type-list{display:flex;flex-direction:column;gap:8px}.rate-type-card{display:grid!important;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;border:1px solid #e8edf3!important;border-radius:10px!important;padding:10px 11px!important;background:#fbfcfe!important}.rate-type-icon{width:34px!important;height:34px!important;border-radius:8px!important}.rate-type-main b{font-size:11px!important}.rate-type-main small,.rate-type-price small{font-size:9px!important}.rate-type-price b{font-size:12px!important}
.deal-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.deal-card{border:1px solid #e5eaf0!important;border-radius:11px!important;padding:14px!important;box-shadow:none!important}.deal-card h3{font-size:13px!important}.deal-price strong{font-size:18px!important}.deal-card p,.deal-card small{font-size:9.5px!important}.deal-actions a{font-size:10px!important}
.rate-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.rate-shortcuts>a{background:#fff!important;border:1px solid #e5eaf0!important;border-radius:11px!important;padding:12px!important;box-shadow:none!important;min-height:72px;align-items:center}.rate-shortcuts>a:hover{border-color:#bfd0e7!important;box-shadow:0 4px 12px rgba(15,35,60,.05)!important;transform:none!important}.rate-shortcuts i{width:34px!important;height:34px!important;border-radius:8px!important;font-size:14px!important}.rate-shortcuts b{font-size:11px!important}.rate-shortcuts span{font-size:9px!important}

/* Generic module console refinement */
.pro-hero{border-radius:14px!important;padding:20px 22px!important;margin-bottom:14px!important;box-shadow:none!important;border:1px solid rgba(255,255,255,.18)}.pro-hero h1{font-size:22px!important}.pro-hero p{font-size:11.5px!important}.pro-hero-actions .btn{border-radius:8px!important;padding:8px 11px!important;font-size:10.5px!important}
.pro-kpis{gap:11px!important;margin-bottom:14px!important}.pro-kpi{border-radius:12px!important;padding:13px!important;min-height:108px!important;box-shadow:none!important}.pro-kpi-icon{width:34px!important;height:34px!important;border-radius:9px!important;font-size:14px!important}.pro-kpi-label{font-size:9.5px!important}.pro-kpi>strong{font-size:21px!important;margin:10px 0 9px!important}.pro-kpi-foot>span{font-size:8.5px!important}.pro-layout{gap:14px!important;margin-bottom:14px!important}.pro-panel{border-radius:13px!important;padding:16px!important;box-shadow:none!important}.pro-section-kicker{font-size:8px!important}.pro-section-head h2{font-size:14px!important}.pro-section-head p{font-size:10px!important}.pro-module-grid{gap:10px!important}.pro-module-card{border-radius:11px!important;padding:12px!important;min-height:148px!important;box-shadow:none!important}.pro-module-card:hover{transform:none!important;box-shadow:0 3px 12px rgba(15,35,60,.05)!important}.pro-module-icon{width:34px!important;height:34px!important;border-radius:8px!important;font-size:14px!important}.pro-count{font-size:9px!important;height:21px!important}.pro-module-card h3{font-size:12px!important;margin:11px 0 5px!important}.pro-module-card p{font-size:9.5px!important;min-height:40px!important}.pro-open,.pro-add{font-size:9.5px!important}.pro-recent-row{padding:10px 11px!important}.pro-recent-marker{width:30px!important;height:30px!important;border-radius:8px!important}.pro-recent-data span{font-size:7.5px!important}.pro-recent-data b{font-size:9.5px!important}.pro-recent-data .primary b{font-size:10.5px!important}
@media(max-width:1200px){.rate-metrics{grid-template-columns:repeat(2,1fr)}.deal-grid{grid-template-columns:repeat(2,1fr)!important}.rate-shortcuts{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.rate-layout{grid-template-columns:1fr}}
@media(max-width:620px){.rate-metrics,.deal-grid,.rate-shortcuts{grid-template-columns:1fr!important}.content{padding:18px 14px 30px}}
