*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #059669;--green-d: #047857;--red: #dc2626;--blue: #2563eb;--gray-50: #f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-600:#4b5563;--gray-800:#1f2937;--shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.08);--radius: 12px}html,body{height:100%;font-family:system-ui,-apple-system,sans-serif;background:var(--gray-50);color:var(--gray-800)}#app-root{display:flex;flex-direction:column;min-height:100dvh}.topbar{position:sticky;top:0;z-index:10;background:var(--green);color:#fff;padding:14px 16px;height:56px;display:flex;align-items:center;gap:12px;box-shadow:0 2px 8px #00000026}.topbar h1{font-size:1.1rem;font-weight:700;flex:1}.topbar-back{background:none;border:none;color:#fff;font-size:1.4rem;cursor:pointer;padding:4px}.topbar-global{position:sticky;top:0;z-index:20;background:var(--green);color:#fff;height:56px;padding:0 16px;display:flex;align-items:center;gap:12px;box-shadow:0 2px 8px #00000026;flex-shrink:0}.page{flex:1;overflow-y:auto;padding-bottom:24px}.page-noscroll{flex:1;overflow:hidden}.search-wrap{padding:12px 16px;background:#fff;border-bottom:1px solid var(--gray-200)}.search-input{width:100%;padding:10px 14px;border-radius:999px;border:1.5px solid var(--gray-200);font-size:1rem;background:var(--gray-50);outline:none;transition:border-color .15s}.search-input:focus{border-color:var(--green)}.filter-row{display:flex;gap:8px;padding:8px 16px 0}.chip{padding:4px 12px;border-radius:999px;font-size:.8rem;font-weight:600;border:1.5px solid var(--gray-200);background:#fff;cursor:pointer;transition:all .15s}.chip.active{background:var(--red);border-color:var(--red);color:#fff}.parts-list{padding:12px 16px;display:flex;flex-direction:column;gap:10px}.part-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);display:flex;align-items:center;gap:12px;padding:12px;text-decoration:none;color:inherit;cursor:pointer;border:1.5px solid transparent;transition:border-color .15s}.part-card:active{border-color:var(--green)}.part-card.low{border-left:4px solid var(--red)}.part-thumb{width:56px;height:56px;border-radius:8px;object-fit:cover;background:var(--gray-100);flex-shrink:0}.part-thumb-placeholder{width:56px;height:56px;border-radius:8px;background:var(--gray-100);display:flex;align-items:center;justify-content:center;font-size:1.6rem;flex-shrink:0;color:var(--gray-400)}.part-info{flex:1;min-width:0}.part-name{font-weight:600;font-size:.95rem;line-height:1.3;word-break:break-word}.part-ref{font-size:.75rem;color:var(--gray-400);margin-top:2px}.part-qty{text-align:right;flex-shrink:0}.qty-num{font-size:1.4rem;font-weight:700;line-height:1}.qty-unit{font-size:.7rem;color:var(--gray-400)}.qty-num.low{color:var(--red)}.part-detail{padding:16px}.part-photo{width:100%;max-height:220px;object-fit:contain;border-radius:var(--radius);background:var(--gray-100);margin-bottom:16px}.part-photo-placeholder{width:100%;height:160px;border-radius:var(--radius);background:var(--gray-100);display:flex;align-items:center;justify-content:center;font-size:4rem;color:var(--gray-400);margin-bottom:16px}.detail-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;margin-bottom:12px}.detail-title{font-size:1.2rem;font-weight:700;margin-bottom:4px}.detail-cat{font-size:.85rem;color:var(--gray-600);margin-bottom:12px}.detail-qty{font-size:3rem;font-weight:800;line-height:1}.detail-qty.low{color:var(--red)}.detail-qty-label{font-size:.85rem;color:var(--gray-400);margin-top:2px}.low-badge{display:inline-block;background:var(--red);color:#fff;font-size:.75rem;font-weight:700;padding:2px 8px;border-radius:999px;margin-top:6px}.detail-row{display:flex;gap:8px;align-items:baseline;margin-top:8px}.detail-label{font-size:.8rem;color:var(--gray-400);min-width:80px}.detail-val{font-size:.9rem;font-weight:500;word-break:break-all}.move-btns{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.btn{padding:14px;border-radius:var(--radius);border:none;cursor:pointer;font-size:1rem;font-weight:700;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px;transition:opacity .15s}.btn:active{opacity:.8}.btn-green{background:var(--green);color:#fff}.btn-red{background:var(--red);color:#fff}.btn-gray{background:var(--gray-200);color:var(--gray-800)}.btn-outline{background:#fff;color:var(--gray-800);border:1.5px solid var(--gray-200)}.btn-full{grid-column:1 / -1}.move-list{display:flex;flex-direction:column;gap:6px}.move-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:var(--gray-50);border-radius:8px;font-size:.85rem}.move-delta{font-weight:700;font-size:1rem}.move-delta.pos{color:var(--green)}.move-delta.neg{color:var(--red)}.move-meta{color:var(--gray-400);font-size:.75rem}.move-form{padding:16px;display:flex;flex-direction:column;gap:14px}.type-selector{display:grid;grid-template-columns:1fr 1fr;gap:8px}.type-btn{padding:16px;border-radius:var(--radius);border:2px solid var(--gray-200);background:#fff;cursor:pointer;font-size:1rem;font-weight:700;display:flex;flex-direction:column;align-items:center;gap:4px;transition:all .15s;font-family:inherit}.type-btn.selected-in{border-color:var(--green);background:#ecfdf5;color:var(--green)}.type-btn.selected-out{border-color:var(--red);background:#fef2f2;color:var(--red)}.type-icon{font-size:1.8rem}.qty-input-wrap{text-align:center}.qty-big{display:flex;align-items:center;justify-content:center;gap:16px;margin:8px 0}.qty-stepper{width:48px;height:48px;border-radius:50%;font-size:1.6rem;font-weight:700;border:2px solid var(--gray-200);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.qty-value{font-size:3rem;font-weight:800;min-width:80px;text-align:center}.note-input{width:100%;padding:12px;border-radius:var(--radius);border:1.5px solid var(--gray-200);font-size:1rem;font-family:inherit;resize:none;outline:none}.note-input:focus{border-color:var(--green)}.scan-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:400;display:flex;flex-direction:column}.scan-video{flex:1;width:100%;object-fit:cover}.scan-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.scan-frame{width:240px;height:240px;border-radius:16px;border:3px solid #fff;box-shadow:0 0 0 9999px #0000008c}.scan-hint{color:#fff;margin-top:20px;font-size:.95rem;text-shadow:0 1px 3px rgba(0,0,0,.8)}.scan-close{position:absolute;top:max(16px,env(safe-area-inset-top));right:16px;width:44px;height:44px;border-radius:50%;background:#00000080;color:#fff;font-size:1.4rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.scan-error{position:absolute;bottom:40px;background:var(--red);color:#fff;padding:10px 20px;border-radius:999px;font-size:.9rem}.login-page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;background:var(--gray-50)}.login-logo{font-size:3rem;margin-bottom:8px}.login-title{font-size:1.4rem;font-weight:800;margin-bottom:4px}.login-sub{font-size:.9rem;color:var(--gray-400);margin-bottom:32px}.login-form{width:100%;max-width:360px;display:flex;flex-direction:column;gap:12px}.field-label{font-size:.85rem;font-weight:600;color:var(--gray-600);margin-bottom:4px}.field-input{width:100%;padding:14px;border-radius:var(--radius);border:1.5px solid var(--gray-200);font-size:1rem;font-family:inherit;outline:none;transition:border-color .15s}.field-input:focus{border-color:var(--green)}.error-msg{color:var(--red);font-size:.85rem;text-align:center}.empty{text-align:center;padding:48px 24px;color:var(--gray-400)}.empty-icon{font-size:3rem;margin-bottom:12px}.loader{text-align:center;padding:48px;color:var(--gray-400);font-size:.9rem}.section-title{font-size:.8rem;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}@media (max-width: 768px){.desktop-only{display:none!important}}@media (min-width: 769px){.mobile-only{display:none!important}}.topbar-brand{font-size:1.05rem;font-weight:800;color:#fff;text-decoration:none;flex:1}.admin-dropdown{position:relative}.admin-toggle{background:#ffffff26;border:none;color:#fff;padding:6px 12px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap}.admin-toggle:hover{background:#ffffff40}.admin-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:10px;box-shadow:0 4px 20px #0000002e;min-width:180px;overflow:hidden;z-index:100}.admin-menu a{display:block;padding:12px 16px;color:var(--gray-800);text-decoration:none;font-size:.95rem;border-bottom:1px solid var(--gray-100)}.admin-menu a:last-child{border-bottom:none}.admin-menu a:hover{background:var(--gray-50)}.topbar-logout{background:#ffffff26;border:none;color:#fff;width:38px;height:38px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.topbar-logout:hover{background:#ffffff40}.home-page{min-height:calc(100dvh - 56px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;gap:32px;background:var(--gray-50)}.home-greeting{text-align:center}.home-avatar{width:72px;height:72px;border-radius:50%;background:var(--green);color:#fff;font-size:1.8rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.home-name{font-size:1.5rem;font-weight:800}.home-actions{display:flex;flex-direction:column;gap:14px;width:100%;max-width:360px}.home-action{display:flex;flex-direction:column;align-items:center;padding:28px 20px;border-radius:16px;border:none;cursor:pointer;gap:6px;font-family:inherit;transition:transform .1s}.home-action:active{transform:scale(.97)}.action-out{background:var(--red);color:#fff}.action-in{background:var(--green);color:#fff}.action-arrow{font-size:2rem;font-weight:900;line-height:1}.action-label{font-size:1.2rem;font-weight:800}.action-desc{font-size:.8rem;opacity:.8}.home-secondary-links{display:flex;gap:10px;width:100%;max-width:360px}.secondary-link{flex:1;display:block;text-align:center;padding:12px;border-radius:10px;background:var(--gray-100);color:var(--gray-800);text-decoration:none;font-size:.9rem;font-weight:600}.secondary-link:hover{background:var(--gray-200)}.mobile-admin-links{display:flex;flex-direction:column;gap:10px;width:100%;max-width:360px}.admin-link-pill{display:block;text-align:center;padding:12px;border-radius:10px;background:var(--gray-100);color:var(--gray-800);text-decoration:none;font-size:.9rem;font-weight:600}.session-page{display:flex;flex-direction:column;min-height:calc(100dvh - 56px);background:var(--gray-50)}.session-topbar{position:sticky;top:56px;z-index:10;height:52px;padding:0 16px;display:flex;align-items:center;gap:12px;color:#fff;box-shadow:0 2px 8px #00000026}.session-topbar h1{font-size:1.1rem;font-weight:700;flex:1}.topbar-out{background:var(--red)}.topbar-in{background:var(--green)}.session-add-bar{display:flex;gap:10px;padding:12px 16px;background:#fff;border-bottom:1px solid var(--gray-200)}.add-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border-radius:var(--radius);border:1.5px solid var(--gray-200);background:var(--gray-50);font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;color:var(--gray-800)}.add-btn:hover{background:var(--gray-100)}.session-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;color:var(--gray-400);text-align:center}.session-list{flex:1;display:flex;flex-direction:column}.session-item{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--gray-100);background:#fff}.item-thumb{width:44px;height:44px;border-radius:6px;object-fit:cover;flex-shrink:0;background:var(--gray-100)}.item-thumb-ph{width:44px;height:44px;border-radius:6px;background:var(--gray-100);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--gray-400);flex-shrink:0}.item-info{flex:1;min-width:0}.item-name{font-weight:600;font-size:.9rem;line-height:1.3;word-break:break-word}.item-ref{font-size:.75rem;color:var(--gray-400);margin-top:2px}.item-qty-ctrl{display:flex;align-items:center;gap:6px;flex-shrink:0}.qty-btn{width:30px;height:30px;border-radius:50%;border:1.5px solid var(--gray-200);background:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.item-qty{font-size:1.1rem;font-weight:700;min-width:24px;text-align:center}.item-del{width:30px;height:30px;border-radius:50%;border:none;background:var(--gray-100);color:var(--gray-600);font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.note-wrap{padding:12px 16px}.btn-submit{width:100%;padding:16px;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:10px}.session-done{min-height:calc(100dvh - 56px);background:var(--gray-50);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center}.done-icon{width:80px;height:80px;border-radius:50%;background:var(--green);color:#fff;font-size:2.5rem;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.done-sub{font-size:.9rem;color:var(--gray-400);margin-top:8px}.done-warn{color:var(--red)}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;display:flex;align-items:flex-start}.search-sheet{width:100%;background:#fff;border-radius:0 0 20px 20px;max-height:75vh;display:flex;flex-direction:column}.search-sheet-header{display:flex;gap:10px;padding:12px 16px 10px;border-bottom:1px solid var(--gray-200)}.search-close-btn{padding:10px 14px;border-radius:var(--radius);border:1.5px solid var(--gray-200);background:var(--gray-50);cursor:pointer;font-size:1rem}.search-results{overflow-y:auto;flex:1}.search-result-item{display:flex;align-items:center;gap:10px;padding:12px 16px;width:100%;text-align:left;background:none;border:none;border-bottom:1px solid var(--gray-100);cursor:pointer;font-family:inherit}.search-result-item:hover{background:var(--gray-50)}.history-page{min-height:calc(100dvh - 56px);background:var(--gray-50)}.history-header{background:#fff;border-bottom:1px solid var(--gray-200);padding:16px 16px 10px;position:sticky;top:56px;z-index:9}.history-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.history-title-row h2{font-size:1.1rem;font-weight:800}.export-btn{background:var(--green);color:#fff;border:none;border-radius:8px;padding:6px 14px;font-size:.85rem;font-weight:700;cursor:pointer;text-decoration:none}.history-filters{display:flex;gap:8px}.history-list{padding:12px 16px;display:flex;flex-direction:column;gap:10px}.history-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;cursor:pointer}.hcard-head{display:flex;align-items:center;gap:8px;padding:12px 14px;flex-wrap:wrap}.hcard-badge{padding:2px 10px;border-radius:999px;font-size:.75rem;font-weight:700;flex-shrink:0}.badge-out{background:#fef2f2;color:var(--red)}.badge-in{background:#ecfdf5;color:var(--green)}.hcard-date{font-size:.85rem;color:var(--gray-600);flex-shrink:0}.hcard-user{font-size:.8rem;color:var(--gray-400);flex:1;text-align:center}.hcard-count{font-size:.8rem;color:var(--gray-400);margin-left:auto;flex-shrink:0}.hcard-chevron{font-size:.7rem;color:var(--gray-400);flex-shrink:0}.hcard-items{border-top:1px solid var(--gray-100);padding:10px 14px;display:flex;flex-direction:column;gap:6px}.hitem{display:flex;gap:8px;align-items:baseline;font-size:.85rem}.hitem-codial{font-weight:700;color:var(--green);flex-shrink:0;min-width:80px;font-size:.8rem}.hitem-name{flex:1;color:var(--gray-800)}.hitem-qty{flex-shrink:0;font-weight:600;color:var(--gray-600)}.hcard-note{font-size:.8rem;color:var(--gray-400);margin-top:4px;font-style:italic}.low-badge{background:var(--red);color:#fff;font-size:.75rem;font-weight:700;padding:2px 8px;border-radius:999px}.admin-page{display:flex;flex-direction:column;min-height:calc(100dvh - 56px)}.admin-content{padding:20px 24px}.admin-toolbar{margin-bottom:16px}.users-table{width:100%;border-collapse:collapse;font-size:.9rem}.users-table th{text-align:left;padding:8px 12px;font-size:.75rem;color:var(--gray-400);text-transform:uppercase;border-bottom:2px solid var(--gray-200)}.users-table td{padding:12px;border-bottom:1px solid var(--gray-100);vertical-align:middle}.td-name{font-weight:600}.td-user{color:var(--gray-600);font-size:.85rem}.td-actions{white-space:nowrap}.role-badge{padding:2px 10px;border-radius:999px;font-size:.75rem;font-weight:700}.badge-admin{background:#fef3c7;color:#92400e}.badge-user{background:var(--gray-100);color:var(--gray-600)}.action-link{background:none;border:none;color:var(--blue);cursor:pointer;font-size:.85rem;font-weight:600;padding:4px 8px;border-radius:4px}.action-link.danger{color:var(--red)}.action-link:disabled{opacity:.4;cursor:not-allowed}.fab{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:var(--green);color:#fff;font-size:2rem;font-weight:300;line-height:1;border:none;cursor:pointer;z-index:50;box-shadow:0 4px 16px #05966973;display:flex;align-items:center;justify-content:center}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300;display:flex;align-items:center;justify-content:center;padding:24px}.modal{background:#fff;border-radius:16px;padding:24px;width:100%;max-width:420px;box-shadow:0 20px 60px #00000040}.modal h2{font-size:1.1rem;font-weight:700;margin-bottom:16px}.modal-form{display:flex;flex-direction:column;gap:12px}.modal-form label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;font-weight:600;color:var(--gray-600)}.label-row{flex-direction:row!important;align-items:center;gap:8px;font-size:.95rem;color:var(--gray-800)}.required{color:var(--red)}.modal-btns{display:flex;gap:10px;justify-content:flex-end;margin-top:4px}.modal-btns .btn{padding:10px 20px;font-size:.9rem}
