.release-owner-highlight{font-weight:600}:root{--bg: #0f1419;--surface: #1a2332;--surface-hover: #243044;--border: #2d3a4f;--text: #e8edf4;--text-muted: #8b9cb3;--accent: #3b82f6;--accent-hover: #2563eb;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--radius: 8px;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;color:var(--text);background:var(--bg)}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;overflow-x:hidden}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button{cursor:pointer;border:none;border-radius:var(--radius);padding:.5rem 1rem;background:var(--accent);color:#fff;transition:background .15s;max-width:100%}button:hover{background:var(--accent-hover)}button.secondary{background:var(--surface-hover);color:var(--text)}button.btn-sm{padding:.25rem .5rem;font-size:.8125rem}button.danger{background:var(--danger)}input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text)}input[type=checkbox],input[type=radio]{width:1rem;height:1rem;margin:0;flex-shrink:0;accent-color:var(--accent)}input[type=range]{width:100%;padding:0;border:none;background:transparent}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:0}label{display:block;font-size:.875rem;color:var(--text-muted);margin-bottom:.25rem}.form-group{margin-bottom:1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;min-width:0;overflow-wrap:anywhere}.card-entity{display:flex;flex-direction:column;height:100%}.card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;min-width:0}.card-header-main{flex:1;min-width:0}.card-header-main h3{font-size:1rem;line-height:1.3;word-break:break-word}.card-actions{display:flex;flex-wrap:wrap;gap:.375rem;justify-content:flex-end;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.toolbar-actions{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:1.5rem}.card-compact{padding:.75rem}.card-compact>h3,.card-compact>h4{margin-bottom:.5rem;font-size:.9375rem}.badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0;max-width:100%;overflow-wrap:anywhere}.badge-planning,.badge-planned,.badge-todo{background:#374151;color:#d1d5db}.badge-active,.badge-in_progress{background:#1e3a5f;color:#93c5fd}.badge-completed,.badge-released,.badge-done{background:#14532d;color:#86efac}.badge-on_hold,.badge-review{background:#78350f;color:#fcd34d}.badge-cancelled{background:#7f1d1d;color:#fca5a5}.error{color:var(--danger);padding:.75rem;background:#7f1d1d33;border-radius:var(--radius);margin-bottom:1rem;overflow-wrap:anywhere}.success{color:#86efac;padding:.75rem;background:#14532d55;border-radius:var(--radius);margin-bottom:1rem;overflow-wrap:anywhere}.empty{color:var(--text-muted);text-align:center;padding:2rem}.empty-sm{color:var(--text-muted);text-align:center;padding:.75rem;font-size:.875rem}.layout{display:flex;min-height:100vh}.sidebar{width:220px;background:var(--surface);border-right:1px solid var(--border);padding:1.5rem 1rem;flex-shrink:0;position:sticky;top:0;align-self:flex-start;height:100vh;overflow-y:auto}.sidebar-brand{display:block;margin-bottom:1.5rem;text-decoration:none}.sidebar-brand:hover{text-decoration:none}.site-logo{display:block;width:100%;max-height:56px;object-fit:contain;object-position:left center}.login-logo{max-height:72px;margin:0 auto 1rem;object-position:center}.sidebar h1{font-size:1.1rem;margin-bottom:1.5rem;color:var(--text)}.sidebar nav{display:flex;flex-direction:column;gap:.25rem}.sidebar nav a{padding:.5rem .75rem;border-radius:var(--radius);color:var(--text-muted);text-decoration:none}.sidebar nav a:hover,.sidebar nav a.active{background:var(--surface-hover);color:var(--text);text-decoration:none}.main{flex:1;min-width:0;width:100%;padding:2rem;max-width:none}.page-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.page-header>*{min-width:0}.page-header-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.page-header h2{font-size:1.5rem;overflow-wrap:anywhere}.grid{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.list-item{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.list-item:last-child{border-bottom:none}.compact-list{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg);min-width:0}.compact-list-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;border-bottom:1px solid var(--border);font-size:.875rem;min-width:0}.compact-list-item:last-child{border-bottom:none}.compact-list-item:hover{background:var(--surface-hover)}.compact-list-item-main{flex:1;min-width:0}.compact-list-item-title{font-weight:600;line-height:1.3;overflow-wrap:anywhere}.compact-list-item-meta{color:var(--text-muted);font-size:.8125rem;line-height:1.3;margin-top:.125rem;overflow-wrap:anywhere}.compact-list-item-actions{display:flex;flex-wrap:wrap;gap:.375rem;align-items:center;justify-content:flex-end;flex-shrink:0}.tab-list{display:flex;flex-direction:column;gap:.25rem}.tab-list-item{display:block;width:100%;padding:.4375rem .625rem;text-align:left;font-size:.875rem;border-radius:calc(var(--radius) - 2px);background:transparent;color:var(--text);overflow-wrap:anywhere}.tab-list-item:hover{background:var(--surface-hover)}.tab-list-item.active{background:var(--accent);color:#fff}.checklist{display:flex;flex-direction:column;gap:.25rem;max-height:11rem;overflow-y:auto;padding:.375rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius)}.checklist-item{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;border-radius:calc(var(--radius) - 2px);cursor:pointer;font-size:.875rem;line-height:1.3;-webkit-user-select:none;user-select:none;min-width:0}.checklist-item:hover,.checklist-item.selected{background:var(--surface-hover)}.checklist-item-label{flex:1;min-width:0;cursor:pointer;overflow-wrap:anywhere}.checklist-item-sub{display:block;color:var(--text-muted);font-size:.8125rem;overflow-wrap:anywhere}.checklist-item-score{display:flex;align-items:center;gap:.375rem;flex:0 1 9rem;min-width:7rem}.checklist-item-score input[type=range]{width:4.5rem}.checklist-item-score-value{font-size:.75rem;color:var(--text-muted);min-width:1.75rem;text-align:right}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000a;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.modal h3{margin-bottom:1rem}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}.form-card{width:100%;max-width:480px}.breadcrumb{font-size:.875rem;color:var(--text-muted);margin-bottom:1rem;overflow-wrap:anywhere}.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--accent)}.score-bar{height:6px;background:var(--border);border-radius:3px;overflow:hidden;margin-top:.25rem}.score-bar-fill{height:100%;background:var(--accent);border-radius:3px}.score-row{display:flex;justify-content:space-between;gap:.75rem;min-width:0;font-size:.875rem}.score-row span:first-child{min-width:0;overflow-wrap:anywhere}.score-row span:last-child{flex-shrink:0}.release-workspace{display:grid;grid-template-columns:minmax(12rem,16rem) minmax(0,1fr);gap:.75rem}.login-page{display:flex;align-items:center;justify-content:center;min-height:60vh}.login-card{width:100%;max-width:360px}.sidebar-footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.875rem}.sidebar-user{color:var(--text-muted);margin-bottom:.5rem;word-break:break-word}.read-only-banner{color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;font-size:.875rem;margin-bottom:1rem;overflow-wrap:anywhere}.muted-text{color:var(--text-muted);overflow-wrap:anywhere;word-break:break-word}.layout .sidebar{display:flex;flex-direction:column}@media(max-width:800px){.layout{flex-direction:column}.sidebar{width:100%;padding:1rem;position:static;height:auto;overflow:visible}.sidebar nav{flex-direction:row;flex-wrap:wrap}.sidebar nav a{flex:1 1 9rem}.sidebar-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.main{padding:1rem}.release-workspace{grid-template-columns:1fr}}@media(max-width:640px){.compact-list-item{align-items:stretch;flex-direction:column}.compact-list-item-actions{justify-content:flex-start}.compact-list-item select{width:100%}}@media(max-width:520px){.checklist-item{align-items:flex-start;flex-wrap:wrap}.checklist-item-score{flex:1 1 100%;padding-left:1.5rem}.checklist-item-score input[type=range]{width:100%}}
