:root{color-scheme:light;font-family:Inter,Segoe UI,system-ui,sans-serif;--color-bg: #f4f5fb;--color-surface: #ffffff;--color-surface-muted: #f8f8fc;--color-border: #e5e5ef;--color-text: #19172a;--color-text-muted: #6e6a7d;--color-text-subtle: #9a96a8;--color-accent: #7145e8;--color-accent-strong: #5630c7;--color-accent-soft: #eee9ff;--color-navy: #24105f;--color-navy-deep: #180548;--color-orange: #ee7c20;--color-blue: #1677e8;--color-danger: #c93434;--color-success: #25865b;--radius-control: 10px;--radius-card: 18px;--shadow-card: 0 16px 42px rgba(37, 20, 85, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand strong{font-family:Inter,Segoe UI,system-ui,sans-serif}.brand{display:inline-flex;align-items:center;gap:12px}.brand__mark{position:relative;display:grid;grid-template-columns:repeat(2,8px);grid-template-rows:repeat(2,8px);gap:3px;width:36px;height:36px;padding:8px;border-radius:11px;background:linear-gradient(145deg,#8a61f0,#5a2bd4);box-shadow:0 8px 18px #5d30cd40}.brand__mark i{display:block;border-radius:50%;background:#fff;opacity:.95}.brand__mark i:nth-child(1){grid-column:1 / 3;justify-self:center;width:8px;background:#ffb16c}.brand__mark i:nth-child(2){background:#dca1ff}.brand__mark i:nth-child(3){background:#ff856f}.brand>span:last-child{display:flex;flex-direction:column}.brand strong{font-size:17px;line-height:1.15}.brand small{color:var(--color-text-muted);font-size:10px;margin-top:2px}.brand--compact .brand__mark{box-shadow:none}.button{min-height:42px;padding:0 17px;border:1px solid transparent;border-radius:var(--radius-control);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-1px)}.button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid rgba(113,69,232,.28);outline-offset:2px}.button--primary{color:#fff;background:var(--color-accent);box-shadow:0 8px 18px #7145e838}.button--primary:hover{background:var(--color-accent-strong)}.button--secondary{background:#fff;border-color:var(--color-border);color:var(--color-text);box-shadow:none}.button--danger{color:#a52727;background:#fff;border-color:#edcaca;box-shadow:none}.button--danger:hover{color:#fff;background:var(--color-danger);border-color:var(--color-danger)}.button--danger-solid{color:#fff;background:var(--color-danger);border-color:var(--color-danger);box-shadow:0 8px 18px #c9343433}.button--danger-solid:hover{background:#a92626;border-color:#a92626}.button--small{min-height:35px;padding:0 13px;font-size:11px}.button--large{min-height:50px;padding:0 22px}.button--full{width:100%}.button--icon{width:42px;padding:0;color:var(--color-text-muted);background:transparent;border-color:var(--color-border)}.button:disabled{opacity:.6;cursor:wait;transform:none}.button--primary:disabled{color:#fff;background:#bbb8c5;box-shadow:none;opacity:1;cursor:not-allowed}.eyebrow{display:inline-block;color:var(--color-accent-strong);font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.eyebrow--light{color:#cdbdff}.public-page{min-height:100vh;background:linear-gradient(180deg,#f5f6fc 0,#fff 68%);overflow:hidden}.public-nav{max-width:1240px;height:88px;margin:auto;padding:0 30px;display:flex;align-items:center;justify-content:space-between}.public-nav__links{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}.hero{max-width:1240px;min-height:650px;margin:auto;padding:68px 30px 95px;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:58px}.hero__copy h1{max-width:610px;margin:15px 0 22px;font-size:clamp(42px,5vw,66px);line-height:1.04;letter-spacing:-.045em}.hero__copy>p{max-width:560px;color:var(--color-text-muted);font-size:19px;line-height:1.65}.hero__actions{display:flex;align-items:center;gap:24px;margin-top:34px}.text-link{color:var(--color-accent-strong);font-weight:700}.hero__trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:35px;color:var(--color-text-muted);font-size:13px}.hero__trust span{display:flex;align-items:center;gap:7px}.hero__trust svg{color:var(--color-success)}.product-preview{min-width:640px;height:450px;display:flex;background:#f3f3fb;border:1px solid rgba(50,26,105,.08);border-radius:28px;box-shadow:0 35px 80px #24105f29;transform:perspective(1000px) rotateY(-3deg) rotateX(1deg)}.preview-sidebar{width:76px;padding:25px 20px;border-radius:28px 0 0 28px;background:var(--color-navy);display:flex;align-items:center;flex-direction:column;gap:22px;color:#d9d0fa}.preview-sidebar .brand{margin-bottom:28px}.preview-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px}.preview-icon--active{background:var(--color-accent);color:#fff}.preview-body{min-width:0;flex:1;padding:25px}.preview-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.preview-header div{display:flex;flex-direction:column}.preview-header small{color:var(--color-text-muted);font-size:10px}.preview-header strong{margin-top:3px;font-size:18px}.preview-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f4bd93;color:#4d2f2b;font-size:11px;font-weight:800}.preview-board{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.preview-column>span{display:block;margin-bottom:12px;font-size:11px;font-weight:700}.preview-card{min-height:235px;padding:18px;border-radius:16px;background:#fff;box-shadow:0 8px 20px #2517490d}.preview-card small{display:inline-block;padding:5px 8px;border-radius:12px;color:var(--color-accent-strong);background:var(--color-accent-soft);font-size:9px}.preview-card strong{display:block;margin:19px 0 10px;font-size:13px}.preview-card p{height:55px;color:var(--color-text-muted);font-size:10px;line-height:1.5}.progress{height:5px;margin-top:24px;border-radius:5px;background:#eae6f8;overflow:hidden}.progress i{display:block;height:100%;border-radius:inherit;background:var(--color-accent)}.preview-card footer{display:flex;justify-content:space-between;margin-top:12px;color:var(--color-text-muted);font-size:9px}.preview-card footer b{color:var(--color-text)}.feature-section{padding:110px max(30px,calc((100vw - 1180px)/2));background:#fff}.section-heading{max-width:650px;margin-bottom:50px}.section-heading h2,.audience-section h2{margin-top:12px;font-size:38px;line-height:1.17;letter-spacing:-.03em}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature-grid article{min-height:240px;padding:28px;border:1px solid var(--color-border);border-radius:var(--radius-card)}.feature-grid svg{width:38px;height:38px;padding:9px;color:var(--color-accent);background:var(--color-accent-soft);border-radius:11px}.feature-grid h3{margin:28px 0 10px;font-size:18px}.feature-grid p{color:var(--color-text-muted);font-size:14px;line-height:1.6}.audience-section{max-width:1180px;margin:80px auto;padding:60px;display:grid;grid-template-columns:1fr 1fr;gap:80px;border-radius:26px;color:#fff;background:var(--color-navy)}.audience-section h2{margin-bottom:0}.audience-list{display:flex;flex-direction:column;justify-content:center;gap:20px}.audience-list span{display:flex;align-items:center;gap:14px;color:#e5dfff}.audience-list svg{color:#b99fff}.public-footer{max-width:1180px;margin:auto;padding:35px 0 60px;border-top:1px solid var(--color-border);display:flex;justify-content:space-between;align-items:center;color:var(--color-text-muted);font-size:13px}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(360px,.78fr) 1.22fr;background:#fff}.auth-aside{position:relative;overflow:hidden;padding:50px 60px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:linear-gradient(145deg,var(--color-navy-deep),var(--color-navy) 62%,#3e168e)}.auth-aside .brand small{color:#c9bff0}.auth-aside>div:not(.auth-aside__shape){position:relative;z-index:1;max-width:480px;margin-bottom:10vh}.auth-aside h1{margin:15px 0;font-size:44px;line-height:1.1}.auth-aside p{max-width:420px;color:#d3caee;font-size:17px;line-height:1.65}.auth-aside__shape{position:absolute;width:420px;height:420px;right:-140px;bottom:-160px;border:90px solid rgba(136,92,241,.24);border-radius:50%}.auth-content{position:relative;padding:40px;display:grid;place-items:center}.back-link{position:absolute;top:34px;left:40px;display:flex;align-items:center;gap:7px;color:var(--color-text-muted);font-size:14px}.auth-card{width:min(430px,100%);display:flex;flex-direction:column;gap:21px}.auth-card h2{margin:10px 0 7px;font-size:34px}.auth-card p{color:var(--color-text-muted);line-height:1.55}.auth-card label,.stack-form label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:700;color:#474253}input,select,textarea{width:100%;border:1px solid #dcd9e5;border-radius:var(--radius-control);color:var(--color-text);background:#fff}input,select{height:46px;padding:0 13px}textarea{padding:12px 13px;resize:vertical}input::placeholder{color:#aaa6b6}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon>svg{position:absolute;left:13px;color:#9691a5}.input-with-icon input{padding-left:42px;padding-right:42px}.input-with-icon button{position:absolute;right:7px;width:34px;height:34px;padding:0;border:0;background:transparent;color:#817c8d}.form-error,.form-success{padding:12px 14px;border-radius:9px;font-size:13px;line-height:1.4}.form-error{color:#8f2020;background:#fff0f0;border:1px solid #f3cece}.form-success{color:#17623f;background:#ebf8f1;border:1px solid #c6ead6}.auth-help{text-align:center;font-size:12px}.simple-page{min-height:100vh;padding:42px;display:flex;flex-direction:column;gap:70px;align-items:center;background:radial-gradient(circle at 50% 0,#ebe7fa 0,#f7f7fb 40%)}.simple-page>.brand{align-self:flex-start}.simple-page .auth-card{padding:36px;border:1px solid var(--color-border);border-radius:20px;background:#fff;box-shadow:var(--shadow-card)}.round-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:var(--color-accent);background:var(--color-accent-soft)}.app-layout{min-height:100vh;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;z-index:100;width:268px;padding:27px 19px 19px;display:flex;flex-direction:column;overflow:visible;color:#e8e2fb;background:linear-gradient(180deg,var(--color-navy-deep),var(--color-navy));transition:width .22s ease,padding .22s ease}.sidebar__header{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:10px}.sidebar .brand{padding:0 9px;color:#fff}.sidebar .brand small{color:#bdb1e4}.sidebar__collapse-button,.sidebar__brand-button{flex:0 0 auto;border:0;display:grid;place-items:center;color:#cfc5ed;background:transparent}.sidebar__collapse-button{width:36px;height:36px;border-radius:9px}.sidebar__collapse-button:hover,.sidebar__brand-button:hover{color:#fff;background:#ffffff14}.sidebar__collapse-button svg{width:19px}.sidebar__brand-button{width:48px;height:48px;padding:6px;border-radius:13px}.sidebar__brand-button .brand__mark{flex:0 0 auto;pointer-events:none}.sidebar-label{margin:34px 12px 10px;color:#9c8bce;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.sidebar nav{margin-top:34px;display:flex;flex-direction:column;gap:6px}.sidebar--admin nav{margin-top:4px}.sidebar nav>a,.sidebar nav>button,.sidebar nav>span,.sidebar__bottom a,.sidebar__bottom button{width:100%;min-height:44px;padding:0 12px;border:0;border-radius:10px;display:flex;align-items:center;gap:12px;color:#cfc5ed;background:transparent;text-align:left;font-size:14px;font-weight:600}.sidebar nav svg,.sidebar__bottom svg{width:18px}.sidebar .nav-label{min-width:0;display:flex;align-items:center;gap:8px;white-space:nowrap}.sidebar nav .active{color:#fff;background:#7b4de8a6}.sidebar nav .disabled{opacity:.45;cursor:default}.sidebar nav small{margin-left:auto;font-size:9px}.sidebar__bottom{margin-top:auto;padding-top:16px;border-top:1px solid rgba(255,255,255,.09)}.sidebar__bottom a:hover,.sidebar__bottom button:hover{color:#fff;background:#ffffff0f}.sidebar__bottom>small{display:block;margin:15px 12px 0;color:#8273ad;font-size:10px}.workspace{min-width:0;min-height:100vh;margin-left:268px;flex:1;transition:margin-left .22s ease}.app-layout--sidebar-collapsed .sidebar{width:76px;padding-left:10px;padding-right:10px}.app-layout--sidebar-collapsed .sidebar__header{justify-content:center}.app-layout--sidebar-collapsed .sidebar-label,.app-layout--sidebar-collapsed .sidebar .nav-label,.app-layout--sidebar-collapsed .sidebar__bottom>small{display:none}.app-layout--sidebar-collapsed .sidebar nav{margin-top:34px}.app-layout--sidebar-collapsed .sidebar nav a,.app-layout--sidebar-collapsed .sidebar nav button,.app-layout--sidebar-collapsed .sidebar nav>span,.app-layout--sidebar-collapsed .sidebar__bottom a,.app-layout--sidebar-collapsed .sidebar__bottom button{padding:0;justify-content:center}.app-layout--sidebar-collapsed .sidebar__bottom{display:block}.app-layout--sidebar-collapsed .workspace{margin-left:76px}.app-layout--sidebar-collapsed .sidebar [data-tooltip]{position:relative}.app-layout--sidebar-collapsed .sidebar [data-tooltip]:after{content:attr(data-tooltip);position:absolute;z-index:1000;top:50%;left:calc(100% + 14px);padding:8px 11px;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#fff;background:#171126;box-shadow:0 10px 28px #0a051c47;font-size:12px;font-weight:600;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(5px,-50%);transition:opacity .14s ease,transform .14s ease}.app-layout--sidebar-collapsed .sidebar [data-tooltip]:before{content:"";position:absolute;z-index:1001;top:50%;left:calc(100% + 9px);width:9px;height:9px;background:#171126;opacity:0;pointer-events:none;transform:translate(5px,-50%) rotate(45deg);transition:opacity .14s ease,transform .14s ease}.app-layout--sidebar-collapsed .sidebar [data-tooltip]:hover:after,.app-layout--sidebar-collapsed .sidebar [data-tooltip]:hover:before,.app-layout--sidebar-collapsed .sidebar [data-tooltip]:focus-visible:after,.app-layout--sidebar-collapsed .sidebar [data-tooltip]:focus-visible:before{opacity:1}.app-layout--sidebar-collapsed .sidebar [data-tooltip]:hover:after,.app-layout--sidebar-collapsed .sidebar [data-tooltip]:focus-visible:after{transform:translateY(-50%)}.app-layout--sidebar-collapsed .sidebar [data-tooltip]:hover:before,.app-layout--sidebar-collapsed .sidebar [data-tooltip]:focus-visible:before{transform:translateY(-50%) rotate(45deg)}.workspace-header{height:76px;padding:0 34px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;gap:16px;background:#ffffffe0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.workspace-user{margin-left:auto;display:flex;align-items:center;gap:10px}.workspace-user>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,#8359e8,#5d31c4)}.workspace-user svg{width:18px}.workspace-user div{display:flex;flex-direction:column;font-size:12px}.workspace-user small{margin-top:2px;color:var(--color-text-muted)}.environment-badge{display:flex;align-items:center;gap:7px;color:#6c4a13;background:#fff6e6;border:1px solid #f1dfba;padding:6px 10px;border-radius:20px;font-size:11px;font-weight:700}.environment-badge i{width:7px;height:7px;border-radius:50%;background:#e8931b}.workspace-content{padding:36px}.page-heading{min-height:76px;margin-bottom:27px;display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.page-heading h1{margin:7px 0 4px;font-size:30px;letter-spacing:-.025em}.page-heading p{margin-bottom:0;color:var(--color-text-muted);font-size:14px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat-card{padding:23px;display:flex;align-items:center;gap:16px;border:1px solid var(--color-border);border-radius:var(--radius-card);background:#fff;box-shadow:0 8px 24px #1e144009}.stat-card>div{display:flex;flex-direction:column}.stat-card strong{font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:27px}.stat-card small{color:var(--color-text-muted)}.stat-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px}.stat-icon svg{width:21px}.stat-icon--purple{color:#6a3fdb;background:#eee8ff}.stat-icon--blue{color:#176dce;background:#e7f2ff}.stat-icon--orange{color:#c86616;background:#fff0df}.stat-icon--pink{color:#b33caf;background:#fae8f9}.welcome-card{min-height:240px;margin-top:23px;padding:38px;border:1px solid var(--color-border);border-radius:var(--radius-card);display:flex;align-items:center;justify-content:space-between;gap:40px;background:#fff}.welcome-card>div{max-width:620px}.welcome-card h2{margin:20px 0 9px}.welcome-card p{color:var(--color-text-muted);line-height:1.6}.registry{border:1px solid var(--color-border);border-radius:var(--radius-card);overflow:hidden;background:#fff;box-shadow:0 10px 30px #1e144009}.registry-toolbar{min-height:70px;padding:12px 18px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;color:var(--color-text-muted);font-size:12px}.search-field{position:relative;width:min(360px,70%);display:flex;align-items:center}.search-field svg{position:absolute;left:13px;color:#938e9f}.search-field input{padding-left:42px;background:var(--color-surface-muted)}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{height:48px;padding:0 18px;color:var(--color-text-muted);background:#fafafd;text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}td{min-height:64px;padding:14px 18px;border-top:1px solid #efedf4;vertical-align:middle}td strong,td small{display:block}td small{margin-top:4px;color:var(--color-text-muted)}td code{padding:4px 7px;border-radius:6px;background:#f3f1f8}.table-action{min-height:32px;padding:0 8px;border:0;display:inline-flex;align-items:center;gap:6px;color:var(--color-accent-strong);background:transparent;font-size:12px;font-weight:700}.table-action:hover{color:#fff;background:var(--color-accent);border-radius:7px}.table-action svg{width:14px;height:14px}.empty-row{height:150px;color:var(--color-text-muted);text-align:center}.empty-row>svg{display:block;width:28px;height:28px;margin:0 auto 10px;color:var(--color-accent)}.empty-row>strong{display:block}.status{display:inline-block;padding:5px 9px;border-radius:15px;font-size:11px;font-weight:700}.status--active{color:#19643f;background:#e6f6ed}.status--prospect{color:#80570e;background:#fff3d8}.status--blocked,.status--cancelled{color:#962b2b;background:#fdeaea}.status--archived,.status--suspended{color:#625e6c;background:#efedf2}.license-block,.empty-workspace{min-height:430px;padding:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid var(--color-border);border-radius:var(--radius-card);background:#fff}.license-block>span,.empty-workspace>span{width:62px;height:62px;display:grid;place-items:center;border-radius:18px;color:var(--color-accent);background:var(--color-accent-soft)}.license-block h1,.empty-workspace h2{margin:22px 0 9px}.license-block p,.empty-workspace p{max-width:540px;color:var(--color-text-muted);line-height:1.6}.license-block .button{margin-top:15px}.license-pill{margin-top:20px;padding:10px 14px;border-radius:20px;color:#5d5181;background:#f2effc;font-size:12px}.project-heading-actions{display:flex;align-items:center;gap:12px}.project-limit{padding:9px 12px;border:1px solid #ded8f2;border-radius:18px;color:#5d5181;background:#f6f3ff;font-size:12px;font-weight:700;white-space:nowrap}.project-limit--full{color:#8f4e13;border-color:#efd9b9;background:#fff7e9}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.project-card{min-height:270px;padding:22px;border:1px solid var(--color-border);border-radius:var(--radius-card);display:flex;flex-direction:column;background:#fff;box-shadow:0 10px 30px #1e14400b;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.project-card:hover{transform:translateY(-2px);border-color:#d7cff0;box-shadow:0 16px 35px #1e144014}.project-card>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.project-card h2{margin:23px 0 10px;font-size:20px;letter-spacing:-.015em}.project-card>p{margin-bottom:24px;color:var(--color-text-muted);font-size:13px;line-height:1.6;white-space:pre-line;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.project-card .project-card__empty-notes{color:var(--color-text-subtle);font-style:italic}.project-card>footer{margin-top:auto;padding-top:16px;border-top:1px solid #efedf4;display:flex;flex-direction:column;gap:11px}.project-card>footer>small{color:var(--color-text-subtle);font-size:10px}.project-status{min-height:28px;padding:0 9px;border-radius:14px;display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:800}.project-status svg{width:13px;height:13px}.project-status--planned{color:#5c45a2;background:#efeafd}.project-status--active{color:#1766ad;background:#e7f3ff}.project-status--on_hold{color:#8a5b12;background:#fff2d9}.project-status--completed{color:#176140;background:#e5f6ed}.project-status--archived{color:#625e6c;background:#efedf2}.project-edit{width:32px;height:32px;padding:0;border:0;border-radius:8px;display:grid;place-items:center;color:var(--color-text-muted);background:#f7f6fa}.project-edit:hover{color:#fff;background:var(--color-accent)}.project-edit svg{width:14px;height:14px}.project-teams{min-width:0;display:flex;align-items:flex-start;gap:8px;color:#575164;font-size:12px;line-height:1.45}.project-teams svg{flex:0 0 auto;width:15px;height:15px;margin-top:1px;color:var(--color-accent)}.project-loading{min-height:300px;border:1px solid var(--color-border);border-radius:var(--radius-card);display:grid;place-items:center;color:var(--color-text-muted);background:#fff}.project-modal-tabs{padding:14px 24px 0;border-bottom:1px solid var(--color-border);display:flex;gap:5px;background:#fafafd}.project-modal-tabs button{min-height:42px;padding:0 15px;border:0;border-bottom:3px solid transparent;color:var(--color-text-muted);background:transparent;font-size:13px;font-weight:700}.project-modal-tabs button:hover{color:var(--color-accent-strong)}.project-modal-tabs button.active{color:var(--color-accent-strong);border-bottom-color:var(--color-accent)}.project-teams-tab{min-height:390px}.epics-section{min-height:390px;padding:22px 24px 26px}.epics-toolbar{margin-bottom:17px;display:flex;align-items:center;justify-content:space-between;gap:16px}.epics-toolbar>div{display:flex;flex-direction:column;gap:3px}.epics-toolbar strong{font-size:15px}.epics-toolbar span{color:var(--color-text-muted);font-size:11px}.epic-list{display:flex;flex-direction:column;gap:9px}.epic-list-item{padding:14px;border:1px solid var(--color-border);border-radius:12px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px;background:#fff}.epic-list-item:hover{border-color:#d2c6f1;background:#fdfcff}.epic-identifier{width:max-content;padding:5px 8px;border-radius:7px;color:#5a36bd;background:#eee9ff;font-size:10px;font-weight:800;letter-spacing:.04em;white-space:nowrap}.epic-list-item>div{min-width:0}.epic-list-item strong{display:block;margin:3px 0 5px;font-size:14px}.epic-list-item p{margin:0 0 8px;color:var(--color-text-muted);font-size:11px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.epic-list-item small{display:flex;align-items:center;gap:5px;color:var(--color-text-subtle);font-size:10px}.epic-list-item small svg{width:12px;height:12px}.epic-list-actions{display:flex;align-items:center;gap:7px}.epic-order-controls{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:8px;overflow:hidden;background:#fff}.epic-order-controls button{width:29px;height:30px;padding:0;border:0;display:grid;place-items:center;color:var(--color-text-muted);background:transparent}.epic-order-controls button+button{border-left:1px solid var(--color-border)}.epic-order-controls button:hover:not(:disabled){color:#fff;background:var(--color-accent)}.epic-order-controls button:disabled{color:#c9c6cf;cursor:not-allowed}.epic-order-controls svg{width:13px;height:13px}.epics-empty{min-height:250px;padding:30px;border:1px dashed var(--color-border);border-radius:13px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:var(--color-text-muted);text-align:center;font-size:12px}.epics-empty>svg{width:30px;height:30px;margin-bottom:5px;color:var(--color-accent)}.epics-empty>strong{color:var(--color-text);font-size:14px}.epic-editor{min-height:390px}.epic-back{margin:17px 24px 0;padding:6px 0;border:0;display:inline-flex;align-items:center;gap:7px;color:var(--color-accent-strong);background:transparent;font-size:12px;font-weight:700}.epic-back svg{width:15px;height:15px}.epic-editor__heading{padding:12px 24px 0}.epic-editor__heading>span{color:var(--color-accent-strong);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.epic-editor__heading h3{margin:5px 0 0;font-size:18px}.kanban-page-heading{margin-bottom:18px}.kanban-switcher{margin-bottom:22px;padding:13px;border:1px solid var(--color-border);border-radius:14px;display:flex;align-items:flex-end;gap:12px;background:#fff;box-shadow:0 8px 24px #1e144009}.kanban-switcher__overview{height:46px;padding:0 15px;border:1px solid var(--color-border);border-radius:10px;display:inline-flex;align-items:center;gap:8px;color:var(--color-text-muted);background:#faf9fd;font-size:12px;font-weight:700;white-space:nowrap}.kanban-switcher__overview svg{width:17px;height:17px}.kanban-switcher__overview:hover,.kanban-switcher__overview.active{color:#fff;border-color:var(--color-accent);background:var(--color-accent)}.kanban-switcher__icon{width:46px;height:46px;border-radius:11px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#8b61ec,#6535cd)}.kanban-switcher__icon svg{width:19px;height:19px}.kanban-switcher label{min-width:0;flex:1;display:flex;flex-direction:column;gap:5px;color:var(--color-text-muted);font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.kanban-switcher select{min-width:160px;color:var(--color-text);font-size:13px;font-weight:600;letter-spacing:0;text-transform:none}.kanban-switcher__separator{flex:0 0 auto;width:17px;margin-bottom:14px;color:#b2adbd}.kanban-error{margin-bottom:18px}.kanban-search{min-height:72px;margin-bottom:18px;padding:12px 16px;border:1px solid var(--color-border);border-radius:15px;display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:10px;background:#fff;box-shadow:0 8px 24px #1e144009}.kanban-search>svg{width:21px;color:var(--color-accent)}.kanban-search label{min-width:0;display:flex;flex-direction:column;gap:2px}.kanban-search label>span{color:var(--color-text-muted);font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.kanban-search input{height:31px;padding:0;border:0;border-radius:0;font-size:14px;font-weight:600}.kanban-search input:focus{outline:0}.kanban-search>button{width:34px;height:34px;padding:0;border:0;border-radius:9px;display:grid;place-items:center;color:var(--color-text-muted);background:#f2f0f6}.kanban-search>button:hover{color:#fff;background:var(--color-accent)}.kanban-search>button svg{width:15px}.kanban-search>small{min-width:76px;color:var(--color-text-muted);text-align:right;font-size:10px;font-weight:700;transition:opacity .15s ease}.kanban-search>small.is-searching{opacity:.6}.kanban-overview{display:flex;flex-direction:column;gap:14px;transition:opacity .15s ease}.kanban-overview--searching{opacity:.58}.kanban-project{border:1px solid var(--color-border);border-radius:var(--radius-card);overflow:hidden;background:#fff;box-shadow:0 10px 30px #1e14400b}.kanban-project__header{width:100%;min-height:82px;padding:14px 17px;border:0;display:grid;grid-template-columns:26px 46px minmax(170px,1fr) auto;align-items:center;gap:12px;color:var(--color-text);background:#fff;text-align:left}.kanban-project__header:hover{background:#fcfbff}.kanban-project__header>i{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;color:#7c6c9e;background:#f1eef7}.kanban-project__header>i svg{width:14px}.kanban-project__header>span{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;color:#6b43d5;background:#eee9ff}.kanban-project__header>span svg{width:20px;height:20px}.kanban-project__header>div{min-width:0}.kanban-project h2{margin:0 0 4px;overflow:hidden;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.kanban-project__header>div>small{color:var(--color-text-muted);font-size:10px}.kanban-project__stats{display:grid!important;grid-template-columns:repeat(5,minmax(60px,1fr));gap:7px}.kanban-project__stats>span{min-width:64px;padding:8px 9px;border-radius:10px;display:flex;flex-direction:column;align-items:flex-end;color:#5f5672;background:#f5f3f9}.kanban-project__stats>span:nth-child(3){color:#145fa9;background:#edf6ff}.kanban-project__stats>span:nth-child(4){color:#8a5b12;background:#fff5e3}.kanban-project__stats>span:nth-child(5){color:#176140;background:#eaf8f0}.kanban-project__stats strong{font-size:15px}.kanban-project__stats small{margin-top:1px;font-size:8px;font-weight:700;white-space:nowrap}.kanban-project__content{padding:0 17px 17px;border-top:1px solid #efedf4;background:#fdfcff}.kanban-epic-list{padding-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.kanban-epic-list>p{grid-column:1 / -1;margin:0;padding:24px;border:1px dashed var(--color-border);border-radius:11px;color:var(--color-text-muted);text-align:center;font-size:12px}.kanban-epic-list button{width:100%;min-height:94px;padding:13px;border:1px solid #e9e5f0;border-radius:12px;display:grid;grid-template-columns:38px minmax(110px,1fr) auto 18px;align-items:center;gap:11px;color:var(--color-text);background:#fff;text-align:left;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.kanban-epic-list button:hover{transform:translateY(-1px);border-color:#cfc3ed;box-shadow:0 8px 20px #22174113}.kanban-epic-list button>span{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;color:#8260df;background:#f2edff}.kanban-epic-list button>span svg{width:17px}.kanban-epic-list button>div:nth-of-type(1){min-width:0;display:flex;flex-direction:column;gap:3px}.kanban-epic-list button>div:nth-of-type(1) small{color:#7653d3;font-size:9px;font-weight:800;letter-spacing:.04em}.kanban-epic-list button>div:nth-of-type(1) strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.kanban-epic-stats{min-width:190px;display:grid;grid-template-columns:repeat(2,auto);justify-content:end;gap:3px 10px;color:var(--color-text-muted);font-size:9px}.kanban-epic-stats span{white-space:nowrap}.kanban-epic-stats b{color:#51485f}.kanban-epic-stats em{grid-column:1 / -1;justify-self:end;padding:3px 6px;border-radius:6px;color:#5a36bd;background:#eee9ff;font-size:8px;font-style:normal;font-weight:800}.kanban-epic-list button>svg{width:16px;color:#aaa5b4}.kanban-board-shell{border:1px solid var(--color-border);border-radius:var(--radius-card);overflow:hidden;background:#f5f5fa;box-shadow:0 12px 34px #1e14400e}.kanban-board-heading{min-height:72px;padding:12px 15px 12px 20px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff}.kanban-board-heading>div{min-width:0}.kanban-board-heading>div>span{color:var(--color-accent-strong);font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.kanban-board-heading h2{margin:5px 0 0;font-size:19px}.kanban-board-heading p{max-width:760px;margin:6px 0 0;color:var(--color-text-muted);font-size:11px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kanban-board-actions{flex:0 0 auto;display:flex;align-items:center;gap:9px}.kanban-board-actions>strong{padding:8px 11px;border-radius:18px;color:#5d5181;background:#f1edfc;font-size:11px;white-space:nowrap}.kanban-board-actions .button{min-height:40px}.kanban-scroll{width:100%;overflow-x:auto}.kanban-board{min-width:1180px;padding:15px}.kanban-columns-heading,.kanban-lane__columns{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.kanban-columns-heading{padding-left:0}.kanban-columns-heading>div{min-height:39px;padding:0 11px;border-radius:9px;display:flex;align-items:center;gap:7px;color:#4c4658;background:#ffffffdb;font-size:11px;font-weight:800}.kanban-columns-heading small{margin-left:auto;width:22px;height:22px;border-radius:7px;display:grid;place-items:center;color:var(--color-text-muted);background:#eeecf2;font-size:9px}.kanban-column-dot{width:7px;height:7px;border-radius:50%;background:#8056e8}.kanban-column-dot--progress{background:#2f7de1}.kanban-column-dot--review{background:#e98618}.kanban-column-dot--testing{background:#c842c4}.kanban-column-dot--done{background:#29a36a}.kanban-lanes{margin-top:10px;display:flex;flex-direction:column;gap:11px}.kanban-lane{border:1px solid #e2dfe9;border-radius:12px;overflow:hidden;background:#fff}.kanban-lane__header{width:100%;min-height:47px;padding:7px 12px;border:0;border-bottom:1px solid #eceaf1;display:flex;align-items:center;gap:9px;color:var(--color-text);background:#fbfafd;text-align:left}.kanban-lane__header:hover{background:#f7f4ff}.kanban-lane__header[aria-expanded=false]{border-bottom:0}.kanban-lane__header>svg{width:15px;color:#948e9f}.kanban-lane__header>span{width:29px;height:29px;border-radius:9px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#8b67e6,#6335ca)}.kanban-lane__header>span.kanban-lane__avatar--fixed{color:#6e48ce;background:#ede7ff}.kanban-lane__header>span svg{width:14px;height:14px}.kanban-lane__header strong{font-size:12px}.kanban-lane__header small{min-width:24px;height:24px;margin-left:auto;border-radius:8px;display:grid;place-items:center;color:#655d74;background:#ece9f1;font-size:9px;font-weight:800}.kanban-lane__columns{padding:10px}.kanban-cell{min-height:102px;padding:8px;border:1px dashed #e1ddea;border-radius:10px;display:flex;flex-direction:column;gap:8px;background:#faf9fd;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}.kanban-cell--progress{background:#f7faff}.kanban-cell--review{background:#fffbf6}.kanban-cell--testing{background:#fff8fe}.kanban-cell--done{background:#f7fdf9}.kanban-cell--drop-target{border-color:#8d68e6;background:#f1ecff;box-shadow:inset 0 0 0 2px #7e4ee81f}.kanban-task{position:relative;width:100%;padding:11px;border:1px solid #e5e1eb;border-radius:10px;display:flex;flex-direction:column;align-items:flex-start;color:var(--color-text);background:#fff;box-shadow:0 5px 15px #2217410e;text-align:left;cursor:grab;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,opacity .15s ease}.kanban-task:hover{transform:translateY(-1px);border-color:#cfc3ed;box-shadow:0 8px 20px #2217411a}.kanban-task:active{cursor:grabbing}.kanban-task--moving{opacity:.45;pointer-events:none}.kanban-task--drop-target:before{content:"";position:absolute;z-index:2;top:-7px;right:2px;left:2px;height:3px;border-radius:3px;background:var(--color-accent);box-shadow:0 0 0 2px #f7f3ff}.kanban-task__grip{position:absolute;top:10px;right:8px;width:14px;height:14px;color:#b2adbb}.kanban-task>small{margin-top:8px;color:#746d80;font-size:9px;font-weight:800;letter-spacing:.04em}.kanban-task>strong{margin-top:4px;font-size:12px;line-height:1.35}.kanban-task>p{margin:6px 0 0;color:var(--color-text-muted);font-size:10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.kanban-task footer{width:100%;margin-top:11px;padding-top:8px;border-top:1px solid #efedf3;display:flex;flex-direction:column;gap:5px}.kanban-task__time{width:100%;display:flex;flex-direction:column;gap:3px;color:#5e576b;font-size:9px}.kanban-task__time>span{display:flex;align-items:center;justify-content:space-between;gap:7px}.kanban-task__time em{min-width:0;display:inline-flex;align-items:center;gap:5px;font-style:normal}.kanban-task__time strong{flex:0 0 auto;font-size:9px}.kanban-task__time.muted{color:#aaa5b2}.kanban-task__time svg,.kanban-task__dates svg{width:11px;height:11px}.kanban-task__time>i{width:100%;height:4px;border-radius:4px;overflow:hidden;display:block;background:#eeebf3}.kanban-task__time>i>b{height:100%;min-width:0;border-radius:inherit;display:block;transition:width .2s ease}.kanban-task__time--estimate>i>b{background:#7b4be0}.kanban-task__time--worked>i>b{background:#2d8cd7}.kanban-task__time--remaining>i>b{background:#d65ac4}.kanban-task__dates{margin-top:2px;padding-top:5px;border-top:1px solid #f1eff4;display:flex;align-items:center;gap:5px;color:#5e576b;font-size:9px}.kanban-task__status{width:max-content;min-height:22px;padding:0 7px;border-radius:7px;display:inline-flex;align-items:center;color:#59428f;background:#eee9fd;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}.kanban-task__status--todo{color:#5a36bd;background:#e9e1ff}.kanban-task__status--in_progress{color:#145fa9;background:#e2f0ff}.kanban-task__status--code_review{color:#98600f;background:#fff0d7}.kanban-task__status--testing{color:#963892;background:#fbe4fa}.kanban-task__status--done,.kanban-task__status--closed{color:#176140;background:#e2f5ea}.task-form{min-height:0}.task-unassigned-note{padding:12px 13px;border:1px solid #ded8ef;border-radius:10px;display:flex;align-items:center;gap:11px;color:#5d5670;background:#f8f6fd;font-size:11px;line-height:1.45}.task-unassigned-note>svg{flex:0 0 auto;width:21px;color:var(--color-accent)}.task-unassigned-note span{display:flex;flex-direction:column}.task-unassigned-note strong{color:var(--color-text)}.task-estimate{margin:0;padding:14px;border:1px solid var(--color-border);border-radius:11px}.task-estimate legend{padding:0 5px;color:#474253;font-size:13px;font-weight:700}.task-estimate>div{display:grid;grid-template-columns:100px 100px 1fr;align-items:end;gap:11px}.task-estimate label{gap:5px}.task-estimate>div>span{height:46px;padding:0 13px;border-radius:9px;display:flex;align-items:center;gap:7px;color:#5e3abf;background:#f1ecff;font-size:12px;font-weight:800}.task-estimate>div>span svg{width:15px}.task-estimate>small{display:block;margin-top:8px;color:var(--color-text-muted);font-size:10px}.task-duration-grid{display:flex;flex-direction:column;gap:14px}.task-modal-tabs{position:sticky;z-index:2;top:0;padding:12px 24px 0;border-bottom:1px solid var(--color-border);display:flex;background:#fafafd}.task-modal-tabs button{min-height:40px;padding:0 15px;border:0;border-bottom:3px solid transparent;color:var(--color-text-muted);background:transparent;font-size:12px;font-weight:800}.task-modal-tabs button.active{color:var(--color-accent-strong);border-bottom-color:var(--color-accent)}.task-modal-tabs button>span{min-width:19px;height:19px;margin-left:7px;padding:0 5px;border-radius:10px;display:inline-grid;place-items:center;color:#66587d;background:#ece8f2;font-size:9px}.task-modal-tabs button.active>span{color:#fff;background:var(--color-accent)}.task-modal__identifier{width:max-content;margin-top:7px;padding:5px 8px;border-radius:7px;display:inline-flex;color:#5a36bd;background:#eee9ff;font-size:9px;font-weight:800;letter-spacing:.04em;white-space:nowrap}.task-remaining{min-height:74px;padding:14px 16px;border:1px solid #ddd5f2;border-radius:11px;display:flex;align-items:center;gap:13px;color:#5e3abf;background:#f6f2ff}.task-remaining>svg{width:23px;height:23px}.task-remaining>span{display:grid;grid-template-columns:auto 1fr;align-items:baseline;gap:3px 10px}.task-remaining small{color:#625a70;font-size:11px;font-weight:800}.task-remaining strong{font-size:16px}.task-remaining em{grid-column:1 / -1;color:var(--color-text-muted);font-size:10px;font-style:normal}.task-activity{padding:22px 24px 28px;display:flex;flex-direction:column;gap:18px}.task-comment-form{padding:15px;border:1px solid var(--color-border);border-radius:12px;background:#faf9fd}.task-comment-form label{display:flex;flex-direction:column;gap:8px;color:#474253;font-size:13px;font-weight:700}.task-comment-form textarea{background:#fff}.task-comment-form>small{margin-top:6px;display:block;color:var(--color-text-muted);font-size:10px;text-align:right}.task-comment-list,.task-time-list{display:flex;flex-direction:column;gap:10px}.task-comment{padding:15px 16px;border:1px solid var(--color-border);border-radius:12px;background:#fff}.task-comment header{display:flex;justify-content:space-between;align-items:center;gap:12px}.task-activity-author{min-width:0;display:flex;align-items:center;gap:11px}.task-comment header span,.task-time-entry>span:first-child{display:inline-flex;align-items:center;gap:7px;color:#4e465d;font-size:11px;font-weight:800}.task-comment header svg,.task-time-entry svg{width:14px;height:14px;color:var(--color-accent)}.task-activity-date{display:inline-flex;align-items:center;gap:5px;color:var(--color-text-muted);font-size:10px;font-weight:500}.task-activity-date em{color:#8b7da0;font-size:9px;font-style:normal}.task-comment p{margin:11px 0 0;color:#4f4958;font-size:12px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.task-activity-actions{margin-left:auto;display:flex;align-items:center;gap:5px}.task-activity-actions button{width:31px;height:31px;padding:0;border:1px solid #e2ddea;border-radius:8px;display:grid;place-items:center;color:#71677f;background:#fff;cursor:pointer;transition:color .14s ease,border-color .14s ease,background .14s ease}.task-activity-actions button:hover{color:var(--color-accent-strong);border-color:#c9baf1;background:#f8f5ff}.task-activity-actions button.danger:hover{color:#ad2525;border-color:#edcaca;background:#fff4f4}.task-activity-actions button svg{width:14px;height:14px}.task-inline-edit{margin-top:12px}.task-inline-edit textarea{width:100%}.task-inline-edit>div,.task-time-inline-edit>div{margin-top:9px;display:flex;justify-content:flex-end;gap:8px}.task-activity-empty{min-height:150px;padding:28px;border:1px dashed #dcd6e6;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-text-muted);text-align:center;font-size:12px}.task-activity-empty>svg{width:27px;height:27px;margin-bottom:9px;color:#9a82d2}.task-activity-empty strong{margin-bottom:4px;color:#4b4357;font-size:13px}.task-time-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.task-time-summary>div{min-height:76px;padding:13px;border:1px solid #e2dcef;border-radius:11px;display:flex;align-items:center;gap:10px;background:#faf8fe}.task-time-summary>div>svg{width:20px;height:20px;color:var(--color-accent)}.task-time-summary span{display:flex;flex-direction:column;gap:3px}.task-time-summary small{color:var(--color-text-muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}.task-time-summary strong{color:#453d52;font-size:15px}.task-time-form .task-estimate{background:#fff}.task-time-entry{min-height:58px;padding:11px 13px;border:1px solid var(--color-border);border-radius:11px;display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:14px;background:#fff}.task-time-entry b{min-width:60px;padding:8px 10px;border-radius:8px;color:#5e3abf;background:#f1ecff;font-size:12px;text-align:center}.task-time-entry--editing{display:block}.task-time-entry--editing>span:first-child{margin-right:12px}.task-time-inline-edit{margin-top:13px}.task-time-inline-edit .task-estimate{background:#faf9fd}.modal-backdrop{position:fixed;inset:0;z-index:50;padding:30px;display:grid;place-items:center;background:#140b308f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:min(580px,100%);max-height:calc(100vh - 60px);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;background:#fff;box-shadow:0 30px 80px #10072c47}.modal--task{width:min(720px,100%);height:min(820px,calc(100vh - 40px));max-height:none}.modal__header{min-height:90px;padding:23px 25px;border-bottom:1px solid var(--color-border);display:flex;flex:0 0 auto;justify-content:space-between;align-items:flex-start}.modal__header>div{min-width:0;flex:1}.modal__header h2{margin-bottom:4px;font-size:21px}.modal__description{margin-bottom:0;color:var(--color-text-muted);font-size:12px}.modal__content{min-height:0;max-height:calc(100vh - 150px);flex:1 1 auto;overflow-y:auto}.modal--task .modal__content{max-height:none}.modal__footer{min-height:70px;padding:13px 24px;border-top:1px solid var(--color-border);display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:10px;background:#fff;box-shadow:0 -8px 24px #1c123d09}.stack-form{padding:24px;display:flex;flex-direction:column;gap:17px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field-help{display:block;color:var(--color-text-muted);font-size:11px;font-weight:500;line-height:1.45}.member-picker{margin:2px 0 0;padding:0;border:0}.member-picker legend{padding:0;color:#474253;font-size:13px;font-weight:700}.member-picker>p{margin:6px 0 12px;color:var(--color-text-muted);font-size:11px;line-height:1.45}.member-option{min-height:58px;padding:9px 11px;border:1px solid var(--color-border);border-radius:10px;display:grid!important;grid-template-columns:18px 1fr auto;align-items:center;gap:11px!important;cursor:pointer}.member-option+.member-option{margin-top:7px}.member-option:hover{border-color:#c9baf1;background:#faf8ff}.member-option input{width:16px;height:16px;margin:0;accent-color:var(--color-accent)}.member-option>span:nth-of-type(1){min-width:0;display:flex;flex-direction:column}.member-option>span:nth-of-type(1) strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-option>span:nth-of-type(1) small{margin-top:2px;color:var(--color-text-muted);font-size:11px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-picker__empty{padding:22px;border:1px dashed var(--color-border);border-radius:10px;color:var(--color-text-muted);text-align:center;font-size:12px}.form-actions{position:sticky;bottom:-24px;margin:6px -24px -24px;padding:17px 24px;border-top:1px solid var(--color-border);display:flex;justify-content:flex-end;gap:10px;background:#fff}.form-actions__spacer{flex:1}.delete-confirm{padding:30px 28px 26px;display:grid;grid-template-columns:54px 1fr;gap:8px 18px}.delete-confirm__icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;color:var(--color-danger);background:#fff0f0}.delete-confirm__icon svg{width:25px;height:25px}.delete-confirm h3{margin:3px 0 7px;font-size:18px}.delete-confirm p{margin:0;color:var(--color-text-muted);font-size:13px;line-height:1.6}.delete-confirm .form-error{grid-column:1 / -1;margin-top:12px}.delete-confirm__actions{grid-column:1 / -1;margin-top:22px;padding-top:18px;border-top:1px solid var(--color-border);display:flex;justify-content:flex-end;gap:10px}.delete-confirm--embedded{min-height:390px;align-content:center}.delete-confirm--embedded .epic-identifier{display:inline-block;margin-bottom:5px}.toast{position:fixed;z-index:1000;right:28px;bottom:28px;min-width:310px;max-width:min(560px,calc(100vw - 56px));padding:15px 18px 17px;border-left:4px solid var(--color-success);border-radius:10px;overflow:hidden;color:#1e563c;background:#fff;box-shadow:0 16px 45px #140b3033;font-size:13px}.toast__progress{position:absolute;left:0;bottom:0;width:100%;height:4px;background:var(--color-success);transform-origin:left;animation:toast-progress 5s linear forwards}.toast--persistent{padding-bottom:15px}@keyframes toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media(max-width:1050px){.hero{grid-template-columns:1fr}.product-preview{min-width:0;width:100%;transform:none}.feature-grid,.stat-grid{grid-template-columns:repeat(2,1fr)}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kanban-overview{grid-template-columns:1fr}}@media(max-width:760px){.public-nav__links>a:not(.button){display:none}.hero{padding-top:40px}.hero__copy h1{font-size:42px}.product-preview{height:auto;min-height:390px}.preview-board{grid-template-columns:1fr}.preview-column:nth-child(n+2){display:none}.feature-grid,.audience-section{grid-template-columns:1fr}.audience-section{margin:40px 20px;padding:36px 28px;gap:35px}.public-footer{margin:0 20px;flex-direction:column;gap:20px}.auth-page{grid-template-columns:1fr}.auth-aside{min-height:260px;padding:34px}.auth-aside>div:not(.auth-aside__shape){margin:40px 0 0}.auth-aside h1{font-size:34px}.auth-content{padding:90px 25px 40px}.back-link{left:25px}.sidebar{box-shadow:16px 0 38px #1107332e}.workspace{margin-left:76px}.workspace-header,.workspace-content{padding-left:18px;padding-right:18px}.workspace-user div{display:none}.page-heading{align-items:flex-start;flex-direction:column}.project-heading-actions{width:100%;align-items:stretch;flex-direction:column}.project-heading-actions .button{width:100%}.project-limit{text-align:center}.project-grid{grid-template-columns:1fr}.kanban-switcher{align-items:stretch;flex-direction:column}.kanban-switcher__overview{justify-content:center}.kanban-switcher__separator{display:none}.kanban-switcher select{min-width:0}.kanban-search{grid-template-columns:28px minmax(0,1fr) auto}.kanban-search>small{grid-column:2 / -1;min-width:0;text-align:left}.kanban-project__header{grid-template-columns:24px 42px minmax(0,1fr)}.kanban-project__header>span{width:42px;height:42px}.kanban-project__stats{grid-column:1 / -1;width:100%;grid-template-columns:repeat(5,1fr)}.kanban-project__stats>span{min-width:0;align-items:center;text-align:center}.kanban-project__stats small{white-space:normal}.kanban-epic-list{grid-template-columns:1fr}.kanban-epic-list button{grid-template-columns:38px minmax(0,1fr) 18px}.kanban-epic-stats{grid-column:1 / -1;min-width:0;padding-left:49px;grid-template-columns:repeat(2,1fr);justify-content:stretch}.kanban-epic-stats em{justify-self:start}.kanban-epic-list button>svg{grid-column:3;grid-row:1}.kanban-board-heading{align-items:flex-start;flex-direction:column}.kanban-board-actions{width:100%;flex-wrap:wrap}.kanban-board-actions>strong{margin-right:auto}.kanban-page-heading .button{width:100%}.task-duration-grid .task-estimate>div{grid-template-columns:1fr 1fr}.task-duration-grid .task-estimate>div>span{grid-column:1 / -1}.task-estimate>div{grid-template-columns:1fr 1fr}.task-estimate>div>span{grid-column:1 / -1}.epics-toolbar{align-items:stretch;flex-direction:column}.epics-toolbar .button{width:100%}.epic-list-item{grid-template-columns:1fr auto}.epic-list-item>.epic-identifier{grid-column:1 / -1}.stat-grid{grid-template-columns:1fr}.welcome-card{align-items:flex-start;flex-direction:column}.form-grid{grid-template-columns:1fr}.form-actions--with-delete{flex-wrap:wrap}.form-actions--with-delete .button--danger{width:100%}.form-actions--with-delete .form-actions__spacer{display:none}.delete-confirm{grid-template-columns:1fr;text-align:center}.delete-confirm__icon{margin:auto}.delete-confirm__actions{flex-direction:column-reverse}.delete-confirm__actions .button{width:100%}.modal-backdrop{padding:8px}.modal--task{height:calc(100vh - 16px)}.modal__header{padding:18px}.task-modal-tabs{padding-left:12px;padding-right:12px;overflow-x:auto}.task-modal-tabs button{flex:0 0 auto;padding:0 11px}.task-activity{padding:18px 16px 24px}.task-time-summary{grid-template-columns:1fr}.task-time-summary>div{min-height:62px}.task-time-entry{grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.task-time-entry>span:first-child{grid-column:1;grid-row:1}.task-time-entry>.task-activity-date{grid-column:1;grid-row:2}.task-time-entry b{grid-column:2;grid-row:1 / span 2}.task-time-entry>.task-activity-actions{grid-column:3;grid-row:1 / span 2}.task-time-entry--editing{display:block}.task-time-entry--editing>.task-activity-date{margin-top:5px}.task-comment header{align-items:flex-start;flex-direction:column;gap:5px}.task-comment header .task-activity-actions{margin-left:0}.task-activity-author{align-items:flex-start;flex-direction:column;gap:4px}.modal__footer{padding:11px 16px}}
