*{margin:0;padding:0}#root{width:100%;min-height:100vh}:root{--bg:#2c2c2c;--bg-deep:#1e1e1e;--tile:#fff;--text:#f5f5f5;--muted:#a8a8a8;--accent:#e8d5c4;--border:#3a3a3a;--tile-shadow:0 2px 8px #00000059;--radius:4px;--tile-size:240px}*{box-sizing:border-box}body{background:var(--bg);min-height:100vh;color:var(--text);margin:0;padding:1.25rem 1.5rem 3rem;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.app-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.app-header h1{letter-spacing:.02em;margin:0;font-size:1.35rem;font-weight:600}.app-header .subtitle{color:var(--muted);margin:.25rem 0 0;font-size:.85rem}.kid-switcher{background:var(--bg-deep);border-radius:999px;gap:2px;padding:4px;display:inline-flex}.kid-switcher button{appearance:none;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.5rem 1.15rem;font-size:.95rem;font-weight:600;transition:background .15s,color .15s}.kid-switcher button:hover{color:var(--text)}.kid-switcher button.active{background:var(--tile);color:#222}.section{margin-bottom:2.5rem}.section-title{margin:0 0 .35rem;font-size:1.05rem;font-weight:600}.section-meta{color:var(--muted);margin:0 0 1rem;font-size:.8rem}.empty-state{background:var(--bg-deep);border:1px dashed var(--border);color:var(--muted);text-align:center;border-radius:8px;padding:2rem}.mix-scroll{padding-bottom:.5rem;overflow-x:auto}.mix-grid{gap:10px;width:max-content;display:grid}.mix-corner{width:72px;min-height:48px}.mix-col-label,.mix-row-label{color:var(--muted);text-align:center;max-width:var(--tile-size);justify-content:center;align-items:flex-end;padding:.25rem;font-size:.65rem;line-height:1.2;display:flex}.mix-row-label{text-align:right;justify-content:flex-end;align-items:center;width:72px;max-width:72px;padding-right:.5rem}.tile{width:var(--tile-size);height:var(--tile-size);background:var(--tile);border-radius:var(--radius);box-shadow:var(--tile-shadow);flex-direction:column;justify-content:center;align-items:center;padding:8px;display:flex;position:relative;overflow:hidden}.tile.combo{cursor:pointer;justify-content:space-evenly}.tile.combo:hover{outline-offset:1px;outline:2px solid #5b8cff8c}.piece{flex:1;justify-content:center;align-items:center;width:100%;min-height:0;display:flex}.piece img{object-fit:contain;max-width:92%;max-height:100%;display:block}.piece.top img{max-height:100px}.piece.bottom img{max-height:125px}.piece.solo img{max-height:200px}.piece.shoes img{max-height:48px}.tile.combo.with-shoes .piece.top img{max-height:88px}.tile.combo.with-shoes .piece.bottom img{max-height:100px}.placeholder{text-align:center;color:#1a1a1a;letter-spacing:.01em;border:1px solid #00000014;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;width:88%;height:88%;padding:6px;font-size:.58rem;font-weight:700;line-height:1.15;display:flex}.placeholder .ph-cat{text-transform:uppercase;opacity:.65;margin-bottom:3px;font-size:.5rem;font-weight:600}.placeholder .ph-name{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.piece.top .placeholder{height:96px}.piece.bottom .placeholder{height:100px}.sets-grid{grid-template-columns:repeat(auto-fill, minmax(var(--tile-size), 1fr));gap:12px;max-width:1400px;display:grid}.set-card{flex-direction:column;gap:.4rem;display:flex}.set-card .tile{width:100%;max-width:240px;height:240px}.set-card .label{color:var(--muted);max-width:240px;font-size:.72rem;line-height:1.25}.set-card .label strong{color:var(--text);font-weight:600;display:block}.status-bar{background:var(--bg-deep);border-top:1px solid var(--border);color:var(--muted);z-index:10;padding:.4rem 1rem;font-size:.75rem;position:fixed;bottom:0;left:0;right:0}.error-banner{color:#ffd4d4;background:#5c1f1f;border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.add-item-section{margin-bottom:2.5rem}.add-item-toggle{appearance:none;background:var(--accent);color:#222;font:inherit;border-radius:var(--radius);cursor:pointer;border:none;margin-bottom:1rem;padding:.65rem 1.5rem;font-size:.95rem;font-weight:600;transition:opacity .15s}.add-item-toggle:hover{opacity:.9}.add-item-form{background:var(--bg-deep);border:1px solid var(--border);border-radius:8px;max-width:600px;padding:1.5rem}.form-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:var(--text);font-size:.85rem;font-weight:500}.form-group input,.form-group select{appearance:none;background:var(--bg);border:1px solid var(--border);color:var(--text);font:inherit;border-radius:var(--radius);padding:.5rem .75rem;font-size:.9rem;transition:border-color .15s}.form-group input:focus,.form-group select:focus{border-color:var(--accent);outline:none}.form-group select{cursor:pointer}.form-actions{justify-content:flex-end;gap:.75rem;display:flex}.btn{appearance:none;font:inherit;border-radius:var(--radius);cursor:pointer;border:none;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:opacity .15s}.btn:hover{opacity:.9}.btn-primary{background:var(--accent);color:#222}.btn-secondary{color:var(--muted);border:1px solid var(--border);background:0 0}.btn-export{background:var(--bg-deep);color:var(--text);border:1px solid var(--border)}.btn-reset{color:var(--muted);border:1px solid var(--border);background:0 0;margin-left:.5rem}.btn-reset:hover{color:var(--text);border-color:var(--text)}.export-section{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}@media (width>=900px){:root{--tile-size:240px}}@media (width<=640px){.form-grid{grid-template-columns:1fr}}.lightbox-overlay{z-index:1000;background:#000000f2;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.lightbox-close{color:#fff;cursor:pointer;z-index:1002;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2.5rem;line-height:1;transition:background .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.lightbox-close:hover{background:#fff3}.lightbox-content{justify-content:center;align-items:center;gap:2rem;max-width:90vw;max-height:90vh;display:flex;position:relative}.lightbox-image-container{flex-direction:column;align-items:center;gap:1.5rem;max-height:90vh;display:flex}.lightbox-image{object-fit:contain;background:#fff;border-radius:8px;max-width:70vw;max-height:70vh;padding:1rem;display:block}.lightbox-outfit{box-sizing:border-box;background:#fff;border-radius:12px;flex-direction:column;justify-content:space-evenly;align-items:center;width:min(420px,78vw);height:min(520px,72vh);padding:1.25rem 1.5rem;display:flex;box-shadow:0 12px 40px #00000059}.lightbox-outfit-single{justify-content:center;height:min(480px,70vh)}.lightbox-outfit-piece{flex:1;justify-content:center;align-items:center;width:100%;min-height:0;display:flex}.lightbox-piece-img{object-fit:contain;max-width:92%;display:block}.lightbox-piece-img.top{max-height:210px}.lightbox-piece-img.bottom{max-height:250px}.lightbox-piece-img.solo{max-height:min(400px,58vh)}.lightbox-piece-img.shoes{max-height:90px}.lightbox-outfit.with-shoes{height:min(560px,78vh)}.lightbox-outfit.with-shoes .lightbox-piece-img.top{max-height:180px}.lightbox-outfit.with-shoes .lightbox-piece-img.bottom{max-height:200px}.lightbox-outfit-piece.shoes{flex:.45}.lightbox-placeholder{color:#333;text-align:center;background:#ece8e1;border-radius:8px;justify-content:center;align-items:center;width:88%;min-height:120px;padding:.75rem;font-size:.95rem;font-weight:600;display:flex}.lightbox-info{text-align:center;color:#fff;max-width:600px}.lightbox-name{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.lightbox-details{color:#fffc;font-size:1.1rem}.lightbox-nav{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:3rem;line-height:1;transition:background .2s;display:flex}.lightbox-nav:hover{background:#fff3}.lightbox-nav-prev{margin-right:1rem}.lightbox-nav-next{margin-left:1rem}.lightbox-counter{color:#fff;background:#00000080;border-radius:999px;padding:.5rem 1rem;font-size:1rem;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}
