:root{--bg:#f6f7f9;--surface:#ffffff;--surface-2:#f0f2f5;--border:#d9dde3;--text:#1a1d21;--text-muted:#6b7280;--primary:#2563eb;--primary-text:#ffffff;--danger:#dc2626;--success:#16a34a;--chip-bg:#eef2ff;--chip-text:#3730a3;--shadow:0 1px 3px rgba(0,0,0,0.08),0 1px 2px rgba(0,0,0,0.04);--radius:10px;--thumb-size:120px;--app-font:15px}[data-theme=dark]{--bg:#0e1116;--surface:#171b22;--surface-2:#1f242d;--border:#2d333b;--text:#e6e8eb;--text-muted:#9aa4b2;--primary:#3b82f6;--primary-text:#ffffff;--danger:#f87171;--success:#4ade80;--chip-bg:#1e293b;--chip-text:#c7d2fe;--shadow:0 1px 3px rgba(0,0,0,0.4)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:var(--app-font,15px);line-height:1.5}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{margin:0 0 .5rem;line-height:1.25}.app-header{display:flex;align-items:center;gap:1rem;padding:.75rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:20;flex-wrap:wrap}.app-header .brand{font-weight:700;font-size:1.05rem;color:var(--text)}.app-header nav{display:flex;gap:.25rem;flex-wrap:wrap}.app-header .spacer{flex:1 1}.nav-link{padding:.35rem .7rem;border-radius:8px;color:var(--text-muted);font-weight:500}.nav-link:hover{background:var(--surface-2);text-decoration:none}.nav-link.active{background:var(--surface-2);color:var(--text)}.nav-group{position:relative;display:inline-flex}.nav-caret{font-size:.7em;opacity:.7}.nav-dropdown{display:flex;flex-direction:column;gap:.15rem;min-width:9rem;padding:.3rem;margin-top:.2rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:30;opacity:0;visibility:hidden;transform:translateY(-4px);pointer-events:none;transition:opacity .12s ease .12s,transform .12s ease .12s,visibility 0s linear .24s}.nav-dropdown,.nav-group:after{position:absolute;top:100%;left:0}.nav-group:after{content:"";width:9rem;height:.4rem;display:none}.nav-group:focus-within:after,.nav-group:hover:after{display:block}.nav-group:focus-within .nav-dropdown,.nav-group:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition:opacity .12s ease,transform .12s ease}.modal-overlay{position:fixed;inset:0;z-index:100;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;background:rgba(0,0,0,.5);overflow-y:auto}.modal-panel{width:100%;max-width:680px;margin:auto;background:var(--bg);border:1px solid var(--border);border-radius:14px;box-shadow:0 16px 48px rgba(0,0,0,.3)}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.modal-body{padding:1.25rem}.collapse-toggle{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;padding:0;border:none;background:transparent;color:var(--text-muted);font-size:.8rem;line-height:1;cursor:pointer;border-radius:6px;flex:0 0 auto}.collapse-toggle:hover{background:var(--surface-2);color:var(--text)}.collapse-toggle-empty{cursor:default}.collapse-toggle-empty:hover{background:transparent}.container{max-width:1100px;margin:0 auto;padding:1.5rem 1.25rem 4rem}.container-narrow{max-width:680px}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.9rem;font-weight:500;cursor:pointer;transition:background .12s ease}.btn:hover{background:var(--surface-2)}.btn-primary{background:var(--primary);color:var(--primary-text);border-color:var(--primary)}.btn-primary:hover{filter:brightness(1.08);background:var(--primary)}.btn-danger{color:var(--danger);border-color:var(--danger)}.btn-sm{padding:.3rem .6rem;font-size:.82rem}.btn:disabled{opacity:.55;cursor:not-allowed}.field{margin-bottom:1rem}.field label{display:block;font-weight:600;font-size:.85rem;margin-bottom:.3rem;color:var(--text)}.input,.textarea,select{width:100%;padding:.55rem .7rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:.95rem;font-family:inherit}.input:focus,.textarea:focus,select:focus{outline:2px solid var(--primary);outline-offset:-1px}.textarea{min-height:90px;resize:vertical}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.chip{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .6rem;background:var(--chip-bg);color:var(--chip-text);font-size:.85rem;font-weight:500}.badge,.chip{border-radius:999px}.badge{display:inline-block;padding:.1rem .5rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;background:var(--surface-2);color:var(--text-muted)}.badge-resolved{background:#fee2e2;color:#991b1b}[data-theme=dark] .badge-resolved{background:#3f1d1d;color:#fca5a5}.muted{color:var(--text-muted)}.row{gap:.75rem}.row,.row-between{display:flex;align-items:center}.row-between{justify-content:space-between;gap:1rem}.stack{display:flex;flex-direction:column;gap:.75rem}.error-text{color:var(--danger);font-size:.85rem}.success-text{color:var(--success);font-size:.9rem}.searchbox{display:flex;gap:.5rem;align-items:center}.searchbox .input{font-size:1.05rem;padding:.7rem .9rem}.combobox{position:relative}.combobox-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);max-height:220px;overflow-y:auto;z-index:30}.combobox-option{padding:.5rem .7rem;cursor:pointer}.combobox-option.active,.combobox-option:hover{background:var(--surface-2)}.combobox-create{font-weight:600;color:var(--primary)}table.list{width:100%;border-collapse:collapse}table.list td,table.list th{text-align:left;padding:.55rem .6rem;border-bottom:1px solid var(--border)}table.list th{font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted)}.board{display:grid;grid-template-columns:1fr 360px;grid-gap:1rem;gap:1rem;align-items:start}@media (max-width:820px){.board{grid-template-columns:1fr}}.board-col{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem}.board-container{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.6rem .75rem;margin-bottom:.6rem}.board-container.drop-hover,.dropzone.drop-hover{outline:2px dashed var(--primary);outline-offset:2px}.draggable-chip{cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.draggable-chip:active{cursor:-webkit-grabbing;cursor:grabbing}.drag-handle{cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--text-muted);font-size:1rem;line-height:1;padding:0 .15rem;flex:0 0 auto}.drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.board-container.nest-hover{outline:2px solid var(--primary);outline-offset:2px;background:var(--surface-2)}.nest-children{margin-top:.5rem;margin-left:.5rem;padding-left:.6rem;border-left:2px solid var(--border)}.reorder-line{height:.45rem;margin:.05rem 0;border-radius:999px;transition:background .1s ease}.reorder-line.active{background:var(--primary)}.chip-list{display:flex;flex-wrap:wrap;gap:.4rem;min-height:1.5rem}.timeline{list-style:none;padding:0;margin:0}.timeline li{padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.9rem}.timeline .when{color:var(--text-muted);font-size:.8rem}.photo-grid{display:flex;flex-wrap:wrap;gap:.6rem}.photo-grid img{height:var(--thumb-size,120px);object-fit:cover;border-radius:8px;border:1px solid var(--border)}.photo-grid img,.photo-item{width:var(--thumb-size,120px)}.photo-item{position:relative}.photo-item img{width:var(--thumb-size,120px);height:var(--thumb-size,120px);border-radius:8px;border:1px solid var(--border)}.list-thumb,.photo-item img{object-fit:cover;display:block}.list-thumb{width:calc(var(--thumb-size, 120px) * .4);height:calc(var(--thumb-size, 120px) * .4);border-radius:6px;border:1px solid var(--border)}.photo-cover-badge{position:absolute;top:4px;left:4px;background:var(--primary);color:var(--primary-text);font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:.1rem .35rem;border-radius:5px}.photo-actions{display:flex;gap:.2rem;margin-top:.25rem;flex-wrap:wrap}.photo-actions .btn{padding:.15rem .4rem;font-size:.75rem}.cover-hero{width:100%;max-height:380px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-2);display:block}.cover-empty{height:200px;font-size:.9rem}.cover-empty,.photo-dropzone{width:100%;border:1px dashed var(--border);border-radius:var(--radius);background:var(--surface-2);color:var(--text-muted);display:flex;align-items:center;justify-content:center}.photo-dropzone{text-align:center;font-size:.85rem;padding:.75rem;margin-top:.6rem;cursor:pointer;transition:border-color .12s,background .12s,color .12s}.photo-dropzone-large{height:200px;margin-top:0;font-size:.9rem}.photo-dropzone:hover{border-color:var(--accent,var(--text-muted));color:var(--text)}.photo-dropzone.dragover{border-color:var(--accent,var(--text));border-style:solid;background:var(--surface);color:var(--text)}.type-photo-cell{width:44px;height:44px;border:1px dashed var(--border);border-radius:6px;background:var(--surface-2);color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:border-color .12s,background .12s}.type-photo-cell img{width:100%;height:100%;object-fit:cover}.type-photo-cell:hover{border-color:var(--text-muted)}.type-photo-cell.dragover{border-style:solid;border-color:var(--text);background:var(--surface)}.type-photo-wrap{display:flex;align-items:center;gap:.3rem}.type-photo-clear{width:20px;height:20px;padding:0;line-height:1;border:1px solid var(--border);border-radius:50%;background:var(--surface-2);color:var(--text-muted);cursor:pointer;font-size:.7rem}.type-photo-clear:hover{border-color:var(--danger,#dc2626);color:var(--danger,#dc2626)}.cover-strip{margin-top:.6rem}.cover-strip .photo-item,.cover-strip .photo-item img{width:72px}.cover-strip .photo-item img{height:72px}.accordion{margin-top:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.accordion>summary{cursor:pointer;list-style:none;padding:.8rem 1rem;font-weight:600;display:flex;align-items:center;gap:.6rem}.accordion>summary::-webkit-details-marker{display:none}.accordion>summary:after{content:"⌄";margin-left:auto;color:var(--text-muted);font-size:1rem;line-height:1;transition:transform .15s ease}.accordion[open]>summary:after{transform:rotate(180deg)}.accordion-body{padding:0 1rem 1rem;gap:.75rem}.accordion-body,.entity-list{display:flex;flex-direction:column}.entity-list{gap:.5rem}.entity-row{display:flex;align-items:center;gap:.75rem;padding:.5rem .6rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text)}.entity-row:hover{background:var(--surface-2);text-decoration:none}.entity-thumb{width:48px;height:48px;flex:none;object-fit:cover;border-radius:8px;border:1px solid var(--border);display:block}.entity-thumb.placeholder{display:flex;align-items:center;justify-content:center;background:var(--surface-2);color:var(--text-muted)}.entity-title{font-weight:600}.entity-row-link{display:flex;align-items:center;gap:.75rem;flex:1 1 auto;min-width:0;color:inherit}.entity-row-link:hover{text-decoration:none}.row-photo-drop{flex:none;width:104px;align-self:stretch;min-height:48px;border:1px dashed var(--border);border-radius:8px;background:var(--surface-2);color:var(--text-muted);display:flex;align-items:center;justify-content:center;text-align:center;font-size:.78rem;cursor:pointer;transition:border-color .12s,background .12s,color .12s}.row-photo-drop:hover{border-color:var(--text-muted);color:var(--text)}.row-photo-drop.dragover{border-style:solid;border-color:var(--text);background:var(--surface);color:var(--text)}.theme-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.15rem .5rem;border-radius:999px;background:var(--surface-2);color:var(--text-muted);font-size:.78rem;font-weight:600}.chip-x{border:none;background:none;color:inherit;cursor:pointer;font:inherit;padding:0;line-height:1}.chip-x:hover{text-decoration:underline}.selectable-chip{gap:.4rem}.selectable-chip.selected{outline:2px solid var(--primary);outline-offset:1px}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.login-card{width:100%;max-width:360px}.version-badge{position:fixed;right:8px;bottom:8px;z-index:50;padding:.15rem .5rem;border-radius:999px;font-size:.72rem;font-weight:600;color:var(--text-muted);background:var(--surface);box-shadow:var(--shadow);opacity:.75;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.kbd,.version-badge{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;border:1px solid var(--border)}.kbd{font-size:.78rem;background:var(--surface-2);border-radius:5px;padding:.05rem .35rem}