:root{--canvas: #ffffff;--background: #ffffff;--foreground: #172B4D;--card: #ffffff;--card-foreground: #172B4D;--surface-1: #F4F5F7;--surface-2: #EBECF0;--muted: #F4F5F7;--muted-foreground: #6B778C;--accent: #EBECF0;--accent-foreground: #172B4D;--border: #DFE1E6;--border-strong: #C1C7D0;--input: #DFE1E6;--ring: #4C9AFF;--primary: #0052CC;--primary-hover: #0747A6;--primary-foreground: #ffffff;--primary-button: var(--primary);--primary-button-hover: var(--primary-hover);--primary-button-foreground: var(--primary-foreground);--interactive: #0065FF;--success: #00875A;--warning: #FF8B00;--danger: #DE350B;--discovery: #6554C0;--radius: 4px;--radius-sm: 3px;--radius-md: 4px;--radius-lg: 8px;--sidebar: #F4F5F7;--sidebar-border: #DFE1E6;--st-backlog-bg: #DFE1E6;--st-backlog-fg: #42526E;--st-backlog-dot: #6B778C;--st-todo-bg: #EAE6FF;--st-todo-fg: #403294;--st-todo-dot: #6554C0;--st-progress-bg: #DEEBFF;--st-progress-fg: #0747A6;--st-progress-dot: #0065FF;--st-review-bg: #E6FCFF;--st-review-fg: #008DA6;--st-review-dot: #00B8D9;--st-testing-bg: #FFF0B3;--st-testing-fg: #172B4D;--st-testing-dot: #FF8B00;--st-qa-bg: #FFE2BD;--st-qa-fg: #974F0C;--st-qa-dot: #FF991F;--st-done-bg: #E3FCEF;--st-done-fg: #006644;--st-done-dot: #00875A;--sub-fe-bg: #DEEBFF;--sub-fe-fg: #0747A6;--sub-be-bg: #E3FCEF;--sub-be-fg: #006644;--sub-qa-bg: #EAE6FF;--sub-qa-fg: #403294;--sub-des-bg: #E6FCFF;--sub-des-fg: #008DA6;--sub-devops-bg: #FFF0B3;--sub-devops-fg: #974F0C;--shadow-xs: 0 1px 1px rgba(9,30,66,.25), 0 0 0 1px rgba(9,30,66,.08);--shadow-sm: 0 1px 1px rgba(9,30,66,.25), 0 0 0 1px rgba(9,30,66,.08);--shadow-md: 0 4px 8px -2px rgba(9,30,66,.25), 0 0 0 1px rgba(9,30,66,.08);--shadow-lg: 0 8px 16px -4px rgba(9,30,66,.25), 0 0 0 1px rgba(9,30,66,.06)}*{box-sizing:border-box;margin:0;padding:0}:root[data-theme=dark]{--canvas: #1D2125;--background: #161A1D;--foreground: #C7D1DB;--card: #22272B;--card-foreground: #C7D1DB;--surface-1: #1D2125;--surface-2: #282E33;--muted: #282E33;--muted-foreground: #9FADBC;--accent: #282E33;--border: #2C333A;--border-strong: #454F59;--input: #38414A;--ring: #388BFF;--primary: #579DFF;--primary-hover: #85B8FF;--primary-foreground: #1D2125;--primary-button: #0C66E4;--primary-button-hover: #0055CC;--primary-button-foreground: #ffffff;--interactive: #579DFF;--sidebar: #1D2125;--sidebar-border: #2C333A;--st-backlog-bg: #2C333A;--st-backlog-fg: #9FADBC;--st-backlog-dot: #738496;--st-todo-bg: #2B273F;--st-todo-fg: #9F8FEF;--st-todo-dot: #8F7EE7;--st-progress-bg: #1C2B41;--st-progress-fg: #85B8FF;--st-progress-dot: #579DFF;--st-review-bg: #1C3239;--st-review-fg: #60C6D2;--st-review-dot: #42B2D7;--st-testing-bg: #332E1B;--st-testing-fg: #F5CD47;--st-testing-dot: #E2B203;--st-qa-bg: #38291A;--st-qa-fg: #FEC57B;--st-qa-dot: #FAA53D;--st-done-bg: #1C3329;--st-done-fg: #7EE2B8;--st-done-dot: #4BCE97;--sub-fe-bg: #1C2B41;--sub-fe-fg: #85B8FF;--sub-be-bg: #1C3329;--sub-be-fg: #7EE2B8;--sub-qa-bg: #2B273F;--sub-qa-fg: #9F8FEF;--sub-des-bg: #1C3239;--sub-des-fg: #60C6D2;--sub-devops-bg: #332E1B;--sub-devops-fg: #F5CD47;--shadow-xs: 0 0 0 1px rgba(255,255,255,.07);--shadow-sm: 0 1px 1px rgba(3,4,4,.5), 0 0 0 1px rgba(255,255,255,.07);--shadow-md: 0 4px 8px -2px rgba(3,4,4,.56), 0 0 0 1px rgba(255,255,255,.07);--shadow-lg: 0 8px 16px -4px rgba(3,4,4,.6), 0 0 0 1px rgba(255,255,255,.06)}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:var(--canvas);color:var(--foreground);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.mono{font-family:inherit;white-space:nowrap;font-variant-numeric:tabular-nums}#root{height:100%}::selection{background:#0052cc2e}*::-webkit-scrollbar{width:12px;height:12px}*::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px;border:3px solid transparent;background-clip:content-box}*::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground);background-clip:content-box}*::-webkit-scrollbar-track{background:transparent}.flex{display:flex}.inline-flex{display:inline-flex}.col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-baseline{align-items:baseline}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.flex-1{flex:1 1 0;min-width:0}.flex-wrap{flex-wrap:wrap}.grow{flex-grow:1}.shrink-0{flex-shrink:0}.gap-1{gap:4px}.gap-1\.5{gap:6px}.gap-2{gap:8px}.gap-2\.5{gap:10px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-5{gap:20px}.gap-6{gap:24px}.gap-8{gap:32px}.relative{position:relative}.absolute{position:absolute}.w-full{width:100%}.h-full{height:100%}.text-center{text-align:center}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pointer{cursor:pointer}.hidden{display:none}.t-muted{color:var(--muted-foreground)}.t-xs{font-size:11px}.t-sm{font-size:12px}.t-base{font-size:13px}.t-md{font-size:15px}.t-lg{font-size:18px}.t-xl{font-size:22px}.t-2xl{font-size:28px}.t-3xl{font-size:34px}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.tabnum{font-variant-numeric:tabular-nums}.tracking-tight{letter-spacing:-.008em}.uppercase{text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700;color:var(--muted-foreground)}.card{background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs)}.card-pad{padding:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 12px;border-radius:var(--radius-sm);border:none;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;transition:background .1s,border-color .1s,color .1s,box-shadow .1s,opacity .1s}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.btn svg{width:16px;height:16px}.btn-primary{background:var(--primary-button);color:var(--primary-button-foreground)}.btn-primary:hover{background:var(--primary-button-hover)}.btn-outline{background:var(--surface-2);color:var(--foreground)}.btn-outline:hover{background:var(--border)}.btn-ghost{background:transparent;color:var(--foreground)}.btn-ghost:hover{background:var(--surface-2)}.btn-sm{height:30px;padding:0 8px;font-size:13px;border-radius:var(--radius-sm)}.btn-sm svg{width:15px;height:15px}.btn-icon{width:36px;height:36px;padding:0}.btn-icon.btn-sm{width:30px;height:30px}.badge{display:inline-flex;align-items:center;gap:5px;height:20px;padding:0 6px;border-radius:var(--radius-sm);font-size:11px;font-weight:700;white-space:nowrap;text-transform:uppercase;letter-spacing:.03em;border:none}.badge .dot{display:none}.badge-outline,.badge-soft{background:var(--surface-2);color:var(--muted-foreground)}.status-pill{background:var(--pb);color:var(--pf)}.status-pill .dot{display:none}.avatar{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;font-size:11px;font-weight:600;color:#fff;flex-shrink:0;box-shadow:0 0 0 2px var(--card);letter-spacing:0;text-transform:none}.avatar-sm{width:24px;height:24px;font-size:10px}.avatar-lg{width:40px;height:40px;font-size:14px}.avatar-stack{display:inline-flex}.avatar-stack .avatar{margin-left:-6px}.avatar-stack .avatar:first-child{margin-left:0}.progress{height:8px;border-radius:999px;background:var(--surface-2);overflow:hidden;display:flex}.progress-seg{height:100%;transition:width .2s cubic-bezier(.23,1,.32,1)}.progress-thin{height:5px}.input,.select{height:36px;padding:0 10px;background:var(--surface-1);border:2px solid var(--input);border-radius:var(--radius-md);font-size:14px;font-family:inherit;color:var(--foreground);width:100%;transition:background .1s,border-color .1s}.input:hover,.select:hover{background:var(--surface-2)}.input:focus,.select:focus{outline:none;background:var(--card);border-color:var(--primary)}.input::placeholder{color:var(--muted-foreground)}.select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;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='%236B778C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;padding-right:30px}.select-sm{height:28px;font-size:13px;padding:0 28px 0 8px;border-radius:var(--radius-sm);border-width:2px}.project-color-picker{height:36px;display:flex;align-items:center;gap:8px;padding:4px 8px 4px 4px;background:var(--surface-1);border:2px solid var(--input);border-radius:var(--radius-md);transition:background .1s,border-color .1s}.project-color-picker:hover{background:var(--surface-2)}.project-color-picker:focus-within{background:var(--card);border-color:var(--primary)}.project-color-input{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:46px;height:26px;padding:0;border:0;border-radius:var(--radius-sm);background:transparent;cursor:pointer}.project-color-input::-webkit-color-swatch-wrapper{padding:0}.project-color-input::-webkit-color-swatch{border:0;border-radius:var(--radius-sm)}.project-color-input::-moz-color-swatch{border:0;border-radius:var(--radius-sm)}.project-color-value{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;color:var(--muted-foreground);font-size:13px;font-weight:600;font-family:inherit;text-transform:uppercase}.app{display:grid;grid-template-columns:240px 1fr;height:100%}.sidebar{background:var(--sidebar);border-right:1px solid var(--sidebar-border);display:flex;flex-direction:column;height:100%;overflow:hidden}.nav-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;font-family:inherit;background:transparent;height:38px;padding:0 10px;margin:1px 0;border-radius:var(--radius-sm);color:var(--muted-foreground);font-size:14px;font-weight:500;cursor:pointer;transition:background .1s,color .1s;border:0;border-left:2px solid transparent;text-decoration:none}.nav-item:hover{background:var(--surface-2);color:var(--foreground)}.nav-item.active{background:var(--st-progress-bg);color:var(--primary);font-weight:600;border-left-color:var(--primary);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.nav-item svg{width:18px;height:18px;stroke-width:2;flex-shrink:0}.nav-item .count{margin-left:auto;font-size:11px;font-weight:700;color:var(--muted-foreground);background:var(--surface-2);padding:1px 7px;border-radius:999px}.nav-item.active .count{background:#0052cc24;color:var(--primary)}.nav-label,.sidebar-brand-text span{white-space:nowrap}.main{display:flex;flex-direction:column;height:100%;overflow:hidden;background:var(--canvas)}.topbar{position:relative;z-index:60;height:56px;flex-shrink:0;background:var(--card);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 24px;gap:16px}.topbar h1{flex:0 0 auto;max-width:min(260px,30vw)}.content{flex:1;overflow-y:auto}.content-pad{padding:24px}.global-search{position:relative;display:flex;align-items:center;gap:8px;width:min(360px,32vw);height:36px;padding:0 8px 0 10px;background:var(--surface-1);border:2px solid var(--input);border-radius:var(--radius-md);color:var(--muted-foreground)}.global-search:focus-within{background:var(--card);border-color:var(--primary)}.global-search input{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;color:var(--foreground);font:inherit}.global-search input::placeholder{color:var(--muted-foreground)}.global-search-clear{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--muted-foreground);cursor:pointer}.global-search-clear:hover{background:var(--surface-2);color:var(--foreground)}.global-search-popover{position:absolute;top:calc(100% + 6px);right:0;width:min(520px,82vw);max-height:min(620px,calc(100vh - 84px));overflow-y:auto;z-index:45;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:4px;animation:pop .1s ease}.global-search-row{display:flex;align-items:flex-start;gap:9px;width:100%;padding:8px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--foreground);cursor:pointer;font:inherit;text-align:left}.global-search-row:hover{background:var(--surface-2)}.global-search-row-icon{width:24px;height:24px;border-radius:var(--radius-sm);background:var(--surface-2);color:var(--muted-foreground);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.global-search-empty{display:flex;flex-direction:column;align-items:center;gap:6px;padding:24px 16px;text-align:center;color:var(--muted-foreground)}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.link-button{border:0;background:transparent;color:var(--primary);cursor:pointer;font:inherit;font-size:13px;font-weight:600;padding:4px 0;text-decoration:none;white-space:nowrap}.link-button:hover{text-decoration:underline}.notification-trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--foreground);cursor:pointer}.notification-trigger:hover{background:var(--surface-2)}.notification-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:17px;padding:0 5px;border-radius:999px;background:var(--danger);color:#fff;font-size:10px;font-weight:700;line-height:17px;text-align:center;white-space:nowrap;box-shadow:0 0 0 2px var(--card)}.notification-menu{min-width:0}.notification-list{max-height:min(420px,calc(100vh - 172px));overflow-y:auto;padding:2px}.notification-row{position:relative;display:flex;align-items:flex-start;gap:9px;width:100%;padding:9px 34px 9px 8px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--foreground);cursor:pointer;font:inherit;text-align:left}.notification-row:hover{background:var(--surface-2)}.notification-row.unread{background:color-mix(in srgb,var(--primary) 8%,transparent)}.notification-row.unread:hover{background:color-mix(in srgb,var(--primary) 12%,transparent)}.notification-icon{width:24px;height:24px;border-radius:var(--radius-sm);background:var(--surface-2);color:var(--muted-foreground);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.notification-row.unread .notification-icon{background:var(--st-progress-bg);color:var(--primary)}.notification-unread-dot{width:7px;height:7px;border-radius:999px;background:var(--primary);flex-shrink:0}.notification-delete{position:absolute;top:8px;right:7px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:var(--radius-sm);color:var(--muted-foreground);opacity:0}.notification-row:hover .notification-delete{opacity:1}.notification-delete:hover{background:var(--surface-1);color:var(--foreground)}.notification-empty{display:flex;flex-direction:column;align-items:center;gap:6px;padding:24px 14px;text-align:center;color:var(--muted-foreground)}.notification-footer{border-top:1px solid var(--border);padding:6px}.notifications-page{max-width:920px;margin:0 auto;width:100%}.notifications-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.notifications-page-list{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);overflow:hidden}.notification-page-row{display:flex;align-items:stretch;border-bottom:1px solid var(--border);background:var(--card)}.notification-page-row:last-child{border-bottom:0}.notification-page-row.unread{background:color-mix(in srgb,var(--primary) 6%,var(--card))}.notification-page-main{display:flex;align-items:flex-start;gap:10px;flex:1;min-width:0;padding:13px 14px;border:0;background:transparent;color:var(--foreground);cursor:pointer;font:inherit;text-align:left}.notification-page-main:hover{background:var(--surface-1)}.notification-page-delete{align-self:center;margin:0 10px;color:var(--muted-foreground)}.notification-page-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:24px;text-align:center;color:var(--muted-foreground)}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#091e428a;z-index:90;animation:fade .2s ease}.sheet{position:fixed;top:0;right:0;bottom:0;width:min(680px,94vw);background:var(--card);border-left:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:100;display:flex;flex-direction:column;animation:slideIn .2s cubic-bezier(.23,1,.32,1)}.mention-composer{position:relative}.mention-menu{position:absolute;left:0;bottom:calc(100% + 6px);width:min(340px,100%);max-height:248px;overflow-y:auto;z-index:110;padding:4px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow-lg);animation:pop .1s ease}.mention-option{display:flex;align-items:center;gap:9px;width:100%;min-width:0;padding:8px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--foreground);cursor:pointer;font:inherit;text-align:left}.mention-option:hover,.mention-option[data-active="1"]{background:var(--surface-2)}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes pop{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.toast-wrap{position:fixed;bottom:22px;left:50%;transform:translate(-50%);z-index:120;display:flex;flex-direction:column;gap:8px;align-items:center}.toast{background:#172b4d;color:#fff;border-radius:var(--radius-md);padding:12px 16px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:12px;font-size:14px;animation:pop .2s cubic-bezier(.23,1,.32,1);max-width:480px}.toast .toast-accent{width:28px;height:28px;border-radius:var(--radius-sm);background:#4c9aff3d;color:#4c9aff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.divider{height:1px;background:var(--border)}.vdivider{width:1px;align-self:stretch;background:var(--border)}.kbd{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;background:var(--surface-2);border:1px solid var(--border);border-bottom-width:2px;border-radius:var(--radius-sm);padding:1px 5px;color:var(--muted-foreground)}.hover-row{transition:background .1s}.hover-row:hover{background:var(--surface-1)}.chip{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 8px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;background:var(--card)}.topbar-user-chip{color:var(--foreground);cursor:pointer;font:inherit;min-width:0;transition:background .1s,border-color .1s,box-shadow .1s}.topbar-user-chip:hover{background:var(--surface-2);border-color:var(--border-strong)}.topbar-user-chip:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.popover{position:absolute;top:calc(100% + 6px);z-index:40;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:4px;animation:pop .1s ease}.popover-head{display:flex;align-items:center;justify-content:space-between;padding:6px 8px 8px}.menu-section-label{padding:8px 8px 4px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-foreground)}.menu-item{display:flex;align-items:center;gap:9px;width:100%;padding:7px 8px;border:none;background:transparent;cursor:pointer;border-radius:var(--radius-sm);font-size:14px;color:var(--foreground);font-family:inherit;text-align:left}.menu-item:hover{background:var(--surface-2)}.menu-check{width:16px;height:16px;border-radius:var(--radius-sm);border:2px solid var(--border-strong);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;transition:background .1s,border-color .1s}.menu-item[data-checked="1"] .menu-check{background:var(--primary);border-color:var(--primary)}.saved-filter-row{display:flex;align-items:center;gap:4px;padding:2px 4px}.saved-filter-row:hover{background:var(--surface-1)}.saved-filter-main{min-width:0;flex:1;display:flex;flex-direction:column;gap:1px;padding:7px 6px;border:0;background:transparent;color:var(--foreground);cursor:pointer;text-align:left;font:inherit;border-radius:var(--radius-sm)}.saved-filter-main:hover{background:var(--surface-2)}.platrum-task-row{transition:background .1s}.platrum-task-row:hover{background:var(--surface-1)}.platrum-import-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid var(--border)}.platrum-import-sheet-body{display:flex;flex-direction:column;gap:14px;padding:18px 20px 24px;overflow-y:auto}.platrum-import-search{width:100%}.platrum-import-list{overflow:hidden}.platrum-import-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border);transition:background .1s}.platrum-import-row:hover{background:var(--surface-1)}.platrum-import-row:last-child{border-bottom:0}@media(max-width:1024px){.app{grid-template-columns:60px 1fr}.sidebar{align-items:stretch}.nav-label,.sidebar-foot,.nav-item .count{display:none}.nav-item{justify-content:center;padding:0;border-left-color:transparent}.nav-item.active{border-radius:var(--radius-sm)}.sidebar-brand-text{display:none}.global-search{width:min(300px,40vw)}}@media(max-width:900px){.content-pad{padding:16px}.topbar{height:auto;min-height:56px;padding:10px 16px;align-items:flex-start;flex-wrap:wrap}.topbar-left,.topbar-actions{flex:1 1 100%;min-width:0}.topbar-left{flex-wrap:wrap}.topbar-actions{justify-content:flex-start;flex-wrap:wrap}.topbar-sprint{flex:1 1 260px;min-width:0!important}.global-search{order:10;width:100%;flex:1 1 100%}.platrum-import-search{order:0!important;flex:0 0 auto!important;width:100%}.global-search-popover{left:0;right:auto;width:min(520px,calc(100vw - 32px))}.screen-toolbar,.sprint-toolbar,.create-toolbar{align-items:stretch!important;flex-direction:column;gap:10px}.section-title-row{align-items:flex-start!important;gap:8px}.section-title-row h2{white-space:normal!important}.screen-toolbar>*,.sprint-toolbar>*,.create-toolbar>*{min-width:0}.screen-toolbar .btn,.create-toolbar .btn{align-self:flex-start}.dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}.reports-filters-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.reports-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}.platrum-table-head,.platrum-task-row{grid-template-columns:90px minmax(220px,1.4fr) 130px minmax(170px,1fr) 110px 110px!important}.report-user-row{grid-template-columns:minmax(170px,1.2fr) 110px 110px minmax(180px,1.3fr)!important}.report-task-row{grid-template-columns:minmax(200px,1.25fr) 120px 100px minmax(180px,1.25fr)!important}.dashboard-wide-grid,.dashboard-two-grid,.create-layout,.settings-profile-grid,.settings-layout{grid-template-columns:1fr!important}.dashboard-kpis>*,.dashboard-wide-grid>*,.dashboard-two-grid>*{min-width:0}.create-side{position:static!important}.project-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr))!important}.sprint-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,340px),1fr))!important}.project-form-main-grid,.project-form-people-grid,.profile-name-grid,.sprint-form-grid,.user-form-grid,.task-meta-grid,.task-edit-grid{grid-template-columns:1fr 1fr!important}.settings-project-tabs{max-width:100%;overflow-x:auto}.settings-project-tabs>button{flex-shrink:0}}@media(max-width:720px){#root{height:100dvh}.app{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;height:100dvh}.main{grid-row:1;min-height:0}.sidebar{grid-row:2;height:64px;border-right:0;border-top:1px solid var(--sidebar-border);flex-direction:row;overflow-x:auto;overflow-y:hidden}.sidebar>div:first-child,.sidebar>div:nth-child(3),.sidebar-foot{display:none!important}.sidebar>div:nth-child(2){display:flex;gap:4px;width:100%;padding:6px 8px!important;overflow-x:hidden}.sidebar .uppercase.nav-label{display:none!important}.nav-item{min-width:0;width:auto;flex:1 1 0;height:52px;flex-direction:column;justify-content:center;gap:3px;padding:0 2px;border-left:0}.nav-item .nav-label{display:block!important;white-space:nowrap;text-align:center;line-height:1.05;font-size:0;max-width:100%;overflow:hidden;text-overflow:ellipsis}.nav-item .nav-label:after{content:attr(data-mobile-label);font-size:10px}.nav-item svg{width:17px;height:17px}.nav-item.active{border-radius:var(--radius-sm);border-left-color:transparent}.topbar{padding:8px 12px;gap:8px}.topbar-actions>.chip,.topbar-actions>.btn-ghost{max-width:150px}.content-pad{padding:12px}.card-pad{padding:14px}.btn{min-width:36px}.dashboard-kpis,.reports-filters-grid,.reports-kpis,.profile-name-grid,.theme-choice-grid{grid-template-columns:1fr!important}.report-table-head,.platrum-table-head{display:none!important}.report-user-row,.report-task-row,.platrum-task-row{grid-template-columns:1fr!important;gap:8px!important}.report-user-row>*,.report-task-row>*,.platrum-task-row>*{min-width:0}.platrum-import-sheet-head,.platrum-import-sheet-body{padding-left:14px;padding-right:14px}.platrum-import-row{grid-template-columns:1fr;align-items:stretch}.platrum-import-row .btn{justify-self:flex-start}.status-dist-row>span[style*="width: 184px"]{width:min(184px,62%)!important}.project-progress-head{flex-wrap:wrap}.project-progress-head>.t-xs.t-muted.tabnum{flex:1 1 100%;margin-left:17px!important}.workload-row{flex-wrap:wrap;row-gap:8px}.workload-person{flex:1 1 calc(100% - 40px)!important;min-width:0;width:auto!important}.workload-row>.progress{flex:1 1 100%!important;order:3}.workload-metric{width:auto!important;text-align:left!important}.project-form-main-grid,.project-form-people-grid,.sprint-form-grid,.user-form-grid,.task-meta-grid,.task-edit-grid,.create-date-grid{grid-template-columns:1fr!important}.subtask-row,.task-subtask-row,.task-add-subtask-main,.task-add-subtask-actions,.worklog-form{align-items:stretch!important;flex-direction:column}.worklog-summary-grid{grid-template-columns:1fr!important}.worklog-form>*,.worklog-form .input,.worklog-form .select{width:100%!important}.worklog-row{flex-wrap:wrap}.worklog-row>.flex.col,.worklog-row>.flex.col.gap-2{flex:1 1 calc(100% - 34px)!important}.worklog-user-row{flex-wrap:wrap}.subtask-row>.select,.subtask-row>.input,.task-add-subtask-main>.select,.task-add-subtask-main>.input,.task-add-subtask-actions>.select{width:100%!important}.subtask-row>.btn-icon,.task-subtask-row>.btn-icon{align-self:flex-end}.task-subtask-row>.badge{width:auto!important;align-self:flex-start}.task-subtask-row>div[style*="width: 224px"]{width:100%!important}.task-add-subtask-actions{flex-direction:row;flex-wrap:wrap}.task-add-subtask-actions>.select{flex:1 1 100%!important}.sheet{width:100vw;border-left:0}.task-sheet-head,.task-sheet-body{padding-left:14px!important;padding-right:14px!important}.toast-wrap{left:12px;right:12px;bottom:74px;transform:none;align-items:stretch}.toast{max-width:none}.login-shell{grid-template-columns:1fr!important}.login-hero{min-height:270px;padding:28px!important}.login-form-panel{padding:18px!important}.user-list-head{display:none!important}.user-row{align-items:flex-start!important;flex-wrap:wrap}.user-row-platrum,.user-row-role,.user-row-actions{width:auto!important}.user-row-platrum{flex:1 1 100%;padding-left:36px}.user-row-actions{margin-left:auto}.sprint-header-main,.sprint-header-stats{align-items:stretch!important;flex-direction:column}.sprint-header-main>.flex.col{min-width:0!important}.sprint-header-stats>.flex.col{align-items:flex-start!important;width:100%!important}.sprint-toolbar>div{flex-wrap:wrap}.sprint-list-project-head{flex-wrap:wrap}.sprint-list-project-head>span[style*="width: 180px"]{flex:1 1 100%;width:100%!important;margin-left:0!important}.sprint-list-row{height:auto!important;min-height:58px;flex-wrap:wrap;padding:8px 8px 8px 0}.sprint-list-row>span[style*="width: 88px"],.sprint-list-row>span[style*="width: 42px"],.sprint-list-row>span[style*="width: 200px"],.sprint-list-row>span[style*="width: 56px"]{width:auto!important;padding-left:0!important}.sprint-subtask-row{height:auto!important;min-height:46px;flex-wrap:wrap;gap:8px;padding:8px 10px 8px 44px!important}.sprint-subtask-row>span[style*="width: 200px"],.sprint-subtask-row>span[style*="width: 56px"]{width:auto!important;padding-left:0!important}.popover{max-width:calc(100vw - 24px)}}@media(max-width:520px){.t-3xl{font-size:28px}.t-2xl{font-size:24px}.t-xl{font-size:20px}.topbar-actions>.btn-primary{flex:1 1 auto}.topbar-actions>.chip{flex:1 1 150px}.topbar-actions>.btn-ghost{flex:0 0 auto}.screen-toolbar .flex.items-center,.create-toolbar .flex.items-center{flex-wrap:wrap}.project-grid,.sprint-grid{grid-template-columns:1fr!important}.project-grid .card .flex.items-start.justify-between,.sprint-grid .card .flex.items-start.justify-between{flex-direction:column}.project-grid .card .flex.items-start.justify-between>.flex.items-center.gap-1,.sprint-grid .card .flex.items-start.justify-between>.flex.items-center.gap-1{flex-wrap:wrap}.status-pill,.badge{max-width:100%}.toast{padding:10px 12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}
