:root{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#0b1220;background:#eef2f8;--brand: #4f46e5;--brand-strong: #4338ca;--accent: #22c55e;--accent-warm: #f59e0b;--card-shadow: 0 18px 40px rgba(15, 23, 42, .12);--soft-shadow: 0 10px 24px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.app-shell{min-height:100vh;background:radial-gradient(circle at 20% 0%,#f7f7ff,#eef2f8 45%,#e7edf7);width:100vw;overflow-x:hidden}.topbar{display:flex;flex-direction:column;gap:10px;padding:16px 24px 12px;background:linear-gradient(110deg,#0f172a,#1f2a44,#312e81);color:#f8fafc;position:sticky;top:0;z-index:10;box-shadow:0 12px 28px #0f172a40}.topbar-main{display:flex;align-items:center;justify-content:space-between}.brand{font-weight:800;font-size:20px;letter-spacing:.4px}.topbar-actions{display:flex;gap:10px}.topbar-modules{display:flex;gap:10px;padding:10px 24px 0;flex-wrap:wrap}.module-pill{background:#fff;border:1px solid #e2e8f0;padding:8px 12px;border-radius:999px;cursor:pointer;font-weight:600;color:#1f2937;box-shadow:0 6px 14px #0f172a14}.module-pill.active{background:linear-gradient(120deg,#eef2ff,#f5f3ff);border-color:#c7d2fe;color:#4338ca}.ghost{background:#ffffff0f;border:1px solid rgba(255,255,255,.2);color:#e2e8f0;padding:8px 14px;border-radius:999px;cursor:pointer}.primary{background:linear-gradient(120deg,var(--brand) 0%,#6366f1 100%);border:none;color:#fff;padding:8px 16px;border-radius:999px;cursor:pointer;box-shadow:0 8px 18px #4f46e559}.primary.small{padding:6px 12px;font-size:12px}.shell{display:grid;grid-template-columns:240px 1fr;gap:20px;padding:24px;transition:grid-template-columns .2s ease;overflow-x:hidden}.shell.collapsed{grid-template-columns:80px 1fr}.sidebar{background:#fff;border-radius:20px;padding:16px;box-shadow:var(--soft-shadow);display:flex;flex-direction:column;gap:8px;height:fit-content;transition:all .2s ease}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #e2e8f0;margin-bottom:8px}.sidebar-title{font-weight:700;color:#1f2937}.collapse-btn{border:1px solid #e2e8f0;background:#f8fafc;border-radius:8px;padding:2px 8px;cursor:pointer}.sidebar-group{display:grid;gap:6px;padding:8px 0}.sidebar-group-title{font-size:12px;text-transform:uppercase;letter-spacing:.6px;color:#64748b;font-weight:700}.sidebar.collapsed{width:80px;padding:12px 0;min-width:80px;display:flex;flex-direction:column;gap:0;overflow-y:auto}.sidebar.collapsed .sidebar-header{display:flex;justify-content:center;padding:0;margin:0 0 8px;border:none}.sidebar.collapsed .sidebar-title{display:none}.sidebar.collapsed .collapse-btn{width:48px;height:48px;padding:0;margin:0 auto;border-radius:12px;font-size:20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(120deg,var(--brand) 0%,#6366f1 100%);border:none;color:#fff}.sidebar.collapsed .sidebar-group-title{display:none}.sidebar.collapsed .sidebar-group{padding:0;gap:0;display:flex;flex-direction:column}.sidebar.collapsed .nav{width:100%;padding:12px 0;height:auto;text-align:center;border-radius:0;border:none;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:10px;gap:2px;color:#64748b}.sidebar.collapsed .nav:hover{background:#f1f5f9;color:#1f2937}.sidebar.collapsed .nav.active{background:transparent;border-left:3px solid var(--brand);color:var(--brand-strong)}.nav-icon{font-size:16px;display:block}.nav-label{display:block;flex:1}.sidebar.collapsed .nav-label{display:none}.sidebar.collapsed .nav-icon{font-size:22px}.nav{background:transparent;border:1px solid transparent;text-align:left;padding:10px 14px;border-radius:12px;cursor:pointer;color:#0f172a;font-weight:600;transition:all .2s ease;font-size:14px;display:flex;align-items:center;gap:8px}.nav-icon{font-size:16px;flex-shrink:0}.nav-label{flex:1}.nav.disabled{opacity:.45;cursor:not-allowed}.nav.active{background:linear-gradient(120deg,#eef2ff,#f5f3ff);border-color:#c7d2fe;color:var(--brand-strong);box-shadow:inset 0 0 0 1px #e0e7ff}.sidebar.collapsed .nav{padding:6px;font-size:16px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px}.content{display:grid;gap:20px;max-width:100%;align-content:start;grid-auto-rows:max-content}.content h2{margin:0 0 12px;font-size:20px;font-weight:700;color:#0b1220}.content h3{margin:12px 0;font-size:16px;font-weight:600;color:#1f2937}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.page-header{background:#fff;border-radius:20px;padding:22px 26px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--card-shadow);border:1px solid #eef2f7;max-width:100%}.header-tools{display:flex;align-items:center;gap:12px}.view-toggle{display:flex;gap:6px;padding:6px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;position:relative;z-index:2;pointer-events:auto}.view-btn{width:32px;height:32px;border-radius:8px;border:1px solid transparent;background:#fff;cursor:pointer;color:#475569;font-size:14px;display:grid;place-items:center;box-shadow:0 4px 10px #0f172a14;pointer-events:auto}.view-btn.active{border-color:#c7d2fe;background:#eef2ff;color:#4338ca}.module-header{padding:10px 16px;align-items:flex-start;align-self:flex-start;height:auto;min-height:0}.module-header h1{margin:0 0 4px;font-size:22px;line-height:1.2}.module-header p{font-size:13px}.page-header h1{margin:0 0 6px}.page-header p{margin:0;color:#64748b}.kpis{display:flex;gap:12px}.kpi{background:linear-gradient(135deg,#f8fafc,#f1f5ff);border:1px solid #e2e8f0;border-radius:16px;padding:10px 16px;min-width:120px;text-align:center}.kpi span{display:block;font-size:12px;color:#64748b}.kpi strong{font-size:18px}.panel{background:#fff;border-radius:20px;padding:22px;box-shadow:var(--card-shadow);border:1px solid #eef2f7;max-width:100%}.sidebar-float-toggle{position:fixed;top:100px;left:12px;align-self:start;justify-self:start;padding:10px 12px;border-radius:10px;border:none;background:linear-gradient(120deg,var(--brand) 0%,#6366f1 100%);color:#fff;box-shadow:0 12px 24px #4f46e54d;cursor:pointer;z-index:20;font-weight:700;font-size:14px;transition:all .2s ease}.sidebar-float-toggle:hover{transform:translateY(-2px);box-shadow:0 16px 32px #4f46e566}.dashboard-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.dashboard-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center}.toolbar-left{display:grid;gap:10px}.toolbar-title{font-weight:700;font-size:18px}.toolbar-tabs{display:flex;gap:8px;flex-wrap:wrap}.tab{border:1px solid #dbe3f2;background:#f8fafc;padding:6px 10px;border-radius:10px;font-size:12px;cursor:pointer}.tab.active{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.toolbar-right{display:flex;gap:10px;flex-wrap:wrap;align-items:flex-end}.toolbar-inline{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc}.toolbar-action{border:none;background:linear-gradient(120deg,#2563eb,#38bdf8);color:#fff;padding:8px 12px;border-radius:10px;cursor:pointer;font-weight:600}.toolbar-action.ghost{background:#f8fafc;color:#1f2937;border:1px solid #e2e8f0}.toolbar-right label{display:grid;gap:4px;font-size:11px;color:#64748b}.toolbar-right input,.toolbar-right select{padding:6px 8px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc}.dashboard-item{grid-column:span 4}.dashboard-item.wide{grid-column:span 8}.dashboard-item .panel{height:100%}.dashboard-integral{display:grid;gap:16px}.dashboard-integral-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:12px}.integral-card{grid-column:span 3;display:grid;gap:10px;place-items:center;text-align:center}.integral-card.wide{grid-column:span 6;align-items:stretch;text-align:left}.donut{width:140px;height:140px;border-radius:50%;display:grid;place-items:center;position:relative}.donut:after{content:"";position:absolute;width:95px;height:95px;background:#fff;border-radius:50%;box-shadow:inset 0 0 0 1px #e2e8f0}.donut-value{position:relative;z-index:1;font-size:28px;font-weight:800;color:#b91c1c}.line-chart{width:100%;height:160px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;padding:8px}.line-chart svg{width:100%;height:100%}.dashboard-table{max-height:280px;overflow:auto}.dashboard-daily,.dashboard-news,.dashboard-services,.dashboard-deadline,.dashboard-noshow,.dashboard-done-date{display:grid;gap:16px}.done-date-table{max-height:520px;overflow:auto}.done-date-table .data-table th,.done-date-table .data-table td{white-space:nowrap;font-size:12px}.done-date-data .col-total-res{background:#dcfce7;color:#166534;font-weight:600}.done-date-data .col-hab-direct{background:#f1f5f9}.done-date-data .col-hab-otas{background:#f8fafc}.done-date-data .col-hab-otas-sh{background:#fef3c7}.done-date-data .col-total-nights{background:#f1f5f9}.done-date-data .col-promedio{background:#ede9fe;color:#4c1d95}.done-date-data .col-total-hab{background:#e0e7ff;color:#1e3a8a;font-weight:600}.done-date-totals{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;padding:10px 14px;border-radius:12px;border:1px solid #dbe3f2;background:#f8fafc;font-weight:600;color:#0f172a}.dashboard-service-booking{display:grid;gap:16px}.service-booking-header{display:grid;gap:10px}.service-booking-filters{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.service-booking-filters label{display:grid;gap:4px;font-size:11px;color:#64748b}.service-booking-filters select,.service-booking-filters input{padding:6px 8px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc}.service-booking-table{border:1px solid #dbe3f2;border-top:none;border-radius:0 0 12px 12px;background:#fff;min-height:220px;padding:0 0 6px}.service-booking-table .data-table{border-radius:0}.service-booking-empty{padding:40px 20px;text-align:center;color:#64748b;font-weight:600}.service-booking-summary{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;padding:10px 14px;border-radius:12px;border:1px solid #dbe3f2;background:#f8fafc;font-weight:600}.dashboard-customer-alerts{display:grid;gap:16px}.customer-alerts-filters{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.customer-alerts-filters label{display:grid;gap:4px;font-size:11px;color:#64748b}.customer-alerts-filters select,.customer-alerts-filters input{padding:6px 8px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc}.customer-alerts-table{border:1px solid #dbe3f2;border-top:none;border-radius:0 0 12px 12px;min-height:220px;background:#fff;padding:0 0 6px}.customer-alerts-table .data-table{border-radius:0}.customer-alerts-empty{padding:40px 20px;text-align:center;color:#64748b;font-weight:600}.customer-alerts-summary{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;padding:10px 14px;border-radius:12px;border:1px solid #dbe3f2;background:#f8fafc;font-weight:600}.dashboard-logged-users{display:grid;gap:16px}.logged-users-filters{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.logged-users-filters label{display:grid;gap:4px;font-size:11px;color:#64748b}.logged-users-filters input{padding:6px 8px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc}.logged-users-table{border:1px solid #dbe3f2;border-top:none;border-radius:0 0 12px 12px;min-height:220px;background:#fff;padding:0 0 6px}.logged-users-table .data-table{border-radius:0}.logged-users-empty{padding:40px 20px;text-align:center;color:#64748b;font-weight:600}.logged-users-summary{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;padding:10px 14px;border-radius:12px;border:1px solid #dbe3f2;background:#f8fafc;font-weight:600}.dashboard-daily-header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.daily-controls{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap}.daily-controls label{display:grid;gap:4px;font-size:11px;color:#64748b}.daily-controls input,.daily-controls select{padding:6px 8px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc}.services-selected{display:grid;gap:6px;padding:8px 10px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;font-size:12px;color:#475569}.services-selected strong{display:block;color:#0f172a}.services-table{max-height:420px;overflow:auto}.deadline-table{max-height:520px;overflow:auto}.noshow-table{max-height:480px;overflow:auto}.table-title{padding:8px 12px;background:linear-gradient(120deg,#e0f2fe,#e0e7ff);border:1px solid #dbe3f2;border-bottom:none;border-radius:12px 12px 0 0;font-weight:700;color:#1e3a8a}.noshow-totals{display:flex;gap:12px;justify-content:flex-end;padding:8px 12px;border-radius:10px;border:1px solid #dbe3f2;background:#f8fafc;font-weight:600}.dashboard-daily-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px}.daily-table{max-height:520px;overflow:auto}.daily-table .data-table th,.daily-table .data-table td{padding:6px 8px;font-size:12px;text-align:center}.daily-table .data-table th:first-child,.daily-table .data-table td:first-child{text-align:left;font-weight:600}.daily-table tr.section td{background:#f8fafc;font-weight:700}.daily-table tr.highlight td:first-child{color:#b91c1c}.daily-table tr.total td:first-child{color:#1d4ed8;font-weight:700}.daily-summary{display:grid;gap:10px;height:fit-content}.daily-summary-title{font-weight:700;color:#1f2937}.daily-summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.daily-summary-grid div{display:grid;gap:4px;padding:10px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;text-align:center}.daily-summary-grid span{font-size:11px;color:#64748b}.daily-summary-grid strong{font-size:16px;color:#0f172a}.news-panel{border:1px solid #dbe3f2;border-radius:12px;background:#fff;overflow:hidden;min-height:360px}.news-header{padding:10px 14px;background:linear-gradient(120deg,#e0f2fe,#e0e7ff);border-bottom:1px solid #dbe3f2;font-weight:700;color:#1e3a8a}.news-content{padding:18px;display:grid;gap:14px;max-height:520px;overflow:auto}.news-card{padding:18px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;text-align:center}.news-card.danger .news-title{color:#b91c1c;font-weight:800;text-transform:uppercase}.news-card.info .news-title{color:#1d4ed8;font-weight:700}.news-detail{margin-top:10px;font-weight:600;color:#0f172a}@media (max-width: 1100px){.dashboard-daily-grid{grid-template-columns:1fr}}.dashboard-item.compact .panel{padding:16px}.bar{display:grid;gap:6px;justify-items:center;height:100%}.bar-fill{width:100%;background:linear-gradient(180deg,#2563eb,#38bdf8);border-radius:10px 10px 6px 6px;min-height:12px;box-shadow:0 6px 18px #2563eb40}.bar span{font-size:11px;color:#64748b}.ring{height:auto;align-items:center;justify-content:space-between;padding:18px}.ring-item{text-align:center;flex:1}.ring-value{width:68px;height:68px;margin:0 auto 8px;border-radius:50%;display:grid;place-items:center;background:#eef2ff;color:#1d4ed8;font-weight:800;font-size:18px;box-shadow:inset 0 0 0 6px #c7d2fe}.alert-panel{background:linear-gradient(135deg,#f8fafc,#fff)}.alerts{display:grid;gap:10px}.alert-card{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 16px;border-radius:14px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 6px 16px #0f172a0f}.alert-card.alta{border-color:#fecaca;background:#fef2f2}.alert-card.media{border-color:#fde68a;background:#fffbeb}.alert-title{font-weight:600}.alert-actions{display:grid;gap:6px;justify-items:end}.priority-badge{font-size:11px;font-weight:600;padding:4px 8px;border-radius:999px}.priority-badge.alta{background:#fecaca;color:#b91c1c}.priority-badge.media{background:#fde68a;color:#b45309}.alert{padding:12px 14px;border-radius:12px;font-weight:500}.alert.warning{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.alert.danger{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.alert.info{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.form{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.form input,.form select{transition:border-color .2s ease,box-shadow .2s ease}.form input:focus,.form select:focus{outline:none;border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f126}.form input,.form select{padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;box-shadow:inset 0 1px #0f172a0a}.form button{background:linear-gradient(120deg,var(--brand) 0%,#6366f1 100%);color:#fff;border:none;border-radius:12px;padding:10px 12px;cursor:pointer;box-shadow:0 8px 18px #4f46e540}.list{display:grid;gap:12px;margin-top:12px}.content.view-list .list{grid-template-columns:1fr}.content.view-list .card{border-left:4px solid #c7d2fe}.content.view-grid .list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.content.view-compact .list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.content.view-compact .card{padding:10px}.content.view-compact .card .title{font-size:13px}.content.view-compact .actions button{padding:5px 8px;font-size:11px}.content.view-list .tables-grid{grid-template-columns:1fr}.content.view-compact .tables-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.content.view-compact .data-table th,.content.view-compact .data-table td{padding:6px 8px;font-size:12px}.tables-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:16px}.pos-entry{display:grid;grid-template-columns:10% 70% 20%;gap:12px;margin-top:12px;align-items:start}.pos-entry.compact,.pos-entry.closing{grid-template-columns:10% 70% 20%}.pos-column{background:#fff;border-radius:16px;padding:8px;border:1px solid #e2e8f0;box-shadow:0 10px 20px #0f172a0f;display:grid;gap:8px;max-height:calc(100vh - 240px);overflow-y:auto}.pos-column.hidden{display:none!important}.pos-column-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.pos-inline-form{display:grid;grid-template-columns:1fr auto;gap:8px}.pos-inline-form input{padding:8px 10px;border-radius:10px;border:1px solid #e2e8f0}.pos-table-list{display:grid;gap:6px;max-height:calc(100vh - 300px);overflow-y:auto;overflow-x:hidden}.pos-table-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;cursor:pointer}.pos-table-item.selected{border-color:#c7d2fe;background:#eef2ff;color:#4338ca}.pos-categories{display:flex;gap:8px;flex-wrap:wrap}.pos-category{padding:8px 12px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;font-weight:600;cursor:pointer}.pos-category.active{background:linear-gradient(120deg,#f59e0b,#f97316);color:#fff;border-color:transparent}.pos-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;overflow-y:auto;max-height:calc(100vh - 320px)}.pos-column.pos-products{padding:8px;display:flex;flex-direction:column;gap:8px}.pos-column.pos-products .pos-categories{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start;align-items:center;padding-bottom:6px}.pos-column.pos-products .pos-product{padding:8px;border-radius:10px;font-size:13px}.pos-product{display:grid;gap:6px;padding:8px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;text-align:left;box-shadow:0 8px 16px #0f172a0f}.pos-product.compact{padding:10px}.pos-product strong{font-size:14px}.pos-product span{font-size:12px;color:#64748b}.pos-price{font-weight:700;color:#1d4ed8}.pos-ticket{background:#f8fafc;border-radius:18px;padding:16px;border:1px solid #e2e8f0;display:grid;gap:12px;box-shadow:0 14px 28px #0f172a14}.pos-ticket-header{display:flex;justify-content:space-between;font-weight:700}.pos-ticket-list{display:grid;gap:8px;border-top:1px solid #e2e8f0;padding-top:10px;max-height:320px;overflow:auto}.pos-ticket-list.compact{max-height:360px}.ticket-row{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-radius:10px;background:#fff;border:1px solid #e2e8f0}.ticket-actions{display:flex;align-items:center;gap:8px}.ticket-remove{border:none;background:#fee2e2;color:#b91c1c;width:26px;height:26px;border-radius:8px;cursor:pointer;font-weight:700}.ticket-total{font-weight:700}.pos-ticket-summary{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:12px;background:#111827;color:#fff;font-weight:700}.pos-close-header{display:flex;align-items:center;justify-content:space-between}.pos-close-header-actions{display:flex;gap:8px}.pos-close-header-actions .outline{border:1px solid #e2e8f0;background:#fff;color:#475569;padding:6px 10px;border-radius:10px;cursor:pointer}.pos-close-header-actions .danger{border:none;background:#ef4444;color:#fff;padding:6px 12px;border-radius:10px;cursor:pointer}.pos-close-panel{border:1px solid #e2e8f0;border-radius:12px;padding:10px;background:#f8fafc;display:grid;gap:8px;max-height:calc(100vh - 240px);overflow-y:auto}.pos-close-banner{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;background:#dcfce7;border:1px solid #86efac;border-radius:10px;padding:6px 8px;font-size:11px;font-weight:600}.pos-close-prints{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.pos-close-prints button{border:1px solid #e2e8f0;background:#fff;border-radius:8px;padding:5px 6px;cursor:pointer;font-size:10px}.pos-close-tabs{display:inline-flex;gap:6px}.pos-close-row{display:flex;justify-content:space-between;font-size:12px;color:#475569}.pos-close-form{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:8px}.pos-close-form label{display:grid;gap:4px;font-size:11px;color:#64748b}.pos-close-form input,.pos-close-form select,.pos-close-form textarea{padding:6px 8px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:12px}.pos-passengers{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.pos-close-form .full{grid-column:span 4}.pos-close-summary{display:grid;gap:4px;font-size:12px;background:#fff;padding:8px;border-radius:8px;border:1px solid #e2e8f0}.pos-close-summary div{display:flex;justify-content:space-between}.pos-close-summary .total{font-weight:700;color:#111827;border-top:1px solid #e2e8f0;padding-top:4px}.pos-close-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.pos-close-actions button{border:none;padding:6px 8px;border-radius:8px;cursor:pointer;background:#0f172a;color:#fff;font-size:11px}.pos-close-actions .primary{background:linear-gradient(120deg,var(--brand) 0%,#6366f1 100%)}.pos-close-actions .danger{background:#b91c1c}@media (max-width: 1100px){.pos-entry,.pos-entry.closing{grid-template-columns:1fr}}.table-card{border-radius:16px;padding:16px;border:1px solid #e2e8f0;background:#fff;box-shadow:var(--card-shadow);display:grid;gap:12px;transition:transform .2s ease,box-shadow .2s ease}.table-card.selected{border-color:#93c5fd;box-shadow:0 16px 30px #2563eb33}.table-card:hover{transform:translateY(-2px)}.table-header{display:flex;gap:12px;align-items:center}.table-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#eef2ff;font-size:22px}.table-title{font-weight:600;font-size:16px}.status-badge{display:inline-block;margin-top:4px;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:600}.status-badge.open{background:#dcfce7;color:#15803d}.status-badge.closed{background:#fee2e2;color:#b91c1c}.table-meta{display:flex;justify-content:space-between;color:#64748b;font-size:13px}.module-list{display:grid;gap:12px;margin-top:16px}.module-item{display:grid;grid-template-columns:1fr auto;gap:16px;padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 10px 20px #0f172a0f}.module-input{margin-top:6px;width:100%;padding:8px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc}.module-actions{display:grid;gap:8px;justify-items:end}.module-toggle{display:flex;align-items:center;gap:8px;font-weight:600;color:#475569}.table-wrapper{margin-top:12px;overflow-x:auto;border-radius:14px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 10px 20px #0f172a0f}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table thead{background:#f8fafc;text-align:left}.data-table th,.data-table td{padding:10px 12px;border-bottom:1px solid #e2e8f0;white-space:nowrap}.data-table th{font-weight:700}.th-button{display:inline-flex;align-items:center;gap:6px;border:none;background:transparent;color:inherit;font:inherit;padding:0;cursor:pointer}.th-button:hover{color:#4338ca}.data-table tbody tr:hover{background:#f1f5ff}.card{padding:12px;border:1px solid #e2e8f0;border-radius:14px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 12px 20px #0f172a14}.card .title{display:flex;align-items:center;gap:6px}.card .title:before{content:"•";color:var(--brand);font-weight:700}.actions{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.actions button,.actions select{border-radius:8px}.actions button{background:#0f172a;color:#fff;border:none;padding:6px 10px;cursor:pointer;font-size:12px}.actions button:hover{filter:brightness(1.05)}.actions button:disabled{background:#94a3b8;cursor:not-allowed}.title{font-weight:600}.muted{color:#64748b}.panel .list .card{background:linear-gradient(180deg,#fff,#f8fbff)}@media (max-width: 1100px){.form{grid-template-columns:repeat(2,1fr)}.shell,.grid,.dashboard-grid{grid-template-columns:1fr}.dashboard-item,.dashboard-item.wide{grid-column:span 12}.sidebar{flex-direction:row;flex-wrap:wrap}.kpis{display:none}}@media (max-width: 700px){.form,.dashboard-kpis{grid-template-columns:1fr}.topbar{flex-direction:column;gap:10px;align-items:flex-start}}
