: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}.auth-password-help{margin-top:-9px;display:flex;justify-content:flex-end}.auth-password-help button,.auth-back-button{padding:3px 0;border:0;color:var(--color-accent-strong);background:transparent;font-size:12px;font-weight:700}.auth-password-help button:hover,.auth-back-button:hover{color:var(--color-accent)}.auth-back-button{display:inline-flex;align-items:center;align-self:center;gap:6px}.auth-card--message{text-align:center;align-items:center}.auth-card--message p{max-width:390px}.auth-success-icon{width:62px;height:62px;border-radius:19px;display:grid;place-items:center;color:var(--color-success);background:#e8f7ef}.auth-success-icon svg{width:28px;height:28px}.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}.environment-badge--prod{color:#176140;background:#ebf8f2;border-color:#c7e9d8}.environment-badge--prod i{background:#35a36c}.environment-badge--dev{color:#315f8d;background:#edf6ff;border-color:#cfe2f3}.environment-badge--dev i{background:#3b8fd0}.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}.admin-client-overview{margin-top:23px}.admin-client-overview__header{min-height:88px;padding:18px 22px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;gap:24px}.admin-client-overview__header h2{margin:5px 0 4px;font-size:19px}.admin-client-overview__header p{margin:0;color:var(--color-text-muted);font-size:11px}.admin-client-overview__header>span{padding:7px 10px;border-radius:16px;color:#5c4b82;background:#f1edfa;font-size:10px;font-weight:800;white-space:nowrap}.admin-client-stats-table td.numeric{color:#4f3f73;font-size:15px;font-weight:800;text-align:center}.admin-client-stats-table th:nth-child(n+3):nth-child(-n+6){text-align:center}.admin-no-license{color:var(--color-text-muted);font-size:11px}.smtp-module{display:flex;flex-direction:column;gap:18px}.smtp-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.smtp-status-grid article{min-height:104px;padding:20px 22px;border:1px solid var(--color-border);border-radius:var(--radius-card);display:flex;align-items:center;gap:15px;background:#fff;box-shadow:0 8px 24px #1e144009}.smtp-status-grid article>div{min-width:0;display:flex;flex-direction:column}.smtp-status-grid article strong{overflow:hidden;font-size:20px;text-overflow:ellipsis;white-space:nowrap}.smtp-status-grid article small{margin-top:4px;color:var(--color-text-muted);font-size:11px}.smtp-status-icon{flex:0 0 auto;width:44px;height:44px;border-radius:13px;display:grid;place-items:center;color:var(--color-accent);background:var(--color-accent-soft)}.smtp-status-icon svg{width:20px;height:20px}.smtp-status-icon--ready{color:var(--color-success);background:#e8f7ef}.smtp-content-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.9fr);gap:18px;align-items:start}.smtp-card{padding:24px;border:1px solid var(--color-border);border-radius:var(--radius-card);background:#fff;box-shadow:0 10px 30px #1e144009}.smtp-card__header{display:flex;justify-content:space-between;gap:24px}.smtp-card__header h2{margin:7px 0 8px;font-size:22px}.smtp-card__header p{max-width:710px;margin:0;color:var(--color-text-muted);font-size:13px;line-height:1.55}.smtp-card__header .round-icon{flex:0 0 auto;width:44px;height:44px}.smtp-card__header .round-icon svg{width:20px}.smtp-form{margin-top:22px;display:flex;flex-direction:column;gap:15px}.smtp-form label,.smtp-test-form label{display:flex;flex-direction:column;gap:8px;color:#474253;font-size:12px;font-weight:700}.smtp-config-summary{margin-top:22px;padding:14px;border:1px solid #bee7d1;border-radius:10px;display:flex;align-items:flex-start;gap:10px;color:#17623f;background:#edf9f3;font-size:12px;line-height:1.5}.smtp-config-summary>svg{flex:0 0 auto;width:18px;margin-top:1px}.smtp-config-summary span,.smtp-config-summary small{display:block}.smtp-config-summary small{margin-top:3px;color:#4f7563}.smtp-config-summary--empty{color:#6b617f;border-color:#ddd7ee;background:#f7f5fc}.smtp-test-form{margin-top:19px;display:flex;flex-direction:column;gap:12px}.smtp-test-note{margin:16px 0 0;color:var(--color-text-muted);font-size:11px;line-height:1.55}.smtp-loading{min-height:340px;border:1px solid var(--color-border);border-radius:var(--radius-card);display:flex;align-items:center;justify-content:center;gap:10px;color:var(--color-text-muted);background:#fff}.smtp-loading svg,.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.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}.table-sort-button{width:100%;min-height:48px;padding:0;border:0;display:inline-flex;align-items:center;gap:7px;color:inherit;background:transparent;font:inherit;text-align:left;text-transform:inherit;letter-spacing:inherit;cursor:pointer}.table-sort-button svg{width:13px;height:13px;color:#a39bab}.table-sort-button:hover,.table-sort-button.active{color:var(--color-accent-strong)}.table-sort-button.active svg{color:var(--color-accent)}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__time--overrun{color:#a52c2c}.kanban-task__time--overrun>i{background:#f5dddd}.kanban-task__time--overrun>i>b{background:#d94b4b}.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-time-fields{margin:0;padding:14px;border:1px solid var(--color-border);border-radius:11px;background:#fff}.task-time-fields legend{padding:0 5px;color:#474253;font-size:13px;font-weight:700}.task-time-fields>div{display:grid;grid-template-columns:minmax(170px,1fr) minmax(120px,.7fr) minmax(150px,.9fr);align-items:end;gap:11px}.task-time-fields label{gap:5px}.task-time-fields>div>span{min-height:46px;padding:7px 13px;border-radius:9px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:1px 8px;color:#5e3abf;background:#f1ecff}.task-time-fields>div>span svg{grid-row:1 / span 2;width:16px;height:16px}.task-time-fields>div>span small{color:#766791;font-size:9px;font-weight:700}.task-time-fields>div>span strong{font-size:12px}.task-time-fields>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-remaining--overrun{color:#a52c2c;border-color:#efc7c7;background:#fff5f5}.task-remaining--overrun small,.task-remaining--overrun strong{color:#a52c2c}.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-summary .danger{border-color:#efc7c7;background:#fff5f5}.task-time-summary .danger>svg,.task-time-summary .danger strong{color:#b22f2f}.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-time-fields{background:#faf9fd}.gantt-page-heading{align-items:flex-end}.gantt-summary{margin-bottom:16px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gantt-summary>div{min-height:84px;padding:15px 17px;border:1px solid var(--color-border);border-radius:13px;display:flex;align-items:center;gap:12px;background:#fff;box-shadow:0 7px 22px #1f14410a}.gantt-summary>div>svg{width:22px;height:22px;color:var(--color-accent)}.gantt-summary>div>span{display:flex;flex-direction:column;gap:4px}.gantt-summary small{color:var(--color-text-muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}.gantt-summary strong{color:#403749;font-size:21px}.gantt-summary .danger{border-color:#f0cccc;background:#fff9f9}.gantt-summary .danger>svg,.gantt-summary .danger strong{color:#b42b2b}.gantt-summary .warning{border-color:#efdcb4;background:#fffbf3}.gantt-summary .warning>svg,.gantt-summary .warning strong{color:#a5680e}.gantt-assumption{margin-bottom:17px;padding:13px 16px;border:1px solid #ddd5f2;border-radius:12px;display:flex;align-items:flex-start;gap:11px;color:#5e5670;background:#f8f5ff}.gantt-assumption svg{flex:0 0 auto;width:18px;height:18px;margin-top:1px;color:#6840c2}.gantt-assumption p{margin:0;font-size:11px;line-height:1.55}.gantt-chart{border:1px solid #ded9e7;border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 12px 32px #1e133d0e}.gantt-scroll{max-height:calc(100vh - 340px);overflow:auto}.gantt-grid{min-width:calc(340px + var(--gantt-width))}.gantt-row{display:grid;grid-template-columns:340px var(--gantt-width)}.gantt-row__label{position:sticky;z-index:5;left:0;min-width:0;padding:0 15px;border-right:1px solid #e5e1ea;display:flex;align-items:center;gap:9px;color:var(--color-text);background:#fff}button.gantt-row__label{width:100%;border-top:0;border-bottom:0;border-left:0;text-align:left;cursor:pointer}.gantt-row__label>svg{flex:0 0 auto;width:16px;height:16px;color:#7350c8}.gantt-row__label>span{min-width:0;display:flex;flex-direction:column;gap:2px}.gantt-row__label small{color:#7b7187;font-size:9px;font-weight:800;letter-spacing:.03em}.gantt-row__label strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.gantt-row__label em{color:var(--color-text-muted);font-size:9px;font-style:normal;white-space:nowrap}.gantt-row__label em.gantt-overrun{color:#b12f2f;font-weight:700}.gantt-timeline{position:relative;width:var(--gantt-width);overflow:hidden;background-image:repeating-linear-gradient(to right,transparent 0,transparent 27px,#f0edf3 27px,#f0edf3 28px)}.gantt-header{position:sticky;z-index:15;top:0;min-height:69px;border-bottom:1px solid #dcd6e5;background:#f8f7fb}.gantt-header .gantt-row__label{z-index:18;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;background:#f8f7fb}.gantt-header .gantt-row__label strong{font-size:12px}.gantt-header .gantt-row__label small{font-weight:500;letter-spacing:0}.gantt-timeline--header{background:#f8f7fb}.gantt-months{position:absolute;inset:0 0 auto;height:34px;border-bottom:1px solid #e1dce7}.gantt-months span{position:absolute;top:0;height:34px;padding:9px 10px 0;border-right:1px solid #ddd7e5;overflow:hidden;color:#51485c;font-size:10px;font-weight:800;text-transform:capitalize;white-space:nowrap}.gantt-days{position:absolute;inset:34px 0 0}.gantt-days span{position:absolute;top:11px;padding-left:5px;color:#847a8f;font-size:8px}.gantt-project__heading{min-height:45px;border-bottom:1px solid #e4e0e8;background:#f2eff8}.gantt-project__heading .gantt-row__label{z-index:7;background:#f2eff8}.gantt-project__heading .gantt-row__label strong{font-size:12px}.gantt-project__heading .gantt-row__label small{margin-left:auto}.gantt-project__heading .gantt-timeline{background-color:#f7f5fa}.gantt-epic{min-height:68px;border-bottom:1px solid #ebe8ee}.gantt-epic .gantt-row__label:hover{background:#fbf9ff}.gantt-epic .gantt-row__label>span{flex:1}.gantt-forecast-chip{max-width:104px;padding:5px 7px;border-radius:7px;font-size:8px;text-align:center;line-height:1.25}.gantt-forecast-chip--on-time{color:#176140;background:#e3f5eb}.gantt-forecast-chip--delayed{color:#a12828;background:#ffe8e8}.gantt-forecast-chip--incomplete{color:#96600e;background:#fff0d6}.gantt-timeline--epic{background-color:#fdfcff}.gantt-bar{position:absolute;z-index:2;min-width:8px;border-radius:6px;display:block}.gantt-bar--planned{top:15px;height:13px;border:1px solid #8865dc;background:repeating-linear-gradient(135deg,#eee8ff 0 5px,#e5dcfb 5px 10px)}.gantt-bar--forecast{top:39px;height:13px;background:#7143d4;box-shadow:0 3px 8px #542dac33}.gantt-bar--on-time{background:#35a36c;box-shadow:0 3px 8px #2487542e}.gantt-bar--delayed{background:#d64d4d;box-shadow:0 3px 8px #b42a2a2e}.gantt-bar--incomplete{background:#d1912f;box-shadow:0 3px 8px #a9690e2e}.gantt-task{min-height:54px;border-bottom:1px solid #f0edf2}.gantt-task .gantt-row__label{padding-left:38px;background:#fdfdfd}.gantt-task .gantt-row__label>svg{width:14px;height:14px;color:#9a8ca9}.gantt-task .gantt-timeline{background-color:#fff}.gantt-bar--task{top:20px;height:14px}.gantt-bar--task-planned{border:1px solid #9d8ab7;background:#e7e0ef}.gantt-bar--task-forecast{background:#3b8fd0;box-shadow:0 3px 7px #1e72b12e}.gantt-bar--task-actual{background:#35a36c;box-shadow:0 3px 7px #2487542e}.gantt-no-range{position:absolute;top:19px;left:14px;color:#aaa3b1;font-size:9px;font-style:italic}.gantt-task-empty{min-height:48px;border-bottom:1px solid #f0edf2}.gantt-task-empty .gantt-row__label{padding-left:39px;color:var(--color-text-muted);background:#fdfdfd;font-size:10px}.gantt-today{position:absolute;z-index:4;top:0;bottom:0;width:2px;background:#e04571;pointer-events:none}.gantt-today:before{content:"";position:absolute;top:0;left:-3px;border-right:4px solid transparent;border-left:4px solid transparent;border-top:6px solid #e04571}.gantt-legend{padding:12px 16px;border-top:1px solid #e3dfe8;display:flex;flex-wrap:wrap;gap:15px;color:#6e6578;background:#faf9fc;font-size:9px}.gantt-legend span{display:inline-flex;align-items:center;gap:6px}.gantt-legend i{width:19px;height:7px;border-radius:4px;display:inline-block}.gantt-legend i.planned{border:1px solid #8865dc;background:#eee8ff}.gantt-legend i.forecast{background:#3b8fd0}.gantt-legend i.actual{background:#35a36c}.gantt-legend i.delayed{background:#d64d4d}.work-report-heading{align-items:flex-end;gap:24px}.work-report-controls{display:flex;align-items:flex-end;gap:12px}.work-report-controls>label{min-width:250px;display:flex;flex-direction:column;gap:6px;color:#51495d;font-size:10px;font-weight:800}.work-report-controls select{min-height:42px;background:#fff}.work-report-current-user{min-width:220px;min-height:43px;padding:8px 12px;border:1px solid var(--color-border);border-radius:10px;display:flex;align-items:center;gap:9px;background:#fff}.work-report-current-user>svg{width:17px;color:var(--color-accent)}.work-report-current-user>span{display:flex;flex-direction:column;gap:2px}.work-report-current-user small{color:var(--color-text-muted);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.work-report-current-user strong{color:#453d52;font-size:11px}.work-report-month-switcher{min-height:43px;display:flex;align-items:stretch}.work-report-month-switcher .button{min-width:42px;padding:0;border-radius:10px 0 0 10px}.work-report-month-switcher .button:last-child{border-radius:0 10px 10px 0}.work-report-month-switcher>span{min-width:180px;padding:0 14px;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;gap:8px;color:#4f465a;background:#fff;text-transform:capitalize}.work-report-month-switcher>span svg{width:16px;color:var(--color-accent)}.work-report-month-switcher>span strong{font-size:11px}.work-report-summary{margin-bottom:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.work-report-summary>div{min-height:76px;padding:13px 15px;border:1px solid var(--color-border);border-radius:12px;display:flex;align-items:center;gap:11px;background:#fff;box-shadow:0 7px 22px #1f14410a}.work-report-summary>div>svg{flex:0 0 auto;width:20px;color:var(--color-accent)}.work-report-summary>div>span{min-width:0;display:flex;flex-direction:column;gap:3px}.work-report-summary small{color:var(--color-text-muted);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.work-report-summary strong{overflow:hidden;color:#403749;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.work-report-summary .warning{border-color:#efd5aa;background:#fffaf1}.work-report-summary .warning>svg,.work-report-summary .warning strong{color:#a5630b}.work-report-note{margin-bottom:12px;display:flex;align-items:center;justify-content:flex-end;gap:8px;color:var(--color-text-muted);font-size:9px}.work-report-note span{width:10px;height:10px;margin-left:10px;border-radius:3px;display:inline-block}.work-report-note span.warning{border:1px solid #e6b35f;background:#fff0d2}.work-report-note span.error{border:1px solid #e08c8c;background:#ffe3e3}.work-report-table-card{border:1px solid #ded9e7;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 12px 32px #1e133d0e}.work-report-scroll{max-height:calc(100vh - 330px);overflow:auto}.work-report-table{width:max-content;min-width:100%;border-spacing:0;border-collapse:separate;color:#4a4353;font-size:10px}.work-report-table th,.work-report-table td{min-width:48px;height:50px;padding:6px;border-right:1px solid #ece8f0;border-bottom:1px solid #ece8f0;text-align:center}.work-report-table thead th{position:sticky;z-index:7;top:0;height:57px;color:#5a5165;background:#f8f6fb}.work-report-table thead th>strong,.work-report-table thead th>small{display:block}.work-report-table thead th>strong{font-size:11px}.work-report-table thead th>small{margin-top:3px;color:#8b8294;font-size:8px;font-weight:600}.work-report-table th.weekend{color:#574d63;border-right-color:#d8d1df;border-left:1px solid #d8d1df;background:#e9e5ed;box-shadow:inset 0 -3px #b9aec7}.work-report-table th.weekend>strong{color:#45394f}.work-report-table th.weekend>small{color:#6f6379;font-weight:800}.work-report-table .work-report-task-column{position:sticky;z-index:5;left:0;width:300px;min-width:300px;max-width:300px;padding:9px 13px;text-align:left;background:#fff}.work-report-table thead .work-report-task-column{z-index:10;background:#f8f6fb;vertical-align:middle}.work-report-table thead .work-report-task-column>svg{width:17px;margin-right:9px;display:inline-block;color:var(--color-accent);vertical-align:middle}.work-report-table thead .work-report-task-column>span{display:inline-flex;flex-direction:column;vertical-align:middle}.work-report-table thead .work-report-task-column small{margin-top:2px;color:#8b8294;font-size:8px;font-weight:600}.work-report-table tbody .work-report-task-column{white-space:normal}.work-report-table tbody .work-report-task-column>span:last-child{min-width:0;display:block}.work-report-table tbody .work-report-task-column strong{display:block;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.work-report-table tbody .work-report-task-column small{margin-top:3px;display:block;overflow:hidden;color:#8b8294;font-size:8px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.work-report-task-id{margin-right:8px;padding:4px 6px;border-radius:6px;float:left;color:#5c3bb1;background:#eee8ff;font-size:8px;font-weight:900;letter-spacing:.03em}.work-report-hours{color:#aaa3b1;background:#fff;font-weight:700}.work-report-hours--filled{color:#493a6e;background:#f5f1ff}.work-report-hours--weekend{color:#8e8596;border-right-color:#ded8e4!important;border-left:1px solid #ded8e4;background:#f1eef3}.work-report-hours--weekend.work-report-hours--filled{color:#493a6e;background:#ebe5f3}.work-report-hours--warning{color:#95590a;border-color:#edc67f!important;background:#fff0d2!important;font-weight:900}.work-report-hours--error{color:#a42626;border-color:#e9a0a0!important;background:#ffe3e3!important;font-weight:900}.work-report-table .work-report-total-column,.work-report-hours--total{position:sticky;z-index:5;right:0;min-width:66px;color:#4f3a81;background:#f1ecfb;font-weight:900}.work-report-table thead .work-report-total-column{z-index:10}.work-report-table tfoot th,.work-report-table tfoot td{position:sticky;z-index:8;bottom:0;border-bottom:0;background:#f3eff9;font-weight:900}.work-report-table tfoot .work-report-task-column{z-index:11;background:#eee9f6;vertical-align:middle}.work-report-table tfoot .work-report-task-column strong{font-size:10px}.work-report-table tfoot .work-report-task-column small{margin-top:3px;color:#7e748a;font-size:8px;font-weight:600}.work-report-table tfoot .work-report-hours--weekend{background:#e6e1e9}.work-report-table tfoot .work-report-hours--total{z-index:11;background:#e9e1f7}.work-report-empty{height:190px!important;color:var(--color-text-muted);background:#fff;text-align:center!important}.work-report-empty>svg{width:25px;height:25px;margin:0 auto 8px;display:block;color:#9a82d2}.work-report-empty strong,.work-report-empty span{display:block}.work-report-empty strong{margin-bottom:4px;color:#4b4357;font-size:12px}.work-report-empty span{font-size:10px;font-weight:500}.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}.password-reset-confirm .delete-confirm__icon{color:var(--color-accent);background:var(--color-accent-soft)}.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)}.smtp-content-grid{grid-template-columns:1fr}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kanban-overview{grid-template-columns:1fr}.gantt-summary{grid-template-columns:repeat(2,1fr)}.work-report-heading{align-items:stretch;flex-direction:column}.work-report-controls{justify-content:space-between}.work-report-summary{grid-template-columns:repeat(2,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%}.gantt-page-heading{align-items:stretch}.gantt-page-heading .button{width:100%}.gantt-summary{grid-template-columns:1fr}.gantt-scroll{max-height:calc(100vh - 280px)}.gantt-grid{min-width:calc(280px + var(--gantt-width))}.gantt-row{grid-template-columns:280px var(--gantt-width)}.gantt-row__label{padding-right:10px;padding-left:10px}.gantt-task .gantt-row__label{padding-left:27px}.gantt-forecast-chip{display:none}.work-report-controls{align-items:stretch;flex-direction:column}.work-report-controls>label{min-width:0}.work-report-current-user{min-width:0}.work-report-month-switcher>span{min-width:0;flex:1}.work-report-summary{grid-template-columns:1fr}.work-report-note{align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}.work-report-scroll{max-height:calc(100vh - 260px)}.work-report-table .work-report-task-column{width:240px;min-width:240px;max-width:240px}.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,.smtp-status-grid{grid-template-columns:1fr}.welcome-card{align-items:flex-start;flex-direction:column}.admin-client-overview__header{align-items:flex-start;flex-direction:column;gap:10px}.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-fields>div{grid-template-columns:1fr 1fr}.task-time-fields>div>span{grid-column:1 / -1}.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}}.marketing-page{background:#fff}.public-nav{position:relative;z-index:20}.public-nav__links>a:not(.button){transition:color .18s ease}.public-nav__links>a:not(.button):hover{color:var(--color-accent)}.public-nav__guide{display:inline-flex;align-items:center;gap:7px;color:var(--color-accent-strong)}.button--ghost{color:var(--color-navy);border-color:#ddd6ef;background:#ffffffa3;box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.button--ghost:hover{background:#fff}.button--light{color:var(--color-navy);background:#fff;border-color:#fff;box-shadow:0 10px 26px #0c04282e}.button--outline-light{color:#fff;border-color:#ffffff57;background:#ffffff12;box-shadow:none}.button--outline-light:hover{background:#ffffff24}.marketing-hero{position:relative;max-width:1380px;min-height:760px;margin:0 auto;padding:76px 70px 110px;border-radius:34px;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:60px;overflow:hidden;background:linear-gradient(120deg,#f5f3fff5,#f7f9ffe6),linear-gradient(135deg,#f2efff,#fff)}.marketing-hero:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.42;background-image:radial-gradient(rgba(113,69,232,.14) 1px,transparent 1px);background-size:25px 25px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 65%);mask-image:linear-gradient(90deg,#000,transparent 65%)}.marketing-hero__glow{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.marketing-hero__glow--one{width:470px;height:470px;top:-260px;right:120px;background:#8b5df129}.marketing-hero__glow--two{width:300px;height:300px;left:-190px;bottom:-80px;background:#ee7c2014}.marketing-hero__copy{position:relative;z-index:2}.marketing-pill{min-height:34px;padding:0 13px;border:1px solid #d9cff7;border-radius:30px;display:inline-flex;align-items:center;gap:7px;color:var(--color-accent-strong);background:#ffffffb8;font-size:11px;font-weight:850;letter-spacing:.035em;text-transform:uppercase}.marketing-hero h1{max-width:650px;margin:22px 0 24px;font-size:clamp(48px,5.2vw,74px);line-height:.99;letter-spacing:-.057em}.marketing-hero h1 em{display:block;color:var(--color-accent);font-style:normal}.marketing-hero__copy>p{max-width:600px;color:#625c72;font-size:18px;line-height:1.72}.marketing-hero__actions{margin-top:33px;display:flex;flex-wrap:wrap;gap:12px}.marketing-hero__trust{margin-top:30px;display:flex;flex-wrap:wrap;gap:12px 19px;color:#777185;font-size:11px;font-weight:650}.marketing-hero__trust span{display:inline-flex;align-items:center;gap:6px}.marketing-hero__trust svg{width:14px;color:var(--color-success)}.marketing-preview{position:relative;z-index:2;min-width:720px;height:512px;border:1px solid rgba(62,38,116,.12);border-radius:23px;overflow:hidden;background:#f5f4fb;box-shadow:0 38px 90px #24105f30;transform:perspective(1300px) rotateY(-4deg) rotateX(1deg)}.marketing-preview__bar{height:34px;padding:0 13px;border-bottom:1px solid #e7e4ef;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#918a9d;background:#fff;font-size:8px}.marketing-preview__dots{display:flex;gap:5px}.marketing-preview__dots i{width:6px;height:6px;border-radius:50%;background:#ddd8e4}.marketing-preview__dots i:first-child{background:#f39a8c}.marketing-preview__dots i:nth-child(2){background:#efbd68}.marketing-preview__dots i:last-child{background:#7acfa3}.marketing-preview__secure{justify-self:end;display:inline-flex;align-items:center;gap:4px;color:#438267}.marketing-preview__app{height:calc(100% - 34px);display:flex}.marketing-preview__sidebar{width:68px;padding:17px 14px;display:flex;align-items:center;flex-direction:column;gap:15px;color:#cfc4ee;background:linear-gradient(180deg,var(--color-navy-deep),var(--color-navy))}.marketing-preview__sidebar .brand{margin-bottom:12px}.marketing-preview__sidebar .brand__mark{width:34px;height:34px;box-shadow:none}.marketing-preview__sidebar>span{width:35px;height:35px;border-radius:10px;display:grid;place-items:center}.marketing-preview__sidebar>span svg{width:15px}.marketing-preview__sidebar>span.active{color:#fff;background:var(--color-accent);box-shadow:0 8px 16px #7145e85c}.marketing-preview__content{min-width:0;padding:21px 19px;flex:1}.marketing-preview__content>header{display:flex;align-items:center;justify-content:space-between}.marketing-preview__content>header div{display:flex;flex-direction:column}.marketing-preview__content>header small{color:#898394;font-size:8px}.marketing-preview__content>header strong{margin-top:3px;font-size:14px}.marketing-preview__avatar{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;color:#643615;background:#ffc08e;font-size:8px;font-weight:850}.marketing-preview__summary{margin:17px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.marketing-preview__summary>span{padding:9px 10px;border:1px solid #e7e3ef;border-radius:10px;display:flex;flex-direction:column;background:#fff}.marketing-preview__summary b{font-size:12px}.marketing-preview__summary small{margin-top:1px;color:#938d9d;font-size:7px}.marketing-preview__board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.marketing-preview__column{min-width:0;padding:9px;border-radius:12px;background:#ebe9f3a3}.marketing-preview__column>header{margin-bottom:8px;display:flex;justify-content:space-between;align-items:center}.marketing-preview__column>header strong{font-size:8px}.marketing-preview__column>header span{width:17px;height:17px;border-radius:50%;display:grid;place-items:center;color:#847d90;background:#fff;font-size:7px;font-weight:800}.marketing-preview__task{min-height:125px;padding:10px;border:1px solid #e9e6ef;border-radius:10px;background:#fff;box-shadow:0 5px 14px #2214470b}.marketing-preview__task+.marketing-preview__task{margin-top:7px;min-height:105px}.marketing-preview__task-id{min-height:19px;padding:0 6px;border-radius:8px;display:inline-flex;align-items:center;gap:3px;color:#5d36c7;background:#eee8ff;font-size:6px;font-weight:850}.marketing-preview__task-id--orange{color:#a95916;background:#fff0df}.marketing-preview__task-id--blue{color:#1e64ae;background:#e5f2ff}.marketing-preview__task-id--pink{color:#9a3c87;background:#f9e5f7}.marketing-preview__task-id--green{color:#267455;background:#e4f5ed}.marketing-preview__task>strong{min-height:32px;margin-top:10px;display:block;font-size:8px;line-height:1.35}.marketing-preview__task-progress{height:3px;margin-top:17px;border-radius:3px;overflow:hidden;background:#eae6f4}.marketing-preview__task-progress i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#7145e8,#9b73f0)}.marketing-preview__task footer{margin-top:8px;display:flex;justify-content:space-between;color:#8b8495;font-size:6px}.marketing-preview__task footer span{display:flex;align-items:center;gap:3px}.marketing-preview__task footer b{color:#4f4859}.marketing-proof{max-width:1120px;margin:-34px auto 0;padding:24px 36px;position:relative;z-index:3;border:1px solid #e5e1ef;border-radius:18px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;box-shadow:0 18px 48px #25145517}.marketing-proof div{min-height:50px;padding:0 32px;border-right:1px solid var(--color-border);display:flex;flex-direction:column;justify-content:center}.marketing-proof div:last-child{border:0}.marketing-proof strong{color:var(--color-accent-strong);font-size:22px}.marketing-proof span{margin-top:3px;color:#817b8b;font-size:10px;font-weight:650}.marketing-section{max-width:1240px;margin:auto;padding:135px 30px 120px}.marketing-section__heading{max-width:720px;margin-bottom:52px}.marketing-section__heading h2,.marketing-control__copy h2,.marketing-audience h2,.marketing-workflow h2,.marketing-cta h2{margin:13px 0 18px;font-size:clamp(36px,4vw,50px);line-height:1.08;letter-spacing:-.042em}.marketing-section__heading p,.marketing-control__copy>p{max-width:650px;color:var(--color-text-muted);font-size:16px;line-height:1.7}.marketing-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.marketing-feature-grid article{position:relative;min-height:265px;padding:28px;border:1px solid #e6e3ed;border-radius:21px;overflow:hidden;background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.marketing-feature-grid article:hover{z-index:1;border-color:#d3c9ee;box-shadow:0 22px 48px #2514551a;transform:translateY(-5px)}.marketing-feature-grid__icon{width:45px;height:45px;border-radius:13px;display:grid;place-items:center;color:#7145e8;background:#eee9ff}.marketing-feature-grid__icon svg{width:20px}.marketing-feature-grid__icon--2{color:#126dc5;background:#e8f3ff}.marketing-feature-grid__icon--3{color:#b75d16;background:#fff0df}.marketing-feature-grid__icon--4{color:#8d438c;background:#f9e9f7}.marketing-feature-grid__icon--5{color:#237557;background:#e8f6ef}.marketing-feature-grid__icon--6{color:#5f4c83;background:#efebf5}.marketing-feature-grid h3{margin:27px 0 11px;font-size:20px}.marketing-feature-grid p{margin:0;color:var(--color-text-muted);font-size:13px;line-height:1.7}.marketing-feature-grid__number{position:absolute;right:19px;bottom:8px;color:#f0edf5;font-size:52px;font-weight:900;letter-spacing:-.08em}.marketing-workflow{padding:105px max(30px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:.9fr 1.1fr;gap:95px;color:#fff;background:linear-gradient(135deg,#180548,#281068 60%,#3d1686)}.marketing-workflow__intro p{max-width:510px;color:#d0c7e8;font-size:15px;line-height:1.75}.marketing-workflow__intro>a{margin-top:24px;display:inline-flex;align-items:center;gap:7px;color:#cab8ff;font-weight:750}.marketing-workflow__steps{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.marketing-workflow__steps article{min-height:165px;padding:23px;border:1px solid rgba(255,255,255,.12);border-radius:17px;display:flex;gap:15px;background:#ffffff0e}.marketing-workflow__steps>article>span{width:31px;height:31px;flex:0 0 auto;border-radius:9px;display:grid;place-items:center;color:#2b0d68;background:#c8b4ff;font-size:9px;font-weight:900}.marketing-workflow__steps h3{margin:5px 0 9px;font-size:17px}.marketing-workflow__steps p{margin:0;color:#cfc5e9;font-size:12px;line-height:1.6}.marketing-control{max-width:1180px;margin:auto;padding:135px 0;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:100px}.marketing-control__visual{position:relative;min-height:410px;padding:35px;border-radius:28px;background:linear-gradient(135deg,#f0edfa,#f8f8fc)}.marketing-control__chart{width:100%;padding:24px;border:1px solid #e4e0eb;border-radius:17px;background:#fff;box-shadow:0 18px 42px #2514551a}.marketing-control__chart header{margin-bottom:20px;display:flex;flex-direction:column}.marketing-control__chart header span{color:#8a8394;font-size:9px}.marketing-control__chart header strong{margin-top:2px;font-size:15px}.marketing-control__months{height:24px;margin-left:95px;display:grid;grid-template-columns:repeat(3,1fr);color:#9a94a2;font-size:8px;text-align:center}.marketing-control__row{position:relative;height:54px;border-top:1px solid #efedf3;display:grid;grid-template-columns:95px 1fr;align-items:center;background:repeating-linear-gradient(90deg,transparent 0,transparent calc(33.333% - 1px),#f0edf4 calc(33.333% - 1px),#f0edf4 33.333%);background-position:95px 0}.marketing-control__row b{font-size:9px}.marketing-control__row i{position:absolute;left:26%;height:10px;border-radius:8px;background:#a991e7}.marketing-control__row i.plan{width:57%;top:13px;opacity:.38}.marketing-control__row i.forecast{width:68%;top:30px;background:#7145e8}.marketing-control__row i.task-one{width:27%;left:37%;background:#1677e8}.marketing-control__row i.task-two{width:19%;left:64%;background:#ee7c20}.marketing-control__chart footer{margin-top:17px;display:flex;justify-content:flex-end;gap:15px;color:#7f7889;font-size:8px}.marketing-control__chart footer span{display:flex;align-items:center;gap:5px}.marketing-control__chart footer i{width:13px;height:5px;border-radius:4px;background:#cfc2f0}.marketing-control__chart footer i.legend-forecast{background:#7145e8}.marketing-control__metric{position:absolute;right:-24px;bottom:0;width:185px;padding:18px;border:1px solid #e1dce9;border-radius:17px;display:grid;grid-template-columns:36px 1fr;background:#fff;box-shadow:0 18px 40px #25145526}.marketing-control__metric>svg{width:35px;height:35px;padding:9px;border-radius:10px;grid-row:1 / 3;color:#7145e8;background:#eee9ff}.marketing-control__metric>span{color:#817a8c;font-size:8px}.marketing-control__metric strong{font-size:18px}.marketing-control__metric small{grid-column:1 / -1;margin-top:9px;color:#a09aa8;font-size:7px}.marketing-control__copy ul{margin:27px 0 0;padding:0;display:flex;flex-direction:column;gap:13px;list-style:none}.marketing-control__copy li{display:flex;align-items:center;gap:9px;color:#4e4858;font-size:13px;font-weight:700}.marketing-control__copy li svg{width:18px;color:var(--color-success)}.marketing-audience{padding:115px max(30px,calc((100vw - 1180px)/2));background:#f7f6fb}.marketing-audience>div:first-child{max-width:800px;margin-bottom:45px}.marketing-audience__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.marketing-audience__cards article{min-height:230px;padding:28px;border:1px solid #e4e0ea;border-radius:20px;background:#fff}.marketing-audience__cards>article>svg{width:42px;height:42px;padding:10px;border-radius:12px;color:var(--color-accent);background:var(--color-accent-soft)}.marketing-audience__cards h3{margin:27px 0 10px}.marketing-audience__cards p{color:var(--color-text-muted);font-size:13px;line-height:1.65}.marketing-cta{max-width:1180px;margin:95px auto;padding:75px 60px;border-radius:30px;position:relative;overflow:hidden;color:#fff;background:linear-gradient(120deg,#200857,#4e23a8);text-align:center}.marketing-cta:before,.marketing-cta:after{content:"";position:absolute;border:55px solid rgba(255,255,255,.06);border-radius:50%}.marketing-cta:before{width:310px;height:310px;left:-190px;bottom:-220px}.marketing-cta:after{width:210px;height:210px;right:-110px;top:-145px}.marketing-cta__icon{width:48px;height:48px;margin:0 auto 18px;border-radius:15px;display:grid;place-items:center;color:#2c0d69;background:#cbb8ff}.marketing-cta h2{max-width:800px;margin-right:auto;margin-left:auto}.marketing-cta>p{max-width:660px;margin:0 auto 30px;color:#d8d0ea;line-height:1.65}.marketing-cta>div:last-child{position:relative;z-index:2;display:flex;justify-content:center;gap:11px}.marketing-footer{max-width:1180px;padding-bottom:50px}.marketing-footer>div{display:flex;gap:22px;color:#5f5869;font-weight:650}.marketing-footer a:hover{color:var(--color-accent)}.marketing-footer p{margin:0}.guide-page{min-height:100vh;background:#f7f7fb}.guide-nav{height:82px;padding:0 max(30px,calc((100vw - 1240px)/2));border-bottom:1px solid #e6e3ed;display:flex;align-items:center;justify-content:space-between;background:#fff}.guide-nav>div{display:flex;align-items:center;gap:9px}.guide-nav>div>a:not(.button),.guide-nav button{min-height:38px;padding:0 11px;border:0;display:inline-flex;align-items:center;gap:7px;color:#6e6778;background:transparent;font-size:12px;font-weight:700}.guide-nav>div>a:not(.button):hover,.guide-nav button:hover{color:var(--color-accent)}.guide-hero{padding:75px max(30px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:1fr 420px;align-items:center;gap:90px;color:#fff;background:linear-gradient(125deg,#180548 0,#2b0f70 65%,#4a1da0)}.guide-hero h1{margin:20px 0 18px;font-size:clamp(44px,5vw,66px);letter-spacing:-.05em}.guide-hero>div:first-child>p{max-width:700px;margin-bottom:28px;color:#d4cbe9;font-size:17px;line-height:1.7}.guide-hero .marketing-pill{color:#e0d6ff;border-color:#ffffff2e;background:#ffffff14}.guide-hero__roles{display:flex;flex-wrap:wrap;gap:12px}.guide-hero__roles span{padding:9px 12px;border:1px solid rgba(255,255,255,.14);border-radius:10px;display:flex;align-items:center;gap:7px;color:#e3dcf4;background:#ffffff0e;font-size:11px;font-weight:700}.guide-hero__roles svg{width:15px;color:#bca5ff}.guide-hero__quick{padding:25px;border:1px solid rgba(255,255,255,.15);border-radius:20px;background:#ffffff13;box-shadow:0 24px 55px #0a022433}.guide-hero__quick>span{display:block;margin-bottom:17px;color:#bca9ee;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.guide-hero__quick ol{margin:0;padding:0;display:flex;flex-direction:column;gap:10px;list-style:none}.guide-hero__quick li{min-height:42px;padding:7px 10px;border-radius:11px;display:flex;align-items:center;gap:11px;color:#e9e3f6;background:#ffffff0e;font-size:11px;font-weight:650}.guide-hero__quick b{width:27px;height:27px;border-radius:8px;display:grid;place-items:center;color:#2c0c6a;background:#c3adff;font-size:9px}.guide-layout{max-width:1240px;margin:0 auto;padding:60px 30px 100px;display:grid;grid-template-columns:260px minmax(0,1fr);align-items:start;gap:45px}.guide-toc{position:sticky;top:25px}.guide-toc>span{display:block;margin:0 0 12px 12px;color:#8c8595;font-size:9px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.guide-toc nav{padding:8px;border:1px solid #e4e1ea;border-radius:16px;background:#fff}.guide-toc nav a{min-height:41px;padding:0 9px;border-radius:9px;display:grid;grid-template-columns:28px 1fr 14px;align-items:center;color:#625b6d;font-size:11px;font-weight:700}.guide-toc nav a:hover{color:var(--color-accent-strong);background:#f4f0ff}.guide-toc nav a b{color:#a397b9;font-size:8px}.guide-toc nav a svg{width:13px}.guide-toc>div{margin-top:14px;padding:19px;border-radius:15px;color:#e9e3fa;background:var(--color-navy)}.guide-toc>div svg{width:18px;color:#bda8fa}.guide-toc>div strong{margin-top:12px;display:block;font-size:12px}.guide-toc>div p{margin:6px 0 0;color:#c9c0df;font-size:10px;line-height:1.55}.guide-content{min-width:0;display:flex;flex-direction:column;gap:22px}.guide-section{padding:42px;border:1px solid #e4e1e9;border-radius:22px;scroll-margin-top:25px;background:#fff;box-shadow:0 10px 34px #28194c0a}.guide-section>header{margin-bottom:25px;display:flex;align-items:center;gap:15px}.guide-section>header>span{width:43px;height:43px;border-radius:12px;display:grid;place-items:center;color:#5c36c7;background:#eee9ff;font-size:10px;font-weight:900}.guide-section>header small{color:#7e6caf;font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.guide-section>header h2{margin:4px 0 0;font-size:29px;letter-spacing:-.035em}.guide-lead{max-width:790px;margin-bottom:27px;color:#655f6f;font-size:14px;line-height:1.75}.guide-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.guide-step-grid article{position:relative;min-height:205px;padding:21px;border:1px solid #e6e2ec;border-radius:16px}.guide-step-grid article>span{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;color:var(--color-accent);background:var(--color-accent-soft)}.guide-step-grid article>span svg{width:17px}.guide-step-grid article>b{position:absolute;top:20px;right:20px;color:#d9d4df;font-size:19px}.guide-step-grid h3{margin:21px 0 8px;font-size:15px}.guide-step-grid p{margin:0;color:#756e7e;font-size:11px;line-height:1.65}.guide-callout{margin-top:24px;padding:17px 19px;border:1px solid #d9d0f4;border-radius:14px;display:grid;grid-template-columns:34px 1fr;gap:13px;color:#514673;background:#f6f3ff}.guide-callout>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#6c43d9;background:#e8e0ff}.guide-callout svg{width:16px}.guide-callout strong{font-size:12px}.guide-callout p{margin:5px 0 0;font-size:11px;line-height:1.65}.guide-callout--warning{color:#714b19;border-color:#eed8b5;background:#fff8ed}.guide-callout--warning>span{color:#ad641d;background:#ffebce}.guide-callout--success{color:#245d47;border-color:#c6e5d7;background:#effaf5}.guide-callout--success>span{color:#25865b;background:#d9f2e5}.guide-role-grid,.guide-two-column{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.guide-role-grid>article{padding:25px;border:1px solid #e4e0ea;border-radius:17px;background:#faf9fc}.guide-role-grid>article>span{display:flex;align-items:center;gap:7px;color:#6946c3;font-size:10px;font-weight:850;text-transform:uppercase}.guide-role-grid>article>span svg{width:16px}.guide-role-grid h3{margin:16px 0 14px;font-size:17px}.guide-role-grid ul,.guide-card ol{margin:0;padding-left:17px;color:#6f6878;font-size:11px;line-height:1.7}.guide-role-grid li+li,.guide-card li+li{margin-top:5px}.guide-card{padding:24px;border:1px solid #e4e1e9;border-radius:17px;background:#fff}.guide-card>span{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;color:var(--color-accent);background:var(--color-accent-soft)}.guide-card>span svg{width:18px}.guide-card h3{margin:18px 0 12px;font-size:17px}.guide-card>div{color:#6f6878;font-size:11px;line-height:1.72}.guide-flow{margin:6px 0 30px;padding:20px;border-radius:15px;display:flex;align-items:center;justify-content:center;gap:15px;background:#f5f2fb}.guide-flow>span{min-height:42px;padding:0 14px;border:1px solid #e2dcef;border-radius:11px;display:flex;align-items:center;gap:8px;color:#523c85;background:#fff;font-size:11px;font-weight:800}.guide-flow>span svg{width:16px;color:var(--color-accent)}.guide-flow>svg{width:15px;color:#a49cad}.guide-subheading{margin:0 0 14px;font-size:16px}.guide-number-list{margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;list-style:none}.guide-number-list li{min-height:89px;padding:17px;border-left:3px solid #9e82e8;border-radius:0 11px 11px 0;display:flex;flex-direction:column;background:#faf9fc}.guide-number-list b{font-size:11px}.guide-number-list span{margin-top:6px;color:#766f80;font-size:10px;line-height:1.55}.guide-kanban{margin:0 0 18px;display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.guide-kanban article{min-height:130px;padding:14px;border-radius:13px;background:#f5f3f8}.guide-kanban article>span{width:22px;height:22px;border-radius:7px;display:grid;place-items:center;color:#6c47ca;background:#e6ddfa;font-size:8px;font-weight:900}.guide-kanban h3{margin:16px 0 7px;font-size:11px}.guide-kanban p{margin:0;color:#7d7587;font-size:8px;line-height:1.5}.guide-tab-preview{margin-bottom:14px;border:1px solid #e2ddea;border-radius:16px;overflow:hidden;background:#faf9fc}.guide-tab-preview>header{height:48px;padding:0 15px;border-bottom:1px solid #e3dfea;display:flex;gap:5px;background:#fff}.guide-tab-preview>header span{padding:0 13px;border-bottom:2px solid transparent;display:flex;align-items:center;color:#81798c;font-size:10px;font-weight:750}.guide-tab-preview>header span.active{color:var(--color-accent-strong);border-color:var(--color-accent)}.guide-tab-preview>div{padding:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.guide-tab-preview section{padding:16px;border-radius:11px;background:#fff}.guide-tab-preview b{font-size:11px}.guide-tab-preview p{margin:7px 0 0;color:#777080;font-size:9px;line-height:1.55}.guide-gantt-example{margin-bottom:26px;border:1px solid #e1dce8;border-radius:15px;overflow:hidden;background:#fff}.guide-gantt-example>div{position:relative;min-height:50px;padding:0 14px;border-top:1px solid #ebe8ef;display:grid;grid-template-columns:190px repeat(3,1fr);align-items:center;background-image:linear-gradient(90deg,transparent calc(25% - 1px),#f1eef4 calc(25% - 1px),#f1eef4 25%,transparent 25%,transparent calc(50% - 1px),#f1eef4 calc(50% - 1px),#f1eef4 50%,transparent 50%,transparent calc(75% - 1px),#f1eef4 calc(75% - 1px),#f1eef4 75%,transparent 75%)}.guide-gantt-example>div b{font-size:9px}.guide-gantt-example>div i{position:absolute;height:10px;border-radius:6px}.guide-gantt-example__header{min-height:34px!important;border-top:0!important;color:#8b8494;background:#f7f5f9!important;font-size:8px;text-align:center}.guide-gantt-example__header span:first-child{text-align:left}.guide-gantt-example__plan{left:33%;width:48%;top:12px;background:#cfc2ef}.guide-gantt-example__forecast{left:33%;width:57%;top:28px;background:#7145e8}.guide-gantt-example__task-one{left:43%;width:24%;background:#1677e8}.guide-gantt-example__task-two{left:66%;width:17%;background:#ee7c20}.guide-check-list{margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:11px;list-style:none}.guide-check-list li{padding:14px;border:1px solid #e6e2eb;border-radius:12px;display:flex;align-items:flex-start;gap:9px;color:#716a7a;font-size:10px;line-height:1.6}.guide-check-list svg{width:16px;flex:0 0 auto;color:var(--color-success)}.guide-report-legend{margin-bottom:17px;padding:15px;border-radius:12px;display:flex;flex-wrap:wrap;gap:18px;background:#f6f4f8}.guide-report-legend span{display:flex;align-items:center;gap:7px;color:#6e6777;font-size:9px;font-weight:700}.guide-report-legend i{width:19px;height:19px;border:1px solid #d9d4de;border-radius:5px;background:#ebe8ed}.guide-report-legend i.warning{border-color:#edc67f;background:#fff0d2}.guide-report-legend i.error{border-color:#e9a0a0;background:#ffe3e3}.guide-practice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.guide-practice-grid article{min-height:174px;padding:19px;border:1px solid #e5e1e9;border-radius:14px}.guide-practice-grid span{color:#a692d9;font-size:9px;font-weight:900}.guide-practice-grid h3{margin:16px 0 8px;font-size:14px}.guide-practice-grid p{margin:0;color:#746d7d;font-size:10px;line-height:1.62}.guide-finish{padding:35px;border-radius:22px;display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:18px;color:#fff;background:linear-gradient(120deg,#23085d,#5324b1)}.guide-finish>svg{width:48px;height:48px;padding:12px;border-radius:14px;color:#291060;background:#c9b3ff}.guide-finish span{color:#c7b7ed;font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.guide-finish h2{margin:5px 0;font-size:22px}.guide-finish p{margin:0;color:#d4cae9;font-size:11px}.guide-footer{min-height:100px;padding:25px max(30px,calc((100vw - 1180px)/2));border-top:1px solid #e3e0e7;display:flex;align-items:center;justify-content:space-between;color:#7d7686;background:#fff;font-size:11px}.guide-footer p{margin:0}.guide-footer>a{color:var(--color-accent-strong);font-weight:750}@media(max-width:1320px){.marketing-hero{margin:0 18px;padding:65px 44px 90px;grid-template-columns:1fr}.marketing-hero__copy{max-width:760px}.marketing-preview{min-width:0;width:100%;transform:none}.marketing-proof{margin-right:40px;margin-left:40px}.marketing-control{padding-right:40px;padding-left:40px;gap:60px}.marketing-cta{width:calc(100% - 80px)}}@media(max-width:900px){.marketing-feature-grid{grid-template-columns:repeat(2,1fr)}.marketing-workflow{grid-template-columns:1fr;gap:50px}.marketing-control{grid-template-columns:1fr}.marketing-control__visual{order:2}.marketing-audience__cards{grid-template-columns:1fr}.marketing-footer{margin:0 30px;align-items:flex-start;flex-direction:column;gap:20px}.guide-hero{grid-template-columns:1fr;gap:35px}.guide-hero__quick{max-width:560px}.guide-layout{grid-template-columns:1fr}.guide-toc{position:static}.guide-toc nav{display:grid;grid-template-columns:repeat(3,1fr)}.guide-toc>div{display:none}.guide-kanban{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.public-nav{height:72px;padding:0 18px}.public-nav__links{gap:7px}.public-nav__links>a:not(.button){display:none}.public-nav__links .button{min-height:38px;padding:0 12px;font-size:11px}.marketing-hero{min-height:0;margin:0 8px;padding:46px 20px 54px;border-radius:24px}.marketing-hero h1{font-size:45px}.marketing-hero__copy>p{font-size:15px}.marketing-hero__actions{align-items:stretch;flex-direction:column}.marketing-hero__actions .button{width:100%}.marketing-preview{height:390px;border-radius:17px}.marketing-preview__secure,.marketing-preview__summary>span:nth-child(n+3){display:none}.marketing-preview__bar{grid-template-columns:1fr auto}.marketing-preview__sidebar{width:52px;padding:14px 9px}.marketing-preview__sidebar>span{width:31px;height:31px}.marketing-preview__sidebar>span:nth-child(n+4){display:none}.marketing-preview__content{padding:16px 11px}.marketing-preview__summary,.marketing-preview__board{grid-template-columns:repeat(2,1fr)}.marketing-preview__column:nth-child(n+3){display:none}.marketing-proof{margin:-20px 20px 0;padding:15px;grid-template-columns:repeat(2,1fr)}.marketing-proof div{padding:14px;border-bottom:1px solid var(--color-border)}.marketing-proof div:nth-child(2){border-right:0}.marketing-proof div:nth-child(n+3){border-bottom:0}.marketing-section{padding:90px 20px 80px}.marketing-feature-grid{grid-template-columns:1fr}.marketing-feature-grid article{min-height:230px}.marketing-workflow{padding-top:75px;padding-bottom:75px}.marketing-workflow__steps{grid-template-columns:1fr}.marketing-control{padding:85px 20px}.marketing-control__visual{min-height:350px;padding:15px}.marketing-control__chart{padding:16px;overflow:hidden}.marketing-control__metric{right:4px}.marketing-audience{padding-top:80px;padding-bottom:80px}.marketing-cta{width:calc(100% - 24px);margin:60px 12px;padding:55px 23px;border-radius:24px}.marketing-cta>div:last-child{align-items:stretch;flex-direction:column}.marketing-footer>div{flex-wrap:wrap}.guide-nav{height:72px;padding:0 17px}.guide-nav .brand small,.guide-nav>div>a:not(.button),.guide-nav button{display:none}.guide-nav .button{min-height:38px;padding:0 12px;font-size:10px}.guide-hero{padding:55px 20px}.guide-hero h1{font-size:43px}.guide-layout{padding:35px 12px 70px}.guide-toc nav{grid-template-columns:1fr 1fr}.guide-section{padding:25px 18px;border-radius:18px}.guide-step-grid,.guide-role-grid,.guide-two-column,.guide-number-list,.guide-check-list,.guide-practice-grid{grid-template-columns:1fr}.guide-kanban{grid-template-columns:repeat(2,1fr)}.guide-tab-preview>header{padding:0 5px;overflow-x:auto}.guide-tab-preview>header span{flex:0 0 auto;padding:0 9px}.guide-tab-preview>div{grid-template-columns:1fr}.guide-flow{align-items:stretch;flex-direction:column}.guide-flow>svg{align-self:center;transform:rotate(90deg)}.guide-gantt-example{overflow-x:auto}.guide-gantt-example>div{min-width:650px}.guide-finish{padding:27px;grid-template-columns:44px 1fr}.guide-finish>svg{width:42px;height:42px}.guide-finish .button{grid-column:1 / -1;width:100%;margin-top:7px}.guide-footer{align-items:flex-start;flex-direction:column;gap:17px}}@media print{body,.guide-page{background:#fff}.guide-nav,.guide-toc,.guide-footer,.guide-finish .button{display:none!important}.guide-hero{padding:35px;color:#19172a;background:#f1edfa}.guide-hero>div:first-child>p,.guide-hero__roles span{color:#4e4758}.guide-hero__quick{color:#19172a;background:#fff}.guide-layout{max-width:none;padding:25px 0;display:block}.guide-content{gap:14px}.guide-section{break-inside:avoid;padding:24px;box-shadow:none}}
