@charset "UTF-8";*{box-sizing:border-box}:root{color-scheme:light dark;--page: #bcd3e5;--panel: #f2f2f7;--auth-panel: #f0faff;--project: #b4d1d8;--row: #e3e3e3;--dark: #2c2c2c;--purple: #7f82ae;--purple-dark: #454866;--green: #cbf3cd;--green-strong: #348c52;--danger: #9d0000;--orange: #ff8d28;--blue-action: #7184ff;--gap: 18px;--radius: 22px}html,body{height:100%;margin:0;overflow:hidden;font-family:Arial,Helvetica,sans-serif;color:#111;background:var(--page)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled,input[readonly],textarea[readonly],select:disabled{cursor:not-allowed;opacity:.65}button:focus,input:focus,select:focus,textarea:focus{outline:none;box-shadow:none}select{max-width:100%;overflow:hidden;text-overflow:ellipsis;appearance:none;border-radius:15px!important;padding-right:32px!important;background-image:linear-gradient(45deg,transparent 50%,#222 50%),linear-gradient(135deg,#222 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}select option{max-width:100%;overflow:hidden;text-overflow:ellipsis}.auth-shell{min-height:100vh;display:grid;place-items:center;align-content:start;gap:44px;padding-top:54px;background:var(--page)}.auth-shell h1{font-size:40px;font-weight:400;margin:0}.auth-panel{width:min(820px,100vw - 32px);min-height:520px;border:0;border-radius:22px;background:var(--auth-panel);padding:44px 200px 54px;display:flex;flex-direction:column;align-items:stretch}.auth-panel h2{margin:0 0 30px;text-align:center;font-size:29px;font-weight:400}.auth-panel label{display:block;margin-bottom:12px}.auth-panel span{display:block;font-size:18px;margin-bottom:6px;color:#252525}.auth-panel input{width:100%;height:38px;border:1px solid #d1d1d1;border-radius:20px;padding:0 13px;background:#fff}.auth-panel label.invalid input{border-color:#b00020;background:#fff4f4}.auth-panel small{display:block;min-height:18px;color:#b00020;margin-top:4px}.auth-panel .link{border:0;background:transparent;text-align:left;padding:0;color:#777;margin:-2px 0 28px}.auth-panel .password-field{position:relative;display:block}.auth-panel .password-field input{padding-right:46px}.auth-panel .pw-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:34px;height:34px;display:grid;place-items:center;border:0;background:transparent;color:#888;cursor:pointer;padding:0;border-radius:50%}.auth-panel .pw-toggle:hover{color:#333}.auth-panel .pw-toggle svg{width:20px;height:20px;display:block}.button-row{display:flex;justify-content:center;gap:12px;margin-top:auto}.primary,.secondary{min-height:40px;border:0;border-radius:20px;padding:0 22px;background:var(--dark);color:#fff}.auth-panel .primary{background:var(--orange)}.secondary{background:var(--blue-action);color:#fff}.small{min-height:39px;padding:0 16px}.error,.toast{color:#b00020}.success-text{text-align:center;font-size:24px;margin:64px 0 88px}.reset-success{max-width:460px;margin:64px auto 88px;color:#111}.workspace{height:100vh;display:grid;grid-template-columns:clamp(210px,21vw,320px) 1fr;grid-template-rows:auto 1fr;gap:clamp(10px,1.4vw,18px);padding:clamp(10px,1.4vw,18px);overflow:hidden;background:var(--page)}.topbar{grid-column:1/3;display:grid;grid-template-columns:1fr minmax(160px,360px) 40px 40px minmax(150px,280px);gap:clamp(12px,1.6vw,24px);align-items:center;padding:4px 8px;background:transparent;border:0;border-radius:0}.topbar h1{margin:0;font-size:clamp(22px,3vw,38px);font-weight:400;color:#1a1a1a;white-space:nowrap}.search-wrap{position:relative}.search{width:100%;height:44px;border:1px solid #e2e2ea;border-radius:22px;padding:0 16px 0 38px;background:#fff;font-size:15px}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#999;pointer-events:none}.theme-toggle{width:40px;height:40px;border:0;background:transparent;border-radius:50%;font-size:20px;line-height:1;color:#333;cursor:pointer;display:grid;place-items:center;justify-self:center}.theme-toggle:hover{background:#0000000f}.auth-theme-toggle{position:fixed;top:16px;right:16px;z-index:5;color:#2c2c2c}.search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px #0000001a;z-index:10;max-height:300px;overflow-y:auto}.search-results button{display:block;width:100%;border:0;background:transparent;text-align:left;padding:8px 12px;font-size:13px;color:#333;cursor:pointer;transition:background .15s}.search-results button:hover{background:#f5f5f5}.notifications{position:relative}.bell-btn{position:relative;border:0;background:transparent;padding:0;height:24px;width:24px;cursor:pointer}.bell-icon:before{content:"\1f514";font-size:20px}.notification-badge{position:absolute;top:-4px;right:-6px;background:#b00000;color:#fff;border-radius:50%;width:18px;height:18px;display:grid;place-items:center;font-size:11px;font-weight:700}.notification-panel{position:absolute;top:40px;right:-8px;width:320px;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 8px 16px #00000026;z-index:100;display:block;max-height:min(70vh,625px);overflow-y:auto}.notification-head{position:sticky;top:0;z-index:1;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:12px 16px;background:#fff;border-bottom:1px solid #eee}.notification-head strong{font-size:14px}.notification-head button{border:0;background:transparent;color:#05c;font-size:12px;cursor:pointer;padding:0}.notification-head button:disabled{color:#999;cursor:not-allowed}.notification-item{display:block;width:100%;border:0;background:transparent;text-align:left;padding:12px 16px;border-bottom:1px solid #eee;cursor:pointer;transition:background .15s;font-size:13px}.notification-item:hover{background:#f5f5f5}.notification-item.unread{background:#eef5ff}.notification-item span{display:block;margin-bottom:4px;color:#222}.notification-item small{color:#666;font-size:12px}.notification-empty{margin:24px 16px;text-align:center;color:#999}.user-chip{border:0;background:#e7e0ec;border-radius:26px;padding:13px 22px 13px 44px;font-size:15px;color:#2a2a2a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;position:relative}.user-chip:before{content:"";position:absolute;left:18px;top:50%;width:18px;height:18px;transform:translateY(-50%);border-radius:50%;border:2px solid #555;box-shadow:0 7px 0 -3px #555}.projects{grid-row:2;grid-column:1;border:1px solid #c9dcec;border-radius:var(--radius);background:var(--panel);display:flex;flex-direction:column;overflow:hidden}.create{border:0;background:var(--dark);color:#fff;padding:16px 18px;margin:16px;border-radius:26px;font-size:15px;cursor:pointer;white-space:nowrap}.project-scroll{flex:1;overflow-y:auto;padding:0 12px 12px}.project-card{display:grid;grid-template-columns:1fr 28px;gap:8px;align-items:center;margin-bottom:14px;padding:20px 18px;border-radius:30px;background:var(--project);cursor:pointer;transition:all .2s;position:relative}.project-card:hover{box-shadow:inset 0 0 0 999px #0000000d}.project-card.active{background:var(--purple);color:#fff}.project-card.menu-open{z-index:1000}.project-card span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;text-align:center}.project-dots{border:0;background:transparent;padding:0;cursor:pointer;font-size:26px;font-weight:900;line-height:1;color:inherit;opacity:1;transition:opacity .2s}.project-dots:hover{opacity:.7}.project-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 8px 20px #00000038;z-index:1000;min-width:170px;overflow:hidden}.project-menu button{display:block;width:100%;border:0;background:transparent;text-align:left;padding:10px 14px;font-size:13px;cursor:pointer;transition:background .15s}.project-menu button:hover{background:#f5f5f5}.board{grid-row:2;grid-column:2;display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #c9dcec;border-radius:var(--radius)}.board-actions{display:grid;grid-template-columns:auto minmax(120px,200px) minmax(120px,200px) 1fr;gap:16px;align-items:center;padding:clamp(14px,1.8vw,22px) clamp(14px,1.8vw,26px);background:transparent;border:0}.board-actions h2{margin:0;font-size:clamp(20px,2.6vw,30px);font-weight:400}.board-actions select{height:38px;border:0;border-radius:20px;background:#d9d9d9;color:#555;text-align:center;padding-left:16px}.board-actions .primary.small{min-height:44px;border-radius:24px;background:var(--dark);font-size:15px;justify-self:end;width:auto;padding:0 30px}.board-actions select:first-of-type{background:var(--purple);color:#fff}.task-list{flex:1;overflow-y:auto;padding:0 26px 26px;display:grid;gap:14px;align-content:start}.task-row{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;min-height:46px;padding:10px 22px;border-radius:26px;background:var(--row);cursor:default;transition:all .2s;position:relative}.task-row>.task-title{flex:1 1 140px;min-width:0;overflow:hidden}.task-row .row-status-select{flex:0 1 150px;min-width:0}.task-row .history-btn,.task-row .task-menu-wrap{flex:0 0 auto}.task-row:hover{box-shadow:inset 0 0 0 999px #0000000a}.task-row.menu-open{z-index:1000}.task-row.done{background:var(--green);color:#7c8a7c;text-decoration:line-through}.task-row.archived-deleted{background:#d9d9d9;color:#777}.archive-search{height:36px;border:1px solid #d4d4d4;border-radius:18px;padding:0 14px;background:#fff;font-size:14px;min-width:200px}.archive-btn{white-space:nowrap}.report-modal{width:min(540px,100vw - 32px);background:#fff;padding:28px 32px}.report-modal h2{margin:0;font-size:22px;font-weight:500}.report-project-name{margin:0 0 4px;color:#555;font-size:14px}.report-section-label{display:block;margin:8px 0 4px;font-weight:500;font-size:14px}.report-dates{display:flex;gap:16px;align-items:center}.report-dates label{display:inline-flex;align-items:center;gap:8px;font-size:14px}.report-dates input{height:34px;border:1px solid #d4d4d4;border-radius:8px;padding:0 10px;background:#fff}.report-members{max-height:220px;overflow-y:auto;border:1px solid #e3e3e3;border-radius:8px;padding:6px 10px;background:#fafafa}.report-member-row{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;padding:6px 4px;cursor:pointer;font-size:14px}.report-member-row:hover{background:#00000008;border-radius:6px}.report-member-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-member-count{color:#777;font-size:12px}.icon-btn{border:0;background:transparent;padding:0;cursor:pointer;font-size:24px;font-weight:900;line-height:1;color:#333}.task-title{display:grid;grid-template-columns:auto 1fr;gap:6px;align-items:center;border:0;background:transparent;color:inherit;text-align:left;padding:0;cursor:pointer;font-size:15px;text-decoration:none}.copy-number{white-space:nowrap;font-weight:700;font-size:12px;opacity:.7;cursor:pointer;-webkit-user-select:none;user-select:none}.copy-number:hover{opacity:1;text-decoration:underline}.task-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bug-list-row .bug-open{flex:1 1 150px;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;-webkit-user-select:none;user-select:none}.task-row select{height:30px;border:0;border-radius:16px;background:var(--purple);color:#fff;font-size:12px;text-align:center}.task-row.done select{background:var(--green-strong)}.history-btn{min-height:30px;border:0;border-radius:16px;padding:0 16px;background:#e7e0ec;color:#3f3f3f;font-size:12px;cursor:pointer;white-space:nowrap}.history-btn:hover{box-shadow:inset 0 0 0 999px #0000000d}.task-menu-wrap{position:relative}.task-dots{border:0;background:transparent;padding:0;cursor:pointer;font-size:24px;font-weight:900;line-height:1;color:#333;opacity:1;transition:opacity .2s}.task-dots:hover{opacity:.7}.task-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 8px 20px #00000038;z-index:1000;min-width:150px;overflow:hidden}.task-menu button{display:block;width:100%;border:0;background:transparent;text-align:left;padding:6px 10px;font-size:12px;cursor:pointer;transition:background .15s}.task-menu button:hover{background:#f5f5f5}.hidden{display:none}.task-list-toolbar{height:45px;display:grid;grid-template-columns:44px 234px 120px 1fr 118px;gap:16px;align-items:center;margin-bottom:16px}.task-list-toolbar h2{margin:0;text-align:center;font-size:26px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.back-btn{width:44px;height:40px;margin-left:10px;border:0;border-radius:6px;background:#000;color:#fff;font-size:30px;font-weight:700;line-height:1;display:grid;place-items:center;padding:0 0 3px}.add-bug-btn{height:30px;min-height:30px;border-radius:15px}.status-filter{height:30px;border:0;border-radius:15px;text-align:center;background:#d8d8d8}.history-top{height:29px;border:0;border-radius:15px;background:var(--purple-dark);color:#fff;font-size:12px}.task-page{padding:clamp(10px,1.5vw,18px);box-sizing:border-box}.task-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(14px,2vw,22px);height:calc(100vh - 170px);min-height:480px}.task-list-pane{overflow-y:auto;overflow-x:hidden;border:1px solid #e3e3e3;border-radius:var(--radius);background:#fff;padding:20px 16px}.task-list-pane h3{margin:0 0 18px;font-weight:400;text-align:center;font-size:28px}.bug-list-row{display:flex;flex-wrap:nowrap;gap:8px;align-items:center;min-height:30px;margin-bottom:18px;padding:5px 8px;border-radius:7px;background:var(--row);font-size:12px}.bug-list-row>span:first-child{flex:1 1 150px;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bug-list-row .row-status-select{flex:0 1 130px;min-width:0}.bug-list-row>.icon-btn{flex:0 0 auto;margin-left:auto}.bug-list-row>.bug-menu-wrap{flex:0 0 auto;margin-left:auto}.bug-list-row.done{background:var(--green);color:#777;text-decoration:line-through}.bug-list-row select{height:17px;border:0;border-radius:9px;color:#fff;text-align:center;font-size:10px}.bug-list-row select:first-of-type{background:var(--purple)}.priority-critical{background-color:#9b0000!important;color:#fff}.priority-high{background-color:#b56b78!important;color:#fff}.priority-medium{background-color:#de722d!important;color:#fff}.priority-low{background-color:#777bff!important;color:#fff}.bug-list-row.done select:first-of-type{background:var(--green-strong)}.check-list-row{display:grid;grid-template-columns:34px 34px 1fr 34px;gap:12px;align-items:start;margin:0 18px 18px 0}.check-list-row textarea{min-height:37px;height:auto;resize:none;border:0;border-radius:6px;background:var(--row);padding:6px 10px;font-size:12px}.trash-btn,.edit-mini{position:relative;border:0;background:transparent;color:#9b0000;font-size:18px;cursor:pointer}.trash-btn{width:28px;height:28px;flex:0 0 28px;font-size:0;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%239b0000%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M3%206h18%27%2F%3E%3Cpath%20d%3D%27M8%206V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v2%27%2F%3E%3Cpath%20d%3D%27M19%206l-1%2014a2%202%200%200%201-2%202H8a2%202%200%200%201-2-2L5%206%27%2F%3E%3Cpath%20d%3D%27M10%2011v6%27%2F%3E%3Cpath%20d%3D%27M14%2011v6%27%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:center;background-size:22px 22px}.trash-btn:disabled{opacity:.45}.check-list-row input[type=checkbox]{width:34px;height:34px;accent-color:#16b95d}.edit-mini{color:#676767}.add-check-inline{height:38px;min-height:38px;border-radius:20px;margin:-10px 0 18px 42px;background:var(--dark);color:#fff;justify-self:start}.modal input,.profile input{height:42px;border:1px solid #bdbdbd;border-radius:3px;padding:0 12px}textarea{width:100%;min-height:72px;resize:vertical;border:1px solid #cfcfcf;border-radius:3px;padding:8px;overflow:auto}.bug-detail-head{height:45px;display:grid;grid-template-columns:44px 1fr 250px;gap:28px;align-items:center;margin-bottom:16px}.bug-title-input{height:38px;border:0;font-size:25px;padding:0}.bug-author{font-size:20px;text-align:left;overflow:hidden;white-space:nowrap;width:240px;text-overflow:ellipsis}.bug-detail-body{display:grid;grid-template-columns:minmax(500px,1fr) 314px;gap:22px;height:calc(100vh - 132px);min-height:0;overflow:hidden}.bug-main-form{overflow-y:auto;border-radius:18px;background:#f7f7f7;padding:18px 14px 32px}.bug-main-form label,.bug-side-form label{display:block;margin-bottom:14px}.bug-main-form span,.bug-side-form span{display:block;margin:0 0 7px;font-size:20px}.bug-main-form textarea{min-height:78px;height:78px;resize:vertical;border:0;border-radius:8px;background:#e3e3e3;box-shadow:0 2px 3px #00000040;font-size:16px}.bug-side-form{overflow-y:auto;border-radius:18px;background:#f7f7f7;padding:22px 25px 40px}.bug-side-form select{width:216px;height:30px;border:0;border-radius:15px;background:#d8d8d8}.file-section{margin-top:120px;padding-top:24px;border-top:1px solid #777}.file-add{display:block;width:214px;height:38px;margin:0 auto 18px;border:0;border-radius:7px;background:#d8d8d8;font-size:20px}.file-row{position:relative;margin-block:10px;min-height:30px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#d8d8d8;padding:4px 40px;font-size:20px;text-align:center}.file-row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-row .file-trash{position:absolute;right:6px;top:50%;transform:translateY(-50%)}.file-clickable{cursor:pointer}.file-open-btn{border:0;border-radius:12px;background:#e7e0ec;color:#3f3f3f;font-size:12px;padding:4px 12px;cursor:pointer}.file-open-btn:hover{box-shadow:inset 0 0 0 999px #0000000d}.file-open-btn:focus-visible{outline:3px solid #1f2a8a}.file-trash{width:30px;height:30px}.file-row button{border:0;background-color:transparent;color:#9b0000}.hidden-file{display:none}.file-action-modal{width:360px;min-height:180px;background:#d8d8d8;text-align:center}.file-action-modal p{margin:26px 0;font-size:18px}.file-action-buttons{display:flex;justify-content:center;gap:18px}.file-action-buttons button{min-height:44px;padding:0 28px;border:0;border-radius:22px;color:#fff;font:inherit;font-size:16px;cursor:pointer}.file-action-buttons button:hover{box-shadow:inset 0 0 0 999px #0000001a}.file-act-open{background:#2e9b51}.file-act-download{background:#2f6df0}.rt-editor pre{margin:8px 0;padding:10px 12px;border-radius:8px;background:#f6f8fa;overflow-x:auto;font-family:Consolas,Courier New,monospace;font-size:13px}.rt-editor code{font-family:Consolas,Courier New,monospace}.rt-editor h1{font-size:1.5em;font-weight:600;margin:8px 0}.rt-editor h2{font-size:1.25em;font-weight:600;margin:8px 0}.rt-editor ul,.rt-editor ol{margin:6px 0;padding-left:24px}.rt-editor a{color:#2f6df0;text-decoration:underline}.rt-color-red{color:#d12b2b}.rt-color-green{color:#1f9d4d}.rt-color-blue{color:#2f6df0}.rt-color-orange{color:#e07b00}.rt-color-purple{color:#7f56d9}.rt-color-black{color:#1a1a1a}.modal.members-modal{width:440px;min-height:255px;background:#d8d8d8}.members-modal h2{font-size:18px;margin-top:8px}.red-close{color:#e00000;font-size:56px;font-weight:700}.member-add-row{display:grid;grid-template-columns:1fr 92px;gap:18px}.invalid-field{border:2px solid #b00000!important}.member-add-row input,.member-role-label select,.member-add-row button{height:24px;border:0;border-radius:5px;background:#fff}.member-error{position:absolute;left:32px;top:92px;width:240px;min-height:22px;margin:0;border-radius:5px;background:#b00000;color:#fff;text-align:center}.member-role-label span{display:block;margin-bottom:5px}.member-role-label select{width:234px}.member-delete-row{display:grid;grid-template-columns:234px 82px;gap:18px;align-items:end}.danger-action{width:70px;height:24px;border:0;border-radius:5px;background:#b00000;color:#fff;justify-self:start;margin:0 0 3px}.save-members{width:108px;height:24px;border:0;border-radius:6px;background:#ceffd3;justify-self:center}.empty{padding:80px;color:#666}.modal-backdrop{position:fixed;inset:0;background:transparent}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:520px;max-height:88vh;overflow:hidden;background:#fff;border:2px solid #e6e6e6;border-radius:20px;padding:32px;display:grid;gap:16px;z-index:2}.modal h2{margin:0;font-weight:400}.modal.wide{width:min(820px,100vw - 40px)}.modal.wide,.history-modal{max-height:82vh;overflow-y:auto;border-radius:20px}.task-create-modal,.project-edit-modal,.modal:not(.wide):not(.profile):not(.members-modal):not(.file-action-modal){width:560px;min-height:300px;place-items:center;background:#d8d8d8}.task-create-modal input,.project-edit-modal input,.task-create-modal select{width:390px;height:36px;border:0;border-radius:6px;text-align:center;background:#fff}.task-create-modal label{margin-top:4px;font-size:18px}.bug-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:48px;line-height:.8;color:#c90000;font-weight:700;z-index:3}.history-line{border-bottom:1px solid #eee;padding-bottom:8px}.profile{width:min(720px,100vw - 32px);height:min(760px,100vh - 40px);max-height:calc(100vh - 40px);padding:0 34px 28px;border:2px solid #e6e6e6;border-radius:22px;overflow:hidden;display:grid;grid-template-rows:auto 1fr}.profile h2{position:sticky;top:0;z-index:2;margin:0 -20px;padding:34px 0 18px;background:#fff;text-align:center;font-size:clamp(24px,3vw,32px)}.profile-scroll{min-height:0;overflow-y:auto;display:grid;padding:8px 18px 8px 38px;scrollbar-gutter:stable}.profile label{display:block;font-size:clamp(16px,2vw,22px);margin-bottom:16px}.profile input{width:100%;height:clamp(42px,6vh,58px);margin-top:8px;border:0;border-radius:22px;background:#e3e3e3;font-size:clamp(16px,2vw,22px);overflow:hidden;text-overflow:ellipsis}.profile-edit-row{display:grid;grid-template-columns:1fr 42px;align-items:center;margin-top:8px;border-radius:22px;background:#e3e3e3}.profile-edit-row input{margin-top:0;background:transparent}.pencil{color:#666;font-size:28px;text-align:center}.profile .readonly-profile{color:#666}.profile .primary{justify-self:center;min-width:160px;background:#ceffd3;color:#111}.profile-actions-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:30px}.profile .secondary{margin-top:0;min-width:210px;min-height:48px;border-radius:24px}.profile .restore-password{background:var(--blue-action);color:#fff}.profile .danger-button{background:var(--danger);color:#fff}.confirm-modal{width:min(420px,100vw - 32px);min-height:220px;background:#d8d8d8;text-align:center}.confirm-modal p{margin:24px 0;font-size:18px}.confirm-actions{display:flex;justify-content:center;gap:16px}.danger-button{min-height:40px;border:0;border-radius:20px;padding:0 22px;background:#b00000;color:#fff}.toast{position:fixed;right:24px;bottom:24px;background:#fff;border:1px solid #b00020;padding:12px 16px;border-radius:10px;box-shadow:0 8px 24px #0000002e;z-index:2147483647}.bug-side-form select.priority-critical,.bug-list-row select.priority-critical{background-color:#9b0000!important;color:#fff}.bug-side-form select.priority-high,.bug-list-row select.priority-high{background-color:#b56b78!important;color:#fff}.bug-side-form select.priority-medium,.bug-list-row select.priority-medium{background-color:#de722d!important;color:#fff}.bug-side-form select.priority-low,.bug-list-row select.priority-low{background-color:#777bff!important;color:#fff}.bug-side-form select.status-created,.bug-list-row select.status-created{background-color:#6d80ff!important;color:#fff}.bug-side-form select.status-queue,.bug-list-row select.status-queue{background-color:#8fb5d6!important;color:#fff}.bug-side-form select.status-in-progress,.bug-list-row select.status-in-progress{background-color:#5fa3d0!important;color:#fff}.bug-side-form select.status-done,.bug-list-row select.status-done{background-color:#48a765!important;color:#fff}.bug-side-form select.status-paused,.bug-list-row select.status-paused{background-color:#d4a82a!important;color:#fff}.status-trigger.status-any,.status-option.status-any{background-color:#d9d9d9;color:#555}.status-trigger.priority-critical,.status-option.priority-critical{background-color:#9b0000}.status-trigger.priority-high,.status-option.priority-high{background-color:#b56b78}.status-trigger.priority-medium,.status-option.priority-medium{background-color:#de722d}.status-trigger.priority-low,.status-option.priority-low{background-color:#777bff}.status-trigger.status-created,.status-option.status-created{background-color:#6d80ff}.status-trigger.status-queue,.status-option.status-queue{background-color:#8fb5d6}.status-trigger.status-in-progress,.status-option.status-in-progress{background-color:#5fa3d0}.status-trigger.status-done,.status-option.status-done{background-color:#48a765}.status-trigger.status-paused,.status-option.status-paused{background-color:#d4a82a}app-status-select:not(.plain) .status-trigger:not([class*=status-]):not([class*=priority-]){background-color:#7b83c3}.bug-side-form app-status-select{display:block;margin-top:6px}.task-row:has(app-status-select.is-open),.bug-list-row:has(app-status-select.is-open),.board-actions:has(app-status-select.is-open),.task-list-toolbar:has(app-status-select.is-open){position:relative;z-index:1000}.modal.bug-create-modal .bug-name-input{width:100%;min-height:84px;resize:vertical;font:inherit;padding:10px 12px;border-radius:12px;border:1px solid #ccc}.modal.bug-create-modal .bug-priority-label{display:block;margin:14px 0 6px}.profile-edit-row .pencil{background:none;border:0;cursor:pointer;font-size:18px;padding:0 4px}.profile-edit-row input:read-only{background:#e6e6e6;color:#555}.profile-edit-row.editing input{background:#fff;color:#111;outline:2px solid #8a93e0}.history-scroll{overflow-y:auto;max-height:60vh;display:flex;flex-direction:column;gap:8px}.history-empty{color:#777}.history-close{margin:16px auto 0;display:block;padding:10px 28px}.modal{max-width:calc(100vw - 24px);max-height:calc(100vh - 24px)}@media (max-width: 1180px){.task-row{grid-template-columns:minmax(120px,1fr) 130px 130px 128px 26px;gap:12px;padding:10px 16px}.task-list{padding:0 16px 16px}.board-actions{grid-template-columns:auto minmax(110px,170px) minmax(110px,170px) 1fr;gap:12px}.auth-panel{padding:40px clamp(24px,12vw,200px) 48px}}@media (max-width: 1024px){.board-actions{display:flex;flex-wrap:wrap;gap:12px}.board-actions h2{flex:1 1 100%}.board-actions select{flex:1 1 160px}.board-actions .primary.small{flex:0 0 auto;margin-left:auto}.task-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px}.task-row .task-title{flex:1 1 100%}.task-row select,.task-row app-status-select,.task-row .history-btn{flex:0 1 auto}}@media (max-width: 820px){html,body{overflow:auto}.workspace{grid-template-columns:1fr;grid-template-rows:auto auto 1fr;height:auto;min-height:100vh;overflow:visible}.topbar{grid-column:1;grid-template-columns:1fr;justify-items:stretch;gap:12px;padding:8px 4px}.topbar h1{text-align:center}.projects{grid-row:2;flex-direction:row;align-items:center;overflow-x:auto;overflow-y:hidden}.create{margin:12px}.project-scroll{display:flex;flex-direction:row;gap:10px;overflow-x:auto;overflow-y:hidden;padding:12px}.project-card{min-width:170px;margin:0;padding:16px}.board{grid-row:3;grid-column:1}.task-split,.bug-detail-body{display:flex;flex-direction:column;gap:14px}.bug-detail-head{display:flex;flex-wrap:wrap;gap:10px}}@media (max-width: 540px){:root{--radius: 16px}.topbar h1{font-size:clamp(20px,7vw,28px)}.board-actions .primary.small,.board-actions select{width:100%;flex:1 1 100%;margin-left:0}.task-row select,.task-row app-status-select,.task-row .history-btn{flex:1 1 100%}.auth-panel{padding:26px 18px 34px}.button-row{flex-wrap:wrap}.profile-actions-row{flex-direction:column;align-items:stretch}.profile .secondary{min-width:0;width:100%}}html[data-theme=light]{color-scheme:light}html[data-theme=dark]{color-scheme:dark;--page: #0e1218;--panel: #151b24;--auth-panel: #1b212c;--project: #2a3340;--row: #283140;--dark: #3a4350;--purple: #6b6fa1;--purple-dark: #3d4164;--green: #213a2a;--green-strong: #2f8c52;--danger: #b23b30}html[data-theme=dark] body,html[data-theme=dark] .theme-toggle{color:#e7e9ec}html[data-theme=dark] .theme-toggle:hover{background:#ffffff14}html[data-theme=dark] .topbar h1,html[data-theme=dark] .reset-success{color:#e7e9ec}html[data-theme=dark] .auth-panel span{color:#cfd3da}html[data-theme=dark] .auth-panel input{background:#283140;border-color:#39424f;color:#e7e9ec}html[data-theme=dark] .auth-panel label.invalid input{background:#3a2326;border-color:#e0697a}html[data-theme=dark] .auth-panel .pw-toggle{color:#9aa1ab}html[data-theme=dark] .auth-panel .pw-toggle:hover{color:#e7e9ec}html[data-theme=dark] select{background-image:linear-gradient(45deg,transparent 50%,#cfd3da 50%),linear-gradient(135deg,#cfd3da 50%,transparent 50%)}html[data-theme=dark] .board,html[data-theme=dark] .task-list-pane,html[data-theme=dark] .bug-main-form,html[data-theme=dark] .bug-side-form,html[data-theme=dark] .modal,html[data-theme=dark] .notification-panel,html[data-theme=dark] .search-results,html[data-theme=dark] .project-menu,html[data-theme=dark] .task-menu{background:#1b212c;color:#e7e9ec}html[data-theme=dark] .board,html[data-theme=dark] .projects,html[data-theme=dark] .task-list-pane,html[data-theme=dark] .search-results,html[data-theme=dark] .notification-panel,html[data-theme=dark] .project-menu,html[data-theme=dark] .task-menu,html[data-theme=dark] .modal{border-color:#2c3543}html[data-theme=dark] .search{background:#283140;border-color:#39424f;color:#e7e9ec}html[data-theme=dark] .search-icon{color:#8b929b}html[data-theme=dark] .search-results button{color:#cdd2d9}html[data-theme=dark] .search-results button:hover{background:#ffffff0f}html[data-theme=dark] .notification-head{background:#1b212c;border-bottom-color:#2c3543}html[data-theme=dark] .notification-head button{color:#6f9bff}html[data-theme=dark] .notification-head button:disabled{color:#777}html[data-theme=dark] .notification-item{border-bottom-color:#2c3543}html[data-theme=dark] .notification-item:hover{background:#ffffff0f}html[data-theme=dark] .notification-item.unread{background:#1c2a3f}html[data-theme=dark] .notification-item span{color:#dfe2e7}html[data-theme=dark] .notification-item small{color:#9aa1ab}html[data-theme=dark] .notification-empty{color:#8b929b}html[data-theme=dark] .user-chip{background:#283140;color:#e7e9ec}html[data-theme=dark] .user-chip:before{border-color:#aab0b8;box-shadow:0 7px 0 -3px #aab0b8}html[data-theme=dark] .project-menu button:hover,html[data-theme=dark] .task-menu button:hover{background:#ffffff0f}html[data-theme=dark] .icon-btn,html[data-theme=dark] .task-dots{color:#cdd2d9}html[data-theme=dark] .history-btn,html[data-theme=dark] .file-open-btn{background:#2f3947;color:#d6dae0}html[data-theme=dark] .board-actions select,html[data-theme=dark] .status-filter{background:#2f3947;color:#cdd2d9}html[data-theme=dark] .back-btn{background:#2f3947;color:#e7e9ec}html[data-theme=dark] .modal input,html[data-theme=dark] .profile input,html[data-theme=dark] textarea,html[data-theme=dark] .task-create-modal input,html[data-theme=dark] .task-create-modal select,html[data-theme=dark] .project-edit-modal input,html[data-theme=dark] .bug-create-modal .bug-name-input,html[data-theme=dark] .member-add-row input,html[data-theme=dark] .member-add-row button,html[data-theme=dark] .member-role-label select{background:#283140;color:#e7e9ec;border-color:#39424f}html[data-theme=dark] .bug-main-form textarea{background:#283140;color:#e7e9ec;box-shadow:none}html[data-theme=dark] .check-list-row textarea{background:#283140;color:#e7e9ec}html[data-theme=dark] .bug-side-form select{background:#2f3947;color:#e7e9ec}html[data-theme=dark] .bug-title-input{background:transparent;color:#e7e9ec}html[data-theme=dark] .file-section{border-top-color:#39424f}html[data-theme=dark] .file-add,html[data-theme=dark] .file-row{background:#2f3947;color:#e7e9ec}html[data-theme=dark] .task-create-modal,html[data-theme=dark] .project-edit-modal,html[data-theme=dark] .modal:not(.wide):not(.profile):not(.members-modal):not(.file-action-modal),html[data-theme=dark] .file-action-modal,html[data-theme=dark] .members-modal,html[data-theme=dark] .confirm-modal{background:#1b212c;color:#e7e9ec}html[data-theme=dark] .profile{border-color:#2c3543}html[data-theme=dark] .profile h2{background:#1b212c}html[data-theme=dark] .profile input{background:#283140;color:#e7e9ec}html[data-theme=dark] .profile-edit-row{background:#283140}html[data-theme=dark] .profile-edit-row input:read-only{background:#283140;color:#9aa1ab}html[data-theme=dark] .profile-edit-row.editing input{background:#1b212c;color:#e7e9ec}html[data-theme=dark] .pencil,html[data-theme=dark] .profile .readonly-profile{color:#9aa1ab}html[data-theme=dark] .profile .primary,html[data-theme=dark] .save-members{background:#2f8c52;color:#fff}html[data-theme=dark] .task-row.archived-deleted{background:#232831;color:#9aa1ab}html[data-theme=dark] .archive-search{background:#283140;color:#e7e9ec;border-color:#39424f}html[data-theme=dark] .report-project-name{color:#9aa1ab}html[data-theme=dark] .report-dates input{background:#283140;color:#e7e9ec;border-color:#39424f}html[data-theme=dark] .report-members{background:#1b212c;border-color:#2c3543}html[data-theme=dark] .report-member-row:hover{background:#ffffff0f}html[data-theme=dark] .report-member-count,html[data-theme=dark] .empty,html[data-theme=dark] .history-empty{color:#9aa1ab}html[data-theme=dark] .history-line{border-bottom-color:#2c3543}html[data-theme=dark] .toast{background:#1b212c;color:#e7e9ec;border-color:#e0697a}html[data-theme=dark] .status-trigger.status-any,html[data-theme=dark] .status-option.status-any{background-color:#2f3947;color:#cdd2d9}html[data-theme=dark] .rt-editor a{color:#6f9bff}html[data-theme=dark] .status-menu{background:#1b212c!important;box-shadow:0 8px 24px #00000080!important}html[data-theme=dark] app-status-select.plain .status-trigger:not(.exec-pill){background:#283140!important;color:#e7e9ec!important;border-color:#39424f!important}html[data-theme=dark] app-status-select.plain .status-trigger-arrow{color:#9aa1ab!important}html[data-theme=dark] .status-option.plain-option{background:#283140!important;color:#e7e9ec!important}html[data-theme=dark] .status-option.plain-option:hover{background:#333c4b!important}html[data-theme=dark] .rt-editor{background:#283140!important;color:#e7e9ec!important;border-color:#39424f!important}html[data-theme=dark] .rt-editor[contenteditable=false]{background:#20262f!important;color:#9aa1ab!important}html[data-theme=dark] .rt-editor:empty:before{color:#7d848e!important}html[data-theme=dark] .rt-editor pre{background:#161b22!important}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}
