:root{--bg:#f4f6f8;--surface:#fff;--border:#e2e8f0;--text:#1f2933;--text-muted:#64748b;--accent:#2563eb;--error:#dc2626;--done:#16a34a;--nav-h:56px;--maxw:820px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}.app{min-height:100%}.content{max-width:var(--maxw);padding:calc(var(--nav-h) + 20px) 16px 48px;margin:0 auto}.notice{color:var(--text-muted);padding:24px 4px}.notice--error{color:var(--error)}.auth{justify-content:center;align-items:center;min-height:100%;padding:24px 16px;display:flex}.auth__card{background:var(--surface);border:1px solid var(--border);border-radius:14px;width:100%;max-width:380px;padding:28px 24px;box-shadow:0 8px 28px #00000014}.auth__title{margin:0 0 16px;font-size:1.4rem}.auth__hint{color:var(--text-muted);margin:0}.auth__hint--error{color:var(--error)}.auth__form{flex-direction:column;gap:12px;display:flex}.auth__label{font-weight:550}.auth__input{border:1px solid var(--border);background:var(--surface);border-radius:10px;width:100%;padding:11px 14px;font-size:1rem}.auth__input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}.auth__button{color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:10px;padding:11px 14px;font-size:1rem;font-weight:600}.auth__button:disabled{opacity:.55;cursor:not-allowed}.photos{flex-direction:column;gap:16px;margin-top:24px;display:flex}.photo{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:10px;margin:0;padding:12px;display:flex}.photo__img{object-fit:contain;cursor:zoom-in;background:#f1f5f9;border-radius:8px;width:100%;max-height:60vh}.photo__desc-field{flex-direction:column;gap:2px;display:flex}.photo__desc{width:100%;font:inherit;border:1px solid var(--border);background:var(--surface);resize:vertical;border-radius:8px;padding:8px 10px}.photo__desc-status{color:var(--text-muted);align-self:flex-end;min-height:1em;font-size:.8rem}.photo__desc-status--saved{color:var(--done)}.photo__desc-status--error{color:var(--error)}.photo__desc-retry{font:inherit;color:var(--error);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;text-decoration:underline}.photo__desc:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}.photo__delete{font:inherit;color:var(--error);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;align-self:flex-start;padding:6px 12px}.photo__delete:hover{border-color:var(--error)}.photos__add{color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:12px;align-self:stretch;padding:14px;font-size:1rem;font-weight:600}.photos__add:disabled{opacity:.6;cursor:not-allowed}.lightbox{z-index:100;background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.lightbox__img{touch-action:none;will-change:transform;-webkit-user-select:none;user-select:none;max-width:100%;max-height:100%}.lightbox__close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:10px;width:44px;height:44px;font-size:1.4rem;position:absolute;top:12px;right:12px}.navbar{height:var(--nav-h);z-index:10;background:var(--text);color:#fff;justify-content:space-between;align-items:center;gap:12px;padding:0 16px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 3px #00000026}.navbar__brand{letter-spacing:.01em;align-items:center;gap:8px;min-width:0;font-size:1.05rem;font-weight:650;display:flex}.navbar__crumb{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.navbar__crumb--current{color:#cbd5e1;min-width:0;font-weight:650}.navbar__crumb-sep{color:#94a3b8;flex:none;font-size:1.1rem;line-height:1}.navbar__menu{flex:none;position:relative}.navbar__hamburger{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0 9px;display:flex}.navbar__hamburger:hover,.navbar__hamburger[aria-expanded=true]{background:#ffffff1f}.navbar__hamburger span{background:#fff;border-radius:2px;width:100%;height:2px;display:block}.navbar__dropdown{background:var(--surface);min-width:200px;color:var(--text);border:1px solid var(--border);border-radius:10px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #0000002e}.navbar__dropdown-empty{color:var(--text-muted);margin:0;padding:8px 10px;font-size:.9rem}.list__header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.list__title{margin:0;font-size:1.5rem}.list__subtitle{color:var(--text-muted);font-size:.9rem}.list__search{border:1px solid var(--border);background:var(--surface);border-radius:10px;width:100%;margin-bottom:16px;padding:11px 14px;font-size:1rem}.list__search:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}.list__items{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.list__item{background:var(--surface);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;padding:14px 16px;transition:border-color .12s,transform 60ms;display:flex}.list__item:hover{border-color:var(--accent)}.list__item:active{transform:scale(.995)}.list__item-name{word-break:break-word;font-weight:550}.list__item-end{align-items:center;gap:12px;display:inline-flex}.list__item-count{color:var(--text-muted);font-variant-numeric:tabular-nums;background:var(--bg);border-radius:999px;padding:2px 10px;font-size:.85rem}.list__item-chevron{color:var(--text-muted);font-size:1.4rem;line-height:1}.detail__group{margin-bottom:24px}.detail__group:last-child{margin-bottom:0}.detail__group-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 8px;padding-left:2px;font-size:.8rem;font-weight:650}.detail__attrs{background:var(--border);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:1px;margin:0;display:flex;overflow:hidden}.detail__attr{background:var(--surface);grid-template-columns:minmax(160px,34%) 1fr;gap:16px;padding:14px 16px;display:grid}.detail__attr--toggle{justify-content:space-between;align-items:center;gap:12px;display:flex}.detail__attr-key{color:var(--text-muted);font-size:.9rem;font-weight:550}.detail__attr-value{white-space:pre-wrap;word-break:break-word;margin:0}.field-text{align-items:center;gap:8px;width:100%;display:inline-flex}.field-text__input{min-width:0;font:inherit;border:1px solid var(--border);background:var(--surface);border-radius:8px;flex:1;padding:7px 10px}.field-text__input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}.field-check{align-items:center;gap:10px;display:inline-flex}.field-check__box{border:2px solid var(--border);width:48px;height:48px;color:var(--done);cursor:pointer;background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;display:flex}.field-check__box--on{background:var(--done);border-color:var(--done);color:#fff}.field-check__box:disabled{opacity:.6;cursor:not-allowed}.field-check__who{color:var(--text);font-weight:550}.field-user{align-items:center;gap:10px;display:inline-flex}.field-user__btn{min-height:38px;font:inherit;color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:9px;padding:8px 14px;font-weight:600}.field-user__btn:disabled{opacity:.6;cursor:not-allowed}.field-user__mine{color:var(--done);align-items:center;gap:6px;font-weight:650;display:inline-flex}.field-user__who{color:var(--text);word-break:break-word;font-weight:550}.field-user__clear{width:32px;height:32px;color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.field-user__clear:hover{border-color:var(--error);color:var(--error)}.field-error{color:var(--error);font-size:.85rem}.spinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin;display:inline-block}.spinner--dark{width:18px;height:18px;color:var(--text-muted);flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=560px){.detail__attr{grid-template-columns:1fr;gap:4px}}
