.theme-switcher[data-v-d18ab05b]{position:fixed;bottom:24px;right:24px;z-index:9999}.theme-trigger[data-v-d18ab05b]{width:44px;height:44px;border-radius:50%;background:var(--color-primary, #6D4AFF);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.15rem;box-shadow:0 4px 16px #0003;transition:transform .2s ease,box-shadow .2s ease}.theme-trigger[data-v-d18ab05b]:hover{transform:scale(1.1);box-shadow:0 6px 24px #00000040}.theme-popup[data-v-d18ab05b]{position:absolute;bottom:56px;right:0;background:#fff;border-radius:6px;box-shadow:0 8px 32px #00000026,0 0 0 1px #0000000d;padding:8px;min-width:200px}.theme-popup-header[data-v-d18ab05b]{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#999;padding:8px 12px 4px}.theme-option[data-v-d18ab05b]{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:background .15s ease;font-family:inherit;font-size:.9rem;color:#333}.theme-option[data-v-d18ab05b]:hover{background:#f5f5f5}.theme-option.active[data-v-d18ab05b]{background:#f0f0f0}.theme-swatches[data-v-d18ab05b]{display:flex;gap:3px}.theme-swatch[data-v-d18ab05b]{width:16px;height:16px;border-radius:4px;border:1px solid rgba(0,0,0,.1)}.theme-label[data-v-d18ab05b]{flex:1;text-align:left;font-weight:500}.theme-check[data-v-d18ab05b]{font-size:.8rem;color:var(--color-primary, #6D4AFF)}.theme-popup-enter-active[data-v-d18ab05b]{transition:opacity .2s ease,transform .2s ease}.theme-popup-leave-active[data-v-d18ab05b]{transition:opacity .15s ease,transform .15s ease}.theme-popup-enter-from[data-v-d18ab05b],.theme-popup-leave-to[data-v-d18ab05b]{opacity:0;transform:translateY(8px) scale(.95)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-text)}.app-container{display:flex;min-height:100vh}.sidebar{width:280px;background:var(--sidebar-bg, linear-gradient(180deg, #2A1F42 0%, #1F1535 40%, #1A1128 100%));display:flex;flex-direction:column;position:fixed;height:100vh;z-index:100}.logo{padding:24px 24px 20px;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.08)}.logo-img{width:100%;max-width:180px;height:auto;border-radius:var(--radius-md)}.nav-menu{flex:1;padding:16px;overflow-y:auto}.nav-group{margin-bottom:8px}.nav-group-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ffffff59;padding:16px 14px 6px}.nav-group:first-child{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.06)}.nav-item{display:flex;align-items:center;gap:12px;height:48px;padding:0 14px;color:var(--sidebar-text, rgba(255, 255, 255, .7));text-decoration:none;border-radius:var(--nav-item-radius, 5px);margin-bottom:4px;transition:background .15s ease,color .15s ease;font-size:.9rem;font-weight:500}.nav-item:hover:not(.disabled){background:var(--sidebar-hover-bg, rgba(255, 255, 255, .08));color:#fff}.nav-item.active{background:var(--sidebar-active-bg, rgba(109, 74, 255, .18));color:#fff;font-weight:600}.nav-item.disabled{opacity:.5;cursor:not-allowed}.nav-icon-box{width:32px;height:32px;border-radius:var(--radius-md);background:#6d4aff1a;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s ease,color .2s ease}.nav-icon-box i{font-size:.95rem;color:#ffffffb3;transition:color .2s ease}.nav-item.active .nav-icon-box{background:var(--color-primary, #6D4AFF)}.nav-item.active .nav-icon-box i{color:#fff}.nav-item:hover:not(.disabled) .nav-icon-box i{color:#fff}.nav-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-item .badge{margin-left:auto;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:#ffffff1f;color:#ffffff80;padding:2px 8px;border-radius:var(--radius-sm);line-height:1.4}.sidebar-user{display:flex;align-items:center;gap:12px;padding:16px 20px;margin:0 16px;background:#ffffff0f;border-radius:var(--radius-sm);border-top:1px solid rgba(255,255,255,.06)}.user-avatar{width:42px;height:42px;border-radius:50%;background:var(--color-primary, #6D4AFF);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;flex-shrink:0}.user-details{flex:1;display:flex;flex-direction:column;min-width:0}.user-name{color:#fff;font-size:.9rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{color:#ffffff80;font-size:.8rem}.logout-btn{background:none;border:none;color:#ffffff73;cursor:pointer;padding:8px;border-radius:var(--radius-md);transition:background .15s ease,color .15s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.logout-btn:hover{color:#fff;background:#ffffff1a}.sidebar-footer{padding:12px 24px;color:#ffffff40;font-size:.75rem}.main-content{flex:1;margin-left:280px;display:flex;flex-direction:column}.top-bar{background:var(--topbar-bg, #fff);padding:20px 32px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--color-border, #E5E0DB);position:sticky;top:0;z-index:50}.topbar-title{font-size:1.5rem;font-weight:700;color:var(--color-text);line-height:1.2;margin:0}.topbar-right{display:flex;align-items:center;gap:20px}.topbar-restaurant{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:500;color:var(--color-text-light);background:var(--color-bg, #F7F3EF);padding:6px 14px;border-radius:var(--radius-md);border:1px solid var(--color-border, #E5E0DB)}.topbar-restaurant i{font-size:.85rem;color:var(--color-primary, #6D4AFF)}.topbar-user{display:flex;align-items:center;gap:8px;color:var(--color-text-light);font-size:.85rem;font-weight:500}.topbar-user-avatar{width:32px;height:32px;border-radius:50%;background:var(--color-primary, #6D4AFF);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;flex-shrink:0}.topbar-user-name{white-space:nowrap}.error-banner{display:flex;align-items:center;gap:12px;padding:12px 24px;margin:16px 32px 0;background:var(--color-warning-bg, #fef3c7);border:1px solid var(--color-warning, #fbbf24);border-radius:var(--radius-sm);color:var(--color-warning-dark, #92400e)}.error-banner i{font-size:1.1rem}.error-banner span{flex:1}.trial-banner{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 24px;margin:0;background:linear-gradient(135deg,#6d4aff,#8b6aff);color:#fff;font-size:.9rem;font-weight:500;letter-spacing:.01em}.trial-banner strong{font-weight:700}.trial-banner.urgent{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.expired-banner{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;margin:0;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.9rem;font-weight:500}.expired-banner strong{font-weight:700;text-decoration:underline;cursor:pointer}.trial-banner i,.expired-banner i{font-size:1.1rem}.trial-days-badge{margin-left:auto;background:#fff3;padding:3px 10px;border-radius:12px;font-size:.78rem;font-weight:700;white-space:nowrap}@media(max-width:768px){.trial-banner{font-size:.8rem;padding:10px 16px}.trial-days-badge{display:none}}.page-content{flex:1;padding:24px 32px}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease,transform .2s ease}.fade-enter-from{opacity:0;transform:translateY(10px)}.fade-leave-to{opacity:0;transform:translateY(-10px)}.card{background:var(--color-bg-card, #fff);border-radius:var(--radius-lg);overflow:hidden}.card-header{padding:20px 24px;border-bottom:1px solid var(--color-border);font-weight:600;display:flex;justify-content:space-between;align-items:center}.card-body{padding:24px}.topbar-left{display:flex;align-items:center;gap:12px}.hamburger{display:none;background:none;border:none;color:var(--color-text);font-size:1.3rem;cursor:pointer;padding:6px;border-radius:var(--radius-sm)}.hamburger:hover{background:var(--color-surface-secondary, #f0f0f0)}.sidebar-overlay{display:none}@media(max-width:768px){.sidebar{transform:translate(-100%);transition:transform .25s ease}.sidebar.open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:99}.main-content{margin-left:0}.hamburger{display:flex;align-items:center;justify-content:center}.top-bar{padding:14px 16px}.topbar-title{font-size:1.15rem}.topbar-restaurant,.topbar-user-name{display:none}.page-content{padding:16px}}@font-face{font-family:primeicons;font-display:block;src:url(/assets/primeicons-DMOk5skT.eot);src:url(/assets/primeicons-DMOk5skT.eot?#iefix) format("embedded-opentype"),url(/assets/primeicons-C6QP2o4f.woff2) format("woff2"),url(/assets/primeicons-WjwUDZjB.woff) format("woff"),url(/assets/primeicons-MpK4pl85.ttf) format("truetype"),url(/assets/primeicons-Dr5RGzOO.svg?#primeicons) format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media(prefers-reduced-motion:reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:""}.pi-receipt:before{content:""}.pi-asterisk:before{content:""}.pi-face-smile:before{content:""}.pi-pinterest:before{content:""}.pi-expand:before{content:""}.pi-pen-to-square:before{content:""}.pi-wave-pulse:before{content:""}.pi-turkish-lira:before{content:""}.pi-spinner-dotted:before{content:""}.pi-crown:before{content:""}.pi-pause-circle:before{content:""}.pi-warehouse:before{content:""}.pi-objects-column:before{content:""}.pi-clipboard:before{content:""}.pi-play-circle:before{content:""}.pi-venus:before{content:""}.pi-cart-minus:before{content:""}.pi-file-plus:before{content:""}.pi-microchip:before{content:""}.pi-twitch:before{content:""}.pi-building-columns:before{content:""}.pi-file-check:before{content:""}.pi-microchip-ai:before{content:""}.pi-trophy:before{content:""}.pi-barcode:before{content:""}.pi-file-arrow-up:before{content:""}.pi-mars:before{content:""}.pi-tiktok:before{content:""}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.pi-ethereum:before{content:""}.pi-list-check:before{content:""}.pi-thumbtack:before{content:""}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:""}.pi-equals:before{content:""}.pi-lightbulb:before{content:""}.pi-star-half:before{content:""}.pi-address-book:before{content:""}.pi-chart-scatter:before{content:""}.pi-indian-rupee:before{content:""}.pi-star-half-fill:before{content:""}.pi-cart-arrow-down:before{content:""}.pi-calendar-clock:before{content:""}.pi-sort-up-fill:before{content:""}.pi-sparkles:before{content:""}.pi-bullseye:before{content:""}.pi-sort-down-fill:before{content:""}.pi-graduation-cap:before{content:""}.pi-hammer:before{content:""}.pi-bell-slash:before{content:""}.pi-gauge:before{content:""}.pi-shop:before{content:""}.pi-headphones:before{content:""}.pi-eraser:before{content:""}.pi-stopwatch:before{content:""}.pi-verified:before{content:""}.pi-delete-left:before{content:""}.pi-hourglass:before{content:""}.pi-truck:before{content:""}.pi-wrench:before{content:""}.pi-microphone:before{content:""}.pi-megaphone:before{content:""}.pi-arrow-right-arrow-left:before{content:""}.pi-bitcoin:before{content:""}.pi-file-edit:before{content:""}.pi-language:before{content:""}.pi-file-export:before{content:""}.pi-file-import:before{content:""}.pi-file-word:before{content:""}.pi-gift:before{content:""}.pi-cart-plus:before{content:""}.pi-thumbs-down-fill:before{content:""}.pi-thumbs-up-fill:before{content:""}.pi-arrows-alt:before{content:""}.pi-calculator:before{content:""}.pi-sort-alt-slash:before{content:""}.pi-arrows-h:before{content:""}.pi-arrows-v:before{content:""}.pi-pound:before{content:""}.pi-prime:before{content:""}.pi-chart-pie:before{content:""}.pi-reddit:before{content:""}.pi-code:before{content:""}.pi-sync:before{content:""}.pi-shopping-bag:before{content:""}.pi-server:before{content:""}.pi-database:before{content:""}.pi-hashtag:before{content:""}.pi-bookmark-fill:before{content:""}.pi-filter-fill:before{content:""}.pi-heart-fill:before{content:""}.pi-flag-fill:before{content:""}.pi-circle:before{content:""}.pi-circle-fill:before{content:""}.pi-bolt:before{content:""}.pi-history:before{content:""}.pi-box:before{content:""}.pi-at:before{content:""}.pi-arrow-up-right:before{content:""}.pi-arrow-up-left:before{content:""}.pi-arrow-down-left:before{content:""}.pi-arrow-down-right:before{content:""}.pi-telegram:before{content:""}.pi-stop-circle:before{content:""}.pi-stop:before{content:""}.pi-whatsapp:before{content:""}.pi-building:before{content:""}.pi-qrcode:before{content:""}.pi-car:before{content:""}.pi-instagram:before{content:""}.pi-linkedin:before{content:""}.pi-send:before{content:""}.pi-slack:before{content:""}.pi-sun:before{content:""}.pi-moon:before{content:""}.pi-vimeo:before{content:""}.pi-youtube:before{content:""}.pi-flag:before{content:""}.pi-wallet:before{content:""}.pi-map:before{content:""}.pi-link:before{content:""}.pi-credit-card:before{content:""}.pi-discord:before{content:""}.pi-percentage:before{content:""}.pi-euro:before{content:""}.pi-book:before{content:""}.pi-shield:before{content:""}.pi-paypal:before{content:""}.pi-amazon:before{content:""}.pi-phone:before{content:""}.pi-filter-slash:before{content:""}.pi-facebook:before{content:""}.pi-github:before{content:""}.pi-twitter:before{content:""}.pi-step-backward-alt:before{content:""}.pi-step-forward-alt:before{content:""}.pi-forward:before{content:""}.pi-backward:before{content:""}.pi-fast-backward:before{content:""}.pi-fast-forward:before{content:""}.pi-pause:before{content:""}.pi-play:before{content:""}.pi-compass:before{content:""}.pi-id-card:before{content:""}.pi-ticket:before{content:""}.pi-file-o:before{content:""}.pi-reply:before{content:""}.pi-directions-alt:before{content:""}.pi-directions:before{content:""}.pi-thumbs-up:before{content:""}.pi-thumbs-down:before{content:""}.pi-sort-numeric-down-alt:before{content:""}.pi-sort-numeric-up-alt:before{content:""}.pi-sort-alpha-down-alt:before{content:""}.pi-sort-alpha-up-alt:before{content:""}.pi-sort-numeric-down:before{content:""}.pi-sort-numeric-up:before{content:""}.pi-sort-alpha-down:before{content:""}.pi-sort-alpha-up:before{content:""}.pi-sort-alt:before{content:""}.pi-sort-amount-up:before{content:""}.pi-sort-amount-down:before{content:""}.pi-sort-amount-down-alt:before{content:""}.pi-sort-amount-up-alt:before{content:""}.pi-palette:before{content:""}.pi-undo:before{content:""}.pi-desktop:before{content:""}.pi-sliders-v:before{content:""}.pi-sliders-h:before{content:""}.pi-search-plus:before{content:""}.pi-search-minus:before{content:""}.pi-file-excel:before{content:""}.pi-file-pdf:before{content:""}.pi-check-square:before{content:""}.pi-chart-line:before{content:""}.pi-user-edit:before{content:""}.pi-exclamation-circle:before{content:""}.pi-android:before{content:""}.pi-google:before{content:""}.pi-apple:before{content:""}.pi-microsoft:before{content:""}.pi-heart:before{content:""}.pi-mobile:before{content:""}.pi-tablet:before{content:""}.pi-key:before{content:""}.pi-shopping-cart:before{content:""}.pi-comments:before{content:""}.pi-comment:before{content:""}.pi-briefcase:before{content:""}.pi-bell:before{content:""}.pi-paperclip:before{content:""}.pi-share-alt:before{content:""}.pi-envelope:before{content:""}.pi-volume-down:before{content:""}.pi-volume-up:before{content:""}.pi-volume-off:before{content:""}.pi-eject:before{content:""}.pi-money-bill:before{content:""}.pi-images:before{content:""}.pi-image:before{content:""}.pi-sign-in:before{content:""}.pi-sign-out:before{content:""}.pi-wifi:before{content:""}.pi-sitemap:before{content:""}.pi-chart-bar:before{content:""}.pi-camera:before{content:""}.pi-dollar:before{content:""}.pi-lock-open:before{content:""}.pi-table:before{content:""}.pi-map-marker:before{content:""}.pi-list:before{content:""}.pi-eye-slash:before{content:""}.pi-eye:before{content:""}.pi-folder-open:before{content:""}.pi-folder:before{content:""}.pi-video:before{content:""}.pi-inbox:before{content:""}.pi-lock:before{content:""}.pi-unlock:before{content:""}.pi-tags:before{content:""}.pi-tag:before{content:""}.pi-power-off:before{content:""}.pi-save:before{content:""}.pi-question-circle:before{content:""}.pi-question:before{content:""}.pi-copy:before{content:""}.pi-file:before{content:""}.pi-clone:before{content:""}.pi-calendar-times:before{content:""}.pi-calendar-minus:before{content:""}.pi-calendar-plus:before{content:""}.pi-ellipsis-v:before{content:""}.pi-ellipsis-h:before{content:""}.pi-bookmark:before{content:""}.pi-globe:before{content:""}.pi-replay:before{content:""}.pi-filter:before{content:""}.pi-print:before{content:""}.pi-align-right:before{content:""}.pi-align-left:before{content:""}.pi-align-center:before{content:""}.pi-align-justify:before{content:""}.pi-cog:before{content:""}.pi-cloud-download:before{content:""}.pi-cloud-upload:before{content:""}.pi-cloud:before{content:""}.pi-pencil:before{content:""}.pi-users:before{content:""}.pi-clock:before{content:""}.pi-user-minus:before{content:""}.pi-user-plus:before{content:""}.pi-trash:before{content:""}.pi-external-link:before{content:""}.pi-window-maximize:before{content:""}.pi-window-minimize:before{content:""}.pi-refresh:before{content:""}.pi-user:before{content:""}.pi-exclamation-triangle:before{content:""}.pi-calendar:before{content:""}.pi-chevron-circle-left:before{content:""}.pi-chevron-circle-down:before{content:""}.pi-chevron-circle-right:before{content:""}.pi-chevron-circle-up:before{content:""}.pi-angle-double-down:before{content:""}.pi-angle-double-left:before{content:""}.pi-angle-double-right:before{content:""}.pi-angle-double-up:before{content:""}.pi-angle-down:before{content:""}.pi-angle-left:before{content:""}.pi-angle-right:before{content:""}.pi-angle-up:before{content:""}.pi-upload:before{content:""}.pi-download:before{content:""}.pi-ban:before{content:""}.pi-star-fill:before{content:""}.pi-star:before{content:""}.pi-chevron-left:before{content:""}.pi-chevron-right:before{content:""}.pi-chevron-down:before{content:""}.pi-chevron-up:before{content:""}.pi-caret-left:before{content:""}.pi-caret-right:before{content:""}.pi-caret-down:before{content:""}.pi-caret-up:before{content:""}.pi-search:before{content:""}.pi-check:before{content:""}.pi-check-circle:before{content:""}.pi-times:before{content:""}.pi-times-circle:before{content:""}.pi-plus:before{content:""}.pi-plus-circle:before{content:""}.pi-minus:before{content:""}.pi-minus-circle:before{content:""}.pi-circle-on:before{content:""}.pi-circle-off:before{content:""}.pi-sort-down:before{content:""}.pi-sort-up:before{content:""}.pi-sort:before{content:""}.pi-step-backward:before{content:""}.pi-step-forward:before{content:""}.pi-th-large:before{content:""}.pi-arrow-down:before{content:""}.pi-arrow-left:before{content:""}.pi-arrow-right:before{content:""}.pi-arrow-up:before{content:""}.pi-bars:before{content:""}.pi-arrow-circle-down:before{content:""}.pi-arrow-circle-left:before{content:""}.pi-arrow-circle-right:before{content:""}.pi-arrow-circle-up:before{content:""}.pi-info:before{content:""}.pi-info-circle:before{content:""}.pi-home:before{content:""}.pi-spinner:before{content:""}html[data-theme=theme-vibrant],html:not([data-theme]){--color-primary: #6D4AFF;--color-primary-light: #8B6FFF;--color-primary-dark: #5835DB;--color-secondary: #F5A300;--color-secondary-light: #FFB833;--color-secondary-dark: #D68F00;--gradient-accent: linear-gradient(135deg, #6D4AFF 0%, #F5A300 100%);--color-bg: #F5F1EC;--color-bg-card: #FFFFFF;--color-text: #1A1A2E;--color-text-light: #64607A;--color-text-muted: #9994A8;--color-border: #E8E3DD;--color-success: #10B981;--color-success-soft: rgba(16, 185, 129, .08);--color-warning: #F59E0B;--color-warning-soft: rgba(245, 158, 11, .08);--color-error: #EF4444;--color-error-soft: rgba(239, 68, 68, .08);--color-info: #6D4AFF;--color-info-soft: rgba(109, 74, 255, .06);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 2px 4px rgba(0, 0, 0, .06);--shadow-lg: 0 4px 8px rgba(0, 0, 0, .08);--radius-sm: 2px;--radius-md: 2px;--radius-lg: 3px;--radius-xl: 4px;--sidebar-bg: #1A1530;--sidebar-text: rgba(255, 255, 255, .65);--sidebar-active-bg: rgba(109, 74, 255, .2);--sidebar-hover-bg: rgba(255, 255, 255, .06);--topbar-bg: #FFFFFF;--topbar-shadow: 0 1px 0 var(--color-border);--card-border: 1px solid var(--color-border);--card-hover-shadow: none;--btn-gradient: #6D4AFF;--nav-item-radius: 5px;--login-bg: linear-gradient(135deg, #1E1535 0%, #120D1F 40%, #6D4AFF 100%)}html[data-theme=theme-vibrant] .sidebar,html:not([data-theme]) .sidebar{border-right:1px solid rgba(109,74,255,.08)}html[data-theme=theme-vibrant] .nav-item,html:not([data-theme]) .nav-item{border-radius:var(--nav-item-radius);font-size:var(--font-size-base);transition:all .2s ease}html[data-theme=theme-vibrant] .nav-item.active,html:not([data-theme]) .nav-item.active{background:var(--sidebar-active-bg);color:#fff;font-weight:600;border-left:3px solid var(--color-secondary)}html[data-theme=theme-vibrant] .nav-item.active .nav-icon-box,html:not([data-theme]) .nav-item.active .nav-icon-box{background:#f5a30033}html[data-theme=theme-vibrant] .nav-item.active .nav-icon-box i,html:not([data-theme]) .nav-item.active .nav-icon-box i{color:var(--color-secondary)}html[data-theme=theme-vibrant] .sidebar-user,html:not([data-theme]) .sidebar-user{border-radius:var(--radius-sm);background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}html[data-theme=theme-vibrant] .user-avatar,html:not([data-theme]) .user-avatar{background:var(--gradient-accent)}html[data-theme=theme-vibrant] .top-bar,html:not([data-theme]) .top-bar{border-bottom:1px solid var(--color-border);box-shadow:inset 0 -2px 0 0 transparent}html[data-theme=theme-vibrant] .topbar-title,html:not([data-theme]) .topbar-title{color:var(--color-text);font-weight:700;font-size:var(--font-size-xl);letter-spacing:-.02em}html[data-theme=theme-vibrant] .card,html:not([data-theme]) .card{background:var(--color-bg-card);border-radius:var(--radius-lg);box-shadow:none;border:1px solid var(--color-border);border-left:3px solid transparent;transition:border-color .15s ease,border-left-color .15s ease}html[data-theme=theme-vibrant] .card:hover,html:not([data-theme]) .card:hover{box-shadow:none;border-left-color:var(--color-primary)}html[data-theme=theme-vibrant] .card-header,html:not([data-theme]) .card-header{border-bottom:1px solid var(--color-border)}html[data-theme=theme-vibrant] .card-header i,html:not([data-theme]) .card-header i{color:var(--color-primary)}html[data-theme=theme-vibrant] .p-datatable .p-datatable-thead>tr>th,html:not([data-theme]) .p-datatable .p-datatable-thead>tr>th{background:#fdfbf9;border-bottom:2px solid var(--color-border)}html[data-theme=theme-vibrant] .p-datatable .p-datatable-tbody>tr:hover,html:not([data-theme]) .p-datatable .p-datatable-tbody>tr:hover{background:var(--color-info-soft)}html[data-theme=theme-vibrant] .p-button:not(.p-button-text):not(.p-button-outlined):not(.p-button-secondary):not(.p-button-success):not(.p-button-warn):not(.p-button-danger):not(.p-button-info):not(.p-button-help),html:not([data-theme]) .p-button:not(.p-button-text):not(.p-button-outlined):not(.p-button-secondary):not(.p-button-success):not(.p-button-warn):not(.p-button-danger):not(.p-button-info):not(.p-button-help){background:var(--color-primary);border:none;border-radius:var(--radius-sm);box-shadow:none;font-weight:600;letter-spacing:-.01em;transition:background .15s ease}html[data-theme=theme-vibrant] .p-button:not(.p-button-text):not(.p-button-outlined):not(.p-button-secondary):not(.p-button-success):not(.p-button-warn):not(.p-button-danger):not(.p-button-info):not(.p-button-help):hover,html:not([data-theme]) .p-button:not(.p-button-text):not(.p-button-outlined):not(.p-button-secondary):not(.p-button-success):not(.p-button-warn):not(.p-button-danger):not(.p-button-info):not(.p-button-help):hover{background:var(--color-primary-dark);box-shadow:none;transform:none}html[data-theme=theme-vibrant] .p-tag,html:not([data-theme]) .p-tag{border-radius:var(--radius-sm);font-weight:600;font-size:var(--font-size-xs)}html[data-theme=theme-light]{--color-primary: #6D4AFF;--color-primary-light: #8B6FFF;--color-primary-dark: #5835DB;--color-secondary: #F5A300;--color-secondary-light: #FFB833;--color-secondary-dark: #D68F00;--gradient-accent: linear-gradient(135deg, #6D4AFF 0%, #F5A300 100%);--color-bg: #F7F3EF;--color-bg-card: #FFFFFF;--color-text: #1F1F1F;--color-text-light: #6B7280;--color-text-muted: #9CA3AF;--color-border: #E5E0DB;--color-success: #22C55E;--color-success-soft: rgba(34, 197, 94, .08);--color-warning: #F59E0B;--color-warning-soft: rgba(245, 158, 11, .08);--color-error: #EF4444;--color-error-soft: rgba(239, 68, 68, .08);--color-info: #6D4AFF;--color-info-soft: rgba(109, 74, 255, .06);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 2px 4px rgba(0, 0, 0, .06);--shadow-lg: 0 4px 8px rgba(0, 0, 0, .08);--radius-sm: 2px;--radius-md: 2px;--radius-lg: 3px;--radius-xl: 4px;--sidebar-bg: #FFFFFF;--sidebar-text: #6B7280;--sidebar-active-bg: #6D4AFF;--sidebar-hover-bg: #F3F0FF;--topbar-bg: #FFFFFF;--topbar-shadow: 0 1px 0 #E5E0DB;--card-border: 1px solid #E5E0DB;--card-hover-shadow: none;--btn-gradient: none;--nav-item-radius: 5px;--login-bg: linear-gradient(135deg, #F7F3EF 0%, #E0DBFF 50%, #6D4AFF 100%)}html[data-theme=theme-light] .sidebar{border-right:1px solid #E5E0DB}html[data-theme=theme-light] .nav-item{color:#6b7280;font-weight:500;font-size:var(--font-size-base);border-radius:var(--nav-item-radius);letter-spacing:-.01em}html[data-theme=theme-light] .nav-item:hover:not(.disabled){background:#f3f0ff;color:#6d4aff}html[data-theme=theme-light] .nav-item.active{background:#6d4aff;color:#fff}html[data-theme=theme-light] .nav-icon-box{background:#6d4aff14}html[data-theme=theme-light] .nav-icon-box i{color:#6b7280}html[data-theme=theme-light] .nav-item:hover:not(.disabled) .nav-icon-box{background:#6d4aff1f}html[data-theme=theme-light] .nav-item:hover:not(.disabled) .nav-icon-box i{color:#6d4aff}html[data-theme=theme-light] .nav-item.active .nav-icon-box{background:#ffffff40}html[data-theme=theme-light] .nav-item.active .nav-icon-box i{color:#fff}html[data-theme=theme-light] .nav-item .badge{background:#e5e0db;color:#6b7280;font-size:.6rem}html[data-theme=theme-light] .sidebar-user{background:#f7f3ef;border:1px solid #E5E0DB;border-radius:var(--radius-sm)}html[data-theme=theme-light] .user-avatar{background:linear-gradient(135deg,#6d4aff,#8b6fff);color:#fff}html[data-theme=theme-light] .user-name{color:#1f1f1f}html[data-theme=theme-light] .user-role{color:#6b7280}html[data-theme=theme-light] .logout-btn{color:#9ca3af}html[data-theme=theme-light] .logout-btn:hover{color:#6d4aff;background:#f3f0ff}html[data-theme=theme-light] .sidebar-footer,html[data-theme=theme-light] .nav-group-label{color:#9ca3af}html[data-theme=theme-light] .nav-group:first-child{border-bottom-color:#e5e0db}html[data-theme=theme-light] .logo{border-bottom:1px solid #E5E0DB}html[data-theme=theme-light] .card{border-radius:var(--radius-lg);box-shadow:none;border:var(--card-border);border-left:3px solid transparent;transition:border-color .15s ease,border-left-color .15s ease}html[data-theme=theme-light] .card:hover{box-shadow:none;border-left-color:var(--color-primary)}html[data-theme=theme-light] .card-header{border-bottom:1px solid #F0EDEA;font-weight:500;letter-spacing:-.01em}html[data-theme=theme-light] .top-bar{border-bottom:1px solid #E5E0DB}html[data-theme=theme-light] .topbar-title{font-weight:600;font-size:var(--font-size-xl);letter-spacing:-.02em;color:#1f1f1f}html[data-theme=theme-light] .topbar-restaurant{background:#f7f3ef;border-color:#e5e0db}html[data-theme=theme-light] .topbar-user-avatar{background:#6d4aff}html[data-theme=theme-light] .p-button:not(.p-button-text):not(.p-button-outlined):not(.p-button-secondary):not(.p-button-success):not(.p-button-warn):not(.p-button-danger):not(.p-button-info):not(.p-button-help){background:var(--color-primary);border:none;border-radius:var(--radius-sm);box-shadow:none;font-weight:600;letter-spacing:-.01em;transition:background .15s ease}html[data-theme=theme-light] .p-button:not(.p-button-text):not(.p-button-outlined):not(.p-button-secondary):not(.p-button-success):not(.p-button-warn):not(.p-button-danger):not(.p-button-info):not(.p-button-help):hover{background:var(--color-primary-dark);box-shadow:none;transform:none}html[data-theme=theme-light] .p-datatable .p-datatable-thead>tr>th{border-bottom:2px solid #E5E0DB;background:transparent}html[data-theme=theme-light] .p-tag{border-radius:var(--radius-sm);font-weight:500}html[data-theme=theme-dark]{--color-primary: #8B6FFF;--color-primary-light: #A694FF;--color-primary-dark: #6D4AFF;--color-secondary: #F5A300;--color-secondary-light: #FFB833;--color-secondary-dark: #D68F00;--gradient-accent: linear-gradient(135deg, #6D4AFF 0%, #F5A300 100%);--color-bg: #1A1530;--color-bg-card: #231D3D;--color-text: #EEEDF2;--color-text-light: #A9A3BC;--color-text-muted: #726C8A;--color-border: rgba(139, 111, 255, .14);--color-success: #34D399;--color-success-soft: rgba(52, 211, 153, .14);--color-success-bg: rgba(52, 211, 153, .1);--color-success-dark: #6EE7B7;--color-warning: #FBBF24;--color-warning-soft: rgba(251, 191, 36, .14);--color-warning-bg: rgba(251, 191, 36, .1);--color-warning-dark: #FDE68A;--color-error: #F87171;--color-error-soft: rgba(248, 113, 113, .14);--color-error-bg: rgba(248, 113, 113, .1);--color-error-dark: #FCA5A5;--color-info: #8B6FFF;--color-info-soft: rgba(139, 111, 255, .14);--color-info-bg: rgba(139, 111, 255, .1);--color-info-dark: #C4B8FF;--color-accent-pink: #F472B6;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .25);--shadow-md: 0 2px 6px rgba(0, 0, 0, .35);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .45);--radius-sm: 2px;--radius-md: 2px;--radius-lg: 3px;--radius-xl: 4px;--sidebar-bg: #110D22;--sidebar-text: rgba(255, 255, 255, .6);--sidebar-active-bg: rgba(109, 74, 255, .22);--sidebar-hover-bg: rgba(255, 255, 255, .06);--topbar-bg: #231D3D;--topbar-shadow: 0 1px 0 rgba(139, 111, 255, .1);--card-border: 1px solid rgba(139, 111, 255, .12);--card-hover-shadow: none;--btn-gradient: #8B6FFF;--nav-item-radius: 5px;--login-bg: linear-gradient(135deg, #0E0A1C 0%, #1A1530 50%, #6D4AFF 100%)}html[data-theme=theme-dark] body{background:#1a1530;color:#eeedf2}html[data-theme=theme-dark] .main-content,html[data-theme=theme-dark] .page-content{background:#1a1530}html[data-theme=theme-dark] .sidebar{border-right:1px solid rgba(139,111,255,.08)}html[data-theme=theme-dark] .nav-group-label{color:#ffffff4d}html[data-theme=theme-dark] .nav-group:first-child{border-bottom-color:#8b6fff14}html[data-theme=theme-dark] .nav-item{border-radius:var(--nav-item-radius);transition:all .15s ease}html[data-theme=theme-dark] .nav-item.active{background:#6d4aff38;box-shadow:none;color:#fff;border-left:3px solid var(--color-secondary)}html[data-theme=theme-dark] .nav-item.active .nav-icon-box{background:#f5a30033}html[data-theme=theme-dark] .nav-item.active .nav-icon-box i{color:var(--color-secondary)}html[data-theme=theme-dark] .nav-icon-box{background:#8b6fff1a}html[data-theme=theme-dark] .nav-icon-box i{color:#ffffff8c}html[data-theme=theme-dark] .nav-item:hover:not(.disabled):not(.active){background:#ffffff0f}html[data-theme=theme-dark] .sidebar-user{background:#8b6fff14;border:1px solid rgba(139,111,255,.1);border-radius:var(--radius-sm)}html[data-theme=theme-dark] .user-avatar{background:var(--gradient-accent);color:#fff}html[data-theme=theme-dark] .user-name{color:#eeedf2}html[data-theme=theme-dark] .user-role{color:#ffffff73}html[data-theme=theme-dark] .logout-btn{color:#fff6}html[data-theme=theme-dark] .logout-btn:hover{color:#f87171;background:#f871711a}html[data-theme=theme-dark] .sidebar-footer{color:#fff3}html[data-theme=theme-dark] .logo{border-bottom-color:#8b6fff14}html[data-theme=theme-dark] .top-bar{background:#231d3d;border-bottom:1px solid rgba(139,111,255,.1)}html[data-theme=theme-dark] .topbar-title{color:#eeedf2}html[data-theme=theme-dark] .topbar-restaurant{background:#8b6fff14;border-color:#8b6fff24;color:#a9a3bc}html[data-theme=theme-dark] .topbar-restaurant i{color:#8b6fff}html[data-theme=theme-dark] .topbar-user{color:#a9a3bc}html[data-theme=theme-dark] .topbar-user-avatar{background:var(--gradient-accent);color:#fff}html[data-theme=theme-dark] .topbar-user-name{color:#a9a3bc}html[data-theme=theme-dark] .card{background:#231d3d;border-radius:var(--radius-lg);border:var(--card-border);box-shadow:none;border-left:3px solid transparent;transition:border-color .15s ease,border-left-color .15s ease}html[data-theme=theme-dark] .card:hover{box-shadow:none;border-left-color:var(--color-primary)}html[data-theme=theme-dark] .card-header{border-bottom:1px solid rgba(139,111,255,.1);color:#eeedf2}html[data-theme=theme-dark] .card-header i{color:var(--color-primary)}html[data-theme=theme-dark] .error-banner{background:var(--color-error-soft);border:1px solid rgba(248,113,113,.3);color:#fca5a5}html[data-theme=theme-dark] .p-button:not(.p-button-text):not(.p-button-outlined):not(.p-button-secondary):not(.p-button-success):not(.p-button-warn):not(.p-button-danger):not(.p-button-info):not(.p-button-help){background:#8b6fff;border:none;border-radius:var(--radius-sm);box-shadow:none;font-weight:600;letter-spacing:-.01em;transition:background .15s ease}html[data-theme=theme-dark] .p-button:not(.p-button-text):not(.p-button-outlined):not(.p-button-secondary):not(.p-button-success):not(.p-button-warn):not(.p-button-danger):not(.p-button-info):not(.p-button-help):hover{background:#6d4aff;box-shadow:none;transform:none}html[data-theme=theme-dark] .p-button-text{color:#8b6fff}html[data-theme=theme-dark] .p-button-outlined{border-color:#8b6fff59;color:#8b6fff}html[data-theme=theme-dark] .p-button-outlined:hover{background:#8b6fff1a}html[data-theme=theme-dark] .p-button-secondary{background:#2d2548;border-color:#8b6fff2e;color:#c4b8ff}html[data-theme=theme-dark] .p-inputtext,html[data-theme=theme-dark] .p-select,html[data-theme=theme-dark] .p-textarea,html[data-theme=theme-dark] .p-inputnumber-input,html[data-theme=theme-dark] .p-autocomplete-input{background:#151028;border:1px solid rgba(139,111,255,.14);color:#eeedf2}html[data-theme=theme-dark] .p-inputtext::placeholder,html[data-theme=theme-dark] .p-textarea::placeholder{color:#726c8a}html[data-theme=theme-dark] .p-inputtext:focus,html[data-theme=theme-dark] .p-select:focus,html[data-theme=theme-dark] .p-select.p-focus,html[data-theme=theme-dark] .p-textarea:focus{background:#1a1530;border-color:#8b6fff80;box-shadow:0 0 0 2px #8b6fff1f}html[data-theme=theme-dark] .p-inputtext:enabled:hover,html[data-theme=theme-dark] .p-select:not(.p-disabled):hover{border-color:#8b6fff4d}html[data-theme=theme-dark] .p-select-overlay,html[data-theme=theme-dark] .p-autocomplete-overlay{background:#231d3d;border:1px solid rgba(139,111,255,.14);box-shadow:0 8px 24px #00000080}html[data-theme=theme-dark] .p-select-option{color:#eeedf2}html[data-theme=theme-dark] .p-select-option:hover,html[data-theme=theme-dark] .p-select-option.p-highlight{background:#8b6fff26}html[data-theme=theme-dark] .p-datatable{background:transparent}html[data-theme=theme-dark] .p-datatable .p-datatable-thead>tr>th{background:#1e1836;border-bottom:1px solid rgba(139,111,255,.12);color:#a9a3bc}html[data-theme=theme-dark] .p-datatable .p-datatable-tbody>tr{background:#231d3d;color:#eeedf2}html[data-theme=theme-dark] .p-datatable .p-datatable-tbody>tr:nth-child(2n){background:#1e1836}html[data-theme=theme-dark] .p-datatable .p-datatable-tbody>tr:hover{background:#8b6fff1a}html[data-theme=theme-dark] .p-datatable .p-datatable-tbody>tr>td{border-bottom:1px solid rgba(139,111,255,.06)}html[data-theme=theme-dark] .p-datatable .p-datatable-footer{background:#1e1836;border-top:1px solid rgba(139,111,255,.1);color:#a9a3bc}html[data-theme=theme-dark] .p-paginator{background:transparent;border:none;color:#a9a3bc}html[data-theme=theme-dark] .p-paginator .p-paginator-page.p-highlight{background:#8b6fff33;border-color:#8b6fff4d;color:#c4b8ff}html[data-theme=theme-dark] .p-dialog{background:#231d3d;border:1px solid rgba(139,111,255,.14);box-shadow:0 8px 24px #00000080}html[data-theme=theme-dark] .p-dialog .p-dialog-header{background:#231d3d;border-bottom:1px solid rgba(139,111,255,.1);color:#eeedf2}html[data-theme=theme-dark] .p-dialog .p-dialog-content{background:#231d3d;color:#eeedf2}html[data-theme=theme-dark] .p-dialog .p-dialog-footer{background:#1e1836;border-top:1px solid rgba(139,111,255,.1)}html[data-theme=theme-dark] .p-dialog-mask{background:#0e0a1ccc}html[data-theme=theme-dark] .p-tag{border-radius:var(--radius-sm);font-weight:600}html[data-theme=theme-dark] .p-tag-success{background:var(--color-success-soft);color:#34d399}html[data-theme=theme-dark] .p-tag-warning,html[data-theme=theme-dark] .p-tag-warn{background:var(--color-warning-soft);color:#fbbf24}html[data-theme=theme-dark] .p-tag-danger{background:var(--color-error-soft);color:#f87171}html[data-theme=theme-dark] .p-tag-info{background:var(--color-info-soft);color:#c4b8ff}html[data-theme=theme-dark] .p-tabview .p-tabview-nav{background:transparent;border-bottom:1px solid rgba(139,111,255,.1)}html[data-theme=theme-dark] .p-tabview .p-tabview-nav li .p-tabview-nav-link{color:#a9a3bc;background:transparent}html[data-theme=theme-dark] .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link{color:#8b6fff;border-color:#6d4aff}html[data-theme=theme-dark] .p-tabview .p-tabview-panels{background:transparent;color:#eeedf2}html[data-theme=theme-dark] .p-toast .p-toast-message{background:#231d3d;border:1px solid rgba(139,111,255,.14);box-shadow:0 8px 24px #0006}html[data-theme=theme-dark] .p-tooltip .p-tooltip-text{background:#2d2548;color:#eeedf2;box-shadow:0 4px 12px #0006}html[data-theme=theme-dark] .p-checkbox .p-checkbox-box{background:#151028;border-color:#8b6fff38}html[data-theme=theme-dark] .p-checkbox .p-checkbox-box.p-highlight{background:#6d4aff;border-color:#6d4aff}html[data-theme=theme-dark] .p-radiobutton .p-radiobutton-box{background:#151028;border-color:#8b6fff38}html[data-theme=theme-dark] .p-radiobutton .p-radiobutton-box.p-highlight{background:#6d4aff;border-color:#6d4aff}html[data-theme=theme-dark] .p-progressbar{background:#2d2548}html[data-theme=theme-dark] ::-webkit-scrollbar{width:6px;height:6px}html[data-theme=theme-dark] ::-webkit-scrollbar-track{background:#1a1530}html[data-theme=theme-dark] ::-webkit-scrollbar-thumb{background:#2d2548;border-radius:3px}html[data-theme=theme-dark] ::-webkit-scrollbar-thumb:hover{background:#3d3562}html[data-theme=theme-dark] label{color:#c4b8ff}html[data-theme=theme-dark] .p-field>label{color:#c4b8ff}html[data-theme=theme-dark] a:not(.nav-item):not(.p-button){color:#8b6fff}html[data-theme=theme-dark] .field>small{color:#726c8a}html[data-theme=theme-dark] .p-select-label:not(.p-placeholder){color:#eeedf2}html[data-theme=theme-dark] .p-select-label.p-placeholder{color:#726c8a}html[data-theme=theme-dark] .p-confirmdialog .p-dialog-content{background:#231d3d}html[data-theme=theme-dark] .empty-state>i{color:#726c8a}html[data-theme=theme-dark] .empty-state>p{color:#a9a3bc}html[data-theme=theme-dark] .empty-state>h3{color:#eeedf2}html[data-theme=theme-dark] .loading-state{color:#a9a3bc}html[data-theme=theme-dark] .p-stepper{background:transparent}html[data-theme=theme-dark] .p-step-header{color:#a9a3bc}html[data-theme=theme-dark] .p-step-number{background:#2d2548;color:#a9a3bc;border-color:#8b6fff33}html[data-theme=theme-dark] .p-step-active .p-step-number{background:#6d4aff;color:#fff;border-color:#6d4aff}html[data-theme=theme-dark] .p-step-title{color:#a9a3bc}html[data-theme=theme-dark] .p-step-active .p-step-title{color:#eeedf2}html[data-theme=theme-dark] .p-steppanel{background:transparent;color:#eeedf2}html[data-theme=theme-dark] .onboarding-page h2,html[data-theme=theme-dark] .onboarding-page h3,html[data-theme=theme-dark] .onboarding-page h4{color:#eeedf2}html[data-theme] body,html[data-theme] .sidebar,html[data-theme] .top-bar,html[data-theme] .card,html[data-theme] .nav-item,html[data-theme] .main-content,html[data-theme] .page-content,html[data-theme] .p-inputtext,html[data-theme] .p-select,html[data-theme] .p-datatable,html[data-theme] .p-dialog{transition:background .4s ease,box-shadow .4s ease,border-color .4s ease,color .3s ease}:root{--color-primary: #6D4AFF;--color-primary-light: #8B6FFF;--color-primary-dark: #5835DB;--color-secondary: #F5A300;--color-secondary-light: #FFB833;--color-secondary-dark: #D68F00;--gradient-accent: linear-gradient(135deg, #6D4AFF 0%, #F5A300 100%);--color-bg: #F7F3EF;--color-bg-card: #FFFFFF;--color-text: #1F1F1F;--color-text-light: #6B7280;--color-text-muted: #9CA3AF;--color-border: #E5E0DB;--color-success: #22C55E;--color-success-soft: rgba(34, 197, 94, .1);--color-success-bg: #f0fdf4;--color-success-dark: #166534;--color-warning: #F59E0B;--color-warning-soft: rgba(245, 158, 11, .1);--color-warning-bg: #fef3c7;--color-warning-dark: #92400e;--color-error: #EF4444;--color-error-soft: rgba(239, 68, 68, .1);--color-error-bg: #fee2e2;--color-error-dark: #991b1b;--color-info: #3b82f6;--color-info-soft: rgba(59, 130, 246, .1);--color-info-bg: #eff6ff;--color-info-dark: #1e40af;--color-accent-pink: #ec4899;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 2px 6px rgba(0, 0, 0, .06);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .08);--radius-sm: 2px;--radius-md: 2px;--radius-lg: 3px;--radius-xl: 4px;--font-size-xs: .75rem;--font-size-sm: .8125rem;--font-size-base: .875rem;--font-size-md: .9375rem;--font-size-lg: 1.125rem;--font-size-xl: 1.375rem;--font-size-2xl: 1.75rem;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 20px;--space-2xl: 24px;--space-3xl: 32px;--card-padding: var(--space-xl);--card-gap: var(--space-2xl);--field-gap: 6px;--field-label-size: var(--font-size-base);--field-label-weight: 600;--field-help-size: var(--font-size-sm);--input-height: 38px;--dialog-max-width: 480px;--empty-icon-size: 3rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--font-size-base);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh}.card-body{padding:var(--card-padding)}.card-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-lg) var(--card-padding);font-size:var(--font-size-md);font-weight:600;gap:var(--space-sm)}.card-header span{display:flex;align-items:center;gap:var(--space-sm)}.card+.card{margin-top:var(--card-gap)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-xl)}.field{display:flex;flex-direction:column;gap:var(--field-gap)}.field>label{font-size:var(--field-label-size);font-weight:var(--field-label-weight);color:var(--color-text)}.field>small{font-size:var(--field-help-size);color:var(--color-text-light);line-height:1.4}.field :deep(.p-inputtext),.field :deep(.p-password-input),.field :deep(.p-select),.field :deep(.p-inputnumber-input){height:var(--input-height)}@media(max-width:768px){.form-grid{grid-template-columns:1fr}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-3xl) var(--space-xl);text-align:center;gap:var(--space-md)}.empty-state>i{font-size:var(--empty-icon-size);color:var(--color-text-muted)}.empty-state>p,.empty-state>h3{color:var(--color-text-light);font-size:var(--font-size-base);font-weight:400;margin:0}.empty-state>h3{font-weight:600;font-size:var(--font-size-md);color:var(--color-text)}.loading-state{display:flex;align-items:center;justify-content:center;padding:var(--space-3xl);gap:var(--space-sm);color:var(--color-text-light);font-size:var(--font-size-base)}.p-dialog-footer .p-button{min-width:110px;font-size:var(--font-size-base);padding:.4375rem .875rem}.p-dialog-footer .p-button-icon-only,.action-buttons .p-button{min-width:auto}.result-actions .p-button,.dialog-actions .p-button{min-width:110px;font-size:var(--font-size-base);padding:.4375rem .875rem}.result-actions,.dialog-actions{display:flex;gap:var(--space-sm);align-items:center}.dialog-actions{justify-content:space-between;width:100%}.p-datatable .p-datatable-thead>tr>th{font-size:var(--font-size-sm);font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-light)}.p-tag{font-size:var(--font-size-xs);font-weight:600;border-radius:var(--radius-sm);padding:.2rem .5rem}body:has(.p-toast-center .p-toast-message):after{content:"";position:fixed;inset:0;background:#00000059;z-index:9998;animation:toast-backdrop-in .2s ease}@keyframes toast-backdrop-in{0%{opacity:0}to{opacity:1}}.p-toast-center{z-index:9999!important}.p-toast-center .p-toast-message{min-width:340px;border-radius:var(--radius-lg);box-shadow:0 12px 40px #0003}.p-toast-center .p-toast-message-content{padding:1.25rem 1.5rem;gap:.75rem}.p-toast-center .p-toast-summary{font-size:var(--font-size-lg);font-weight:600}.p-toast-center .p-toast-detail{font-size:var(--font-size-base);margin-top:2px}.p-dialog{border-radius:var(--radius-lg)!important}.p-dialog .p-dialog-header{font-size:var(--font-size-lg);font-weight:600}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}
