@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap&subset=cyrillic";.app{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at top,#eef6ff,#f5f9ff 40%,#f3faf0);color:#0f1a24}.app-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;border-bottom:1px solid rgba(0,0,0,.06);background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10;box-shadow:0 12px 24px #0f172a1f}.logo-image{height:48px;width:auto}.app-nav{display:flex;gap:1.5rem;align-items:center}.app-nav a{text-decoration:none;color:#0f1a24;font-weight:500;position:relative;padding-bottom:.15rem}a{color:#0f1a24}a:hover{color:#2d7f3e}.app-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-.3rem;height:2px;background:linear-gradient(90deg,#06c,#6a4)}.nav-icon{width:32px;height:32px;border-radius:999px;border:1px solid #d7e0ec;background:transparent;display:inline-flex;align-items:center;justify-content:center;color:#1f3a56;text-decoration:none;font-size:1rem;line-height:1;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.nav-icon .icon{width:18px;height:18px}.nav-icon:hover{border-color:#2d7f3e;background:#2d7f3e0f;color:#2d7f3e}.link-button{background:none;border:none;color:#0f1a24;font-weight:600;cursor:pointer;padding:0}.link-button:hover{color:#2d7f3e}.form-success{padding:.75rem 1rem;background:#ecfdf3;border:1px solid #b7f0c9;color:#166534;border-radius:12px}.profile-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.profile-card{background:#fff;border-radius:16px;padding:1.25rem;box-shadow:0 10px 30px #0f172a14;display:flex;flex-direction:column;gap:.75rem}.profile-card h2{margin:0;font-size:1.05rem}.profile-card.danger{border:1px solid #f2d4d4;background:#fff7f7}.profile-checkboxes{display:flex;flex-direction:column;gap:.4rem;margin:.4rem 0 .2rem}.checkbox-row{display:flex;align-items:center;gap:.5rem;color:#1f3a56}.app-content{flex:1;padding:2rem}.app-footer{padding:1.5rem 2rem 2rem;display:flex;justify-content:center}.app-footer.auth-footer{padding-top:0;padding-bottom:2rem}.footer-links{display:flex;gap:1.25rem;flex-wrap:wrap;font-size:.85rem;color:#5d6d7f}.footer-links a{color:inherit;text-decoration:none}.footer-links a:hover{color:#0f1a24}.auth-shell .app-content{padding:0}.auth-content{min-height:100vh}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.auth-shell-background{position:absolute;inset:0;background:linear-gradient(120deg,#0066cc1a,#66aa4414,#0066cc14);background-size:200% 200%;animation:authGlow 18s ease-in-out infinite}@keyframes authGlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.auth-card{position:relative;z-index:1;width:min(420px,92vw);padding:2.2rem;border-radius:20px;background:#fff;box-shadow:0 20px 40px #0f172a29;border:1px solid rgba(15,23,42,.08);display:flex;flex-direction:column;gap:1.2rem}.auth-header h1{margin:0 0 .4rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.legal-page .page-header{margin-bottom:.5rem}.legal-card{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 24px #0f172a14;display:flex;flex-direction:column;gap:.9rem;max-width:760px}.legal-layout{display:grid;grid-template-columns:minmax(320px,1fr) minmax(240px,.7fr);gap:2rem;align-items:start}.legal-aside{position:relative;min-height:380px;border-radius:18px;background:transparent;border:none;box-shadow:none;overflow:visible;--legal-blob-1-color: rgba(0, 102, 204, .45);--legal-blob-1-size: 240px;--legal-blob-1-top: -8%;--legal-blob-1-left: 56%;--legal-blob-1-opacity: .9;--legal-blob-2-color: rgba(102, 170, 68, .4);--legal-blob-2-size: 280px;--legal-blob-2-top: 46%;--legal-blob-2-left: -8%;--legal-blob-2-opacity: .85}.legal-aside:before,.legal-aside:after,.legal-aside span{content:"";position:absolute;width:var(--legal-blob-1-size);height:var(--legal-blob-1-size);border-radius:50%;background:radial-gradient(circle,var(--legal-blob-1-color),transparent 65%);filter:blur(14px);opacity:var(--legal-blob-1-opacity);pointer-events:none;top:var(--legal-blob-1-top);left:var(--legal-blob-1-left);animation:legal-drift-1 46s linear infinite,legal-float-1 18s ease-in-out infinite,legal-breathe-1 12s ease-in-out infinite}.legal-aside:after{width:var(--legal-blob-2-size);height:var(--legal-blob-2-size);background:radial-gradient(circle,var(--legal-blob-2-color),transparent 70%);filter:blur(16px);opacity:var(--legal-blob-2-opacity);pointer-events:none;top:var(--legal-blob-2-top);left:var(--legal-blob-2-left);animation:legal-drift-2 58s linear infinite,legal-float-2 20s ease-in-out infinite,legal-breathe-2 14s ease-in-out infinite}.legal-aside span{display:block;width:var(--legal-blob-3-size, 200px);height:var(--legal-blob-3-size, 200px);background:radial-gradient(circle,var(--legal-blob-3-color, rgba(0, 102, 204, .35)),transparent 70%);filter:blur(18px);opacity:var(--legal-blob-3-opacity, .8);top:var(--legal-blob-3-top, 12%);left:var(--legal-blob-3-left, 18%);animation:legal-drift-3 64s linear infinite,legal-float-3 22s ease-in-out infinite,legal-breathe-3 16s ease-in-out infinite}@keyframes legal-drift-1{0%{top:-20%;left:70%}25%{top:4%;left:6%}50%{top:62%;left:74%}75%{top:78%;left:12%}to{top:-20%;left:70%}}@keyframes legal-drift-2{0%{top:70%;left:-18%}30%{top:-18%;left:20%}60%{top:18%;left:78%}85%{top:84%;left:36%}to{top:70%;left:-18%}}@keyframes legal-drift-3{0%{top:10%;left:-12%}20%{top:26%;left:82%}55%{top:-22%;left:48%}80%{top:82%;left:68%}to{top:10%;left:-12%}}@keyframes legal-float-1{0%{transform:translateZ(0) scale(1)}20%{transform:translate3d(-46px,32px,0) scale(1.07)}50%{transform:translate3d(-24px,68px,0) scale(1.12)}70%{transform:translate3d(34px,-6px,0) scale(1.05)}to{transform:translate3d(64px,-36px,0) scale(.98)}}@keyframes legal-float-2{0%{transform:translateZ(0) scale(1)}30%{transform:translate3d(48px,-24px,0) scale(1.06)}60%{transform:translate3d(20px,-64px,0) scale(1.1)}to{transform:translate3d(-64px,38px,0) scale(.98)}}@keyframes legal-float-3{0%{transform:translateZ(0) scale(1)}25%{transform:translate3d(38px,28px,0) scale(1.06)}55%{transform:translate3d(12px,-46px,0) scale(1.1)}85%{transform:translate3d(-42px,-10px,0) scale(1.04)}to{transform:translate3d(-58px,34px,0) scale(.98)}}@keyframes legal-breathe-1{0%,to{opacity:.78}50%{opacity:.95}}@keyframes legal-breathe-2{0%,to{opacity:.72}50%{opacity:.9}}@keyframes legal-breathe-3{0%,to{opacity:.68}50%{opacity:.88}}@media(max-width:900px){.legal-layout{grid-template-columns:1fr}.legal-aside{min-height:220px}}.legal-card h2{margin:.6rem 0 .2rem}.legal-card ul{margin:0;padding-left:1.2rem;display:flex;flex-direction:column;gap:.4rem}.audit-list{display:flex;flex-direction:column;gap:.8rem}.audit-row{background:#fff;border-radius:14px;padding:1rem 1.2rem;border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 18px #0f172a14;display:flex;flex-direction:column;gap:.4rem}.audit-meta{display:flex;gap:1rem;font-size:.85rem;color:#5d6d7f;flex-wrap:wrap}.audit-meta-json{background:#f7f9fc;border-radius:12px;padding:.6rem .8rem;font-size:.75rem;color:#1f3a56;overflow:auto}.consent-banner{position:fixed;left:1.5rem;right:1.5rem;bottom:1.5rem;z-index:60;display:flex;justify-content:center}.consent-content{width:min(960px,100%);background:#fff;border-radius:18px;border:1px solid rgba(15,23,42,.08);box-shadow:0 20px 40px #0f172a29;padding:1.2rem 1.5rem;display:flex;justify-content:space-between;gap:1.5rem;align-items:center}.consent-actions{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap}.consent-actions .checkbox-row{font-size:.85rem}.consent-buttons{display:flex;gap:.6rem;flex-wrap:wrap}@media(max-width:760px){.consent-content{flex-direction:column;align-items:flex-start}}.icon{stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.page{display:flex;flex-direction:column;gap:1.5rem}.page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.page-title{display:flex;align-items:center;gap:1rem}.page-actions{display:flex;gap:.75rem;align-items:center}.active-sprint-badge{font-size:.85rem;color:#4f5f70;background:#eef3fb;border:1px solid #d7e0ec;padding:.35rem .7rem;border-radius:999px}.closed-sprints{margin-top:1rem}.closed-sprints summary{cursor:pointer;font-weight:600;color:#0f1a24;margin-bottom:.6rem}.sprints-layout{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}.sprints-column{background:#fff;border-radius:16px;padding:1.25rem;box-shadow:0 10px 30px #0f172a14}.modal-backdrop{position:fixed;inset:0;background:#0f1a2473;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50;animation:fadeIn .16s ease}.modal{background:#fff;border-radius:18px;padding:1.5rem;width:min(560px,100%);box-shadow:0 20px 40px #0f172a33;animation:popIn .18s ease}.modal.item-modal{width:min(980px,96vw);height:min(100vh,96vh);display:flex;flex-direction:column;animation:itemModalIn .22s cubic-bezier(.2,.8,.2,1)}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.modal-body{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.incomplete-list{list-style:none;padding:0;margin:.4rem 0 .2rem;display:flex;flex-direction:column;gap:.4rem;max-height:200px;overflow:auto}.incomplete-item{display:flex;align-items:center;gap:.5rem;background:#f2f6fb;border-radius:10px;padding:.4rem .6rem;border:1px solid rgba(0,0,0,.04)}.field.checkbox{flex-direction:row;align-items:center;gap:.5rem}.settings-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.settings-column{background:#fff;border-radius:16px;padding:1.25rem;box-shadow:0 10px 30px #0f172a14}@media(max-width:900px){.settings-layout{grid-template-columns:1fr}}@media(max-width:900px){.sprints-layout{grid-template-columns:1fr}}select{border:1px solid #d7d8dc;border-radius:10px;padding:.4rem .6rem;font-size:.9rem;background:#fff}.select{position:relative;width:100%}.select.is-small .select-button{padding:.25rem .6rem;font-size:.8rem}.select-button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.5rem .75rem;border-radius:10px;border:1px solid #cfd8e4;background:#fff;font-size:.85rem;cursor:pointer;min-width:0;max-width:100%}.status-inline{width:auto;display:inline-flex}.status-inline .select-button{width:auto;padding:.2rem .5rem;font-size:.75rem}.select-button:disabled{opacity:.6;cursor:not-allowed}.select-value{display:inline-flex;align-items:center;gap:.4rem;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select-caret{font-size:.7rem;color:#5d6d7f;display:inline-flex;align-items:center}.select-dot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(0,0,0,.12);flex-shrink:0}.select-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border-radius:12px;border:1px solid #d7e0ec;box-shadow:0 12px 24px #0f172a1f;padding:.4rem;z-index:20;max-height:240px;overflow:auto;min-width:100%;width:max-content}.select-search{padding:.35rem .45rem .4rem}.select-search input{width:100%;border:1px solid #d6e0ee;border-radius:10px;padding:.35rem .6rem;font-size:.8rem;background:#f8fafc}.select-empty{padding:.45rem .6rem .55rem;font-size:.75rem;color:#7b8a9c}.select-option{width:100%;background:transparent;border:none;text-align:left;padding:.45rem .6rem;border-radius:10px;display:flex;align-items:center;gap:.5rem;font-size:.82rem;cursor:pointer;white-space:nowrap}.select-option:hover{background:#eef3fb}.select-option.is-selected{background:#e4eefb;color:#0f1a24;font-weight:600}.select-option:disabled{opacity:.5;cursor:not-allowed}.primary-button{border:none;background:linear-gradient(90deg,#06c,#3a8bdc 45%,#6a4);color:#fff;padding:.65rem 1.25rem;border-radius:999px;font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .2s ease}.secondary-button{border:1px solid #0066cc;background:transparent;color:#06c;padding:.65rem 1.25rem;border-radius:999px;font-weight:600;font-size:.9rem;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .12s ease,box-shadow .12s ease,background .2s ease,color .2s ease}.secondary-button:hover{background:#0066cc14}.primary-button:hover{background:linear-gradient(90deg,#0057ad,#2f7cc9 45%,#5a9e3d)}.primary-button:disabled,.secondary-button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.primary-button:disabled{background:linear-gradient(90deg,#7aa7d6,#89b4e0 45%,#a8c997)}.secondary-button:disabled{color:#8aa3bf;border-color:#b6c6d9;background:transparent}.primary-button:active,.secondary-button:active,.link-button:active{transform:translateY(1px) scale(.98)}.muted{color:#5d6d7f}.board-columns{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.board-column{background:#fff;border-radius:16px;padding:1rem;box-shadow:0 10px 30px #0f172a14}.planner-layout{display:grid;grid-template-columns:minmax(200px,1fr) 3fr;gap:1.5rem}.backlog-layout,.projects-layout{display:grid;gap:1.5rem}.projects-list{background:#fff;border-radius:16px;padding:1.25rem;box-shadow:0 10px 30px #0f172a14}.project-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;width:100%}@media(max-width:1200px){.project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.project-grid{grid-template-columns:minmax(0,1fr)}}.project-card{background:#fff;border-radius:18px;padding:1.4rem;box-shadow:0 16px 30px #0f172a1a;border:1px solid rgba(15,23,42,.05);display:flex;flex-direction:column;gap:1rem}.project-card-header{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#5d6d7f}.project-state{border-radius:999px;padding:.2rem .7rem;border:1px solid rgba(15,23,42,.1);background:#f2f6fb;font-weight:600;letter-spacing:.02em}.project-state.is-active{background:#22c55e1f;border-color:#22c55e4d;color:#1f7a46}.project-created{font-size:.75rem}.project-name{font-size:1.2rem;margin:0;color:#0f1a24}.project-name-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.project-code{padding:.25rem .6rem;border-radius:10px;border:1px solid rgba(15,23,42,.12);background:#f7f9fc;font-weight:600;font-size:.75rem;letter-spacing:.08em;color:#2c3a4a}.field-hint{font-size:.75rem;color:#5d6d7f}.project-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;background:#f7f9fc;border-radius:14px;padding:.8rem}.project-metric{display:flex;flex-direction:column;gap:.2rem;align-items:flex-start}.metric-label{font-size:.7rem;color:#5d6d7f;text-transform:uppercase;letter-spacing:.08em}.metric-value{font-size:1rem;font-weight:600;color:#0f1a24}.project-actions{display:flex;gap:.6rem;align-items:center}.project-icon-actions{display:flex;gap:.5rem;margin-left:auto}.empty-card{background:#fff;border-radius:18px;padding:1.6rem;box-shadow:0 10px 30px #0f172a14;display:flex;flex-direction:column;gap:.4rem}.backlog-tree{background:#fff;border-radius:16px;padding:1.25rem;box-shadow:0 10px 30px #0f172a14}.backlog-dropzone{border:1px dashed #cbd7e6;border-radius:12px;padding:.6rem .75rem;color:#5d6d7f;background:#f9fbff;margin-bottom:.8rem}.backlog-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.backlog-list .backlog-list{margin-top:0}.backlog-node{display:flex;align-items:center;gap:.6rem;background:#f2f6fb;border-radius:12px;padding:.55rem .8rem;border:1px solid rgba(0,0,0,.04);margin-bottom:8px}.backlog-tree.is-dragging .backlog-node{margin-bottom:0}.backlog-gap{height:0;margin:0;transition:height .12s ease,margin .12s ease;position:relative}.backlog-tree.is-dragging .backlog-gap{height:8px;margin:0}.backlog-gap.is-active{height:12px;margin:0}.backlog-gap.is-active:after{content:"";position:absolute;left:12px;right:12px;top:50%;height:2px;border-radius:999px;background:linear-gradient(90deg,#06c6,#6a46)}.backlog-node.is-drop-parent{box-shadow:0 0 0 2px #0066cc2e}.backlog-title{font-weight:600}.backlog-toggle.placeholder{opacity:0;pointer-events:none}.backlog-actions{margin-left:auto;display:flex;gap:.5rem}.backlog-status{margin-left:auto;display:flex;gap:.5rem;align-items:center}.status-only{width:auto}.status-only .select-button{width:32px;height:32px;padding:0;border-radius:999px;justify-content:center}.status-only .select-value span:last-child{display:none}.status-only .select-caret{display:none}.planner-sprints,.planner-details{background:#fff;border-radius:16px;padding:1.25rem;box-shadow:0 10px 30px #0f172a14;min-height:240px}.card-form{max-width:360px;display:flex;flex-direction:column;gap:1rem;background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 10px 30px #0f172a14}.card-form.compact{max-width:520px}.form-footer{font-size:.9rem}.form-error{color:#cc2b1f;font-size:.9rem}.field{display:flex;flex-direction:column;gap:.4rem;font-weight:500}.field input{border:1px solid #cfd8e4;border-radius:10px;padding:.6rem .75rem;font-size:.95rem}.field textarea{border:1px solid #cfd8e4;border-radius:10px;padding:.6rem .75rem;font-size:.95rem;resize:vertical;font-family:inherit}.inline-input{border:1px solid #cfd8e4;border-radius:8px;padding:.2rem .5rem;font-size:.9rem}.draggable-item{cursor:grab}.draggable-item:active{cursor:grabbing}.field select{border:1px solid #cfd8e4;border-radius:10px;padding:.6rem .75rem;font-size:.95rem;background:#fff}.card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.hierarchy-list{list-style:none;padding-left:1rem;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.4rem}.hierarchy-item{display:flex;align-items:center;gap:.5rem}.card-tile{display:flex;flex-direction:column;align-items:stretch;gap:.6rem;padding:.6rem .8rem;border-radius:12px;background:#f2f6fb;cursor:pointer;box-shadow:0 8px 18px #0f172a1f;border:1px solid rgba(0,0,0,.04);transition:transform .14s ease,box-shadow .18s ease}.card-tile:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a29}.card-tile:active{transform:translateY(0) scale(.98)}.card-tile-link{text-decoration:none;color:inherit}.card-main{display:flex;align-items:flex-start;gap:.6rem;flex:1;flex-direction:column}.card-actions{margin-left:auto;display:flex;gap:.4rem}.card-header{display:flex;align-items:baseline;gap:.6rem}.card-title{font-weight:600;color:#0f1a24;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.card-title.card-title-full{display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;overflow:visible;white-space:normal}.card-code{font-size:.7rem;font-weight:700;letter-spacing:.08em;padding:.15rem .45rem;border-radius:8px;border:1px solid rgba(15,23,42,.12);background:#f7f9fc;color:#2c3a4a;text-transform:uppercase;flex-shrink:0}.card-description{margin:0;font-size:.85rem;color:#5d6d7f;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-meta-row{display:flex;gap:.8rem;flex-wrap:wrap}.card-full-description{font-size:.95rem;color:#0f1a24;margin:0 0 1rem;white-space:pre-wrap}.comments-section{margin-top:1.2rem;padding-top:1rem;border-top:1px solid #e1e7f0;display:flex;flex-direction:column;gap:.75rem}.comments-section h3{margin:0;font-size:1rem}.comments-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.comment-item{background:#f2f6fb;border-radius:12px;padding:.75rem .9rem;border:1px solid rgba(0,0,0,.04)}.comment-header{display:flex;justify-content:space-between;font-size:.75rem;color:#5d6d7f;margin-bottom:.4rem;gap:.75rem}.comment-author{font-weight:600;color:#0f1a24}.comment-body{font-size:.9rem;color:#0f1a24;white-space:pre-wrap}.comment-actions{margin-top:.6rem;display:flex;gap:.5rem;align-items:center}.comment-edit{display:flex;flex-direction:column;gap:.6rem}.comment-editor{min-height:120px}.comment-form .rich-toolbar,.comment-edit .rich-toolbar{gap:.3rem}.comment-form .primary-button{align-self:flex-start}.comment-form{display:flex;flex-direction:column;gap:.6rem}.comment-form textarea{border:1px solid #cfd8e4;border-radius:12px;padding:.65rem .75rem;font-size:.95rem;resize:vertical;min-height:80px;font-family:inherit}.card-editor{margin-top:.6rem;width:100%;display:grid;gap:.6rem;flex:1;min-height:0}.card-editor-actions{display:flex;gap:.5rem}.modal-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;margin-top:1rem}.item-modal-grid{grid-template-columns:3fr 1.2fr;flex:1;min-height:0}.item-modal-main .card-full-description{min-height:260px;max-height:40vh;overflow:auto}.item-modal-main{min-height:0;display:flex;flex-direction:column}.item-modal-main .comments-section{overflow:auto}.scroll-area{position:relative;border-radius:12px;background:#f9fbff;border:1px solid #e3e9f3;padding:.65rem .75rem}.card-editor .scroll-area{overflow:auto;padding:0}.card-editor .scroll-area .rich-toolbar{border-radius:12px 12px 0 0}.card-editor .scroll-area .rich-editor{min-height:0;border-radius:0 0 12px 12px}.edit-modal-grid{align-items:stretch}.edit-modal-main{min-height:0;display:flex;flex-direction:column}.description-field{flex:1;min-height:0}.description-field .scroll-area{flex:1;min-height:0;height:100%}.scroll-area:before,.scroll-area:after{content:"";position:sticky;left:0;right:0;height:12px;pointer-events:none;display:block;z-index:1}.scroll-area:before{top:0;background:transparent}.scroll-area:after{bottom:0;background:transparent}.item-modal-side .field{margin-bottom:.6rem}.item-modal-side .meta-value{background:#f2f6fb;border-radius:10px;padding:.55rem .7rem;font-size:.9rem;color:#1f3a56}.item-modal-side .card-completed{align-self:flex-start}.modal-column{display:flex;flex-direction:column;gap:.8rem;min-width:0}.modal-meta{font-size:.85rem;color:#5d6d7f;background:#f2f6fb;border-radius:10px;padding:.6rem .75rem}.rich-toolbar{display:flex;gap:.4rem;flex-wrap:wrap;align-items:center;background:#f3f6fb;border:1px solid #d7e0ec;border-radius:12px 12px 0 0;padding:.35rem .45rem;margin:0}.rich-block{display:flex;flex-direction:column;gap:0}.rich-editor{min-height:200px;border:1px solid #d7e0ec;border-radius:0 0 12px 12px;padding:.65rem .75rem;background:#fff;font-size:.95rem;line-height:1.5}.rich-toolbar+.rich-editor{border-top-left-radius:0;border-top-right-radius:0;border-top:none;margin-top:0}.rich-toolbar .secondary-button.small{padding:.25rem .6rem;border-radius:8px;border-color:transparent;color:#2b4a6a}.rich-toolbar .secondary-button.small:hover{background:#e7eef8;border-color:#cbd7e6}.rich-toolbar .secondary-button.small:active{transform:scale(.98)}.rich-editor:focus{outline:none;box-shadow:0 0 0 2px #06c3}.rich-editor p{margin:0 0 .6rem}.rich-editor ul,.rich-editor ol{margin:0 0 .6rem 1.2rem;padding:0}@media(max-width:900px){.modal-grid{grid-template-columns:1fr}}.modal-actions{display:flex;align-items:center;gap:.5rem}.primary-button.small{padding:.4rem .85rem;font-size:.85rem}.primary-button.danger:hover,.primary-button.danger:focus-visible{border-color:#dc2626;background:linear-gradient(120deg,#ef4444,#f97316);color:#fff}.primary-button.danger:active{background:linear-gradient(120deg,#dc2626,#f97316);color:#fff}.secondary-button.small{padding:.45rem .9rem;font-size:.85rem}.secondary-button.small .icon{width:14px;height:14px}.secondary-button.danger:hover,.secondary-button.danger:focus-visible{border-color:#dc2626;color:#dc2626;background:#dc262614}.secondary-button.danger:active{border-color:#b91c1c;color:#b91c1c;background:#b91c1c1f}.icon-button{width:32px;height:32px;border-radius:999px;border:1px solid #d7e0ec;background:transparent;display:inline-flex;align-items:center;justify-content:center;line-height:1;color:#1f3a56;transition:transform .12s ease,background .2s ease,border-color .2s ease,color .2s ease}.icon-button .icon{width:18px;height:18px}.icon-button:hover{border-color:#2d7f3e;background:#2d7f3e0f;color:#2d7f3e}.icon-button.is-danger:hover{border-color:#dc2626;background:#dc262614;color:#dc2626}.icon-button.is-danger:active{border-color:#b91c1c;background:#b91c1c24;color:#b91c1c}.nav-icon.danger:hover,.nav-icon.danger:focus-visible{border-color:#dc2626;color:#dc2626;background:#dc262614}.nav-icon.danger:active{border-color:#b91c1c;color:#b91c1c;background:#b91c1c24}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes itemModalIn{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.card-type{font-size:.7rem;text-transform:uppercase;font-weight:700;color:#1f3a56;background:#e7eef8;border:1px solid #cddbeb;padding:.2rem .5rem;border-radius:8px;letter-spacing:.02em}.type-icon{width:24px;height:24px;min-width:24px;min-height:24px;flex:0 0 24px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.7rem;line-height:1;text-transform:uppercase;border:1.5px solid currentColor;background:transparent;padding:0;box-sizing:border-box}.type-icon.card-type-initiative,.type-icon.card-type-milestone,.type-icon.card-type-epic,.type-icon.card-type-story,.type-icon.card-type-task,.type-icon.card-type-bug,.type-icon.card-type-subtask{background:transparent}.card-type-initiative{color:#0d4b7f;background:#d9ecff;border-color:#b5d8f8}.card-type-milestone{color:#1e4f6e;background:#ddeff6;border-color:#b8dbe7}.card-type-epic{color:#7a4b10;background:#f7ead2;border-color:#ebd4aa}.card-type-story{color:#1f6f5b;background:#e1f4ee;border-color:#bfe5d8}.card-type-task{color:#6a3f18;background:#f7ebdf;border-color:#e8d2bd}.card-type-bug{color:#8f2b2b;background:#fde5e5;border-color:#f3c2c2}.card-type-subtask{color:#5e4f7a;background:#efe7fb;border-color:#d7c9f1}.card-type-unassigned{color:#4b5563;background:#eef1f5;border-color:#d5dbe5}.card-parent{font-size:.75rem;color:#5d6d7f}.priority-icon{width:12px;height:12px;display:inline-flex;align-items:center;justify-content:center;margin-right:.35rem;line-height:1}.priority-icon .icon{width:12px;height:12px}.priority-option{display:inline-flex;align-items:center;gap:.35rem;font-weight:600}.priority-option .priority-glyph{width:12px;height:12px;display:inline-flex;align-items:center;justify-content:center}.priority-option.is-low .priority-glyph{color:#22c55e}.priority-option.is-medium .priority-glyph{color:#facc15}.priority-option.is-high .priority-glyph{color:#f97316}.priority-option.is-critical .priority-glyph{color:#ef4444}.priority-low{color:#22c55e}.priority-medium{color:#facc15}.priority-high{color:#f97316}.priority-critical{color:#ef4444}.card-meta{font-size:.75rem;color:#4f5f70}.status-select{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;color:#4f5f70}.status-select select{border:1px solid #cfd8e4;border-radius:999px;padding:.2rem .6rem;font-size:.75rem;background:#fff}.status-dot{width:10px;height:10px;border-radius:999px;border:2px solid #94a3b8;background:transparent;flex-shrink:0}.status-row{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap}.card-completed{font-size:.75rem;color:#2d7f3e;background:#e9f4ee;border:1px solid #cde6d6;padding:.1rem .45rem;border-radius:999px}.card-completed.is-previous{color:#6b7280;background:#f1f3f6;border-color:#e0e3ea}.sprint-list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.5rem}.sprint-summary{padding:.9rem 1rem;border-radius:16px;background:#f3f7fd;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 24px #0f172a14;display:flex;flex-direction:column;gap:.6rem}.sprint-summary-title{display:flex;align-items:center;gap:.6rem}.sprint-summary-meta{display:flex;flex-wrap:wrap;gap:.8rem;color:#4f5f70;font-size:.85rem}.sprint-history{margin-top:1.2rem;display:flex;flex-direction:column;gap:.6rem}.sprint-history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.sprint-history-card{cursor:default}.sprint-history-button{border:none;background:transparent;text-align:left;width:100%;appearance:none;font:inherit}.sprint-history-meta{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center;color:#4f5f70;font-size:.8rem}.sprint-item,.sprint-active{width:100%;border:none;background:transparent;text-align:left;padding:.5rem .6rem;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:.2rem}.sprint-active{background:#0066cc1f}.planner-block,.planner-section{margin-top:1rem}.gantt-section{margin-top:0;background:#fff;border-radius:18px;padding:1.5rem;box-shadow:0 10px 30px #0f172a14}.unassigned-panel{margin:.75rem 0 1.5rem;background:#f7f9fc;border-radius:16px;border:1px solid #e3e9f3;padding:1rem;display:flex;flex-direction:column;gap:.6rem}.unassigned-panel.is-drop-target{border-color:#2b6cb0;box-shadow:0 0 0 1px #2b6cb059}.unassigned-summary{border:1px solid #d6e0ee;background:#fff;border-radius:12px;padding:.7rem .9rem;color:#5d6d7fd9;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;text-align:center;transition:border-color .2s ease,box-shadow .2s ease;cursor:pointer}.unassigned-summary:hover{border-color:#2b6cb0;box-shadow:0 6px 14px #0f172a14}.unassigned-summary strong{font-weight:700}.unassigned-panel-body{max-height:0;opacity:0;overflow:hidden;pointer-events:none;transform:translateY(-6px);transition:max-height .25s ease,opacity .2s ease,transform .2s ease}.unassigned-panel-body.is-open{max-height:700px;opacity:1;pointer-events:auto;transform:translateY(0)}.unassigned-panel-body.is-open .unassigned-panel-header{margin-top:.2rem}.unassigned-panel h3{margin:0;font-size:1rem}.unassigned-title-row{display:flex;align-items:baseline;gap:.5rem}.unassigned-panel-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.unassigned-search{border:1px solid #d6e0ee;border-radius:999px;padding:.35rem .7rem;background:#fff;font-size:.85rem;flex:0 1 240px;min-width:180px}.unassigned-toolbar{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:.6rem}.unassigned-filter-list{display:flex;gap:.45rem;flex-wrap:wrap;flex:1}.filter-chip{border:1px solid #d6e0ee;background:#fff;color:#1f3a56;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .18s ease}.filter-chip:hover{border-color:#2b6cb0;color:#0f2d4a}.filter-chip.is-active{background:#2b6cb026;border-color:#2b6cb080;color:#0f2d4a}.filter-chip-initiative{border-color:#b5d8f8;color:#0d4b7f}.filter-chip-initiative.is-active{background:#0d4b7f26;border-color:#0d4b7f73;color:#0d4b7f}.filter-chip-milestone{border-color:#b8dbe7;color:#1e4f6e}.filter-chip-milestone.is-active{background:#1e4f6e24;border-color:#1e4f6e73;color:#1e4f6e}.filter-chip-epic{border-color:#ebd4aa;color:#7a4b10}.filter-chip-epic.is-active{background:#7a4b1029;border-color:#7a4b1080;color:#7a4b10}.filter-chip-story{border-color:#bfe5d8;color:#1f6f5b}.filter-chip-story.is-active{background:#1f6f5b24;border-color:#1f6f5b73;color:#1f6f5b}.filter-chip-task{border-color:#e8d2bd;color:#6a3f18}.filter-chip-task.is-active{background:#6a3f1829;border-color:#6a3f1880;color:#6a3f18}.filter-chip-bug{border-color:#f3c2c2;color:#8f2b2b}.filter-chip-bug.is-active{background:#8f2b2b29;border-color:#8f2b2b80;color:#8f2b2b}.filter-chip-subtask{border-color:#d7c9f1;color:#5e4f7a}.filter-chip-subtask.is-active{background:#5e4f7a24;border-color:#5e4f7a80;color:#5e4f7a}.unassigned-groups{display:flex;flex-direction:column;gap:.6rem;max-height:260px;overflow:auto;padding-right:.2rem}.unassigned-group{display:flex;flex-direction:column;gap:.45rem}.unassigned-group-header{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#0f1a24}.unassigned-group-title{font-size:.85rem}.unassigned-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.6rem;padding:0 .1rem .1rem}.unassigned-card{display:flex;align-items:center;gap:.5rem;padding:.45rem .6rem;background:#fff;border:1px solid #e3e9f3;border-radius:10px;box-shadow:0 4px 12px #0f172a14;font-size:.78rem;cursor:grab;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.unassigned-card-icons{display:inline-flex;align-items:center;gap:.35rem;padding-top:.05rem}.unassigned-card-content{display:flex;flex-direction:column;gap:.1rem;min-width:0}.unassigned-card:hover{transform:translateY(-1px);box-shadow:0 8px 16px #0f172a1f}.unassigned-card.is-dragging{opacity:.6;cursor:grabbing;transform:scale(.98)}.unassigned-card-title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.parent-path-item{background:transparent;border:none;padding:0;border-radius:0;font-weight:600}.parent-filter-label{font-weight:600}.type-color-initiative{color:#0d4b7f}.type-color-milestone{color:#1e4f6e}.type-color-epic{color:#7a4b10}.type-color-story{color:#1f6f5b}.type-color-task{color:#6a3f18}.type-color-bug{color:#8f2b2b}.type-color-subtask{color:#5e4f7a}.gantt{display:grid;gap:0;position:relative}.gantt-header{display:grid;grid-template-columns:280px 1fr;gap:0;align-items:stretch}.gantt-tree-header{font-weight:600;color:#0f1a24}.gantt-timeline-header{display:flex;border-radius:12px;overflow:hidden;border:1px solid #e0e6ef;flex-direction:column}.gantt-timeline-scroll{width:100%;overflow-x:auto;overflow-y:hidden;cursor:grab}.gantt-timeline-scroll:active{cursor:grabbing}.gantt-timeline-scroll.is-header{overflow:hidden}.gantt-timeline-surface{display:block}.gantt-sprint-row{position:relative;height:28px;background:#f9fbff;border-bottom:1px solid #e0e6ef}.gantt-sprint-label{position:absolute;top:4px;height:20px;border-radius:4px;background:#eef3fb;color:#4f5f70;border:1px solid #d7e0ec;font-size:.7rem;display:flex;align-items:center;justify-content:center;padding:0 .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gantt-sprint-label.is-overlap{box-shadow:0 4px 10px #0f172a1f}.gantt-sprint-label:after{content:"";position:absolute;top:-4px;bottom:-4px;right:0;width:1px;background:#94a3b859}.gantt-sprint-label.sprint-active{background:#22c55e33;border-color:#22c55e80;color:#166534}.gantt-sprint-label.sprint-closed{background:#94a3b840;border-color:#64748b80;color:#475569}.gantt-sprint-label.sprint-planned{background:#3b82f62e;border-color:#3b82f666;color:#1e3a8a}.gantt-months{display:flex;border-top:none}.gantt-month{text-align:center;font-size:.75rem;padding:.35rem .25rem;background:#f2f6fb;border-right:1px solid #e0e6ef}.gantt-month:last-child{border-right:none}.gantt-body{display:grid;grid-template-columns:280px 1fr;gap:0}.gantt-tree{display:flex;flex-direction:column;gap:.4rem;padding-right:.5rem}.gantt-timeline-scroll{padding-left:.5rem}.gantt-resizer{width:12px;border-radius:0;cursor:col-resize;display:flex;align-items:center;justify-content:center;background:#94a3b81f}.gantt-resizer:before{content:"";width:4px;height:100%;border-radius:999px;background:#94a3b880}.gantt-resizer:hover:before{background:#3b82f6b3}.gantt-resizer.is-header:before{height:100%}.gantt-resizer-global{position:absolute;top:0;bottom:0;z-index:3}.gantt-row{min-height:38px;display:flex;align-items:flex-start}.gantt-tree-row{position:relative}.gantt-tree-row:before{content:"";position:absolute;left:-6px;top:10px;bottom:10px;width:3px;border-radius:999px;background:var(--row-line, transparent)}.tree-item{width:100%;border:none;background:#f7f9fc;text-align:left;display:flex;align-items:center;gap:.4rem;padding:.4rem .6rem;border-radius:10px;cursor:pointer;margin-top:4px;outline:none}.tree-title{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tree-toggle{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:#06c;transition:transform .2s ease;border:none;background:transparent;padding:0;appearance:none}.tree-item-status{margin-left:auto;display:flex;align-items:center}.tree-toggle.placeholder{color:transparent}.tree-toggle.is-open{transform:rotate(90deg)}.tree-toggle .icon{width:16px;height:16px;stroke-width:2}.gantt-timeline{position:relative;display:flex;flex-direction:column;gap:.4rem;background:#f9fbff;border-radius:12px;border:1px solid #e0e6ef;padding:.4rem 0}.zoom-range{width:160px}.gantt-timeline-row{position:relative}.gantt-timeline-row:before{content:"";position:absolute;left:0;right:0;top:14px;height:1px;background:var(--row-line, rgba(148, 163, 184, .65))}.gantt-timeline-row:after{content:"";position:absolute;inset:4px 0 8px;border-radius:10px;background:var(--row-tint, transparent);z-index:0}.gantt-parent-span{position:absolute;top:12px;height:8px;border-radius:999px;background:var(--row-line, rgba(15, 23, 42, .55));opacity:.9;box-shadow:0 1px 6px #0f172a2e;z-index:0}.gantt-sprint-cell,.gantt-sprint-card{position:relative;z-index:1}.row-initiative{--row-tint: rgba(217, 236, 255, .35);--row-line: rgba(13, 75, 127, .75)}.row-milestone{--row-tint: rgba(221, 239, 246, .35);--row-line: rgba(30, 79, 110, .7)}.row-epic{--row-tint: rgba(247, 234, 210, .35);--row-line: rgba(122, 75, 16, .7)}.row-unassigned{--row-tint: rgba(238, 241, 245, .4);--row-line: rgba(75, 85, 99, .65)}.row-initiative .gantt-parent-span{height:10px;opacity:.95}.gantt-sprint-cell{position:absolute;top:0;bottom:0;padding:.5rem .35rem;border-right:1px solid rgba(224,230,239,.9)}.gantt-sprint-cell.sprint-active{background:linear-gradient(180deg,#22c55e14,#22c55e00)}.gantt-sprint-cell.sprint-closed{background:linear-gradient(180deg,#94a3b81f,#94a3b800)}.gantt-sprint-cell.sprint-planned{background:linear-gradient(180deg,#3b82f614,#3b82f600)}.gantt-sprint-cell.is-drop-target{box-shadow:inset 0 0 0 2px #06c6;border-radius:8px}.gantt-sprint-cell.is-column-highlight{box-shadow:inset 0 0 0 2px #2b6cb059;background-image:linear-gradient(180deg,#2b6cb01a,#2b6cb005)}.gantt-sprint-card{display:flex;align-items:center;gap:.4rem;padding:.35rem .5rem;border-radius:10px;background:#fff;border:1px solid #e3e9f3;box-shadow:0 6px 16px #0f172a14;font-size:.78rem;color:#0f1a24;cursor:grab;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;min-width:120px}.gantt-sprint-title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.gantt-sprint-card .card-code{white-space:nowrap}.gantt-sprint-card.is-dragging{opacity:.55;cursor:grabbing;transform:scale(.98);box-shadow:0 10px 24px #0f172a2e}.gantt-sprint-column-inner{display:flex;flex-direction:column;gap:.4rem;padding:.1rem 0}@media(max-width:900px){.gantt-header,.gantt-body{grid-template-columns:1fr}.gantt-tree,.gantt-timeline{gap:.6rem}}@media(max-width:900px){.app-header{flex-direction:column;align-items:flex-start;gap:.75rem}.planner-layout{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start}}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Manrope,Segoe UI,sans-serif;background:#f5f9ff}#root{min-height:100vh}
