.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.modal{background:var(--surface);border-radius:var(--radius-lg);box-shadow:0 12px 40px #0003;width:100%;max-width:720px;max-height:92vh;display:flex;flex-direction:column;overflow:hidden}.modal-title{padding:16px 24px;border-bottom:1px solid var(--border);font-family:"DM Serif Display",serif;font-size:18px;color:var(--accent)}.modal-footer{padding:12px 24px;border-top:1px solid var(--border);display:flex;gap:10px;justify-content:flex-end}:root{--accent: #c8502a;--accent-light: #f9e8e0;--accent-border: #e8b8a4;--bg: #fafafa;--surface: #ffffff;--surface2: #f5f5f5;--text: #1a1a1a;--text2: #555;--text3: #999;--border: #e0e0e0;--green: #16a34a;--green-light: #d1fae5;--red: #dc2626;--red-light: #fee2e2;--amber: #f59e0b;--amber-light: #fef3c7;--blue: #2563eb;--blue-light: #dbeafe;--purple: #7c3aed;--radius: 6px;--radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow: 0 2px 8px rgba(0,0,0,.06)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:14px;line-height:1.45}#root{min-height:100vh}.app-layout{display:flex;min-height:100vh}.app-main{flex:1;display:flex;flex-direction:column;min-width:0}.app-content{flex:1;overflow-y:auto;background:var(--bg)}.sidebar{width:220px;background:var(--surface);border-right:1px solid var(--border);padding:20px 0;overflow-y:auto;flex-shrink:0}.sidebar-brand{padding:0 20px 20px;border-bottom:1px solid var(--border);margin-bottom:12px}.sidebar-group{margin-bottom:4px}.sidebar-section-toggle{width:100%;background:transparent;border:none;padding:10px 20px;text-align:left;font-size:11px;font-weight:600;color:var(--text3);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:background .1s}.sidebar-section-toggle:hover{background:var(--surface2)}.sidebar-section-toggle.has-active{color:var(--accent)}.sidebar-items{padding:4px 0}.sidebar-item{width:100%;background:transparent;border:none;padding:8px 32px;text-align:left;font-size:13px;color:var(--text);cursor:pointer;transition:background .1s,color .1s}.sidebar-item:hover{background:var(--surface2)}.sidebar-item.active{background:var(--accent-light);color:var(--accent);font-weight:600;border-left:3px solid var(--accent);padding-left:29px}.topbar{display:flex;align-items:center;gap:12px;padding:12px 24px;background:var(--surface);border-bottom:1px solid var(--border)}.topbar-title{font-family:"DM Serif Display",serif;font-size:22px;margin:0;color:var(--text)}.topbar-date{font-size:13px;color:var(--text3)}.topbar-user{display:flex;align-items:center;gap:4px;padding-left:12px;border-left:1px solid var(--border)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:background .15s,border-color .15s;font-family:inherit}.btn:hover{background:var(--surface2)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-sm{padding:3px 8px;font-size:11px}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover{background:#b34322;border-color:#b34322}.topbar-btn{padding:6px 14px;font-size:13px;font-weight:500;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer}.topbar-btn:hover{background:var(--surface2)}.topbar-btn:disabled{opacity:.6;cursor:not-allowed}.form-group{display:flex;flex-direction:column;gap:4px}.form-group label{font-size:12px;font-weight:500;color:var(--text2)}.form-group input,.form-group select,.form-group textarea{padding:8px 10px;font-size:14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:16px}.card-header{padding:0 0 16px;border-bottom:1px solid var(--border);margin-bottom:16px}.card-title{font-family:"DM Serif Display",serif;font-size:18px;color:var(--text)}.card-sub{font-size:12px;color:var(--text3);margin-top:2px}.table-wrap{overflow-x:auto;border-radius:var(--radius)}table{width:100%;border-collapse:collapse;font-size:13px}table th,table td{padding:8px 12px;text-align:left;border-bottom:1px solid var(--border)}table th{background:var(--surface2);font-weight:600;color:var(--text2);font-size:12px;text-transform:uppercase;letter-spacing:.03em}table tr:hover{background:var(--surface2)}.badge{display:inline-block;padding:2px 8px;font-size:11px;font-weight:600;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.badge-blue{background:var(--blue-light);color:var(--blue)}.badge-green{background:var(--green-light);color:var(--green)}.badge-amber{background:var(--amber-light);color:var(--amber)}.badge-red{background:var(--red-light);color:var(--red)}.badge-purple{background:#ede9fe;color:var(--purple)}.badge-gray{background:var(--surface2);color:var(--text3)}.alert{padding:10px 14px;border-radius:var(--radius);font-size:13px}.alert-red{background:var(--red-light);color:var(--red);border:1px solid var(--red)}.alert-amber{background:var(--amber-light);color:var(--amber);border:1px solid var(--amber)}.alert-green{background:var(--green-light);color:var(--green);border:1px solid var(--green)}.desc-tooltip-popup{position:fixed;z-index:10000;max-width:400px;padding:8px 12px;background:#1a1a1a;color:#fff;font-size:12px;line-height:1.4;border-radius:6px;box-shadow:0 4px 16px #0003;pointer-events:none;white-space:pre-wrap;word-break:break-word}@media (max-width: 768px){.app-layout{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border);padding:8px 0}.sidebar-brand{display:none}.topbar{flex-wrap:wrap;padding:8px 12px}.topbar-title{font-size:18px}.app-content{padding:0}.ost-tab th:first-child,.ost-tab td:first-child{position:sticky;left:0;z-index:1;background:var(--surface)}.ost-tab thead th:first-child{background:var(--surface2)}.col-andamento{display:none}}.pos-main{display:grid;grid-template-columns:190px 1fr 340px;gap:10px;height:calc(100vh - 92px);padding:10px}.pos-col{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;overflow:hidden;min-height:0}.pos-col-head{padding:10px 12px;border-bottom:1px solid var(--border);font-size:12px;font-weight:600;color:var(--text2);flex:0 0 auto}.pos-scroll{overflow-y:auto;flex:1 1 auto;min-height:0;-webkit-overflow-scrolling:touch}.pos-catbtn{display:block;width:100%;min-height:46px;padding:10px 12px;margin:0 0 6px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface2);color:var(--text);font-size:14px;text-align:left;cursor:pointer}.pos-catbtn.att{background:var(--accent);border-color:var(--accent);color:#fff}.pos-pgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px;padding:10px}.pos-pbtn{min-height:78px;padding:8px;border:1px solid var(--border);border-left:5px solid var(--accent-border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-size:13px;line-height:1.25;text-align:left;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between}.pos-pbtn:active{background:var(--accent-light);transform:scale(.98)}.pos-pbtn .p-nome{font-weight:600;word-break:break-word}.pos-pbtn .p-prezzo{font-size:15px;font-weight:700;color:var(--accent)}.pos-pbtn.senza-merce{border-left-color:var(--amber)}.pos-riga{display:flex;align-items:center;gap:8px;padding:8px 10px;border-bottom:1px solid var(--border);font-size:13px}.pos-riga .r-nome{flex:1 1 auto;min-width:0;word-break:break-word}.pos-qbtn{width:34px;height:34px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface2);font-size:17px;line-height:1;cursor:pointer;flex:0 0 auto}.pos-totale{padding:12px;border-top:1px solid var(--border);flex:0 0 auto}.pos-totale .t-cifra{font-family:"DM Serif Display",serif;font-size:30px;text-align:right}.pos-azione{display:block;width:100%;min-height:52px;border:none;border-radius:var(--radius);background:var(--accent);color:#fff;font-size:16px;font-weight:600;cursor:pointer}.pos-azione:disabled{background:var(--text3);cursor:not-allowed}.pos-tasti{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.pos-tasto{min-height:52px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface2);font-size:18px;cursor:pointer}.pos-tasto:active{background:var(--accent-light)}.pos-mobile{display:none;flex-direction:column;height:calc(100vh - 92px)}.pos-mtabs{display:flex;gap:4px;padding:8px;flex:0 0 auto}.pos-mtab{flex:1;min-height:44px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface2);font-size:14px;cursor:pointer}.pos-mtab.att{background:var(--accent);border-color:var(--accent);color:#fff}@media (max-width: 900px){.pos-main{display:none!important}.pos-mobile{display:flex!important}}@media (min-width: 901px) and (max-width: 1200px){.pos-main{grid-template-columns:150px 1fr 290px}}@media (pointer: coarse){.btn{min-height:40px;padding:8px 14px;font-size:14px}.btn-sm{min-height:34px;padding:6px 10px;font-size:13px}input,select,textarea{min-height:40px;font-size:15px}.sidebar-item{min-height:44px;display:flex;align-items:center}table td,table th{padding-top:10px;padding-bottom:10px}.pos-catbtn,.pos-pbtn,.pos-azione,.pos-tasto{-webkit-tap-highlight-color:transparent}.pos-pbtn,.pos-catbtn,.pos-qbtn,.pos-tasto{-webkit-user-select:none;user-select:none}}
