@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700&family=Cormorant+Garamond:ital,wght@0,500;0,700;1,400&family=DM+Sans:wght@400;700&family=Inter:wght@300;400;600;700&family=Montserrat:wght@400;600;700&family=Outfit:wght@300;500;700&family=Playfair+Display:ital,wght@0,500;0,700;1,400&family=Plus+Jakarta+Sans:wght@400;600;700&family=Sora:wght@300;500;700&family=Space+Grotesk:wght@400;600;700&family=Syncopate:wght@700&family=Syne:wght@700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0;transition:background-color .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease}body{overflow-x:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%{box-shadow:0 0 5px var(--theme-accent)}50%{box-shadow:0 0 15px var(--theme-accent)}to{box-shadow:0 0 5px var(--theme-accent)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}@keyframes borderTrace{0%{border-color:var(--theme-accent)}50%{border-color:var(--theme-accent-alt)}to{border-color:var(--theme-accent)}}.theme-royalty{--theme-bg: #FAF9F6;--theme-card-bg: #FFFFFF;--theme-primary: #800020;--theme-accent: #D4AF37;--theme-accent-alt: #AA7C11;--theme-text: #2C2C2C;--theme-text-muted: #6E6E6E;--theme-border: #E8E2D5;--theme-font-head: "Playfair Display", serif;--theme-font-body: "Inter", sans-serif;--theme-radius: 4px;--theme-shadow: 0 4px 12px rgba(128, 0, 32, .05);--theme-animation: fadeIn .5s cubic-bezier(.16, 1, .3, 1) forwards}.theme-midnight{--theme-bg: #121212;--theme-card-bg: rgba(30, 30, 30, .75);--theme-primary: #FFD700;--theme-accent: #FFD700;--theme-accent-alt: #B8860B;--theme-text: #F5F5F7;--theme-text-muted: #8E8E93;--theme-border: #333333;--theme-font-head: "Cinzel", serif;--theme-font-body: "Montserrat", sans-serif;--theme-radius: 8px;--theme-shadow: 0 8px 32px rgba(0, 0, 0, .5);--theme-backdrop: blur(12px);--theme-animation: pulseGlow 3s infinite, fadeIn .4s ease-out}.theme-nordic{--theme-bg: #F5EBE6;--theme-card-bg: #FFFFFF;--theme-primary: #4A6B5D;--theme-accent: #4A6B5D;--theme-accent-alt: #2D4238;--theme-text: #1C1C1C;--theme-text-muted: #7F7F7F;--theme-border: #E2D7CE;--theme-font-head: "Outfit", sans-serif;--theme-font-body: "Sora", sans-serif;--theme-radius: 0px;--theme-shadow: none;--theme-animation: float 4s ease-in-out infinite, fadeIn .3s ease-in-out}.theme-jazz{--theme-bg: #FFFDD0;--theme-card-bg: #FFFFFF;--theme-primary: #2D1B18;--theme-accent: #FFBF00;--theme-accent-alt: #A04000;--theme-text: #2D1B18;--theme-text-muted: #6B5552;--theme-border: #2D1B18;--theme-font-head: "Syne", sans-serif;--theme-font-body: "Space Grotesk", sans-serif;--theme-radius: 12px;--theme-shadow: 5px 5px 0px #2D1B18;--theme-animation: fadeIn .3s step-start}.theme-ethereal{--theme-bg: #EAEFF2;--theme-card-bg: rgba(255, 255, 255, .65);--theme-primary: #097969;--theme-accent: #B89047;--theme-accent-alt: #8C6A2E;--theme-text: #1E2D2F;--theme-text-muted: #6C7A7C;--theme-border: rgba(184, 144, 71, .25);--theme-font-head: "Cormorant Garamond", serif;--theme-font-body: "DM Sans", sans-serif;--theme-radius: 20px;--theme-shadow: 0 10px 30px rgba(9, 121, 105, .08);--theme-backdrop: blur(8px);--theme-animation: borderTrace 4s ease infinite, fadeIn .5s ease}.theme-synth{--theme-bg: #F8F9FA;--theme-card-bg: #FFFFFF;--theme-primary: #4B0082;--theme-accent: #FF00FF;--theme-accent-alt: #FF00FF;--theme-text: #111111;--theme-text-muted: #6C757D;--theme-border: #E9ECEF;--theme-font-head: "Syncopate", sans-serif;--theme-font-body: "Plus Jakarta Sans", sans-serif;--theme-radius: 6px;--theme-shadow: 0 6px 0px rgba(255, 0, 255, .15);--theme-animation: fadeIn .4s cubic-bezier(.68, -.6, .32, 1.6)}.theme-ocean{--theme-bg: #F4F7FC;--theme-card-bg: #FFFFFF;--theme-primary: #1E3A8A;--theme-accent: #3B82F6;--theme-accent-alt: #2563EB;--theme-text: #1E293B;--theme-text-muted: #64748B;--theme-border: #E2E8F0;--theme-font-head: "Inter", sans-serif;--theme-font-body: "Inter", sans-serif;--theme-radius: 8px;--theme-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .02);--theme-animation: fadeIn .3s ease-out}.theme-sunset{--theme-bg: #FAF9F6;--theme-card-bg: #FFFFFF;--theme-primary: #0D9488;--theme-accent: #EA580C;--theme-accent-alt: #C2410C;--theme-text: #374151;--theme-text-muted: #6B7280;--theme-border: #E5E7EB;--theme-font-head: "Plus Jakarta Sans", sans-serif;--theme-font-body: "Plus Jakarta Sans", sans-serif;--theme-radius: 8px;--theme-shadow: 0 4px 6px -1px rgba(0, 0, 0, .03);--theme-animation: fadeIn .3s ease-in-out}.theme-forest{--theme-bg: #F4F7F5;--theme-card-bg: #FFFFFF;--theme-primary: #14532D;--theme-accent: #16A34A;--theme-accent-alt: #15803D;--theme-text: #1A1A1A;--theme-text-muted: #5E5E5E;--theme-border: #E1E8E4;--theme-font-head: "Outfit", sans-serif;--theme-font-body: "Inter", sans-serif;--theme-radius: 6px;--theme-shadow: 0 2px 8px rgba(20, 83, 45, .03);--theme-animation: fadeIn .3s cubic-bezier(.1, .8, .3, 1)}.theme-charcoal{--theme-bg: #F9FAFB;--theme-card-bg: #FFFFFF;--theme-primary: #111827;--theme-accent: #F59E0B;--theme-accent-alt: #D97706;--theme-text: #1F2937;--theme-text-muted: #6B7280;--theme-border: #E5E7EB;--theme-font-head: "Sora", sans-serif;--theme-font-body: "Inter", sans-serif;--theme-radius: 4px;--theme-shadow: 0 1px 2px rgba(0, 0, 0, .05);--theme-animation: fadeIn .25s ease-out}.theme-lavender{--theme-bg: #F5F3FF;--theme-card-bg: #FFFFFF;--theme-primary: #5B21B6;--theme-accent: #8B5CF6;--theme-accent-alt: #7C3AED;--theme-text: #1E1B4B;--theme-text-muted: #6B7280;--theme-border: #E9D5FF;--theme-font-head: "Montserrat", sans-serif;--theme-font-body: "Plus Jakarta Sans", sans-serif;--theme-radius: 10px;--theme-shadow: 0 4px 20px rgba(91, 33, 182, .02);--theme-animation: fadeIn .3s ease}.theme-clay{--theme-bg: #FBF9F6;--theme-card-bg: #FFFFFF;--theme-primary: #7C2D12;--theme-accent: #9A3412;--theme-accent-alt: #B45309;--theme-text: #3C1F15;--theme-text-muted: #78716C;--theme-border: #EFEBE4;--theme-font-head: "Outfit", sans-serif;--theme-font-body: "Sora", sans-serif;--theme-radius: 8px;--theme-shadow: 0 2px 5px rgba(124, 45, 18, .02);--theme-animation: fadeIn .3s ease-out}.theme-container{min-height:100vh;background-color:var(--theme-bg);color:var(--theme-text);font-family:var(--theme-font-body);padding:40px;transition:all .4s ease}.theme-card{background-color:var(--theme-card-bg);border:1px solid var(--theme-border);border-radius:var(--theme-radius);box-shadow:var(--theme-shadow);padding:25px;animation:var(--theme-animation);margin-bottom:30px}.theme-midnight .theme-card,.theme-ethereal .theme-card{-webkit-backdrop-filter:var(--theme-backdrop);backdrop-filter:var(--theme-backdrop)}.theme-header{font-family:var(--theme-font-head);color:var(--theme-primary);margin-bottom:15px}.theme-input{width:100%;padding:12px;background-color:transparent;border:1px solid var(--theme-border);border-radius:var(--theme-radius);color:var(--theme-text);font-family:var(--theme-font-body);margin-bottom:15px;outline:none}.theme-input:focus{border-color:var(--theme-accent)}.theme-btn{padding:12px 24px;background-color:var(--theme-primary);color:#fff;border:none;border-radius:var(--theme-radius);font-family:var(--theme-font-head);font-weight:700;cursor:pointer;box-shadow:var(--theme-shadow)}.theme-btn:hover{background-color:var(--theme-accent);transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.theme-btn-secondary{padding:12px 24px;background-color:transparent;color:var(--theme-primary);border:2px solid var(--theme-primary);border-radius:var(--theme-radius);font-family:var(--theme-font-head);font-weight:700;cursor:pointer}.theme-btn-secondary:hover{background-color:var(--theme-primary);color:#fff}.receipt-item-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dashed var(--theme-border)}.erp-sidebar{width:270px;background:var(--theme-card-bg, #ffffff);border-right:1px solid var(--theme-border, #eaeaea);height:100vh;overflow-y:auto;padding:25px 15px;display:flex;flex-direction:column;gap:20px;font-family:var(--theme-font-body, Inter, sans-serif);box-sizing:border-box;flex-shrink:0;position:sticky;top:0;align-self:flex-start}.sidebar-toggle-btn{display:none!important}.sidebar-backdrop{display:none}@media (max-width: 1024px){div[style*="padding: 40px"],div[style*="padding:40px"],div[style*="padding: 30px"],div[style*="padding:30px"]{padding:16px!important}div[style*="width: 500px"],div[style*="width:500px"],div[style*="width: 400px"],div[style*="width:400px"]{width:100%!important;max-width:100%!important}div[style*=grid-template-columns],div[style*=grid-template-rows]{grid-template-columns:1fr!important;grid-template-rows:auto!important}div[style*="display: flex"],div[style*="display:flex"]{flex-wrap:wrap!important}body>div>div[style*="display: flex"],body>div>div[style*="display:flex"]{display:block!important}div[style*="justify-content: space-between"][style*="padding: 15px 30px"],div[style*="justify-content: space-between"][style*="background: rgba(0, 0, 0, 0.03)"]{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;padding:12px 16px!important}div[style*="display: flex"][style*="gap: 25px"]{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}table{display:block!important;width:100%!important;overflow-x:auto!important;white-space:nowrap!important}h1{font-size:20px!important}h2{font-size:18px!important}div[style*="height: 70px"],div[style*="height:70px"]{height:auto!important;min-height:70px!important;padding:12px 16px!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important}div[style*="gap: 20px"],div[style*="gap:20px"]{flex-direction:row!important;flex-wrap:wrap!important;justify-content:space-between!important;width:100%!important;gap:10px!important}div[style*="width: 1px"][style*="height: 20px"]{display:none!important}div[style*="text-align: right"],div[style*="textAlign: right"]{text-align:left!important}div[style*="text-align: right"] p:last-child{display:none!important}div[style*="padding: 20px 40px 0 40px"],div[style*="padding:20px 40px 0 40px"],.dashboard-title-banner{padding:16px 16px 0!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.erp-header{height:80px!important;min-height:80px!important;padding:0 16px!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:0!important}.erp-header>div:last-child{flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;width:auto!important;gap:12px!important}.header-session-prefix,.header-theme-label,.header-divider,.header-user-meta,.logout-btn-text{display:none!important}.logout-btn-icon{display:inline-block!important}.header-logout-btn{padding:8px 12px!important}.dashboard-content-area{padding:16px!important;gap:16px!important}.theme-card,.dashboard-content-area>div{max-width:100%!important}.theme-card div,.dashboard-content-area div{flex-wrap:wrap!important}.theme-card>div:first-child,.theme-card>div[style*="display: flex"][style*="justify-content: space-between"]{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}div:has(>table),div:has(table){display:block!important;width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}table{width:100%!important;min-width:600px!important}.erp-sidebar{display:none!important}.erp-sidebar.open{display:flex!important;position:fixed!important;top:0!important;left:0!important;bottom:0!important;width:270px!important;z-index:1200!important;box-shadow:4px 0 24px #00000026!important;animation:slideIn .3s ease-out!important}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.sidebar-close-btn{display:block!important}.sidebar-toggle-btn{display:flex!important;position:fixed!important;bottom:25px!important;right:25px!important;width:56px!important;height:56px!important;border-radius:50%!important;background:var(--theme-primary, #3B82F6)!important;color:#fff!important;border:none!important;box-shadow:var(--theme-shadow, 0 4px 16px rgba(0, 0, 0, .2))!important;cursor:pointer!important;font-size:24px!important;align-items:center!important;justify-content:center!important;z-index:1100!important;outline:none!important}.sidebar-backdrop{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:rgba(0,0,0,.5)!important;-webkit-backdrop-filter:blur(3px)!important;backdrop-filter:blur(3px)!important;z-index:1190!important}body:has(.erp-sidebar.open) .sidebar-toggle-btn{display:none!important}body>div>div[style*="display: flex"]>div:first-child,body>div>div[style*="display:flex"]>div:first-child{display:none!important}}@media (min-width: 1025px){body.sidebar-collapsed .erp-sidebar{width:75px!important;padding:25px 8px!important;align-items:center!important;overflow-x:hidden!important;transition:width .2s ease,padding .2s ease}.erp-sidebar{transition:width .2s ease,padding .2s ease}body.sidebar-collapsed .sidebar-text{display:none!important}body.sidebar-collapsed .erp-sidebar button{justify-content:center!important;padding:10px 5px!important;gap:0!important}body.sidebar-collapsed .erp-sidebar button i{margin-right:0!important;font-size:16px!important}body.sidebar-collapsed .erp-sidebar button .fa-chevron-right,body.sidebar-collapsed .erp-sidebar button .fa-chevron-down{display:none!important}body.sidebar-collapsed .erp-sidebar div[style*="flex-direction: column"]{gap:6px!important}}@media print{*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}body,html{background:#ffffff!important;color:#000!important;margin:0!important;padding:0!important;width:100%!important;height:auto!important}body *{visibility:hidden!important}#receipt-print-area,#receipt-print-area *,.printable-area,.printable-area *{visibility:visible!important}#receipt-print-area,.printable-area{position:fixed!important;left:0!important;top:0!important;width:100%!important;max-width:100%!important;padding:20px!important;margin:0!important;background:#ffffff!important;color:#000!important;box-shadow:none!important;border:none!important;z-index:999999!important}#receipt-print-area table th,.printable-area table th{background:#800020!important;color:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.erp-sidebar,.erp-header,.theme-btn,.theme-btn-secondary,button,header,footer,a[href*=download],.modal-close-btn,.no-print,.no-print *{display:none!important;visibility:hidden!important}}
