@import"https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700;800&display=swap";:root{--bg: #f5f8fc;--surface: #ffffff;--surface-soft: #f8fbff;--surface-muted: #f2f6fb;--line: #e6edf5;--line-strong: #d8e1ec;--text: #2b3140;--muted: #7f93ad;--blue: #4d73f8;--blue-soft: rgba(77, 115, 248, .12);--green: #8dd54f;--green-soft: rgba(141, 213, 79, .18);--orange: #ffab3d;--orange-soft: rgba(255, 171, 61, .16);--pink: #ff5e99;--pink-soft: rgba(255, 94, 153, .16);--teal: #7de6f6;--teal-soft: rgba(125, 230, 246, .22);--shadow: 0 10px 30px rgba(38, 55, 77, .05);--radius: 16px}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-width:320px;font-family:Public Sans,sans-serif;color:var(--text);background:linear-gradient(180deg,#fbfcff,#f2f6fb)}button,input,textarea,select{font:inherit}button{border:0;background:transparent;color:inherit}img{display:block;max-width:100%}svg{display:block}.shell{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:100vh;background:var(--bg)}.sidebar{display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--line);background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:10px;padding:18px 22px 16px;border-bottom:1px solid var(--line)}.brand strong{font-size:22px;font-weight:700;letter-spacing:-.03em}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(180deg,#5d85ff,#4b73f8);color:#fff;font-size:15px;font-weight:800}.nav-group-title{padding:22px 24px 12px;color:var(--muted);font-size:14px;font-weight:500}.nav-group-title.latest{display:flex;align-items:center;justify-content:space-between;padding-top:28px}.nav-link,.project-mini-link{display:flex;align-items:center;gap:12px;width:calc(100% - 20px);margin:0 10px;padding:12px 14px;border-radius:12px;color:var(--text);font-size:14px;font-weight:600;cursor:pointer;transition:background-color .14s ease,color .14s ease}.nav-link svg,.project-mini-link svg,.rail-item svg,.inner-tab svg,.icon-button svg,.field-icon svg,.app-icon svg{width:18px;height:18px}.nav-link.active,.rail-item.active,.inner-tab.active{position:relative;background:#f3f7ff;color:var(--blue)}.nav-link.active:after,.rail-item.active:after,.inner-tab.active:after{content:"";position:absolute;top:0;right:-10px;width:2px;height:100%;border-radius:2px;background:var(--blue)}.project-mini-link{font-weight:500;color:#364055}.sidebar-more,.link-inline{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;color:var(--blue);font-size:14px;font-weight:600;cursor:pointer}.sidebar-more{margin:8px 24px 0}.sidebar-bottom{display:flex;flex-direction:column;gap:4px;padding:12px 0 16px}.main{display:flex;flex-direction:column;min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 24px;border-bottom:1px solid var(--line);background:#ffffffb8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar-left,.topbar-right,.toolbar-row,.toolbar-actions,.panel-head,.panel-title-row,.kanban-column-head,.chat-header-line,.detail-toolbar,.detail-actions,.topbar-left h1,.calendar-header,.form-actions,.pager-row,.social-row,.mini-section,.detail-tags,.chat-list-title,.wizard-progress,.analytics-top,.task-overview-head,.chip-row,.project-cell,.bar-heads,.calendar-inline,.pager-pages,.icon-list,.view-shortcuts{display:flex;align-items:center}.topbar-left{gap:14px}.topbar-left h1{margin:0;font-size:22px;line-height:1.2;font-weight:700;letter-spacing:-.03em}.topbar-right{gap:14px}.searchbar{display:flex;align-items:center;gap:10px;min-width:340px;padding:0 4px;color:var(--muted);font-size:14px}.searchbar svg{width:18px;height:18px}.top-avatar{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.notify{position:relative}.notify:after{content:"";position:absolute;top:7px;right:9px;width:6px;height:6px;border-radius:50%;background:var(--pink)}.page-wrap{flex:1;min-width:0;padding:26px 24px}.page-stack{display:flex;flex-direction:column;gap:18px;min-width:0}.toolbar-row,.panel-head,.panel-title-row,.calendar-header,.detail-toolbar,.detail-actions,.chat-list-title,.pager-row,.analytics-top,.form-actions{justify-content:space-between;gap:16px}.toolbar-actions{gap:10px;flex-wrap:wrap}.view-shortcuts{flex-wrap:wrap;gap:12px}.page-inline-tabs,.filter-tabs,.chat-aside-head,.seo-tabs .toolbar-actions{display:inline-flex;align-items:center;gap:0;width:-moz-fit-content;width:fit-content;border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden}.page-inline-tabs button,.filter-tabs button,.chat-aside-head button{min-height:34px;padding:0 16px;color:var(--muted);font-size:14px;font-weight:500;cursor:pointer}.page-inline-tabs button.active,.filter-tabs button.active,.chat-aside-head button.active{color:var(--blue);background:#f5f8ff}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.centered,.centered-screen,.dashboard-placeholder,.empty-page{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.dashboard-placeholder,.empty-page{min-height:540px;padding:56px 32px}.dashboard-hero,.dashboard-panel,.dashboard-kpi{padding:24px}.dashboard-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.9fr);gap:24px;overflow:hidden;background:linear-gradient(135deg,#fff,#f6f9ff 55%,#eef4ff)}.dashboard-hero-copy{display:flex;flex-direction:column;gap:16px;min-width:0}.dashboard-eyebrow{color:var(--blue);font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.dashboard-hero-copy h2{margin:0;max-width:14ch;font-size:34px;line-height:1.08;letter-spacing:-.04em}.dashboard-hero-copy p{margin:0;max-width:56ch;color:var(--muted);line-height:1.65}.dashboard-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:8px}.dashboard-hero-panel{position:relative;min-height:280px;padding:20px;border:1px solid rgba(216,225,236,.9);border-radius:20px;background:#fffc;overflow:hidden}.hero-orb{position:absolute;right:-44px;bottom:-64px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#7d97ff33,#4d73f8eb 68%,#4b71f8);filter:blur(.2px)}.hero-mini-card,.hero-mini-row{position:relative;z-index:1}.hero-mini-card{display:inline-flex;flex-direction:column;gap:6px;padding:14px 16px;border-radius:16px;background:#fff;box-shadow:var(--shadow)}.hero-mini-card span,.hero-mini-row span,.dashboard-project-side span,.dashboard-task-copy span,.dashboard-schedule-row span{color:var(--muted)}.hero-mini-card strong{font-size:18px}.hero-mini-list{position:relative;z-index:1;display:flex;flex-direction:column;gap:12px;margin-top:18px}.hero-mini-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;background:#ffffffeb;box-shadow:var(--shadow)}.hero-mini-row>div,.dashboard-task-copy,.dashboard-schedule-row>div,.dashboard-project-side{display:flex;flex-direction:column;gap:4px;min-width:0}.dashboard-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.dashboard-kpi{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.dashboard-kpi>span{color:var(--muted);font-size:14px}.dashboard-kpi>strong{font-size:32px;line-height:1;letter-spacing:-.04em}.dashboard-main{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.95fr);gap:18px}.dashboard-main.secondary{grid-template-columns:minmax(0,.95fr) minmax(0,1.25fr)}.dashboard-panel{display:flex;flex-direction:column;gap:18px}.dashboard-task-list,.dashboard-schedule,.dashboard-projects{display:flex;flex-direction:column}.dashboard-task-row,.dashboard-project-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:68px;border-top:1px solid var(--line)}.dashboard-task-row:first-child,.dashboard-project-row:first-child{border-top:0}.dashboard-task-meta{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.dashboard-schedule-row{display:grid;grid-template-columns:92px minmax(0,1fr);gap:16px;align-items:center;min-height:68px;border-top:1px solid var(--line)}.dashboard-schedule-row:first-child{border-top:0}.schedule-pill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;font-weight:700}.schedule-pill.blue{background:#4d73f824;color:var(--blue)}.schedule-pill.green{background:#8dd54f38;color:#74b42f}.schedule-pill.orange{background:#ffab3d33;color:#ff980f}.schedule-pill.pink{background:#ff5e9929;color:var(--pink)}.dashboard-placeholder h2,.empty-page h2,.wizard-main h2,.detail-content h2,.chat-empty h2,.task-side-panel h2,.task-overview-head,.form-body h2,.profile-card-main h2,.profile-info h2,.chat-profile h3{margin:0;font-size:22px;font-weight:700;letter-spacing:-.03em}.dashboard-placeholder p,.empty-page p,.wizard-main p,.detail-content p,.chat-empty p,.muted-copy,.task-detail-block p,.toggle-row p,.activity-line span,.billing-row span,.attach-row,.task-mini-meta,.file-mini-row,.mini-project-row span,.about-card p,.mini-card p{color:var(--muted)}.icon-button,.soft-button,.ghost-button,.primary-button,.rail-item{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;cursor:pointer;transition:transform .12s ease,background-color .12s ease,border-color .12s ease}.icon-button{width:40px;height:36px;border:1px solid var(--line);background:var(--surface);color:var(--muted)}.icon-button.active{color:var(--blue);background:#f4f7ff}.soft-button,.ghost-button,.primary-button{min-height:40px;padding:0 16px;font-size:14px;font-weight:600}.soft-button{border:1px solid var(--line);background:var(--surface)}.soft-button.active{background:#f4f7ff;color:var(--blue)}.ghost-button{border:1px solid var(--line);background:#fff;color:var(--muted)}.primary-button{background:linear-gradient(180deg,#5f84ff,#4e73f8);color:#fff}.primary-button.centered-button{min-width:180px}.muted-button{background:#eef3f7;color:var(--muted)}.chip,.field-chip{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 14px;border-radius:999px;background:#eff3f8;color:var(--muted);font-size:14px;font-weight:500;white-space:nowrap}.chip svg,.field-chip svg{width:14px;height:14px}.chip-green{background:var(--green-soft);color:#74b42f}.chip-pink{background:var(--pink-soft);color:var(--pink)}.chip-orange{background:var(--orange-soft);color:var(--orange)}.chip-blue{background:var(--blue-soft);color:var(--blue)}.chip-teal{background:var(--teal-soft);color:#2faec0}.chip-neutral{background:#f2f5f8;color:var(--muted)}.app-icon{display:inline-grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border-radius:12px;background:#f4f7fb;color:var(--blue)}.app-sketch{color:#f6a623}.app-dribbble{color:#d94a86}.app-envato,.app-spotify{color:#7fbf35}.app-dropbox{color:#2680eb}.app-google{color:#ea7b2b}.app-figma{color:#7d62ff}.app-paypal{color:#2f5fb6}.app-slack{color:#3f98d0}.avatar-pill,.profile-avatar,.profile-photo{display:inline-grid;place-items:center;flex:0 0 auto;border-radius:50%}.avatar-pill{width:34px;height:34px;border:2px solid #fff;background:linear-gradient(135deg,#cedbff,#89a6ff);color:#fff;font-size:11px;font-weight:800}.avatar-pill.small{width:28px;height:28px;font-size:10px}.avatar-pill.extra{background:#eef3f8;color:var(--muted)}.avatar-group{display:flex;align-items:center}.avatar-group .avatar-pill{margin-left:-8px}.avatar-group .avatar-pill:first-child{margin-left:0}.empty-art{position:relative;width:280px;height:230px;margin-bottom:24px}.empty-orb{position:absolute;left:50%;top:52%;width:180px;height:180px;border-radius:50%;transform:translate(-50%,-50%);background:radial-gradient(circle at 30% 30%,#5f84ff,#456af0 55%,#3252c7);opacity:.96}.empty-card{position:absolute;left:50%;top:52%;width:132px;height:96px;border:2px solid #323548;border-radius:14px;transform:translate(-50%,-50%);background:#fff;box-shadow:0 18px 30px #26374d14}.empty-card:before,.empty-card:after{content:"";position:absolute;left:14px;right:22px;height:5px;border-radius:999px;background:#dde6f1}.empty-card:before{top:22px}.empty-card:after{top:48px;right:34px}.empty-person{position:absolute;right:24px;bottom:0;width:72px;height:148px;border-radius:36px 36px 18px 18px;background:linear-gradient(180deg,#f4f5fb,#2f3145)}.split-layout{display:grid;grid-template-columns:264px minmax(0,1fr);min-height:720px;overflow:hidden}.inner-sidebar{display:flex;flex-direction:column;gap:4px;padding:76px 14px 18px;border-right:1px solid var(--line)}.inner-tab,.rail-item{position:relative;justify-content:flex-start;padding:14px 12px;color:var(--text);font-size:14px;font-weight:600}.inner-tab-icon{display:inline-grid;place-items:center;color:currentColor}.form-body{display:flex;flex-direction:column;gap:18px;padding:22px 24px}.section-title{margin-top:12px}.upload-box{display:grid;place-items:center;min-height:126px;border:1px dashed var(--line);border-radius:14px;color:var(--muted);background:#fff}.upload-box.small{min-height:120px}.form-grid{display:grid;gap:14px 22px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:flex;flex-direction:column;gap:10px;min-width:0}.field>span{font-size:14px;font-weight:500}.field.compact>span{font-size:13px}.field-input{display:flex;align-items:center;justify-content:space-between;min-height:48px;gap:10px;padding:0 16px;border:1px solid var(--line);border-radius:10px;color:#41506a;background:#fff}.field-icon{display:inline-grid;place-items:center;color:var(--muted)}.account-apps-grid{display:flex;flex-direction:column;gap:16px}.app-link-row{display:grid;grid-template-columns:1fr 1fr;gap:16px 24px}.list-panel{border:1px solid var(--line);border-radius:14px;overflow:hidden}.billing-row{display:grid;grid-template-columns:1.1fr 1.2fr auto;gap:12px;align-items:center;min-height:58px;padding:0 18px;border-top:1px solid var(--line)}.billing-row:first-child{border-top:0}.billing-row.history{grid-template-columns:140px 1fr 90px auto}.billing-row button{color:var(--blue);font-weight:600}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 24px;border:1px solid var(--line);border-radius:14px}.toggle-row strong{display:block;margin-bottom:4px;font-size:16px}.toggle{position:relative;flex:0 0 auto;width:42px;height:24px;border-radius:999px;background:#d9e2ec}.toggle span{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .14s ease}.toggle.active{background:var(--blue)}.toggle.active span{transform:translate(18px)}.empty-copy{display:grid;place-items:center;min-height:240px;border:1px dashed var(--line);border-radius:14px;color:var(--muted)}.detail-page,.detail-main,.task-list-card,.task-side-panel,.contact-list-card,.chat-sidebar,.chat-thread,.chat-aside,.activity-panel,.about-card,.side-projects,.wizard-page,.chart-panel,.contacts,.expanded,.gantt-calendar,.members,.projects,.seo-tasks,.split,.task-column,.tiny{min-width:0}.detail-page{min-height:760px;padding:18px}.detail-content{position:relative;flex:1;min-height:620px;padding:18px}.detail-content.centered{justify-content:center}.detail-date{position:absolute;right:18px;top:18px}.table-card{overflow:hidden}.table-head{display:grid;align-items:center;min-height:42px;padding:0 20px;color:var(--muted);font-size:13px;border-bottom:1px solid var(--line)}.table-head.files{grid-template-columns:1.8fr .8fr .9fr 60px}.table-head.projects{grid-template-columns:minmax(280px,1.7fr) minmax(100px,.6fr) minmax(120px,.7fr) minmax(120px,.7fr) minmax(180px,.9fr);gap:18px}.file-row{display:grid;align-items:center;grid-template-columns:1.8fr .8fr .9fr 60px;gap:14px;width:100%;min-height:58px;padding:0 20px;border-top:1px solid var(--line);text-align:left}.file-main{display:flex;align-items:center;gap:12px;min-width:0}.file-main span{min-width:0}.file-grid,.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.file-card,.project-grid-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:18px;min-height:240px;padding:28px 20px;text-align:center;cursor:pointer}.file-card strong,.project-grid-card strong,.project-table-row strong,.contact-row strong,.kanban-card strong,.task-list-row,.task-line-row strong,.member-row strong,.activity-entry strong,.seo-board-item strong{font-size:15px}.top-dots,.modal-close{position:absolute;top:12px;right:12px}.upload-zone{display:flex;flex-direction:column;align-items:center;gap:12px;min-height:700px;padding:48px 24px;border:1px dashed var(--line);border-radius:18px;background:linear-gradient(180deg,#fcfdff,#f8fbff);cursor:pointer}.upload-zone .primary-button{pointer-events:none}.upload-progress-list{display:flex;flex-direction:column;gap:10px;padding:6px 8px;border:1px dashed var(--line);border-radius:16px}.upload-item{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border-radius:12px;background:#fbfdff}.upload-item-name,.upload-meta,.contact-main,.contact-toggle-info,.task-line-row,.task-line-meta,.check-row,.task-mini-row,.file-mini-row,.task-mini-meta,.attach-row,.about-row,.activity-entry,.member-row,.project-table-row,.analytics-row,.seo-member-row,.seo-task-line,.chat-item,.task-list-row,.kanban-meta{display:flex;align-items:center}.upload-item-name,.task-line-row,.task-list-row,.project-table-row,.chat-item,.member-row,.contact-row,.seo-task-line{min-width:0}.upload-item-name{gap:12px;flex:1}.upload-meta{gap:12px}.upload-line{width:74px;height:6px;border-radius:999px;background:#dce5ef}.upload-line.green{background:linear-gradient(90deg,#69c748,#8dd54f)}.upload-line.orange{background:linear-gradient(90deg,#f7ab38,#ffc564)}.upload-line.pink{background:linear-gradient(90deg,#ff5e99,#ff9bbf)}.upload-more{min-height:52px;border-radius:12px;background:#f4f7fb;color:var(--muted);font-weight:600}.chat-shell{display:grid;grid-template-columns:270px minmax(0,1fr) 270px;min-height:760px;overflow:hidden}.chat-sidebar,.chat-thread,.chat-aside{display:flex;flex-direction:column}.chat-sidebar{border-right:1px solid var(--line)}.chat-search,.modal-search{display:flex;align-items:center;gap:12px;min-height:56px;margin:0 18px;padding:0 16px;border:1px solid var(--line);border-radius:14px;background:#f8fbff;color:var(--muted)}.chat-list-title{min-height:54px;padding:0 18px;color:var(--muted);border-bottom:1px solid var(--line)}.chat-list-title.secondary{margin-top:8px}.chat-list{display:flex;flex-direction:column}.chat-item{justify-content:space-between;gap:12px;width:100%;padding:14px 18px;border-top:1px solid var(--line);text-align:left}.chat-item.active{background:#f8fbff}.chat-item.compact{min-height:52px}.chat-item>div{flex:1;min-width:0}.chat-item p,.chat-item span:last-child{color:var(--muted)}.chat-empty,.chat-thread{min-width:0}.chat-thread{border-right:1px solid var(--line)}.chat-header-line{min-height:56px;padding:0 20px;border-bottom:1px solid var(--line)}.chat-user{display:flex;align-items:center;gap:12px}.chat-user>div{display:flex;flex-direction:column;gap:4px}.chat-user span{color:#75c341;font-size:13px}.chat-messages{display:flex;flex-direction:column;gap:18px;flex:1;padding:20px 20px 10px}.bubble-row{display:flex;align-items:center;gap:10px}.bubble-row.mine{justify-content:flex-end}.bubble{max-width:68%;padding:10px 16px;border-radius:18px;background:#f1f4f8;font-size:14px;line-height:1.45}.bubble.mine{background:linear-gradient(180deg,#6488ff,#4f74f8);color:#fff}.time-label{color:var(--muted);font-size:12px}.comment-bar{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:0 20px;border-top:1px solid var(--line);color:var(--muted)}.chat-aside{min-width:0}.chat-profile,.chat-attachments{display:flex;flex-direction:column;gap:18px;padding:18px;background:linear-gradient(180deg,#fff,#fbfdff)}.profile-photo{width:100%;height:180px;border-radius:14px;background:linear-gradient(135deg,#dbe7f7,#9eb1c9)}.social-row{gap:10px;flex-wrap:wrap}.social-chip{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;color:var(--blue)}.mini-section{flex-direction:column;align-items:stretch;gap:10px}.mini-card{display:flex;flex-direction:column;gap:10px;padding:14px;border-top:1px solid var(--line)}.aside-label{color:var(--muted);font-weight:600}.photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.photo-tile{aspect-ratio:1;border-radius:12px;background:linear-gradient(135deg,#d8e4f3,#b3c5dc)}.attach-row{justify-content:space-between;min-height:42px;border-top:1px solid var(--line)}.download-all{align-self:center}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:24px;background:#1d222e8a}.modal{position:relative;width:min(660px,100%);max-height:min(90vh,860px);overflow:auto;padding:22px;border-radius:18px;background:var(--surface);box-shadow:0 24px 60px #1922302e}.modal.wide{width:min(820px,100%)}.modal .comment-bar{margin-top:10px}.modal-headline{margin-bottom:18px;color:var(--muted);font-size:18px;font-weight:600}.modal-actions{display:flex;justify-content:space-between;gap:14px;margin-top:18px}.contact-toggle-list{display:flex;flex-direction:column;margin-top:14px}.contact-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 0;border-top:1px solid var(--line)}.contact-toggle-info{gap:12px}.contact-toggle-info>div{display:flex;flex-direction:column;gap:4px}.contact-toggle-info>div span{color:var(--muted);font-size:13px}.contacts-layout,.two-col-layout,.tasks-layout,.detail-with-rail{display:grid;gap:18px}.contacts-layout .drawer-form{align-self:start}.contact-list-card{display:flex;flex-direction:column;overflow:hidden}.contact-row{display:grid;grid-template-columns:minmax(280px,1fr) 1fr 170px;gap:18px;width:100%;min-height:78px;padding:0 20px;border-top:1px solid var(--line);text-align:left}.contact-row:first-child{border-top:0}.contact-row{cursor:pointer}.contact-main{gap:12px}.drawer-form{display:flex;flex-direction:column;gap:18px;padding:18px 22px}.drawer-title{font-size:18px;font-weight:600}.profile-hero{position:relative}.profile-banner{height:220px;border-radius:18px 18px 0 0;background:radial-gradient(circle at 30% 50%,#6284ff,#486cf4 45%,#3d60df)}.profile-banner.tall{height:180px;border-radius:18px 18px 0 0}.profile-main-card,.profile-card-page{overflow:hidden}.profile-main-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;margin-top:-44px;padding:0 24px 18px}.profile-avatar{width:84px;height:84px;background:linear-gradient(135deg,#d7e4f6,#9eb4cf);box-shadow:0 0 0 5px #fff}.profile-avatar.medium{width:94px;height:94px}.profile-avatar.large{width:90px;height:90px}.profile-info{display:flex;flex-direction:column;gap:10px;padding-top:40px}.right-action{align-self:end;margin-top:112px}.profile-card-page{min-height:760px}.profile-card-main{display:flex;flex-direction:column;align-items:center;gap:14px;padding:0 24px 24px;text-align:center}.separator{width:100%;height:1px;background:var(--line)}.mini-menu{width:100%;min-height:42px;border-radius:12px;text-align:left;color:var(--text);font-weight:600}.mini-menu.active{background:#f4f7ff;color:var(--blue)}.dual-actions{display:flex;gap:12px;width:100%}.dual-actions>*{flex:1}.side-stack{display:flex;flex-direction:column;gap:18px}.activity-panel,.about-card,.side-projects{padding:18px 20px}.activity-panel{display:flex;flex-direction:column;gap:8px}.panel-head button{color:var(--blue);font-weight:600}.activity-line,.file-mini-row,.mini-project-row,.seo-member-row,.member-row{min-height:54px;border-top:1px solid var(--line)}.activity-line:first-of-type,.file-mini-row:first-of-type,.mini-project-row:first-of-type,.seo-member-row:first-of-type,.member-row:first-of-type{border-top:0}.activity-line,.file-mini-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.task-mini-row{justify-content:space-between;gap:12px;min-height:52px;border-top:1px solid var(--line)}.task-mini-row:first-of-type{border-top:0}.task-mini-meta{gap:10px;color:var(--muted);font-size:13px}.about-row{gap:10px;min-height:34px}.mini-project-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:6px 12px;padding:12px 0}.mini-line,.project-grid-line,.kanban-line{display:block;height:4px;border-radius:999px}.mini-line{width:32px;background:linear-gradient(90deg,#ff5e99,#ff9bbf)}.calendar-card{overflow:hidden}.calendar-header{padding:22px 24px;border-bottom:1px solid var(--line)}.calendar-header strong{font-size:20px}.calendar-month{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));min-height:620px}.calendar-month.compact{min-height:480px}.calendar-head-cell{display:grid;place-items:center;min-height:44px;color:#4b5567;font-weight:600;border-bottom:1px solid var(--line)}.calendar-cell{position:relative;min-height:122px;padding:12px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.calendar-cell:nth-child(7n){border-right:0}.calendar-date{position:absolute;top:10px;right:12px;color:var(--muted);font-size:13px}.calendar-pill,.week-card{display:flex;flex-direction:column;gap:6px;min-width:0;padding:12px 14px;border-radius:10px;font-size:13px}.calendar-pill strong,.week-card strong{font-size:13px}.calendar-pill.blue,.week-card.blue{background:#95aeff5c;color:#4069ff}.calendar-pill.green,.week-card.green{background:#beeda36b;color:#66b51b}.calendar-pill.orange,.week-card.orange{background:#ffd18a52;color:#ff9d25}.calendar-pill.pink,.week-card.pink{background:#ffb0cd66;color:#ff5e99}.week-grid{display:grid;grid-template-columns:54px repeat(7,minmax(0,1fr));gap:0;min-height:620px;padding:22px 12px 18px;background-image:linear-gradient(to right,transparent 54px,#edf3f9 54px),linear-gradient(to bottom,#edf3f9 1px,transparent 1px);background-size:100% 76px}.gantt-calendar{min-height:520px}.week-card{margin:108px 12px auto 0;min-height:92px}.day-grid{display:flex;flex-direction:column}.day-event{display:grid;grid-template-columns:80px minmax(0,1fr) 24px;gap:18px;padding:18px 24px;border-top:1px solid var(--line)}.time-stack{flex-direction:column;align-items:flex-start;gap:6px;color:var(--muted)}.day-event>div:nth-child(2){display:flex;flex-direction:column;gap:10px}.tasks-layout{grid-template-columns:minmax(0,1fr) 560px}.task-list-card{display:flex;flex-direction:column;padding:10px 24px 18px;overflow:hidden}.new-task-line{min-height:48px;display:flex;align-items:center;color:var(--text)}.task-list-row{justify-content:space-between;gap:16px;min-height:50px;padding:0 0 0 2px;border-top:1px solid var(--line);text-align:left;cursor:pointer}.task-list-row.active{position:relative;background:#f8fbff}.task-list-row.active:after{content:"";position:absolute;top:10px;right:0;width:2px;height:calc(100% - 20px);border-radius:2px;background:var(--blue)}.task-list-meta{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:13px}.meta-inline{display:inline-flex;align-items:center;gap:6px;color:var(--muted);white-space:nowrap}.meta-inline svg{width:15px;height:15px}.check-row{gap:12px;min-width:0}.check-row span:last-child{min-width:0}.check-row.muted span:last-child{color:#a9b8ca}.checkbox{position:relative;flex:0 0 auto;width:20px;height:20px;border-radius:4px;background:#edf1f6}.checkbox.checked{background:var(--blue)}.checkbox.checked:after{content:"";position:absolute;left:6px;top:3px;width:5px;height:9px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(40deg)}.task-side-panel{display:flex;flex-direction:column;min-height:720px;padding:0;overflow:hidden}.panel-title-row,.panel-progress,.task-side-panel h2,.task-detail-block{padding-left:22px;padding-right:22px}.panel-title-row{min-height:54px;color:var(--muted);border-bottom:1px solid var(--line)}.panel-progress{min-height:56px;display:flex;align-items:center;color:var(--muted);font-size:14px;background:#f6f9fc}.panel-progress:after{content:"";margin-left:auto;width:64px;height:6px;border-radius:999px;background:linear-gradient(90deg,#ffb13d,#ffd37f 62%,#dfe6ee 62%)}.panel-progress.complete{background:linear-gradient(90deg,#8dd54f4d,#8dd54f24);color:#74b42f}.panel-progress.complete:after{background:linear-gradient(90deg,#6fcf47,#8dd54f 84%,#dfe6ee 84%)}.task-side-panel h2{margin:24px 0 18px}.task-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px;padding:0 22px 18px}.task-split>div{display:flex;flex-direction:column;gap:10px}.tiny-label{color:var(--muted);font-size:13px;font-weight:500}.assigned-person{display:inline-flex;align-items:center;gap:10px;min-height:40px}.assigned-person:before{content:"";width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#f0c6b2,#c58d7a)}.task-detail-block{display:flex;flex-direction:column;gap:10px;padding-bottom:18px}.task-detail-block h3{margin:0;font-size:15px}.task-side-panel .comment-bar{margin-top:auto}.icon-list{flex-direction:column;align-items:flex-start;gap:12px;color:var(--text);font-weight:600}.kanban-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:22px}.kanban-column{display:flex;flex-direction:column;gap:14px;padding:18px;min-height:620px;background:linear-gradient(180deg,#fff,#fbfdff)}.kanban-column-head{justify-content:space-between;min-height:32px}.kanban-column-head>button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:10px;color:var(--muted)}.kanban-column-head .chip{min-height:28px;padding:0 16px;font-weight:600}.kanban-card{display:flex;flex-direction:column;gap:14px;padding:18px;border:1px solid var(--line);border-radius:14px;text-align:left;background:#fff;cursor:pointer;box-shadow:0 8px 22px #26374d0a;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.kanban-card:hover{border-color:var(--line-strong);box-shadow:0 12px 26px #26374d12;transform:translateY(-1px)}.task-list-row:hover,.project-table-row:hover{background:#fbfdff}.kanban-meta{flex-wrap:wrap;gap:14px 18px;color:var(--muted);font-size:13px}.kanban-line{width:100%}.kanban-line.orange,.project-grid-line.orange,.mini-line.orange{background:linear-gradient(90deg,#ffab3d,#ffd07b)}.kanban-line.green,.project-grid-line.green,.mini-line.green{background:linear-gradient(90deg,#6fcf47,#9be463)}.kanban-line.blue,.project-grid-line.blue,.mini-line.blue{background:linear-gradient(90deg,#4d73f8,#8aa8ff)}.kanban-line.pink,.project-grid-line.pink,.mini-line.pink{background:linear-gradient(90deg,#ff5e99,#ff99be)}.kanban-add{display:grid;place-items:center;min-height:54px;border:1px dashed var(--line);border-radius:14px;background:#fbfdff;color:var(--blue);font-weight:600;cursor:pointer}.kanban-add:hover{border-color:#cfd9e7;background:#f7faff}.floating-menu{position:fixed;left:424px;top:184px;z-index:10;display:flex;flex-direction:column;min-width:220px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 24px 50px #1b27381f}.floating-menu button{min-height:44px;padding:0 18px;text-align:left;cursor:pointer}.wizard-page{min-height:760px;padding:0;overflow:hidden}.wizard-title{min-height:56px;display:flex;align-items:center;padding:0 24px;color:var(--muted);border-bottom:1px solid var(--line)}.wizard-main{position:relative;display:flex;flex-direction:column;align-items:center;gap:14px;min-height:700px;padding:64px 24px 80px;text-align:center}.wizard-form{display:flex;flex-direction:column;gap:16px;width:min(560px,100%);margin-top:22px;text-align:left}.wizard-progress{position:absolute;right:28px;bottom:22px;gap:10px;color:var(--muted);font-weight:600}.wizard-progress:before{content:"";width:64px;height:6px;border-radius:999px;background:#dfe6ee}.wizard-progress.pink:before{background:linear-gradient(90deg,#ff5e99,#ff9bbf 22%,#dfe6ee 22%)}.wizard-progress.orange:before{background:linear-gradient(90deg,#ffab3d,#ffd07b 66%,#dfe6ee 66%)}.wizard-progress.green:before{background:linear-gradient(90deg,#6fcf47,#8dd54f)}.wizard-success{position:absolute;left:0;right:0;bottom:0;min-height:56px;display:flex;align-items:center;padding:0 24px;background:#8dd54f2e;color:#74b42f;font-weight:600}.analytics-card{padding:22px 24px 26px}.analytics-top strong{display:block;font-size:42px;font-weight:700}.analytics-top span{color:var(--muted)}.analytics-chip{margin-left:auto}.analytics-bars{display:grid;grid-template-columns:repeat(48,minmax(0,1fr));gap:12px;align-items:end;height:132px;margin-top:28px}.analytics-bar{width:6px;justify-self:center;border-radius:999px 999px 0 0;background:#e5ebf5}.analytics-bar.active{background:var(--blue)}.project-table-row,.analytics-row{width:100%;gap:18px;min-height:78px;padding:0 20px;border-top:1px solid var(--line);text-align:left;cursor:pointer}.project-table-row{display:grid;grid-template-columns:minmax(280px,1.7fr) minmax(100px,.6fr) minmax(120px,.7fr) minmax(120px,.7fr) minmax(180px,.9fr);align-items:center}.analytics-row{display:flex;align-items:center;justify-content:space-between}.project-table-row:first-of-type,.analytics-row:first-of-type{border-top:0}.project-cell{display:flex;align-items:center;gap:12px;min-width:0}.project-cell.project-cell-main{flex:1}.project-cell:not(.project-cell-main):not(.members){flex-direction:column;align-items:flex-start;gap:4px}.project-cell.members{justify-content:flex-end;gap:16px}.project-cell>div{min-width:0}.project-cell span{display:block;color:var(--muted);font-size:13px}.project-grid-card span{color:var(--muted)}.project-grid-line{position:absolute;left:0;right:0;bottom:0;height:4px}.project-analytics-list{display:flex;flex-direction:column;padding:0;overflow:hidden}.analytics-row{padding-top:14px;padding-bottom:14px}.seo-board-list{display:grid;grid-template-columns:292px minmax(0,1fr);padding:0;overflow:hidden}.table-head.seo,.table-head.gantt{grid-column:1 / -1;grid-template-columns:292px minmax(0,1fr) 150px}.seo-board-column{display:flex;flex-direction:column;padding:0 0 14px;border-right:1px solid var(--line)}.seo-board-item{display:flex;flex-direction:column;gap:10px;min-height:76px;padding:16px 20px;border-top:1px solid var(--line)}.seo-board-item.active{background:#f8fbff}.seo-board-item .mini-line{width:42px}.seo-board-detail{display:flex;flex-direction:column;padding:18px 0}.seo-board-detail h3{margin:18px 24px 10px;font-size:18px}.seo-task-line{justify-content:space-between;gap:14px;min-height:52px;padding:0 24px;border-top:1px solid var(--line)}.seo-task-line.complete{cursor:pointer}.seo-side-detail{display:flex;flex-direction:column;min-height:720px;padding:0;overflow:hidden;position:sticky;top:0;max-height:calc(100vh - 150px)}.gantt-board{padding:0;overflow:hidden}.gantt-row{display:grid;grid-template-columns:292px 1fr;align-items:center;min-height:64px;border-top:1px solid var(--line)}.gantt-row:nth-child(2n){background:#f8fbff80}.gantt-row>span{padding-left:24px}.gantt-bar{height:12px;border-radius:999px}.gantt-bar.green{background:#8dd54f47;box-shadow:inset 42px 0 #6fcf47}.gantt-bar.orange{background:#ffab3d33;box-shadow:inset 40px 0 #ffab3d}.gantt-bar.blue{background:#4d73f824;box-shadow:inset 42px 0 #4d73f8}.seo-member-row{justify-content:space-between;gap:12px;padding:0 4px}.seo-member-row>div{flex:1}.detail-with-rail{grid-template-columns:minmax(0,1fr) 264px;align-items:start}.detail-main{padding:0;overflow:auto;min-height:calc(100vh - 150px)}.rail-menu{display:flex;flex-direction:column;min-height:720px;padding:14px;position:sticky;top:0;max-height:calc(100vh - 150px);overflow-y:auto}.rail-item{min-height:42px;width:100%;cursor:pointer}.rail-footer-links{display:flex;flex-direction:column;gap:12px;margin-top:auto;padding:20px 10px 6px}.section-group{padding:0 24px 6px}.section-group h3{margin:20px 0 10px;font-size:16px}.task-line-row{justify-content:space-between;gap:16px;min-height:52px;border-top:1px solid var(--line)}.task-line-row.compact{padding-right:4px}.task-line-meta{gap:12px;color:var(--muted);font-size:13px}.envanto-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:720px;gap:14px;text-align:center}.activity-feed{display:flex;flex-direction:column;gap:22px;padding:24px}.activity-group{display:flex;flex-direction:column;gap:10px}.activity-entry{display:grid;grid-template-columns:36px 1fr auto 24px;gap:12px;align-items:center}.member-list{display:flex;flex-direction:column}.member-row{justify-content:space-between;gap:12px;padding:12px 0}.member-row>div{flex:1}.member-row>svg,.seo-member-row>svg{color:var(--muted)}.member-row.bordered{padding-left:12px;padding-right:12px;border:1px solid var(--line);border-radius:12px}.nested{min-height:0;box-shadow:none}.nested .form-body{padding-top:22px}@media (max-width: 1440px){.contacts-layout{grid-template-columns:minmax(0,1fr) 380px}.tasks-layout{grid-template-columns:minmax(0,1fr) 460px}.chat-shell{grid-template-columns:250px minmax(0,1fr) 250px}.dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1200px){.shell{grid-template-columns:220px minmax(0,1fr)}.contacts-layout,.tasks-layout,.detail-with-rail,.two-col-layout,.dashboard-main,.split-layout,.seo-board-list{grid-template-columns:1fr}.chat-shell{grid-template-columns:250px minmax(0,1fr)}.chat-aside{display:none}.file-grid,.project-grid,.kanban-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-hero,.table-head.seo,.gantt-row{grid-template-columns:1fr}.seo-board-column{border-right:0;border-bottom:1px solid var(--line)}}@media (max-width: 960px){.shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line)}.topbar{flex-direction:column;align-items:stretch}.topbar-right{justify-content:space-between;flex-wrap:wrap}.searchbar{min-width:0;width:100%}.chat-shell{grid-template-columns:1fr}.chat-sidebar{border-right:0;border-bottom:1px solid var(--line)}}@media (max-width: 720px){.page-wrap,.topbar{padding-left:16px;padding-right:16px}.toolbar-row,.topbar-left,.topbar-right,.form-actions,.detail-toolbar,.calendar-header,.task-line-row,.day-event{flex-direction:column;align-items:stretch}.form-grid.two,.app-link-row,.task-split,.contact-row,.file-row,.table-head.files,.table-head.projects,.billing-row,.billing-row.history,.project-table-row,.analytics-row,.file-grid,.project-grid,.kanban-grid,.calendar-month,.dashboard-kpis{grid-template-columns:1fr}.calendar-cell{min-height:110px}.page-inline-tabs,.filter-tabs,.chat-aside-head{flex-wrap:wrap}.chat-item,.upload-item,.task-list-row,.task-mini-row,.seo-task-line,.contact-toggle-row,.dashboard-task-row,.dashboard-project-row{flex-direction:column;align-items:flex-start}.project-cell.members{justify-content:flex-start}.dashboard-schedule-row{grid-template-columns:1fr}}:root{--shell-header-height: 76px}.sidebar{display:flex;flex-direction:column;height:100vh;border-right:1px solid var(--line);overflow:hidden}.sidebar-scroller::-webkit-scrollbar{width:8px}.sidebar-scroller::-webkit-scrollbar-thumb{border-radius:999px;background:#7f93ad38}.sidebar-bottom{flex:0 0 auto;padding:12px 0 16px;border-top:1px solid var(--line);background:#fffffff5}.sidebar>div:first-child{min-height:0}.topbar{position:sticky;top:0;z-index:40;flex:0 0 var(--shell-header-height);min-height:var(--shell-header-height);border-bottom:1px solid var(--line);background:#fffffff5}.page-stack.dashboard-page,.page-stack.tasks-page,.page-stack.kanban-page,.page-stack.projects-page{min-height:calc(100vh - var(--shell-header-height) - 48px)}.tasks-page .toolbar-row,.projects-page .toolbar-row,.kanban-page .toolbar-row{position:sticky;top:-1px;z-index:14;margin-bottom:2px;padding-bottom:8px;background:linear-gradient(180deg,var(--bg) 0%,var(--bg) 84%,rgba(247,249,252,0) 100%)}.chat-shell{height:calc(100vh - var(--shell-header-height) - 48px);max-height:calc(100vh - var(--shell-header-height) - 48px);min-height:720px}.chat-sidebar,.chat-aside,.chat-thread{min-height:0}.task-list-card{display:flex;flex-direction:column;max-height:calc(100vh - var(--shell-header-height) - 96px);overflow-y:auto}.task-side-panel{position:sticky;top:0;max-height:calc(100vh - var(--shell-header-height) - 96px);overflow-y:auto}.project-table-stat{min-width:0}.project-grid{align-items:start}.kanban-column{display:flex;flex-direction:column;min-height:calc(100vh - var(--shell-header-height) - 118px);padding:16px}.kanban-card strong{line-height:1.35}.kanban-board-create{width:254px;min-height:calc(100vh - var(--shell-header-height) - 118px)}.seo-board-list{display:grid;grid-template-columns:286px minmax(0,1fr);min-height:calc(100vh - var(--shell-header-height) - 96px);overflow:hidden}.seo-side-detail{position:sticky;top:0;max-height:calc(100vh - var(--shell-header-height) - 96px);overflow-y:auto}.seo-settings-layout{min-height:calc(100vh - var(--shell-header-height) - 96px)}.detail-with-rail{grid-template-columns:minmax(0,1fr) 252px;align-items:start;min-height:calc(100vh - var(--shell-header-height) - 96px)}.detail-main,.envanto-project-shell{min-height:calc(100vh - var(--shell-header-height) - 96px)}.rail-menu{min-height:calc(100vh - var(--shell-header-height) - 96px);max-height:calc(100vh - var(--shell-header-height) - 96px)}.envanto-task-layout{grid-template-columns:minmax(0,1fr) 416px;min-height:calc(100vh - var(--shell-header-height) - 96px)}.envanto-task-panel{position:sticky;top:0;max-height:calc(100vh - var(--shell-header-height) - 96px);overflow-y:auto}.envanto-settings-layout{min-height:calc(100vh - var(--shell-header-height) - 96px)}@media (max-width: 720px){.table-head.projects,.project-table-row,.project-table-actions,.task-modal-meta,.task-modal-shell{grid-template-columns:1fr}.project-table-actions,.project-table-actions .avatar-group.small{justify-content:flex-start}.modal.wide{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}}.shell{grid-template-columns:248px minmax(0,1fr)}.sidebar{justify-content:flex-start;overflow:hidden;background:#fff}.main{min-width:0}.topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.page-wrap{padding:24px}.chat-shell,.tasks-layout,.detail-with-rail,.envanto-task-layout,.kanban-grid{min-width:0}.project-table{display:flex;flex-direction:column}.table-head.projects{position:sticky;top:0;z-index:3;background:#fff}.table-head.projects,.project-table-row{grid-template-columns:minmax(320px,1.72fr) minmax(90px,.5fr) minmax(92px,.56fr) minmax(108px,.62fr) minmax(170px,.82fr)}.project-table-row{min-height:74px;gap:14px;padding:0 18px}.project-table-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.project-table-title-line strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.25}.project-table-title-line .chip{height:26px;padding:0 12px;font-size:11px}.project-table-actions{grid-template-columns:auto 18px;align-items:center;gap:10px}.table-row-menu{color:#97a8c3}.kanban-page .project-select,.kanban-page .project-select-trigger{min-width:316px}.project-select-menu{width:100%}.kanban-grid{grid-auto-columns:232px;gap:14px;padding:8px 0 18px;align-items:stretch}.kanban-column,.kanban-board-create{min-height:calc(100vh - var(--shell-header-height-final) - 116px);height:calc(100vh - var(--shell-header-height-final) - 116px)}.kanban-column{padding:14px;overflow-y:auto;box-shadow:none}.kanban-column-head{position:sticky;top:0;z-index:2;padding-bottom:10px;background:#fff}.kanban-card{min-height:86px;padding:14px 14px 12px;gap:10px}.kanban-add{min-height:44px;margin-top:10px;border-style:dashed;background:#fbfdff;color:#4d77ff}.kanban-board-create{width:220px;padding:24px 18px;border:1px dashed #dbe4f0;background:#fbfdff;color:#4d77ff;box-shadow:none;gap:10px}.overlay{align-items:flex-start;justify-content:center;padding:56px 24px 24px}.modal{border-radius:20px}.modal.wide{width:min(1000px,calc(100vw - 60px));max-height:calc(100vh - 84px)}.modal>.panel-title-row,.modal>.panel-progress{padding-left:30px;padding-right:30px}.task-modal-shell{grid-template-columns:minmax(0,1fr) 208px;gap:28px;padding:24px 30px 20px;align-items:start}.task-modal-main h2{margin:0;font-size:18px}.task-modal-meta-grid{display:grid;grid-template-columns:188px minmax(0,1fr);gap:24px;align-items:start}.task-modal-main .task-detail-block:first-of-type{padding-top:0;border-top:0}.task-modal-main .task-detail-block h3{margin:0}.task-modal-main .task-detail-block p{max-width:590px;margin:0;line-height:1.68}.task-modal-actions{position:static;align-self:start;padding-top:2px}.task-modal-actions .action-list span{min-height:34px}.modal>.comment-bar{min-height:54px;padding-left:30px;padding-right:30px}.page-stack.projects-page>.detail-with-rail,.page-stack.projects-page>.two-col-layout.seo-tasks,.page-stack.projects-page>.card.envanto-project-shell{height:calc(100vh - var(--shell-header-height-final) - 96px);overflow:hidden}.detail-with-rail{grid-template-columns:minmax(0,1fr) 232px;gap:16px;align-items:stretch}.section-group{padding:0 18px 16px}.section-group h3{margin:18px 0 12px}.sketch-task-row,.envanto-task-row{min-height:52px}.project-task-detail-view{min-height:0;overflow:hidden}.project-task-detail{grid-template-columns:minmax(0,1fr) 220px;gap:24px;padding:20px 22px 22px}.project-task-detail-body,.project-task-detail-side{min-height:0;overflow-y:auto}.project-task-detail-side .action-list span{min-height:34px}.project-task-detail-view .comment-bar{padding-left:22px;padding-right:22px}.rail-menu{padding:14px;gap:6px}.rail-item{min-height:42px}.rail-footer-links{gap:10px;margin-top:auto;padding-top:18px}.two-col-layout.seo-tasks{grid-template-columns:minmax(0,1fr) 348px}.seo-board-list{grid-template-columns:268px minmax(0,1fr)}.seo-side-detail{display:flex;flex-direction:column;overflow:hidden}.seo-side-detail .comment-bar{position:sticky;bottom:0;margin-top:auto;background:#fff}.envanto-task-main{display:flex;flex-direction:column;min-height:0}@media (max-width: 1200px){.sidebar,.sidebar-scroller{overflow:visible}.kanban-column,.kanban-board-create{height:auto;min-height:180px}.task-modal-shell,.task-modal-meta-grid,.project-task-detail{grid-template-columns:1fr}.task-modal-actions{padding-top:0}}.shell{height:100vh;overflow:hidden}.sidebar{position:sticky;top:0;overflow:hidden;background:#fff}.sidebar-scroller{flex:1 1 auto;min-height:0;overflow-y:auto}.sidebar-bottom{flex:0 0 auto;padding-top:14px;border-top:1px solid var(--line);background:#fff}.main{height:100vh;overflow:hidden}.topbar{position:sticky;top:0;z-index:48;background:#fffffffa}.page-wrap{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain}.tasks-page .toolbar-row,.projects-page .toolbar-row,.kanban-page .toolbar-row,.calendar-page .toolbar-row{position:sticky;top:-1px;z-index:16;padding-bottom:8px;background:linear-gradient(180deg,var(--bg) 0%,var(--bg) 84%,rgba(247,249,252,0) 100%)}.avatar-pill.tone-blue{background:linear-gradient(135deg,#bbd0ff,#8ba5ff)}.avatar-pill.tone-indigo{background:linear-gradient(135deg,#c8ccff,#8d95ff)}.avatar-pill.tone-violet{background:linear-gradient(135deg,#d9ceff,#a193ff)}.avatar-pill.tone-teal{background:linear-gradient(135deg,#c7eef8,#78cfe0)}.avatar-pill.tone-green{background:linear-gradient(135deg,#d8efbe,#8dcf4d)}.avatar-pill.tone-rose{background:linear-gradient(135deg,#ffd4e1,#ff8bb0)}.avatar-pill.tone-amber{background:linear-gradient(135deg,#ffe1bf,#f0b15d)}.avatar-pill.tone-slate{background:linear-gradient(135deg,#d9dde6,#9ca7bb)}.chat-shell{height:calc(100vh - var(--shell-header-height-final) - 48px);min-height:calc(100vh - var(--shell-header-height-final) - 48px);max-height:calc(100vh - var(--shell-header-height-final) - 48px);overflow:hidden}.chat-sidebar,.chat-aside{display:flex;flex-direction:column;min-height:0}.chat-thread .comment-bar{flex:0 0 auto;position:sticky;bottom:0;z-index:3;background:#fff}.tasks-layout{height:calc(100vh - var(--shell-header-height-final) - 96px);align-items:stretch;overflow:hidden}.task-list-card .new-task-line,.task-side-panel .comment-bar{position:sticky;z-index:2;background:#fff}.task-list-card .new-task-line{top:0}.task-side-panel .comment-bar{bottom:0;border-top:1px solid var(--line)}.table-head.projects,.project-table-row{grid-template-columns:minmax(320px,1.75fr) minmax(104px,.56fr) minmax(112px,.62fr) minmax(120px,.64fr) minmax(164px,.82fr)}.project-table-row{align-items:center;gap:18px;padding:15px 18px}.project-table-main{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:14px}.project-table-main .app-icon{justify-self:start;width:40px;height:40px;margin-left:0;border-radius:50%;background:#f3f6fb;box-shadow:inset 0 0 0 1px var(--line)}.project-table-main .app-icon svg{width:19px;height:19px}.project-table-title-line strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13.75px;font-weight:700}.project-table-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.project-table-actions .avatar-group.small .avatar-pill{width:26px;height:26px;margin-left:-7px;border-width:1.5px;font-size:8.5px}.table-row-menu{display:grid;place-items:center;color:#a3b2c4}.page-stack.projects-page>.detail-with-rail,.page-stack.projects-page>.two-col-layout.seo-tasks,.page-stack.projects-page>.card.envanto-project-shell{height:calc(100vh - var(--shell-header-height-final) - 96px);min-height:calc(100vh - var(--shell-header-height-final) - 96px);overflow:hidden}.detail-with-rail{grid-template-columns:minmax(0,1fr) 238px;gap:16px;align-items:stretch}.detail-main,.rail-menu,.seo-board-column,.seo-board-detail,.seo-side-detail,.envanto-task-main,.envanto-task-panel{min-height:0}.detail-main,.seo-board-column,.seo-board-detail,.seo-side-detail,.envanto-task-main,.envanto-task-panel{overflow-y:auto}.detail-main>*{min-height:auto}.detail-page-header{position:sticky;top:0;z-index:4;min-height:62px;padding:0 20px;border-bottom:1px solid var(--line);background:#fff}.detail-page-heading strong{font-size:14px;font-weight:700}.detail-back-button{width:32px;height:32px;border-radius:10px}.detail-main>.panel-title-row,.detail-main>.section-group,.detail-main>.calendar-inline,.detail-main>.activity-feed,.project-task-detail-view{min-height:0}.rail-menu{display:flex;flex-direction:column;gap:4px;position:sticky;top:0;padding:12px}.rail-item{min-height:42px;justify-content:flex-start}.rail-footer-links{margin-top:auto;display:flex;flex-direction:column;gap:10px;padding-top:26px}.project-task-detail{grid-template-columns:minmax(0,1fr) 224px;gap:28px;align-items:start}.project-task-detail-side .action-list span{min-height:34px;font-size:13px}.project-task-detail-view .comment-bar{position:sticky;bottom:0;z-index:2;background:#fbfdff}.two-col-layout.seo-tasks{grid-template-columns:minmax(0,1fr) 344px;gap:16px;align-items:stretch}.seo-board-list{grid-template-columns:272px minmax(0,1fr);height:100%}.seo-board-column{border-right:1px solid var(--line)}.seo-task-line{grid-template-columns:minmax(0,1fr) auto 26px}.seo-member-row{grid-template-columns:minmax(0,1fr) auto 18px}.envanto-project-shell{padding:0}.envanto-task-layout{display:grid;grid-template-columns:minmax(0,1fr) 368px;height:100%;overflow:hidden}.envanto-task-panel{border-left:1px solid var(--line);border-radius:0;box-shadow:none;background:#fff}.envanto-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:36px;text-align:center}.envanto-empty .link-inline{align-self:flex-start;margin-bottom:auto}.kanban-page .project-select{z-index:22}.kanban-page .project-select-trigger{min-width:328px;padding-right:12px}.kanban-grid{height:calc(100vh - var(--shell-header-height-final) - 96px);grid-auto-columns:232px;gap:14px;align-items:stretch;padding:4px 0 8px}.kanban-column,.kanban-board-create{min-height:100%;height:100%}.kanban-column{gap:12px;padding:14px;overflow:hidden}.kanban-column-head strong{font-size:16px}.kanban-column-head .chip{font-size:12.5px}.kanban-board-menu{right:14px;top:40px}.kanban-card{min-height:86px;gap:10px;padding:14px 15px 12px;border-radius:12px}.kanban-empty-drop{display:grid;place-items:center;min-height:156px;padding:18px;border:1px dashed #dfe8f3;border-radius:12px;color:#9baabc;font-size:13px;text-align:center}.kanban-empty-drop.active{background:#fbfdff;border-color:#cbd8e8;color:var(--blue)}.kanban-add{min-height:44px;margin-top:auto;border:1px dashed #dfe8f3;background:#fbfdff;color:var(--blue)}.kanban-board-create{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:232px;padding:18px;border:1px dashed #dfe6f0;background:#ffffffbd;color:#8ea0b5}.kanban-board-create span{color:var(--blue);font-weight:600}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:96;display:flex;align-items:center;justify-content:center;padding:24px;background:#1d242e5c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal{display:flex;flex-direction:column;width:min(960px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:hidden;border:1px solid rgba(219,227,237,.92);box-shadow:0 26px 60px #25344c2e;background:#fff}.modal.wide{width:min(1080px,calc(100vw - 56px))}.modal>.panel-title-row{flex:0 0 auto;min-height:56px;border-bottom:1px solid var(--line);background:#fff}.modal>.panel-progress{flex:0 0 auto;min-height:72px;border-bottom:1px solid #eef3f8}.task-modal-shell{display:grid;grid-template-columns:minmax(0,1fr) 228px;gap:28px;align-items:start;padding:28px 34px 14px;overflow-y:auto}.task-modal-main{display:flex;flex-direction:column;gap:20px;min-width:0;padding-bottom:0}.task-modal-main h2{margin:0;font-size:20px;line-height:1.2}.task-modal-meta-grid{display:grid;grid-template-columns:200px minmax(0,1fr);gap:22px;align-items:start}.task-modal-date{width:100%;min-height:38px;justify-content:center}.task-modal-actions{position:static;align-self:start;padding-top:36px}.task-modal-actions .action-list span{min-height:34px;font-size:13px}.task-modal-main .task-detail-block{gap:10px;padding:0 0 18px;border-bottom:1px solid #edf2f7}.task-modal-main .task-detail-block:last-child{padding-bottom:8px;border-bottom:0}.task-modal-shell .task-detail-block p{max-width:650px;margin:0;color:#8294aa;line-height:1.65}.modal>.comment-bar{flex:0 0 auto;position:sticky;bottom:0;z-index:6;border-top:1px solid var(--line);background:#f9fbfe}@media (max-width: 1280px){.page-stack.projects-page>.detail-with-rail,.page-stack.projects-page>.two-col-layout.seo-tasks,.page-stack.projects-page>.card.envanto-project-shell,.tasks-layout,.chat-shell{height:auto;min-height:calc(100vh - var(--shell-header-height-final) - 48px)}.detail-with-rail,.two-col-layout.seo-tasks,.envanto-task-layout,.tasks-layout{grid-template-columns:1fr}.rail-menu,.seo-side-detail,.envanto-task-panel,.task-side-panel{position:static;height:auto}}@media (max-width: 960px){.table-head.projects,.project-table-row{grid-template-columns:minmax(0,1fr)}.project-table-actions,.project-table-members,.project-table-actions .avatar-group.small{justify-content:flex-start}.kanban-grid{grid-auto-flow:row;grid-auto-columns:auto;height:auto;overflow-x:visible}.kanban-board-create{width:100%;min-height:180px}.task-modal-shell,.task-modal-meta-grid,.project-task-detail{grid-template-columns:1fr}.task-modal-actions{padding-top:0}.modal.wide{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}}.page-wrap{scrollbar-gutter:stable}.page-stack.tasks-page,.page-stack.kanban-page,.page-stack.chat-page,.page-stack.projects-page{display:flex;flex-direction:column;max-height:calc(100vh - var(--shell-header-height-final) - 48px)}.page-stack.tasks-page,.page-stack.kanban-page,.page-stack.chat-page{overflow:hidden}.page-stack.projects-page>.detail-with-rail,.page-stack.projects-page>.two-col-layout,.page-stack.projects-page>.card.envanto-project-shell{flex:1 1 auto;min-height:0}.tasks-layout,.kanban-grid,.chat-shell{flex:1 1 auto;min-height:0}.topbar-left h1{font-size:17px;font-weight:700;letter-spacing:-.02em}.searchbar span,.nav-link,.project-mini-link,.meta-inline,.tiny-label{font-size:13px}.nav-link{min-height:44px}.table-head.projects{padding-left:22px;padding-right:22px}.project-table-row{min-height:58px;padding-left:22px;padding-right:22px;gap:14px}.project-table-main{display:grid;grid-template-columns:36px minmax(0,1fr);gap:12px;align-items:center}.project-table-main .app-icon{width:36px;height:36px;margin-left:0}.project-table-title-line{gap:10px}.project-table-title-line strong{font-size:14px;font-weight:600}.project-table-title-line .chip{min-height:24px;padding:0 12px;font-size:11px}.project-table-stat strong{font-size:14px;font-weight:700}.project-table-actions{grid-template-columns:minmax(0,1fr) 16px}.project-table-actions .avatar-group.small .avatar-pill{margin-left:-8px;border:2px solid #fff}.project-table-actions .avatar-group.small .avatar-pill:first-child{margin-left:0}.kanban-page .project-select{min-width:322px}.kanban-page .project-select-trigger{min-width:322px;justify-content:flex-start;gap:10px}.project-select-menu{width:322px;padding:8px;border:1px solid var(--line);border-radius:16px;box-shadow:0 22px 44px #1a2b4c1f;background:#fff}.project-select-option{min-height:42px;border-radius:12px}.kanban-grid{grid-auto-columns:238px;gap:14px;padding:4px 4px 10px}.kanban-column{min-height:calc(100vh - var(--shell-header-height-final) - 126px);padding:14px;border-radius:18px}.kanban-card{min-height:96px;padding:16px 14px 14px;gap:10px;cursor:grab}.kanban-card:active{cursor:grabbing}.kanban-card.dragging{opacity:.48;transform:scale(.985)}.kanban-empty-drop{display:grid;place-items:center;min-height:118px;margin-top:4px;border:1px dashed #dde7f4;border-radius:14px;color:var(--muted);font-size:13px}.kanban-empty-drop.active{border-color:#a8c4f6;background:#fbfdff;color:var(--accent)}.kanban-add{min-height:46px;border-style:dashed}.kanban-board-create{width:238px;min-height:calc(100vh - var(--shell-header-height-final) - 126px);display:grid;place-items:center;gap:10px;padding:20px;border:1px dashed #dbe6f4;color:var(--accent);font-weight:600}.kanban-board-menu{margin-bottom:10px}.overlay{padding:22px}.modal.wide{width:min(1048px,calc(100vw - 56px));max-height:calc(100vh - 44px);border-radius:22px}.task-modal-shell{display:flex;flex-direction:column;gap:22px}.task-modal-main{display:flex;flex-direction:column;gap:18px}.task-modal-main h2{margin:0;font-size:18px;line-height:1.35}.task-modal-hero{display:grid;grid-template-columns:182px minmax(0,1fr) 220px;gap:24px;align-items:start}.task-modal-meta-item{display:flex;flex-direction:column;gap:10px}.task-modal-date{min-height:44px}.task-modal-actions{position:static;align-self:stretch;padding-top:0}.task-modal-actions .action-list{gap:10px}.task-modal-main .task-detail-block{padding-top:0}.task-modal-main .task-detail-block+.task-detail-block{margin-top:2px;padding-top:12px;border-top:1px solid var(--line)}.task-modal-shell .task-detail-block p{max-width:640px;font-size:13px;line-height:1.72}.modal>.comment-bar{min-height:56px}.detail-with-rail{align-items:stretch;grid-template-columns:minmax(0,1fr) 248px}.detail-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 22px;border-bottom:1px solid var(--line);flex-shrink:0}.detail-back-button{width:36px;height:36px}.detail-main>.panel-title-row,.detail-main>.section-group,.detail-main>.calendar-inline,.detail-main>.activity-feed,.detail-main>.split-layout{margin-left:22px;margin-right:22px}.detail-main>.panel-title-row{margin-top:12px}.sketch-task-row{min-height:54px;padding-right:10px}.sketch-task-row.selected{background:#f8fbff}.project-task-detail-view{display:flex;flex-direction:column;min-height:0;flex:1 1 auto}.project-task-detail{display:grid;grid-template-columns:minmax(0,1fr) 238px;gap:28px;padding:22px 22px 0}.project-task-detail-side{display:flex;flex-direction:column;gap:18px}.project-task-detail-side .action-list{gap:12px}.project-task-detail-view .comment-bar{position:sticky;bottom:0;z-index:2;margin-top:auto;border-top:1px solid var(--line);background:#fff}.rail-menu{padding:14px;overflow-y:auto}.rail-item{min-height:44px;font-size:14px}.rail-footer-links{margin-top:auto;padding-top:24px;gap:10px}.rail-footer-links .ghost-button{justify-content:flex-start}@media (max-width: 1200px){.project-task-detail,.task-modal-hero{grid-template-columns:1fr}.kanban-board-create{width:100%}}@media (max-width: 720px){.page-stack.tasks-page,.page-stack.kanban-page,.page-stack.chat-page,.page-stack.projects-page{max-height:none;overflow:visible}.kanban-grid{grid-auto-columns:auto}.detail-page-header,.project-table-row{padding-left:16px;padding-right:16px}}:root{--shell-header-height-lock: 76px}.shell{grid-template-columns:252px minmax(0,1fr);height:100vh;overflow:hidden}.sidebar{position:relative;display:flex;flex-direction:column;height:100vh;overflow:hidden;background:#fff}.sidebar-scroller{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-bottom:20px}.sidebar-bottom{flex:0 0 auto;border-top:1px solid #edf2f7;background:#fff}.main{display:flex;flex-direction:column;min-height:0;height:100vh;overflow:hidden}.topbar{position:sticky;top:0;z-index:60;flex:0 0 var(--shell-header-height-lock);min-height:var(--shell-header-height-lock);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5}.page-wrap{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:20px 18px 24px}.page-stack.dashboard-page,.page-stack.tasks-page,.page-stack.kanban-page,.page-stack.projects-page,.page-stack.chat-page,.page-stack.calendar-page{min-height:calc(100vh - var(--shell-header-height-lock) - 44px)}.tasks-page .toolbar-row,.projects-page .toolbar-row,.kanban-page .toolbar-row{position:sticky;top:-20px;z-index:20;margin-bottom:2px;padding-top:20px;padding-bottom:10px;background:linear-gradient(180deg,var(--bg) 0%,var(--bg) 86%,rgba(247,249,252,0) 100%)}.dashboard-grid{grid-template-columns:minmax(0,1fr) 286px;align-items:start}.dashboard-primary,.dashboard-side{min-width:0}.chat-shell{display:grid;grid-template-columns:300px minmax(0,1fr) 286px;height:calc(100vh - var(--shell-header-height-lock) - 48px);max-height:calc(100vh - var(--shell-header-height-lock) - 48px);min-height:720px;align-items:stretch}.chat-thread{display:grid;grid-template-rows:56px minmax(0,1fr) auto;min-height:0}.chat-header-line{position:sticky;top:0;z-index:2;background:#fff}.chat-messages{min-height:0;overflow-y:auto}.chat-thread .comment-bar{position:sticky;bottom:0;z-index:2;min-height:56px;background:#fff}.tasks-layout{grid-template-columns:minmax(0,1fr) 356px;gap:18px;align-items:start;min-height:calc(100vh - var(--shell-header-height-lock) - 96px)}.task-list-card{display:flex;flex-direction:column;max-height:calc(100vh - var(--shell-header-height-lock) - 96px);overflow-y:auto;padding:8px 18px 14px}.task-list-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;width:100%}.task-list-meta{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.task-side-panel{position:sticky;top:0;max-height:calc(100vh - var(--shell-header-height-lock) - 96px);overflow-y:auto}.task-side-panel .comment-bar{position:sticky;bottom:0;background:#fff}.table-head.projects,.project-table-row{grid-template-columns:minmax(360px,1.95fr) minmax(112px,.48fr) minmax(118px,.56fr) minmax(132px,.66fr) minmax(194px,.84fr)}.project-table-row{display:grid;align-items:center;gap:14px;min-height:74px;padding:0 20px}.project-table-main{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:12px;width:100%}.project-table-main .app-icon{width:36px;height:36px;margin:0;justify-self:start}.project-table-title-line strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.project-table-title-line .chip{min-height:28px;padding:0 12px;font-size:12px}.project-table-stat strong{font-size:13px}.project-table-stat span{font-size:12px}.project-table-actions{display:grid;grid-template-columns:minmax(0,1fr) 20px;align-items:center;gap:10px;min-width:0}.project-table-members{display:flex;justify-content:flex-end;min-width:0}.project-table-actions .avatar-group.small{justify-content:flex-end}.project-table-actions .avatar-group.small .avatar-pill{width:30px;height:30px;margin-left:-8px;font-size:10px}.project-table-actions .avatar-group.small .avatar-pill.extra{font-size:11px}.table-row-menu{justify-self:end}.two-col-layout{grid-template-columns:minmax(0,1fr) 286px;align-items:start}.side-stack{position:sticky;top:0;display:flex;flex-direction:column;gap:18px}.two-col-layout.seo-tasks{grid-template-columns:minmax(0,1fr) 332px}.seo-member-row{display:grid;grid-template-columns:minmax(0,1fr) auto 16px;align-items:center;gap:12px;min-height:64px;padding:0 18px}.seo-member-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.seo-member-copy span,.seo-member-metrics span{font-size:12px;color:var(--muted)}.seo-member-metrics{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.seo-board-list{grid-template-columns:270px minmax(0,1fr);min-height:calc(100vh - var(--shell-header-height-lock) - 96px);overflow:hidden}.seo-board-detail{padding:12px 0 18px}.seo-task-line{display:grid;grid-template-columns:minmax(0,1fr) auto 28px;align-items:center;gap:12px;min-height:48px}.seo-side-detail{position:sticky;top:0;max-height:calc(100vh - var(--shell-header-height-lock) - 96px);overflow-y:auto}.detail-with-rail{grid-template-columns:minmax(0,1fr) 248px;gap:18px;align-items:start;min-height:calc(100vh - var(--shell-header-height-lock) - 96px)}.detail-main,.envanto-project-shell{display:flex;flex-direction:column;min-height:calc(100vh - var(--shell-header-height-lock) - 96px);overflow:hidden}.detail-main{overflow-y:auto}.detail-page-header{display:flex;align-items:center;justify-content:space-between;min-height:64px;padding:0 24px;border-bottom:1px solid var(--line);background:#fff}.detail-page-heading{display:flex;align-items:center;gap:12px}.detail-page-heading strong{font-size:16px;font-weight:700}.rail-menu{position:sticky;top:0;display:flex;flex-direction:column;gap:6px;min-height:calc(100vh - var(--shell-header-height-lock) - 96px);max-height:calc(100vh - var(--shell-header-height-lock) - 96px);overflow-y:auto;padding:12px}.rail-item{display:flex;align-items:center;gap:12px;min-height:44px}.rail-footer-links{margin-top:auto;padding:18px 10px 6px}.section-group{width:100%;padding:0 24px 6px}.section-group h3{margin:20px 0 10px;font-size:15px}.task-line-row,.envanto-task-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;width:100%;min-height:54px;padding:0 4px 0 0}.task-line-row.compact{width:100%}.task-line-meta{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:0}.task-line-row.active,.envanto-task-row.active{position:relative;border-radius:12px;background:#f8fbff}.task-line-row.active:after,.envanto-task-row.active:after{content:"";position:absolute;right:-1px;top:8px;bottom:8px;width:3px;border-radius:999px;background:var(--blue)}.envanto-task-layout{grid-template-columns:minmax(0,1fr) 388px;min-height:calc(100vh - var(--shell-header-height-lock) - 96px)}.envanto-task-main{display:flex;flex-direction:column;min-height:0;overflow-y:auto}.envanto-task-panel{position:sticky;top:0;max-height:calc(100vh - var(--shell-header-height-lock) - 96px);overflow-y:auto}.kanban-page .project-select{z-index:20}.kanban-page .project-select-trigger{min-width:300px}.kanban-grid{grid-auto-flow:column;grid-auto-columns:236px;gap:14px;align-items:start;padding:2px 0 14px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity}.kanban-column{position:relative;display:flex;flex-direction:column;gap:12px;min-height:calc(100vh - var(--shell-header-height-lock) - 126px);padding:14px}.kanban-column-head strong{font-size:15px}.kanban-card{min-height:84px;padding:14px 14px 12px;gap:10px}.kanban-add{min-height:46px;margin-top:auto}.kanban-board-create{width:236px;min-height:calc(100vh - var(--shell-header-height-lock) - 126px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.kanban-board-menu{position:absolute;top:48px;right:14px;z-index:5;min-width:188px;padding:8px 0;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 18px 40px #1822301f}.kanban-board-menu button{display:flex;align-items:center;gap:10px;width:100%;min-height:40px;padding:0 14px;text-align:left}.overlay{padding:18px}.modal.wide{width:min(1088px,calc(100vw - 36px));max-height:calc(100vh - 36px);overflow:auto}.task-modal-shell{display:grid;grid-template-columns:minmax(0,1fr) 214px;gap:28px;align-items:start}.task-modal-main{display:flex;flex-direction:column;min-width:0;padding:0 0 8px}.task-modal-main h2{margin:0 0 24px;font-size:18px;line-height:1.3}.task-modal-meta{display:grid;grid-template-columns:194px minmax(0,1fr);gap:20px;margin-bottom:22px}.task-modal-meta-item .avatar-group{justify-content:flex-start}.task-modal-meta-item .avatar-group .avatar-pill{width:40px;height:40px;font-size:12px}.task-modal-date{width:100%;justify-content:center}.task-modal-actions{position:sticky;top:0;align-self:start;padding-top:2px}.task-modal-actions .action-list span{min-height:42px;font-size:13px}.task-modal-main .task-detail-block{display:flex;flex-direction:column;gap:12px}.task-modal-main .task-detail-block+.task-detail-block{margin-top:24px}.task-modal-shell .task-detail-block p{max-width:560px;font-size:13px;line-height:1.65}.modal>.comment-bar{position:sticky;bottom:0;background:#fff}@media (max-width: 1280px){.chat-shell,.tasks-layout,.two-col-layout,.two-col-layout.seo-tasks,.detail-with-rail,.envanto-task-layout,.seo-board-list{grid-template-columns:1fr}.kanban-grid{grid-auto-flow:row;grid-auto-columns:auto;overflow-x:visible;overflow-y:visible;scroll-snap-type:none}.kanban-board-create{width:100%;min-height:180px}.side-stack,.task-side-panel,.seo-side-detail,.rail-menu,.envanto-task-panel,.task-modal-actions{position:static;max-height:none}.chat-shell{height:auto;max-height:none}}@media (max-width: 720px){.page-wrap{padding:16px}.table-head.projects,.project-table-row,.project-table-actions,.task-modal-meta,.task-modal-shell,.task-list-row,.task-line-row,.envanto-task-row,.seo-task-line{grid-template-columns:1fr}.project-table-members,.project-table-actions .avatar-group.small,.task-list-meta,.task-line-meta{justify-content:flex-start}.tasks-page .toolbar-row,.projects-page .toolbar-row,.kanban-page .toolbar-row{top:-16px;padding-top:16px}.modal.wide{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}}.sidebar{overflow:hidden}.sidebar-scroller{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain}.sidebar-bottom{flex:0 0 auto;padding-top:16px;border-top:1px solid #eef3f8;background:#fff}.topbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.page-wrap{padding:20px 18px 24px}.page-stack.dashboard-page,.page-stack.tasks-page,.page-stack.kanban-page,.page-stack.projects-page,.page-stack.chat-page,.page-stack.calendar-page{min-height:calc(100vh - var(--shell-header-height-final) - 44px)}.tasks-page .toolbar-row,.projects-page .toolbar-row,.kanban-page .toolbar-row{top:-20px;margin-bottom:2px;padding-top:20px;padding-bottom:10px;background:linear-gradient(180deg,var(--bg) 0%,var(--bg) 86%,rgba(247,249,252,0) 100%)}.chat-thread .comment-bar,.task-side-panel .comment-bar,.modal>.comment-bar{min-height:56px;padding:0 18px}.tasks-layout{grid-template-columns:minmax(0,1fr) 376px;gap:18px;align-items:start}.task-list-card{max-height:calc(100vh - var(--shell-header-height-final) - 102px);padding:8px 18px 12px}.task-side-panel{top:0;max-height:calc(100vh - var(--shell-header-height-final) - 102px)}.task-side-panel h2{font-size:15px;line-height:1.35}.task-side-panel .task-split{grid-template-columns:minmax(0,1fr) 132px;gap:14px}.task-side-panel .assigned-person{min-height:36px}.task-side-panel .field-chip,.seo-side-detail .field-chip,.task-modal-date{min-height:36px;border-color:#e5ecf3;color:#7f93aa;font-size:12.5px;font-weight:600}.project-select-trigger{gap:10px}.project-select-label{color:#8fa2b5;font-size:12px}.project-select-value{min-width:0;font-size:13px}.project-select-menu{border-color:#e5ecf3;box-shadow:0 18px 38px #1e335217}.project-select-option{min-height:38px;gap:10px}.table-head.projects,.project-table-row{grid-template-columns:minmax(320px,1.75fr) minmax(102px,.52fr) minmax(110px,.56fr) minmax(118px,.58fr) minmax(196px,.85fr)}.project-table-row{gap:18px;min-height:80px;padding:0 18px}.project-table-main{grid-template-columns:40px minmax(0,1fr);gap:14px}.project-table-main .app-icon{width:40px;height:40px;border-radius:50%;background:#f3f6fa}.project-table-copy{gap:0}.project-table-title-line{display:flex;align-items:center;gap:10px;min-width:0}.project-table-title-line strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-table-title-line .chip{flex:0 0 auto;min-height:30px;padding:0 13px;background:#eef3f8;color:#90a1b3;font-size:12px}.project-table-stat{gap:4px}.project-table-actions{grid-template-columns:minmax(0,1fr) 18px;gap:10px}.project-table-actions .avatar-group.small .avatar-pill{width:28px;height:28px;font-size:10px}.project-table-actions .avatar-group.small .avatar-pill.extra{background:#eef3f8;color:#8fa0b3}.table-row-menu{color:#9aabbd}.two-col-layout{grid-template-columns:minmax(0,1fr) 322px;align-items:start}.side-stack{position:sticky;top:0;align-self:start}.activity-panel{gap:0}.seo-member-row{display:grid;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:14px;min-height:66px;padding:0 4px}.seo-member-main{display:flex;align-items:center;gap:12px;min-width:0}.seo-member-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.seo-member-copy strong{font-size:14px;line-height:1.25}.seo-member-copy span{color:#8ea0b5;font-size:12px}.seo-member-metrics{display:flex;flex-direction:column;align-items:flex-end;gap:4px;white-space:nowrap}.seo-member-metrics strong{font-size:13px;font-weight:600}.seo-member-metrics span{color:#8ea0b5;font-size:12px}.task-mini-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:54px}.task-mini-meta{display:inline-flex;align-items:center;gap:10px;color:#90a1b6;font-size:12px}.two-col-layout.seo-tasks{grid-template-columns:minmax(0,1fr) 340px}.seo-board-list{grid-template-columns:276px minmax(0,1fr)}.seo-board-column,.seo-board-detail{min-height:calc(100vh - var(--shell-header-height-final) - 102px)}.seo-board-detail{padding-right:8px}.seo-side-detail{top:0;max-height:calc(100vh - var(--shell-header-height-final) - 102px)}.seo-side-detail h2{font-size:16px}.detail-with-rail{grid-template-columns:minmax(0,1fr) 244px;gap:16px}.rail-menu{top:0;max-height:calc(100vh - var(--shell-header-height-final) - 102px)}.envanto-task-layout{grid-template-columns:minmax(0,1fr) 388px}.envanto-task-panel{top:0;max-height:calc(100vh - var(--shell-header-height-final) - 102px)}.kanban-page .project-select-trigger{min-width:330px}.kanban-grid{grid-auto-columns:238px;gap:14px;align-items:start}.kanban-column,.kanban-board-create{width:238px}.kanban-column{min-height:calc(100vh - var(--shell-header-height-final) - 126px);padding:14px}.kanban-column-head strong{font-size:15px;font-weight:700}.kanban-card{min-height:84px;padding:14px 14px 12px}.kanban-meta{gap:10px;font-size:12px}.kanban-add{min-height:44px;font-size:13px;border-style:dashed;background:#fbfdff}.kanban-board-create{min-height:220px;gap:12px;font-size:13px}.kanban-board-create svg{width:16px;height:16px}.overlay{padding:24px;background:#3d485875}.modal.wide{width:min(1140px,calc(100vw - 64px));max-height:calc(100vh - 48px)}.task-modal-shell{grid-template-columns:minmax(0,1fr) 196px;gap:28px;padding:28px 30px 0}.task-modal-main{gap:28px}.task-modal-main h2{font-size:17px;line-height:1.3}.task-modal-meta{grid-template-columns:180px minmax(0,1fr);gap:18px}.task-modal-main .avatar-group{gap:0}.task-modal-main .avatar-group .avatar-pill{width:34px;height:34px;font-size:11px}.task-modal-actions{top:0;padding-top:38px}.task-modal-actions .action-list span{min-height:38px;font-size:13px}.task-modal-shell .task-detail-block{gap:10px}.task-modal-shell .task-detail-block h3{font-size:13px}.task-modal-shell .task-detail-block p{font-size:13px;line-height:1.7}.task-modal-shell .task-detail-block .ghost-button{min-width:230px;min-height:40px;justify-content:center}@media (max-width: 1200px){.two-col-layout,.two-col-layout.seo-tasks,.detail-with-rail,.envanto-task-layout{grid-template-columns:1fr}.side-stack,.seo-side-detail,.rail-menu,.envanto-task-panel{position:static;max-height:none}.kanban-grid{grid-auto-flow:row;grid-auto-columns:auto}.kanban-column,.kanban-board-create{width:100%}}@media (max-width: 720px){.project-table-title-line{flex-wrap:wrap}}:root{--bg: #f7f9fc;--surface-soft: #fafcff;--surface-muted: #f5f8fb;--line: #ebf0f5;--line-strong: #dfe6ef;--text: #2d3443;--muted: #8292a8;--shadow: 0 8px 24px rgba(35, 52, 76, .035);--radius: 14px}body{font-size:13px;background:var(--bg);overflow:hidden}.shell{height:100vh;grid-template-columns:250px minmax(0,1fr);background:var(--bg);overflow:hidden}.main{min-height:0;height:100vh;overflow:hidden}.sidebar{position:sticky;top:0;height:100vh;overflow-y:auto;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.brand{padding:17px 22px 15px}.brand strong{font-size:18px;line-height:1;letter-spacing:-.02em}.brand-mark{width:33px;height:33px;border-radius:9px;font-size:14px}.nav-group-title{padding:20px 24px 10px;font-size:13px}.nav-group-title.latest{padding-top:26px}.nav-link,.project-mini-link{width:calc(100% - 16px);min-height:42px;margin:0 8px;padding:11px 14px;gap:11px;border-radius:10px;font-size:14px;font-weight:500}.nav-link svg,.project-mini-link svg,.rail-item svg,.inner-tab svg,.icon-button svg,.field-icon svg,.app-icon svg{width:16px;height:16px}.nav-link.active:after,.rail-item.active:after,.inner-tab.active:after{right:-8px}.project-mini-link{font-size:13px;color:#30394a}.project-mini-link .app-icon,.dashboard-assigned-footer .app-icon,.soft-button .app-icon{width:18px;height:18px;border-radius:0;background:transparent}.project-mini-link .app-icon svg,.dashboard-assigned-footer .app-icon svg,.soft-button .app-icon svg{width:18px;height:18px}.sidebar-more,.link-inline{font-size:13px}.topbar{position:sticky;top:0;z-index:25;flex:0 0 auto;padding:14px 24px;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.topbar-left{gap:12px}.topbar-left h1{font-size:20px;font-weight:700;letter-spacing:-.02em}.searchbar{min-width:340px;gap:8px;font-size:13px;color:#8fa1b6}.top-avatar{width:34px;height:34px}.page-wrap{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:24px}.page-stack{gap:16px}.project-select-trigger{min-width:312px;justify-content:flex-start;gap:10px}.project-select-trigger svg:last-child{margin-left:auto;transition:transform .14s ease}.project-select-trigger.open svg:last-child{transform:rotate(90deg)}.project-select-label{color:#90a0b4;font-weight:500}.project-select-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-select-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:12;display:flex;flex-direction:column;min-width:100%;padding:8px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 18px 40px #25364f1a}.project-select-option{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;border-radius:10px;text-align:left;cursor:pointer}.project-select-option.active,.project-select-option:hover{background:#f5f8ff}.project-select-option span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-select-option .app-icon{width:18px;height:18px;border-radius:0;background:transparent}.project-select-option .app-icon svg{width:18px;height:18px}.card{border-radius:14px;box-shadow:none}.dashboard-placeholder h2,.empty-page h2,.wizard-main h2,.detail-content h2,.chat-empty h2,.task-side-panel h2,.form-body h2,.profile-card-main h2,.profile-info h2,.chat-profile h3{font-size:20px;letter-spacing:-.02em}.icon-button{width:34px;height:34px;border-radius:10px;color:#8ea0b5;box-shadow:none}.topbar .icon-button{border-color:transparent}.soft-button,.ghost-button,.primary-button{min-height:38px;padding:0 14px;border-radius:10px;font-size:13px}.chip,.field-chip{min-height:28px;padding:0 12px;font-size:13px;font-weight:500}.chip svg,.field-chip svg{width:12px;height:12px}.app-icon{width:34px;height:34px;border-radius:11px}.avatar-pill{width:30px;height:30px;font-size:10px}.avatar-pill.small{width:24px;height:24px;font-size:9px}.field>span{font-size:13px}.field-input{min-height:46px;border-radius:10px;padding:0 14px;font-size:13px}.field-chip{display:inline-flex;align-items:center;border:1px solid var(--line);background:#fff;color:#7f93aa}.checkbox{width:18px;height:18px}.checkbox.checked:after{left:5px;top:2px}.check-row{gap:12px;min-width:0;font-size:14px}.chip-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.meta-inline{gap:5px;font-size:12.5px}.meta-inline svg{width:14px;height:14px}.panel-head-filler{width:14px;height:14px}.panel-title-row{min-height:54px;padding-left:22px;padding-right:22px;color:#7f93aa;font-size:13px;font-weight:600}.panel-progress{min-height:56px;padding-left:22px;padding-right:22px;font-size:13px;background:#f7faff}.panel-progress:after{width:58px;height:5px}.task-side-panel h2,.seo-side-detail h2{margin:22px 0 18px;font-size:18px}.task-split{gap:18px 24px}.task-side-panel .task-split,.seo-side-detail .task-split{grid-template-columns:repeat(2,minmax(0,1fr))}.task-detail-block{gap:10px;padding-bottom:16px}.task-detail-block h3{font-size:14px}.tiny-label{font-size:12.5px}.assigned-person{min-height:34px;font-size:14px}.assigned-person:before{width:28px;height:28px}.comment-bar{min-height:54px;padding:0 22px;font-size:13px;background:#fbfdff}.modal{padding:0;border-radius:16px}.modal.wide{width:min(1120px,calc(100vw - 56px))}.modal-close{top:12px;right:12px;width:30px;height:30px;border:0;background:transparent}.modal-headline{display:flex;align-items:center;min-height:54px;margin:0;padding:0 24px;border-bottom:1px solid var(--line);color:#7f93aa;font-size:16px}.modal-search{min-height:46px;margin:18px 18px 0;border-radius:12px;background:#f9fbfe}.modal .task-overview-head{min-height:56px;padding:0 24px;font-size:18px;font-weight:700}.modal .task-split{grid-template-columns:200px minmax(0,1fr) 220px;padding:18px 24px;align-items:start}.modal .task-detail-block,.modal .comment-bar{padding-left:24px;padding-right:24px}.modal .task-detail-block{padding-right:308px}.modal .comment-bar{position:sticky;bottom:0;z-index:2;background:#fff}.modal .icon-list{padding-top:20px}.modal .icon-list span{min-height:32px;font-size:14px}.action-list span{display:flex;align-items:center;gap:10px}.action-list span svg{width:15px;height:15px;color:#7f93aa}.modal .panel-title-row{position:sticky;top:0;z-index:4;background:#fff}.modal .panel-progress{position:sticky;top:54px;z-index:3}.modal>h2{margin:26px 24px 0;font-size:22px}.modal-actions{padding:0 24px 24px}.dashboard-page{gap:14px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:16px;align-items:start}.dashboard-primary,.dashboard-secondary{display:flex;flex-direction:column;gap:16px;min-width:0}.dashboard-row-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px}.dashboard-row-head>span,.dashboard-date-head,.dashboard-assigned-head span{color:#7e93ab;font-size:13px;font-weight:600}.dashboard-link{display:inline-flex;align-items:center;gap:6px;color:var(--blue);font-size:13px;font-weight:600}.dashboard-link svg{width:13px;height:13px}.dashboard-overview-card{display:grid;grid-template-columns:88px minmax(0,1fr) 1px 96px minmax(0,1fr);align-items:center;gap:18px;min-height:114px;padding:20px 24px}.overview-ring{position:relative;display:grid;place-items:center;width:66px;height:66px;margin-left:4px;border-radius:50%;border:2px solid var(--blue)}.overview-ring:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;border:1px solid #eef3f8}.overview-ring-value{position:relative;font-size:15px;font-weight:700;color:var(--blue)}.overview-copy{display:flex;flex-direction:column;gap:6px}.overview-copy strong{font-size:16px;font-weight:700}.overview-copy p{max-width:228px;margin:0;color:#8ea1b7;font-size:12.5px;line-height:1.5}.overview-divider{display:block;width:1px;height:50px;background:var(--line)}.overview-bars{display:flex;align-items:flex-end;gap:8px;height:68px}.overview-bar{width:5px;border-radius:999px;background:#e7edf5}.overview-bar.active{background:#6fcf47}.dashboard-row-title{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.dashboard-row-title strong{font-size:15px}.dashboard-filter-pills{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.dashboard-task-card{padding:0 0 8px;overflow:hidden}.new-task-line{min-height:52px;padding:0 22px;font-size:14px;color:#3a4355}.dashboard-task-line{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:50px;padding:0 22px;border-top:1px solid var(--line)}.dashboard-task-line.muted{opacity:.45}.dashboard-task-line .task-list-meta{gap:14px;font-size:12.5px}.dashboard-date-head{padding:2px 2px 0}.dashboard-schedule-list{display:flex;flex-direction:column;gap:8px}.schedule-card{display:grid;grid-template-columns:2px minmax(0,1fr);align-items:center;gap:14px;min-height:66px;padding:0 18px 0 22px}.schedule-card-line{width:2px;height:38px;border-radius:999px;background:var(--blue)}.schedule-card-line.green{background:#7acc33}.schedule-card-line.orange{background:#ffa027}.schedule-card-line.pink{background:#ff5e99}.schedule-card-content{display:flex;flex-direction:column;gap:6px}.schedule-card-time{display:inline-flex;align-items:center;gap:4px;color:#92a4b8;font-size:12px}.schedule-card-time svg{width:12px;height:12px}.schedule-card-content strong{font-size:15px;font-weight:600}.dashboard-assigned-card{padding:0;overflow:hidden}.dashboard-assigned-head{display:flex;align-items:center;min-height:56px;padding:0 22px;border-bottom:1px solid var(--line)}.dashboard-assigned-meta{display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:0 22px;color:#91a3b8;font-size:13px}.dashboard-assigned-nav{display:flex;align-items:center;gap:8px}.dashboard-assigned-nav .icon-button{width:28px;height:28px;border-radius:50%}.dashboard-assigned-body{display:flex;flex-direction:column;gap:14px;padding:18px 22px}.dashboard-assigned-body h3{margin:0;font-size:16px;font-weight:700}.dashboard-assigned-body p{margin:0;color:#374153;font-size:13px;line-height:1.55}.dashboard-assigned-footer{display:flex;align-items:center;gap:10px;padding:0 22px 22px;font-size:14px}.dashboard-assigned-footer .app-icon{color:#77bb35}.toolbar-row,.calendar-header,.detail-toolbar,.form-actions{gap:14px}.page-inline-tabs,.filter-tabs,.chat-aside-head,.seo-tabs .toolbar-actions{border-radius:10px}.page-inline-tabs button,.filter-tabs button,.chat-aside-head button{min-height:32px;padding:0 14px;font-size:13px}.table-head{min-height:44px;padding:0 22px;font-size:12.5px}.table-head.files{grid-template-columns:1.8fr .8fr .9fr 48px}.table-head.projects,.project-table-row{grid-template-columns:minmax(320px,1.75fr) minmax(108px,.58fr) minmax(118px,.66fr) minmax(118px,.66fr) minmax(210px,.9fr)}.file-row,.project-table-row,.contact-row{padding-left:22px;padding-right:22px}.file-row{min-height:58px;grid-template-columns:1.8fr .8fr .9fr 48px;gap:12px}.file-main .app-icon,.project-cell.project-cell-main .app-icon{width:36px;height:36px;border-radius:50%}.project-table-row{min-height:76px;align-items:center}.project-table-row strong,.file-card strong,.project-grid-card strong,.contact-row strong,.kanban-card strong,.task-list-row,.task-line-row strong,.member-row strong,.activity-entry strong,.seo-board-item strong{font-size:14px}.project-cell{gap:10px}.project-cell.project-cell-main{justify-self:stretch;gap:14px}.project-cell span{font-size:12.5px}.project-cell.members{width:100%;justify-content:space-between;gap:14px}.project-cell.members .avatar-group{justify-content:flex-start}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.project-grid-card{min-height:320px;gap:14px;padding:28px 18px}.project-grid-card .app-icon{width:72px;height:72px;border-radius:50%;background:#f4f7fb}.file-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.file-card{min-height:238px;gap:16px;padding:28px 18px}.file-card .app-icon{width:54px;height:54px;border-radius:14px}.contacts-layout{grid-template-columns:minmax(0,1fr) 460px}.drawer-form,.form-body{gap:16px}.drawer-title{font-size:16px}.contact-row{min-height:76px;grid-template-columns:minmax(280px,1fr) 1fr 170px}.chat-shell{grid-template-columns:276px minmax(0,1fr) 284px;height:calc(100vh - 138px);min-height:740px}.chat-search{min-height:46px;margin:16px 18px 10px;padding:0 14px;border-radius:12px;background:#f9fbfe}.chat-list-title{min-height:48px;padding:0 18px;font-size:13px;font-weight:600}.chat-item{min-height:72px;padding:14px 18px}.chat-item.compact{min-height:50px;padding:10px 18px}.chat-item strong{font-size:14px;font-weight:600}.chat-item p{margin:4px 0 0;color:#8495ab;font-size:13px;line-height:1.45}.chat-header-line{min-height:56px;padding:0 22px}.chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:0;padding:40px 24px;text-align:center}.chat-empty p{margin:0;color:#8ea0b5}.chat-sidebar,.chat-thread,.chat-aside{min-height:0}.chat-sidebar,.chat-aside{overflow-y:auto}.chat-user strong{font-size:15px}.chat-user span{font-size:12px}.chat-messages{gap:16px;padding:20px 22px 14px;min-height:0;overflow-y:auto}.bubble{max-width:70%;padding:10px 14px;border-radius:18px;font-size:14px}.time-label{font-size:12px}.chat-profile,.chat-attachments{gap:16px;padding:12px 18px 18px;background:#fff}.chat-thread .comment-bar{position:sticky;bottom:0;z-index:2;background:#fff}.profile-photo{height:160px;border-radius:14px}.social-chip{width:32px;height:32px}.mini-card{padding:12px 0 0;border-top:1px solid var(--line)}.attach-row{min-height:46px;font-size:13px}.calendar-header{min-height:82px;padding:22px 24px}.calendar-header strong{font-size:18px}.calendar-month{min-height:658px}.calendar-month.compact{min-height:580px}.calendar-head-cell{min-height:44px;font-size:14px}.calendar-cell{min-height:122px;padding:12px 12px 10px}.calendar-date{top:10px;right:12px;font-size:12px}.calendar-pill,.week-card{gap:4px;min-height:58px;padding:11px 12px;border-radius:10px;font-size:13px}.week-grid{min-height:620px}.day-event{grid-template-columns:72px minmax(0,1fr) 24px;gap:16px;padding:18px 22px}.tasks-layout{grid-template-columns:minmax(0,1fr) 428px;gap:16px;align-items:start}.task-list-card{padding:10px 22px 14px;max-height:calc(100vh - 150px);overflow-y:auto}.task-list-row{min-height:50px}.task-list-row.active:after{top:9px;height:calc(100% - 18px)}.task-list-meta,.task-line-meta,.task-mini-meta,.kanban-meta{font-size:12.5px}.task-side-panel{min-height:0;position:sticky;top:0;max-height:calc(100vh - 150px);overflow-y:auto}.task-side-panel .comment-bar{position:sticky;bottom:0;z-index:2;background:#fff}.kanban-grid{display:grid;grid-auto-flow:column;grid-auto-columns:292px;gap:16px;align-items:start;overflow-x:auto;padding-bottom:6px}.kanban-column{position:relative;min-height:0;gap:12px;padding:18px;min-height:calc(100vh - 164px)}.kanban-column-head strong{font-size:18px}.kanban-column.drag-target{border-color:#d8e4f3;background:#fbfdff}.kanban-card{gap:14px;padding:16px 18px 14px;border-radius:12px;box-shadow:none}.kanban-card:hover{transform:none;box-shadow:none}.kanban-card.dragging{opacity:.55}.kanban-line,.project-grid-line{height:2px}.kanban-add{min-height:46px;border-radius:12px;font-size:14px;margin-top:auto}.kanban-board-menu{position:absolute;top:50px;right:18px;z-index:8;display:flex;flex-direction:column;min-width:188px;padding:8px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 18px 36px #23344c1f}.kanban-board-menu button{min-height:38px;padding:0 12px;border-radius:9px;font-size:14px;text-align:left;cursor:pointer}.kanban-board-menu button:hover{background:#f5f8ff}.kanban-board-create{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:calc(100vh - 164px);border-style:dashed;color:var(--blue);font-size:14px;font-weight:600;cursor:pointer}.kanban-board-create svg{width:18px;height:18px}.seo-tabs .toolbar-actions{background:transparent;border:0;overflow:visible}.seo-board-list{grid-template-columns:292px minmax(0,1fr);min-height:calc(100vh - 150px)}.seo-board-item{min-height:74px;padding:16px 20px}.seo-board-detail h3{font-size:16px}.seo-task-line{min-height:52px;padding:0 24px}.gantt-row{min-height:56px}.page-stack.dashboard-page,.page-stack.tasks-page,.page-stack.kanban-page,.page-stack.projects-page{min-height:calc(100vh - 118px)}.projects-page .toolbar-row,.kanban-page .toolbar-row{position:sticky;top:0;z-index:8;padding-bottom:2px;background:linear-gradient(180deg,var(--bg) 0%,var(--bg) 78%,rgba(247,249,252,0) 100%)}.project-table{overflow:hidden}.table-head.projects{min-height:42px;padding-top:2px;padding-bottom:2px}.project-table-row{width:100%;gap:20px;padding-top:14px;padding-bottom:14px;text-align:left}.project-table-main{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:14px}.project-table-copy{display:flex;flex-direction:column;gap:5px;min-width:0}.project-table-copy strong{font-size:14px;font-weight:700;line-height:1.25}.project-table-copy span{color:#8a9bb0;font-size:12px;line-height:1}.project-table-stat{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px}.project-table-stat strong{font-size:13.5px;font-weight:600;line-height:1.1}.project-table-stat span{color:#8ea0b4;font-size:12px}.project-table-actions{display:grid;grid-template-columns:minmax(0,1fr) 28px;align-items:center}.project-table-members{display:flex;align-items:center;justify-content:flex-start;min-width:0}.table-row-menu{width:28px;height:28px;color:#92a4b8}.table-row-menu svg{width:14px;height:14px}.project-table-row .app-icon{width:38px;height:38px;border-radius:50%;background:#f4f7fb}.project-table-row .avatar-group.small{gap:0}.project-table-row .avatar-group.small .avatar-pill{box-shadow:0 0 0 2px #fff}.task-modal-shell{display:grid;grid-template-columns:minmax(0,1fr) 236px;gap:36px;padding:24px 32px 0}.task-modal-main{display:flex;flex-direction:column;gap:24px;min-width:0}.task-modal-main h2{margin:0;font-size:22px;line-height:1.15;letter-spacing:-.03em}.task-modal-meta{display:grid;grid-template-columns:1fr minmax(0,1fr);gap:24px}.task-modal-meta-item{display:flex;flex-direction:column;gap:10px;min-width:0}.task-modal-actions{padding-top:52px}.task-modal-actions .icon-list{gap:16px}.task-modal-actions .action-list span{font-size:14px;font-weight:600}.task-modal-shell .task-detail-block{gap:12px;padding:0}.task-modal-shell .task-detail-block p{max-width:620px;margin:0;color:#7e91a9;line-height:1.7}.task-modal-date{justify-content:center;min-height:38px;padding:0 18px;color:#7f93aa;font-weight:600}.task-modal-field{justify-content:flex-start;gap:8px;min-height:38px;padding:0 14px}.task-modal-field span{line-height:1}.modal>.comment-bar{position:sticky;bottom:0;z-index:4;background:#fff}.kanban-page .project-select-trigger{min-width:336px}.kanban-grid{grid-auto-columns:276px;gap:14px;align-items:stretch}.kanban-grid::-webkit-scrollbar{height:8px}.kanban-grid::-webkit-scrollbar-thumb{border-radius:999px;background:#dbe4ef}.kanban-column{min-height:0;height:-moz-fit-content;height:fit-content;padding:16px}.kanban-column-head{min-height:34px}.kanban-column-head strong{font-size:16px;line-height:1.1}.kanban-column-head>button{width:28px;height:28px;border-radius:10px;color:#93a3b7;cursor:pointer}.kanban-card{cursor:grab}.kanban-card.dragging{cursor:grabbing}.kanban-board-menu{top:42px;right:16px}.kanban-board-menu button{display:flex;align-items:center;gap:10px}.kanban-board-menu button svg{width:14px;height:14px;color:#90a2b6}.kanban-board-create{width:276px;min-height:240px;padding:18px}.kanban-add{border:1px dashed var(--line);background:#fbfdff}.envanto-project-shell{padding:0;overflow:hidden}.envanto-task-layout{display:grid;grid-template-columns:minmax(0,1fr) 436px;align-items:stretch;min-height:calc(100vh - 178px)}.envanto-task-main{min-width:0;overflow-y:auto}.envanto-task-layout.empty .envanto-task-main{display:flex}.envanto-task-panel{border:0;border-left:1px solid var(--line);border-radius:0;box-shadow:none;min-height:calc(100vh - 178px);max-height:none;position:sticky;top:0}.envanto-task-row{width:100%;background:transparent;cursor:pointer;text-align:left}.envanto-task-row.active{position:relative;background:#f8fbff}.envanto-task-row.active:after{content:"";position:absolute;top:8px;right:0;width:2px;height:calc(100% - 16px);border-radius:2px;background:var(--blue)}.envanto-calendar,.envanto-activity-feed{min-height:calc(100vh - 178px)}.envanto-activity-feed{padding:24px}.envanto-activity-group{gap:12px}.envanto-activity-entry{min-height:62px;padding:0 6px 0 0}.envanto-settings-layout{border:0;border-radius:0;box-shadow:none}.seo-board-list{align-items:stretch}.seo-board-column{border-right:1px solid var(--line);min-height:calc(100vh - 206px)}.seo-board-detail{min-height:calc(100vh - 206px)}.seo-task-line{display:grid;grid-template-columns:minmax(0,1fr) auto 28px;align-items:center;gap:14px}.seo-side-detail{box-shadow:none}.detail-main{display:flex;flex-direction:column;overflow:hidden}.detail-main>*{min-height:100%}.detail-main .panel-title-row{position:sticky;top:0;z-index:2;background:#fff}@media (max-width: 1440px){.dashboard-grid{grid-template-columns:minmax(0,1fr) 320px}.file-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 1200px){.dashboard-grid,.contacts-layout,.tasks-layout,.detail-with-rail,.two-col-layout,.split-layout,.seo-board-list,.envanto-task-layout{grid-template-columns:1fr}.chat-shell{grid-template-columns:250px minmax(0,1fr);height:auto}.file-grid,.project-grid,.kanban-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kanban-grid{grid-auto-flow:row;grid-auto-columns:auto;overflow-x:visible}.task-list-card,.task-side-panel,.detail-main,.rail-menu,.seo-side-detail,.envanto-task-panel{max-height:none;position:static}.modal .task-detail-block{padding-right:24px}.task-modal-shell{grid-template-columns:1fr;gap:24px}.task-modal-actions{padding-top:0;padding-bottom:12px}}@media (max-width: 960px){body{overflow:auto}.shell{grid-template-columns:1fr;height:auto;overflow:visible}.sidebar{position:static;height:auto;overflow:visible;border-right:0;border-bottom:1px solid var(--line)}.main,.page-wrap{height:auto;overflow:visible}.topbar{position:static;flex-direction:column;align-items:stretch}.topbar-right{justify-content:space-between;flex-wrap:wrap}.searchbar{min-width:0;width:100%}.chat-shell{grid-template-columns:1fr}.envanto-project-shell,.detail-main{min-height:auto}.chat-aside,.chat-thread{border-right:0}.chat-sidebar{border-right:0;border-bottom:1px solid var(--line)}}@media (max-width: 720px){.page-wrap,.topbar{padding-left:16px;padding-right:16px}.dashboard-overview-card{grid-template-columns:1fr}.overview-divider{width:100%;height:1px}.dashboard-task-line,.chat-item,.file-row,.contact-row,.project-table-row,.seo-task-line,.task-list-row,.task-line-row,.upload-item{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.file-grid,.project-grid,.kanban-grid{grid-template-columns:1fr}.kanban-grid{grid-auto-flow:row}.table-head.projects,.table-head.files,.task-modal-meta,.project-table-row{grid-template-columns:1fr}}:root{--shell-header-height-final: 76px}.shell{grid-template-columns:250px minmax(0,1fr);height:100vh;overflow:hidden}.sidebar{display:flex;flex-direction:column;justify-content:space-between;height:100vh;border-right:1px solid var(--line);overflow-y:auto}.main{display:flex;flex-direction:column;height:100vh;min-height:0;overflow:hidden}.topbar{position:sticky;top:0;z-index:40;flex:0 0 var(--shell-header-height-final);min-height:var(--shell-header-height-final);border-bottom:1px solid var(--line);background:#fffffff5}.tasks-page .toolbar-row,.projects-page .toolbar-row,.kanban-page .toolbar-row{position:sticky;top:-1px;z-index:14;padding-bottom:8px;background:linear-gradient(180deg,var(--bg) 0%,var(--bg) 84%,rgba(247,249,252,0) 100%)}.chat-shell{height:calc(100vh - var(--shell-header-height-final) - 48px);max-height:calc(100vh - var(--shell-header-height-final) - 48px);min-height:720px}.chat-sidebar,.chat-aside,.chat-thread,.chat-messages{min-height:0}.chat-sidebar,.chat-aside,.chat-messages{overflow-y:auto}.chat-thread{display:grid;grid-template-rows:56px minmax(0,1fr) auto}.chat-thread .comment-bar{position:sticky;bottom:0;z-index:3;margin-top:auto;border-top:1px solid var(--line);background:#fff}.tasks-layout{grid-template-columns:minmax(0,1fr) 420px;align-items:start}.task-list-card{display:flex;flex-direction:column;max-height:calc(100vh - var(--shell-header-height-final) - 96px);overflow-y:auto}.task-list-card .new-task-line{position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid var(--line)}.task-side-panel{position:sticky;top:0;max-height:calc(100vh - var(--shell-header-height-final) - 96px);overflow-y:auto}.task-side-panel .comment-bar{position:sticky;bottom:0;z-index:2;border-top:1px solid var(--line)}.project-select-menu{max-height:280px;overflow-y:auto}.table-head.projects,.project-table-row{grid-template-columns:minmax(300px,1.7fr) minmax(102px,.56fr) minmax(112px,.62fr) minmax(122px,.64fr) minmax(176px,.86fr)}.project-table-row{display:grid;align-items:center;gap:16px}.project-table-main{width:100%;justify-self:start}.project-table-main .app-icon{justify-self:start;margin-left:0}.project-table-copy{min-width:0}.project-table-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-table-actions{display:grid;grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:12px}.table-row-menu{display:grid;place-items:center;justify-self:end}.kanban-page .project-select-trigger{min-width:296px}.kanban-grid{grid-auto-flow:column;grid-auto-columns:254px;gap:12px;align-items:start;padding:4px 0 14px;overflow-x:auto;scroll-snap-type:x proximity}.kanban-column,.kanban-board-create{scroll-snap-align:start}.kanban-column{display:flex;flex-direction:column;min-height:calc(100vh - var(--shell-header-height-final) - 118px);padding:16px}.kanban-column.drag-target{background:#fbfdff;outline:1px dashed #d8e4f3;outline-offset:-8px}.kanban-card{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%;min-height:92px;text-align:left}.kanban-meta{display:flex;flex-wrap:wrap;gap:12px}.kanban-add{display:flex;align-items:center;justify-content:center;margin-top:auto}.kanban-board-create{width:254px;min-height:calc(100vh - var(--shell-header-height-final) - 118px)}.overlay{padding:24px}.modal.wide{width:min(1080px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:auto}.task-modal-shell{grid-template-columns:minmax(0,1fr) 216px;gap:32px;align-items:start}.task-modal-main{padding-bottom:8px}.task-modal-main h2{font-size:20px}.task-modal-meta{grid-template-columns:minmax(0,220px) minmax(0,1fr);gap:22px;align-items:start}.task-modal-date{width:100%}.task-modal-actions{position:sticky;top:116px;align-self:start;padding-top:4px}.task-modal-actions .icon-list{gap:14px}.task-modal-actions .action-list span{min-height:40px}.task-modal-shell .task-detail-block .ghost-button,.task-modal-shell .task-detail-block .chip{align-self:flex-start}.modal>.comment-bar{position:sticky;bottom:0;z-index:5;border-top:1px solid var(--line);background:#fff}.two-col-layout.seo-tasks{grid-template-columns:minmax(0,1fr) 360px;align-items:start}.seo-board-list{display:grid;grid-template-columns:286px minmax(0,1fr);min-height:calc(100vh - var(--shell-header-height-final) - 96px);overflow:hidden}.seo-board-column,.seo-board-detail,.detail-main,.envanto-task-main{min-height:0;overflow-y:auto}.seo-side-detail{position:sticky;top:0;max-height:calc(100vh - var(--shell-header-height-final) - 96px);overflow-y:auto}.seo-settings-layout,.detail-with-rail,.detail-main,.envanto-project-shell,.envanto-task-layout,.envanto-settings-layout{min-height:calc(100vh - var(--shell-header-height-final) - 96px)}.detail-with-rail{grid-template-columns:minmax(0,1fr) 252px;align-items:start}.rail-menu{min-height:calc(100vh - var(--shell-header-height-final) - 96px);max-height:calc(100vh - var(--shell-header-height-final) - 96px)}.envanto-task-layout{grid-template-columns:minmax(0,1fr) 416px}.envanto-task-panel{position:sticky;top:0;max-height:calc(100vh - var(--shell-header-height-final) - 96px);overflow-y:auto}@media (max-width: 1200px){.chat-shell,.tasks-layout,.two-col-layout.seo-tasks,.detail-with-rail,.envanto-task-layout,.seo-board-list{grid-template-columns:1fr}.kanban-grid{grid-auto-flow:row;grid-auto-columns:auto;overflow-x:visible;scroll-snap-type:none}.kanban-board-create{width:100%;min-height:180px}.task-side-panel,.seo-side-detail,.rail-menu,.envanto-task-panel{position:static;max-height:none}.chat-shell{height:auto;max-height:none}}@media (max-width: 720px){.table-head.projects,.project-table-row,.project-table-actions,.task-modal-meta,.task-modal-shell{grid-template-columns:1fr}.project-table-members,.project-table-actions .avatar-group.small{justify-content:flex-start}.modal.wide{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}}:root{--shell-header-height-final: 76px;--sidebar-width-final: 248px}.shell{grid-template-columns:var(--sidebar-width-final) minmax(0,1fr);height:100vh;overflow:hidden}.sidebar{position:sticky;top:0;height:100vh;overflow:hidden;background:#fff}.sidebar-scroller{flex:1 1 auto;min-height:0;overflow-y:auto;padding-bottom:18px}.sidebar-bottom{flex:0 0 auto;padding:14px 14px 18px;border-top:1px solid var(--line);background:#fff}.main{min-width:0;height:100vh;overflow:hidden}.topbar{position:sticky;top:0;z-index:48;min-height:var(--shell-header-height-final);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5}.page-wrap{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:24px}.page-stack.dashboard-page,.page-stack.tasks-page,.page-stack.kanban-page,.page-stack.projects-page,.page-stack.chat-page,.page-stack.calendar-page{min-height:calc(100vh - var(--shell-header-height-final) - 48px)}.tasks-page .toolbar-row,.projects-page .toolbar-row,.kanban-page .toolbar-row,.calendar-page .toolbar-row{position:sticky;top:-1px;z-index:14;padding-bottom:8px;background:linear-gradient(180deg,var(--bg) 0%,var(--bg) 84%,rgba(247,249,252,0) 100%)}.card{border:1px solid #e6edf5;box-shadow:0 8px 24px #293b540a}.soft-button,.icon-button,.ghost-button,.primary-button,.chip,.field-chip{font-size:13px}.soft-button,.icon-button{border-color:#e4ebf4}.chip{height:28px;padding:0 12px}.tiny-label{font-size:12px;color:#91a1b8}.meta-inline{font-size:12px}.nav-link,.project-mini-link{font-size:13px}.table-card.project-table{overflow:hidden}.table-head.projects{position:sticky;top:0;z-index:4;background:#fff}.table-head.projects,.project-table-row{grid-template-columns:minmax(340px,1.75fr) minmax(96px,.48fr) minmax(102px,.56fr) minmax(120px,.62fr) minmax(176px,.78fr)}.project-table-row{min-height:76px;gap:14px;padding:0 18px}.project-table-row:hover{background:#fbfdff}.project-table-main{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:14px;min-width:0}.project-table-main .app-icon{width:40px;height:40px;margin-left:0;border-radius:14px;border:1px solid #edf2f8;background:#f8faff;box-shadow:none}.project-table-main .app-icon svg{width:18px;height:18px}.project-table-copy,.project-table-title-line{min-width:0}.project-table-copy{display:flex;flex-direction:column;gap:4px}.project-table-title-line{display:flex;align-items:center;gap:10px}.project-table-title-line strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.24}.project-table-title-line .chip{flex:0 0 auto}.project-table-stat strong{font-size:14px;line-height:1.2}.project-table-stat span{font-size:11px}.project-table-actions{grid-template-columns:auto 18px;gap:10px;justify-self:stretch}.project-table-members,.project-table-actions .avatar-group.small{justify-content:flex-end}.project-table-row .avatar-group.small .avatar-pill{width:26px;height:26px;margin-left:-8px;border:2px solid #fff;font-size:9px}.project-table-row .avatar-group.small .avatar-pill:first-child{margin-left:0}.project-table-row .avatar-pill.extra{background:#f3f6fb;color:#8fa0b9}.table-row-menu{justify-self:end;color:#97a8c3}.task-list-row,.seo-task-line,.envanto-task-row,.task-mini-row,.chat-item,.contact-row{font-size:13px}.tasks-layout{grid-template-columns:minmax(0,1fr) 368px;gap:18px;height:calc(100vh - var(--shell-header-height-final) - 96px);align-items:stretch;overflow:hidden}.task-list-card,.task-side-panel{height:100%;max-height:none}.task-list-card{overflow-y:auto}.task-side-panel{position:sticky;top:0;overflow-y:auto}.task-list-card .new-task-line{position:sticky;top:0;z-index:2;background:#fff}.task-side-panel .comment-bar,.chat-thread .comment-bar,.project-task-detail-view .comment-bar,.seo-side-detail .comment-bar,.envanto-task-panel .comment-bar{position:sticky;bottom:0;z-index:3;background:#fff;border-top:1px solid var(--line)}.chat-shell{grid-template-columns:272px minmax(0,1fr) 286px;height:calc(100vh - var(--shell-header-height-final) - 48px);max-height:calc(100vh - var(--shell-header-height-final) - 48px);overflow:hidden}.chat-sidebar,.chat-aside{min-height:0;overflow-y:auto}.chat-thread{display:grid;grid-template-rows:56px minmax(0,1fr) auto;min-height:0;overflow:hidden}.chat-messages{min-height:0;overflow-y:auto;padding-bottom:16px}.chat-aside-head{position:sticky;top:0;z-index:2;background:#fff}.kanban-page .project-select,.kanban-page .project-select-trigger{min-width:314px}.project-select{position:relative}.project-select-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:30;width:100%;max-height:300px;overflow-y:auto;padding:8px;border:1px solid #e6edf5;border-radius:16px;background:#fff;box-shadow:0 16px 40px #2030471f}.project-select-option{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border-radius:12px;text-align:left}.project-select-option:hover,.project-select-option.active{background:#f4f8ff}.kanban-grid{grid-auto-flow:column;grid-auto-columns:236px;gap:16px;align-items:stretch;padding:8px 0 20px;overflow-x:auto}.kanban-column,.kanban-board-create{height:calc(100vh - var(--shell-header-height-final) - 116px);min-height:calc(100vh - var(--shell-header-height-final) - 116px)}.kanban-column{position:relative;padding:14px;overflow-y:auto;box-shadow:none}.kanban-column-head{position:sticky;top:-14px;z-index:2;margin:-14px -14px 12px;padding:14px;background:#fff}.kanban-column-head strong{font-size:14px}.kanban-board-menu{position:absolute;top:52px;right:14px;z-index:6;width:188px;padding:8px;border:1px solid #e6edf5;border-radius:14px;background:#fff;box-shadow:0 16px 34px #21334c1f}.kanban-board-menu button{width:100%;min-height:38px;justify-content:flex-start;padding:0 12px;border-radius:10px}.kanban-board-menu button:hover{background:#f7faff}.kanban-card{gap:10px;min-height:88px;padding:16px 14px 12px;border:1px solid #edf2f7;border-radius:14px;background:#fff}.kanban-card strong{font-size:14px;line-height:1.35}.kanban-card.dragging{opacity:.46}.kanban-card-desc{margin:0;font-size:12px;line-height:1.5;color:#8fa0b9;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.kanban-card-tags{display:flex;flex-wrap:wrap;gap:5px}.kanban-priority-chip,.kanban-tag-chip{height:20px;padding:0 8px;font-size:11px;line-height:20px}.kanban-meta{gap:10px 12px}.kanban-empty-drop{display:flex;align-items:center;justify-content:center;min-height:94px;margin-bottom:10px;border:1px dashed #dbe4f0;border-radius:14px;color:#8fa0b9;font-size:13px}.kanban-empty-drop.active{background:#f8fbff;color:#4d77ff}.kanban-add{min-height:42px;margin-top:10px;border:1px dashed #dbe4f0;border-radius:14px;background:#fbfdff;color:#4d77ff}.kanban-board-create{width:214px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px dashed #dbe4f0;background:#fbfdff;color:#4d77ff;box-shadow:none}.kanban-board-create svg{width:20px;height:20px}.overlay{align-items:flex-start;justify-content:center;padding:54px 24px 24px;background:#242f4257}.modal{overflow:hidden;border-radius:22px}.modal.wide{width:min(1040px,calc(100vw - 80px));max-height:calc(100vh - 78px)}.modal>.panel-title-row{min-height:70px;padding:0 32px;border-bottom:1px solid var(--line)}.modal>.panel-progress{min-height:58px;padding:0 32px;border-bottom:1px solid var(--line);background:#f7faff}.task-modal-shell{display:block;padding:26px 32px 20px}.task-modal-main{display:flex;flex-direction:column;gap:22px;min-width:0}.task-modal-main h2{margin:0;font-size:18px;line-height:1.3}.task-modal-meta-grid{display:grid;grid-template-columns:176px minmax(0,1fr) 228px;gap:24px;align-items:start}.task-modal-meta-item{display:flex;flex-direction:column;gap:8px;min-width:0}.task-modal-date{min-height:40px;justify-content:center;width:100%}.task-modal-actions{align-self:start}.task-modal-actions .action-list{gap:8px}.task-modal-actions .action-list span{justify-content:flex-start;min-height:34px}.task-modal-main .task-detail-block{display:flex;flex-direction:column;gap:12px;padding-top:18px;border-top:1px solid var(--line)}.task-modal-main .task-detail-block h3,.task-modal-main .task-detail-block p{margin:0}.task-modal-main .task-detail-block p{max-width:620px;color:var(--muted);line-height:1.7}.task-modal-main .ghost-button,.task-modal-main .chip{align-self:flex-start}.modal>.comment-bar{min-height:54px;padding:0 32px;border-top:1px solid var(--line);background:#fff}.page-stack.projects-page>.detail-with-rail,.page-stack.projects-page>.two-col-layout.seo-tasks,.page-stack.projects-page>.card.envanto-project-shell,.page-stack.projects-page>.card.split-layout.seo-settings-layout{height:calc(100vh - var(--shell-header-height-final) - 96px);overflow:hidden}.detail-with-rail{grid-template-columns:minmax(0,1fr) 236px;gap:16px;align-items:stretch}.detail-main,.envanto-project-shell{overflow:hidden}.detail-main{display:flex;flex-direction:column}.detail-page-header{padding:16px 18px}.detail-main>.section-group,.section-group{padding:0 18px 16px}.section-group h3{margin:18px 0 10px;font-size:14px}.sketch-task-row,.envanto-task-row,.task-line-row{min-height:52px}.rail-menu{min-height:100%;max-height:100%;overflow-y:auto;padding:14px;gap:6px}.rail-item{min-height:42px;font-size:14px}.two-col-layout.seo-tasks{grid-template-columns:minmax(0,1fr) 344px;gap:16px}.seo-board-list{grid-template-columns:270px minmax(0,1fr)}.seo-board-item{min-height:78px;padding:16px 18px}.seo-task-line{display:grid;grid-template-columns:minmax(0,1fr) auto 24px;gap:10px;align-items:center;min-height:48px}.seo-member-row{display:grid;grid-template-columns:minmax(0,1fr) auto 14px;gap:12px;align-items:center}.seo-member-main{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:center}.seo-member-copy strong{font-size:14px}.seo-member-copy span,.seo-member-metrics span{font-size:11px}.seo-member-metrics{text-align:right}.seo-side-detail{position:sticky;top:0;display:flex;flex-direction:column;overflow:hidden}.seo-side-detail>:not(.comment-bar){padding-left:22px;padding-right:22px}.envanto-task-layout{grid-template-columns:minmax(0,1fr) 336px;gap:0}.envanto-task-main{min-height:0;overflow-y:auto}.envanto-task-panel{border-left:1px solid var(--line);border-radius:0;box-shadow:none}.envanto-empty{min-height:100%;padding:36px 24px 24px}.wizard-page{min-height:calc(100vh - var(--shell-header-height-final) - 48px)}.wizard-main{max-width:620px}@media (max-width: 1280px){.chat-shell{grid-template-columns:252px minmax(0,1fr) 260px}.tasks-layout{grid-template-columns:minmax(0,1fr) 340px}.envanto-task-layout{grid-template-columns:minmax(0,1fr) 312px}}@media (max-width: 1200px){.sidebar{position:static;height:auto}.sidebar-scroller{overflow:visible}.chat-shell,.tasks-layout,.two-col-layout.seo-tasks,.detail-with-rail,.envanto-task-layout,.seo-board-list,.task-modal-meta-grid{grid-template-columns:1fr}.kanban-grid{grid-auto-flow:row;grid-auto-columns:auto;overflow-x:visible}.kanban-column,.kanban-board-create{height:auto;min-height:220px}.task-side-panel,.seo-side-detail,.rail-menu,.envanto-task-panel{position:static;max-height:none}.chat-shell{height:auto;max-height:none}}@media (max-width: 720px){.page-wrap{padding:16px}.table-head.projects,.project-table-row,.project-table-actions{grid-template-columns:1fr}.project-table-members,.project-table-actions .avatar-group.small{justify-content:flex-start}.modal.wide{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}}.sidebar-scroller{padding-bottom:24px}.sidebar-bottom{padding-top:12px}.avatar-pill,.app-icon,.brand-mark,.social-chip,.country-flag,.row-check,.checkbox{display:inline-flex;align-items:center;justify-content:center;line-height:1;flex:0 0 auto}.avatar-pill,.row-check,.checkbox{padding:0}.avatar-pill{letter-spacing:.02em;font-weight:700;font-size:10px}.avatar-pill.small{font-size:9px}.app-icon svg,.avatar-pill svg,.project-select-trigger svg,.project-select-option .app-icon svg{display:block}.project-table-main .app-icon,.project-grid-card .app-icon,.file-card .app-icon,.file-main .app-icon{justify-self:start;margin:0}.project-table-members{display:flex;align-items:center;justify-content:flex-end}.project-table-actions{align-items:center}.project-table-row .avatar-group.small,.project-table-actions .avatar-group.small{display:flex;align-items:center;justify-content:flex-end}.project-table-row .avatar-group.small .avatar-pill,.project-table-actions .avatar-group.small .avatar-pill{display:inline-flex;align-items:center;justify-content:center;text-align:center}.wizard-page{display:flex;flex-direction:column;overflow:hidden}.wizard-title{min-height:58px;padding:0 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;color:#7f93aa;font-size:14px}.wizard-main{width:min(560px,100%);margin:auto;padding:36px 0 54px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;text-align:center}.wizard-main.centered-screen{width:min(520px,100%)}.wizard-main h2{margin-bottom:8px}.wizard-main p{margin-top:0}.wizard-form{width:100%;display:grid;gap:16px;margin-top:20px;text-align:left}.wizard-main .form-actions{justify-content:space-between;width:100%;margin-top:24px}.member-row.bordered{display:grid;grid-template-columns:40px minmax(0,1fr) auto 18px;gap:14px;align-items:center;min-height:66px;padding:0 4px;border-bottom:1px solid var(--line)}.member-row.bordered>div:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.member-row.bordered>div:nth-child(2) span{color:var(--muted);font-size:12px}.wizard-success{margin-top:28px}.calendar-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-items:start}.calendar-layout.with-panel{grid-template-columns:minmax(0,1fr) 344px}.calendar-card{min-height:calc(100vh - var(--shell-header-height-final) - 118px);overflow:hidden}.calendar-side-panel{position:sticky;top:0;min-height:calc(100vh - var(--shell-header-height-final) - 118px);max-height:calc(100vh - var(--shell-header-height-final) - 118px);display:flex;flex-direction:column;overflow:hidden}.calendar-side-panel .panel-title-row,.module-side-panel .panel-title-row{position:sticky;top:0;z-index:3;background:#fff}.calendar-side-panel .comment-bar,.module-side-panel .comment-bar{margin-top:auto}.panel-close-ghost{width:30px;height:30px;border-radius:10px;color:#8ca0b8}.panel-close-ghost:hover{background:#f5f8ff}.kanban-strip{overflow-x:auto;padding-bottom:8px}.kanban-strip::-webkit-scrollbar,.module-kanban-grid::-webkit-scrollbar{height:8px}.kanban-strip::-webkit-scrollbar-thumb,.module-kanban-grid::-webkit-scrollbar-thumb{border-radius:999px;background:#d8e2ee}.kanban-grid{display:grid;grid-auto-flow:column;grid-auto-columns:304px;gap:16px;align-items:stretch;width:-moz-max-content;width:max-content;min-height:0;padding:2px 0 18px;overflow:visible}.kanban-column{width:304px;min-height:calc(100vh - var(--shell-header-height-final) - 124px);max-height:calc(100vh - var(--shell-header-height-final) - 124px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.kanban-column-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.kanban-column-body{min-height:0;overflow-y:auto;padding-right:4px;display:flex;flex-direction:column;gap:10px}.kanban-column-body::-webkit-scrollbar,.module-kanban-body::-webkit-scrollbar,.task-side-panel::-webkit-scrollbar,.task-list-card::-webkit-scrollbar,.envanto-task-main::-webkit-scrollbar,.rail-menu::-webkit-scrollbar,.module-detail-scroll::-webkit-scrollbar,.chat-sidebar::-webkit-scrollbar,.chat-aside::-webkit-scrollbar,.chat-messages::-webkit-scrollbar{width:8px;height:8px}.kanban-column-body::-webkit-scrollbar-thumb,.module-kanban-body::-webkit-scrollbar-thumb,.task-side-panel::-webkit-scrollbar-thumb,.task-list-card::-webkit-scrollbar-thumb,.envanto-task-main::-webkit-scrollbar-thumb,.rail-menu::-webkit-scrollbar-thumb,.module-detail-scroll::-webkit-scrollbar-thumb,.chat-sidebar::-webkit-scrollbar-thumb,.chat-aside::-webkit-scrollbar-thumb,.chat-messages::-webkit-scrollbar-thumb{border-radius:999px;background:#dbe4ef}.kanban-card-wrap{display:flex;flex-direction:column;gap:10px}.kanban-card{width:100%}.kanban-drop-marker{height:6px;border-radius:999px;background:#4d77ff57}.kanban-drop-marker.end{margin-top:2px}.kanban-add{margin-top:12px}.kanban-board-create-compact{align-self:start;width:44px;height:44px;border:1px dashed #d9e2ee;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;color:#4d77ff;background:#fbfdff;box-shadow:none;margin-top:4px}.kanban-board-create-compact span{display:none}.kanban-board-create-compact:hover{background:#f5f8ff}.task-modal-shell{display:block;max-height:calc(100vh - 220px);overflow-y:auto;padding:24px 30px 0}.task-modal-main{gap:24px}.task-modal-main h2{font-size:17px}.task-modal-meta-grid{grid-template-columns:minmax(180px,.8fr) minmax(220px,1fr) 220px;gap:24px}.task-modal-meta-item .avatar-group.small,.task-modal-meta-item .avatar-group{justify-content:flex-start}.task-modal-actions .action-list{display:flex;flex-direction:column;gap:8px}.task-modal-actions .action-list span{min-height:32px;justify-content:flex-start}.task-modal-main .task-detail-block{padding-top:18px;border-top:1px solid var(--line)}.task-modal-main .ghost-button{min-width:220px}.project-task-detail-view{display:flex;flex-direction:column;min-height:100%;overflow:hidden}.project-task-detail{display:grid;grid-template-columns:minmax(0,1fr) 248px;gap:28px;padding:24px 24px 0;min-height:0;overflow-y:auto}.project-task-detail-body,.project-task-detail-side{min-width:0}.project-task-detail-side{display:flex;flex-direction:column;gap:18px;padding-left:24px;border-left:1px solid var(--line)}.project-task-detail-side .action-list{display:flex;flex-direction:column;gap:8px}.project-task-detail-side .action-list span{justify-content:flex-start}.detail-with-rail{grid-template-columns:minmax(0,1fr) 248px}.detail-main,.seo-board-list,.envanto-project-shell,.envanto-task-layout{min-height:calc(100vh - var(--shell-header-height-final) - 108px)}.detail-main{overflow:hidden}.rail-menu{position:sticky;top:0;display:flex;flex-direction:column}.rail-footer-links{margin-top:auto;display:flex;flex-direction:column;gap:8px}.seo-board-list{grid-template-columns:284px minmax(0,1fr)}.seo-board-column,.seo-board-detail{min-height:0;overflow-y:auto}.seo-board-detail{padding:8px 0}.seo-side-detail,.envanto-task-panel{display:flex;flex-direction:column}.module-page{display:flex;flex-direction:column;gap:16px}.module-summary-grid{display:grid;gap:16px}.content-summary-grid{grid-template-columns:minmax(0,1.3fr) repeat(5,minmax(0,1fr))}.b2b-summary-grid,.social-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.module-summary-card{min-height:92px;padding:18px 20px;display:flex;flex-direction:column;justify-content:center;gap:6px}.module-summary-card>span{color:var(--muted);font-size:12px}.module-summary-card>strong{font-size:24px;line-height:1}.module-summary-card.warning strong{color:#ef5b72}.mini-country-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.mini-country-stats div{display:flex;flex-direction:column;gap:4px}.module-toolbar .toolbar-actions.wrap,.module-bulk-bar .toolbar-actions.wrap{flex-wrap:wrap}.module-bulk-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px}.module-bulk-copy{display:flex;flex-direction:column;gap:4px}.module-bulk-copy span{color:var(--muted);font-size:12px}.module-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-items:start}.module-layout.with-side{grid-template-columns:minmax(0,1fr) 392px}.module-main-card{min-height:520px;overflow:hidden;padding:0}.module-side-panel{position:sticky;top:0;min-height:520px;max-height:calc(100vh - var(--shell-header-height-final) - 118px);display:flex;flex-direction:column;overflow:hidden}.module-detail-scroll{min-height:0;overflow-y:auto}.module-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:18px}.module-detail-grid .span-2{grid-column:1 / -1}.editable-field,.filter-select{display:flex;flex-direction:column;gap:7px;min-width:0}.editable-field>span,.filter-select>span{color:#8394aa;font-size:12px}.editable-field input,.editable-field select,.editable-field textarea,.filter-select select{width:100%;min-height:42px;padding:0 14px;border:1px solid #e1e8f1;border-radius:12px;background:#fff;font-size:13px;color:var(--text)}.editable-field textarea{min-height:112px;padding:12px 14px;resize:vertical}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.status-badge.subtle{border:1px solid rgba(0,0,0,.04)}.status-slate,.status-grey{background:#eef2f7;color:#77879d}.status-yellow{background:#fff2d8;color:#bf8a22}.status-orange{background:#ffe8d2;color:#cf7a18}.status-blue{background:#e5efff;color:#4d77ff}.status-purple{background:#efe6ff;color:#8d5cff}.status-green{background:#e2f6d7;color:#5ea61f}.status-pink{background:#fde0eb;color:#ed5f9a}.status-teal{background:#dff7f8;color:#27a4ba}.row-check{width:20px;height:20px;border:1px solid #dbe4ef;border-radius:6px;background:#fff}.row-check span{width:10px;height:10px;border-radius:3px;background:transparent}.row-check.checked{background:#4d77ff;border-color:#4d77ff}.row-check.checked span{background:#fff}.module-table{min-width:0;overflow:auto}.module-table-head,.module-table-row{display:grid;align-items:center;gap:14px;padding:0 18px}.module-table-head{position:sticky;top:0;z-index:2;min-height:48px;border-bottom:1px solid var(--line);background:#fff;color:#8394aa;font-size:12px}.module-table-row{min-height:64px;border-bottom:1px solid #edf2f7;text-align:left;cursor:pointer}.module-row-link{min-width:0;display:flex;flex-direction:column;gap:4px;text-align:left}.module-row-link strong{font-size:14px}.module-row-link small{color:var(--muted);font-size:11px}.content-matrix-head,.content-matrix-row{grid-template-columns:28px minmax(220px,1.3fr) 130px 84px repeat(5,minmax(112px,.8fr))}.content-list-head,.content-list-row{grid-template-columns:28px minmax(220px,1.3fr) 130px 84px minmax(280px,1.8fr) 120px}.b2b-list-head,.b2b-list-row{grid-template-columns:minmax(220px,1.4fr) 140px 130px 150px 70px 110px 90px}.social-list-head,.social-list-row{grid-template-columns:minmax(220px,1.35fr) 120px 70px 96px 144px 130px}.status-cell-grid{display:flex;flex-wrap:wrap;gap:8px}.module-kanban-grid{display:grid;grid-auto-flow:column;grid-auto-columns:272px;gap:16px;min-width:0;min-height:0;overflow-x:auto;padding:18px}.module-kanban-column{min-height:420px;max-height:calc(100vh - var(--shell-header-height-final) - 210px);border:1px solid #e6edf5;border-radius:16px;background:#fbfdff;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.module-kanban-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:56px;padding:0 16px;border-bottom:1px solid #eef3f8;background:#fff}.module-kanban-head small{display:block;color:var(--muted);font-size:11px}.module-kanban-body{min-height:0;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px}.module-kanban-card{display:flex;flex-direction:column;gap:10px;width:100%;padding:14px;border:1px solid #e7edf5;border-radius:14px;background:#fff;text-align:left}.module-kanban-card strong{font-size:14px;line-height:1.35}.crm-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.country-flag{width:28px;height:28px;border-radius:50%;background:#f2f6fb;font-size:14px}.timeline-notes{display:flex;flex-direction:column;gap:12px}.timeline-note{padding:12px 14px;border:1px solid #e6edf5;border-radius:12px;background:#fff}.timeline-note small,.timeline-note p{color:var(--muted)}.timeline-note p{margin:8px 0 0;line-height:1.65}.detail-chip-line{display:flex;flex-wrap:wrap;gap:8px}.social-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}.social-calendar-cell{min-height:112px;padding:10px 12px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;text-align:left}.social-dot-stack{display:flex;flex-wrap:wrap;gap:6px;margin-top:28px}.social-dot{width:12px;height:12px;border-radius:50%;display:inline-flex}.platform-instagram{clip-path:circle(50%);background:#ff5f9f}.platform-linkedin{border-radius:4px;background:#2f7be8}.platform-facebook{clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);background:#244ea8}.platform-tiktok{border-radius:2px;background:#101018}.lang-tr{box-shadow:0 0 0 3px #ff59641f inset}.lang-nl{box-shadow:0 0 0 3px #ff990024 inset}.lang-de{box-shadow:0 0 0 3px #1e1e1e29 inset}.lang-en{box-shadow:0 0 0 3px #4d77ff24 inset}.split-calendar-view{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:18px}.split-calendar-view>section{border:1px solid #e8eef6;border-radius:16px;overflow:hidden}.social-card.overdue{border-color:#f29aaa;box-shadow:inset 0 0 0 1px #ef5b7233}@media (max-width: 1400px){.content-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.module-layout.with-side{grid-template-columns:minmax(0,1fr) 360px}}@media (max-width: 1280px){.calendar-layout.with-panel,.module-layout.with-side,.project-task-detail{grid-template-columns:1fr}.project-task-detail-side{padding-left:0;border-left:0;border-top:1px solid var(--line);padding-top:18px}.content-summary-grid,.b2b-summary-grid,.social-summary-grid,.split-calendar-view{grid-template-columns:1fr 1fr}}@media (max-width: 1200px){.kanban-grid,.module-kanban-grid{grid-auto-flow:row;grid-auto-columns:auto;width:100%}.kanban-column,.module-kanban-column{width:100%;max-height:none}.kanban-board-create-compact{width:100%;height:44px;border-style:dashed}.kanban-board-create-compact span{display:inline;margin-left:8px}.task-modal-meta-grid,.module-detail-grid,.content-matrix-head,.content-matrix-row,.content-list-head,.content-list-row,.b2b-list-head,.b2b-list-row,.social-list-head,.social-list-row{grid-template-columns:1fr}.module-side-panel,.calendar-side-panel{position:static;max-height:none}}@media (max-width: 720px){.b2b-summary-grid,.social-summary-grid,.content-summary-grid,.split-calendar-view{grid-template-columns:1fr}}.page-wrap,.sidebar-scroller,.kanban-strip,.kanban-column-body,.module-kanban-grid,.module-kanban-body,.task-side-panel,.task-list-card,.envanto-task-main,.rail-menu,.module-detail-scroll,.chat-sidebar,.chat-aside,.chat-messages,.project-select-menu,.social-calendar-mode,.split-calendar-view,.calendar-card,.task-modal-shell{scrollbar-width:none;-ms-overflow-style:none}.page-wrap::-webkit-scrollbar,.sidebar-scroller::-webkit-scrollbar,.kanban-strip::-webkit-scrollbar,.kanban-column-body::-webkit-scrollbar,.module-kanban-grid::-webkit-scrollbar,.module-kanban-body::-webkit-scrollbar,.task-side-panel::-webkit-scrollbar,.task-list-card::-webkit-scrollbar,.envanto-task-main::-webkit-scrollbar,.rail-menu::-webkit-scrollbar,.module-detail-scroll::-webkit-scrollbar,.chat-sidebar::-webkit-scrollbar,.chat-aside::-webkit-scrollbar,.chat-messages::-webkit-scrollbar,.project-select-menu::-webkit-scrollbar,.social-calendar-mode::-webkit-scrollbar,.split-calendar-view::-webkit-scrollbar,.calendar-card::-webkit-scrollbar,.task-modal-shell::-webkit-scrollbar{display:none;width:0;height:0}.module-toolbar{align-items:flex-end;gap:16px}.module-view-switcher{display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid #e4ebf4;border-radius:14px;background:#fff;box-shadow:0 8px 20px #293b5408}.module-view-button{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 12px;border-radius:10px;color:#8192ab;font-size:13px;font-weight:600;transition:background-color .18s ease,color .18s ease}.module-view-button svg{width:16px;height:16px}.module-view-button.active{background:#f3f7ff;color:#4d77ff}.action-list{position:relative;display:inline-flex;align-items:center}.action-menu-trigger{width:34px;height:34px;flex:0 0 auto}.action-menu-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:80;min-width:206px;padding:8px;border:1px solid #e4ebf4;border-radius:14px;background:#fff;box-shadow:0 18px 42px #21334c29}.action-menu-item{display:flex;align-items:center;gap:10px;width:100%;min-height:38px;padding:0 12px;border-radius:10px;text-align:left;color:var(--text);font-size:13px}.action-menu-item:hover{background:#f6f9ff}.action-menu-item svg{width:16px;height:16px;color:#8ea0ba}.task-modal-actions .action-menu-trigger{width:40px;height:40px}.task-modal-actions .action-menu-popover{right:0}.task-modal-actions .action-list span{min-height:0}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;display:flex;justify-content:flex-end;align-items:stretch;padding:20px;background:#1f283829;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:1;transition:opacity .18s ease}.drawer-overlay.closing{opacity:0;pointer-events:none}.drawer-panel{width:min(468px,calc(100vw - 32px));height:calc(100vh - 40px);margin-left:auto;border:1px solid #e5edf6;border-radius:22px;background:#fff;box-shadow:0 28px 80px #1e2b3f2e;display:flex;flex-direction:column;overflow:hidden;transform:translate(0);transition:transform .18s ease,opacity .18s ease}.drawer-overlay.closing .drawer-panel{transform:translate(28px);opacity:0}.module-drawer,.calendar-event-drawer{width:min(488px,calc(100vw - 32px))}.module-drawer .panel-title-row,.calendar-event-drawer .panel-title-row{min-height:62px;padding:0 20px;border-bottom:1px solid var(--line)}.module-drawer .panel-progress,.calendar-event-drawer .panel-progress{min-height:54px;padding:0 20px;border-bottom:1px solid var(--line);background:#f7faff}.drawer-head-actions{display:inline-flex;align-items:center;gap:10px;margin-left:auto}.module-drawer .module-detail-scroll,.calendar-event-drawer-body{flex:1 1 auto;min-height:0;overflow-y:auto}.module-drawer .module-detail-grid{padding:20px}.calendar-event-drawer-body{display:flex;flex-direction:column;gap:22px;padding:22px 20px 18px}.calendar-event-drawer .task-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.calendar-event-drawer .task-detail-block{display:flex;flex-direction:column;gap:12px;padding-top:18px;border-top:1px solid var(--line)}.detail-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.detail-block-head h3,.calendar-event-drawer .task-detail-block h3,.calendar-event-drawer .task-detail-block p{margin:0}.calendar-event-drawer .comment-bar,.module-drawer .drawer-footer-actions{flex:0 0 auto}.drawer-footer-actions{display:flex;justify-content:flex-end;gap:12px;padding:16px 18px 18px;border-top:1px solid var(--line);background:#fff}.kanban-strip{overflow-x:auto;overflow-y:hidden;padding:4px 0 0;margin-right:-6px}.kanban-grid{display:grid;grid-auto-flow:column;grid-auto-columns:332px;gap:18px;width:-moz-max-content;width:max-content;min-height:0;align-items:stretch}.kanban-column{width:332px;min-height:calc(100vh - var(--shell-header-height-final) - 128px);max-height:calc(100vh - var(--shell-header-height-final) - 128px);padding:14px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.kanban-column-head{position:static;margin:0 0 12px;padding:0}.kanban-column-head>button{width:30px;height:30px;border-radius:10px;color:#92a4be}.kanban-column-body{min-height:0;overflow-y:auto;padding-right:0;gap:10px}.kanban-card-wrap{display:flex;flex-direction:column;gap:0}.kanban-drop-slot{height:8px;border-radius:999px;background:transparent;transition:background-color .16s ease}.kanban-drop-slot.active{background:#4d77ff5c}.kanban-drop-slot.end{margin-top:2px}.kanban-board-create-compact{width:42px;height:42px;margin-top:4px;border-radius:13px;align-self:start;flex:0 0 auto}.kanban-board-menu{top:40px;right:0}.kanban-add{min-height:40px;margin-top:12px}.project-table-row{align-items:center}.project-table-main{grid-template-columns:44px minmax(0,1fr)}.project-table-main .app-icon,.project-grid-card .app-icon{width:44px;height:44px;border-radius:50%;justify-content:center;align-items:center;overflow:hidden}.project-table-main .app-icon svg,.project-grid-card .app-icon svg{width:20px;height:20px}.project-table-copy{justify-content:center}.project-table-title-line{min-height:28px;align-items:center}.project-table-title-line .chip{align-self:center;transform:translateY(0)}.project-table-stat{display:flex;flex-direction:column;justify-content:center;gap:4px}.project-table-members,.project-table-actions .avatar-group.small{display:flex;align-items:center;justify-content:flex-end}.project-table-actions{display:grid;grid-template-columns:minmax(0,1fr) 24px;align-items:center}.project-table-row .avatar-group.small .avatar-pill,.project-table-actions .avatar-group.small .avatar-pill{width:27px;height:27px;font-size:9px;line-height:1}.wizard-page{display:flex;flex-direction:column}.wizard-main{width:min(620px,100%);min-height:calc(100vh - var(--shell-header-height-final) - 170px);margin:0 auto;padding:34px 0 48px}.wizard-form .field{width:100%}.wizard-form .field-input{min-height:48px}.wizard-main .form-actions{align-items:center}.chat-shell{grid-template-columns:272px minmax(0,1fr) 300px}.chat-aside{display:flex;flex-direction:column;background:#fff}.chat-aside-head{display:flex;align-items:center;gap:8px;min-height:58px;padding:10px;border-bottom:1px solid var(--line)}.chat-aside-head button{flex:1 1 0;min-height:36px;border-radius:10px;color:#8496ae;font-size:13px;font-weight:600}.chat-aside-head button.active{background:#f3f7ff;color:#4d77ff}.chat-profile,.chat-attachments{display:flex;flex-direction:column;gap:16px;padding:18px}.profile-photo{width:100%;aspect-ratio:1 / .78;border-radius:18px;background:linear-gradient(180deg,#f4f8ff2e,#ffffff14),linear-gradient(135deg,#dde8f6,#f6f9ff 48%,#d8e6fb)}.chat-profile h3,.chat-profile p{margin:0}.social-row{display:flex;align-items:center;gap:10px}.social-chip{width:36px;height:36px;border:1px solid #e6edf5;border-radius:50%;color:#5f7eff;background:#fff}.mini-section{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid var(--line)}.mini-card{display:flex;flex-direction:column;gap:10px;padding:14px;border:1px solid #e8eef6;border-radius:14px;background:#fff}.mini-card p,.mini-card strong,.mini-card span{margin:0}.photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.photo-tile{aspect-ratio:1;border-radius:12px;background:linear-gradient(135deg,#4d77ff1f,#161e2d05),linear-gradient(135deg,#eef4ff,#dfe9fb)}.attach-row{display:flex;align-items:center;justify-content:space-between;min-height:44px;border-bottom:1px solid var(--line)}.download-all{margin-top:auto}.task-modal-shell{max-height:calc(100vh - 210px);overflow-y:auto;padding:24px 28px 0}.task-modal-main{gap:20px}.task-modal-meta-grid{grid-template-columns:minmax(180px,.8fr) minmax(210px,1fr) auto;gap:22px;align-items:start}.task-modal-actions{justify-self:end}.task-modal-actions .action-list{display:inline-flex}.task-modal-main .task-detail-block p{max-width:none}@media (max-width: 1280px){.kanban-grid{grid-auto-columns:308px}.kanban-column{width:308px}}@media (max-width: 1200px){.drawer-overlay{padding:12px}.drawer-panel,.module-drawer,.calendar-event-drawer{width:min(100%,560px);height:calc(100vh - 24px)}.kanban-grid,.module-kanban-grid{grid-auto-flow:row;grid-auto-columns:auto;width:100%}.kanban-column,.module-kanban-column{width:100%;max-height:none}.kanban-board-create-compact{width:100%;height:44px}.kanban-board-create-compact span{display:inline;margin-left:8px}.chat-shell,.tasks-layout,.task-modal-meta-grid,.calendar-event-drawer .task-split{grid-template-columns:1fr}.chat-shell{height:auto;max-height:none}}.card{box-shadow:none!important}.check-row{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:12px}.check-row .checkbox{position:relative;width:20px;height:20px;border:1px solid #dbe4ef;border-radius:6px;background:#fff}.check-row .checkbox.checked{background:#4d77ff;border-color:#4d77ff}.check-row .checkbox.checked:after{content:"";position:absolute;top:50%;left:50%;display:block;width:10px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:translate(-50%,-62%) rotate(-45deg)}.check-row>span:last-child{line-height:1.42}.project-table-main .app-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;place-self:center start;padding:0;line-height:0}.project-table-main .app-icon svg{display:block;margin:0 auto;transform:none!important}.project-table-title-line{align-items:center}.project-table-title-line .chip{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding-top:0;padding-bottom:0;line-height:1}.avatar-pill,.project-table-row .avatar-group.small .avatar-pill,.project-table-actions .avatar-group.small .avatar-pill{display:inline-flex;align-items:center;justify-content:center;line-height:1}.task-modal-shell{padding:22px 24px 0}.task-modal-meta-grid{grid-template-columns:minmax(154px,.75fr) minmax(150px,.9fr) auto;gap:18px}.task-modal-meta-item{min-width:0}.task-modal-date,.task-modal-meta-item .field-chip{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:132px;max-width:180px;padding:0 16px;white-space:nowrap}.task-modal-actions{align-self:end;padding-bottom:2px}.task-modal-main .task-detail-block{gap:12px;padding-top:18px}.task-modal-main .ghost-button{align-self:flex-start}.social-dot-stack{gap:8px}.social-platform-mark{width:18px;height:18px;border:1px solid #e4ebf4;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#7185a2}.social-platform-mark svg{width:10px;height:10px}.social-platform-mark.platform-instagram{color:#f26196}.social-platform-mark.platform-linkedin{color:#2f7be8}.social-platform-mark.platform-facebook{color:#244ea8}.social-platform-mark.platform-tiktok{color:#15161f}.social-platform-mark.lang-tr{background:#fff4f6}.social-platform-mark.lang-nl{background:#fff7eb}.social-platform-mark.lang-de{background:#f4f4f6}.social-platform-mark.lang-en{background:#eff4ff}.module-kanban-column.drag-enabled{transition:background-color .16s ease,border-color .16s ease}.module-kanban-column.drag-enabled:hover{background:#fbfdff;border-color:#d7e3f4}.module-kanban-card{cursor:grab}.module-kanban-card:active,.kanban-card:active{cursor:grabbing}.row-check{position:relative}.row-check span{width:10px;height:6px;background:transparent!important;border-left:2px solid transparent;border-bottom:2px solid transparent;border-radius:0;opacity:0;transform:rotate(-45deg)}.row-check.checked span{border-color:#fff;opacity:1}.module-view-switcher{box-shadow:none}.app-icon-inner{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;line-height:0}.project-table-main .app-icon,.project-grid-card .app-icon{padding:0!important}.project-table-main .app-icon-inner,.project-grid-card .app-icon-inner{transform:translateY(.5px)}.project-table-main .app-icon svg,.project-grid-card .app-icon svg{flex:0 0 auto}.project-table-main .app-paypal .app-icon-inner,.project-grid-card .app-paypal .app-icon-inner,.project-table-main .app-envato .app-icon-inner,.project-grid-card .app-envato .app-icon-inner,.project-table-main .app-dropbox .app-icon-inner,.project-grid-card .app-dropbox .app-icon-inner,.project-table-main .app-sketch .app-icon-inner,.project-grid-card .app-sketch .app-icon-inner,.project-table-main .app-dribbble .app-icon-inner,.project-grid-card .app-dribbble .app-icon-inner{transform:translate(.5px,.8px)}.check-row .checkbox,.row-check{display:inline-flex!important;align-items:center!important;justify-content:center!important}.check-row .checkbox.checked:after{position:static;top:auto;left:auto;display:block;width:10px;height:6px;margin-top:-1px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}.row-check span{display:block;width:10px;height:6px;margin-top:-1px;border-left:2px solid transparent;border-bottom:2px solid transparent;transform:rotate(-45deg)}.filter-select.compact{gap:0;min-width:156px}.filter-select.compact select,.editable-field select{padding-right:38px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%238394aa' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 12px}.b2b-module-page .toolbar-actions.wrap,.social-media-page .toolbar-actions.wrap{align-items:center}.b2b-module-page .soft-button,.b2b-module-page .primary-button,.social-media-page .soft-button,.social-media-page .primary-button,.b2b-module-page .filter-select.compact select,.social-media-page .filter-select.compact select{min-height:40px}.b2b-module-page .module-kanban-column.stage-aktif,.b2b-module-page .module-kanban-column.stage-aktif .module-kanban-head{background:#f3fbf1;border-color:#dcefd6}.b2b-module-page .module-kanban-column.stage-kaybedildi,.b2b-module-page .module-kanban-column.stage-kaybedildi .module-kanban-head{background:#fff4f4;border-color:#f1dddd}.social-media-page{min-height:calc(100vh - var(--shell-header-height-final) - 48px);overflow:hidden}.social-media-page .module-summary-card{min-height:84px}.social-media-page .module-main-card{display:flex;flex-direction:column;min-height:0;height:calc(100vh - var(--shell-header-height-final) - 232px)}.social-media-page .social-calendar-mode{flex:1 1 auto;min-height:0;height:100%;overflow:hidden}.social-media-page .social-calendar-mode.month .social-calendar-grid{grid-template-rows:40px repeat(5,minmax(0,1fr))}.social-media-page .social-calendar-cell{min-height:0;padding:10px}.social-media-page .social-dot-stack{margin-top:16px;gap:8px}.social-media-page .social-platform-mark{width:20px;height:20px}.check-row .checkbox,.row-check{position:relative;display:inline-flex!important;align-items:center!important;justify-content:center!important}.check-row .checkbox.checked:after{position:static!important;display:block!important;width:10px!important;height:6px!important;margin-top:-1px!important;background:transparent!important;border-left:2px solid #fff!important;border-bottom:2px solid #fff!important;border-radius:0!important;transform:rotate(-45deg)!important}.row-check span{display:block!important;width:10px!important;height:6px!important;margin-top:-1px!important;background:transparent!important;border-left:2px solid transparent!important;border-bottom:2px solid transparent!important;border-radius:0!important;transform:rotate(-45deg)!important}.row-check.checked span{background:transparent!important;border-left-color:#fff!important;border-bottom-color:#fff!important}.project-table-main .app-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;overflow:hidden}.project-table-main .app-icon-inner,.project-grid-card .app-icon-inner{width:100%;height:100%;display:inline-flex!important;align-items:center!important;justify-content:center!important;transform:none!important}.project-table-main .app-icon svg,.project-grid-card .app-icon svg{display:block!important;width:16px!important;height:16px!important;margin:0 auto!important}.project-table-main .app-paypal svg,.project-grid-card .app-paypal svg{transform:translateY(.9px)}.project-table-main .app-envato svg,.project-grid-card .app-envato svg{transform:translateY(1px)}.project-table-main .app-dropbox svg,.project-grid-card .app-dropbox svg,.project-table-main .app-sketch svg,.project-grid-card .app-sketch svg,.project-table-main .app-dribbble svg,.project-grid-card .app-dribbble svg{transform:translateY(.6px)}.project-table-title-line .status-badge,.project-table-title-line .chip{align-self:center}.content-pipeline-page{min-height:calc(100vh - var(--shell-header-height-final) - 48px);max-height:calc(100vh - var(--shell-header-height-final) - 48px);overflow:hidden}.content-pipeline-page .toolbar-actions.wrap,.content-pipeline-page .module-bulk-bar .toolbar-actions.wrap{align-items:center}.content-pipeline-page .soft-button,.content-pipeline-page .primary-button,.content-pipeline-page .filter-select.compact select{min-height:40px}.content-pipeline-page .module-layout{flex:1 1 auto;min-height:0}.content-pipeline-page .module-main-card{display:flex;flex-direction:column;min-height:0;height:calc(100vh - var(--shell-header-height-final) - 286px)}.content-pipeline-page .module-table,.content-pipeline-page .content-kanban-grid{flex:1 1 auto;min-height:0}.content-matrix-head,.content-matrix-row{grid-template-columns:28px minmax(220px,1.15fr) 110px 130px 84px repeat(5,minmax(112px,.72fr))}.content-list-head,.content-list-row{grid-template-columns:28px minmax(220px,1.3fr) 110px 140px 84px minmax(380px,2.45fr) 120px}.status-cell-grid{gap:10px}.social-media-page .toolbar-actions.wrap{align-items:center}.social-calendar-header{min-height:62px;padding:0 18px;border-bottom:1px solid #edf2f7;display:flex;align-items:center;justify-content:space-between;gap:12px}.social-calendar-header-left strong{font-size:16px}.social-calendar-header-actions{display:flex;align-items:center;gap:8px}.social-calendar-header-actions .icon-button,.social-calendar-header-actions .soft-button{min-height:36px;height:36px}.social-media-page .social-calendar-mode.month .social-calendar-grid{grid-template-rows:40px repeat(6,minmax(0,1fr))}.social-media-page .social-calendar-mode.week .social-calendar-grid{grid-template-rows:40px minmax(0,1fr)}.social-media-page .social-calendar-cell{align-items:flex-start}.social-media-page .social-calendar-cell.outside-month .calendar-date{color:#a9b5c7}:root{--shell-header-height-final: 68px}.brand{display:flex;align-items:center;min-height:var(--shell-header-height-final);padding:0 24px;border-bottom:1px solid #edf2f7}.brand-logo{display:block;width:auto;height:28px}.topbar{min-height:var(--shell-header-height-final);height:var(--shell-header-height-final);padding:0 24px 0 28px}.topbar-left{gap:0}.topbar-left h1{margin:0}.topbar-right{gap:10px}.searchbar{min-height:38px;height:38px}.sidebar-bottom{gap:0}.search-field{display:inline-flex;align-items:center;gap:10px;min-height:40px;min-width:220px;padding:0 14px;border:1px solid #dbe5f0;border-radius:12px;background:#fff;color:#8394aa}.search-field input{width:100%;min-width:0;border:0;background:transparent;color:#2f3b52;font:inherit}.search-field input:focus{outline:none}.asset-upload-field{display:flex;flex-direction:column;gap:8px}.asset-upload-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:150px;padding:16px;border:1px dashed #d9e3ef;border-radius:14px;background:#fbfdff;color:#8a9ab1;text-align:center}.asset-upload-box.filled{border-style:solid;background:#fff;color:#4a5872}.asset-upload-box svg{width:20px;height:20px}.asset-upload-box strong{font-size:14px;font-weight:600}.asset-upload-box small{font-size:12px}.asset-upload-input{display:none}.check-row .checkbox,.row-check{position:relative;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;flex:0 0 22px;border:1.5px solid #d5e0ee!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important}.check-row .checkbox:after,.row-check:after{content:"";width:12px;height:12px;opacity:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6.2L4.5 8.7L10 3.2' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:12px 12px}.check-row .checkbox.checked,.row-check.checked{border-color:#4d6bff!important;background:#4d6bff!important}.check-row .checkbox.checked:after,.row-check.checked:after{opacity:1}.project-table-main .app-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;line-height:0;overflow:hidden}.project-table-main .app-icon-inner,.project-grid-card .app-icon-inner{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%;height:100%}.project-table-main .app-icon svg,.project-grid-card .app-icon svg{display:block!important;width:16px!important;height:16px!important;transform:translateY(1.3px)!important}.project-table-title-line{align-items:center!important}.project-table-title-line .chip,.project-table-title-line .status-badge{display:inline-flex!important;align-items:center!important;align-self:center!important;line-height:1!important}.content-pipeline-page{min-height:calc(100vh - var(--shell-header-height-final) - 32px);max-height:calc(100vh - var(--shell-header-height-final) - 32px);overflow:hidden}.content-pipeline-page .module-toolbar,.content-pipeline-page .module-bulk-bar{flex:0 0 auto}.content-pipeline-page .module-layout,.content-pipeline-page .module-main-card{min-height:0;overflow:hidden}.content-pipeline-page .module-main-card{height:calc(100vh - var(--shell-header-height-final) - 272px)}.content-pipeline-page .module-table{flex:1 1 auto;min-height:0;overflow:auto}.content-pipeline-page .module-table-head{position:sticky;top:0;z-index:2;background:#fff}.content-matrix-head,.content-matrix-row{grid-template-columns:28px minmax(280px,1.5fr) 110px 132px 82px repeat(5,minmax(108px,.7fr))}.content-list-head,.content-list-row{grid-template-columns:28px minmax(300px,1.65fr) 110px 138px 82px minmax(520px,2.8fr) 120px}.content-list-row,.content-matrix-row{min-height:68px}.content-list .status-badge,.content-matrix .status-badge{min-height:24px;padding:0 8px;font-size:11px;border-radius:999px}.status-cell-grid{gap:8px}.content-pipeline-page .module-row-link{gap:4px}.content-pipeline-page .module-row-link small{display:block;line-height:1.4;white-space:normal}.content-kanban-grid{flex:1 1 auto;min-height:0;overflow-x:auto;overflow-y:hidden;align-items:stretch;padding-bottom:12px}.content-pipeline-page .module-kanban-column{min-height:0}.content-pipeline-page .module-kanban-body{min-height:0;overflow-y:auto}.content-pipeline-page .module-kanban-column.content-stage-yayinda,.content-pipeline-page .module-kanban-column.content-stage-yayinda .module-kanban-head{background:#f2fbef;border-color:#dcefd4}.content-pipeline-page .module-kanban-column.content-stage-planlandi,.content-pipeline-page .module-kanban-column.content-stage-planlandi .module-kanban-head{background:#f5f8ff;border-color:#dde6fa}.content-search-field{min-width:240px}.social-media-page .social-calendar-mode{display:grid;grid-template-rows:auto minmax(0,1fr)}.social-media-page .social-calendar-grid{height:100%}.social-media-page .calendar-head-cell{min-height:40px;font-size:13px}.social-media-page .calendar-date{position:static!important;display:block!important;align-self:flex-end;margin:0 0 10px;color:#90a0b8!important;font-size:12px!important;font-weight:600}.social-media-page .social-calendar-cell{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.social-media-page .social-calendar-cell.outside-month .calendar-date{color:#b2bdd0!important}.social-media-page .social-platform-mark{width:22px;height:22px}.social-media-page .social-dot-stack{margin-top:auto;justify-content:flex-start}.drawer-overlay,.module-detail-scroll,.content-pipeline-page .module-table,.content-pipeline-page .module-kanban-body,.content-kanban-grid,.social-media-page .module-main-card,.social-media-page .social-calendar-grid{scrollbar-width:none}.drawer-overlay::-webkit-scrollbar,.module-detail-scroll::-webkit-scrollbar,.content-pipeline-page .module-table::-webkit-scrollbar,.content-pipeline-page .module-kanban-body::-webkit-scrollbar,.content-kanban-grid::-webkit-scrollbar,.social-media-page .module-main-card::-webkit-scrollbar,.social-media-page .social-calendar-grid::-webkit-scrollbar{width:0;height:0}.card,.module-kanban-card,.project-grid-card,.dashboard-task-line,.dashboard-schedule-item,.dashboard-assigned-card{box-shadow:none!important}.check-row{align-items:center!important;gap:12px!important}.check-row .checkbox,.row-check{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;min-width:22px!important;flex:0 0 22px!important;margin:0!important;padding:0!important;border:1.5px solid #d6e0ec!important;border-radius:7px!important;background:#fff!important;box-shadow:none!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important}.check-row .checkbox:before,.row-check:before{content:""!important;display:none!important}.check-row .checkbox:after,.row-check:after{content:""!important;position:absolute!important;left:50%!important;top:46%!important;width:5px!important;height:10px!important;border-right:2px solid #ffffff!important;border-bottom:2px solid #ffffff!important;border-radius:0!important;background:none!important;opacity:0!important;transform:translate(-50%,-50%) rotate(42deg)!important;transform-origin:center!important}.check-row .checkbox.checked,.row-check.checked{border-color:#4d73f8!important;background:#4d73f8!important}.check-row .checkbox.checked:after,.row-check.checked:after{opacity:1!important}.row-check span{display:none!important}.project-table-row{padding:0 18px!important}.project-table-main{grid-template-columns:44px minmax(0,1fr)!important;align-items:center!important;gap:16px!important}.project-table-main .app-icon,.project-grid-card .app-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;margin:0!important;padding:0!important;border:1px solid #e6edf7!important;border-radius:999px!important;background:#f7faff!important;overflow:hidden!important;line-height:0!important;box-shadow:none!important}.project-table-main .app-icon-inner,.project-grid-card .app-icon-inner{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;transform:none!important}.project-table-main .app-icon svg,.project-grid-card .app-icon svg{display:block!important;width:15px!important;height:15px!important;margin:0!important;transform:translate(0)!important;transform-origin:center center!important}.project-table-main .app-paypal svg,.project-grid-card .app-paypal svg{width:14px!important;height:14px!important;transform:translate(.8px,-.2px)!important}.project-table-main .app-envato svg,.project-grid-card .app-envato svg{transform:translate(.2px,-.4px)!important}.project-table-main .app-dropbox svg,.project-grid-card .app-dropbox svg{transform:translateY(-.3px)!important}.project-table-main .app-sketch svg,.project-grid-card .app-sketch svg{transform:translateY(-.5px)!important}.project-table-main .app-dribbble svg,.project-grid-card .app-dribbble svg{transform:translateY(-.2px)!important}.project-table-title-line{display:flex!important;align-items:center!important;gap:12px!important}.project-table-title-line strong{line-height:1.22!important}.project-table-title-line .chip,.project-table-title-line .status-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:center!important;min-height:32px!important;padding:0 16px!important;line-height:1!important}.content-pipeline-page{display:flex!important;flex-direction:column!important;min-height:calc(100vh - var(--shell-header-height-final) - 48px)!important;max-height:calc(100vh - var(--shell-header-height-final) - 48px)!important;overflow:hidden!important}.content-pipeline-page .content-search-field{min-width:260px!important}.content-pipeline-page .module-layout{display:flex!important;flex:1 1 auto!important;min-height:0!important;overflow:hidden!important}.content-pipeline-page .module-main-card{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;min-height:0!important;height:auto!important;overflow:hidden!important}.content-pipeline-page .module-table{display:block!important;flex:1 1 auto!important;min-height:0!important;overflow:auto!important}.content-matrix-head,.content-matrix-row{grid-template-columns:28px minmax(300px,1.6fr) 108px 132px 80px repeat(5,minmax(110px,.8fr))!important}.content-list-head,.content-list-row{grid-template-columns:28px minmax(320px,1.7fr) 108px 140px 80px minmax(620px,3.4fr) 120px!important}.content-list-row,.content-matrix-row{min-height:72px!important}.content-list .status-cell-grid,.content-matrix .status-cell-grid{gap:6px!important}.content-list .status-badge,.content-matrix .status-badge{min-height:22px!important;padding:0 8px!important;font-size:10px!important;letter-spacing:0!important}.content-pipeline-page .content-kanban-grid{flex:1 1 auto!important;min-height:0!important;padding:0 14px 14px!important;overflow-x:auto!important;overflow-y:hidden!important;align-items:stretch!important}.content-pipeline-page .module-kanban-column{min-height:0!important;max-height:100%!important}.content-pipeline-page .module-kanban-body{flex:1 1 auto!important;min-height:0!important;overflow:auto!important;padding-bottom:14px!important}.content-pipeline-page .module-kanban-column.content-stage-yayinda,.content-pipeline-page .module-kanban-column.content-stage-yayinda .module-kanban-head{background:#eff9ea!important;border-color:#d8eccf!important}.content-pipeline-page .module-kanban-column.content-stage-planlandi,.content-pipeline-page .module-kanban-column.content-stage-planlandi .module-kanban-head{background:#f5f8ff!important;border-color:#dde6fa!important}.social-media-page{min-height:calc(100vh - var(--shell-header-height-final) - 48px)!important;max-height:calc(100vh - var(--shell-header-height-final) - 48px)!important;overflow:hidden!important}.social-media-page .module-layout,.social-media-page .module-main-card,.social-media-page .social-calendar-mode{min-height:0!important}.social-media-page .module-main-card{display:flex!important;flex-direction:column!important;overflow:hidden!important}.social-media-page .social-calendar-grid{height:100%!important;min-height:0!important}.social-media-page .social-calendar-cell{position:relative!important;display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;padding:32px 10px 10px!important;overflow:hidden!important}.social-media-page .calendar-date{position:absolute!important;top:10px!important;right:10px!important;display:block!important;visibility:visible!important;opacity:1!important;margin:0!important;color:#92a3bb!important;font-size:12px!important;font-weight:600!important;line-height:1!important;z-index:1!important}.social-media-page .social-calendar-cell.outside-month .calendar-date{color:#b7c2d3!important}.social-media-page .social-dot-stack{margin-top:10px!important;align-items:flex-start!important;justify-content:flex-start!important;flex-wrap:wrap!important;gap:8px!important}.social-media-page .social-platform-mark{width:24px!important;height:24px!important}.page-wrap,.sidebar-scroller,.drawer-overlay,.module-detail-scroll,.content-pipeline-page .module-table,.content-pipeline-page .module-kanban-body,.content-pipeline-page .content-kanban-grid,.social-media-page .module-main-card,.social-media-page .social-calendar-grid{scrollbar-width:none!important}.page-wrap::-webkit-scrollbar,.sidebar-scroller::-webkit-scrollbar,.drawer-overlay::-webkit-scrollbar,.module-detail-scroll::-webkit-scrollbar,.content-pipeline-page .module-table::-webkit-scrollbar,.content-pipeline-page .module-kanban-body::-webkit-scrollbar,.content-pipeline-page .content-kanban-grid::-webkit-scrollbar,.social-media-page .module-main-card::-webkit-scrollbar,.social-media-page .social-calendar-grid::-webkit-scrollbar{width:0!important;height:0!important}.weekly-summary-card{display:flex!important;flex-direction:column!important;gap:14px!important;padding:18px 20px!important}.weekly-summary-head{display:flex!important;align-items:center!important;justify-content:space-between!important}.weekly-summary-head strong{display:block!important;font-size:17px!important;line-height:1.25!important;color:#2b3448!important}.weekly-summary-head span{display:block!important;margin-top:4px!important;font-size:12px!important;color:#8ea1bf!important}.weekly-summary-table{display:flex!important;flex-direction:column!important;gap:8px!important}.weekly-summary-row{display:grid!important;grid-template-columns:minmax(220px,1.8fr) repeat(3,minmax(100px,.8fr))!important;align-items:center!important;gap:12px!important;min-height:48px!important;padding:0 16px!important;border:1px solid #e9eff8!important;border-radius:14px!important;background:#fff!important;font-size:13px!important;color:#5d708d!important}.weekly-summary-row strong{color:#253047!important;font-size:13px!important}.weekly-summary-row.warning{background:#fff5f5!important;border-color:#f6dede!important}.weekly-summary-labels{min-height:auto!important;padding-top:0!important;padding-bottom:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#94a6c1!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.04em!important}.weekly-summary-area{display:inline-flex!important;align-items:center!important;gap:10px!important}.area-dot{width:10px!important;height:10px!important;border-radius:999px!important}.area-dot-orange{background:#ff9f43!important}.area-dot-blue{background:#5b7cff!important}.area-dot-green{background:#58c27d!important}.area-dot-purple{background:#8a63f8!important}.area-dot-gray{background:#9aa8bb!important}.areas-page{display:flex!important;flex-direction:column!important;gap:20px!important}.areas-toolbar{align-items:flex-start!important}.areas-toolbar .toolbar-actions{flex-wrap:wrap!important}.area-filter-button{font-size:12px!important}.areas-block,.area-projects-shell{display:flex!important;flex-direction:column!important;gap:16px!important}.section-heading{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important}.section-heading h2{margin:0!important;font-size:18px!important;line-height:1.25!important;color:#253047!important}.section-heading p{margin:4px 0 0!important;font-size:12px!important;color:#8ea1bf!important}.section-heading.compact{padding:0 2px!important}.section-counter{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:0 14px!important;border:1px solid #e5edf8!important;border-radius:999px!important;background:#f9fbff!important;color:#6f84a3!important;font-size:12px!important;font-weight:600!important}.areas-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important}.area-card{display:flex!important;flex-direction:column!important;gap:16px!important;padding:18px!important;text-align:left!important;transition:border-color .18s ease,transform .18s ease!important}.area-card.active{border-color:#c8d7f3!important;transform:translateY(-1px)!important}.area-card-head{display:inline-flex!important;align-items:center!important;gap:10px!important}.area-card-head strong{font-size:15px!important;line-height:1.3!important;color:#263149!important}.area-metric-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.area-metric-grid div{display:flex!important;flex-direction:column!important;gap:4px!important}.area-metric-grid span{font-size:11px!important;color:#94a6c1!important}.area-metric-grid strong{font-size:18px!important;line-height:1!important;color:#273046!important}.area-metric-grid .danger strong,.area-metric-grid .danger span{color:#d86464!important}.area-projects-shell{padding:18px 20px 20px!important}.area-project-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.area-project-card{display:flex!important;flex-direction:column!important;gap:16px!important;min-height:218px!important;padding:18px!important;border:1px solid #e7edf7!important;border-radius:18px!important;background:#fff!important;text-align:left!important}.area-project-card-top,.area-project-footer,.area-project-owner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}.area-project-owner{justify-content:flex-start!important}.area-project-card-top .app-icon{flex:0 0 auto!important}.area-project-card-copy{display:flex!important;flex-direction:column!important;gap:6px!important}.area-project-card-copy strong{font-size:18px!important;line-height:1.3!important;color:#253047!important}.area-project-card-copy p{margin:0!important;font-size:12px!important;line-height:1.55!important;color:#8ea1bf!important}.area-project-metrics{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.area-project-metrics div{display:flex!important;flex-direction:column!important;gap:4px!important}.area-project-metrics span{font-size:11px!important;color:#94a6c1!important}.area-project-metrics strong{font-size:15px!important;color:#253047!important}.area-project-owner span{font-size:12px!important;color:#667a97!important;font-weight:600!important}.area-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:28px!important;padding:0 12px!important;border-radius:999px!important;font-size:11px!important;font-weight:700!important}.area-pill-orange,.area-filter-orange.active,.area-card-orange.active{background:#fff4e7!important;color:#d98522!important}.area-pill-blue,.area-filter-blue.active,.area-card-blue.active{background:#eef3ff!important;color:#5576f4!important}.area-pill-green,.area-filter-green.active,.area-card-green.active{background:#edf8f0!important;color:#49a966!important}.area-pill-purple,.area-filter-purple.active,.area-card-purple.active{background:#f2eeff!important;color:#7b5de2!important}.area-pill-gray,.area-filter-gray.active,.area-card-gray.active{background:#f0f3f7!important;color:#6d7f98!important}@media (max-width: 1280px){.areas-grid,.area-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.kanban-page .kanban-line{display:none!important}.kanban-page .kanban-column-body{min-height:0!important;overflow-y:auto!important;padding-bottom:10px!important}.kanban-page .kanban-column{display:flex!important;flex-direction:column!important}.kanban-page .kanban-add{margin-top:10px!important}.project-select-divider{height:1px!important;margin:6px 10px!important;background:#e7edf7!important}.project-select-action{color:#4f6ef7!important;font-weight:600!important}.wizard-modal-shell{border:none!important;box-shadow:none!important;background:transparent!important}.task-modal-main .task-detail-block{padding:20px 0!important}.task-modal-main .task-detail-block h3{margin-bottom:12px!important}.task-modal-main .check-row{padding:6px 0!important}.task-modal-main .check-row+.check-row{margin-top:6px!important}.task-modal-main .chip-row{margin-top:14px!important}.task-modal-main .ghost-button{margin-top:8px!important}.schedule-card.empty{justify-content:center!important}.schedule-card.empty .schedule-card-content{gap:0!important}.roadmap-page{min-height:calc(100vh - 112px)}.roadmap-shell{--roadmap-label-width: 150px;--roadmap-grid-gap: 10px;padding:0!important;min-height:calc(100vh - 132px);overflow:hidden;display:flex;flex-direction:column;position:relative}.roadmap-header{display:grid;grid-template-columns:var(--roadmap-label-width) minmax(0,1fr);gap:var(--roadmap-grid-gap);border-bottom:1px solid var(--line);background:#fbfdff;padding:0 14px}.roadmap-header-side{display:flex;flex-direction:column;gap:8px;padding:18px 0}.roadmap-header-side span{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8ea0b9}.roadmap-header-side strong{font-size:28px;line-height:1;color:#273247}.roadmap-add-section{justify-content:center;padding:0 14px!important}.roadmap-header-main{display:flex;flex-direction:column;padding:14px 0 16px;gap:8px;position:relative}.roadmap-quarter-row,.roadmap-month-row{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:8px}.roadmap-quarter-row span{grid-column:span 3;min-height:28px;border:1px solid #e6edf7;border-radius:10px;background:#f8fbff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#8fa1bb}.roadmap-quarter-row span.is-alt{background:#f2f6fc}.roadmap-month-row span{min-height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid #e6edf7;background:#fff;font-size:11px;font-weight:700;color:#344156;text-align:center;padding:0 4px}.roadmap-month-row span.is-alt{background:#f7f9fc}.roadmap-body{flex:1 1 auto;min-height:0;padding:10px 14px 14px;overflow:auto;display:flex;flex-direction:column;gap:8px}.roadmap-row{display:grid;grid-template-columns:var(--roadmap-label-width) minmax(0,1fr);gap:var(--roadmap-grid-gap);align-items:stretch}.roadmap-row.compact .roadmap-track{min-height:42px}.roadmap-row-label{border:1px solid #e6edf7;border-radius:16px;background:#fff;padding:12px 14px;display:flex;flex-direction:column;justify-content:center;gap:4px;min-height:78px}.roadmap-row-label strong{font-size:13px;color:#253047}.roadmap-row-label span{font-size:11px;color:#8ea0b9}.roadmap-track{position:relative;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:8px;min-height:64px}.roadmap-cell{min-height:64px;border:1px dashed #e7edf7;border-radius:14px;background:#fafcff;color:transparent;transition:border-color .18s ease,background .18s ease}.roadmap-row.compact .roadmap-cell{min-height:42px;border-radius:12px}.roadmap-cell:hover{border-color:#bfd0f8;background:#f7faff}.roadmap-cell.is-alt{background:#f7f9fc}.roadmap-cell span{opacity:0}.roadmap-item{z-index:2;align-self:center;justify-self:stretch;min-height:42px;margin:6px 0;border-radius:14px;border:1px solid transparent;padding:8px 10px;text-align:left;display:flex;flex-direction:column;gap:2px;cursor:grab;position:relative}.roadmap-row.compact .roadmap-item{min-height:30px;padding:6px 8px}.roadmap-item strong{font-size:11px;line-height:1.25;color:#253047}.roadmap-item small{font-size:10px;color:#72839d}.roadmap-item:active{cursor:grabbing}.roadmap-resize{position:absolute;top:8px;bottom:8px;width:8px;border-radius:999px;opacity:0;transition:opacity .16s ease,background-color .16s ease}.roadmap-resize-start{left:4px;cursor:w-resize}.roadmap-resize-end{right:4px;cursor:e-resize}.roadmap-item:hover .roadmap-resize{opacity:1;background:#4b66951a}.roadmap-today-line-shell{position:absolute;top:58px;bottom:14px;width:1px;background:#e25e5e94;pointer-events:none;z-index:4}.roadmap-row.compact .roadmap-row-label{min-height:42px;padding:8px 12px;border-radius:14px}.roadmap-row.compact .roadmap-row-label strong{font-size:12px}.roadmap-row.compact .roadmap-row-label span{font-size:10px}.roadmap-tone-orange,.roadmap-item-orange{background:#fff4e9;border-color:#ffd7aa}.roadmap-tone-blue,.roadmap-item-blue{background:#eef4ff;border-color:#cad8ff}.roadmap-tone-green,.roadmap-item-green{background:#edf8f0;border-color:#cde9d7}.roadmap-tone-purple,.roadmap-item-purple{background:#f3efff;border-color:#d9cdfa}.roadmap-tone-gray,.roadmap-item-gray{background:#f3f5f8;border-color:#dde4ec}.roadmap-tone-rose,.roadmap-item-rose{background:#fff0f4;border-color:#f5cfdb}.roadmap-drawer .module-detail-grid{padding:22px 20px}@media (max-width: 1360px){.roadmap-header,.roadmap-row{grid-template-columns:136px minmax(0,1fr)}.roadmap-month-row span,.roadmap-quarter-row span,.roadmap-item strong{font-size:10px}}.check-row .checkbox,.row-check{width:22px!important;height:22px!important;min-width:22px!important;border:1.5px solid #d6dfed!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 22px!important;padding:0!important}.check-row .checkbox:before,.check-row .checkbox:after,.row-check:before,.row-check:after{content:none!important;display:none!important}.check-row .checkbox.checked,.row-check.checked{background-color:#4f6bff!important;border-color:#4f6bff!important;background-image:url(/check-solid.svg)!important;background-repeat:no-repeat!important;background-position:center!important;background-size:14px 14px!important}.check-row{gap:12px!important;align-items:center!important}.check-row>span:last-child,.row-check span{line-height:1.35!important}.dashboard-task-card{padding:14px 0 6px!important}.dashboard-task-entry{display:flex!important;align-items:center!important;gap:12px!important;padding:0 22px 14px!important;border-bottom:none!important;margin-bottom:2px!important}.dashboard-task-entry-icon{width:32px;height:32px;border-radius:10px;border:1px solid #dbe4f1;background:#f7faff;color:#4f6bff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px}.dashboard-task-entry input{border:0!important;outline:none!important;background:transparent!important;width:100%!important;font-size:15px!important;color:#2a3448!important}.dashboard-task-entry input::-moz-placeholder{color:#94a5bd!important}.dashboard-task-entry input::placeholder{color:#94a5bd!important}.dashboard-task-button{flex:1;min-width:0;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;padding:14px 0;text-align:left;cursor:pointer}.dashboard-task-button:hover{background:transparent}.dashboard-task-line:hover{background:#fafcff}.dashboard-task-tick-btn{flex-shrink:0;border:0;background:transparent;padding:0;cursor:pointer;display:flex;align-items:center}.dashboard-task-title.done{text-decoration:line-through;opacity:.5}.dashboard-notes-card{padding-bottom:14px!important}.dashboard-note-editor{padding:0 22px 14px}.dashboard-note-editor textarea{width:100%;min-height:160px;border:1px solid #dbe4f1;border-radius:16px;resize:none;padding:14px 16px;font:inherit;color:#2a3448;background:#fff;outline:none}.dashboard-note-editor textarea:focus{border-color:#b8c8ea}.dashboard-new-note{margin:0 22px;height:38px;border-radius:12px;border:1px solid #dbe4f1;background:#fff;color:#53627b;display:inline-flex;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:600}.files-page-simplified{min-height:0}.files-list-card{padding:0!important;overflow:hidden}.table-head.files.simple{grid-template-columns:minmax(320px,2.3fr) minmax(120px,.9fr) minmax(130px,.9fr) minmax(90px,.6fr) 78px!important;padding:18px 24px!important;border-bottom:1px solid #e9eff7!important}.file-row.simple{display:grid!important;grid-template-columns:minmax(320px,2.3fr) minmax(120px,.9fr) minmax(130px,.9fr) minmax(90px,.6fr) 78px!important;align-items:center!important;padding:16px 24px!important;border-bottom:1px solid #edf2f8!important}.file-row.simple:last-of-type{border-bottom:0!important}.file-row.simple>span{font-size:14px;color:#60718c}.file-main{display:flex;align-items:center;gap:14px;min-width:0}.file-main span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-download-button{width:38px;height:38px;border-radius:12px;border:1px solid #dbe4f1;background:#fff;color:#4c5f7e;display:inline-flex;align-items:center;justify-content:center;justify-self:end}.files-simple-pager{padding:18px 20px 20px!important;justify-content:space-between!important}.files-simple-pager .soft-button{min-width:40px;justify-content:center}.files-simple-pager .pager-pages{display:inline-flex;align-items:center;gap:8px}.task-overview-drawer .task-modal-shell{max-width:none!important}.task-overview-drawer .module-detail-scroll{min-height:0!important}.task-overview-drawer .comment-bar{display:none!important}.task-detail-drawer-shell{display:flex!important;flex-direction:column!important;gap:20px!important;padding:22px 24px 28px!important}.task-detail-header{display:flex!important;align-items:flex-start!important}.task-detail-title-input{width:100%!important;border:0!important;outline:none!important;background:transparent!important;color:#263246!important;font-size:30px!important;line-height:1.18!important;font-weight:700!important;padding:0!important}.task-detail-title-input::-moz-placeholder{color:#9aa9c0!important}.task-detail-title-input::placeholder{color:#9aa9c0!important}.task-detail-meta-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;padding-bottom:4px!important}.task-detail-meta-item{display:flex!important;flex-direction:column!important;gap:8px!important;min-width:0!important}.task-detail-meta-item .chip-row{flex-wrap:wrap!important}.task-detail-inline-input,.task-detail-inline-select,.task-detail-textarea{width:100%!important;border:1px solid #dbe4f1!important;border-radius:16px!important;background:#fff!important;color:#2a3448!important;font:inherit!important}.task-detail-inline-input,.task-detail-inline-select{min-height:50px!important;padding:0 16px!important}.task-detail-textarea{min-height:124px!important;padding:14px 16px!important;resize:vertical!important;outline:none!important}.task-detail-block{display:flex!important;flex-direction:column!important;gap:12px!important;padding-top:20px!important;border-top:none!important}.task-detail-block:first-of-type{padding-top:0!important}.task-detail-block h3{margin:0!important;font-size:18px!important;line-height:1.35!important;color:#263246!important}.task-detail-block-head{display:flex!important;align-items:center!important;justify-content:space-between!important}.task-tag-editor,.task-checklist-add{display:grid!important;grid-template-columns:minmax(0,1fr) 168px auto!important;gap:10px!important;align-items:center!important}.task-checklist-add{grid-template-columns:minmax(0,1fr) auto!important}.task-detail-checklist{display:flex!important;flex-direction:column!important;gap:8px!important}.task-checklist-toggle{border:0!important;background:transparent!important;padding:0!important;text-align:left!important}.task-tags-row{gap:10px!important}.task-detail-footer{border-top:1px solid #e8eef7!important;padding:16px 22px 20px!important;background:#fff!important}.task-complete-button{width:100%!important;min-height:48px!important;border-radius:14px!important;border:1px solid #dbe4f1!important;background:#f7faff!important;color:#4f6bff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;font-size:14px!important;font-weight:700!important}.task-create-confirm-btn{background:#4f6bff!important;color:#fff!important;border-color:#4f6bff!important}.task-create-confirm-btn:hover{background:#3a56e8!important}.content-pipeline-page{height:calc(100vh - 96px)!important;min-height:0!important;display:flex!important;flex-direction:column!important}.content-pipeline-page>.module-summary-grid,.content-pipeline-page>.module-toolbar,.content-pipeline-page>.module-bulk-bar{flex:0 0 auto!important}.content-pipeline-page>.module-layout{flex:1 1 auto!important;min-height:0!important}.content-pipeline-page .module-main-card{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.content-pipeline-page .module-toolbar{justify-content:flex-end!important}.content-toolbar-actions{width:100%!important;justify-content:flex-end!important;align-items:center!important}.content-toolbar-actions>.view-switcher{margin-right:6px!important}.content-pipeline-page .module-bulk-bar .toolbar-actions{align-items:center!important}.auth-shell{min-height:100vh;padding:24px 32px 56px;background:#f8fafc;display:flex;flex-direction:column;align-items:center}.auth-topbar{width:min(1140px,100%);display:flex;align-items:center;justify-content:space-between;padding:0 0 18px}.auth-brand{padding:0!important;border-bottom:0!important;background:transparent!important}.auth-topbar-actions{display:inline-flex;align-items:center;gap:10px}.auth-static-action{pointer-events:none}.login-card{width:min(412px,100%);margin-top:72px;overflow:hidden;box-shadow:none!important}.auth-card-head{padding:22px 24px;border-bottom:1px solid #e7edf6}.auth-card-head h2{margin:0;font-size:22px;line-height:1.2}.auth-card-body{display:flex;flex-direction:column;gap:18px;padding:22px 24px 24px}.auth-inline-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.auth-remember{display:inline-flex;align-items:center;gap:10px;border:0;background:transparent;padding:0;color:#8394aa;font-size:14px}.auth-link-button{border:0;background:transparent;padding:0;color:#4f6bff;font-size:14px;font-weight:600}.auth-submit{width:100%}.auth-footnote{display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center}.auth-helper-copy{margin:0;color:#7f90a6;font-size:13px}.auth-helper-copy.muted{font-size:12px}.auth-error{margin:-4px 0 0;color:#db4d5d;font-size:13px;font-weight:600}.content-toolbar-left{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex:0 0 auto!important}.content-toolbar-left .view-switcher{margin-right:0!important}.content-toolbar-actions{width:auto!important;flex:1 1 auto!important;justify-content:flex-end!important;align-items:center!important}.content-pipeline-page{overflow:hidden!important}.content-pipeline-page>.module-layout{flex:1 1 auto!important;min-height:0!important;overflow:hidden!important}.content-pipeline-page .module-main-card{flex:1 1 auto!important;min-height:0!important;overflow:hidden!important}.content-pipeline-page .module-table,.content-pipeline-page .content-kanban-grid{flex:1 1 auto!important;min-height:0!important;overflow:auto!important}.roadmap-shell{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.roadmap-header{position:sticky!important;top:0!important;z-index:5!important;background:#fff!important;flex:0 0 auto!important}.roadmap-body{flex:1 1 auto!important;min-height:0!important;overflow:auto!important}.inner-sidebar{align-items:stretch!important}.inner-tab{justify-content:flex-start!important;text-align:left!important;align-items:center!important}.settings-sidebar{align-items:stretch!important}.settings-sidebar .inner-tab,.settings-sidebar .settings-logout-tab{justify-content:flex-start!important;text-align:left!important;width:100%!important}.admins-panel{display:flex!important;flex-direction:column!important;gap:10px!important}.admin-row-button{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:14px 18px!important;border:1px solid #e5ebf5!important;border-radius:18px!important;background:#fff!important;text-align:left!important}.chat-page{height:calc(100vh - 96px)!important;min-height:0!important}.chat-page>.chat-shell.people-only{height:100%!important;min-height:0!important;display:grid!important;grid-template-columns:340px minmax(0,1fr)!important;overflow:hidden!important}.chat-sidebar,.chat-thread{min-height:0!important}.chat-sidebar{border-right:1px solid #e7edf6!important;background:#fff!important}.chat-search{margin:20px!important;min-height:58px!important;border:1px solid #dfe7f3!important;border-radius:18px!important;display:flex!important;align-items:center!important;gap:12px!important;padding:0 18px!important;color:#8b9bb1!important;font-size:15px!important;font-weight:600!important}.chat-list-title{padding:14px 24px!important;border-top:1px solid #eef3fa!important;border-bottom:1px solid #eef3fa!important;color:#8092ab!important;font-size:14px!important;font-weight:700!important}.chat-list{padding:0!important;overflow:auto!important}.chat-item{width:100%!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;padding:18px 22px!important;border:0!important;border-bottom:1px solid #eef3fa!important;background:#fff!important;text-align:left!important}.chat-item.active{background:#f8fbff!important}.chat-item strong{display:block!important;font-size:16px!important;line-height:1.25!important}.chat-item p{margin:4px 0 0!important;color:#8192a8!important;font-size:14px!important}.chat-item>span:last-child{color:#8fa0b8!important;font-size:13px!important;font-weight:600!important}.chat-thread{display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;background:#fff!important;border-right:1px solid #e7edf6!important}.chat-header-line{min-height:76px!important;padding:0 28px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;border-bottom:1px solid #e7edf6!important}.chat-user strong{font-size:16px!important}.chat-user span{color:#64b441!important;font-size:14px!important;font-weight:600!important}.chat-messages{padding:28px!important;overflow:auto!important;background:#fff!important}.bubble-row{margin-bottom:18px!important;align-items:center!important}.bubble{border-radius:24px!important;padding:14px 18px!important;font-size:15px!important;line-height:1.45!important}.comment-bar.editable{min-height:74px!important;display:flex!important;align-items:center!important;gap:14px!important;padding:14px 22px!important;border-top:1px solid #e7edf6!important;background:#fbfdff!important}.comment-bar.editable input{flex:1 1 auto!important;min-width:0!important;min-height:48px!important;border:1px solid #dfe7f3!important;border-radius:16px!important;padding:0 16px!important;font-size:15px!important;color:#2f3a4f!important;background:#fff!important;outline:none!important}.comment-send-button{width:44px!important;height:44px!important;border-radius:14px!important;border:1px solid #dbe4f1!important;background:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#7f92ab!important}.chat-aside.simple{background:#fff!important;padding:18px 20px!important;overflow:auto!important}.chat-person-card{border:1px solid #e7edf6!important;border-radius:22px!important;padding:18px!important;display:flex!important;flex-direction:column!important;gap:14px!important;background:#fff!important}.chat-person-card h3{margin:0!important;font-size:18px!important}.chat-person-card p{margin:-4px 0 0!important;color:#7f91aa!important;font-size:14px!important}.chat-person-info{display:flex!important;flex-direction:column!important;gap:12px!important}.chat-person-info span{display:block!important;color:#8ea0b8!important;font-size:12px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.04em!important;margin-bottom:4px!important}.chat-person-info strong{font-size:15px!important;line-height:1.4!important;color:#303b50!important;word-break:break-word!important}.task-tags-row .chip,.task-detail-block .chip,.task-detail-drawer-shell .chip{min-height:30px!important;padding:0 12px!important;font-size:13px!important;font-weight:700!important}.task-detail-drawer-shell{gap:18px!important}.task-detail-block{padding-bottom:18px!important;border-bottom:1px solid #eef3fa!important}.task-detail-block:last-of-type{border-bottom:0!important;padding-bottom:0!important}.task-detail-checklist{gap:10px!important}.task-checklist-add{margin-top:12px!important}.task-detail-block .asset-upload-field{margin-top:2px!important}.kanban-page .toolbar-row{justify-content:space-between!important}.archive-drawer .archive-drawer-body{display:flex!important;flex-direction:column!important;gap:18px!important}.archive-drawer-actions{display:flex!important;align-items:center!important;gap:12px!important}.archive-list{display:flex!important;flex-direction:column!important;gap:10px!important}.archive-row{display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;gap:16px!important;padding:14px 16px!important;border:1px solid #e7edf6!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}.archive-row-copy strong{display:block!important;font-size:15px!important}.archive-row-copy span{display:block!important;margin-top:4px!important;color:#8192a9!important;font-size:13px!important}.archive-empty-state{padding:18px!important;border:1px dashed #d8e2f0!important;border-radius:16px!important;color:#8192a9!important;background:#fbfdff!important}.archive-drawer .panel-progress{margin-bottom:12px!important}.archive-drawer-body{display:flex!important;flex-direction:column!important;gap:14px!important}.chat-aside.simple{display:none!important}.kanban-card,.module-kanban-card,.dashboard-task-button,.archive-row,.task-mini-row,.seo-task-line,.task-list-row,.task-line-row{background:#fff!important;background-image:none!important;box-shadow:none!important}.kanban-card:before,.kanban-card:after,.module-kanban-card:before,.module-kanban-card:after,.dashboard-task-button:before,.dashboard-task-button:after,.archive-row:before,.archive-row:after,.task-mini-row:before,.task-mini-row:after,.seo-task-line:before,.seo-task-line:after,.task-list-row:before,.task-list-row:after,.task-line-row:before,.task-line-row:after{content:none!important;display:none!important}.mini-line,.kanban-drop-marker{display:none!important}.content-toolbar-row{justify-content:space-between!important;align-items:center!important;gap:16px!important}.content-toolbar-left{flex:0 0 auto!important;width:auto!important;justify-content:flex-start!important}.content-toolbar-actions{flex:1 1 auto!important;width:auto!important;justify-content:flex-end!important}.content-pipeline-page{height:calc(100vh - 96px)!important;min-height:0!important;overflow:hidden!important}.content-pipeline-page>.module-layout,.content-pipeline-page .module-main-card{min-height:0!important;overflow:hidden!important}.content-pipeline-page .module-table,.content-pipeline-page .content-kanban-grid{height:100%!important;min-height:0!important;overflow:auto!important}.roadmap-page{height:calc(100vh - 96px)!important;min-height:0!important}.roadmap-shell{overflow:hidden!important}.roadmap-header{position:sticky!important;top:0!important;z-index:20!important;background:#fff!important}.roadmap-quarter-row span,.roadmap-month-row span{background:#fff!important}.roadmap-quarter-row span.is-alt,.roadmap-month-row span.is-alt{background:#f7f9fc!important}.roadmap-body{overflow:auto!important}.dashboard-empty-week{padding:18px 12px;text-align:center;font-size:13px;color:#b0b8c9;font-weight:400}.project-select-option-row{display:flex;align-items:center;gap:0;position:relative}.project-select-option-row .project-select-option{flex:1 1 auto;min-width:0}.project-select-option-delete{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;color:#b0b8c9;opacity:0;transition:opacity .15s,color .15s,background .15s;margin-right:4px}.project-select-option-row:hover .project-select-option-delete{opacity:1}.project-select-option-delete:hover{color:#e53e3e;background:#fff0f0}.top-initials-avatar{width:34px!important;height:34px!important;border-radius:50%!important;background:#d1d5db!important;color:#374151!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:700!important;flex-shrink:0!important;cursor:default!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.settings-logout-tab,.settings-logout-tab .inner-tab-icon{color:#e53e3e!important}.settings-logout-tab:hover{color:#c53030!important;background:#fff5f5!important}.muted-button{color:#e53e3e!important}.inner-tab-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important;flex-shrink:0!important;margin-right:4px!important}.calendar-today .calendar-date{background:#dbeafe;color:#1d4ed8;border-radius:50%;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.panel-title-actions{display:flex;align-items:center;gap:4px}.new-event-drawer-body{flex:1 1 auto;overflow-y:auto;padding:20px 24px}.new-event-drawer-footer{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 24px;border-top:1px solid var(--line, #e4e4e7)}.kanban-card-cover{width:calc(100% + 28px);margin:-16px -14px 12px;max-height:140px;-o-object-fit:cover;object-fit:cover;border-radius:13px 13px 0 0;display:block;flex-shrink:0}.dashboard-archive-open-btn{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#7a8499;border:none;background:transparent;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .15s,color .15s}.dashboard-archive-open-btn:hover{background:#f0f3f9;color:#4069ff}.dashboard-archive-open-btn svg{width:15px;height:15px}.task-archive-drawer{width:340px!important}.task-archive-list{padding:8px 0;display:flex;flex-direction:column}.task-archive-empty{padding:32px 24px;text-align:center;color:#aab4c4;font-size:14px}.task-archive-row{display:flex;align-items:center;gap:12px;padding:12px 24px;border-bottom:1px solid #f0f3f8}.task-archive-row:last-of-type{border-bottom:0}.task-archive-title{flex:1;font-size:14px;color:#333;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-archive-delete-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:transparent;cursor:pointer;color:#bbb;transition:background .15s,color .15s}.task-archive-delete-btn:hover{background:#fff0f3;color:#e53e5a}.task-archive-delete-btn svg{width:15px;height:15px}.dashboard-task-archive-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:transparent;pointer-events:none;transition:color .15s,background .15s}.dashboard-task-archive-btn.visible{color:#aab4c4;pointer-events:auto}.dashboard-task-archive-btn.visible:hover{background:#edf2ff;color:#4069ff}.dashboard-task-archive-btn svg{width:16px;height:16px}.table-head.files.simple.files-with-actions,.file-row.simple.files-with-actions{grid-template-columns:minmax(260px,2fr) minmax(100px,.9fr) minmax(110px,.9fr) minmax(80px,.6fr) 56px 76px!important}.file-actions{display:flex;align-items:center;gap:4px}.file-action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:transparent;cursor:pointer;color:#8a8a99;transition:background .15s,color .15s}.file-action-btn:hover{background:#f0f2f5;color:#4069ff}.file-action-btn--delete:hover{background:#fff0f3;color:#e53e5a}.file-rename-input{flex:1;font-size:14px;border:1px solid #4069ff;border-radius:4px;padding:2px 6px;outline:none;min-width:0}.calendar-pill{width:100%!important;text-align:left!important;box-sizing:border-box!important}.calendar-pill strong,.calendar-pill span{text-align:left!important}.files-page-topbar{display:flex;align-items:center;justify-content:flex-end;padding:0 0 14px}.files-upload-btn{display:inline-flex;align-items:center;gap:7px;padding:0 16px;height:36px;border-radius:8px;background:#2563eb;color:#fff;font-size:13px;font-weight:600;border:none;cursor:pointer;transition:background .15s}.files-upload-btn:hover{background:#1d4ed8}.files-upload-btn:disabled{opacity:.6;cursor:not-allowed}.files-upload-btn svg{width:15px;height:15px}.schedule-card-btn{width:100%;text-align:left;cursor:pointer}.task-due-date-input{cursor:pointer}.asset-preview-block{border-radius:8px;overflow:hidden;border:1px solid var(--line, #e4e4e7)}.asset-preview-img{width:100%;max-height:220px;-o-object-fit:cover;object-fit:cover;display:block}.asset-preview-actions{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#fafafa;border-top:1px solid var(--line, #e4e4e7)}.asset-download-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#2563eb;text-decoration:none;font-weight:500}.asset-download-link:hover{text-decoration:underline}.asset-change-btn{font-size:12px;color:#6b7280;background:none;border:none;cursor:pointer;padding:2px 4px}.asset-change-btn:hover{color:#374151}.kanban-add{color:#9aafca!important;border-color:#e2e8f2!important}.kanban-add:hover{color:#6b87aa!important;border-color:#c8d5e8!important;background:#f5f8fd!important}.task-archive-list{flex:1!important;overflow-y:auto!important;min-height:0!important}.task-archive-drawer.drawer-panel{display:flex!important;flex-direction:column!important}.brand-text{font-size:22px;font-weight:800;letter-spacing:-.5px;color:#1a2640;line-height:1}.auth-topbar-centered{width:100%;display:flex;justify-content:center;padding-bottom:32px}.auth-topbar-centered .brand-logo{height:36px}.task-detail-drawer-shell{padding:20px 22px!important;display:flex!important;flex-direction:column!important;gap:0!important}.task-detail-header{margin-bottom:16px!important}.task-detail-meta-grid{margin-bottom:0!important;padding-bottom:20px!important;border-bottom:1px solid #e8eef7!important}.task-detail-block{padding:20px 0 0!important;border-top:1px solid #e8eef7!important;margin-top:0!important}.task-detail-block:first-of-type{border-top:0!important;padding-top:0!important}.task-detail-inline-select{-moz-appearance:auto!important;appearance:auto!important;-webkit-appearance:auto!important;padding-right:8px!important}.task-tag-editor{display:flex!important;gap:8px!important;align-items:center!important}.task-tag-editor .task-detail-inline-input{flex:1!important;min-width:0!important}.task-tag-editor .task-detail-inline-select{width:100px!important;flex-shrink:0!important}.dashboard-secondary{position:sticky!important;top:0!important;align-self:start!important}html,body,#root{height:100%;margin:0}body{min-width:320px;overflow:hidden}#root{width:100%}
