@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@500&display=swap";@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap";@import "https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@500&display=swap";@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap";:root{--bg-main:#f8fafc;--bg-card:#fff;--bg-sidebar:#fff;--border-color:#e2e8f0;--color-mint:#0ea5e9;--color-mint-hover:#0284c7;--color-blue:#3b82f6;--color-blue-hover:#2563eb;--color-danger:#ef4444;--color-danger-bg:#fef2f2;--text-primary:#0f172a;--text-muted:#64748b;--font-main:"Inter", "Malgun Gothic", sans-serif;--font-title:"Outfit", "Malgun Gothic", sans-serif;--transition-smooth:all .2s cubic-bezier(.4, 0, .2, 1);--glass-shadow:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d}html[data-theme=dark]{--bg-main:#0b0f19;--bg-card:#151d30;--bg-sidebar:#111827;--border-color:#1f2937;--text-primary:#fff;--text-muted:#cbd5e1;--color-mint:#38bdf8;--color-mint-hover:#0ea5e9;--color-danger-bg:#ef44441a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-primary);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);box-shadow:var(--glass-shadow);border-radius:12px}.app-container{background-color:#f9f9ff;width:100vw;height:100vh;display:flex;overflow:hidden}.sidebar{background-color:var(--bg-sidebar);border-right:1px solid var(--border-color);flex-direction:column;width:240px;padding:24px 16px;display:flex}.sidebar-title{font-family:var(--font-title);color:var(--color-mint);text-align:center;letter-spacing:1.5px;margin-bottom:32px;font-size:20px;font-weight:700}.sidebar-menu{flex-direction:column;flex:1;gap:8px;display:flex}.menu-item{color:var(--text-muted);text-align:left;cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.menu-item:hover{color:var(--text-primary);background-color:#ffffff0d}.menu-item.active{color:var(--color-mint);border-left:3px solid var(--color-mint);background-color:#00f5d41a;border-top-left-radius:0;border-bottom-left-radius:0}.sidebar-footer{border-top:1px solid var(--border-color);flex-direction:column;gap:8px;padding-top:16px;display:flex}.user-tag{color:var(--text-muted);text-align:center;font-size:11px}.btn-logout{color:#475569;cursor:pointer;transition:var(--transition-smooth);background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;padding:8px 16px;font-size:12px}.btn-logout:hover{background:#e2e8f0}.content-area{box-sizing:border-box;flex-direction:column;flex:1;height:100vh;display:flex;overflow-y:auto}.content-header{margin-bottom:24px}.content-title{font-family:var(--font-title);color:var(--text-primary);font-size:24px;font-weight:700}.metrics-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px;display:grid}.metric-card{flex-direction:column;gap:8px;padding:20px;display:flex}.metric-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.metric-value{font-size:26px;font-weight:700}.metric-value.mint{color:var(--color-mint)}.metric-value.blue{color:var(--color-blue)}.metric-value.danger{color:var(--color-danger)}.btn{cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600}.btn-primary{background-color:var(--color-mint);color:#fff}.btn-primary:hover{background-color:var(--color-mint-hover);box-shadow:0 4px 12px #0ea5e933}.btn-secondary{color:#475569;background-color:#f1f5f9;border:1px solid #cbd5e1}.btn-secondary:hover{background-color:#e2e8f0}.btn-danger{background-color:var(--color-danger);color:var(--text-primary)}.btn-danger:hover{background-color:#ef3333;box-shadow:0 0 12px #ef444466}.input-control{border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-main);transition:var(--transition-smooth);background-color:#1e1e24;border-radius:6px;outline:none;padding:8px 12px;font-size:13px}.input-control:focus{border-color:var(--color-mint)}.search-bar{gap:8px;margin-bottom:16px;display:flex}.search-bar .input-control{flex:1}.table-container{margin-bottom:24px;overflow-x:auto}.custom-table{border-collapse:collapse;background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;width:100%;overflow:hidden}.custom-table th{color:var(--text-muted);text-align:left;border-bottom:2px solid var(--border-color);background-color:#24242b;padding:8px 12px;font-size:12px;font-weight:600}.custom-table td{border-bottom:1px solid var(--border-color);color:var(--text-primary);padding:8px 12px;font-size:12.5px}.custom-table tr.warning-row{background-color:var(--color-danger-bg)!important}.custom-table tr.warning-row td{border-bottom:1px solid #ef44444d}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.modal-content{flex-direction:column;gap:16px;width:450px;max-width:90%;padding:24px;animation:.2s ease-out modalScaleUp;display:flex}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.modal-title{font-family:var(--font-title);font-size:18px;font-weight:600}.modal-body{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--text-muted);font-size:12px;font-weight:500}.modal-footer{border-top:1px solid var(--border-color);justify-content:flex-end;gap:8px;padding-top:16px;display:flex}.login-container{background-color:var(--bg-main);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.login-card{flex-direction:column;gap:20px;width:380px;padding:36px;display:flex}.login-title{font-family:var(--font-title);color:var(--color-mint);text-align:center;letter-spacing:2px;font-size:24px;font-weight:700}.login-subtitle{color:var(--text-muted);text-align:center;margin-top:-12px;margin-bottom:12px;font-size:12px}.splitter-container{gap:24px;height:100%;display:flex}.splitter-left{flex-direction:column;flex:4;gap:16px;display:flex}.splitter-right{flex-direction:column;flex:6;gap:16px;display:flex}.payroll-box{border:1px solid var(--border-color);background-color:#1e1e24;border-radius:12px;flex-direction:column;gap:12px;padding:20px;display:flex}.payroll-summary-grid{grid-template-columns:auto 1fr;gap:10px 20px;font-size:13px;display:grid}.payroll-summary-label{color:var(--text-muted)}.payroll-summary-value{text-align:right;font-weight:700}.payroll-summary-value.highlight{color:var(--color-mint);font-size:16px}.status-tag{border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.status-tag.settled{color:var(--color-mint);background-color:#00f5d426}.status-tag.unsettled{color:var(--color-danger);background-color:#ef444426}.custom-table tr.cancelled-row{opacity:.65;text-decoration:line-through;color:var(--text-muted)!important}.custom-table tr.cancelled-row td{border-bottom:1px solid var(--border-color)}.invoice-container{color:#1e293b;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;max-width:320px;margin:0 auto;padding:24px;font-family:Courier New,Courier,monospace;font-size:12px;line-height:1.5;box-shadow:0 10px 25px #0006}.invoice-header{text-align:center;margin-bottom:16px}.invoice-header h3{color:#0f172a;letter-spacing:1px;font-size:18px;font-weight:800}.invoice-header p{color:#64748b;margin-top:4px;font-size:9px}.invoice-divider{border-top:1px dashed #64748b;margin:12px 0}.invoice-info{color:#475569;flex-direction:column;gap:4px;font-size:11px;display:flex}.invoice-info-row{justify-content:space-between;display:flex}.invoice-info-row.bold{color:#0f172a;font-weight:700}.invoice-table{border-collapse:collapse;width:100%;margin:12px 0;font-size:11px}.invoice-table th{text-align:left;color:#334155;border-bottom:1px solid #e2e8f0;padding-bottom:4px;font-weight:700}.invoice-table td{color:#0f172a;padding:6px 0}.invoice-total-row{color:#0f172a;justify-content:space-between;align-items:center;padding:6px 0;font-size:13px;font-weight:800;display:flex}.invoice-total-value{color:#059669;font-size:16px}.barcode-container{flex-direction:column;align-items:center;gap:6px;margin-top:16px;display:flex}.barcode-bars{background-color:#fff;justify-content:center;gap:1px;width:100%;height:35px;display:flex}.barcode-bar{background-color:#000;height:100%}.barcode-text{color:#64748b;letter-spacing:2px;font-size:9px}.toast-notification{color:#f3f4f6;z-index:2000;opacity:0;pointer-events:none;background-color:#1e293b;border:1px solid #334155;border-radius:12px;align-items:center;gap:12px;padding:16px 24px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s;display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(100px);box-shadow:0 10px 30px #00000080}.toast-notification.show{opacity:1;pointer-events:auto;transform:translateY(0)}.btn{transition:transform .1s cubic-bezier(.4,0,.2,1),box-shadow .2s,background-color .2s;box-shadow:0 1px 2px #0000000d}.btn:active{transform:scale(.96)}.btn-warn-badge{background-color:var(--color-danger);color:#fff;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 4px #ef444426}.btn-warn-badge:hover{background-color:#dc2626;transform:translateY(-1px);box-shadow:0 4px 6px #ef444440}.btn-warn-badge:active{transform:translateY(0)scale(.95)}.widget-card-container{justify-content:space-between;align-items:center;width:100%;display:flex}.widget-icon-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-left:12px;font-size:18px;display:flex}.widget-icon-blue{color:#0284c7;background-color:#e0f2fe}.widget-icon-orange{color:#f97316;background-color:#ffedd5}.widget-icon-red{color:#ef4444;background-color:#fee2e2}.widget-icon-teal{color:#0d9488;background-color:#ccfbf1}.glass-card{background-color:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008}.sidebar{background-color:#fff;border-right:1px solid #e2e8f0}.sidebar-title{color:var(--color-mint)}.menu-item.active{color:var(--color-mint-hover);border-left:4px solid var(--color-mint);background-color:#e0f2fe}.custom-table th{color:#475569;background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.custom-table td{border-bottom:1px solid #f1f5f9}.custom-table tr:hover{background-color:#f8fafc}.input-control{color:#0f172a;background-color:#fff;border:1px solid #cbd5e1}.input-control:focus{border-color:var(--color-mint);box-shadow:0 0 0 2px #0ea5e926}.modal-overlay{background-color:#0f172a66}.modal-content{background-color:#fff;border:1px solid #e2e8f0;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.text-parser-box{background-color:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;margin-top:16px;padding:16px}.text-parser-textarea{resize:none;border:1px solid #e2e8f0;border-radius:6px;outline:none;width:100%;height:80px;margin-bottom:8px;padding:8px;font-family:inherit;font-size:12px}.text-parser-textarea:focus{border-color:var(--color-mint)}.autocomplete-wrapper{width:100%;position:relative}.autocomplete-dropdown{z-index:2000;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;max-height:180px;margin-top:4px;padding:4px 0;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000000d}.suggestion-item{color:#0f172a;cursor:pointer;justify-content:space-between;align-items:center;padding:8px 12px;font-size:13px;transition:background-color .15s,color .15s;display:flex}.suggestion-item:hover,.suggestion-item.active{color:#0284c7;background-color:#e0f2fe}.suggestion-detail{color:#64748b;margin-left:8px;font-size:11px}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;letter-spacing:normal;text-transform:none;white-space:nowrap;-webkit-font-smoothing:antialiased;direction:ltr;font-family:Material Symbols Outlined,sans-serif;font-style:normal;line-height:1;display:inline-block}.stitch-dash{background:#f9f9ff;flex-direction:column;gap:0;height:100%;font-family:Hanken Grotesk,Malgun Gothic,sans-serif;display:flex;overflow:hidden}.stitch-header{background:#fff;border-bottom:1px solid #bcc8d1;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 32px;display:flex}.stitch-search{color:#151c27;background:#f0f3ff;border:1px solid #bcc8d1;border-radius:999px;outline:none;width:100%;height:40px;padding:0 12px 0 38px;font-family:Hanken Grotesk,sans-serif;font-size:14px;transition:border-color .2s}.stitch-search:focus{border-color:#068;box-shadow:0 0 0 2px #0066881a}.stitch-dl-btn{color:#004c66;cursor:pointer;background:#c2e8ff;border:none;border-radius:999px;align-items:center;gap:6px;padding:8px 16px;font-family:Hanken Grotesk,sans-serif;font-size:14px;font-weight:600;transition:opacity .2s,transform .1s;display:flex}.stitch-dl-btn:hover{opacity:.88}.stitch-dl-btn:active{transform:scale(.95)}.stitch-icon-btn{cursor:pointer;font-size:22px;transition:color .2s}.stitch-icon-btn:hover{color:#068}.stitch-kpi-grid{flex-shrink:0;grid-template-columns:repeat(4,1fr);gap:16px;padding:24px 32px 0;display:grid}.stitch-kpi-card{background:#fff;border:1px solid #bcc8d1;border-radius:8px;padding:24px;transition:background .2s}.stitch-kpi-card:hover{background:#f0f3ff}.stitch-table-card{background:#fff;border:1px solid #bcc8d1;border-radius:8px;flex-direction:column;flex:1;min-height:0;margin:16px 32px 24px;display:flex;overflow:hidden}.stitch-table-header{border-bottom:1px solid #bcc8d1;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.stitch-table{border-collapse:collapse;width:100%;font-family:Hanken Grotesk,sans-serif}.stitch-table thead tr{background:#f0f3ff}.stitch-table th{text-align:left;color:#3d484f;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;border-bottom:1px solid #bcc8d1;padding:12px 24px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:500}.stitch-table td{color:#151c27;white-space:nowrap;border-bottom:1px solid #e2e8f8;padding:16px 24px;font-size:14px}.stitch-tr{transition:background .15s}.stitch-tr:hover td{background:#f0f3ff}.stitch-tr:last-child td{border-bottom:none}@keyframes stitch-spin{to{transform:rotate(360deg)}}.stitch-spinner{border:3px solid #e2e8f8;border-top-color:#068;border-radius:50%;width:28px;height:28px;animation:.7s linear infinite stitch-spin}.db-root{flex-direction:column;gap:16px;height:100%;padding:0;display:flex;overflow:hidden}.db-header{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.db-title{font-family:var(--font-title);color:var(--text-primary);letter-spacing:-.3px;margin:0;font-size:22px;font-weight:800}.db-subtitle{color:var(--text-muted);margin-top:3px;font-size:12px}.db-refresh-btn{color:#00f5d4;cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-main);background:#00f5d40f;border:1px solid #00f5d44d;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;transition:all .2s;display:flex}.db-refresh-btn:hover{background:#00f5d424;border-color:#00f5d499;transform:translateY(-1px);box-shadow:0 4px 12px #00f5d426}.db-kpi-grid{flex-shrink:0;grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.db-kpi-card{-webkit-backdrop-filter:blur(12px);cursor:default;background:#ffffff0a;border:1px solid #ffffff12;border-radius:14px;padding:18px 18px 14px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.db-kpi-card:before{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:.8;border-radius:14px 14px 0 0;height:2px;position:absolute;top:0;left:0;right:0}.db-kpi-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000040,0 0 0 1px #ffffff14}.db-kpi-icon{background:#ffffff0f;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.db-kpi-trend{background:#ffffff0f;border-radius:6px;padding:2px 6px;font-size:10.5px;font-weight:700}.db-kpi-value{color:var(--text-primary);letter-spacing:-.5px;font-size:28px;font-weight:800;line-height:1.1;font-family:var(--font-title)}.db-kpi-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;margin-top:2px;font-size:11px;font-weight:600}.db-kpi-sub{color:var(--text-muted);font-size:11px}.db-kpi-line{background:linear-gradient(90deg, transparent, var(--accent,#00f5d4) 50%, transparent);opacity:.3;height:1px;position:absolute;bottom:0;left:0;right:0}.db-mid-grid{flex-shrink:0;grid-template-columns:1fr 1fr;gap:12px;display:grid}.db-panel{-webkit-backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff12;border-radius:14px;padding:16px 18px}.db-panel-title{color:var(--text-primary);letter-spacing:-.1px;font-size:13px;font-weight:700}.db-dist-bars{flex-direction:column;gap:12px;margin-top:12px;display:flex}.db-summary-list{margin-top:4px}.db-table-wrap{-webkit-backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff12;border-radius:14px;flex-direction:column;flex:1;padding:16px 18px;display:flex;overflow:hidden}.db-table{border-collapse:collapse;width:100%;font-size:12px}.db-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;border-bottom:1px solid #ffffff0f;padding:7px 10px;font-size:10.5px;font-weight:600}.db-table td{color:var(--text-primary);white-space:nowrap;border-bottom:1px solid #ffffff0a;padding:8px 10px}.db-table-row{transition:background .15s}.db-table-row:hover td{background:#ffffff08}.db-table-row:last-child td{border-bottom:none}@keyframes db-spin{to{transform:rotate(360deg)}}.db-spinner{border:3px solid #00f5d426;border-top-color:#00f5d4;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite db-spin}.dashboard-layout-stacked{flex-direction:column;gap:32px;margin-top:24px;display:flex}.calendar-container{flex-direction:column;padding:24px;display:flex}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.calendar-title-wrapper{align-items:center;gap:8px;display:flex}.calendar-title-wrapper h2{color:var(--text-primary);font-size:18px;font-weight:600}.calendar-nav{align-items:center;gap:12px;display:flex}.calendar-btn{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;width:32px;height:32px;transition:var(--transition-smooth);background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;display:flex}.calendar-btn:hover{background:#ffffff26}.calendar-month-text{color:var(--text-primary);text-align:center;min-width:100px;font-size:16px;font-weight:700}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:8px;margin-top:12px;display:grid}.calendar-day-header{text-align:center;color:var(--text-muted);border-bottom:1px solid var(--border-color);padding-bottom:8px;font-size:13px;font-weight:600}.calendar-day-cell{border:1px solid var(--border-color);min-height:95px;transition:var(--transition-smooth);background:#ffffff04;border-radius:8px;flex-direction:column;justify-content:space-between;padding:8px;display:flex}.calendar-day-cell.active-day:hover{border-color:var(--color-mint);background:#00f5d40a;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.calendar-day-cell.today{border-color:var(--color-mint);background:#00f5d40f;border-width:2px}.calendar-day-num{color:var(--text-muted);font-size:13px;font-weight:600}.calendar-day-cell.today .calendar-day-num{color:var(--color-mint);font-weight:700}.calendar-day-data{text-align:right;flex-direction:column;align-items:flex-end;gap:4px;display:flex}.calendar-sales-count{color:var(--color-mint);background:#00f5d426;border-radius:4px;padding:1px 6px;font-size:13px;font-weight:700}.calendar-sales-amount{color:var(--text-primary);font-family:Outfit,sans-serif;font-size:13px;font-weight:600}.memo-board-container{flex-direction:column;gap:12px;margin-top:16px;display:flex}.memo-board-header{justify-content:space-between;align-items:center;display:flex}.memo-board-title{color:var(--text-primary);align-items:center;gap:8px;font-size:18px;font-weight:600;display:flex}.memo-board{border:1px solid var(--border-color);background:#fff radial-gradient(#00000014 1.5px,#0000 0) 0 0/20px 20px;border-radius:12px;height:400px;position:relative;overflow:hidden}.sticky-note{color:#121214;box-sizing:border-box;-webkit-user-select:none;user-select:none;border:1px solid #00000014;border-radius:12px;flex-direction:column;font-family:Malgun Gothic,sans-serif;transition:box-shadow .2s;display:flex;position:absolute;overflow:hidden;box-shadow:0 12px 24px #00000026,inset 0 1px #fff3}.sticky-note:hover{box-shadow:0 16px 32px #00000038}.sticky-note-header{cursor:move;color:#00000080;letter-spacing:.5px;background:#0000000a;border-bottom:1px solid #0000000a;justify-content:space-between;align-items:center;padding:8px 12px;font-size:11px;font-weight:700;display:flex}.sticky-note-content-wrapper{flex-direction:column;flex:1;padding:10px;display:flex}.sticky-note-textarea{resize:none;color:#1a1a1e;background:0 0;border:none;outline:none;width:100%;height:100%;font-family:inherit;font-size:13.5px;line-height:1.5}.sticky-note-footer{background:#00000003;justify-content:space-between;align-items:center;padding:6px 12px;display:flex}.color-dots{gap:6px;display:flex}.color-dot{cursor:pointer;width:14px;height:14px;transition:var(--transition-smooth);border:1px solid #00000026;border-radius:50%}.color-dot:hover{transform:scale(1.3)}.btn-delete-note{color:#00000059;cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;justify-content:center;align-items:center;font-size:16px;font-weight:700;line-height:1;display:flex}.btn-delete-note:hover{color:#ba1a1a;transform:scale(1.2)}.resize-handle{cursor:nwse-resize;background:linear-gradient(135deg,#0000 70%,#00000040 70%);width:14px;height:14px;position:absolute;bottom:0;right:0}@media (width<=1024px){.grid-container{flex-direction:column!important;grid-template-columns:1fr!important;gap:16px!important;display:flex!important}.grid-container>div{grid-column:span 12!important;width:100%!important}.metrics-grid,.stitch-kpi-grid,.db-kpi-grid{grid-template-columns:repeat(2,1fr)!important;padding:16px 0!important}.stitch-table-card,.db-table-wrap{margin:16px 0!important}.memo-board{height:350px!important}}@media (width<=768px){.metrics-grid,.stitch-kpi-grid,.db-kpi-grid{grid-template-columns:1fr!important}.calendar-day-cell{min-height:60px!important;padding:4px!important}.calendar-day-num{font-size:11px!important}.calendar-sales-count{padding:0 3px!important;font-size:9px!important}.calendar-sales-amount{font-size:9px!important}.calendar-title-wrapper h2{font-size:15px!important}.stitch-table-card,.table-container,.db-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto!important}.stitch-table th,.stitch-table td{padding:10px 12px!important;font-size:12px!important}}html[data-theme=dark] body{background-color:var(--bg-main)!important;color:var(--text-primary)!important}html[data-theme=dark] header,html[data-theme=dark] aside,html[data-theme=dark] .sidebar{background-color:var(--bg-sidebar)!important;border-color:var(--border-color)!important}html[data-theme=dark] .glass-card,html[data-theme=dark] .metric-card,html[data-theme=dark] .calendar-container,html[data-theme=dark] .memo-board-container,html[data-theme=dark] .text-parser-box{background-color:var(--bg-card)!important;border-color:var(--border-color)!important}html[data-theme=dark] div[style*="background: rgb(255, 255, 255)"],html[data-theme=dark] div[style*="background: #ffffff"],html[data-theme=dark] div[style*="background-color: #ffffff"],html[data-theme=dark] div[style*="background-color: rgb(255, 255, 255)"]{background-color:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}html[data-theme=dark] .content-title,html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] h5,html[data-theme=dark] span[style*="color: rgb(21, 28, 39)"],html[data-theme=dark] span[style*="color: #151c27"]{color:var(--text-primary)!important}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{border-color:var(--border-color)!important;color:var(--text-primary)!important;background-color:#111827!important}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{opacity:.6;color:var(--text-muted)!important}html[data-theme=dark] .custom-table,html[data-theme=dark] .stitch-table{background-color:var(--bg-card)!important;border-color:var(--border-color)!important}html[data-theme=dark] .custom-table th,html[data-theme=dark] .stitch-table th,html[data-theme=dark] tr[style*="background: rgb(240, 243, 255)"],html[data-theme=dark] tr[style*="background: #f0f3ff"]{color:var(--text-primary)!important;border-color:var(--border-color)!important;background-color:#1e293b!important}html[data-theme=dark] .custom-table td,html[data-theme=dark] .stitch-table td,html[data-theme=dark] tr.stitch-tr td{border-bottom:1px solid var(--border-color)!important;color:var(--text-primary)!important;background-color:#0000!important}html[data-theme=dark] tr.stitch-tr:hover td,html[data-theme=dark] .custom-table tr:hover td{background-color:#ffffff0d!important}html[data-theme=dark] .memo-board{background-color:#111827!important;background-image:radial-gradient(#ffffff14 1.5px,#0000 0)!important}html[data-theme=dark] .sticky-note{background-color:inherit!important;color:#121214!important;box-shadow:0 12px 24px #00000059!important}html[data-theme=dark] .sticky-note-textarea{color:#1a1a1e!important;background-color:#0000!important}html[data-theme=dark] .sticky-note-header,html[data-theme=dark] .sticky-note-header span{color:#00000080!important}html[data-theme=dark] .btn-delete-note{color:#00000059!important}html[data-theme=dark] .btn-delete-note:hover{color:#ba1a1a!important}html[data-theme=dark] aside nav button,html[data-theme=dark] .sidebar-menu .menu-item{color:#cbd5e1!important}html[data-theme=dark] aside nav button:hover,html[data-theme=dark] .sidebar-menu .menu-item:hover{color:#fff!important;background-color:#ffffff14!important}html[data-theme=dark] .calendar-day-cell{border-color:var(--border-color)!important;background-color:#ffffff05!important}html[data-theme=dark] .calendar-day-cell.active-day:hover{background-color:#38bdf814!important}html[data-theme=dark] .calendar-sales-amount{color:var(--text-primary)!important}html[data-theme=dark] .autocomplete-dropdown{border-color:var(--border-color)!important;background-color:#1f2937!important}html[data-theme=dark] .suggestion-item{color:var(--text-primary)!important}html[data-theme=dark] .suggestion-item:hover,html[data-theme=dark] .suggestion-item.active{background-color:#374151!important}html[data-theme=dark] li[style*="background: rgb(255, 255, 255)"],html[data-theme=dark] li[style*="background: #ffffff"]{background-color:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}.dashboard3{--d3-accent:#068;--d3-purple:#8b5cf6;--d3-pink:#ec407a;color:var(--text-primary);width:100%;max-width:1600px;margin:0 auto;font-family:Hanken Grotesk,Malgun Gothic,sans-serif}.dashboard3__page-header,.dashboard3__section-heading,.dashboard3__panel-header{justify-content:space-between;align-items:center;display:flex}.dashboard3__page-header{margin-bottom:20px}.dashboard3__eyebrow{color:var(--d3-accent);letter-spacing:.08em;font-size:12px;font-weight:800}.dashboard3__page-header h1{margin:4px 0;font-size:28px;line-height:1.2}.dashboard3__page-header p,.dashboard3__section-heading span,.dashboard3__panel-header span{color:var(--text-muted);margin:0;font-size:12px}.dashboard3__button{border:1px solid var(--border-color);background:var(--bg-surface,#fff);min-height:38px;color:var(--d3-accent);font:inherit;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex}.dashboard3__button:hover{background:#eef7f7}.dashboard3__button .material-symbols-outlined{font-size:17px}.dashboard3__section,.dashboard3__status-panel{border:1px solid var(--border-color);background:var(--bg-surface,#fff);border-radius:10px}.dashboard3__section{margin-bottom:18px;padding:20px}.dashboard3__section-heading,.dashboard3__panel-header{border-bottom:1px solid var(--border-color)}.dashboard3__section-heading{margin-bottom:14px;padding-bottom:12px}.dashboard3__section-heading h2,.dashboard3__panel-header h2{margin:0;font-size:14px}.dashboard3__summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.dashboard3__summary-tile{background:#eef7f7;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;min-height:70px;padding:14px 16px;display:grid}.dashboard3__summary-tile--purple{background:#f4f0ff}.dashboard3__summary-tile--pink{background:#fff2f6}.dashboard3__summary-icon{color:var(--d3-accent);font-size:20px}.dashboard3__summary-tile--purple .dashboard3__summary-icon,.dashboard3__summary-tile--purple .dashboard3__summary-value{color:var(--d3-purple)}.dashboard3__summary-tile--pink .dashboard3__summary-icon,.dashboard3__summary-tile--pink .dashboard3__summary-value{color:var(--d3-pink)}.dashboard3__summary-label{font-size:13px}.dashboard3__summary-value{color:var(--d3-accent);font-size:22px}.dashboard3__flow{grid-template-columns:minmax(120px,1fr) auto minmax(260px,2fr) auto minmax(400px,3fr);align-items:end;gap:12px;display:grid}.dashboard3__flow-label{text-align:center;margin-bottom:8px;font-size:12px;font-weight:700}.dashboard3__flow-tiles{grid-template-columns:repeat(auto-fit,minmax(105px,1fr));gap:10px;display:grid}.dashboard3__flow-tile{text-align:center;background:#eef7f7;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:100px;padding:12px;font-size:12px;display:flex}.dashboard3__flow-tile--purple{background:#f4f0ff}.dashboard3__flow-tile--pink{background:#fff2f6}.dashboard3__flow-icon{color:var(--d3-accent);margin-bottom:6px;font-size:19px}.dashboard3__flow-tile strong{color:var(--d3-accent);margin-top:7px;font-size:21px}.dashboard3__flow-tile--purple .dashboard3__flow-icon,.dashboard3__flow-tile--purple strong{color:var(--d3-purple)}.dashboard3__flow-tile--pink .dashboard3__flow-icon,.dashboard3__flow-tile--pink strong{color:var(--d3-pink)}.dashboard3__arrow{color:var(--text-muted);align-self:center;margin-top:22px}.dashboard3__panels{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.dashboard3__status-panel{padding:18px}.dashboard3__panel-header{gap:8px;padding-bottom:12px}.dashboard3__status-list{gap:12px;padding-top:14px;display:grid}.dashboard3__status-row{color:var(--text-secondary,#5f6c75);justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.dashboard3__status-row strong{color:var(--text-primary);font-size:18px}.dashboard3__status-row--danger,.dashboard3__status-row--danger strong{color:#d9485f}.dashboard3__state{min-height:420px;color:var(--text-muted);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;display:flex}.dashboard3__state>.material-symbols-outlined{color:var(--d3-accent,#068);font-size:36px}@media (width<=1280px){.dashboard3__flow{grid-template-columns:1fr;align-items:stretch}.dashboard3__arrow{margin:-2px auto;transform:rotate(90deg)}.dashboard3__panels{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.dashboard3__page-header{align-items:flex-end}.dashboard3__page-header h1{font-size:23px}.dashboard3__summary,.dashboard3__panels{grid-template-columns:1fr}.dashboard3__section{padding:14px}.dashboard3__flow-tiles{grid-template-columns:1fr}.dashboard3__button{padding-inline:10px}}.customer-edit-modal{width:100%;max-width:1180px}.customer-detail{gap:16px;display:grid}.customer-detail__summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.customer-detail__summary-card,.customer-detail__panel,.customer-detail__day,.customer-detail__payment{background:#fff;border:1px solid #d9e1e6;border-radius:9px}.customer-detail__summary-card{gap:6px;padding:13px;display:grid}.customer-detail__summary-card span,.customer-detail__payment time{color:#6d7980;font-size:11px}.customer-detail__summary-card strong{color:#151c27;font-size:17px}.customer-detail__summary-card--paid strong,.customer-detail__summary-card--deposit strong{color:#006b5c}.customer-detail__summary-card--outstanding strong{color:#ba1a1a}.customer-detail__columns{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:start;gap:16px;display:grid}.customer-detail__panel{gap:10px;padding:14px;display:grid}.customer-detail__panel h4{margin:0 0 2px;font-size:14px}.customer-detail__day{overflow:hidden}.customer-detail__day summary{cursor:pointer;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:12px;font-size:12px;display:grid}.customer-detail__order{border-top:1px solid #edf1f3;grid-template-columns:1fr auto auto;gap:10px;padding:8px 12px;font-size:11px;display:grid}.customer-detail__cancelled{color:#ba1a1a;background:#fff5f5;padding:7px 12px;font-size:11px}.customer-detail__payment{gap:8px;padding:12px;display:grid}.customer-detail__payment>div:first-child{justify-content:space-between;gap:10px;display:flex}.customer-detail__payment p{color:#53616a;margin:0;font-size:12px}.customer-detail__badges{gap:6px;display:flex}.customer-detail__badges span{color:#068;background:#eef7f7;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:700}@media (width<=800px){.customer-detail__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-detail__columns{grid-template-columns:1fr}}.order-status-page{color:#172b36;flex-direction:column;gap:18px;display:flex}.order-status-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.order-status-heading h2{letter-spacing:-.04em;margin:4px 0;font-size:26px}.order-status-heading p{color:#6d7980;margin:0;font-size:13px}.order-status-kicker{color:#068;letter-spacing:.12em;font-size:11px;font-weight:800}.order-stage-grid{grid-template-columns:repeat(5,minmax(160px,1fr));gap:10px;display:grid}.order-stage-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #dce4e8;border-radius:14px;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;min-height:82px;padding:14px;transition:all .18s;display:grid;box-shadow:0 2px 10px #23374108}.order-stage-card:hover{border-color:#aebdc5;transform:translateY(-2px)}.order-stage-card.active{border-color:#068;box-shadow:0 0 0 2px #0066881a,0 8px 20px #23374114}.stage-number{color:#50616a;background:#edf3f5;border-radius:9px;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.order-stage-card.active .stage-number{color:#fff;background:#068}.stage-copy{flex-direction:column;gap:3px;display:flex}.stage-copy strong{font-size:13px}.stage-copy small{color:#7b8990;font-size:10px}.stage-count{letter-spacing:-.04em;font-size:21px;font-weight:900}.tone-orange .stage-count{color:#d97706}.tone-purple .stage-count{color:#7c3aed}.tone-green .stage-count{color:#059669}.tone-blue .stage-count{color:#068}.tone-slate .stage-count{color:#475569}.order-status-panel{background:#fff;border:1px solid #dce4e8;border-radius:16px;overflow:hidden;box-shadow:0 8px 28px #2337410f}.order-schema-notice{color:#9a5b06;background:#fff7e8;border-bottom:1px solid #f3d39b;padding:10px 16px;font-size:11px;font-weight:700}.order-status-toolbar{border-bottom:1px solid #e5ebee;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.order-status-search{background:#f8fafb;border:1px solid #d7e0e4;border-radius:10px;flex:1;align-items:center;gap:8px;min-width:360px;max-width:560px;padding:9px 12px;display:flex}.order-status-search span{color:#76858d;font-size:19px}.order-status-search input{font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:12px}.order-status-filters{align-items:center;gap:8px;display:flex}.order-status-filters label{background:#fff;border:1px solid #d7e0e4;border-radius:9px;align-items:center;gap:6px;padding:5px 6px 5px 9px;display:flex}.order-status-filters label>span{color:#65757d;white-space:nowrap;font-size:9px;font-weight:900}.order-status-filters select{color:#30454f;cursor:pointer;background:#f3f6f7;border:0;border-radius:6px;outline:0;min-width:84px;padding:5px 7px;font-size:10px;font-weight:800}.os-btn-excel{color:#fff;background:#137a55;padding:8px 11px}.os-btn-excel .material-symbols-outlined{font-size:15px}.order-status-summary{color:#65757d;white-space:nowrap;font-size:12px}.order-status-summary strong{color:#172b36}.order-action-bar{background:#f0f7f9;border-bottom:1px solid #cee0e6;justify-content:space-between;align-items:center;gap:14px;padding:12px 16px;display:flex}.order-action-info{flex-direction:column;gap:3px;min-width:170px;display:flex}.order-action-info strong{color:#005b78;font-size:13px}.order-action-info span{color:#65757d;font-size:10px}.order-action-buttons{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.os-btn{cursor:pointer;white-space:nowrap;border:0;border-radius:9px;justify-content:center;align-items:center;gap:5px;padding:8px 12px;font-size:11px;font-weight:800;display:inline-flex}.os-btn:disabled{opacity:.5;cursor:wait}.os-btn .material-symbols-outlined{font-size:17px}.os-btn-primary{color:#fff;background:#068}.os-btn-secondary{color:#344851;background:#fff;border:1px solid #ccd8dd}.os-btn-keep{color:#fff;background:#7c3aed}.os-btn-monday{color:#fff;background:#2563eb}.os-btn-friday{color:#fff;background:#e11d48}.credit-checkbox{color:#1d4ed8;background:#eaf3ff;border-radius:8px;align-items:center;gap:6px;padding:7px 10px;font-size:11px;font-weight:800;display:flex}.order-table-wrap{overflow:auto}.order-status-table{border-collapse:collapse;width:100%;min-width:1180px;font-size:12px}.order-status-table th{color:#65757d;text-align:left;white-space:nowrap;background:#f7f9fa;border-bottom:1px solid #dce4e8;padding:10px 12px;font-size:10px;font-weight:800}.order-status-table td{vertical-align:middle;border-bottom:1px solid #edf1f3;padding:11px 12px}.order-status-table tr:hover td{background:#fafcfd}.order-status-table tr.selected td{background:#eff8fb}.order-status-table td strong{color:#1d3039;font-size:12px;display:block}.order-status-table td small{color:#7b8990;white-space:nowrap;margin-top:3px;font-size:9px;display:block}.order-customer-link{color:#1d3039;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:0 0;border:0;max-width:180px;padding:0;font-size:12px;font-weight:800;overflow:hidden}.order-customer-link:hover{color:#068;text-underline-offset:3px;text-decoration:underline}.check-cell{width:34px;text-align:center!important}.check-cell input{accent-color:#068;width:15px;height:15px}.numeric{text-align:right!important}.status-pill,.shipping-group-pill,.fee-pill,.keep-pill,.shipping-day-pill{white-space:nowrap;border-radius:999px;align-items:center;padding:4px 7px;font-size:9px;font-weight:800;display:inline-flex}.stage-new{color:#068;background:#e6f3f7}.stage-invoice{color:#b45309;background:#fff4df}.stage-shipping{color:#6d28d9;background:#f2eafe}.stage-delivered{color:#047857;background:#e8f8f1}.stage-complete{color:#475569;background:#eef2f5}.shipping-group-pill{text-overflow:ellipsis;color:#52636c;background:#f0f3f5;max-width:140px;overflow:hidden}.fee-pill.paid{color:#047857;background:#e8f8f1}.fee-pill.pending{color:#b42318;background:#fff1f1}.keep-pill{color:#6d28d9;background:#f2eafe}.shipping-day-pill.monday{color:#1d4ed8;background:#eaf2ff}.shipping-day-pill.friday{color:#be123c;background:#fff0f3}.muted-text{color:#a1adb3}.empty-cell{text-align:center;color:#7b8990;padding:70px 20px!important}.order-pagination{background:#fafcfd;justify-content:center;align-items:center;gap:12px;padding:12px 16px;display:flex}.order-pagination button{cursor:pointer;background:#fff;border:1px solid #d3dde1;border-radius:8px;padding:6px 11px;font-size:11px}.order-pagination button:disabled{opacity:.4;cursor:default}.order-pagination span{color:#62727b;font-size:11px;font-weight:700}.invoice-preview-backdrop{z-index:1200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#14222a94;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.invoice-preview-modal{background:#f5f8f9;border-radius:18px;width:min(820px,100%);max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 28px 80px #09192159}.invoice-preview-header{justify-content:space-between;gap:20px;padding:20px 22px 16px;display:flex}.invoice-preview-header span{color:#068;letter-spacing:.12em;font-size:10px;font-weight:900}.invoice-preview-header h3{color:#172b36;letter-spacing:-.04em;margin:4px 0;font-size:22px}.invoice-preview-header p{color:#708087;margin:0;font-size:11px}.invoice-preview-close{color:#50616a;cursor:pointer;background:#fff;border:1px solid #d4dfe3;border-radius:10px;width:34px;height:34px}.invoice-preview-close .material-symbols-outlined{font-size:19px}.invoice-preview-paper{background:#fff;border:1px solid #d8e1e5;border-top:4px solid #068;border-radius:12px;margin:0 22px;padding:25px;box-shadow:0 8px 24px #2337410f}.invoice-preview-title-row{border-bottom:1px solid #e2e8eb;justify-content:space-between;align-items:flex-start;padding-bottom:18px;display:flex}.invoice-preview-title-row div{flex-direction:column;gap:3px;display:flex}.invoice-preview-title-row div strong{letter-spacing:.08em;font-size:25px}.invoice-preview-title-row small,.invoice-preview-title-row>span{color:#79878e;font-size:10px}.invoice-preview-customer{background:#f0f7f9;border-radius:10px;grid-template-columns:1fr 1fr 1.4fr;gap:14px;margin:16px 0;padding:12px 14px;display:grid}.invoice-preview-customer div{flex-direction:column;gap:4px;min-width:0;display:flex}.invoice-preview-customer small{color:#718087;font-size:9px;font-weight:700}.invoice-preview-customer strong{color:#213640;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.invoice-preview-table-wrap{overflow-x:auto}.invoice-preview-table{border-collapse:collapse;width:100%;min-width:560px;font-size:11px}.invoice-preview-table th{color:#6a7980;text-align:left;border-bottom:2px solid #ccd8dd;padding:9px 10px;font-size:9px}.invoice-preview-table td{border-bottom:1px solid #e8edef;padding:10px}.invoice-preview-table td strong{color:#21343d}.invoice-preview-table td small{color:#87949a;margin-top:3px;font-size:8px;display:block}.invoice-preview-summary{flex-direction:column;gap:8px;width:min(360px,100%);margin:18px 0 0 auto;display:flex}.invoice-preview-summary>div{color:#66767e;justify-content:space-between;gap:20px;font-size:11px;display:flex}.invoice-preview-summary>div strong{color:#263a44}.invoice-preview-summary .credit,.invoice-preview-summary .credit strong{color:#2563eb}.invoice-preview-summary .total{color:#068;border-top:2px dashed #99b2bd;align-items:center;margin-top:3px;padding-top:11px;font-size:14px;font-weight:900}.invoice-preview-summary .total strong{color:#068;letter-spacing:-.04em;font-size:22px}.invoice-preview-actions{justify-content:flex-end;gap:8px;padding:16px 22px 20px;display:flex}.invoice-preview-actions .os-btn{min-width:120px;padding:10px 15px}@media (width<=1180px){.order-stage-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.order-stage-card:last-child{grid-column:span 2}.order-action-bar{flex-direction:column;align-items:flex-start}.order-action-buttons{justify-content:flex-start}}@media (width<=700px){.order-status-heading{align-items:flex-start}.order-stage-grid{grid-template-columns:1fr}.order-stage-card:last-child{grid-column:auto}.order-status-toolbar{flex-direction:column;align-items:stretch}.order-status-search{min-width:0;max-width:none}.order-status-filters{align-items:stretch}.order-status-filters label{flex:1;justify-content:space-between}.order-status-filters select{min-width:0}.invoice-preview-backdrop{padding:10px}.invoice-preview-modal{max-height:calc(100vh - 20px)}.invoice-preview-paper{margin:0 12px;padding:16px}.invoice-preview-customer{grid-template-columns:1fr}.invoice-preview-header{padding:16px 14px 12px}.invoice-preview-actions{padding:12px 14px 16px}}.payment-confirmation-page{color:#172b36;flex-direction:column;gap:16px;display:flex}.payment-summary-grid{grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;display:grid}.payment-summary-grid article{background:#fff;border:1px solid #dce4e8;border-radius:14px;flex-direction:column;justify-content:space-between;min-height:84px;padding:16px 18px;display:flex;box-shadow:0 4px 16px #2337410a}.payment-summary-grid article>span{color:#728088;font-size:11px;font-weight:700}.payment-summary-grid article>strong{color:#16323f;letter-spacing:-.04em;font-size:23px}.payment-summary-grid article>strong small{margin-left:3px;font-size:11px}.payment-summary-grid article.warning{background:#fffaf3;border-color:#f3c48b}.payment-summary-grid article.warning>strong{color:#c26308}.payment-workbench{background:#fff;border:1px solid #d7e1e5;border-radius:17px;grid-template-columns:minmax(245px,.8fr) minmax(390px,1.35fr) minmax(310px,1fr);min-height:680px;display:grid;overflow:hidden;box-shadow:0 10px 30px #22364012}.payment-customer-pane,.payment-order-pane,.payment-entry-pane{min-width:0}.payment-customer-pane{background:#f8fafb;border-right:1px solid #dde5e8;flex-direction:column;display:flex}.payment-order-pane{border-right:1px solid #dde5e8;padding:20px;overflow:auto}.payment-entry-pane{background:#fbfcfd;padding:18px;overflow:auto}.payment-pane-header{justify-content:space-between;align-items:flex-start;gap:12px;min-height:44px;padding:17px 17px 10px;display:flex}.payment-entry-pane>.payment-pane-header{padding:0 0 14px}.payment-pane-header div{flex-direction:column;gap:3px;display:flex}.payment-pane-header strong{font-size:14px}.payment-pane-header span{color:#7b8990;font-size:10px}.payment-count{background:#e5eff3;border-radius:999px;place-items:center;min-width:25px;height:25px;padding:0 7px;font-weight:900;display:grid;color:#068!important}.payment-search{background:#fff;border:1px solid #d5dfe3;border-radius:9px;align-items:center;gap:7px;margin:0 14px 9px;padding:8px 10px;display:flex}.payment-search .material-symbols-outlined{color:#819097;font-size:18px}.payment-search input{width:100%;font:inherit;background:0 0;border:0;outline:0;font-size:11px}.payment-filter-row{align-items:center;gap:7px;padding:0 14px 10px;display:flex}.payment-filter-row select,.payment-filter-row label{color:#52636c;background:#fff;border:1px solid #d5dfe3;border-radius:8px;height:31px;font-size:10px;font-weight:700}.payment-filter-row select{flex:1;padding:0 7px}.payment-filter-row label{white-space:nowrap;align-items:center;gap:5px;padding:0 8px;display:flex}.payment-filter-row input,.invoice-check-card>input,.payment-record>input,.confirmation-options input{accent-color:#068}.payment-customer-list{flex-direction:column;flex:1;gap:6px;padding:0 8px 12px;display:flex;overflow:auto}.payment-customer-card{width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:11px;flex-direction:column;gap:6px;padding:12px;display:flex}.payment-customer-card:hover{background:#fff;border-color:#dce4e8}.payment-customer-card.active{background:#fff;border-color:#a9c8d3;box-shadow:0 4px 15px #1a475914}.payment-customer-top,.payment-customer-money,.payment-customer-flags{justify-content:space-between;align-items:center;gap:8px;display:flex}.payment-customer-top>strong{text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:12px;overflow:hidden}.payment-customer-name{color:#87949a;font-size:9px}.payment-customer-flags span{color:#66767e;font-size:9px}.payment-customer-flags b,.invoice-tags b{color:#6d28d9;background:#f0e9fe;border-radius:999px;padding:3px 6px;font-size:8px}.payment-customer-money{border-top:1px dashed #dce4e8;padding-top:6px;font-size:9px}.payment-customer-money span{color:#65757d}.payment-customer-money strong{color:#1d3540;font-size:10px}.reconcile-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:3px;padding:4px 7px;font-size:8px;font-weight:900;display:inline-flex}.reconcile-badge .material-symbols-outlined{font-size:12px}.reconcile-badge.unpaid{color:#66757d;background:#eef2f4}.reconcile-badge.partial{color:#b65a04;background:#fff1e1}.reconcile-badge.matched{color:#047857;background:#e6f7ef}.reconcile-badge.over{color:#1d4ed8;background:#eaf2ff}.selected-customer-header{border-bottom:1px solid #e1e8eb;justify-content:space-between;align-items:flex-start;padding-bottom:15px;display:flex}.selected-customer-header>div{flex-direction:column;gap:4px;display:flex}.selected-customer-header>div>span{color:#74838a;font-size:9px;font-weight:800}.selected-customer-header button{color:#172b36;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-size:18px;font-weight:900;display:inline-flex}.selected-customer-header button:hover{color:#068}.selected-customer-header button .material-symbols-outlined{font-size:15px}.selected-customer-header small{color:#728188;font-size:10px}.accumulated-banner{background:#eff6f8;border-radius:12px;grid-template-columns:1fr auto 1fr 1fr;align-items:center;gap:12px;margin:15px 0 20px;padding:14px;display:grid}.accumulated-banner>div{flex-direction:column;gap:4px;display:flex}.accumulated-banner>div>span{color:#718087;font-size:9px}.accumulated-banner>div>strong{font-size:15px}.accumulated-banner>.material-symbols-outlined{color:#86a0aa;font-size:20px}.accumulated-banner .difference{border-left:1px solid #c9dce3;padding-left:12px}.accumulated-banner .difference strong{color:#c35a0b}.accumulated-banner .difference.matched strong{color:#047857}.payment-section-title{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:9px;display:flex}.payment-section-title.compact{margin:17px 0 8px}.payment-section-title>div{flex-direction:column;gap:2px;display:flex}.payment-section-title strong{font-size:12px}.payment-section-title span{color:#7c8a91;font-size:9px}.payment-section-title button{color:#068;cursor:pointer;background:0 0;border:0;font-size:9px;font-weight:800}.invoice-check-list,.payment-record-list{flex-direction:column;gap:7px;display:flex}.invoice-check-card{cursor:pointer;background:#fff;border:1px solid #dce4e8;border-radius:11px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;display:grid}.invoice-check-card.selected{background:#f4fafc;border-color:#86b4c4;box-shadow:inset 3px 0 #068}.invoice-check-main{flex-direction:column;gap:7px;min-width:0;display:flex}.invoice-check-main>div:first-child{align-items:baseline;gap:7px;display:flex}.invoice-check-main strong{font-size:11px}.invoice-check-main span{color:#79878e;font-size:9px}.invoice-tags{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.invoice-tags span,.invoice-tags em{color:#52636c;background:#eef3f5;border-radius:999px;padding:3px 6px;font-size:8px;font-style:normal}.invoice-tags .muted{color:#9aa5aa}.invoice-tags em{color:#1d4ed8;background:#eaf2ff}.invoice-due{color:#1b3541;white-space:nowrap;font-size:12px}.payment-entry-form{background:#fff;border:1px solid #dce4e8;border-radius:12px;grid-template-columns:1fr 1fr;gap:9px;padding:13px;display:grid}.payment-entry-form label{flex-direction:column;gap:4px;min-width:0;display:flex}.payment-entry-form label>span{color:#65757d;font-size:9px;font-weight:800}.payment-entry-form input{box-sizing:border-box;width:100%;min-width:0;height:34px;font:inherit;border:1px solid #d3dde1;border-radius:8px;outline:0;padding:0 9px;font-size:10px}.payment-entry-form input:focus{border-color:#6ba5ba;box-shadow:0 0 0 2px #00668814}.amount-input{position:relative}.amount-input input{text-align:right;padding-right:28px}.amount-input b{color:#697880;font-size:9px;position:absolute;top:10px;right:9px}.payment-entry-form>button{color:#fff;cursor:pointer;background:#263e49;border:0;border-radius:8px;grid-column:1/-1;justify-content:center;align-items:center;gap:4px;height:35px;font-size:10px;font-weight:800;display:flex}.payment-entry-form>button .material-symbols-outlined{font-size:15px}.payment-record{cursor:pointer;background:#fff;border:1px solid #dde5e8;border-radius:9px;grid-template-columns:16px minmax(0,1fr) auto 24px;align-items:center;gap:7px;padding:9px;display:grid}.payment-record.selected{background:#f1f8fa;border-color:#8eb7c5}.payment-record>div{flex-direction:column;gap:2px;min-width:0;display:flex}.payment-record>div strong{font-size:10px}.payment-record>div span{color:#7d8b92;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.payment-record>b{white-space:nowrap;font-size:10px}.payment-record>button{color:#a1adb3;cursor:pointer;background:0 0;border:0;place-items:center;width:24px;height:24px;padding:0;display:grid}.payment-record>button:hover{color:#c43b31}.payment-record>button span{font-size:15px}.payment-final-card{background:#fff;border:1px solid #cddde3;border-radius:12px;flex-direction:column;gap:7px;margin-top:16px;padding:14px;display:flex;box-shadow:0 5px 18px #2337410d}.payment-final-card>div:not(.confirmation-options){color:#697880;justify-content:space-between;align-items:center;font-size:10px;display:flex}.payment-final-card>div strong{color:#263b45;font-size:12px}.payment-final-card .final-difference{border-top:1px dashed #cbd8dd;margin-top:3px;padding-top:9px;font-weight:900}.payment-final-card .final-difference strong{color:#c35a0b;font-size:15px}.payment-final-card .final-difference.matched strong{color:#047857}.confirmation-options{border-top:1px solid #edf1f3;flex-direction:column;gap:6px;padding:8px 0;display:flex}.confirmation-options label{color:#52636c;align-items:center;gap:6px;font-size:9px;font-weight:700;display:flex}.confirmation-options .difference-check{color:#b45309}.complete-payment-button{color:#fff;cursor:pointer;background:#068;border:0;border-radius:9px;justify-content:center;align-items:center;gap:5px;height:40px;font-size:11px;font-weight:900;display:flex}.complete-payment-button:disabled{opacity:.45;cursor:not-allowed}.complete-payment-button .material-symbols-outlined{font-size:17px}.payment-final-card>p{color:#87949a;text-align:center;margin:0;font-size:8px}.payment-empty{color:#849198;text-align:center;padding:24px 12px;font-size:10px}.payment-empty.large{place-items:center;min-height:400px;display:grid}.payment-empty.error{color:#b42318}@media (width<=1350px){.payment-workbench{grid-template-columns:240px minmax(380px,1.2fr) minmax(290px,1fr)}.accumulated-banner{grid-template-columns:1fr 1fr}.accumulated-banner>.material-symbols-outlined{display:none}.accumulated-banner .difference{border-left:0;padding-left:0}}@media (width<=1050px){.payment-summary-grid{grid-template-columns:repeat(2,1fr)}.payment-workbench{flex-direction:column;display:flex}.payment-customer-pane{border-bottom:1px solid #dde5e8;border-right:0;max-height:390px}.payment-order-pane{border-bottom:1px solid #dde5e8;border-right:0}.payment-customer-list{max-height:260px}}@media (width<=620px){.payment-summary-grid{grid-template-columns:1fr 1fr}.payment-summary-grid article{padding:12px}.payment-summary-grid article>strong{font-size:18px}.payment-order-pane,.payment-entry-pane{padding:13px}.accumulated-banner{grid-template-columns:1fr}.invoice-check-card{grid-template-columns:18px minmax(0,1fr)}.invoice-due{grid-column:2}.payment-entry-form{grid-template-columns:1fr}.payment-entry-form>button{grid-column:1}}:root{--bg-main:#f5f6f8;--bg-card:#fff;--bg-sidebar:#fff;--border-color:#e8ebf0;--color-mint:#3182f6;--color-mint-hover:#1b64da;--color-blue:#3182f6;--color-blue-hover:#1b64da;--color-danger:#f04452;--color-danger-bg:#fff0f1;--text-primary:#191f28;--text-muted:#6b7684;--text-subtle:#8b95a1;--font-main:Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;--font-title:var(--font-main);--transition-smooth:all .18s ease;--glass-shadow:0 1px 2px #00000005, 0 8px 24px #00000009}body{background:var(--bg-main);color:var(--text-primary);font-family:var(--font-main)}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d1d6db;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#adb5bd}.professional-shell{width:100vw;height:100vh;overflow:hidden;background:var(--bg-main)!important;display:block!important}.professional-sidebar{box-shadow:8px 0 30px #0f172a05;width:264px!important;font-family:var(--font-main)!important;background:#fff!important;border-right:1px solid #edf0f3!important;gap:10px!important;padding:22px 14px 16px!important}.sidebar-brand{border-bottom:1px solid #f2f4f6;gap:12px;height:58px;margin-bottom:4px;justify-content:flex-start!important;padding:0 10px 14px!important}.sidebar-logo{flex:0 0 40px;border:0!important;border-radius:12px!important;width:40px!important;height:40px!important;box-shadow:0 3px 10px #3182f61f!important}.sidebar-brand-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.sidebar-brand-copy strong{color:#191f28;letter-spacing:-.02em;font-size:16px;line-height:1.2}.sidebar-brand-copy span{color:#8b95a1;letter-spacing:.14em;font-size:9px;font-weight:700}.sidebar-navigation{overflow:hidden auto;gap:2px!important;padding:4px 4px 12px!important}.sidebar-group-label{color:#b0b8c1;letter-spacing:.08em;margin:15px 10px 5px;font-size:10px;font-weight:700}.sidebar-group-label:first-child{margin-top:3px}.sidebar-nav-item{letter-spacing:-.01em;min-height:42px;position:relative;color:#4e5968!important;font-family:var(--font-main)!important;border-radius:10px!important;gap:11px!important;padding:0 12px!important;font-size:13.5px!important;font-weight:550!important}.sidebar-nav-item:hover{color:#191f28!important;background:#f4f6f8!important}.sidebar-nav-item.active{color:#1b64da!important;background:#edf6ff!important;font-weight:700!important}.sidebar-nav-item .material-symbols-outlined{color:#8b95a1!important;font-size:20px!important}.sidebar-nav-item.active .material-symbols-outlined{color:#3182f6!important}.nav-active-indicator{background:#3182f6;border-radius:50%;width:5px;height:5px;position:absolute;right:9px}.sidebar-user{border-top-color:#f2f4f6!important;margin:0 4px!important;padding:14px 10px 0!important}.sidebar-user-avatar{color:#1b64da!important;background:#edf6ff!important;border-radius:12px!important;width:36px!important;height:36px!important}.app-main{flex-direction:column;width:calc(100% - 264px);min-width:0;height:100vh;margin-left:264px;display:flex;overflow:hidden}.app-topbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:20;background:#ffffffeb;border-bottom:1px solid #edf0f3;flex:0 0 84px;justify-content:space-between;align-items:center;gap:24px;height:84px;padding:0 32px;display:flex}.page-identity{min-width:0}.page-eyebrow{color:#8b95a1;letter-spacing:.09em;margin-bottom:5px;font-size:10px;font-weight:700;display:block}.page-title-row{align-items:baseline;gap:12px;display:flex}.page-title-row h1{color:#191f28;letter-spacing:-.035em;margin:0;font-size:21px;font-weight:750;line-height:1.2}.page-title-row>span{color:#8b95a1;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.topbar-actions,.topbar-profile{align-items:center;display:flex}.topbar-actions{gap:14px}.topbar-profile{gap:9px;padding-left:2px}.connection-badge{color:#4e5968;background:#fff;border:1px solid #e8ebf0;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-size:11px;font-weight:600;display:inline-flex}.connection-dot{background:#20c997;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #20c9971f}.profile-avatar{color:#fff;background:#191f28;border-radius:12px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:grid}.profile-copy{flex-direction:column;gap:1px;display:flex}.profile-copy strong{color:#333d4b;font-size:12px}.profile-copy small{color:#8b95a1;font-size:10px}.icon-button{color:#6b7684;cursor:pointer;width:36px;height:36px;transition:var(--transition-smooth);background:#fff;border:1px solid #e8ebf0;border-radius:10px;justify-content:center;align-items:center;padding:0;display:inline-flex}.icon-button:hover{color:#191f28;background:#f8f9fa;border-color:#d1d6db}.icon-button.danger{color:#f04452}.icon-button .material-symbols-outlined{font-size:19px}.page-viewport{flex:1;min-height:0;padding:28px 32px 42px;overflow:auto}.dashboard-viewport{padding:0}.dashboard-screen{padding:28px 32px 48px}.dashboard-heading{margin-bottom:22px!important}.dashboard-heading>div p{color:#8b95a1;margin-top:6px;font-size:13px}.dashboard-kicker{color:#3182f6;letter-spacing:.12em;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.content-title{letter-spacing:-.04em;color:#191f28!important;font-family:var(--font-main)!important;font-size:25px!important;font-weight:750!important}.glass-card{box-shadow:var(--glass-shadow);-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border:1px solid #edf0f3;border-radius:16px}.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.metric-card{border-top:3px solid #0000;gap:7px;min-height:152px;padding:20px 21px;transition:transform .18s,box-shadow .18s}.metric-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a13}.metric-title{color:#6b7684;letter-spacing:-.01em;text-transform:none;font-size:12px;font-weight:650}.metric-value{letter-spacing:-.045em;font-size:29px;font-weight:750;color:#191f28!important}.dashboard-layout-stacked{gap:18px!important}.calendar-container,.memo-board-container{box-shadow:var(--glass-shadow)!important;background:#fff!important;border:1px solid #edf0f3!important;border-radius:16px!important}.calendar-container{padding:22px!important}.calendar-header{margin-bottom:18px!important}.calendar-title-wrapper h2{color:#191f28;letter-spacing:-.025em;font-size:17px!important}.calendar-title-wrapper .material-symbols-outlined,.memo-board-title .material-symbols-outlined{color:#3182f6!important}.calendar-btn{background:#fff!important;border-color:#e8ebf0!important;border-radius:9px!important;width:32px!important;height:32px!important}.calendar-month-text{color:#333d4b!important;font-size:14px!important}.calendar-grid{gap:6px!important}.calendar-day-header{padding:8px 0!important;font-size:11px!important}.calendar-day-cell{background:#fff!important;border:1px solid #f0f2f4!important;border-radius:10px!important;min-height:94px!important;padding:8px!important}.calendar-day-cell.active-day:hover{background:#f7fbff!important;border-color:#bcd8ff!important}.calendar-day-cell.today{box-shadow:inset 0 0 0 1px #3182f60f;border:1.5px solid #3182f6!important}.calendar-sales-count{color:#1b64da!important;background:#edf6ff!important;border-radius:6px!important}.memo-board-container{overflow:hidden}.memo-board-header{background:#fff!important;border-bottom:1px solid #f2f4f6!important;padding:18px 20px!important}.memo-board{background-color:#f8f9fa!important;background-image:radial-gradient(#dfe3e8 1px,#0000 1px)!important}.btn{border-radius:10px;min-height:36px;padding:8px 14px;font-size:12px;font-weight:650}.btn-primary{color:#fff;background:#3182f6}.btn-primary:hover{background:#1b64da;box-shadow:0 6px 16px #3182f633}.btn-secondary{color:#4e5968;background:#fff;border:1px solid #e8ebf0}.btn-secondary:hover{background:#f8f9fa;border-color:#d1d6db}.page-viewport>div:not(.dashboard-screen){max-width:1600px;margin-left:auto;margin-right:auto}.orders-screen{color:#333d4b;font-family:var(--font-main)!important;gap:18px!important}.orders-page-heading p{font-weight:750;color:#3182f6!important;font-family:var(--font-main)!important;letter-spacing:.1em!important;font-size:10px!important}.orders-page-heading h2{color:#191f28!important;letter-spacing:-.04em!important;font-size:25px!important;font-weight:750!important}.orders-page-heading>div:last-child span{font-family:var(--font-main)!important}.orders-card{box-shadow:0 5px 20px #0f172a09;border-color:#edf0f3!important;border-radius:15px!important}.orders-card h4,.orders-card label,.orders-card button,.orders-card input,.orders-card select,.orders-card span{font-family:var(--font-main)!important}.orders-card .material-symbols-outlined{font-family:Material Symbols Outlined!important}.orders-registration-card{padding:22px!important}.orders-registration-card h4,.orders-history-card h4{color:#4e5968!important;letter-spacing:-.01em!important;text-transform:none!important;font-size:12px!important}.orders-history-card>div:first-child{background:#fff!important;border-bottom-color:#edf0f3!important}.orders-history-card>div:nth-child(2){background:#f8f9fa!important;border-bottom-color:#edf0f3!important}.orders-history-card input,.orders-history-card select{min-height:32px}.orders-screen .stitch-table{font-family:var(--font-main)!important}.orders-screen .stitch-table th{font-family:var(--font-main)!important;text-transform:none!important;letter-spacing:0!important}.table-container,.db-table-wrap,.stitch-table-card{background:#fff!important;border:1px solid #edf0f3!important;border-radius:14px!important;box-shadow:0 4px 18px #0f172a09!important}.custom-table,.stitch-table{background:#fff!important;border:0!important}.custom-table th,.stitch-table th{color:#6b7684!important;background:#f8f9fa!important;border-bottom:1px solid #e8ebf0!important;padding:13px 15px!important;font-size:11px!important;font-weight:700!important}.custom-table td,.stitch-table td{color:#333d4b;font-size:12px;border-bottom-color:#f2f4f6!important;padding:14px 15px!important}.custom-table tbody tr:hover td,.stitch-table tbody tr:hover td{background:#f8fbff!important}input:not([type=checkbox]):not([type=radio]),select,textarea:not(.sticky-note-textarea){outline:0;color:#333d4b!important;background:#fff!important;border-color:#dfe3e8!important;border-radius:10px!important}input:not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:not(.sticky-note-textarea):focus{border-color:#3182f6!important;box-shadow:0 0 0 3px #3182f61a!important}.mobile-app-header{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #edf0f3;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 14px;display:flex;position:fixed;top:0;left:0}.mobile-brand{color:#191f28;align-items:center;gap:8px;font-size:14px;display:flex}.mobile-brand img{object-fit:cover;border-radius:9px;width:30px;height:30px}@media (width<=1200px){.page-title-row>span,.connection-badge{display:none}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1024px){.professional-sidebar{width:264px!important;transform:translate(-264px)!important}.professional-sidebar.open{transform:translate(0)!important}.app-main{width:100%;height:100vh;margin-left:0;padding-top:60px}.page-viewport{padding:20px 18px 32px}.dashboard-viewport{padding:0}.dashboard-screen{padding:22px 18px 36px}}@media (width<=680px){.metrics-grid{gap:10px;grid-template-columns:1fr!important;padding:0!important}.metric-card{min-height:132px}.dashboard-heading{gap:14px;align-items:flex-start!important}.dashboard-heading .content-title{font-size:22px!important}.calendar-container{padding:14px!important}.calendar-header{gap:12px;align-items:flex-start!important}.calendar-day-cell{min-height:64px!important}.calendar-sales-amount{display:none}.orders-page-heading{gap:12px;align-items:flex-start!important}.orders-registration-card{padding:18px!important}}
