*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #090909;--bg-secondary: #0f0f0f;--card: #151515;--card-hover: #1b1b1b;--surface: #1c1c1c;--surface-light: #242424;--primary: #d4af37;--primary-hover: #e7c65c;--primary-dark: #a98222;--primary-light: rgba(212, 175, 55, .12);--primary-border: rgba(212, 175, 55, .3);--dark: #f7f7f7;--text: #eeeeee;--text-light: #a3a3a3;--muted: #777777;--border: #292929;--border-light: #343434;--green: #36c98f;--red: #ef646f;--amber: #f5a524;--blue: #5f9df7;--radius-xs: 7px;--radius-sm: 10px;--radius: 14px;--radius-lg: 20px;--radius-xl: 26px;--shadow: 0 8px 24px rgba(0, 0, 0, .2);--shadow-lg: 0 24px 70px rgba(0, 0, 0, .42);--shadow-gold: 0 0 30px rgba(212, 175, 55, .1);--sidebar-width: 240px;--font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html{scroll-behavior:smooth;font-size:16px;background:var(--bg)}body{min-height:100vh;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body,button,input,select,textarea{font-family:var(--font)}#root{display:flex;min-height:100vh;width:100%}a{color:var(--primary);text-decoration:none}button{cursor:pointer}input,select,textarea{color:var(--text);font-size:15px}input::placeholder,textarea::placeholder{color:#666}button,input,select,textarea{outline:none}::selection{background:#d4af3742;color:#fff}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:#0c0c0c}::-webkit-scrollbar-thumb{border:2px solid #0c0c0c;border-radius:999px;background:#333}::-webkit-scrollbar-thumb:hover{background:#444}.login-page{position:relative;display:flex;flex:1;align-items:center;justify-content:center;min-height:100vh;overflow:hidden;padding:24px;background:radial-gradient(circle at 50% 10%,rgba(212,175,55,.1),transparent 36%),linear-gradient(145deg,#080808,#101010 55%,#080808)}.login-page:before,.login-page:after{position:absolute;border-radius:50%;content:"";pointer-events:none;filter:blur(80px)}.login-page:before{top:-160px;right:-130px;width:420px;height:420px;background:#d4af3714}.login-page:after{bottom:-200px;left:-170px;width:440px;height:440px;background:#d4af370d}.login-card{position:relative;z-index:1;width:100%;max-width:400px;padding:40px 32px;border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(145deg,#ffffff06,#fff0),var(--card);box-shadow:var(--shadow-lg),0 0 0 1px #ffffff04;text-align:center}.login-icon{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 16px;border:1px solid var(--primary-border);border-radius:14px;background:var(--primary-light);color:var(--primary);box-shadow:var(--shadow-gold)}.login-logo{width:92px;height:92px;margin:0 auto 14px;overflow:hidden;border-radius:50%;filter:drop-shadow(0 8px 18px rgba(212,175,55,.2))}.login-logo img,.sidebar-logo-image img{width:100%;height:100%;object-fit:cover;object-position:center}.login-card h1{margin-bottom:5px;color:var(--dark);font-size:22px;font-weight:750;letter-spacing:-.04em}.login-card h1 span{color:var(--primary);white-space:nowrap}.login-card p{margin-bottom:28px;color:var(--muted);font-size:13px}.login-card label{display:block;margin-bottom:6px;color:var(--text-light);font-size:12px;font-weight:650;text-align:left}.login-card input{width:100%;margin-bottom:16px;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#0f0f0f;color:var(--text);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.login-card input:hover{border-color:var(--border-light)}.login-card input:focus{border-color:var(--primary);background:#111;box-shadow:0 0 0 3px var(--primary-light)}.login-card button{width:100%;padding:13px;border:0;border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#0d0d0d;font-size:14px;font-weight:750;transition:transform .15s ease,box-shadow .2s ease,filter .2s ease}.login-card button:hover{filter:brightness(1.08);box-shadow:0 10px 26px #d4af372e;transform:translateY(-1px)}.login-card button:active{transform:scale(.985)}.login-error{margin-bottom:14px;padding:10px 12px;border:1px solid rgba(239,100,111,.22);border-radius:var(--radius-sm);background:#ef646f1a;color:#ff9099;font-size:13px}.login-help{display:block;margin-top:18px;color:var(--muted);font-size:11px}.layout{display:flex;min-height:100vh;width:100%}.sidebar{position:fixed;z-index:100;top:0;bottom:0;left:0;display:flex;flex-direction:column;flex-shrink:0;width:var(--sidebar-width);overflow:hidden;padding:24px 0;border-right:1px solid var(--border);background:radial-gradient(circle at 15% 0%,rgba(212,175,55,.07),transparent 34%),#0c0c0c;color:#fff}.sidebar-logo{position:relative;display:flex;align-items:center;gap:10px;padding:0 20px 28px;color:#fff;font-size:23px;font-weight:800;letter-spacing:-.045em}.sidebar-logo strong{font:inherit}.sidebar-logo-image{display:block;flex:0 0 42px;width:42px;height:42px;overflow:hidden;border-radius:50%;filter:drop-shadow(0 5px 12px rgba(212,175,55,.18))}.sidebar-logo span{color:var(--primary)}.sidebar-logo:after{position:absolute;right:20px;bottom:13px;left:20px;height:1px;background:linear-gradient(90deg,rgba(212,175,55,.35),transparent);content:""}.sidebar-nav{display:flex;flex:1;flex-direction:column;gap:3px;overflow-y:auto;padding:0 12px}.sidebar-nav a{position:relative;display:flex;align-items:center;gap:11px;padding:10px 12px;border:1px solid transparent;border-radius:var(--radius-sm);color:#9d9d9d;font-size:13px;font-weight:550;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.sidebar-nav a svg{flex-shrink:0;color:#707070;transition:color .2s ease}.sidebar-nav a:hover{border-color:#ffffff0a;background:#ffffff09;color:#fff;transform:translate(2px)}.sidebar-nav a:hover svg{color:var(--primary)}.sidebar-nav a.active{border-color:#d4af3729;background:linear-gradient(90deg,#d4af3724,#d4af3709);color:#fff}.sidebar-nav a.active:before{position:absolute;top:8px;bottom:8px;left:-12px;width:3px;border-radius:0 4px 4px 0;background:var(--primary);content:"";box-shadow:0 0 14px #d4af3766}.sidebar-nav a.active svg{color:var(--primary)}.sidebar-user{display:flex;align-items:center;gap:10px;margin-top:auto;padding:17px 20px 0;border-top:1px solid var(--border)}.sidebar-user-avatar{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--primary-border);border-radius:50%;background:var(--primary-light);color:var(--primary);font-size:12px;font-weight:750}.sidebar-user-info{flex:1;min-width:0}.sidebar-user-info strong{display:block;overflow:hidden;color:#fff;font-size:12px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.sidebar-user-info span{display:block;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.sidebar-user button{display:grid;place-items:center;padding:5px;border:0;background:transparent;color:var(--muted);transition:color .2s ease,background .2s ease}.sidebar-user button:hover{border-radius:7px;background:#ef646f17;color:var(--red)}.main-content{flex:1;min-width:0;min-height:100vh;margin-left:var(--sidebar-width);padding:32px;background:radial-gradient(circle at 100% 0%,rgba(212,175,55,.025),transparent 28%),var(--bg)}.page-header{margin-bottom:28px}.page-header h2{margin-bottom:4px;color:var(--dark);font-size:26px;font-weight:750;letter-spacing:-.035em}.page-header p{color:var(--muted);font-size:13px}.page-header-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.page-header-actions .btn{flex-shrink:0}.header-controls{display:flex;align-items:center;gap:10px}.header-controls select{padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--card);color:var(--text)}.table-toolbar select{min-height:40px;padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--card)}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:16px;color:var(--muted);font-size:12px}.timeline-log-text span svg{display:inline;margin-right:4px;vertical-align:middle}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:9px 18px;border:1px solid transparent;border-radius:var(--radius-sm);font-size:13px;font-weight:700;white-space:nowrap;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#0d0d0d}.btn-primary:hover{box-shadow:0 9px 24px #d4af372e;filter:brightness(1.07);transform:translateY(-1px)}.btn-outline{border-color:var(--border);background:transparent;color:var(--text-light)}.btn-outline:hover{border-color:var(--primary-border);background:var(--primary-light);color:var(--primary)}.btn-danger{background:#ef646f24;color:#ff7f88}.btn-danger:hover{background:#ef646f33;color:#ff9da4}.btn-sm{min-height:34px;padding:6px 12px;font-size:12px}.btn-xs{min-height:29px;padding:4px 9px;border-radius:7px;font-size:11px}.btn-full{width:100%;margin-top:18px}.btn:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-bottom:32px}.stat-card,.metric-card,.panel,.report-section,.table-wrap{border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow)}.stat-card{position:relative;overflow:hidden;padding:20px;border-radius:var(--radius);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.stat-card:before{position:absolute;top:0;right:20px;left:20px;height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,55,.42),transparent);content:"";opacity:0;transition:opacity .2s ease}.stat-card:hover{border-color:var(--primary-border);box-shadow:var(--shadow),var(--shadow-gold);transform:translateY(-2px)}.stat-card:hover:before{opacity:1}.stat-card-label{margin-bottom:7px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.075em;text-transform:uppercase}.stat-card-value{color:var(--dark);font-size:30px;font-weight:760;letter-spacing:-.045em;line-height:1.2}.stat-card-footer{margin-top:7px;color:var(--muted);font-size:12px}.stat-card small{display:block;margin-top:4px;color:var(--muted);font-size:11px}.stat-card-money{font-size:25px}.panel{padding:22px;border-radius:var(--radius)}.summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:15px;margin-bottom:22px}.metric-card{position:relative;min-height:132px;overflow:hidden;padding:19px;border-radius:var(--radius);transition:transform .2s ease,border-color .2s ease}.metric-card:hover{border-color:var(--primary-border);transform:translateY(-2px)}.metric-card:after{position:absolute;right:-28px;bottom:-42px;width:116px;height:116px;border-radius:50%;background:var(--primary-light);content:"";filter:blur(2px)}.metric-icon{display:grid;place-items:center;width:38px;height:38px;margin-bottom:15px;border:1px solid var(--primary-border);border-radius:10px;background:var(--primary-light);color:var(--primary)}.metric-card span{display:block;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.metric-card strong{position:relative;z-index:1;display:block;margin-top:5px;color:var(--dark);font-size:24px;letter-spacing:-.04em}.dashboard-main-grid,.report-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);gap:20px;margin-bottom:20px}.dashboard-page{width:100%}.dashboard-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.dashboard-header h2{margin-top:5px;color:var(--dark);font-size:28px;font-weight:760;letter-spacing:-.045em;line-height:1.2}.dashboard-header p{margin-top:6px;color:var(--muted);font-size:13px}.dashboard-eyebrow,.panel-label{display:block;color:var(--primary);font-size:10px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.dashboard-date{display:inline-flex;align-items:center;gap:9px;padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--card);color:var(--text-light);font-size:11px;text-transform:capitalize}.dashboard-date svg{color:var(--primary)}.dashboard-metrics{margin-bottom:20px}.metric-card-top{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.metric-card-top .metric-icon{margin-bottom:15px}.metric-card small{position:relative;z-index:2;display:block;margin-top:8px;color:var(--muted);font-size:10px}.metric-card-highlight{border-color:var(--primary-border);background:radial-gradient(circle at 100% 100%,rgba(212,175,55,.14),transparent 52%),linear-gradient(145deg,rgba(212,175,55,.045),transparent),var(--card)}.metric-status{display:inline-flex!important;align-items:center;width:fit-content;padding:4px 8px;border:1px solid rgba(54,201,143,.2);border-radius:999px;background:#36c98f14;color:var(--green)!important;font-size:9px!important;letter-spacing:.05em!important}.dashboard-primary-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);gap:20px;margin-bottom:20px}.dashboard-secondary-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:20px}.panel-heading-icon{display:grid;flex-shrink:0;place-items:center;width:38px;height:38px;border:1px solid var(--primary-border);border-radius:10px;background:var(--primary-light);color:var(--primary)}.panel-heading .panel-label{margin-bottom:5px}.dashboard-empty-state{min-height:150px;display:grid;place-items:center;padding:24px!important;border:1px dashed var(--border);border-radius:var(--radius-sm);background:#111}.compact-list-item small{display:block;margin-top:3px;color:var(--muted);font-size:10px}.payment-item{display:block!important;padding:13px 0!important}.payment-item-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.payment-item-heading span{color:var(--text-light);font-size:12px}.payment-item-heading strong{color:var(--text);font-size:12px}.payment-progress{height:4px;margin:9px 0 6px;overflow:hidden;border-radius:999px;background:#242424}.payment-progress>div{height:100%;min-width:2px;border-radius:inherit;background:linear-gradient(90deg,var(--primary-dark),var(--primary-hover))}.payment-item small{color:var(--muted);font-size:9px}.dashboard-loading{display:flex;min-height:calc(100vh - 64px);align-items:center;justify-content:center;gap:14px;color:var(--text-light)}.dashboard-loading>div:last-child{display:flex;flex-direction:column}.dashboard-loading strong{color:var(--text);font-size:13px}.dashboard-loading span{color:var(--muted);font-size:11px}.dashboard-loading-spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:dashboard-spin .8s linear infinite}@keyframes dashboard-spin{to{transform:rotate(360deg)}}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .full{grid-column:1 / -1}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{color:var(--text-light);font-size:12px;font-weight:650}.form-group em{color:var(--muted);font-size:11px;font-style:normal;font-weight:400}.form-group input,.form-group select,.form-group textarea,.filter-bar select,.filter-bar input{width:100%;padding:10px 13px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#101010;color:var(--text);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.form-group input:hover,.form-group select:hover,.form-group textarea:hover,.filter-bar select:hover,.filter-bar input:hover{border-color:var(--border-light)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus,.filter-bar select:focus,.filter-bar input:focus{border-color:var(--primary);background:#121212;box-shadow:0 0 0 3px var(--primary-light)}.form-group textarea{min-height:88px;resize:vertical}select{color-scheme:dark}select option{background:#151515;color:var(--text)}.readonly-field{padding:10px 14px;border:1px dashed var(--border-light);border-radius:var(--radius-sm);background:#101010;color:var(--text)}.readonly-field small{display:block;margin-top:2px;color:var(--muted);font-size:11px}.table-wrap{overflow:hidden;border-radius:var(--radius)}.table-wrap table{width:100%;border-collapse:collapse}.table-wrap th{padding:12px 16px;border-bottom:1px solid var(--border);background:#111;color:var(--muted);font-size:10px;font-weight:750;letter-spacing:.075em;text-align:left;text-transform:uppercase}.table-wrap td{padding:13px 16px;border-bottom:1px solid var(--border);color:var(--text-light);font-size:13px;transition:background .18s ease}.table-wrap tr:last-child td{border-bottom:0}.table-wrap tbody tr:hover td{background:#d4af370b}.table-wrap td strong{color:var(--text)}.table-wrap td small{display:block;margin-top:2px;color:var(--muted);font-size:11px}.table-wrap-embedded{margin:0 -22px -22px;border:0;border-top:1px solid var(--border);border-radius:0;box-shadow:none}.table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;color:var(--muted);font-size:12px}.table-actions{white-space:nowrap}.empty-state{padding:36px 18px!important;color:var(--muted)!important;text-align:center}.search-field{display:flex;align-items:center;gap:9px;min-width:min(100%,340px);padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#101010;color:var(--muted);transition:border-color .2s ease,box-shadow .2s ease}.search-field:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.search-field input{width:100%;border:0;background:transparent;color:var(--text)}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:33px;height:33px;padding:0;border:1px solid var(--border);border-radius:8px;background:#111;color:var(--text-light);transition:border-color .2s ease,background .2s ease,color .2s ease}.icon-button:hover{border-color:var(--primary-border);background:var(--primary-light);color:var(--primary)}.icon-button-danger:hover{border-color:#ef646f4d;background:#ef646f1a;color:var(--red)}.badge{display:inline-flex;align-items:center;padding:4px 9px;border:1px solid transparent;border-radius:999px;font-size:11px;font-weight:700}.badge-green{border-color:#36c98f2e;background:#36c98f1a;color:var(--green)}.badge-red{border-color:#ef646f2e;background:#ef646f1a;color:var(--red)}.badge-amber{border-color:#f5a5242e;background:#f5a5241a;color:var(--amber)}.badge-blue{border-color:#5f9df72e;background:#5f9df71a;color:var(--blue)}.notice{margin:0 0 20px;padding:12px 15px;border-radius:var(--radius-sm);font-size:13px;font-weight:550}.notice-success{border:1px solid rgba(54,201,143,.2);background:#36c98f1a;color:#72dfb4}.notice-error{border:1px solid rgba(239,100,111,.2);background:#ef646f1a;color:#ff9099}.stock-alert{display:flex;align-items:center;gap:13px;margin-bottom:22px;padding:14px 16px;border:1px solid var(--primary-border);border-radius:var(--radius-sm);background:var(--primary-light);color:var(--dark)}.stock-alert>div{display:flex;flex:1;flex-direction:column;gap:2px}.stock-alert span{color:var(--text-light);font-size:12px}.stock-alert a{font-size:12px;font-weight:750;white-space:nowrap}.modal-overlay{position:fixed;z-index:500;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px;background:#000000c2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal{width:100%;max-width:520px;max-height:90vh;overflow-y:auto;padding:30px;border:1px solid var(--border-light);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow-lg)}.modal-wide{max-width:640px}.modal h3{margin-bottom:20px;color:var(--dark);font-size:19px;font-weight:750;letter-spacing:-.025em}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.modal-heading,.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.modal-heading h3,.panel-heading h3{margin:0;color:var(--dark);font-size:17px}.modal-heading p,.panel-heading p{margin:4px 0 0;color:var(--muted);font-size:12px}.modal-heading+.form-grid{margin-top:4px}.report-section{margin-bottom:20px;padding:24px;border-radius:var(--radius)}.report-section h3{margin-bottom:16px;color:var(--dark);font-size:17px;font-weight:700}.filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:24px}.payment-list{display:flex;flex-direction:column;gap:4px}.payment-list>div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--border);font-size:13px}.payment-list>div:last-child{border-bottom:0}.payment-list span{color:var(--muted)}.payment-list strong{color:var(--text)}.timeline-log{display:flex;flex-direction:column}.timeline-log-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--border)}.timeline-log-item:last-child{border-bottom:0}.timeline-log-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--primary-border);border-radius:50%;background:var(--primary-light);color:var(--primary);font-size:13px}.timeline-log-text{flex:1}.timeline-log-text p{margin-bottom:2px;color:var(--text);font-size:13px}.timeline-log-text span{color:var(--muted);font-size:11px}.compact-list{display:flex;flex-direction:column}.compact-list-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid var(--border)}.compact-list-item:last-child{border-bottom:0}.compact-list-item strong{display:block;color:var(--text);font-size:13px}.compact-list-item span{display:block;margin-top:3px;color:var(--muted);font-size:11px}.compact-list-item b{color:var(--dark);font-size:13px;white-space:nowrap}.rank-list{display:flex;flex-direction:column}.rank-item{display:grid;grid-template-columns:27px 1fr auto;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--border)}.rank-item:last-child{border-bottom:0}.rank-item>span{color:var(--primary);font-size:11px;font-weight:800}.rank-item strong{color:var(--text);font-size:12px}.rank-item b{color:var(--muted);font-size:11px}.entry-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:20px}.entry-preview{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding:13px 14px;border:1px solid var(--primary-border);border-radius:var(--radius-sm);background:var(--primary-light);color:var(--dark);font-size:12px}.entry-preview span{color:var(--text-light)}.products-page{width:100%}.products-header{align-items:flex-end}.products-eyebrow,.modal-eyebrow{display:block;margin-bottom:5px;color:var(--primary);font-size:10px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.products-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:24px}.products-stat-card{display:flex;min-width:0;align-items:flex-start;gap:14px;padding:18px}.products-stat-card>div:last-child{min-width:0}.products-stat-icon{display:grid;flex-shrink:0;place-items:center;width:38px;height:38px;border:1px solid var(--primary-border);border-radius:10px;background:var(--primary-light);color:var(--primary)}.products-stat-warning{border-color:#f5a52438;background:#f5a5241a;color:var(--amber)}.products-stat-card .stat-card-label{display:block;margin-bottom:5px}.products-stat-card .stat-card-value{display:block;font-size:25px}.products-stat-card small{display:block;margin-top:5px;color:var(--muted);font-size:9px}.products-stat-highlight{border-color:var(--primary-border);background:radial-gradient(circle at 100% 100%,rgba(212,175,55,.13),transparent 52%),var(--card)}.products-content{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow)}.products-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border-bottom:1px solid var(--border)}.products-search{width:min(100%,380px)}.products-result-count{color:var(--muted);font-size:11px;white-space:nowrap}.products-table-wrap{border:0;border-radius:0;box-shadow:none}.product-category{display:inline-flex;align-items:center;padding:4px 9px;border:1px solid var(--border);border-radius:999px;background:#111;color:var(--text-light);font-size:10px;font-weight:650}.product-stock-cell{display:flex;min-width:110px;flex-direction:column;align-items:flex-start;gap:5px}.product-stock-cell>strong{color:var(--text);font-size:13px}.product-stock-cell .badge{padding:3px 7px;font-size:9px}.products-empty-state{height:240px}.products-empty-state svg,.products-empty-state strong,.products-empty-state span{display:block;margin:0 auto}.products-empty-state svg{margin-bottom:10px;color:var(--primary)}.products-empty-state strong{margin-bottom:4px;color:var(--text);font-size:13px}.products-empty-state span{color:var(--muted);font-size:11px}.product-modal{max-width:680px}.product-form-section{padding:20px 0;border-top:1px solid var(--border)}.product-form-section:first-of-type{padding-top:2px;border-top:0}.product-form-section-heading{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.product-form-section-heading>span{display:grid;flex-shrink:0;place-items:center;width:29px;height:29px;border:1px solid var(--primary-border);border-radius:8px;background:var(--primary-light);color:var(--primary);font-size:9px;font-weight:800}.product-form-section-heading h4{color:var(--text);font-size:13px;font-weight:700}.product-form-section-heading p{margin-top:2px;color:var(--muted);font-size:10px}.delete-product-modal{max-width:420px;text-align:center}.delete-product-icon{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 17px;border:1px solid rgba(239,100,111,.22);border-radius:14px;background:#ef646f1a;color:var(--red)}.delete-product-modal h3{margin-bottom:8px}.delete-product-modal p{color:var(--text-light);font-size:13px}.delete-product-modal p strong{color:var(--text)}.delete-product-modal>span{display:block;margin-top:5px;color:var(--muted);font-size:11px}.delete-product-modal .modal-actions{justify-content:center;margin-top:25px}.button-spinner{animation:button-spin .75s linear infinite}@keyframes button-spin{to{transform:rotate(360deg)}}.pos-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(340px,.85fr);align-items:start;gap:20px}.pos-catalog .search-field{width:100%;margin-bottom:18px}.catalog-count{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--primary-border);border-radius:50%;background:var(--primary-light);color:var(--primary);font-size:11px;font-weight:750}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-height:calc(100vh - 270px);overflow-y:auto;padding-right:3px}.product-card{display:flex;min-height:132px;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:8px;padding:14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--card);color:var(--text);text-align:left;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.product-card:hover:not(:disabled){border-color:var(--primary-border);background:var(--card-hover);box-shadow:var(--shadow-gold);transform:translateY(-2px)}.product-card:disabled{background:#101010;color:var(--muted);opacity:.55}.product-card>span{color:var(--muted);font-size:10px}.product-card>strong{color:var(--text);font-size:13px;line-height:1.35}.product-card>div{display:flex;align-items:flex-end;justify-content:space-between;gap:7px;width:100%}.product-card b{color:var(--primary);font-size:13px}.product-card small{color:var(--muted);font-size:10px;text-align:right}.checkout-panel{position:sticky;top:24px}.cart-list{max-height:300px;margin:-4px 0 16px;overflow-y:auto}.cart-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid var(--border)}.cart-item>div:first-child{min-width:0}.cart-item strong{color:var(--text);font-size:12px}.cart-item span{display:block;margin-top:2px;color:var(--muted);font-size:10px}.cart-item-actions{display:flex;align-items:center;gap:7px}.cart-item-actions>strong{font-size:12px;white-space:nowrap}.quantity-control{display:flex;align-items:center;gap:7px;padding:3px;border:1px solid var(--border);border-radius:7px;background:#101010}.quantity-control button{display:grid;place-items:center;width:22px;height:22px;border:0;border-radius:5px;background:transparent;color:var(--text)}.quantity-control button:hover{background:var(--primary-light);color:var(--primary)}.quantity-control b{min-width:14px;color:var(--text);font-size:11px;text-align:center}.empty-cart{display:flex;min-height:130px;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:12px}.checkout-summary{margin:8px 0 18px;padding:15px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.checkout-summary>div{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px}.checkout-summary b{color:var(--text)}.checkout-total{margin-top:10px;padding-top:10px;border-top:1px dashed var(--border-light)}.checkout-total strong{color:var(--dark);font-size:20px}.cash-fields{display:grid;grid-template-columns:1fr .8fr;align-items:flex-end;gap:12px}.change-card{padding:10px 12px;border:1px solid var(--primary-border);border-radius:var(--radius-sm);background:var(--primary-light)}.change-card span{display:block;color:var(--muted);font-size:10px}.change-card strong{display:block;margin-top:2px;color:var(--dark);font-size:15px}.week-chart{display:flex;height:210px;align-items:flex-end;justify-content:space-between;gap:12px;padding-top:30px}.chart-bar-group{display:flex;flex:1;min-width:0;height:100%;flex-direction:column;align-items:center;justify-content:flex-end;gap:8px}.chart-track{display:flex;align-items:flex-end;width:100%;height:145px;border-radius:7px 7px 0 0;background:#101010}.chart-bar{width:100%;min-height:4px;border-radius:7px 7px 0 0;background:linear-gradient(180deg,var(--primary-hover),var(--primary-dark));box-shadow:0 0 14px #d4af371f;transition:height .35s ease}.chart-value{height:20px;color:var(--muted);font-size:9px;white-space:nowrap}.chart-bar-group small{color:var(--muted);font-size:9px;text-transform:capitalize}.access-restricted{padding:32px;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--muted);text-align:center}.loading-screen{display:flex;flex:1;align-items:center;justify-content:center;min-height:300px;color:var(--muted);font-size:14px}.danger-text{color:var(--red)!important}.menu-toggle-mobile{position:fixed;z-index:2000;top:14px;left:14px;display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--primary-border);border-radius:var(--radius-sm);background:#111;color:var(--primary);box-shadow:var(--shadow)}@media (max-width: 1050px){.product-grid,.products-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-layout,.entry-layout,.dashboard-main-grid,.dashboard-primary-grid,.dashboard-secondary-grid,.report-grid{grid-template-columns:1fr}.checkout-panel{position:static}}@media (max-width: 768px){:root{--sidebar-width: 240px}.products-header{align-items:stretch}.products-summary-grid{grid-template-columns:1fr}.products-toolbar{align-items:stretch;flex-direction:column}.products-search{width:100%}.products-result-count{white-space:normal}.product-modal{max-width:100%}.delete-product-modal .modal-actions{flex-direction:column-reverse}.delete-product-modal .modal-actions .btn{width:100%}.sidebar{z-index:1500;transform:translate(-100%);transition:transform .3s ease}.sidebar.open{transform:translate(0)}.menu-toggle-mobile{display:flex}.main-content{min-width:0;margin-left:0;overflow:visible;padding:78px 16px 24px}.page-header{margin-bottom:24px}.page-header h2{font-size:23px}.dashboard-header{align-items:flex-start;flex-direction:column;gap:16px}.dashboard-date{width:100%;justify-content:center}.dashboard-primary-grid,.dashboard-secondary-grid{grid-template-columns:1fr}.dashboard-header h2{font-size:25px}.page-header-actions,.header-controls{width:100%;flex-direction:column;align-items:stretch}.page-header-actions .btn,.page-header-actions button,.header-controls .btn,.header-controls button,.header-controls select{width:100%}.dashboard-grid,.summary-grid,.metric-grid,.report-grid,.cards-grid,.grid{display:grid;grid-template-columns:1fr}.stat-card,.metric-card,.report-section,.panel{width:100%;max-width:100%}.form-grid{grid-template-columns:1fr}.form-row,.form-inline{display:flex;flex-direction:column;gap:12px}.form-row input,.form-row select,.form-row button,.form-inline input,.form-inline select,.form-inline button{width:100%}.table-toolbar{align-items:stretch;flex-direction:column}.search-field{width:100%;min-width:0}.table-wrap{width:100%;overflow-x:auto}.table-wrap table{min-width:650px}.report-section table{min-width:520px}.report-section>div{width:100%}.report-bottom,.reports-bottom,.report-content{display:flex;width:100%;flex-direction:column;gap:20px}.stock-alert{align-items:flex-start;flex-wrap:wrap}.stock-alert a{width:100%}.product-grid{max-height:none;grid-template-columns:1fr}.cash-fields{grid-template-columns:1fr}.cart-item{align-items:flex-start;flex-direction:column}.cart-item-actions{width:100%;justify-content:space-between}.metric-card{min-height:116px}.week-chart{gap:6px}.chart-value{font-size:8px}.panel{padding:18px}.modal{padding:24px 18px}.modal-actions{flex-direction:column-reverse}.modal-actions .btn{width:100%}.table-wrap-embedded{margin:0 -18px -18px}}@media (max-width: 480px){.main-content{padding-right:14px;padding-left:14px}.login-page{padding:16px}.login-card{padding:32px 22px}.stat-card{padding:18px}.stat-card-value{font-size:27px}.page-header h2{font-size:22px}.modal{padding:22px 16px}.compact-list-item{align-items:flex-start;flex-direction:column;gap:8px}.compact-list-item b{white-space:normal}}
