.avatar[data-v-d5217862]{border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--surface-2, #eee)}.avatar--placeholder[data-v-d5217862]{display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;color:#fff;background:var(--accent)}:root{--accent: #6258ed;--accent-dark: #4b42c9;--accent-soft: #eeecfd;--navy: #15131f;--bg: #f6f6fa;--surface: #ffffff;--surface-2: #f0f0f5;--border: #e6e6ee;--text: #1a1826;--text-muted: #6c6a7c;--danger: #e5484d;--danger-soft: #fdecec;--glass: rgba(255, 255, 255, .88);color-scheme:light;--s-wishlist: #ec4899;--s-commande: #f59e0b;--s-possede: #22c55e;--radius: 16px;--radius-sm: 10px;--radius-lg: 24px;--shadow: 0 1px 2px rgba(21, 19, 31, .04), 0 8px 24px rgba(21, 19, 31, .06);--shadow-lg: 0 8px 40px rgba(21, 19, 31, .18);--font-display: "Archivo", "Space Grotesk", system-ui, sans-serif;--font-body: "Space Grotesk", system-ui, -apple-system, sans-serif;--nav-h: 64px;--header-h: 60px;--maxw: 960px}:root[data-theme=dark]{--accent: #7b73f2;--accent-dark: #a79ff7;--accent-soft: #262445;--bg: #1a1933;--surface: #232145;--surface-2: #2c2a54;--border: #383560;--text: #ececf4;--text-muted: #a5a2c6;--danger: #ff6b6f;--danger-soft: #3a2129;--glass: rgba(26, 25, 51, .85);--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 8px 24px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .6);color-scheme:dark}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.45}#app{min-height:100dvh}h1,h2,h3,.display{font-family:var(--font-display);font-weight:800;letter-spacing:-.01em;line-height:1.1}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:1rem}.wordmark{font-family:var(--font-display);font-weight:900;letter-spacing:.06em;text-transform:uppercase}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:var(--radius-sm);padding:.7rem 1.1rem;font-weight:600;font-size:.95rem;background:var(--surface-2);color:var(--text);transition:transform .06s ease,background .15s ease,opacity .15s ease}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-dark)}.btn--ghost{background:transparent;border:1.5px solid var(--border)}.btn--danger{background:var(--danger-soft);color:var(--danger)}.btn--block{width:100%}.btn--sm{padding:.45rem .7rem;font-size:.85rem}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.9rem}.field label{font-size:.8rem;font-weight:600;color:var(--text-muted)}.input,.select,.textarea{width:100%;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:.7rem .8rem;color:var(--text);transition:border-color .15s ease}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--accent)}.textarea{min-height:84px;resize:vertical}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card-title{font-weight:700;font-size:.92rem;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:700;letter-spacing:.02em;padding:.25rem .55rem .25rem .45rem;border-radius:999px;color:#fff;white-space:nowrap}.badge svg{flex:none}.badge--WISHLIST{background:var(--s-wishlist)}.badge--COMMANDE{background:var(--s-commande)}.badge--POSSEDE{background:var(--s-possede)}.pill{display:inline-flex;align-items:center;gap:.35rem;border:1.5px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:999px;padding:.4rem .8rem;font-size:.85rem;font-weight:600;white-space:nowrap}.pill svg{flex:none}.pill[aria-pressed=true]{color:#fff;border-color:transparent;background:var(--accent)}.pill--WISHLIST[aria-pressed=true]{background:var(--s-wishlist)}.pill--COMMANDE[aria-pressed=true]{background:var(--s-commande)}.pill--POSSEDE[aria-pressed=true]{background:var(--s-possede)}.app-header{position:sticky;top:0;z-index:30;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:0 1rem;background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.app-main{max-width:var(--maxw);margin:0 auto;padding:1rem 1rem calc(var(--nav-h) + 2rem)}@media(min-width:1080px){.app-main:has(.table-wrap){max-width:none}}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:40;height:var(--nav-h);display:flex;background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--text-muted);font-size:.7rem;font-weight:600}.bottom-nav a.is-active{color:var(--accent)}.bottom-nav svg{width:22px;height:22px}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}@media(min-width:720px){.grid{grid-template-columns:repeat(3,1fr);gap:1rem}}.thumb{aspect-ratio:3 / 4;width:100%;object-fit:cover;background:var(--surface-2);display:block}.thumb--placeholder{display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-family:var(--font-display);font-weight:800;font-size:1.4rem}.detail-gallery{display:flex;flex-wrap:wrap;gap:.4rem;padding:.5rem}.detail-thumb{width:48px;height:60px;border-radius:8px;overflow:hidden;border:2px solid transparent;padding:0;background:var(--surface-2)}.detail-thumb.is-active{border-color:var(--accent)}.detail-thumb img{width:100%;height:100%;object-fit:cover;display:block}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin-bottom:1rem}@media(min-width:560px){.stats{grid-template-columns:repeat(4,1fr)}}.stat{padding:.9rem;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border)}.stat .n{font-family:var(--font-display);font-weight:800;font-size:1.6rem;line-height:1}.stat .l{font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.toolbar{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;flex-wrap:wrap}.toolbar-end{display:flex;align-items:center;gap:.6rem;flex-basis:100%}.toolbar-end .select{flex:1;min-width:0}@media(min-width:560px){.toolbar-end{flex-basis:auto;margin-left:auto}.toolbar-end .select{flex:0 1 auto;max-width:170px}}.search{position:relative;flex:1;min-width:180px}.search .input{padding-left:2.4rem}.search svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--text-muted)}.bulk-bar{position:sticky;top:calc(var(--header-h) + .4rem);z-index:20;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding:.6rem .8rem;background:var(--surface);border:1px solid var(--accent);border-radius:var(--radius);box-shadow:var(--shadow)}@media(min-width:1024px){.bulk-bar{top:.6rem}}.bulk-count{font-weight:700;font-size:.9rem;color:var(--accent-dark);white-space:nowrap}.bulk-clear{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:50%;background:var(--surface-2);color:var(--text-muted)}.bulk-clear:hover{background:var(--danger-soft);color:var(--danger)}.chips-label{align-self:center;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);white-space:nowrap;padding-right:.1rem}.card--sel{outline:2.5px solid var(--accent);outline-offset:-2.5px}.select-mark{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#15131f59;border-radius:50%;cursor:pointer;transition:background .15s ease}.select-mark:hover{background:#15131f8c}.select-mark .is-on{color:#fff;background:var(--accent);border-radius:50%}table.data tr.is-sel{background:var(--accent-soft)}.chips{display:flex;gap:.4rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#15131f73;display:flex;align-items:flex-end;justify-content:center}.sheet{width:100%;max-width:var(--maxw);max-height:88dvh;overflow-y:auto;background:var(--surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-lg);padding:.5rem 1.1rem calc(1.5rem + env(safe-area-inset-bottom));animation:sheet-up .22s cubic-bezier(.2,.8,.2,1)}@media(min-width:720px){.sheet-backdrop{align-items:center}.sheet{border-radius:var(--radius-lg);max-height:86dvh}}@keyframes sheet-up{0%{transform:translateY(6%);opacity:.6}to{transform:translateY(0);opacity:1}}.sheet-handle{width:40px;height:4px;border-radius:999px;background:var(--border);margin:.5rem auto .75rem}.table-wrap{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface)}table.data{width:100%;border-collapse:collapse;font-size:.9rem}table.data th,table.data td{text-align:left;padding:.7rem .8rem;border-bottom:1px solid var(--border);white-space:nowrap}table.data th{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:var(--surface-2)}table.data th.col-fig,table.data td.col-fig{width:100%;max-width:0}table.data .cell-name{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}table.data tr:last-child td{border-bottom:none}table.data .inline-input{border:1px solid transparent;background:transparent;border-radius:6px;padding:.3rem .4rem;width:100%;min-width:70px}table.data .inline-input:hover{border-color:var(--border)}table.data .inline-input:focus{outline:none;border-color:var(--accent);background:var(--surface)}.cell-thumb{width:34px;height:44px;border-radius:6px;overflow:hidden;flex:none}.view-toggle{display:inline-flex;gap:2px;padding:3px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);flex:none}.view-toggle__btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:30px;border:none;background:transparent;color:var(--text-muted);border-radius:7px;cursor:pointer;transition:background .12s ease,color .12s ease}.view-toggle__btn:hover{color:var(--text)}.view-toggle__btn.is-active{background:var(--surface);color:var(--accent-dark);box-shadow:var(--shadow)}.empty{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.empty .icon{font-size:2.5rem}.empty-icon{color:var(--accent);opacity:.7}.spinner{width:26px;height:26px;border:3px solid var(--accent-soft);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;margin:2rem auto}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;left:50%;bottom:calc(var(--nav-h) + 1rem);transform:translate(-50%);z-index:60;background:var(--navy);color:#fff;padding:.7rem 1.1rem;border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);font-size:.9rem;max-width:90vw}.toast--error{background:var(--danger)}.auth-wrap{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(circle at 50% 0%,#211d3a,var(--navy))}.auth-card{width:100%;max-width:380px;background:var(--surface);border-radius:var(--radius-lg);padding:1.75rem 1.5rem;box-shadow:var(--shadow-lg)}.row{display:flex;align-items:center;gap:.6rem}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.muted{color:var(--text-muted)}.small{font-size:.85rem}.mt{margin-top:1rem}.mb{margin-bottom:1rem}.grow{flex:1}.tag{display:inline-block;background:var(--accent-soft);color:var(--accent-dark);font-size:.72rem;font-weight:600;padding:.15rem .5rem;border-radius:999px}.tag--cat{border:none;cursor:pointer;transition:background .12s ease}.tag--cat:hover{background:var(--accent);color:#fff}.tag--removable{display:inline-flex;align-items:center;gap:.2rem}.tag--removable button{border:none;background:transparent;color:inherit;display:inline-flex;align-items:center;padding:0;cursor:pointer}.error-text{color:var(--danger);font-size:.85rem}.page-title{font-size:1.6rem;margin-bottom:1rem}.splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--accent);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem}.splash-inner{display:flex;flex-direction:column;align-items:center;gap:1.15rem;animation:splash-pop .5s cubic-bezier(.2,.8,.2,1)}.splash-logo{color:#f4f3ff;width:clamp(84px,15vw,150px);height:auto;animation:splash-breathe 2.4s ease-in-out infinite}.splash-wordmark{color:#f4f3ff;height:clamp(22px,4vw,40px);width:auto}.splash-loader{width:30px;height:30px;border:3px solid rgba(244,243,255,.35);border-top-color:#f4f3ff;border-radius:50%;animation:spin .7s linear infinite}@keyframes splash-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes splash-pop{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.splash-fade-leave-active{transition:opacity .45s ease}.splash-fade-leave-to{opacity:0}.shell{min-height:100dvh}.sidebar{display:none}@media(min-width:1024px){.app-header,.bottom-nav{display:none}.sidebar{display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;width:252px;padding:1.15rem .85rem;background:var(--surface);border-right:1px solid var(--border);z-index:40}.shell-body{margin-left:252px}.app-main{max-width:1200px;margin:0 auto;padding:1.75rem 2.25rem 3rem}.page-title{font-size:1.9rem}.grid{grid-template-columns:repeat(auto-fill,minmax(188px,1fr));gap:1.15rem}.stats{grid-template-columns:repeat(4,1fr)}}.sidebar-brand{display:flex;align-items:center;gap:.6rem;color:var(--accent);padding:.35rem .7rem 1.25rem}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.sidebar-nav a{display:flex;align-items:center;gap:.8rem;padding:.72rem .8rem;border-radius:11px;color:var(--text-muted);font-weight:600;font-size:.95rem}.sidebar-nav a svg{width:20px;height:20px}.sidebar-nav a:hover{background:var(--surface-2);color:var(--text)}.sidebar-nav a.is-active{background:var(--accent-soft);color:var(--accent-dark)}.sidebar-spacer{flex:1}.sidebar-user{display:flex;align-items:center;gap:.5rem;border-top:1px solid var(--border);padding-top:.85rem}.sidebar-user-link{display:flex;align-items:center;gap:.6rem;flex:1;min-width:0;padding:.4rem;border-radius:10px}.sidebar-user-link:hover{background:var(--surface-2)}.avatar{flex:none;width:36px;height:36px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800}.sidebar-user-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.sidebar-user-name{font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
