:root{--text:#1f2430;--text-muted:#6b7280;--bg:#f5f6f8;--surface:#fff;--border:#e2e2e7;--accent:#2f6fed;--accent-soft:#eaf1ff;--accent-contrast:#fff;--danger:#c0392b;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font:16px/1.5 system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0}#root{min-height:100vh}h1{margin:0 0 1.25rem;font-size:1.4rem}h2{margin:0 0 .5rem;font-size:1rem}button{font:inherit;background:var(--accent);color:var(--accent-contrast);cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem}button:disabled{opacity:.6;cursor:not-allowed}input,textarea{font:inherit;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:6px;padding:.4rem .6rem;font-weight:400}.date-picker-only{cursor:pointer}label{flex-direction:column;gap:.25rem;margin-bottom:.75rem;font-weight:600;display:flex}.form-error{color:var(--danger)}.form-success{color:#1e7a3d}.info-note{background:var(--accent-soft);color:var(--text);border-left:3px solid var(--accent);border-radius:4px;margin-bottom:1.25rem;padding:.65rem .9rem;font-size:.85rem;line-height:1.5}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-header{background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:1.5rem;padding:.6rem 1.5rem;display:flex}.app-brand{color:var(--text);flex-shrink:0;align-items:center;gap:.6rem;text-decoration:none;display:flex}.app-brand img{width:auto;height:32px;display:block}.app-brand span{white-space:nowrap;font-size:1.05rem;font-weight:600}.app-nav{flex:1;gap:.25rem;display:flex}.app-nav a{color:var(--text-muted);border-radius:8px;align-items:center;gap:.45rem;padding:.5rem .8rem;font-size:.92rem;font-weight:500;text-decoration:none;display:flex}.app-nav a:hover{background:var(--bg)}.app-nav a.active{color:var(--accent);background:var(--accent-soft)}.app-nav svg{flex-shrink:0;width:18px;height:18px}.account-menu-wrap{flex-shrink:0;position:relative}.avatar-btn{background:var(--accent);width:38px;height:38px;color:var(--accent-contrast);border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:.9rem;font-weight:600;line-height:1;display:flex}.account-menu{background:var(--surface);border:1px solid var(--border);z-index:20;border-radius:10px;min-width:220px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 24px #0000001f}.account-menu-header{border-bottom:1px solid var(--border);padding:.75rem 1rem}.account-menu-header .name{font-size:.9rem;font-weight:600}.account-menu-header .email{color:var(--text-muted);font-size:.8rem}.account-menu-item{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:0;align-items:center;gap:.6rem;padding:.65rem 1rem;font-size:.9rem;text-decoration:none;display:flex}.account-menu-item:hover{background:var(--bg)}.account-menu-item svg{width:17px;height:17px;color:var(--text-muted);flex-shrink:0}.app-content{flex:1;width:100%;max-width:720px;margin:0 auto;padding:1.75rem}.app-footer{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);flex-shrink:0;padding:1rem 1.5rem;font-size:.8rem;line-height:1.6}.auth-page{flex-direction:column;min-height:100vh;display:flex}.auth-form{flex-direction:column;flex:1;justify-content:center;width:100%;max-width:360px;margin:0 auto;padding:1.5rem;display:flex}.auth-logo{width:auto;height:56px;margin:0 auto 1.5rem;display:block}.product-list,.order-lines{border:1px solid var(--border);border-radius:8px;margin:0 0 1.25rem;padding:0;list-style:none;overflow:hidden}.product-list li,.order-line{background:var(--surface);justify-content:space-between;align-items:center;gap:.75rem;padding:.55rem .9rem;display:flex}.product-list li+li,.order-line+.order-line{border-top:1px solid var(--border)}.product-list li:nth-child(2n),.order-line:nth-child(2n){background:var(--bg)}.order-line .qty-stepper{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.order-line .qty-stepper button{background:var(--bg);width:1.8rem;height:1.8rem;color:var(--text);border-radius:6px;justify-content:center;align-items:center;padding:0;font-size:1rem;line-height:1;display:flex}.order-line .qty-stepper input{text-align:center;cursor:default;-moz-appearance:textfield;width:3rem;padding:.3rem .2rem}.order-line .qty-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.order-line .qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.order-form{flex-direction:column;display:flex}.row-clickable{cursor:pointer}.row-clickable:hover{background:var(--accent-soft)}.history-row-end{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.history-count{color:var(--text-muted);white-space:nowrap;font-size:.85rem}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border);padding:.3rem .7rem;font-size:.85rem}.btn-danger{color:var(--danger);border-color:var(--danger)}.status-badge{background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:.15rem .6rem;font-size:.78rem;font-weight:500;display:inline-block}.profile-fields{grid-template-columns:auto 1fr;gap:.35rem 1rem;margin-bottom:1.5rem;display:grid}.profile-fields dt{color:var(--text-muted)}.profile-fields dd{margin:0}.section-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:1.25rem;padding:1.25rem}.section-card h2{align-items:center;gap:.4rem;margin:0 0 1rem;font-size:1rem;display:flex}.section-card h2 svg{width:16px;height:16px;color:var(--text-muted);flex-shrink:0}.lang-toggle{border:1px solid var(--border);border-radius:8px;display:inline-flex;overflow:hidden}.lang-toggle button{background:var(--surface);color:var(--text);border-radius:0;padding:.45rem 1rem}.lang-toggle button+button{border-left:1px solid var(--border)}.lang-toggle button.active{background:var(--accent);color:var(--accent-contrast)}
