@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.contents{display:contents}.flex{display:flex}.grid{display:grid}.table{display:table}.h-4{height:calc(var(--spacing)*4)}.w-4{width:calc(var(--spacing)*4)}}:root{--background:#121218;--background-secondary:#1a1a21;--foreground:#ececef;--card:#1a1a21;--card-foreground:#ececef;--primary:#ececef;--primary-foreground:#1a1a21;--secondary:#252530;--secondary-foreground:#ececef;--muted:#252530;--muted-foreground:#9494a3;--accent:#2a2a36;--accent-foreground:#ececef;--border:#2e2e3a;--input:#252530;--ring:#6366f1;--radius:8px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.navbar{z-index:50;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#121218d9;width:100%;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;height:56px;margin:0 auto;padding:0 32px;display:flex}.nav-left{align-items:center;gap:24px;display:flex}.nav-brand{color:var(--foreground);align-items:center;gap:10px;text-decoration:none;display:flex}.nav-logo{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.nav-logo svg{width:100%;height:100%}.nav-title{letter-spacing:-.01em;font-size:14px;font-weight:600}.nav-separator{background:var(--border);width:1px;height:20px}.nav-links{align-items:center;gap:4px;display:flex}.nav-link{color:var(--muted-foreground);border-radius:var(--radius);align-items:center;gap:6px;padding:6px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:flex}.nav-link:hover,.nav-link.active{color:var(--foreground);background:var(--accent)}.nav-link svg{opacity:.7;width:16px;height:16px}.nav-right{align-items:center;gap:8px;display:flex}.nav-icon-btn{border-radius:var(--radius);border:1px solid var(--border);width:36px;height:36px;color:var(--muted-foreground);cursor:pointer;background:0 0;justify-content:center;align-items:center;transition:all .15s;display:flex}.nav-icon-btn:hover{background:var(--accent);color:var(--foreground)}.nav-icon-btn svg{width:16px;height:16px}.main{max-width:1200px;margin:0 auto;padding:48px 32px}.page-layout{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.page-info{position:sticky;top:104px}.page-title{letter-spacing:-.03em;margin-bottom:12px;font-size:32px;font-weight:600;line-height:1.2}.page-description{color:var(--muted-foreground);margin-bottom:32px;font-size:16px;line-height:1.6}.info-section{margin-bottom:28px}.info-title{color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:13px;font-weight:600}.info-list{flex-direction:column;gap:10px;list-style:none;display:flex}.info-list li{color:var(--muted-foreground);align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;display:flex}.info-list li svg{width:16px;height:16px;color:var(--ring);flex-shrink:0;margin-top:2px}.card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);overflow:hidden}.card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.card-title{font-size:16px;font-weight:600}.card-content{padding:24px}.form-field{flex-direction:column;gap:8px;display:flex}.form-label{color:var(--foreground);font-size:14px;font-weight:500}.input-wrapper{position:relative}.form-input{width:100%;height:44px;color:var(--foreground);background:var(--input);border:1px solid var(--border);border-radius:var(--radius);-moz-appearance:textfield;outline:none;padding:0 44px 0 14px;font-family:JetBrains Mono,monospace;font-size:15px;transition:border-color .15s,box-shadow .15s}.form-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form-input::placeholder{color:var(--muted-foreground)}.form-input:focus{border-color:var(--ring);box-shadow:0 0 0 3px #6366f126}.input-suffix{color:var(--muted-foreground);pointer-events:none;text-transform:lowercase;font-size:12px;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.clear-btn{height:32px;color:var(--muted-foreground);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex}.clear-btn:hover{background:var(--accent);color:var(--foreground);border-color:var(--muted-foreground)}.clear-btn svg{width:14px;height:14px}.copy-btn{height:30px;color:var(--muted-foreground);background:var(--background);border:1px solid var(--border);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex}.copy-btn:hover{background:var(--accent);color:var(--foreground);border-color:var(--muted-foreground)}.copy-btn.copied{color:#4ade80;background:#22c55e26;border-color:#22c55e4d}.copy-btn svg{width:12px;height:12px}.formula-box{background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.formula-box code{color:var(--foreground);font-family:JetBrains Mono,monospace;font-size:13px;line-height:1.8;display:block}.formula-box code span{color:var(--ring)}.input-grid{grid-template-columns:1fr 1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.presets-section{margin-bottom:24px}.presets-label{color:var(--muted-foreground);margin-bottom:10px;font-size:12px;font-weight:500}.presets-grid{flex-wrap:wrap;gap:8px;display:flex}.preset-btn{height:32px;color:var(--muted-foreground);background:var(--secondary);border:1px solid var(--border);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0 12px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex}.preset-btn:hover{background:var(--accent);color:var(--foreground);border-color:var(--ring)}.preset-btn.active{border-color:var(--ring);color:var(--ring);background:#6366f126}.results-label{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:12px;font-weight:500}.result-row{background:var(--secondary);border-radius:var(--radius);justify-content:space-between;align-items:center;padding:12px 14px;transition:background .15s;display:flex}.result-row:hover{background:var(--accent)}.result-row.primary{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border:1px solid #6366f133}.result-row.primary:hover{background:linear-gradient(135deg,#6366f126,#8b5cf626)}.result-left{align-items:center;gap:10px;display:flex}.result-icon{background:var(--background);border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.result-row.primary .result-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.result-name{color:var(--muted-foreground);font-size:13px}.result-right{align-items:center;gap:10px;display:flex}.result-value{color:var(--foreground);text-align:right;min-width:72px;font-family:JetBrains Mono,monospace;font-size:14px;font-weight:500}.result-row.primary .result-value{color:#a78bfa;font-size:15px}.separator{background:var(--border);height:1px;margin:0 -24px 24px}.btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .15s;display:inline-flex}.btn-primary{background:var(--ring);color:#fff}.btn-primary:hover{background:#4f46e5}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--secondary);color:var(--foreground);border:1px solid var(--border)}.btn-secondary:hover{background:var(--accent);border-color:var(--muted-foreground)}.btn-ghost{color:var(--muted-foreground);background:0 0}.btn-ghost:hover{background:var(--accent);color:var(--foreground)}.btn-danger{color:#ef4444;background:#ef444426;border:1px solid #0000}.btn-danger:hover{color:#fff;background:#ef4444}.btn-sm{padding:6px 10px;font-size:12px}.btn-icon{width:36px;height:36px;padding:8px}.input{width:100%;height:44px;color:var(--foreground);background:var(--input);border:1px solid var(--border);border-radius:var(--radius);outline:none;padding:0 14px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:var(--ring);box-shadow:0 0 0 3px #6366f126}.input::placeholder{color:var(--muted-foreground)}.input-mono{font-family:JetBrains Mono,monospace}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.label{color:var(--foreground);margin-bottom:8px;font-size:14px;font-weight:500;display:block}.select{appearance:none;background:var(--input);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239494a3' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding:10px 36px 10px 14px;font-family:inherit;font-size:14px;transition:all .15s}.select:focus{border-color:var(--ring);outline:none;box-shadow:0 0 0 3px #6366f126}.badge{background:var(--secondary);color:var(--muted-foreground);border:1px solid var(--border);border-radius:50px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.badge-violet{color:var(--ring);background:#6366f126;border-color:#0000}.badge-emerald{color:#10b981;background:#10b98126;border-color:#0000}.badge-amber{color:#f59e0b;background:#f59e0b26;border-color:#0000}.badge-rose{color:#f43f5e;background:#f43f5e26;border-color:#0000}.badge-pink{color:#ec4899;background:#ec489926;border-color:#0000}.avatar{background:linear-gradient(135deg,var(--ring),#8b5cf6);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.avatar-sm{width:28px;height:28px;font-size:11px}.progress-bar{background:var(--secondary);border-radius:3px;height:6px;overflow:hidden}.progress-fill{border-radius:3px;height:100%;transition:width .3s}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#000000b3;justify-content:center;align-items:center;padding:24px;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--card);border:1px solid var(--border);border-radius:12px;width:100%;max-width:480px;max-height:90vh;animation:.2s slideUp;overflow:hidden}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-title{font-size:18px;font-weight:600}.modal-body{max-height:calc(90vh - 140px);padding:24px;overflow-y:auto}.modal-footer{border-top:1px solid var(--border);background:var(--background);justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media(max-width:900px){.page-layout{grid-template-columns:1fr;gap:32px}.page-info{position:static}.main{padding:32px 24px}}@media(max-width:640px){.nav-separator,.nav-links{display:none}.navbar-container{padding:0 16px}.main{padding:24px 16px}.page-title{font-size:24px}.card-content{padding:20px}.separator{margin:0 -20px 20px}.input-grid{grid-template-columns:1fr 1fr 1fr;gap:10px}}@media(max-width:400px){.input-grid{grid-template-columns:1fr}}.sprint-planner{flex-direction:column;min-height:calc(100vh - 56px);display:flex}.sprint-planner-header{z-index:40;background:var(--background);border-bottom:1px solid var(--border);padding:0 32px;position:sticky;top:56px}.sprint-tabs{gap:4px;display:flex}.sprint-tab{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;margin-bottom:-1px;padding:16px 20px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.sprint-tab svg{width:18px;height:18px}.sprint-tab:hover{color:var(--foreground)}.sprint-tab.active{color:var(--foreground);border-bottom-color:var(--ring)}.tab-badge{background:var(--secondary);border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:600;display:inline-flex}.sprint-planner-content{flex:1;padding:24px 32px}.sprint-header-sticky{z-index:30;background:var(--background);border-bottom:1px solid var(--border);margin:-24px -32px 24px;padding:16px 32px;position:sticky;top:105px}.sprint-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.sprint-header-left,.sprint-header-right{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.sprint-meta{color:var(--muted-foreground);align-items:center;gap:8px;font-size:13px;display:flex}.sprint-meta svg{width:14px;height:14px}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:64px 24px;display:flex}.empty-state h3{margin-bottom:8px;font-size:18px;font-weight:600}.empty-state p{color:var(--muted-foreground);max-width:300px;margin-bottom:24px;font-size:14px}.empty-state-icon{background:var(--secondary);border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;display:flex}.empty-state-icon svg{width:32px;height:32px;color:var(--muted-foreground)}.empty-state-title{margin-bottom:8px;font-size:18px;font-weight:600}.empty-state-text{color:var(--muted-foreground);max-width:300px;margin-bottom:20px;font-size:14px}.setup-container{justify-content:center;align-items:center;min-height:calc(100vh - 56px);padding:48px 24px;display:flex}.setup-card{width:100%;max-width:520px}.setup-header{text-align:center;padding:32px 24px 24px}.setup-icon{background:linear-gradient(135deg,#6366f133,#ec489933);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;display:flex}.setup-icon svg{width:28px;height:28px;color:var(--ring)}.setup-title{margin-bottom:8px;font-size:24px;font-weight:600}.setup-description{color:var(--muted-foreground);font-size:14px}.team-member-pill{background:var(--secondary);border:1px solid var(--border);border-radius:50px;align-items:center;gap:10px;padding:8px 14px;animation:.2s slideUp;display:inline-flex}.team-member-pill .avatar{width:28px;height:28px;font-size:11px}.team-member-pill .name{font-size:14px;font-weight:500}.team-member-pill .capacity{color:var(--muted-foreground);font-size:12px}.team-member-pill .remove-btn{width:20px;height:20px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex}.team-member-pill .remove-btn:hover{color:#ef4444;background:#ef444426}.team-member-pill .remove-btn svg{width:14px;height:14px}.team-grid{flex-wrap:wrap;gap:10px;min-height:80px;padding:8px 0;display:flex}.section-divider{background:var(--border);height:1px;margin:20px 0}.section-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:20px;display:flex}.footer-text{color:var(--muted-foreground);font-size:13px}.dashboard{margin-bottom:24px}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-bottom:16px;display:grid}.dashboard-row{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px;display:grid}.metric-card{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:12px 14px;transition:border-color .15s}.metric-card:hover{border-color:var(--muted-foreground)}.metric-label{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:10px;font-weight:600}.metric-value{letter-spacing:-.02em;font-family:JetBrains Mono,monospace;font-size:20px;font-weight:700}.metric-hint{color:var(--muted-foreground);opacity:.7;margin-top:2px;font-size:10px}.util-card{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:14px 16px}.util-card-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.util-card-label{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.util-card-desc{color:var(--muted-foreground);opacity:.7;font-size:10px}.util-card-value{margin-bottom:10px;font-family:JetBrains Mono,monospace;font-size:28px;font-weight:700}.dashboard-status{background:var(--secondary);border-radius:8px;gap:24px;padding:12px 16px;display:flex}.status-item{align-items:center;gap:8px;display:flex}.status-dot{border-radius:50%;width:8px;height:8px}.status-label{color:var(--muted-foreground);font-size:13px}.status-count{font-family:JetBrains Mono,monospace;font-size:13px;font-weight:600}.content-grid{grid-template-columns:1fr;gap:24px;display:grid}@media(min-width:1024px){.content-grid{grid-template-columns:1fr 2fr}}.table-container{overflow-x:auto}.table{border-collapse:separate;border-spacing:0;width:100%;font-size:13px}.table th{text-align:left;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);background:var(--background);white-space:nowrap;padding:10px 12px;font-size:10px;font-weight:600}.table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:8px 12px}.table tbody tr{transition:background .15s}.table tbody tr:last-child td{border-bottom:none}.table-member{white-space:nowrap;align-items:center;gap:10px;display:flex}.table-member-info{flex-direction:column;gap:1px;display:flex}.table-member-name{font-size:13px;font-weight:500}.table-member-status{text-transform:uppercase;letter-spacing:.03em;font-size:10px;font-weight:600}.table-actions{gap:4px;display:flex}.table-input{width:56px;height:28px;color:var(--foreground);background:var(--background);text-align:center;border:1px solid #0000;border-radius:6px;padding:0 8px;font-family:JetBrains Mono,monospace;font-size:12px;transition:all .15s}.table-input:hover{background:var(--secondary);border-color:var(--border)}.table-input:focus{background:var(--input);border-color:var(--ring);outline:none;box-shadow:0 0 0 2px #6366f126}.table-value{padding:6px 0;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:500}.table-value.highlight{color:var(--ring)}.table-legend{background:var(--background);border-top:1px solid var(--border);color:var(--muted-foreground);flex-wrap:wrap;gap:16px;padding:12px 16px;font-size:11px;display:flex}.table-legend strong{color:var(--foreground);font-weight:600}.table-remove-btn{width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:inline-flex}.table-remove-btn svg{width:14px;height:14px}tr:hover .table-remove-btn{opacity:.5}.table-remove-btn:hover{color:#ef4444;background:#ef44441a;opacity:1!important}.util-badge{border-radius:6px;justify-content:center;align-items:center;min-width:42px;height:24px;padding:0 8px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600;display:inline-flex}.backlog-card{height:fit-content}.card-subtitle{color:var(--muted-foreground);margin-top:2px;font-size:12px}.backlog-form{gap:8px;margin-bottom:16px;display:flex}.backlog-input{height:36px;color:var(--foreground);background:var(--input);border:1px solid var(--border);border-radius:8px;outline:none;flex:1;padding:0 12px;font-family:JetBrains Mono,monospace;font-size:13px;transition:all .15s}.backlog-input:focus{border-color:var(--ring);box-shadow:0 0 0 2px #6366f126}.backlog-input::placeholder{color:var(--muted-foreground)}.backlog-sp{width:60px;height:36px;color:var(--foreground);background:var(--input);border:1px solid var(--border);text-align:center;border-radius:8px;outline:none;padding:0 10px;font-family:JetBrains Mono,monospace;font-size:13px;transition:all .15s}.backlog-sp:focus{border-color:var(--ring);box-shadow:0 0 0 2px #6366f126}.backlog-sp::placeholder{color:var(--muted-foreground)}.backlog-add{background:var(--ring);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.backlog-add svg{width:18px;height:18px}.backlog-add:hover:not(:disabled){background:#4f46e5}.backlog-add:disabled{opacity:.4;cursor:not-allowed}.backlog-empty{color:var(--muted-foreground);text-align:center;flex-direction:column;align-items:center;padding:40px 20px;display:flex}.backlog-empty svg{opacity:.3;width:40px;height:40px;margin-bottom:12px}.backlog-empty p{margin-bottom:4px;font-size:14px;font-weight:500}.backlog-empty span{opacity:.7;font-size:12px}.backlog-list{flex-direction:column;gap:6px;max-height:360px;display:flex;overflow-y:auto}.backlog-item{background:var(--secondary);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;transition:background .15s;display:flex}.backlog-item:hover{background:var(--accent)}.backlog-ticket-id{color:var(--ring);align-items:center;gap:4px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:500;text-decoration:none;transition:opacity .15s;display:flex}.backlog-ticket-id:hover{opacity:.8}.backlog-ticket-id svg{opacity:.5;width:10px;height:10px}.backlog-ticket-title{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;flex:1;align-items:center;gap:6px;min-width:0;font-size:12px;font-weight:500;display:flex;overflow:hidden}.backlog-ticket-title.needs-title{color:var(--muted-foreground);cursor:pointer;font-family:JetBrains Mono,monospace;font-size:11px;font-style:italic}.backlog-ticket-title.needs-title:hover{color:var(--ring)}.backlog-ticket-title .edit-hint{opacity:.5;width:12px;height:12px}.backlog-edit-btn{cursor:pointer;color:var(--muted-foreground);opacity:0;background:0 0;border:none;padding:4px;transition:opacity .15s}.backlog-item:hover .backlog-edit-btn{opacity:1}.backlog-edit-btn:hover{color:var(--ring)}.backlog-edit-btn svg{width:12px;height:12px}.backlog-edit-row{flex:1;align-items:center;gap:6px;display:flex}.backlog-edit-input{background:var(--background);border:1px solid var(--ring);color:var(--foreground);border-radius:4px;outline:none;flex:1;padding:4px 8px;font-size:12px}.backlog-edit-save,.backlog-edit-cancel{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px}.backlog-edit-save{color:#10b981}.backlog-edit-save:hover{background:#10b98126}.backlog-edit-cancel{color:var(--muted-foreground)}.backlog-edit-cancel:hover{color:#ef4444;background:#ef444426}.backlog-edit-save svg,.backlog-edit-cancel svg{width:14px;height:14px}.backlog-ticket-sp{min-width:32px;height:22px;color:var(--ring);background:#6366f11f;border-radius:4px;justify-content:center;align-items:center;padding:0 8px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600;display:flex}.backlog-assign{height:28px;color:var(--muted-foreground);background:var(--background);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239494a3' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;border:1px solid #0000;border-radius:6px;flex:1;padding:0 24px 0 10px;font-family:inherit;font-size:12px;transition:all .15s}.backlog-assign:hover{border-color:var(--border)}.backlog-assign:focus{border-color:var(--ring);outline:none}.backlog-remove{width:24px;height:24px;color:var(--muted-foreground);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.backlog-remove svg{width:14px;height:14px}.backlog-item:hover .backlog-remove{opacity:.5}.backlog-remove:hover{color:#ef4444;background:#ef44441a;opacity:1!important}.sprint-section{margin-bottom:20px}.assigned-list{flex-direction:column;gap:4px;display:flex}.member-section{border-bottom:1px solid var(--border);padding:16px 0}.member-section:first-child{padding-top:0}.member-section:last-child{border-bottom:none;padding-bottom:0}.member-section-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.member-section-left{align-items:center;gap:10px;display:flex}.member-section-name{font-size:14px;font-weight:600}.member-section-right{align-items:center;gap:12px;display:flex}.member-section-stats{align-items:baseline;gap:4px;font-family:JetBrains Mono,monospace;font-size:13px;display:flex}.stat-done{color:#10b981;font-weight:600}.stat-sep{color:var(--muted-foreground)}.stat-total{color:var(--foreground)}.stat-label{color:var(--muted-foreground);margin-left:2px;font-size:11px}.btn-add-ticket{border:1px dashed var(--border);width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.btn-add-ticket svg{width:14px;height:14px}.btn-add-ticket:hover{border-color:var(--ring);color:var(--ring);border-style:solid}.member-section-empty{color:var(--muted-foreground);padding:8px 0;font-size:13px}.ticket-list{flex-direction:column;gap:6px;display:flex}.ticket-row{background:var(--secondary);border-radius:8px;align-items:center;gap:10px;padding:10px 14px;display:flex}.ticket-row.completed{background:#10b9810f}.ticket-checkbox{border:2px solid var(--border);color:#0000;cursor:pointer;background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;padding:0;transition:all .15s;display:flex}.ticket-checkbox svg{width:12px;height:12px}.ticket-checkbox:hover{border-color:#10b981}.ticket-checkbox.checked{color:#fff;background:#10b981;border-color:#10b981}.ticket-id{color:var(--ring);align-items:center;gap:4px;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:500;text-decoration:none;display:flex}.ticket-id:hover{text-decoration:underline}.ticket-row.completed .ticket-id{color:#10b981;opacity:.7;text-decoration:line-through}.ticket-id svg{opacity:.5;width:12px;height:12px}.ticket-title{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:13px;font-weight:500;overflow:hidden}.ticket-row.completed .ticket-title{color:#10b981;opacity:.7;text-decoration:line-through}.ticket-adhoc-badge{color:#ec4899;justify-content:center;align-items:center;display:flex}.ticket-adhoc-badge svg{width:14px;height:14px}.ticket-sp{color:var(--muted-foreground);font-family:JetBrains Mono,monospace;font-size:12px}.ticket-badges{align-items:center;gap:6px;margin-left:auto;display:flex}.badge-btn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:500;transition:all .15s;display:flex}.badge-btn svg{width:11px;height:11px}.badge-btn:hover{background:var(--background);color:var(--foreground)}.badge-btn.adhoc.active{color:#ec4899;background:#ec489926;border-color:#ec48994d}.badge-btn.adhoc.active svg{color:#ec4899}.badge-btn.done.active{color:#10b981;background:#10b98126;border-color:#10b9814d}.badge-btn.done.active svg{color:#10b981}.badge-btn.remove:hover{color:#ef4444;background:#ef44441a}.add-ticket-inline{background:var(--secondary);border-radius:8px;align-items:center;gap:8px;margin-bottom:8px;padding:10px 12px;display:flex}.add-ticket-inline .input{height:34px;font-size:13px}.add-ticket-inline .input-sp{text-align:center;width:60px}.btn-adhoc{border:1px solid var(--border);width:34px;height:34px;color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.btn-adhoc svg{width:14px;height:14px}.btn-adhoc:hover{color:#ec4899;border-color:#ec4899}.btn-adhoc.active{color:#ec4899;background:#ec48991a;border-color:#ec4899}.table-input.unplanned{background:#f43f5e0d}.table-input.unplanned:focus{background:var(--input)}.input-hint{color:var(--muted-foreground);margin-top:4px;font-size:11px}.add-member-dropdown .select{height:32px;padding:0 28px 0 10px;font-size:13px}.input-row{gap:8px;display:flex}.input-row .input{flex:1}.input-sm{height:38px;font-size:13px}.scrollable-list{max-height:400px;overflow-y:auto}.delete-zone{border-top:1px solid var(--border);justify-content:flex-end;margin-top:24px;padding-top:20px;display:flex}.sprint-content{animation:.2s fadeIn}.sprint-empty-team{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 24px;display:flex}.team-view{max-width:720px;margin:0 auto;animation:.2s fadeIn}.team-header-section{margin-bottom:32px}.team-name-edit{align-items:center;gap:12px;display:flex}.team-name-input{flex:1;height:48px;font-size:18px;font-weight:500}.team-name-display{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:16px;padding:20px 24px;display:flex}.team-name-icon{background:linear-gradient(135deg,#6366f133,#8b5cf633);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.team-name-icon svg{width:24px;height:24px;color:var(--ring)}.team-name-info{flex:1}.team-name-title{margin-bottom:2px;font-size:20px;font-weight:600}.team-name-subtitle{color:var(--muted-foreground);font-size:14px}.team-content{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.team-members-section{padding:24px}.section-header{margin-bottom:20px}.section-title{margin-bottom:4px;font-size:16px;font-weight:600}.section-subtitle{color:var(--muted-foreground);font-size:13px}.add-member-row{border-bottom:1px solid var(--border);gap:12px;margin-bottom:20px;padding-bottom:20px;display:flex}.add-member-row .input:first-child{flex:1}.capacity-input-wrapper{width:100px;position:relative}.capacity-input-wrapper.compact{width:80px}.capacity-input-wrapper .input{text-align:right;padding-right:32px}.capacity-suffix{color:var(--muted-foreground);pointer-events:none;font-size:12px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.members-list{flex-direction:column;gap:4px;display:flex}.member-row{border-radius:var(--radius);align-items:center;gap:12px;padding:12px 14px;transition:background .15s;animation:.2s backwards slideUp;display:flex}.member-row:hover{background:var(--secondary)}.member-row .avatar{flex-shrink:0}.member-name{flex:1;font-size:14px;font-weight:500}.member-capacity{color:var(--muted-foreground);text-align:right;min-width:60px;font-family:JetBrains Mono,monospace;font-size:13px}.member-actions{opacity:0;gap:4px;transition:opacity .15s;display:flex}.member-row:hover .member-actions{opacity:1}.member-edit-name{flex:1;height:36px;font-size:14px}.empty-members{text-align:center;color:var(--muted-foreground);flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.empty-members .empty-icon{opacity:.3;width:48px;height:48px;margin-bottom:16px}.empty-members p{margin-bottom:4px;font-size:15px;font-weight:500}.empty-members span{opacity:.7;font-size:13px}.team-footer{background:var(--background);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.team-footer-text{color:var(--muted-foreground);font-size:14px}.btn-lg{height:44px;padding:0 24px;font-size:15px}.text-emerald{color:#10b981}.hero-section{text-align:center;padding:64px 0 48px}.hero-title{letter-spacing:-.03em;background:linear-gradient(135deg,var(--foreground)0%,var(--muted-foreground)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:48px;font-weight:600}.hero-description{color:var(--muted-foreground);max-width:500px;margin:0 auto;font-size:18px;line-height:1.6}.tools-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;padding-bottom:64px;display:grid}.tool-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:inherit;padding:24px;text-decoration:none;transition:all .2s;display:block}.tool-card:hover{border-color:var(--ring);transform:translateY(-2px);box-shadow:0 8px 24px #0003}.tool-icon{background:linear-gradient(135deg,#6366f126,#8b5cf626);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;display:flex}.tool-icon svg{width:24px;height:24px;color:var(--ring)}.tool-name{margin-bottom:8px;font-size:18px;font-weight:600}.tool-description{color:var(--muted-foreground);font-size:14px;line-height:1.5}.tool-link{color:var(--ring);align-items:center;gap:6px;margin-top:16px;font-size:13px;font-weight:500;display:flex}.tool-link svg{width:16px;height:16px}@media(max-width:640px){.hero-title{font-size:32px}.hero-description{font-size:16px}}.release-view{animation:.2s fadeIn}.release-header{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:24px;display:flex}.release-selector-wrapper{position:relative}.release-selector-btn{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;align-items:center;gap:12px;min-width:260px;padding:12px 16px;font-family:inherit;transition:all .15s;display:flex}.release-selector-btn:hover{border-color:var(--muted-foreground)}.release-selector-btn svg{width:20px;height:20px;color:var(--ring)}.release-selector-btn .chevron{color:var(--muted-foreground);margin-left:auto;transition:transform .2s}.release-selector-btn .chevron.open{transform:rotate(180deg)}.release-selector-name{color:var(--foreground);font-size:15px;font-weight:600}.release-selector-dates{color:var(--muted-foreground);font-size:12px}.release-dropdown{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);z-index:50;width:320px;animation:.15s slideUp;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 8px 24px #0000004d}.release-dropdown-item{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-family:inherit;transition:background .15s;display:flex}.release-dropdown-item:hover{background:var(--secondary)}.release-dropdown-item.active{background:#6366f11a}.release-dropdown-info{flex-direction:column;gap:2px;display:flex}.release-dropdown-name{color:var(--foreground);font-size:14px;font-weight:500}.release-dropdown-dates{color:var(--muted-foreground);font-size:12px}.release-dropdown-sprints{color:var(--muted-foreground);background:var(--secondary);border-radius:12px;padding:4px 10px;font-size:12px}.release-dropdown-item.create-new{border-top:1px solid var(--border);color:var(--ring);justify-content:flex-start;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.release-dropdown-item.create-new svg{width:18px;height:18px}.sprint-tabs-inline{flex-wrap:wrap;gap:8px;display:flex}.sprint-tab-pill{background:var(--secondary);border:1px solid var(--border);cursor:pointer;color:var(--muted-foreground);border-radius:50px;align-items:center;gap:8px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:flex}.sprint-tab-pill svg{width:14px;height:14px}.sprint-tab-pill:hover{background:var(--accent);border-color:var(--muted-foreground);color:var(--foreground)}.sprint-tab-pill.active{border-color:var(--ring);color:var(--ring);background:#6366f126}.sprint-tab-pill.add-sprint{color:var(--muted-foreground);border-style:dashed}.sprint-tab-pill.add-sprint:hover{border-color:var(--ring);color:var(--ring);border-style:solid}.release-metrics{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:24px;padding:16px 20px}.release-metrics-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.release-metrics-header h4{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:600}.release-metrics-sprints{color:var(--muted-foreground);background:var(--secondary);border-radius:12px;padding:4px 10px;font-size:12px}.release-metrics-grid{flex-wrap:wrap;gap:20px;display:flex}.release-metric-item{flex-direction:column;gap:2px;min-width:80px;display:flex}.release-metric-label{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600}.release-metric-value{font-family:JetBrains Mono,monospace;font-size:18px;font-weight:700}.release-metric-item.util .release-metric-value{font-size:16px}.create-release-view{justify-content:center;align-items:center;min-height:400px;animation:.2s fadeIn;display:flex}.create-release-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:480px;overflow:hidden}.create-release-header{text-align:center;border-bottom:1px solid var(--border);padding:32px 24px 24px}.create-release-icon{width:56px;height:56px;color:var(--ring);background:linear-gradient(135deg,#6366f133,#8b5cf633);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.create-release-icon svg{width:28px;height:28px}.create-release-header h2{margin-bottom:6px;font-size:20px;font-weight:600}.create-release-header p{color:var(--muted-foreground);font-size:14px}.create-release-form{padding:24px}.form-group{margin-bottom:20px}.form-group label{margin-bottom:8px;font-size:14px;font-weight:500;display:block}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-actions{justify-content:flex-end;gap:12px;padding-top:8px;display:flex}.sprint-title-bar{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;align-items:center;margin-bottom:20px;padding:16px 20px;display:flex}.sprint-title-info{align-items:center;gap:16px;display:flex}.sprint-title-info h3{font-size:18px;font-weight:600}.sprint-title-dates{color:var(--muted-foreground);font-size:13px}.sprint-title-reserve{color:#ec4899;background:#ec48991a;border-radius:12px;padding:4px 10px;font-size:11px;font-weight:600}.sprint-title-actions{gap:8px;display:flex}.btn-danger-text{color:#f43f5e}.btn-danger-text:hover{color:#f43f5e;background:#f43f5e1a}.sprint-empty{text-align:center;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;justify-content:center;align-items:center;padding:80px 24px;display:flex}.sprint-empty-icon{width:64px;height:64px;color:var(--muted-foreground);opacity:.3;margin-bottom:16px}.sprint-empty h3{margin-bottom:8px;font-size:18px;font-weight:600}.sprint-empty p{color:var(--muted-foreground);margin-bottom:20px;font-size:14px}.add-sprint-footer{border-top:1px solid var(--border);justify-content:center;margin-top:24px;padding:24px;display:flex}.btn-xs{padding:4px 8px;font-size:11px}.confirm-dialog{background:var(--card);border:1px solid var(--border);text-align:center;border-radius:12px;width:100%;max-width:400px;padding:32px;animation:.2s slideUp}.confirm-dialog-icon{border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;display:flex}.confirm-dialog-icon svg{width:28px;height:28px}.confirm-dialog-icon.danger{color:#ef4444;background:#ef444426}.confirm-dialog-icon.warning{color:#f59e0b;background:#f59e0b26}.confirm-dialog-icon.info{color:var(--ring);background:#6366f126}.confirm-dialog-icon.success{color:#10b981;background:#10b98126}.confirm-dialog-title{margin-bottom:8px;font-size:18px;font-weight:600}.confirm-dialog-message{color:var(--muted-foreground);margin-bottom:24px;font-size:14px;line-height:1.5}.confirm-dialog-actions{justify-content:center;gap:12px;display:flex}.btn-warning{color:#f59e0b;background:#f59e0b26;border:1px solid #0000}.btn-warning:hover{color:#fff;background:#f59e0b}.modal-lg{width:90%;max-width:800px}.release-list{flex-direction:column;display:flex}.release-list-item{border-bottom:1px solid var(--border);align-items:center;padding:16px 20px;transition:background .15s;display:flex}.release-list-item:last-child{border-bottom:none}.release-list-item:hover{background:var(--secondary)}.release-list-item.active{background:#6366f114}.release-list-main{cursor:pointer;flex:1;align-items:center;gap:16px;display:flex}.release-list-icon{background:linear-gradient(135deg,#6366f126,#8b5cf626);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.release-list-icon svg{width:22px;height:22px;color:var(--ring)}.release-list-info{flex:1;min-width:0}.release-list-name{align-items:center;gap:10px;margin-bottom:4px;font-size:15px;font-weight:600;display:flex}.release-list-badge{color:var(--ring);text-transform:uppercase;letter-spacing:.03em;background:#6366f126;border-radius:10px;padding:3px 8px;font-size:10px;font-weight:600}.release-list-meta{color:var(--muted-foreground);align-items:center;gap:16px;font-size:12px;display:flex}.release-list-dates{align-items:center;gap:6px;display:flex}.release-list-dates svg{width:12px;height:12px}.release-list-sprints{color:var(--muted-foreground)}.release-list-metrics{gap:20px;margin-right:12px;display:flex}.release-list-metric{flex-direction:column;align-items:center;min-width:50px;display:flex}.release-list-metric-value{font-family:JetBrains Mono,monospace;font-size:16px;font-weight:600}.release-list-metric-label{color:var(--muted-foreground);text-transform:uppercase;font-size:10px}.release-list-arrow{width:18px;height:18px;color:var(--muted-foreground);opacity:.5}.release-list-actions{opacity:0;gap:4px;transition:opacity .15s;display:flex}.release-list-item:hover .release-list-actions{opacity:1}.release-settings-btn{background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius);width:36px;height:36px;color:var(--muted-foreground);cursor:pointer;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.release-settings-btn:hover{background:var(--accent);color:var(--foreground);border-color:var(--muted-foreground)}.release-settings-btn svg{width:18px;height:18px}.modal-header-content{flex-direction:column;gap:8px;display:flex}.modal-steps{align-items:center;gap:8px;display:flex}.modal-step{color:var(--muted-foreground);align-items:center;gap:6px;font-size:12px;display:flex}.modal-step svg{width:14px;height:14px}.modal-step.active{color:var(--ring);font-weight:500}.modal-step.completed{color:#10b981}.modal-step-arrow{width:14px;height:14px;color:var(--muted-foreground);opacity:.5}.member-select-list{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);max-height:200px;overflow-y:auto}.member-select-item{cursor:pointer;align-items:center;gap:12px;padding:10px 14px;transition:background .15s;display:flex}.member-select-item:hover{background:var(--secondary)}.member-select-item input[type=checkbox]{accent-color:var(--ring)}.member-select-name{flex:1;font-size:14px}.member-select-cap{color:var(--muted-foreground);font-family:JetBrains Mono,monospace;font-size:12px}.capacity-setup-header{background:var(--secondary);border-radius:var(--radius);align-items:flex-start;margin-bottom:20px;padding:16px;display:flex}.capacity-team-field{flex-direction:column;gap:4px;display:flex}.capacity-team-field .label{margin-bottom:4px}.capacity-member-list{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.capacity-member-header{background:var(--background);border-bottom:1px solid var(--border);color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.03em;grid-template-columns:1fr 120px 120px;gap:12px;padding:10px 14px;font-size:11px;font-weight:600;display:grid}.capacity-member-row{border-bottom:1px solid var(--border);grid-template-columns:1fr 120px 120px;align-items:center;gap:12px;padding:12px 14px;display:grid}.capacity-member-row:last-child{border-bottom:none}.capacity-member-info{align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.capacity-input{text-align:center;height:36px}.capacity-hint{color:var(--muted-foreground);text-align:center;margin-top:16px;font-size:12px}.add-member-profile{background:var(--secondary);border-radius:var(--radius);align-items:center;gap:14px;margin-bottom:20px;padding:16px;display:flex}.add-member-info{flex-direction:column;gap:2px;display:flex}.add-member-name{font-size:16px;font-weight:600}.add-member-cap{color:var(--muted-foreground);font-size:13px}.add-member-fields{flex-direction:column;gap:16px;display:flex}.add-member-field{flex-direction:column;gap:4px;display:flex}.add-member-field .input{text-align:center}.loading-screen{background:var(--background);justify-content:center;align-items:center;min-height:100vh;display:flex}.loading-spinner{border:3px solid var(--border);border-top-color:var(--ring);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.backlog-intro{color:var(--muted-foreground);margin-bottom:16px;font-size:14px}.backlog-add-form{gap:8px;margin-bottom:20px;display:flex}.backlog-add-form .input:first-child{flex:1}.backlog-sp-input{text-align:center;width:70px}.backlog-items-list{flex-direction:column;gap:8px;max-height:280px;display:flex;overflow-y:auto}.backlog-item-row{background:var(--secondary);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;display:flex}.backlog-item-title{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;flex:1;font-family:JetBrains Mono,monospace;font-size:13px;overflow:hidden}.backlog-item-sp{text-align:center;width:50px;height:30px;font-size:12px}.backlog-item-sp-label{color:var(--muted-foreground);font-size:12px}.backlog-item-remove{color:var(--muted-foreground);padding:4px}.backlog-item-remove:hover{color:#ef4444}.backlog-items-total{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:8px;padding:12px;font-size:13px;font-weight:500;display:flex}.backlog-total-sp{color:var(--ring);font-family:JetBrains Mono,monospace}.backlog-empty{text-align:center;color:var(--muted-foreground);background:var(--secondary);border-radius:8px;padding:32px;font-size:13px}.backlog-capacity-card{background:var(--secondary);border-radius:10px;margin-bottom:20px;padding:16px}.backlog-capacity-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.backlog-capacity-title{font-size:13px;font-weight:600}.backlog-capacity-members{color:var(--muted-foreground);font-size:12px}.backlog-capacity-bar-wrapper{margin-bottom:16px}.backlog-capacity-bar-container{align-items:center;gap:0;display:flex}.backlog-capacity-bar{background:var(--background);border-radius:4px;flex:1;height:8px;overflow:hidden}.backlog-capacity-bar-fill{border-radius:4px;height:100%;transition:width .3s}.backlog-capacity-bar-overflow{background:#ec4899;border-radius:0 4px 4px 0;flex-shrink:0;height:8px}.backlog-capacity-labels{color:var(--muted-foreground);justify-content:space-between;margin-top:6px;padding-right:20px;font-size:10px;display:flex}.backlog-capacity-target{color:var(--foreground);font-weight:500}.backlog-capacity-stats{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.backlog-capacity-stat{flex-direction:column;align-items:center;gap:4px;display:flex}.backlog-stat-value{font-family:JetBrains Mono,monospace;font-size:18px;font-weight:600}.backlog-stat-badge{border-radius:6px;padding:4px 10px;font-family:JetBrains Mono,monospace;font-size:14px;font-weight:600}.backlog-stat-label{color:var(--muted-foreground);font-size:11px}
