:root{--orange: #f26419;--orange-h: #d4541a;--orange-bg: #fef0e8;--bg: #f5f5f5;--white: #ffffff;--border: #e3e3e3;--text: #1a1a1a;--muted: #888888;--green: #1a7a4a;--green-bg: #ebf7f1;--red: #c0392b;--red-bg: #fdecea;--red-bdr: #f5c6c2;--blue: #1a5c9e;--blue-bg: #ebf0f9;--warn: #92600a;--warn-bg: #fef9ec;--warn-bdr: #f5dfa0;--r: 8px;--shadow: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .12);--folder-back: var(--orange-h);--folder-front: var(--orange)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:Assistant,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;min-height:100vh;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}button{font-family:inherit;cursor:pointer}a{color:inherit;text-decoration:none}.muted{color:var(--muted)}.small{font-size:12px}.center{text-align:center;padding:24px}.error{color:var(--red);font-weight:600}.success{color:var(--green);font-weight:700}.row{display:flex;gap:12px;align-items:center;justify-content:space-between}.link{background:none;border:0;color:var(--orange);font-weight:700;padding:2px 0}.link.small{font-size:12px}.link.danger{color:var(--red)}.app-header{background:var(--white);border-bottom:1px solid var(--border);padding:0 16px;height:58px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 1px 4px #0000000f}.logo{display:flex;align-items:center;gap:12px;background:none;border:0;padding:0}.logo img{height:34px;object-fit:contain}.logo-text{font-weight:800;font-size:15px;color:var(--text);letter-spacing:-.3px;line-height:1.1;text-align:left}.logo-text small{display:block;font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:1.5px;font-weight:700}.header-right{display:flex;align-items:center;gap:10px}.user-chip{display:flex;align-items:center;gap:8px;padding:4px 10px;background:var(--bg);border-radius:20px;font-size:13px}.user-chip img{width:24px;height:24px;border-radius:50%;object-fit:cover}.user-chip .name{font-weight:600;max-width:38vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mode-badge{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1px;padding:4px 10px;border-radius:20px}.mode-badge.operario{background:var(--blue-bg);color:var(--blue)}.mode-badge.admin{background:var(--orange-bg);color:var(--orange)}.mode-toggle{background:transparent;border:1.5px dashed var(--border);color:var(--muted);padding:6px 12px;border-radius:6px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;transition:all .15s}.mode-toggle:hover{border-color:var(--orange);color:var(--orange)}.btn-primary{background:var(--orange);color:#fff;border:none;border-radius:var(--r);padding:9px 16px;font-size:13px;font-weight:800;cursor:pointer;transition:all .15s;display:inline-flex;align-items:center;gap:6px}.btn-primary:hover:not(:disabled){background:var(--orange-h);transform:translateY(-1px);box-shadow:0 4px 12px #f2641940}.btn-primary:disabled{background:var(--border);color:var(--muted);cursor:not-allowed}.btn-secondary{background:transparent;border:1.5px solid var(--border);color:var(--muted);padding:8px 14px;border-radius:var(--r);cursor:pointer;font-size:13px;font-weight:700;transition:all .15s}.btn-secondary:hover:not(:disabled){border-color:var(--text);color:var(--text)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.app{min-height:100%}.content{padding:16px;max-width:1100px;margin:0 auto}.login-screen{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:36px 28px;text-align:center;max-width:380px;width:100%;box-shadow:var(--shadow-md)}.login-card .brand{height:46px;object-fit:contain;margin-bottom:14px}.login-card h1{font-size:22px;font-weight:800;letter-spacing:-.4px;line-height:1.1}.login-card h1 small{display:block;font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:2px;font-weight:700;margin-top:3px}.login-card>.muted{margin-top:6px}.login-btn{display:grid;place-items:center;margin:22px 0 12px}.search-bar{display:flex;gap:8px;margin-bottom:16px;align-items:center}.search-bar input{flex:1;padding:10px 14px;border:1.5px solid var(--border);border-radius:var(--r);font-size:15px;font-family:inherit;background:var(--white);color:var(--text)}.search-bar input:focus{outline:none;border-color:var(--orange)}.folder-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}@media (min-width: 600px){.folder-grid{grid-template-columns:repeat(auto-fill,minmax(128px,1fr));gap:12px}}.folder{display:flex;flex-direction:column;align-items:center;gap:6px;background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:14px 8px;box-shadow:var(--shadow);transition:all .13s}.folder:hover,.folder:focus-visible{border-color:var(--orange);background:var(--orange-bg);box-shadow:var(--shadow-md);outline:none;transform:translateY(-1px)}.folder:active{transform:scale(.97)}.folder-thumb{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:6px;overflow:hidden;background:var(--bg);display:grid;place-items:center}.folder-cover{width:100%;height:100%;object-fit:cover;display:block}.folder-icon{width:52px;height:44px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.12))}.count-badge{position:absolute;top:4px;right:4px;background:var(--text);color:#fff;font-size:10px;font-weight:800;border-radius:20px;padding:1px 6px;box-shadow:0 1px 3px #00000040}.folder-name{font-size:12px;font-weight:700;line-height:1.2;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.folder-code{font-size:10px;color:var(--muted);font-weight:700;letter-spacing:.3px}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;font-size:13px;margin-bottom:6px}.bc-link{background:none;border:0;color:var(--orange);font-weight:700;padding:2px 0;cursor:pointer}.bc-link:hover{text-decoration:underline}.bc-current{color:var(--muted);font-weight:700}.bc-sep{color:var(--muted);margin:0 6px}.producto-title{font-size:22px;font-weight:800;letter-spacing:-.3px;margin-bottom:12px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ctx-chip{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1px;background:var(--orange-bg);color:var(--orange);padding:3px 10px;border-radius:20px}.ctx-heading{font-size:20px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:var(--text)}.producto-head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:8px}.producto-head h2{font-size:22px;font-weight:800;letter-spacing:-.3px}.tabs{display:flex;gap:4px;overflow-x:auto;border-bottom:1px solid var(--border);margin-bottom:16px}.tab{flex:0 0 auto;background:transparent;border:none;border-bottom:3px solid transparent;padding:10px 16px;font-size:13px;font-weight:700;color:var(--muted);white-space:nowrap;margin-bottom:-1px;transition:all .15s}.tab:hover:not(.active){color:var(--text)}.tab.active{color:var(--orange);border-bottom-color:var(--orange)}.uploader{margin-bottom:14px}.capture-bar{display:flex;gap:8px;flex-wrap:wrap}.cap-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border:1px solid var(--border);border-radius:20px;background:var(--white);font-size:13px;font-weight:600;color:var(--text);transition:all .15s}.cap-btn:hover{border-color:var(--orange);color:var(--orange)}.cap-ico{font-size:15px;line-height:1}.uploader .preview-box{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:12px;box-shadow:var(--shadow)}.big-btn{width:100%;padding:13px;border:1.5px solid var(--border);border-radius:var(--r);background:var(--white);font-size:15px;font-weight:700;color:var(--text);font-family:inherit;transition:all .15s}.big-btn:hover{border-color:var(--orange);color:var(--orange)}.big-btn.primary{background:var(--orange);color:#fff;border-color:var(--orange)}.big-btn.primary:hover{background:var(--orange-h);color:#fff}.big-btn.ghost{background:var(--bg)}.big-btn.small{width:auto;padding:8px 14px;font-size:13px}.preview-box{display:grid;gap:12px}.preview{width:100%;max-height:50vh;object-fit:contain;border-radius:var(--r);background:#000}.field{display:grid;gap:6px}.field>label{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.8px;font-weight:700}.color-selector{display:grid;gap:8px}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{display:inline-flex;align-items:center;gap:5px;background:var(--orange-bg);color:var(--orange);border-radius:20px;padding:3px 10px;font-size:12px;font-weight:700}.chip.small{font-size:10px;padding:2px 8px}.chip-x{background:none;border:0;color:inherit;font-size:15px;line-height:1}.quickpick-list{display:flex;flex-wrap:wrap;gap:5px;margin-top:4px}.pill{background:var(--bg);border:1.5px solid var(--border);border-radius:20px;padding:4px 10px;font-size:12px;font-weight:600;color:var(--text)}.pill:hover{border-color:var(--orange);color:var(--orange)}.pill.add{background:var(--orange);color:#fff;border-color:var(--orange)}.color-input{display:flex;gap:6px}.color-input input{flex:1;padding:8px 12px;border:1.5px solid var(--border);border-radius:6px;font-size:14px;font-family:inherit;background:var(--white);color:var(--text)}.color-input input:focus{outline:none;border-color:var(--orange)}.autocomplete{list-style:none;border:1px solid var(--border);border-radius:6px;overflow:hidden;box-shadow:var(--shadow)}.ac-item{width:100%;text-align:left;background:var(--white);border:0;padding:8px 12px;border-bottom:1px solid var(--border);font-size:13px}.ac-item:last-child{border-bottom:none}.ac-item:hover{background:var(--orange-bg);color:var(--orange)}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.media-card{position:relative;background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:8px;display:grid;gap:6px;box-shadow:var(--shadow)}.media-card.selected{border-color:var(--orange);box-shadow:0 0 0 2px var(--orange-bg)}.select-check{position:absolute;top:12px;left:12px;background:#ffffffe6;border-radius:4px;padding:2px;line-height:0;box-shadow:0 1px 3px #00000040;cursor:pointer}.select-check input{width:18px;height:18px;cursor:pointer;accent-color:var(--orange);margin:0}.selection-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding:8px 12px;background:var(--orange-bg);border-radius:var(--r)}.thumb-wrap{position:relative;display:block;width:100%;aspect-ratio:1 / 1;border:0;padding:0;border-radius:6px;overflow:hidden;background:var(--bg);cursor:pointer}.thumb-wrap:hover{box-shadow:0 0 0 2px var(--orange-bg)}.thumb{display:block;width:100%;height:100%;object-fit:cover}.badge-video{position:absolute;top:6px;right:6px;background:#0009;color:#fff;border-radius:6px;padding:0 6px;font-size:12px}.card-colores{display:flex;flex-wrap:wrap;gap:4px;min-height:18px}.card-actions{display:flex;justify-content:space-between}.card-edit{display:grid;gap:8px}.dropzone-wrap{margin-top:20px;margin-bottom:16px}.dropzone{display:flex;align-items:center;gap:14px;border:2px dashed var(--border);border-radius:var(--r);background:var(--white);padding:18px 20px;cursor:pointer;transition:all .15s}.dropzone:hover{border-color:var(--orange)}.dropzone.over{border-color:var(--orange);background:var(--orange-bg)}.dz-icon{font-size:28px;line-height:1}.dz-text{line-height:1.35}.dz-list{margin-top:8px;border:1px solid var(--border);border-radius:var(--r);background:var(--white);overflow:hidden}.dz-list-head{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-bottom:1px solid var(--border);background:var(--bg)}.dz-item{display:flex;align-items:center;gap:10px;padding:7px 12px;border-bottom:1px solid var(--border);font-size:13px}.dz-item:last-child{border-bottom:none}.dz-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.dz-bar{width:90px;height:6px;background:var(--bg);border-radius:3px;overflow:hidden;flex-shrink:0}.dz-bar-fill{display:block;height:100%;background:var(--orange);transition:width .15s}.dz-status{flex-shrink:0;min-width:84px;text-align:right;color:var(--muted)}.dz-item.dz-done .dz-status{color:var(--green);font-weight:700}.dz-item.dz-duplicate .dz-status{color:var(--muted)}.dz-item.dz-error .dz-status{color:var(--red);font-weight:700}.ia-banner{background:var(--orange-bg);color:var(--orange);font-weight:700;border-radius:6px;padding:6px 8px;line-height:1.3;margin-bottom:8px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:500;display:none;align-items:center;justify-content:center;padding:16px}.overlay.open{display:flex}.modal{background:var(--white);border-radius:14px;padding:20px;width:520px;max-width:100%;max-height:92vh;overflow-y:auto;box-shadow:0 20px 50px #00000040}.modal-lg{width:640px;max-width:94vw}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.modal-title{font-size:18px;font-weight:800;letter-spacing:-.3px}.modal-close{background:none;border:none;font-size:24px;color:var(--muted);cursor:pointer;line-height:1;padding:0 4px}.modal-close:hover{color:var(--text)}.modal-actions{display:flex;gap:10px;margin-top:18px;padding-top:14px;border-top:1px solid var(--border)}.modal-actions .btn-secondary{flex:1}.modal-actions .btn-primary{flex:2;justify-content:center}.color-modal__media{width:100%;max-height:52vh;display:grid;place-items:center;background:#000;border-radius:var(--r);overflow:hidden;margin-bottom:12px}.color-modal__img{width:100%;max-height:52vh;object-fit:contain;display:block}.cam-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:500;display:flex;flex-direction:column}.cam-stage{flex:1;display:grid;place-items:center;overflow:hidden}.cam-video{width:100%;height:100%;object-fit:cover}.cam-error{color:#fff;text-align:center;padding:24px}.cam-controls{display:flex;align-items:center;justify-content:space-between;padding:16px 24px calc(16px + env(safe-area-inset-bottom))}.cam-controls .link{color:#fff}.cam-shutter{width:64px;height:64px;border-radius:50%;border:4px solid #fff;background:#fff}.cam-shutter:disabled{opacity:.4}@media (max-width: 600px){.search-bar input,.color-input input{font-size:16px}.cap-btn{min-height:44px}.pill{min-height:36px;display:inline-flex;align-items:center}.card-actions{flex-wrap:wrap;gap:6px 14px;justify-content:flex-start}.card-actions .link.small{min-height:36px;display:inline-flex;align-items:center}}
