*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0f172a;--color-surface: #1e293b;--color-primary: #6366f1;--color-primary-hover: #818cf8;--color-text: #f1f5f9;--color-text-muted: #94a3b8;--color-error-bg: #450a0a;--color-error-text: #fca5a5;--radius: 16px}html{font-size:16px;height:100%;overflow:hidden}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--color-bg);color:var(--color-text);height:100%;overflow:hidden}#root{width:100%;height:100dvh;display:flex;flex-direction:column;padding:0}.app-shell{display:flex;flex-direction:column;height:100%;min-height:0}.app-topbar{height:56px;min-height:56px;flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;border-bottom:1px solid rgba(255,255,255,.08);background:#0f172ad9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);position:relative;z-index:100}.app-topbar h1{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,var(--color-primary),#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.app-content{flex:1;min-height:0;overflow-y:auto;padding:1.5rem;width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column}.app-footer{text-align:center;font-size:.75rem;color:var(--color-text-muted);padding:1.5rem 0;margin-top:auto}.counter-card{background:var(--color-surface);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;box-shadow:0 4px 24px #0000004d}.value-display{display:flex;flex-direction:column;align-items:center;gap:.25rem}.value-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-muted)}.value-number{font-size:5rem;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;color:var(--color-text)}.button-row{display:flex;gap:.75rem}.btn{border:none;border-radius:12px;padding:.85rem 2.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .15s,transform .1s,opacity .15s}.btn:active:not(:disabled){transform:scale(.97)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-add{background:var(--color-primary);color:#fff}.btn-add:hover:not(:disabled){background:var(--color-primary-hover)}.btn-retry{background:#ffffff1a;color:var(--color-text)}.btn-retry:hover{background:#ffffff2e}.status-text{font-size:.8rem;color:var(--color-text-muted)}.error-card{border-color:#dc26264d}.error-icon{font-size:2.5rem}.error-card h3{font-size:1.1rem;color:var(--color-error-text)}.error-message{font-size:.8rem;color:var(--color-error-text);text-align:center;word-break:break-word;background:var(--color-error-bg);padding:.75rem 1rem;border-radius:8px;max-width:100%;overflow-wrap:break-word}.spinner{width:36px;height:36px;border:3px solid rgba(255,255,255,.1);border-top-color:var(--color-primary);border-radius:50%;animation:spin .7s linear infinite}@media(max-width:400px){.value-number{font-size:3.5rem}.counter-card{padding:1.5rem 1rem}}.header-brand{display:flex;align-items:center}.header-nav{display:flex;gap:1.25rem;align-items:center}.menu-btn{display:none;background:transparent;border:none;color:var(--color-text);font-size:1.5rem;cursor:pointer;padding:4px;border-radius:6px;align-items:center;justify-content:center;transition:background-color .2s}.menu-btn:hover{background:#ffffff14}.drawer-overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000}.drawer-overlay.open{display:block}.drawer{position:fixed;top:0;right:-280px;width:280px;height:100vh;background:#0f172afa;border-left:1px solid rgba(255,255,255,.08);box-shadow:-4px 0 24px #00000080;z-index:1001;display:flex;flex-direction:column;padding:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);direction:rtl}.drawer.open{transform:translate(-280px)}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:.75rem}.drawer-close{background:transparent;border:none;color:var(--color-text);font-size:1.5rem;cursor:pointer;padding:4px;border-radius:6px}.drawer-nav{display:flex;flex-direction:column;gap:1.25rem}.drawer-nav .nav-link{font-size:1.1rem;padding:.5rem 0}@media(max-width:640px){.header-nav{display:none}.menu-btn{display:flex}}.nav-link{color:var(--color-text);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.nav-link:hover{color:var(--color-primary-hover)}.btn-outline{background:transparent;border:1px solid rgba(255,255,255,.2);color:var(--color-text);padding:.5rem 1rem;font-size:.9rem;border-radius:8px}.btn-outline:hover{background:#ffffff1a}.login-container,.settings-container{width:100%;max-width:600px;margin:0 auto;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.login-card,.settings-card{background:var(--color-surface);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:3rem 2.5rem;box-shadow:0 10px 40px #0006;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.login-card h2,.settings-card h2{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;text-align:center}.login-subtitle{text-align:center;color:var(--color-text-muted);margin-bottom:2rem}.login-form,.add-user-form{display:flex;flex-direction:column;gap:1.2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:500;color:var(--color-text-muted)}input[type=text],input[type=password]{width:100%;padding:.85rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.15);background:#0003;color:var(--color-text);font-size:1rem;transition:border-color .2s,box-shadow .2s;font-family:inherit}input[type=text]:focus,input[type=password]:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #6366f133}.btn-block{width:100%;margin-top:1rem}.btn-primary{background:linear-gradient(135deg,var(--color-primary),#818cf8);color:#fff;padding:.85rem}.btn-primary:hover{background:linear-gradient(135deg,var(--color-primary-hover),#a78bfa)}.error-banner{background:var(--color-error-bg);color:var(--color-error-text);padding:1rem;border-radius:10px;margin-bottom:1.5rem;text-align:center;font-size:.9rem;border:1px solid rgba(252,165,165,.2)}.settings-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.tab{background:none;border:none;color:var(--color-text-muted);font-size:1.1rem;font-weight:600;cursor:pointer;padding:.5rem 1rem;position:relative}.tab.active{color:var(--color-text)}.tab.active:after{content:"";position:absolute;bottom:-.6rem;left:0;right:0;height:3px;background:var(--color-primary);border-radius:3px 3px 0 0}.user-management h3{margin-bottom:1.5rem;font-size:1.3rem;color:var(--color-primary-hover)}.users-list{background:#0003;border-radius:12px;overflow:hidden;margin-bottom:2rem}table{width:100%;border-collapse:collapse}th,td{padding:1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.05)}th{background:#0000004d;font-size:.85rem;text-transform:uppercase;color:var(--color-text-muted);letter-spacing:.05em}td{font-size:.95rem}.badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.badge.admin{background:#6366f133;color:#a78bfa}.badge.user{background:#ffffff1a;color:var(--color-text-muted)}.btn-small{padding:.4rem .8rem;font-size:.8rem;border-radius:6px}.add-user-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:1.5rem;border-radius:12px}.add-user-card h4{margin-bottom:1rem;font-size:1.1rem}.edit-password-form{display:flex;gap:.5rem}.edit-password-form input{padding:.4rem;font-size:.85rem}.home-container{width:100%;display:flex;flex-direction:column;gap:2rem}.home-tabs-header{display:flex;gap:1rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem;overflow-x:auto;white-space:nowrap;min-height:48px}.empty-tab{background:#ffffff0d;padding:4rem 2rem;border-radius:12px;text-align:center;color:var(--color-text-muted);font-size:1.2rem}.ready-container,.ready-edit-container{display:flex;flex-direction:column;gap:1.5rem;width:100%}.ready-header-bar,.edit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.edit-header{justify-content:flex-start;gap:2rem}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;width:100%}.order-card{background:var(--color-surface);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1.5rem;box-shadow:0 8px 32px #0003;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);cursor:pointer;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.order-card:hover{transform:translateY(-4px);border-color:#fff3;box-shadow:0 12px 40px #00000059}.order-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.order-card-header h3{font-size:1.15rem;margin:0;color:var(--color-text);font-weight:600;line-height:1.4;word-break:break-word}.btn-delete{background:transparent;border:none;font-size:1.1rem;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .2s}.btn-delete:hover{background:#ff000026}.order-card-body{display:flex;flex-direction:column;gap:.5rem;font-size:.95rem;color:var(--color-text-muted);border-top:1px solid rgba(255,255,255,.05);padding-top:.75rem}.card-stat{display:flex;justify-content:space-between}.card-stat strong{color:var(--color-text)}.card-date{display:flex;justify-content:space-between;font-size:.8rem;margin-top:.25rem}.ready-edit-card{padding:2.5rem;display:flex;flex-direction:column;gap:2rem}.order-name-input{font-size:1.15rem!important;font-weight:600;border:1px solid rgba(255,255,255,.15)!important}.rolls-section{display:flex;flex-direction:column;gap:1rem;border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem}.rolls-header{display:flex;justify-content:space-between;align-items:center}.rolls-header h3{margin:0;font-size:1.2rem}.rolls-list{background:#0003;border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:1rem;max-height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.no-rolls-msg{text-align:center;color:var(--color-text-muted);font-size:.95rem;padding:2rem 1rem}.roll-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem .75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:6px;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.roll-index{font-size:.95rem;color:var(--color-text-muted);min-width:60px}.roll-input-container{display:flex;align-items:center;gap:.5rem;flex:1;max-width:200px}.roll-input-container input{padding:.4rem .75rem;text-align:left;direction:ltr;font-size:.95rem;margin:0}.roll-input-container .unit{font-size:.85rem;color:var(--color-text-muted)}.btn-delete-roll{background:transparent;border:none;color:var(--color-text-muted);font-size:1rem;cursor:pointer;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-delete-roll:hover{background:#ff000026;color:#ff4d4d}.order-info-tab{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;box-shadow:inset 0 1px 1px #ffffff0d}.order-info-tab h4{margin:0;font-size:1.1rem;color:var(--color-primary);border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.5rem}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:600px){.info-grid{grid-template-columns:1fr}}.info-stat{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;background:#00000026;border-radius:8px;border:1px solid rgba(255,255,255,.03)}.stat-label{font-size:.85rem;color:var(--color-text-muted)}.stat-value{font-size:1.25rem;font-weight:700;color:var(--color-text);direction:ltr;text-align:right}.info-input-group{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:600px){.info-input-group{grid-column:span 1}}.info-input-group input{text-align:left;direction:ltr}.net-weight-stat{grid-column:span 2;background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.15),rgba(var(--color-primary-rgb),.05));border:1px solid rgba(var(--color-primary-rgb),.25)}@media(max-width:600px){.net-weight-stat{grid-column:span 1}}.net-weight-stat .stat-value{color:var(--color-primary);font-size:1.6rem}.info-actions{display:flex;gap:1rem;margin-top:.5rem}.info-actions .btn{flex:1}.btn-sm{padding:.4rem .8rem;font-size:.85rem}.empty-state{text-align:center;padding:4rem 2rem;background:#ffffff08;border:1px dashed rgba(255,255,255,.15);border-radius:var(--radius);color:var(--color-text-muted)}.success-banner{background:#4caf5026;border:1px solid rgba(76,175,80,.3);color:#4caf50;padding:.75rem 1rem;border-radius:8px;text-align:center;margin-bottom:1rem;font-weight:500}.storage-dashboard{width:100%;display:flex;flex-direction:column;gap:1.5rem}.storage-tabs-header{display:flex;gap:1rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem;overflow-x:auto;white-space:nowrap;min-height:48px}.storage-tab-content,.storage-entity{width:100%}.storage-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:var(--color-text-muted)}.storage-layout{display:grid;grid-template-columns:1fr 360px;gap:1.5rem;align-items:start}@media(max-width:900px){.storage-layout{grid-template-columns:1fr}}.storage-list-panel{background:var(--color-surface);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1.5rem;box-shadow:0 8px 32px #0003}.storage-list-panel h3{margin:0 0 1rem;font-size:1.15rem;color:var(--color-text)}.storage-table-wrap{overflow-x:auto}.storage-table-wrap table{font-size:.9rem}.storage-table-wrap th,.storage-table-wrap td{padding:.6rem .75rem}.mono{font-family:Courier New,monospace;direction:ltr;display:inline-block}.notes-cell{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--color-text-muted);font-size:.8rem}.storage-sidebar{display:flex;flex-direction:column;gap:1rem}.sidebar-card{background:var(--color-surface);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1.25rem;box-shadow:0 4px 20px #0003}.sidebar-card h4{margin:0 0 1rem;font-size:1rem;color:var(--color-primary-hover);border-bottom:1px solid rgba(255,255,255,.06);padding-bottom:.5rem}.storage-form{display:flex;flex-direction:column;gap:.75rem}.storage-form select,.storage-form input[type=text],.storage-form input[type=number]{width:100%;padding:.6rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#0003;color:var(--color-text);font-size:.9rem;font-family:inherit}.storage-form select:focus,.storage-form input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #6366f133}.storage-form .form-group{display:flex;flex-direction:column;gap:.3rem}.storage-form label{font-size:.8rem;color:var(--color-text-muted);font-weight:500}.lookup-form-row{display:flex;gap:.4rem;margin-bottom:.75rem;align-items:center}.lookup-form-row input{flex:1;padding:.5rem .6rem;border-radius:6px;border:1px solid rgba(255,255,255,.12);background:#0003;color:var(--color-text);font-size:.85rem;font-family:inherit}.lookup-form-row input:focus{outline:none;border-color:var(--color-primary)}.lookup-form-row .small-input{max-width:100px}.lookup-form-row .times{color:var(--color-text-muted);font-weight:600;font-size:1rem}.lookup-list{list-style:none;padding:0;margin:0;max-height:160px;overflow-y:auto}.lookup-list li{display:flex;justify-content:space-between;align-items:center;padding:.4rem .6rem;border-radius:6px;font-size:.85rem;border:1px solid transparent;transition:background .15s}.lookup-list li:hover{background:#ffffff0a;border-color:#ffffff0f}.btn-delete-mini{background:transparent;border:none;color:var(--color-text-muted);cursor:pointer;font-size:.85rem;padding:2px 6px;border-radius:4px;transition:all .15s}.btn-delete-mini:hover{background:#ff000026;color:#ff4d4d}.purchases-dashboard{width:100%;display:flex;flex-direction:column;gap:1.5rem}.purchases-tabs-header{display:flex;gap:1rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem;overflow-x:auto;white-space:nowrap;min-height:48px}.purchases-tab-content,.purchases-entity{width:100%}.purchases-layout{display:grid;grid-template-columns:1fr 380px;gap:1.5rem;align-items:start}@media(max-width:900px){.purchases-layout{grid-template-columns:1fr}}.purchases-list-panel{background:var(--color-surface);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1.5rem;box-shadow:0 8px 32px #0003}.purchases-list-panel h3{margin:0 0 1rem;font-size:1.15rem;color:var(--color-text)}.purchases-sidebar{display:flex;flex-direction:column;gap:1rem}.storage-stats-bar{display:flex;gap:1rem;margin-bottom:1.5rem;min-height:96px}.storage-stats-bar .stat-item{flex:1;background:var(--color-surface);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1.25rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.25rem;box-shadow:0 4px 16px #00000026}.storage-stats-bar .stat-label{font-size:.8rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.storage-stats-bar .stat-value{font-size:2rem;font-weight:700;color:var(--color-primary-hover);font-variant-numeric:tabular-nums}.storage-stats-bar .stat-unit{font-size:.75rem;color:var(--color-text-muted)}.storage-view-entity{width:100%}.storage-view-panel{background:var(--color-surface);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1.5rem;box-shadow:0 8px 32px #0003;margin-bottom:1rem}.storage-view-panel h3{margin:0 0 1rem;font-size:1.15rem;color:var(--color-text)}.row-zero{opacity:.5}.row-zero td{color:var(--color-text-muted)}.storage-lookups-info{display:flex;gap:1rem;flex-wrap:wrap}.lookup-info-card{flex:1;min-width:200px;background:var(--color-surface);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:1rem;box-shadow:0 4px 16px #00000026}.lookup-info-card h4{margin:0 0 .75rem;font-size:.85rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,.06);padding-bottom:.4rem}.lookup-tags{display:flex;flex-wrap:wrap;gap:.4rem}.lookup-tag{display:inline-block;padding:.25rem .6rem;background:#6366f11f;border:1px solid rgba(99,102,241,.25);border-radius:6px;font-size:.8rem;color:var(--color-primary-hover);white-space:nowrap}.variation-manager{width:100%}.variation-add-row{margin-bottom:1rem}.variation-list table{width:100%;font-size:.9rem}.variation-list th,.variation-list td{padding:.6rem .75rem}.variation-list th:last-child,.variation-list td:last-child{width:80px;text-align:center}.settings-tabs{display:flex;flex-wrap:wrap;gap:.5rem;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:.5rem;margin-bottom:1.25rem}.settings-tabs .tab{padding:.45rem .85rem;font-size:.82rem;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--color-text-muted);cursor:pointer;transition:all .15s;white-space:nowrap;font-family:inherit}.settings-tabs .tab:hover{background:#ffffff0d;color:var(--color-text)}.settings-tabs .tab.active{background:#6366f126;border-color:var(--color-primary);color:var(--color-primary-hover)}.purchases-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.purchases-header h3{margin:0;font-size:1.2rem;color:var(--color-text)}.purchases-new-form{background:var(--color-surface);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1.5rem;box-shadow:0 8px 32px #0003}.purchases-new-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:600px){.purchases-new-form .form-row{grid-template-columns:1fr}}.purchases-detail{width:100%;display:flex;flex-direction:column;gap:1rem}.detail-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;background:var(--color-surface);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1.25rem 1.5rem;box-shadow:0 8px 32px #0003}.detail-info{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.detail-info h3{margin:0;font-size:1.1rem;color:var(--color-text)}.detail-date{font-size:.85rem;color:var(--color-text-muted)}.detail-notes{background:var(--color-surface);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:.75rem 1rem;font-size:.9rem;color:var(--color-text-muted)}.detail-notes strong{color:var(--color-text)}.status-badge{display:inline-block;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:600;color:#fff;white-space:nowrap}.item-type-tag{display:inline-block;padding:.15rem .5rem;background:#6366f11f;border:1px solid rgba(99,102,241,.25);border-radius:6px;font-size:.75rem;color:var(--color-primary-hover);white-space:nowrap}.section-header{display:flex;justify-content:flex-start;gap:.5rem}.add-item-form{background:var(--color-surface);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1.25rem 1.5rem;box-shadow:0 4px 16px #00000026}.add-item-form .form-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;align-items:end}@media(max-width:750px){.add-item-form .form-row{grid-template-columns:1fr 1fr}}@media(max-width:500px){.add-item-form .form-row{grid-template-columns:1fr}}.item-type-tabs{display:flex;gap:.4rem}.item-type-tabs .tab{padding:.35rem .75rem;font-size:.82rem;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:transparent;color:var(--color-text-muted);cursor:pointer;transition:all .15s;font-family:inherit}.item-type-tabs .tab:hover{background:#ffffff0d;color:var(--color-text)}.item-type-tabs .tab.active{background:#6366f126;border-color:var(--color-primary);color:var(--color-primary-hover)}.btn-group{display:flex;gap:.3rem;flex-wrap:wrap}.btn-success{background:var(--color-success, #10b981);color:#fff;border:1px solid var(--color-success, #10b981);border-radius:6px;padding:.45rem .85rem;font-size:.82rem;cursor:pointer;transition:all .15s;font-family:inherit}.btn-success:hover{background:#059669;border-color:#059669}.ready-layout{display:flex;gap:1.5rem;align-items:flex-start;width:100%}.ready-layout .ready-container,.ready-layout .ready-edit-container{flex:1;min-width:0}.keyboard-sidebar{width:280px;flex-shrink:0;position:sticky;top:1rem}@media(max-width:900px){.ready-layout{flex-direction:column}.keyboard-sidebar{width:100%;position:static}}.numeric-keyboard-wrapper{background:var(--color-surface);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1rem;box-shadow:0 8px 32px #0003}.keyboard-toggle-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.06)}.keyboard-toggle-label{font-size:.95rem;font-weight:600;color:var(--color-text)}.toggle-switch{position:relative;display:inline-block;width:48px;height:26px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ffffff26;border-radius:26px;transition:.3s}.toggle-slider:before{content:"";position:absolute;height:20px;width:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s}.toggle-switch input:checked+.toggle-slider{background:var(--color-primary)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}.numeric-keyboard{display:flex;flex-direction:column;gap:.5rem}.keyboard-row{display:flex;gap:.5rem;justify-content:center}.keyboard-key{flex:1;padding:.75rem 0;font-size:1.2rem;font-weight:600;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0d;color:var(--color-text);cursor:pointer;transition:all .15s;font-family:inherit;min-width:50px;text-align:center}.keyboard-key:hover{background:#ffffff1f;border-color:#fff3}.keyboard-key:active{background:var(--color-primary);border-color:var(--color-primary);transform:scale(.96)}.keyboard-key.key-clear{background:#ef444426;color:#fca5a5;font-size:.9rem;flex:2}.keyboard-key.key-clear:hover{background:#ef444440}.keyboard-key.key-backspace{background:#f59e0b26;color:#fcd34d;font-size:1.1rem}.keyboard-key.key-backspace:hover{background:#f59e0b40}.order-card-status{padding:.25rem 0}.status-badge-preparing{background:#f59e0b26;color:#fbbf24;border:1px solid rgba(245,158,11,.25)}.status-badge-ready{background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.25)}.status-ready-badge{background:#10b98133;color:#34d399;border:1px solid rgba(16,185,129,.35);padding:.35rem .85rem;font-size:.85rem}.order-card-ready{background:linear-gradient(135deg,#10b98114,#10b98108);border-color:#10b98140;box-shadow:0 0 20px #10b98114}.order-card-ready:hover{border-color:#10b98166;box-shadow:0 0 30px #10b98126}.btn-ready{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:1px solid #10b981;border-radius:6px;padding:.6rem 1.4rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.btn-ready:hover{background:linear-gradient(135deg,#059669,#047857);border-color:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.btn-ready:disabled{opacity:.5;cursor:not-allowed;transform:none}.info-actions{display:flex;gap:.75rem;margin-top:.5rem;flex-wrap:wrap}.info-actions .btn{flex:1;min-width:120px}.items-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-top:1rem}.item-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:1rem;display:flex;flex-direction:column;gap:.6rem;transition:border-color .2s,background .2s}.item-card:hover{border-color:#ffffff1f;background:#ffffff0d}.item-card-header{display:flex;justify-content:space-between;align-items:center}.item-card-body{display:flex;flex-direction:column;gap:.5rem}.item-card-name{font-size:.95rem;line-height:1.4;color:var(--color-text)}.item-card-name strong{font-weight:600}.item-card-details{display:flex;flex-direction:column;gap:.3rem}.item-detail-row{display:flex;justify-content:space-between;gap:.5rem;font-size:.82rem}.item-detail-row .detail-label{color:var(--color-text-muted);white-space:nowrap}.item-detail-row .detail-value{color:var(--color-text);text-align:right;word-break:break-word}.item-type-roll{background:#6366f11f!important;border-color:#6366f140!important;color:#a5b4fc!important}.item-type-pipe{background:#f59e0b1f!important;border-color:#f59e0b40!important;color:#fcd34d!important}.item-type-liquid{background:#3b82f61f!important;border-color:#3b82f640!important;color:#93c5fd!important}.item-type-ink{background:#a855f71f!important;border-color:#a855f740!important;color:#c4b5fd!important}.item-variants-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.item-add-form{background:var(--color-surface);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1.5rem}.item-add-form .form-group{margin-bottom:0}.detail-info .status-badge{vertical-align:middle}.order-card-footer{margin-top:auto;padding-top:.5rem}.order-card-footer .btn:disabled{opacity:.6;cursor:default}.spinner{width:36px;height:36px;border:3px solid rgba(255,255,255,.1);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-container{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:var(--color-text-muted)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}
