.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--background-gradient);padding:2rem}.login-card{width:100%;max-width:420px;background:var(--card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-lg)}.login-logo{display:flex;justify-content:center;margin-bottom:1rem}.login-logo svg{color:var(--primary)}.login-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:.25rem;color:var(--foreground);letter-spacing:-.02em}.login-subtitle{text-align:center;color:var(--muted-foreground);font-size:1rem;margin-bottom:2rem}.login-card input,.login-card select{color:var(--foreground)}.login-form .form-group{margin-bottom:1.25rem}.login-error{color:var(--destructive);font-size:.9rem;margin-bottom:1rem}.login-btn{width:100%;padding:.875rem 1.25rem;margin-top:.5rem;font-size:1rem}.login-card button.link{background:none;border:none;color:var(--primary);cursor:pointer;padding:0;font-size:.875rem;text-decoration:none;font-weight:500}.login-card button.link:hover{text-decoration:underline}.sidebar{width:260px;min-width:260px;flex-shrink:0;height:100vh;background:var(--glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-right:1px solid var(--glass-border);display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}.sidebar-brand{padding:1.5rem 1.25rem;font-weight:700;font-size:1.25rem;letter-spacing:-.02em;color:var(--primary);border-bottom:1px solid var(--border)}.sidebar-nav{flex:1;padding:1rem .75rem;overflow-y:auto}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;min-height:44px;margin-bottom:.25rem;margin-left:.75rem;color:var(--muted-foreground);font-size:.9375rem;font-weight:500;text-decoration:none;border-radius:var(--radius);border-left:3px solid transparent;transition:background .15s,color .15s,border-color .15s}.sidebar-link:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.sidebar-link:hover{color:var(--foreground);background:var(--secondary);text-decoration:none}.sidebar-link.active{color:var(--primary);background:var(--accent-muted);font-weight:600;text-decoration:none;border-left-color:var(--primary)}.sidebar-footer{padding:1.25rem 1rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem;background:var(--card)}.sidebar-user{font-size:.875rem;color:var(--muted-foreground);font-weight:500}.sidebar .btn-sm{padding:.5rem 1rem;font-size:.875rem}.main-content{flex:1;min-width:0;min-height:0;overflow:auto;display:flex;flex-direction:column;background:var(--background-gradient)}.sidebar-agent .sidebar-brand{font-size:1.15rem}.layout-agent .sidebar-agent{position:fixed;top:0;left:0;z-index:50;height:100%;transform:translate(-100%);transition:transform .2s ease}.layout-agent .sidebar-agent.sidebar-open{transform:translate(0)}.layout-agent .sidebar-agent .sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.layout-agent .sidebar-agent .sidebar-brand{padding:0;border-bottom:none}.sidebar-link-icon{flex-shrink:0;opacity:.85}.sidebar-link.active .sidebar-link-icon{opacity:1}.sidebar-close{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--muted-foreground);background:var(--secondary);border:none;border-radius:var(--radius);cursor:pointer;transition:all .15s}.sidebar-close:hover{color:var(--foreground);background:var(--secondary-hover)}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:40}.main-content-kiosk{width:100%}.main-content-with-tabbar{padding-bottom:5.5rem}.tabbar{position:fixed;bottom:20px;left:50%;transform:translate(-50%);max-width:300px;width:calc(100% - 40px);height:4.5rem;margin:20px;border-radius:80px;display:flex;align-items:center;justify-content:space-around;background:#0f0c0ef2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,220,230,.08);z-index:50;padding:0 1rem;-webkit-tap-highlight-color:transparent}.tabbar-admin{max-width:520px;padding:0 .75rem}.tabbar-admin .tabbar-icon-wrap{width:2.5rem;height:2.5rem}.main-content-admin{width:100%}.tabbar-item{display:flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:50%;color:var(--muted-foreground);text-decoration:none;transition:all .2s ease;background:transparent;border:none;cursor:pointer}.tabbar-item:hover{color:var(--foreground)}.tabbar-item.active .tabbar-icon-wrap{background:var(--primary);color:var(--primary-foreground)}.tabbar-icon-wrap{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:transparent;color:inherit;transition:all .2s ease}.tabbar-item:not(.active) .tabbar-icon-wrap{color:var(--muted-foreground)}.tabbar-item:not(.active):hover .tabbar-icon-wrap{background:#ffffff0f;color:var(--foreground)}.tabbar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:51}.tabbar-profile-panel{position:fixed;bottom:5.5rem;left:50%;transform:translate(-50%);width:min(20rem,calc(100% - 2rem));background:var(--card-strong);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.25rem;box-shadow:var(--shadow-lg);z-index:52}.tabbar-profile-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.tabbar-profile-user{font-weight:600;color:var(--foreground);font-size:1rem}.tabbar-profile-close{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);background:var(--secondary);border:none;border-radius:var(--radius);cursor:pointer;transition:all .15s}.tabbar-profile-close:hover{color:var(--foreground);background:var(--secondary-hover)}.tabbar-profile-logout{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.dashboard-demo-btn{padding:.5rem 1rem;font-size:.8125rem;font-weight:500;color:var(--muted-foreground);background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .2s ease}.dashboard-demo-btn:hover{color:var(--foreground);border-color:var(--border-strong)}.dashboard-demo-btn--on{color:var(--primary);border-color:var(--primary);background:#f8b8d01f}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.dashboard-card{display:block;padding:1.5rem;background:var(--card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all .2s ease;box-shadow:var(--shadow-sm)}.dashboard-card:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-2px)}.dashboard-card-label{display:block;font-size:.875rem;color:var(--muted-foreground);margin-bottom:.5rem;font-weight:500}.dashboard-card-value{font-size:1.75rem;font-weight:600;color:var(--foreground);letter-spacing:-.02em}.dashboard-card--accent .dashboard-card-value{color:var(--primary)}.dashboard-card--success .dashboard-card-value{color:var(--success)}.dashboard-charts{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:1.5rem}@media (max-width: 900px){.dashboard-charts{grid-template-columns:1fr}}.dashboard-chart-card{background:var(--card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;box-shadow:var(--shadow-sm)}.dashboard-chart-title{font-size:.9375rem;font-weight:600;color:var(--foreground);margin-bottom:.75rem;letter-spacing:-.01em}.dashboard-chart-inner{width:100%;height:240px}.dashboard-chart-inner--line{height:220px}.dashboard-chart-total{font-size:1.5rem;font-weight:700;color:var(--primary);letter-spacing:-.02em;margin-bottom:.5rem}.dashboard-chart-card--donut .dashboard-chart-inner--donut{position:relative;height:200px}.dashboard-donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-55%);text-align:center;pointer-events:none}.dashboard-donut-pct{display:block;font-size:1.75rem;font-weight:700;color:var(--foreground);line-height:1.2}.dashboard-donut-label{font-size:.75rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em}.dashboard-donut-legend{display:flex;gap:1rem;justify-content:center;margin-top:-.5rem;padding-top:.5rem}.dashboard-donut-legend-item{display:flex;align-items:center;gap:.4rem}.dashboard-donut-legend-color{width:8px;height:8px;border-radius:50%}.dashboard-donut-legend-value{font-size:.8125rem;font-weight:600;color:var(--foreground)}.dashboard-chart-card .recharts-cartesian-axis-tick-value{fill:var(--muted-foreground);font-size:11px}.dashboard-chart-card .recharts-line-dot{filter:drop-shadow(0 0 4px rgba(248,184,208,.4))}.dashboard-chart-card .recharts-legend-wrapper{padding-top:.5rem!important}.dashboard-chart-card .recharts-legend-item-text{color:var(--muted-foreground)!important;font-size:.875rem}.dashboard-tooltip{background:var(--card-strong);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;box-shadow:var(--shadow)}.dashboard-tooltip-label{font-size:.8125rem;color:var(--muted-foreground);margin-bottom:.25rem}.dashboard-tooltip-value{font-size:.9375rem;font-weight:600;color:var(--primary)}.services-list{display:flex;flex-direction:column;gap:.75rem}.services-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.services-card-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;flex-wrap:wrap}.services-expand{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);font-size:1rem;cursor:pointer;flex-shrink:0}.services-expand:hover{background:var(--secondary-hover)}.services-expand-placeholder{width:28px;height:28px;flex-shrink:0}.services-card-title{flex:1;min-width:0}.services-card-title strong{display:block;margin-bottom:.25rem}.services-card-meta{font-size:.8125rem;color:var(--muted-foreground)}.services-card-actions{display:flex;gap:.5rem;flex-wrap:wrap}.services-sub-list{border-top:1px solid var(--border);background:#00000026}.services-sub-row{display:flex;align-items:center;gap:1rem;padding:.75rem 1.25rem .75rem 4rem;border-bottom:1px solid var(--border);flex-wrap:wrap}.services-sub-row:last-child{border-bottom:none}.services-sub-row>span:first-child{flex:1;min-width:120px}.services-sub-row>span:nth-child(2){min-width:70px}.services-sub-row>span:nth-child(3){min-width:60px;color:var(--muted-foreground)}.services-sub-row>div{display:flex;gap:.5rem}.pos-page{display:flex;flex-direction:column;min-height:0;padding-top:.5rem}.pos-header{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.pos-shortcuts{font-size:.8rem;color:var(--muted-foreground);display:none}@media (min-width: 1200px){.pos-shortcuts{display:block}}.pos-shortcuts kbd{background:var(--secondary);color:var(--foreground);padding:.35rem .6rem;border-radius:var(--radius);font-size:.75rem;font-weight:500;border:1px solid var(--border)}.pos-actions{display:flex;gap:.75rem}.pos-message{padding:.75rem 1.25rem;background:var(--accent-muted);border-radius:var(--radius);margin-bottom:1.25rem;font-size:.9rem;color:var(--primary);font-weight:500}.pos-grid{display:grid;grid-template-columns:1fr 360px;gap:2rem;flex:1;min-height:0}@media (max-width: 900px){.pos-grid{grid-template-columns:1fr}}.pos-catalog{overflow-y:auto}.pos-breadcrumb{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:.5rem 0}.pos-breadcrumb-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--secondary);border:1px solid var(--border-strong);border-radius:var(--radius);padding:.625rem 1.25rem;min-height:44px;-webkit-tap-highlight-color:transparent;color:var(--foreground);cursor:pointer;font-size:.9rem;font-weight:500;transition:all .15s ease}.pos-search-label{display:flex;align-items:center;gap:.5rem}.pos-search-label svg{color:var(--primary);flex-shrink:0}.pos-breadcrumb-btn:hover{background:var(--secondary-hover);border-color:var(--primary);color:var(--primary)}.pos-breadcrumb-text{color:var(--muted-foreground);font-size:.9375rem}.pos-tiles-category{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}.pos-tile-category{min-height:130px;position:relative;overflow:hidden;background:linear-gradient(145deg,#f8b8d026,#e8d4f01f,#ffddd61a);border:1px solid rgba(255,220,230,.2)}.pos-tile-category:before{content:"";position:absolute;top:0;right:0;width:60px;height:60px;background:radial-gradient(circle at top right,rgba(248,184,208,.25),transparent);border-radius:0 var(--radius-lg) 0 100%;pointer-events:none}.pos-tile-category.pos-tile-category-services{background:linear-gradient(145deg,#f8b8d040,#e8d4f033,#f8d8e026);border-color:#f8b8d059}.pos-tile-category.pos-tile-category-services:before{background:radial-gradient(circle at top right,rgba(248,184,208,.4),transparent)}.pos-tile-icon-circle{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#f8b8d040;color:var(--primary);flex-shrink:0;margin-bottom:.5rem}.pos-tile-icon-circle-lg{width:72px;height:72px;margin:0 auto .5rem}.pos-tile-icon-circle-sm{width:48px;height:48px;margin-bottom:0}.pos-tile-icon{display:flex;align-items:center;justify-content:center;color:var(--primary);opacity:.95;margin-bottom:.25rem}.pos-tile-icon-sm{margin-bottom:0;align-self:flex-start}.pos-tile-icon-sm svg{flex-shrink:0}.pos-tile-hint{display:block;font-size:.75rem;color:var(--muted-foreground);font-weight:500;margin-top:.15rem}.pos-tile-meta{display:flex;align-items:center;gap:.5rem;margin-top:.35rem}.pos-tile-duration{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;color:var(--muted-foreground)}.pos-tile-duration svg{flex-shrink:0;opacity:.8}.pos-tile-body{flex:1;min-width:0}.pos-tile-count{font-size:.8125rem;color:var(--muted-foreground);font-weight:400}.pos-tile-badge{font-size:.7rem;color:var(--destructive);background:#f0a0a84d;padding:.25rem .5rem;border-radius:8px;font-weight:500;align-self:flex-start}.pos-section{margin-bottom:2rem}.pos-section h3{font-size:1.125rem;color:var(--foreground);margin-bottom:1.25rem;font-weight:600;letter-spacing:-.01em}.pos-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}.pos-tile-card{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;gap:.5rem .75rem;align-items:start;text-align:left}.pos-tile-card .pos-tile-icon-circle-sm{grid-row:1 / -1;align-self:start}.pos-tile-card .pos-tile-body{grid-column:2;grid-row:1}.pos-tile-card .pos-tile-price{grid-column:3;grid-row:1 / -1;align-self:start;justify-self:end}.pos-tile-card .pos-tile-badge{grid-column:2;grid-row:2}.pos-section-items{margin-bottom:1.5rem}.pos-subcat-tabs{display:flex;gap:.25rem;margin-bottom:1.25rem;padding:.25rem;background:var(--secondary);border-radius:var(--radius-lg)}.pos-subcat-tab{flex:1;padding:.625rem 1rem;border-radius:var(--radius);font-size:.9375rem;font-weight:500;color:var(--muted-foreground);background:transparent;border:none;cursor:pointer;transition:all .2s ease}.pos-subcat-tab:hover{color:var(--foreground)}.pos-subcat-tab.active{background:var(--card-strong);color:var(--foreground);box-shadow:var(--shadow-sm)}.pos-service-list{display:flex;flex-direction:column;gap:.75rem}.pos-service-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--card-strong);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:left;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-sm)}.pos-service-card:hover:not(:disabled){border-color:#f8b8d066;box-shadow:var(--shadow)}.pos-service-card:disabled,.pos-service-card.disabled{opacity:.6;cursor:not-allowed}.pos-service-card.in-cart{border-color:#f8b8d080;background:linear-gradient(160deg,rgba(248,184,208,.12) 0%,var(--card-strong) 100%)}.pos-service-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.pos-service-card-name{font-weight:600;font-size:1rem;color:var(--foreground)}.pos-service-card-duration{font-size:.8125rem;color:var(--muted-foreground)}.pos-service-card-price{font-weight:600;font-size:1rem;color:var(--primary);flex-shrink:0}.pos-service-card-select{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;border:2px solid var(--border-strong);color:transparent;flex-shrink:0;transition:all .2s ease}.pos-service-card.in-cart .pos-service-card-select{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.pos-service-card:not(.in-cart):hover:not(:disabled) .pos-service-card-select{border-color:var(--primary)}.pos-tile{padding:1.25rem;min-height:88px;position:relative;overflow:hidden;text-align:left;display:flex;flex-direction:column;gap:.5rem;transition:all .2s ease;color:var(--foreground);border-radius:var(--radius-xl);border:1px solid rgba(255,220,230,.15);background:linear-gradient(160deg,#352b33f2,#2d252cfa);box-shadow:var(--shadow-sm),inset 0 1px #fff8fa0a}.pos-tile:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,rgba(248,184,208,.4),transparent);opacity:0;transition:opacity .2s}.pos-tile-service{background:linear-gradient(160deg,#f8b8d02e,#e8d4f01f 40%,#352b33e6);border-color:#f8b8d040}.pos-tile-subcat-services{background:linear-gradient(160deg,#f8b8d033,#e8d4f026,#352b33d9);border-color:#f8b8d033}.pos-tile-product{background:linear-gradient(160deg,#ffddd614,#352b33f2)}.pos-tile:hover:not(:disabled),.pos-tile:active:not(:disabled){border-color:#f8b8d073;box-shadow:var(--shadow),inset 0 1px #fff8fa14;transform:translateY(-2px)}.pos-tile-service:hover:not(:disabled),.pos-tile-service:active:not(:disabled){background:linear-gradient(160deg,#f8b8d04d,#e8d4f038,#352b33cc)}.pos-tile:hover:not(:disabled):after,.pos-tile:active:not(:disabled):after{opacity:1}.pos-tile:active:not(:disabled){transform:translateY(0) scale(.99)}.pos-tile:disabled{opacity:.6;cursor:not-allowed;filter:saturate(.6)}.pos-tile-name{font-weight:600;color:var(--foreground);font-size:.9375rem;line-height:1.35}.pos-tile-price{font-size:1.0625rem;font-weight:600;color:var(--primary);letter-spacing:.02em}.pos-cart{background:linear-gradient(165deg,#352b33f2,#2d252cfa);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,220,230,.12);border-radius:var(--radius-xl);padding:1.5rem;display:flex;flex-direction:column;min-height:200px;box-shadow:var(--shadow),inset 0 1px #fff8fa0a}.pos-cart-title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;margin-bottom:1rem;color:var(--foreground);font-weight:600}.pos-cart-title svg{color:var(--primary);flex-shrink:0}.pos-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1rem;color:var(--muted-foreground)}.pos-cart-empty svg{opacity:.5}.pos-cart h3{font-size:1.125rem;margin-bottom:1rem;color:var(--foreground);font-weight:600}.pos-cart-list{flex:1;overflow-y:auto;margin-bottom:1.25rem}.pos-cart-line{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;border-bottom:1px solid var(--border)}.pos-cart-name{flex:1;font-size:.9375rem;color:var(--foreground)}.pos-cart-price{color:var(--primary);font-weight:600;font-size:.9375rem}.pos-cart-remove{color:var(--muted-foreground);font-size:1.25rem;padding:0 .25rem;line-height:1;background:none;border:none;cursor:pointer;transition:color .15s}.pos-cart-remove:hover{color:var(--destructive)}.pos-cart-total{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:600;padding:1rem 0;border-top:1px solid var(--border-strong);color:var(--foreground)}.pos-cart-buttons{margin-top:.75rem}.pos-confirm-btn{width:100%;padding:1rem 1.5rem;font-size:1.0625rem;min-height:52px;-webkit-tap-highlight-color:transparent}.pos-confirm-order-modal h2{margin-bottom:1.5rem}.pos-confirm-order-list{max-height:260px;overflow-y:auto;margin-bottom:1.25rem;padding-right:.5rem}.pos-confirm-order-list .pos-cart-line{border-bottom-color:var(--border)}.pos-confirm-order-total{padding-top:1.25rem;border-top:1px solid var(--border-strong);font-size:1.25rem;font-weight:600}.pos-confirm-order-total .pos-payment-value{color:var(--primary)}.pos-payment-modal h2{margin-bottom:1.5rem}.pos-payment-row{display:flex;justify-content:space-between;align-items:center;padding:.875rem 0;font-size:1rem}.pos-payment-row.pos-payment-change{margin-top:.75rem;padding-top:1.25rem;border-top:1px solid var(--border);font-size:1.25rem;font-weight:600}.pos-payment-row.pos-payment-change.positive{color:var(--success)}.pos-payment-row.pos-payment-change.negative{color:var(--destructive)}.pos-payment-label{color:var(--muted-foreground)}.pos-payment-modal .pos-payment-value{color:var(--foreground)}.pos-payment-value{font-weight:600}.pos-payment-warning{color:var(--destructive);font-size:.9rem;margin-top:.5rem}.pos-payment-modal-actions{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.pos-payment-modal-actions .modal-actions{margin-top:0;justify-content:flex-end}:root{--background: #1f1a1e;--background-gradient: linear-gradient(155deg, #2a2329 0%, #352b33 35%, #2d252c 100%);--foreground: #fff5f8;--muted: #a8999e;--muted-foreground: #d4c4cb;--border: rgba(255, 220, 230, .08);--border-strong: rgba(255, 220, 230, .12);--input: #2d252c;--ring: #f8b8d0;--primary: #f5c6d6;--primary-foreground: #1f1a1e;--primary-hover: #fad4e2;--secondary: #352b33;--secondary-foreground: #fff5f8;--secondary-hover: #453a44;--accent: #f8b8d0;--accent-muted: rgba(248, 184, 208, .25);--pink-light: #fce4ec;--pink-pastel: #f8d4e0;--lavender: #e8d4f0;--peach: #ffddd6;--destructive: #f0a0a8;--destructive-hover: #f5b0b8;--success: #a8d5ba;--success-muted: rgba(168, 213, 186, .3);--warning: #f5d89a;--warning-muted: rgba(245, 216, 154, .3);--card: rgba(45, 37, 44, .9);--card-strong: #352b33;--card-border: rgba(255, 220, 230, .1);--radius: 12px;--radius-lg: 16px;--radius-xl: 20px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .2);--shadow: 0 6px 16px rgba(0, 0, 0, .25), 0 2px 6px rgba(0, 0, 0, .15);--shadow-lg: 0 16px 32px rgba(0, 0, 0, .3), 0 4px 12px rgba(0, 0, 0, .2);--glass: rgba(53, 43, 51, .9);--glass-border: rgba(255, 220, 230, .1);--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}html{height:100%;width:100%;overscroll-behavior:none;touch-action:manipulation;-webkit-text-size-adjust:100%}body,#root{height:100%;width:100%;min-height:100dvh;min-height:-webkit-fill-available}body{font-family:var(--font);background:var(--background-gradient);color:var(--foreground);-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;line-height:1.5;overflow:hidden;overscroll-behavior:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.app-pos{height:100%;min-height:100dvh;width:100%;overflow:hidden;display:flex;flex-direction:row}.page{flex:1;min-height:0;overflow:auto;padding:1.5rem 1.5rem 2rem}.layout-agent .page{padding:1rem 1.25rem 1.5rem}.page-header{margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.25rem}.page-title{font-size:1.75rem;font-weight:600;color:var(--foreground);letter-spacing:-.02em}.btn{padding:.625rem 1.25rem;border-radius:var(--radius);font-weight:500;font-size:.9375rem;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn:active{transform:scale(.98)}.btn svg{flex-shrink:0}.btn-primary{background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--border-strong)}.btn-secondary:hover{background:var(--secondary-hover)}.btn-danger{background:var(--destructive);color:#fff}.btn-danger:hover{background:var(--destructive-hover)}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.card{background:var(--card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow)}.table-wrap{overflow-x:auto;border-radius:var(--radius-lg);background:var(--card-strong);border:1px solid var(--border);box-shadow:var(--shadow-sm)}table{width:100%;border-collapse:collapse;font-size:.9375rem}th,td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid var(--border)}th{background:var(--secondary);font-weight:600;color:var(--foreground);font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em}tr:last-child td{border-bottom:none}tr:hover td{background:#ffffff0a}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:var(--foreground)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.625rem .875rem;border-radius:var(--radius);border:1px solid var(--border-strong);background:var(--input);color:var(--foreground);font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 3px #f8b8d04d}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--muted-foreground)}.form-row{display:flex;gap:1.25rem;flex-wrap:wrap}.form-row .form-group{flex:1;min-width:160px}.filters-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem;align-items:flex-end}.filters-row .form-group{margin-bottom:0;flex-shrink:0}.filters-row .form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:var(--foreground);white-space:nowrap}.filters-row .form-group input{min-height:2.5rem}.filters-row .btn{flex-shrink:0;align-self:flex-end;min-height:2.5rem;margin-bottom:2px}.orders-resume{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;padding:.75rem 1rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;font-size:.875rem;color:var(--muted-foreground)}.orders-resume-item strong{color:var(--foreground);font-weight:600;margin-right:.25rem}.empty-state{padding:3rem 2rem;text-align:center;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--muted-foreground);font-size:.9375rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:2rem}.modal{background:var(--card-strong);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal h2{margin-bottom:1.25rem;font-size:1.25rem;font-weight:600}.modal-actions{display:flex;gap:.75rem;margin-top:1.5rem;justify-content:flex-end}.text-muted{color:var(--muted-foreground)}.badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:500}.badge-success{background:var(--success-muted);color:#a8d5ba}.badge-warning{background:var(--warning-muted);color:#f5d89a}.badge-danger{background:#f0a0a859;color:#f0a0a8}.badge-muted{background:var(--secondary);color:var(--muted-foreground)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}
