:root{--bg: #f2f3f6;--surface: #ffffff;--surface-2: #f8f8fb;--border: #e3e5ec;--border-strong: #cfd3de;--ink: #21242c;--ink-2: #5d616a;--ink-3: #8a90a4;--brand: #f7c855;--brand-strong: #f0b23a;--brand-pressed: #d78829;--brand-soft: #fdf3d9;--on-brand: #241c04;--steel: #58698d;--steel-soft: #eef1f7;--navy: #33415c;--success: #0e8a7b;--success-bg: #e0f2ef;--danger: #cf3a23;--danger-bg: #f9e6e2;--info: #0095bb;--info-bg: #e2f4f9;--t-ulaz: #0e8a7b;--t-ulaz-bg: #ddf0ec;--t-transfer: #0b5fb0;--t-transfer-bg: #dcebfa;--t-izdavanje: #c26a10;--t-izdavanje-bg: #faeedd;--t-razduzenje: #7454a6;--t-razduzenje-bg: #ece5f6;--radius-s: 8px;--radius: 12px;--radius-l: 20px;--shadow-1: 0 1px 2px rgba(16, 24, 40, .06);--shadow-2: 0 4px 16px rgba(16, 24, 40, .12);--shadow-3: 0 8px 28px rgba(16, 24, 40, .2);--tab-h: 62px;--header-h: 56px;--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-top: env(safe-area-inset-top, 0px)}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;background:var(--bg);color:var(--ink);font-size:15px;line-height:1.45;overscroll-behavior-y:none}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}h1,h2,h3{color:var(--ink);letter-spacing:-.2px}.app{min-height:100vh;max-width:680px;margin:0 auto;background:var(--bg);padding-bottom:calc(var(--tab-h) + var(--safe-bottom) + 16px)}@media(min-width:720px){.app{border-left:1px solid var(--border);border-right:1px solid var(--border)}}.app-header{position:sticky;top:0;z-index:30;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding-top:var(--safe-top)}.app-header__inner{height:var(--header-h);display:flex;align-items:center;gap:8px;padding:0 12px}.app-header__title{font-size:19px;font-weight:700;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-header__back{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--ink);flex:none}.app-header__back:active{background:var(--surface-2)}.app-main{padding:14px 14px 0;display:flex;flex-direction:column;gap:14px}.tabbar{position:fixed;bottom:0;left:0;right:0;z-index:40;margin:0 auto;max-width:680px;background:var(--surface);border-top:1px solid var(--border);border-radius:16px 16px 0 0;box-shadow:0 -4px 16px #10182812;padding-bottom:var(--safe-bottom)}.tabbar__inner{display:flex;align-items:stretch;justify-content:center;height:var(--tab-h)}.tabbar__group{flex:1;display:flex;align-items:stretch;justify-content:space-evenly;gap:14px}.tabbar__tab{flex:1;max-width:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;font-weight:600;color:var(--ink-3);-webkit-tap-highlight-color:transparent}.tabbar__tab.is-active{color:var(--navy)}.tabbar__tab.is-active .tabbar__dot{opacity:1}.tabbar__dot{width:16px;height:3px;border-radius:2px;background:var(--brand-strong);opacity:0;transition:opacity .15s ease}.tabbar__scan{flex:none;width:76px;display:flex;align-items:center;justify-content:center;position:relative}.tabbar__scan-btn{position:absolute;top:-22px;width:60px;height:60px;border-radius:50%;background:var(--brand);color:var(--on-brand);display:flex;align-items:center;justify-content:center;border:4px solid var(--bg);box-shadow:var(--shadow-2);transition:transform .12s ease}.tabbar__scan-btn:active{transform:scale(.94);background:var(--brand-strong)}.tabbar__scan-label{position:absolute;bottom:6px;font-size:11px;font-weight:600;color:var(--ink-3)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 18px;border-radius:10px;font-size:15px;font-weight:700;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .12s ease,transform .08s ease;white-space:nowrap}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.5;pointer-events:none}.btn--primary{background:var(--brand);color:var(--on-brand)}.btn--primary:hover{background:var(--brand-strong)}.btn--primary:active{background:var(--brand-pressed);color:#fff}.btn--secondary{background:var(--surface);color:var(--steel);box-shadow:inset 0 0 0 1.5px var(--steel)}.btn--secondary:hover{background:var(--steel-soft)}.btn--danger{background:var(--surface);color:var(--danger);box-shadow:inset 0 0 0 1.5px var(--danger)}.btn--danger:hover{background:var(--danger-bg)}.btn--ghost{background:transparent;color:var(--steel);font-weight:600}.btn--sm{height:36px;padding:0 12px;font-size:13px;border-radius:8px}.btn--block{width:100%}.btn--ulaz{background:var(--t-ulaz);color:#fff}.btn--transfer{background:var(--t-transfer);color:#fff}.btn--izdavanje{background:var(--t-izdavanje);color:#fff}.btn--razduzenje{background:var(--t-razduzenje);color:#fff}.field{display:flex;flex-direction:column;gap:6px}.field__label{font-size:13px;font-weight:600;color:var(--ink-2)}.field__error{font-size:13px;font-weight:500;color:var(--danger)}.field__hint{font-size:12px;color:var(--ink-3)}.input,.select,.textarea{width:100%;font:inherit;font-size:16px;color:var(--ink);background:var(--surface);border:1px solid var(--border-strong);border-radius:10px;height:48px;padding:0 14px;outline:none;transition:border .12s ease,box-shadow .12s ease;-webkit-appearance:none;appearance:none}.textarea{height:auto;min-height:88px;padding:12px 14px;resize:vertical}.select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235d616a' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:38px}.input:focus,.select:focus,.textarea:focus{border-color:var(--steel);box-shadow:0 0 0 3px #58698d26}.input[data-invalid=true],.select[data-invalid=true],.textarea[data-invalid=true]{border-color:var(--danger)}.input::placeholder,.textarea::placeholder{color:var(--ink-3)}.form-stack{display:flex;flex-direction:column;gap:16px}.qty{display:flex;align-items:stretch;gap:10px}.qty__btn{flex:none;width:52px;height:52px;border-radius:12px;background:var(--surface-2);border:1px solid var(--border-strong);color:var(--ink);font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center}.qty__btn:active{background:var(--border)}.qty__input{flex:1;min-width:0;height:52px;font-size:22px;font-weight:700;text-align:center;font-variant-numeric:tabular-nums}.qty__unit{flex:none;display:flex;align-items:center;font-size:15px;font-weight:700;color:var(--ink-2);min-width:34px;justify-content:center}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-1)}.card__pad{padding:16px}.list{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-1);overflow:hidden}.list>*+*{border-top:1px solid var(--border)}.row{display:flex;align-items:center;gap:12px;padding:12px 14px;min-height:60px;background:var(--surface);-webkit-tap-highlight-color:transparent}a.row:active,button.row:active{background:var(--surface-2)}.row__thumb{flex:none;width:46px;height:46px;border-radius:10px;background:var(--surface-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--ink-3);overflow:hidden}.row__thumb img{width:100%;height:100%;object-fit:cover}.row__body{flex:1;min-width:0}.row__title{font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row__meta{font-size:13px;color:var(--ink-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row__end{flex:none;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.pill{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:800;line-height:1.5;white-space:nowrap}.pill--qty{background:var(--steel-soft);color:var(--navy);font-size:14px;font-variant-numeric:tabular-nums}.pill--ulaz{background:var(--t-ulaz-bg);color:var(--t-ulaz)}.pill--transfer{background:var(--t-transfer-bg);color:var(--t-transfer)}.pill--izdavanje{background:var(--t-izdavanje-bg);color:var(--t-izdavanje)}.pill--razduzenje{background:var(--t-razduzenje-bg);color:var(--t-razduzenje)}.pill--success{background:var(--success-bg);color:var(--success)}.pill--danger{background:var(--danger-bg);color:var(--danger)}.pill--muted{background:var(--surface-2);color:var(--ink-2)}.pill--info{background:var(--info-bg);color:var(--info)}.chips{display:flex;flex-wrap:wrap;gap:8px;padding:2px}.chip{flex:none;display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border-radius:999px;background:var(--surface);border:1px solid var(--border-strong);font-size:14px;font-weight:600;color:var(--ink-2);-webkit-tap-highlight-color:transparent}.chip.is-active{background:var(--navy);border-color:var(--navy);color:#fff}.search{position:relative;display:flex;align-items:center}.search .input{padding-left:42px;height:46px;border-radius:12px}.search__icon{position:absolute;left:13px;color:var(--ink-3);pointer-events:none;display:flex}.sheet-backdrop{position:fixed;inset:0;z-index:60;background:#171b2473;animation:fade-in .18s ease both}.sheet{position:fixed;left:0;right:0;bottom:0;z-index:61;margin:0 auto;max-width:680px;background:var(--surface);border-radius:var(--radius-l) var(--radius-l) 0 0;box-shadow:var(--shadow-3);animation:sheet-up .24s cubic-bezier(.32,.72,.28,1) backwards;transition:transform .22s cubic-bezier(.32,.72,.28,1);touch-action:none;max-height:88vh;display:flex;flex-direction:column}.sheet__handle{flex:none;width:42px;height:5px;border-radius:3px;background:var(--border-strong);margin:10px auto 0}.sheet__head{flex:none;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 18px 6px}.sheet__title{font-size:18px;font-weight:700}.sheet__close{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--surface-2);color:var(--ink-2)}.sheet__body{overflow-y:auto;overscroll-behavior:contain;padding:8px 18px calc(20px + var(--safe-bottom))}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:44px 24px;color:var(--ink-2)}.empty__icon{width:64px;height:64px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--ink-3)}.empty__title{font-size:16px;font-weight:700;color:var(--ink)}.empty__hint{font-size:14px;max-width:320px}.login{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:24px;max-width:440px;margin:0 auto;gap:28px}.login__brand{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.login__logo{width:76px;height:76px;border-radius:22px;background:var(--brand);color:var(--on-brand);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-2)}.login__title{font-size:26px;font-weight:800;letter-spacing:-.5px}.login__subtitle{color:var(--ink-2);font-size:15px}.login .card__pad{padding:22px}.scanner{position:relative;border-radius:var(--radius);overflow:hidden;background:#0e1216;aspect-ratio:3 / 4;display:flex;align-items:center;justify-content:center}.scanner video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.scanner__frame{position:relative;z-index:2;width:78%;aspect-ratio:5 / 3}.scanner__frame span{position:absolute;width:34px;height:34px;border:4px solid var(--brand)}.scanner__frame span:nth-child(1){top:0;left:0;border-right:none;border-bottom:none;border-radius:10px 0 0}.scanner__frame span:nth-child(2){top:0;right:0;border-left:none;border-bottom:none;border-radius:0 10px 0 0}.scanner__frame span:nth-child(3){bottom:0;left:0;border-right:none;border-top:none;border-radius:0 0 0 10px}.scanner__frame span:nth-child(4){bottom:0;right:0;border-left:none;border-top:none;border-radius:0 0 10px}.scanner__line{position:absolute;left:8%;right:8%;top:50%;height:2px;background:#f7c855d9;box-shadow:0 0 12px #f7c855e6;animation:scan-line 2s ease-in-out infinite;z-index:2}@keyframes scan-line{0%,to{transform:translateY(-52px)}50%{transform:translateY(52px)}}.scanner__status{position:absolute;bottom:12px;left:12px;right:12px;z-index:3;text-align:center;color:#fff;font-size:13px;font-weight:600;text-shadow:0 1px 4px rgba(0,0,0,.6)}.section-title{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.6px;color:var(--ink-3);padding:4px 2px 0}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px;display:flex;flex-direction:column;gap:2px}.stat__value{font-size:22px;font-weight:800;font-variant-numeric:tabular-nums}.stat__label{font-size:12px;font-weight:600;color:var(--ink-2)}.pager{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:4px 2px 8px;color:var(--ink-2);font-size:13px;font-weight:600}.action-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.divider{height:1px;background:var(--border);margin:4px 0}.muted{color:var(--ink-2)}.small{font-size:13px}.mono{font-variant-numeric:tabular-nums}.stack-8{display:flex;flex-direction:column;gap:8px}.stack-12{display:flex;flex-direction:column;gap:12px}.hrow{display:flex;align-items:center;gap:10px}.hrow--between{justify-content:space-between}.grow{flex:1;min-width:0}.photo-input__preview{width:100%;max-height:220px;object-fit:cover;border-radius:var(--radius-s);border:1px solid var(--border)}.photo-thumb{width:100%;border-radius:var(--radius-s);border:1px solid var(--border)}.row__title,.row__meta{display:block}.row__chev{flex:none;color:var(--ink-3);display:flex}.txicon{flex:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.txicon--ulaz{background:var(--t-ulaz-bg);color:var(--t-ulaz)}.txicon--transfer{background:var(--t-transfer-bg);color:var(--t-transfer)}.txicon--izdavanje{background:var(--t-izdavanje-bg);color:var(--t-izdavanje)}.txicon--razduzenje{background:var(--t-razduzenje-bg);color:var(--t-razduzenje)}.avatar{flex:none;width:48px;height:48px;border-radius:50%;background:var(--steel-soft);color:var(--navy);font-weight:800;font-size:17px;display:flex;align-items:center;justify-content:center}.barcode-box{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:22px;font-weight:700;letter-spacing:2px;text-align:center;background:var(--surface-2);border:1px dashed var(--border-strong);border-radius:var(--radius-s);padding:16px 12px;word-break:break-all}.hero-photo{width:100%;height:260px;object-fit:contain;background:var(--surface-2);border-radius:var(--radius) var(--radius) 0 0;display:block}input[type=checkbox]{width:20px;height:20px;accent-color:var(--navy)}.check-row{display:flex;align-items:center;gap:10px;font-weight:600;font-size:15px}.icon-btn{width:40px;height:40px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:var(--steel);flex:none}.icon-btn:active{background:var(--surface-2)}.header-action{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--brand);color:var(--on-brand);flex:none}.header-action:active{background:var(--brand-strong)}
