:root{--bg: #f4f5f7;--surface: #ffffff;--border: #dfe3e8;--text: #1a1d21;--muted: #5c6570;--accent: #2563eb;--accent-hover: #1d4ed8;--danger: #b91c1c;--col-wip: #fef3c7;--col-fixed: #dcfce7;--col-nab: #e5e7eb;--shadow: 0 1px 3px rgb(0 0 0 / .08);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;line-height:1.45;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0}a{color:var(--accent)}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.app-header h1{margin:0;font-size:1.15rem;font-weight:650}.header-actions{display:flex;gap:.5rem;flex-wrap:wrap}.btn{border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:.45rem .85rem;font-weight:600}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-ghost{background:transparent}.board{display:grid;grid-template-columns:repeat(5,minmax(200px,1fr));gap:.75rem;padding:1rem;align-items:start}@media(max-width:1100px){.board{grid-template-columns:1fr}}.column{background:var(--surface);border:1px solid var(--border);border-radius:10px;min-height:120px;box-shadow:var(--shadow)}.column-header{padding:.55rem .75rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:1px solid var(--border)}.column-body{padding:.5rem;display:flex;flex-direction:column;gap:.5rem}.card{border:1px solid var(--border);border-radius:8px;padding:.55rem .65rem;background:#fff}.card-title{font-weight:650;font-size:.92rem;margin:0 0 .35rem}.meta-row{display:flex;flex-wrap:wrap;gap:.35rem;font-size:.78rem;color:var(--muted)}.pill{display:inline-block;padding:.12rem .45rem;border-radius:999px;font-weight:600;font-size:.72rem;border:1px solid var(--border);background:#fafafa}.pill-priority-low{background:#ecfeff}.pill-priority-medium{background:#fff7ed}.pill-priority-high{background:#fef2f2}.pill-priority-blocked{background:#ede9fe}.thumbs{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.45rem}.thumb{width:52px;height:52px;border-radius:6px;object-fit:cover;border:1px solid var(--border);cursor:zoom-in;background:#f3f4f6}.thumb-video{display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.modal{background:var(--surface);border-radius:12px;max-width:640px;width:100%;max-height:90vh;overflow:auto;box-shadow:0 12px 40px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;border-bottom:1px solid var(--border)}.modal-header h2{margin:0;font-size:1.05rem}.modal-body{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.field label{display:block;font-size:.8rem;font-weight:650;margin-bottom:.25rem}.field input,.field select,.field textarea{width:100%;border:1px solid var(--border);border-radius:8px;padding:.45rem .55rem}.field textarea{min-height:88px;resize:vertical}.field-hint{font-size:.75rem;color:var(--muted);margin-top:.2rem}.modal-footer{padding:.75rem 1rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:.5rem}.error-text{color:var(--danger);font-size:.85rem}.lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b8;z-index:80;display:flex;align-items:center;justify-content:center;padding:1rem}.lightbox-inner{max-width:min(96vw,1200px);max-height:92vh}.lightbox-inner img,.lightbox-inner video{max-width:100%;max-height:86vh;border-radius:8px;display:block}.lightbox-close{position:fixed;top:1rem;right:1rem;border:none;background:#fff;border-radius:999px;width:2.25rem;height:2.25rem;font-size:1.25rem;line-height:1;box-shadow:var(--shadow)}.admin-login{max-width:420px;margin:2rem auto;padding:1.25rem;background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow)}.admin-panel{max-width:960px;margin:1rem auto;padding:0 1rem 2rem}.admin-card{border:1px solid var(--border);border-radius:10px;padding:.75rem 1rem;margin-bottom:.65rem;background:var(--surface)}.admin-card h3{margin:0 0 .5rem;font-size:.95rem}.admin-grid{display:grid;gap:.5rem}@media(min-width:700px){.admin-grid.cols-2{grid-template-columns:1fr 1fr}}
