:root{color:#3a3a3a;font-synthesis:none;background:#f3f4f4;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;height:100%}body{min-width:320px;min-height:100vh;margin:0;overflow:hidden}button,input,select,textarea{font:inherit}button{color:inherit}.plane-canvas{background:#f3f4f4;flex-direction:column;width:100%;height:100%;display:flex}.global-topbar{z-index:50;background:#f1f2f2;border-bottom:1px solid #dedfe1;flex:0 0 36px;grid-template-columns:minmax(220px,1fr) 364px minmax(220px,1fr);align-items:center;width:100%;height:36px;padding:0 8px 0 16px;display:grid;position:relative}.workspace-switcher{color:#27292d;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;width:max-content;padding:0;font-size:12px;font-weight:500;display:inline-flex}.workspace-mark{color:#fff;background:#0877b5;border-radius:5px;place-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:grid}.workspace-switcher-menu{z-index:80;background:#fff;border:1px solid #dedfe1;border-radius:7px;gap:3px;width:238px;padding:7px;display:grid;position:absolute;top:34px;left:8px;box-shadow:0 12px 28px #14161a24}.workspace-switcher-menu button{color:#34363b;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;grid-template-columns:25px 1fr 18px;align-items:center;gap:8px;min-height:36px;padding:4px 7px;display:grid}.workspace-switcher-menu button:hover{background:#f1f2f3}.workspace-switcher-menu button>span{background:#e8eef4;border-radius:4px;place-items:center;width:24px;height:24px;font-size:10px;display:grid}.workspace-switcher-menu button strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.workspace-switcher-menu button i{color:#0877b5;font-style:normal}.command-search-wrap{position:relative}.command-search{color:#8b8d92;background:#fff;border:1px solid #dadcdf;border-radius:7px;align-items:center;gap:7px;width:364px;height:28px;padding:0 10px;display:flex}.command-search input{color:#303236;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:12px}.command-menu{background:#fff;border:1px solid #dedfe1;border-radius:7px;gap:2px;width:364px;padding:6px;display:grid;position:absolute;top:32px;left:0;box-shadow:0 12px 28px #14161a24}.command-menu button{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:5px;align-items:center;gap:9px;padding:8px;font-size:12px;display:flex}.command-menu button:hover{background:#f1f1f2}.command-menu>p{color:#85888e;text-align:center;margin:0;padding:16px 8px;font-size:12px}.global-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex;position:relative}.global-action,.topbar-avatar{color:#6f7378;cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;width:26px;height:26px;padding:0;display:grid}.global-action:hover{background:#e4e5e6}.global-action>span{font-size:15px;font-weight:600}.topbar-avatar{color:#fff;background:#008f83;border-radius:50%;font-size:8px;font-weight:700}.topbar-popover{color:#66696e;background:#fff;border:1px solid #dedfe1;border-radius:7px;width:220px;padding:14px;font-size:12px;position:absolute;top:32px;right:38px;box-shadow:0 12px 28px #14161a24}.topbar-popover h3{color:#303238;margin:0 0 10px;font-size:13px}.topbar-popover p{margin:0}.help-menu-content{gap:10px;display:grid}.help-menu-links{gap:3px;display:grid}.help-menu-links a{color:#34363b;border-radius:4px;grid-template-columns:16px minmax(0,1fr) 12px;align-items:center;gap:8px;padding:7px 8px;text-decoration:none;display:grid}.help-menu-links a:hover,.help-menu-links a:focus-visible{background:#f1f2f3;outline:none}.help-menu-links svg{color:#777a80}.help-menu-external{color:#a0a2a6;text-align:right;font-size:11px}.help-menu-separator{background:#e5e6e8;height:1px}.shortcut-list{gap:8px;display:grid}.shortcut-list span{grid-template-columns:42px 1fr;align-items:center;gap:8px;display:grid}.shortcut-list kbd{background:#f6f6f7;border:1px solid #d9dade;border-radius:4px;justify-self:start;padding:2px 5px;font-size:10px}.notification-list{gap:3px;max-height:260px;display:grid;overflow-y:auto}.notification-list button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;gap:3px;padding:7px 8px;display:grid}.notification-list button:hover{background:#f1f2f3}.notification-list strong{color:#34363b;font-size:11px;font-weight:500}.notification-list small{color:#898c91;font-size:9px}.topbar-user-menu{gap:4px;padding:7px;display:grid;right:0}.topbar-user-menu>div{border-bottom:1px solid #e5e6e8;gap:3px;padding:8px;display:grid}.topbar-user-menu small{color:#85888e;font-size:10px}.topbar-user-menu button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;padding:7px 8px;font-size:11px}.topbar-user-menu button:hover{background:#f1f2f3}.plane-shell{background:#fff;border:0;border-radius:0;flex:1;width:100%;height:auto;min-height:0;display:flex;position:relative;overflow:hidden}.plane-sidebar{z-index:20;background:#fff;border-right:1px solid #e6e7e8;flex-direction:column;flex:0 0 250px;width:250px;height:100%;transition:margin .18s,transform .18s;display:flex;position:relative;overflow:hidden}.sidebar-collapsed .plane-sidebar{margin-left:-250px}.sidebar-top{flex-direction:column;gap:12px;padding:14px 12px 0;display:flex}.sidebar-title-row{justify-content:space-between;align-items:center;min-height:28px;padding:0 8px;display:flex}.sidebar-title{color:#262626;font-size:16px;font-weight:500}.sidebar-title-actions,.section-title-actions{align-items:center;gap:5px;display:flex}.icon-button{color:#717378;cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;width:28px;height:28px;padding:0;display:inline-grid}.icon-button:hover{color:#3c3e42;background:#f1f2f3}.new-work-item{color:#55575c;cursor:pointer;background:#fff;border:1px solid #dedfe1;border-radius:5px;align-items:center;gap:8px;height:32px;padding:0 9px;font-size:13px;font-weight:500;display:flex;box-shadow:0 1px 1px #00000005}.new-work-item:hover{background:#f8f8f8;border-color:#d2d3d5}.new-work-item kbd{color:#a1a3a7;margin-left:auto;font-family:inherit;font-size:10px}.sidebar-scroll{scrollbar-width:thin;flex-direction:column;flex:1;gap:12px;min-height:0;padding:12px 12px 8px;display:flex;overflow-y:auto}.sidebar-section{flex-direction:column;gap:2px;display:flex}.sidebar-item,.sidebar-project{color:#5c5e63;text-align:left;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:8px;width:100%;min-height:28px;padding:4px 8px;font-size:13px;font-weight:500;display:flex}.sidebar-item:hover,.sidebar-project:hover{color:#303236;background:#00000009}.sidebar-item.is-active{color:#25272a;background:#0001}.sidebar-item>span:nth-child(2),.sidebar-project>span:nth-child(2){text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.sidebar-item-suffix{margin-left:auto}.sidebar-section-title{color:#85878c;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:space-between;align-items:center;width:100%;min-height:28px;padding:4px 8px;font-size:13px;font-weight:600;display:flex}.sidebar-section-title>svg{transform:rotate(90deg)}.sidebar-section-title:hover{background:#00000006}.projects-section{min-height:80px}.sidebar-project-logo{color:#676a70;background:#f0f1f3;border-radius:4px;flex:0 0 18px;place-items:center;width:18px;height:18px;font-size:9px;font-weight:700;display:inline-grid}.sidebar-project>svg{color:#a0a2a6;transition:transform .15s}.sidebar-project[aria-expanded=true]>svg{transform:rotate(90deg)}.sidebar-project-navigation{flex-direction:column;gap:1px;margin:2px 0 5px;padding-left:24px;display:flex;position:relative}.sidebar-project-navigation:before{content:"";background:#e4e5e6;width:1px;position:absolute;top:0;bottom:5px;left:15px}.sidebar-project-navigation .sidebar-item{min-height:28px;padding-left:8px;font-size:11px}.sidebar-project-navigation .sidebar-item svg{width:14px;height:14px}.sidebar-footer{background:#fff;border-top:1px solid #e5e6e7;flex:0 0 48px;justify-content:space-between;align-items:center;height:48px;padding:8px 12px;display:flex}.sidebar-footer .language-switcher,.sidebar-footer .user-avatar,.edition-logo{display:none}.edition-badge{color:#4e5156;background:#eff0f1;border-radius:5px;padding:4px 8px}.workspace-more-panel{z-index:19;background:#fff;border-right:1px solid #e4e5e7;width:250px;padding:10px 12px;position:absolute;top:0;bottom:0;left:250px;box-shadow:8px 0 18px #14161a0a}.workspace-more-row{border-radius:5px;align-items:center;gap:4px;min-height:30px;display:flex}.workspace-more-row:hover{background:#f5f5f6}.workspace-more-link{color:#4e5156;cursor:pointer;text-align:left;background:0 0;border:0;flex:1;align-items:center;gap:8px;min-width:0;padding:5px 8px;font-size:12px;display:flex}.workspace-pin{color:#92959a;cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;width:28px;height:28px;padding:0;display:grid}.workspace-pin:hover,.workspace-pin.is-pinned{color:#356fd8}.edition-badge{color:#77797e;align-items:center;gap:7px;font-size:11px;font-weight:500;display:flex}.edition-logo{color:#fff;background:#3f76ff;border-radius:5px;place-items:center;width:20px;height:20px;font-size:10px;font-weight:700;display:grid}.integration-sidebar-link{cursor:pointer;width:100%;min-height:30px;font:inherit;border:0;justify-content:flex-start}.integration-sidebar-link>span{text-align:left;flex:1}.integration-sidebar-link:hover,.integration-sidebar-link.is-active{color:#2f3135;background:#e6e7e8}.integration-page{color:#202124;width:100%;max-width:1160px;margin:0 auto;padding:48px 36px 64px}.integration-page-intro{align-items:flex-start;gap:14px;margin-bottom:28px;display:flex}.integration-page-icon{color:#356fd8;background:#f7f8fa;border:1px solid #dfe1e4;border-radius:9px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.integration-page h1{margin:0 0 5px;font-size:22px;font-weight:600}.integration-page-intro p,.integration-card>p{color:#696c72;margin:0;font-size:13px;line-height:1.6}.integration-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.integration-card{background:#fff;border:1px solid #e1e2e4;border-radius:9px;min-width:0;padding:22px}.integration-card-heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.integration-eyebrow{color:#8a8d92;letter-spacing:.08em;margin-bottom:5px;font-size:10px;font-weight:600;display:block}.integration-card h2{margin:0;font-size:16px;font-weight:600}.integration-status{color:#4f735d;align-items:center;gap:6px;font-size:11px;display:inline-flex}.integration-status i{background:#27a45d;border-radius:50%;width:7px;height:7px}.integration-steps{margin:20px 0 0;padding-left:20px}.integration-steps li{margin-bottom:18px;padding-left:5px}.integration-steps strong,.integration-install-option>strong{margin-bottom:4px;font-size:12px;font-weight:600;display:block}.integration-steps li>span{color:#777a80;margin-bottom:9px;font-size:11px;display:block}.integration-code-block{background:#f7f8fa;border:1px solid #dfe1e4;border-radius:6px;min-width:0;margin-top:8px;position:relative}.integration-code-block pre{min-height:48px;margin:0;padding:13px 62px 13px 13px;font-size:11px;line-height:1.55;overflow-x:auto}.integration-copy-button{color:#53565b;cursor:pointer;background:#fff;border:1px solid #d8dade;border-radius:5px;padding:4px 7px;font-size:10px;position:absolute;top:8px;right:8px}.integration-copy-button:hover{background:#f2f3f4;border-color:#aeb1b6}.integration-install-option{margin-top:18px}.integration-links{border-top:1px solid #ececef;flex-wrap:wrap;gap:14px;margin-top:18px;padding-top:15px;display:flex}.integration-links a,.integration-links button{color:#356fd8;cursor:pointer;background:0 0;border:0;padding:0;font-size:11px;text-decoration:none}.integration-links a:hover,.integration-links button:hover{text-decoration:underline}.integration-note{color:#696c72;background:#fafafa;border:1px solid #e1e2e4;border-radius:7px;align-items:center;gap:8px;margin-top:18px;padding:12px 14px;font-size:11px;display:flex}@media (width<=900px){.integration-grid{grid-template-columns:1fr}.integration-page{padding:28px 18px 44px}}.user-avatar{color:#6d4b8b;cursor:pointer;background:#e8e1f5;border:0;border-radius:50%;place-items:center;width:26px;height:26px;padding:0;font-size:9px;font-weight:700;display:grid}.language-switcher{color:#65676c;background:#fff;border:1px solid #dedfe1;border-radius:5px;width:76px;height:26px;margin-left:auto;margin-right:6px;font-size:10px}.plane-main{background:#fff;flex-direction:column;flex:1;min-width:0;height:100%;display:flex;position:relative;overflow:hidden}.plane-header{z-index:18;background:#fff;border-bottom:1px solid #e5e6e7;justify-content:space-between;align-items:center;gap:16px;height:44px;min-height:44px;padding:0 12px 0 16px;display:flex;position:relative}.header-left,.header-actions{align-items:center;gap:8px;min-width:0;display:flex}.breadcrumb-icon{color:#74767b;place-items:center;display:grid}.breadcrumb-label{color:#3c3e42;font-size:13px;font-weight:500}.project-header-breadcrumb,.project-header-actions-slot{align-items:center;gap:8px;min-width:0;display:flex}.project-header-breadcrumb{color:#303238;font-size:12px}.project-header-breadcrumb>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;max-width:210px;overflow:hidden}.project-header-breadcrumb strong{font-weight:600}.project-breadcrumb-mark{color:#65707b;text-transform:uppercase;background:#f0f1f2;border-radius:3px;place-items:center;width:17px;height:17px;font-size:9px;display:grid}.project-breadcrumb-separator{color:#989ba1;font-size:18px}.project-header-count{color:#18739d;text-align:center;background:#dceef8;border-radius:999px;min-width:28px;padding:2px 7px;font-size:10px}.project-header-actions-slot .secondary-button,.project-header-actions-slot .primary-button,.header-icon-tool{min-height:30px;padding:0 9px;font-size:11px}.header-icon-tool{color:#55575c;cursor:pointer;background:#fff;border:1px solid #dedfe1;border-radius:5px;place-items:center;width:32px;display:grid}.header-icon-tool:hover,.header-icon-tool.is-active{background:#f0f1f2}:is(.content-scroll:has(>.section-page),.content-scroll:has(>.detail-page)){padding:24px}.project-search{color:#8b8d92;background:#fff;border:1px solid #dedfe1;border-radius:5px;align-items:center;gap:7px;width:210px;height:30px;padding:0 8px;display:flex}.project-search:focus-within{border-color:#7ba2ff;box-shadow:0 0 0 2px #3f76ff1a}.project-search input{color:#383a3e;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:12px}.project-search input::placeholder{color:#9c9ea2}.project-search kbd{color:#9a9ca0;border:1px solid #e1e2e3;border-radius:3px;place-items:center;min-width:16px;height:16px;font-family:inherit;font-size:10px;display:grid}.primary-button,.secondary-button{white-space:nowrap;cursor:pointer;border-radius:5px;justify-content:center;align-items:center;gap:6px;min-height:30px;padding:0 11px;font-size:12px;font-weight:500;display:inline-flex}.primary-button{color:#fff;background:#3f76e8;border:1px solid #3167e3}.primary-button:hover{background:#3169d8}.primary-button:disabled{cursor:not-allowed;background:#a9bde8;border-color:#b8c9ee}.secondary-button{color:#55575c;background:#fff;border:1px solid #dedfe1}.secondary-button:hover{background:#f6f7f7}.content-scroll{background:#fff;flex:1;min-height:0;padding:32px;position:relative;overflow:auto}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:32px;display:grid}.project-card{width:100%;min-width:0;color:inherit;cursor:pointer;font:inherit;text-align:left;background:#fff;border:1px solid #e1e2e3;border-radius:8px;transition:border-color .2s,box-shadow .2s,transform .2s;position:relative;overflow:hidden}.project-card-open{width:100%;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;padding:0;display:block}.project-card:hover{border-color:#c8cacc;transform:translateY(-1px);box-shadow:0 7px 18px #14161a14}.project-cover{height:118px;position:relative;overflow:hidden}.project-cover:after{content:"";opacity:.65;background-image:radial-gradient(circle at 20% 25%,#ffffff2e 0 1px,#0000 2px),linear-gradient(120deg,#0000 30%,#ffffff1f 31%,#0000 55%);background-size:20px 20px,100% 100%;position:absolute;inset:0}.project-cover-overlay{z-index:1;background:linear-gradient(#0000 22%,#00000094);position:absolute;inset:0}.project-cover-title{z-index:2;color:#fff;align-items:center;gap:10px;min-width:0;display:flex;position:absolute;bottom:16px;left:16px;right:16px}.project-cover-title>div{min-width:0}.project-cover-title h2{text-overflow:ellipsis;white-space:nowrap;margin:0 0 2px;font-size:14px;font-weight:600;line-height:18px;overflow:hidden}.project-cover-title span{font-size:11px;font-weight:500}.project-logo{background:#ffffff24;border:1px solid #ffffff1f;border-radius:4px;flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid;font-size:13px!important;font-weight:700!important}.project-cover-actions{z-index:3;opacity:0;gap:6px;transition:opacity .15s;display:flex;position:absolute;top:12px;right:12px}.project-card:hover .project-cover-actions{opacity:1}.project-cover-actions button{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff29;border:0;border-radius:4px;place-items:center;width:24px;height:24px;padding:0;display:grid}.project-settings-action{position:absolute;bottom:15px;right:16px}.card-settings-placeholder{width:24px}.project-card-body{flex-direction:column;justify-content:space-between;height:104px;padding:16px;display:flex}.project-card-body p{color:#696b70;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:19px;display:-webkit-box;overflow:hidden}.project-card-footer{justify-content:space-between;align-items:center;display:flex}.no-members{color:#9a9ca0;font-size:13px;font-style:italic}.card-settings{color:#9a9ca0;cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;width:24px;height:24px;padding:0;display:grid}.card-settings:hover{color:#55575c;background:#f0f1f2}.project-skeleton{background:#fff;border:1px solid #e8e9ea;border-radius:8px;height:222px;overflow:hidden}.project-skeleton div{background:linear-gradient(90deg,#f1f2f3,#f8f8f8,#f1f2f3) 0 0/200% 100%;height:118px;animation:1.2s infinite shimmer}.project-skeleton span{background:#f0f1f2;border-radius:4px;width:55%;height:10px;margin:18px 16px 0;display:block}.project-skeleton span:last-child{width:35%;margin-top:10px}@keyframes shimmer{to{background-position:-200% 0}}.empty-projects{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:420px;display:flex}.empty-projects h1{color:#333539;margin:22px 0 7px;font-size:18px;font-weight:600}.empty-projects p{color:#818388;margin:0 0 18px;font-size:13px}.empty-illustration{width:150px;height:108px;position:relative}.empty-illustration span{background:#fafafa;border:1px solid #dfe1e4;border-radius:7px;width:76px;height:54px;position:absolute;box-shadow:0 5px 12px #1e21260f}.empty-illustration span:first-child{top:32px;left:4px;transform:rotate(-10deg)}.empty-illustration span:nth-child(2){top:28px;right:3px;transform:rotate(9deg)}.empty-illustration span:nth-child(3){background:#eef3ff;border-color:#cfdbf8;top:10px;left:36px}.error-banner{color:#9b3535;background:#fff7f7;border:1px solid #f0c8c8;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding:10px 12px;font-size:12px;display:flex}.error-banner button{color:#8f2d2d;cursor:pointer;background:0 0;border:0;font-weight:600}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#16181b75;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.plane-modal{background:#fff;border:1px solid #dedfe1;border-radius:9px;width:min(480px,100%);overflow:hidden;box-shadow:0 24px 70px #14161a3d}.modal-header{border-bottom:1px solid #e8e9ea;justify-content:space-between;align-items:flex-start;padding:20px 20px 15px;display:flex}.modal-header h2{color:#2e3034;margin:0;font-size:16px;font-weight:600}.modal-header p{color:#85878c;margin:5px 0 0;font-size:12px}.modal-header .icon-button{font-size:23px;font-weight:300;line-height:1}.plane-modal form{gap:15px;padding:18px 20px 20px;display:grid}.plane-field{color:#55575c;gap:6px;font-size:12px;font-weight:500;display:grid}.plane-field em{color:#9a9ca0;font-style:normal;font-weight:400}.plane-field input,.plane-field select,.plane-field textarea{color:#34363a;background:#fff;border:1px solid #dcdde0;border-radius:5px;outline:0;width:100%;font-size:13px;transition:border-color .15s,box-shadow .15s}.plane-field input,.plane-field select{height:34px;padding:0 10px}.plane-field textarea{resize:vertical;padding:8px 10px;line-height:19px}.plane-field input:focus,.plane-field select:focus,.plane-field textarea:focus{border-color:#7199ef;box-shadow:0 0 0 2px #3f76e81a}.modal-footer{justify-content:flex-end;gap:8px;padding-top:3px;display:flex}.sidebar-title-button{min-width:0;color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:8px;display:flex}.sidebar-project.is-active{background:#e9e9ea}.project-navigation{border-bottom:1px solid #ececee;padding-bottom:4px}.project-card:focus-visible{outline-offset:2px;outline:2px solid #3f76e8}.section-page,.detail-page{color:#34363a;min-height:100%;margin:-24px;position:relative}.toolbar-popover{z-index:20;background:#fff;border:1px solid #dedfe1;border-radius:7px;gap:10px;min-width:220px;padding:12px;font-size:12px;display:grid;position:absolute;top:52px;right:118px;box-shadow:0 12px 28px #14161a24}.toolbar-popover label{align-items:center;gap:8px;display:flex}:is(.toolbar-popover label:has(input[type=text]),.toolbar-popover label:has(input:not([type]))){flex-direction:column;align-items:stretch}.toolbar-popover input:not([type=checkbox]):not([type=radio]){border:1px solid #dedfe1;border-radius:5px;height:32px;padding:0 9px}.toolbar-popover button{color:#3f76e8;cursor:pointer;background:0 0;border:0;justify-self:end;font-size:11px}.display-popover{right:22px}.project-filter-popover{position:fixed;top:58px;right:96px}.layout-board{background:0 0;border:0;grid-template-columns:repeat(3,minmax(180px,1fr));gap:12px;display:grid;overflow:visible}.layout-board .plane-list-header{display:none}.layout-board .plane-list-row{border:1px solid #e2e3e5;border-radius:7px;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:130px;padding:14px;display:flex}.layout-gantt .plane-list-row{grid-template-columns:280px 120px 1fr 100px;position:relative}.layout-gantt .plane-list-row:after{content:"";opacity:.75;background:#7aa2f7;border-radius:4px;height:8px;position:absolute;left:430px;right:130px}.workspace-page,.settings-page{background:#fff;min-height:100%;margin:-24px}.content-scroll:has(.plane-home-page){padding:0}.plane-home-page{background:#fff;min-height:100%;padding:42px 24px 64px}.home-content-column{width:100%;max-width:800px;margin:0 auto}.home-greeting{text-align:center;margin:0 0 40px}.home-greeting h1{color:#1f2024;letter-spacing:-.015em;margin:0;font-size:20px;font-weight:650}.home-greeting p{color:#94969b;justify-content:center;align-items:center;gap:6px;margin:5px 0 0;font-size:14px;font-weight:500;display:flex}.home-widget{padding:0 0 36px}.home-widget-heading{justify-content:space-between;align-items:center;min-height:24px;margin-bottom:14px;display:flex}.home-widget-heading h2{color:#55585d;margin:0;font-size:13px;font-weight:650}.home-widget-heading button{color:#0875b5;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:12px;font-weight:500;display:inline-flex}.home-widget-heading select{color:#595c61;background:#fff;border:1px solid #dfe1e3;border-radius:5px;height:30px;padding:0 28px 0 10px;font-size:11px}.home-links-empty{color:#686b70;cursor:pointer;background:#f6f6f7;border:0;border-radius:7px;flex-direction:column;justify-content:center;align-items:center;gap:13px;width:100%;min-height:192px;font-size:12px;display:flex}.home-links-empty:hover{background:#f2f2f3}.home-links-art{color:#c8cace;background:#fff;border:1px solid #e5e6e8;border-radius:7px;place-items:center;width:58px;height:58px;display:grid;position:relative;box-shadow:-6px -5px 0 -1px #fafafa,-6px -5px #e9eaeb,-12px -10px 0 -1px #fafafa,-12px -10px #eeeeef}.home-link-list{flex-wrap:wrap;gap:8px;display:flex}.home-link-list a{color:#43464b;border:1px solid #e1e2e4;border-radius:6px;align-items:center;gap:8px;min-width:180px;padding:10px 12px;font-size:12px;text-decoration:none;display:inline-flex}.recent-list{flex-direction:column;display:flex}.recent-list>button{color:#696c72;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:5px;grid-template-columns:20px 58px minmax(0,1fr) 112px 18px 24px 26px;align-items:center;gap:8px;min-height:52px;padding:0 10px;font-size:11px;display:grid}.recent-list>button:hover{background:#f6f6f7}.recent-list>button>svg{color:#85888d}.recent-id{color:#7f8287;font-weight:550}.recent-list strong{color:#303236;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.recent-list time{color:#93959a;white-space:nowrap}.recent-priority{border:2px solid #16a5e6;border-radius:50%;width:11px;height:11px}.priority-urgent{border-color:#ef4444}.priority-high{border-color:#f59e0b}.priority-medium{border-color:#ec4899}.priority-low{border-color:#3b82f6}.priority-none{border-style:dotted;border-color:#a7abb0}.recent-activity{color:#f59e0b;border:1px solid #f59e0b;border-radius:5px;place-items:center;width:20px;height:20px;display:grid}.recent-avatar{color:#fff;background:#008f83;border-radius:50%;place-items:center;width:20px;height:20px;font-size:7px;font-weight:700;display:grid}.recents-empty{color:#92949a;text-align:center;padding:48px 0;font-size:12px}.stickies-page{background:#fff;min-height:100%;margin:-32px;padding:140px 32px 64px}.stickies-onboarding{flex-direction:column;align-items:center;width:min(100%,960px);margin:0 auto;display:flex}.stickies-copy{width:100%;margin-bottom:20px}.stickies-copy h1{color:#202226;margin:0 0 6px;font-size:17px;font-weight:650}.stickies-copy p{color:#55585d;margin:0;font-size:12px}.stickies-hero-art{background:#f4f4f5;border-radius:6px;width:100%;height:405px;margin-bottom:50px;position:relative;overflow:hidden}.sticky-board-preview{background:#fff;border:1px solid #e4e5e6;border-radius:5px;grid-template-columns:repeat(4,1fr);gap:8px;width:76%;height:318px;padding:54px 12px 12px;display:grid;position:absolute;top:66px;right:24px}.sticky-board-preview:before{content:"My stickies                                      + Add sticky";color:#51545a;white-space:pre;border-bottom:1px solid #ececee;height:38px;padding:12px;font-size:9px;position:absolute;top:0;left:0;right:0}.sticky-board-preview i{border-radius:2px;min-height:120px}.sticky-preview{z-index:2;color:#405061;border:1px solid #505a6433;border-radius:4px;flex-direction:column;gap:16px;width:220px;height:220px;padding:28px 20px;font-size:12px;display:flex;position:absolute;bottom:8px;left:55px;box-shadow:8px 8px #8fa9b73b}.sticky-preview span{color:#7d8a96}.stickies-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:16px;width:min(100%,1120px);margin:0 auto;display:grid}.sticky-card{border:1px solid #464b501f;border-radius:5px;flex-direction:column;justify-content:space-between;min-height:220px;padding:18px;display:flex}.sticky-card h2{margin:0 0 12px;font-size:14px;font-weight:650}.sticky-card p{color:#50545a;white-space:pre-wrap;margin:0;font-size:12px;line-height:1.55}.sticky-card footer{color:#777c82;justify-content:space-between;align-items:center;font-size:10px;display:flex}.sticky-card footer button{cursor:pointer;color:#6f747a;background:0 0;border:0;font-size:18px}.sticky-blue{background:#cdeeff}.sticky-violet{background:#dfd2ff}.sticky-rose{background:#ffd2d6}.sticky-amber{background:#ffe0c2}.sticky-mint{background:#c8f1df}.sticky-colors{border:0;gap:8px;margin:0 0 16px;padding:0;display:flex}.sticky-colors legend{color:#686b70;margin-bottom:8px;font-size:11px}.sticky-colors label{cursor:pointer;border-radius:5px;place-items:center;width:34px;height:34px;display:grid}.sticky-colors input{opacity:0;position:absolute}.sticky-colors span{width:0;height:0;overflow:hidden}.sticky-colors label:has(input:checked){outline-offset:2px;outline:2px solid #356fd8}.workspace-page-heading{border-bottom:1px solid #e6e6e8;justify-content:space-between;align-items:center;min-height:82px;padding:18px 28px;display:flex}.workspace-page-heading span{color:#8a8c91;font-size:11px}.workspace-page-heading h1{margin:4px 0 0;font-size:20px;font-weight:550}.workspace-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:28px;display:grid}.workspace-overview-grid button{cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e3e5;border-radius:8px;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:130px;padding:20px;display:flex}.workspace-overview-grid strong{font-size:30px;font-weight:550}.workspace-overview-grid span{color:#77797e;font-size:12px}.ai-page{flex-direction:column;display:flex}.ai-conversation{flex:1;padding:24px}.ai-conversation>p{background:#f0f1f3;border-radius:8px;max-width:70%;padding:10px 12px;font-size:12px}.ai-composer{border-top:1px solid #e6e6e8;gap:8px;padding:16px 24px;display:flex}.ai-composer input{border:1px solid #dcdde0;border-radius:6px;flex:1;min-width:0;height:36px;padding:0 12px}.settings-form{gap:18px;max-width:620px;padding:30px;display:grid}.settings-form .primary-button{justify-self:start}.sidebar-menu{z-index:70;background:#fff;border:1px solid #dedfe1;border-radius:7px;width:180px;padding:6px;display:grid;position:fixed;top:36px;right:8px;box-shadow:0 12px 28px #14161a24}.sidebar-menu button{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:4px;padding:8px 10px;font-size:12px}.sidebar-menu button:hover{background:#f0f0f1}.navigation-options{gap:12px;padding:4px 0 18px;font-size:13px;display:grid}.navigation-options label{align-items:center;gap:8px;display:flex}.section-toolbar{background:#fff;border-bottom:1px solid #e6e6e8;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:7px 20px;display:flex}.view-tabs,.toolbar-actions{align-items:center;gap:6px;display:flex}.view-tabs button{color:#6b6d72;cursor:pointer;background:0 0;border:0;border-radius:5px;height:30px;padding:0 10px;font-size:12px}.view-tabs button.is-active{color:#2d2f33;background:#eeeeef;font-weight:550}.work-item-layout-switcher{background:#f1f1f2;border-radius:6px;align-items:center;gap:2px;padding:3px;display:inline-flex}.work-item-layout-switcher button{color:#5f6268;cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;width:30px;height:27px;padding:0;font-size:14px;display:grid}.work-item-layout-switcher button:hover,.work-item-layout-switcher button.is-active{color:#24262a;background:#dadbdd}.work-state-mark{border:1.5px dotted #8c9097;border-radius:50%;flex:0 0 11px;width:11px;height:11px;display:inline-block}.work-state-mark.state-completed{background:#2eaf62;border-style:solid;border-color:#2eaf62}.work-state-mark.state-not-started{background:#4f7cff;border-style:solid;border-color:#4f7cff}.work-state-mark.state-working{background:#f59e0b;border-style:solid;border-color:#f59e0b}.work-state-mark.state-canceled{background:#dc3434;border-style:solid;border-color:#dc3434}.work-items-list-view{background:#fff;min-height:calc(100vh - 152px)}.work-item-group>header{background:#f6f6f7;border-bottom:1px solid #e5e6e8;align-items:center;gap:8px;min-height:45px;padding:0 28px;font-size:13px;display:flex}.work-item-group>header>span:not(.work-state-mark){color:#777a80;font-size:11px}.work-item-group>header button{color:#6d7076;cursor:pointer;background:0 0;border:0;margin-left:auto}.work-item-list-row{color:#55585e;width:100%;min-height:47px;font:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #ececef;grid-template-columns:64px minmax(260px,1fr) 90px 190px 110px 22px;align-items:center;gap:10px;padding:0 28px;font-size:11px;display:grid}.work-item-list-row:hover{background:#f8f8f9}.work-item-list-row small{color:#69717d}.work-item-list-row strong{color:#23252a;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.work-item-priority{text-transform:capitalize}.work-state-pill{background:#fff;border:1px solid #dfe0e3;border-radius:4px;justify-self:start;padding:3px 7px}.inline-create-work-item,.spreadsheet-create,.gantt-create{color:#34363b;min-height:39px;font:inherit;cursor:pointer;background:#fff;border:0;align-items:center;gap:7px;padding:0 28px;font-size:12px;display:flex}.inline-create-work-item:hover,.spreadsheet-create:hover,.gantt-create:hover{background:#f8f8f9}.work-items-board-view{background:#f8f8f9;gap:14px;min-height:calc(100vh - 152px);padding:12px 16px;display:flex;overflow-x:auto}.work-items-board-column{flex-direction:column;width:322px;min-width:322px;display:flex}.work-items-board-column>header{align-items:center;gap:7px;height:38px;padding:0 6px;font-size:12px;display:flex}.work-items-board-column>header>span:not(.work-state-mark){color:#7a7d83;font-size:10px}.work-items-board-column>header button{cursor:pointer;background:0 0;border:0;margin-left:auto}.work-items-board-cards{align-content:start;gap:9px;display:grid}.work-item-board-card{color:#3f4248;min-height:116px;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe0e2;border-radius:7px;gap:8px;padding:13px;display:grid;box-shadow:0 2px 5px #181b200d}.work-item-board-card:hover{border-color:#bfc2c7}.work-item-board-card small{color:#69717d;font-size:10px}.work-item-board-card strong{font-size:13px;font-weight:500}.work-item-board-card div{color:#75787e;text-transform:capitalize;align-items:center;gap:5px;font-size:10px;display:flex}.work-item-board-card time{color:#70747a;font-size:10px}.work-items-board-column .inline-create-work-item{background:0 0;margin-top:6px;padding:0 8px}.work-items-calendar-view{background:#fff;min-width:980px}.calendar-toolbar{border-bottom:1px solid #e5e6e8;justify-content:space-between;align-items:center;height:47px;padding:0 24px;display:flex}.calendar-toolbar div{align-items:center;gap:7px;display:flex}.calendar-toolbar button{color:#4e5157;cursor:pointer;background:0 0;border:0;border-radius:4px;height:28px}.calendar-toolbar button:hover{background:#f0f1f2}.calendar-toolbar strong{margin-left:4px;font-size:15px}.calendar-grid{grid-template-columns:repeat(7,minmax(140px,1fr));display:grid}.calendar-weekdays span{text-align:right;background:#f5f5f6;border-right:1px solid #e5e6e8;padding:9px 10px;font-size:10px;font-weight:600}.calendar-days>section{border-top:1px solid #e5e6e8;border-right:1px solid #e5e6e8;min-height:132px;padding:6px}.calendar-days>section.outside-month{color:#a4a6aa;background:#fafafa}.calendar-days>section>button:first-child{width:24px;height:24px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;margin-left:auto;font-size:10px;display:grid}.calendar-days>section>button.today{color:#fff;background:#0775a8}.calendar-work-item{color:#33363b;width:100%;font:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdde0;border-left:3px solid #7c8490;border-radius:4px;margin-top:4px;padding:5px 7px;font-size:10px;display:block;overflow:hidden}.calendar-work-item small{color:#69717d}.calendar-more{color:#1877a9;margin:5px 7px;font-size:10px;display:block}.calendar-empty-create{color:#fff;cursor:pointer;background:#356cdf;border:0;border-radius:5px;margin:16px;padding:8px 12px;position:sticky;bottom:20px;left:50%}.work-items-spreadsheet-view{background:#fff;min-width:1500px;overflow:hidden}.spreadsheet-row{color:#41444a;width:100%;min-height:45px;font:inherit;text-align:left;background:#fff;border:0;border-bottom:1px solid #e4e5e7;grid-template-columns:minmax(370px,1fr) 145px 145px 145px 145px 170px 170px 130px 130px;align-items:stretch;padding:0;font-size:11px;display:grid}button.spreadsheet-row{cursor:pointer}button.spreadsheet-row:hover{background:#f8f8f9}.spreadsheet-row>span{text-overflow:ellipsis;white-space:nowrap;border-right:1px solid #e4e5e7;align-items:center;gap:7px;min-width:0;padding:0 12px;display:flex;overflow:hidden}.spreadsheet-row>span:first-child{gap:12px}.spreadsheet-row small{color:#68717e}.spreadsheet-row strong{color:#25272b;text-overflow:ellipsis;font-weight:500;overflow:hidden}.spreadsheet-header{color:#6e7177;background:#f5f5f6;min-height:46px;font-weight:600}.spreadsheet-create{border-bottom:1px solid #e4e5e7;width:100%}.work-items-gantt-view{background:#fff;min-height:calc(100vh - 80px)}.work-items-gantt-view.is-expanded{z-index:1000;min-height:100vh;position:fixed;inset:0}.gantt-view-toolbar{color:#55585e;background:#fff;border-bottom:1px solid #e4e5e7;justify-content:flex-end;align-items:center;gap:16px;height:41px;padding:0 12px;font-size:11px;display:flex}.gantt-view-toolbar>div{align-items:center;gap:3px;display:flex}.gantt-view-toolbar button{color:#3f4248;height:27px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;padding:0 8px}.gantt-view-toolbar button:hover,.gantt-view-toolbar button.is-active{background:#eceeef;font-weight:600}.gantt-view-toolbar .gantt-expand-button{place-items:center;width:28px;padding:0;display:grid}.gantt-body{min-height:calc(100vh - 121px);display:flex;overflow:hidden}.gantt-timeline-viewport{flex:1;min-width:0;overflow:auto}.gantt-table{z-index:3;background:#fff;border-right:1px solid #dfe0e2;width:360px;min-width:360px;position:sticky;left:0}.gantt-header,.gantt-table>button:not(.gantt-create){color:#36393e;min-height:44px;font:inherit;text-align:left;background:#fff;border:0;border-bottom:1px solid #e4e5e7;grid-template-columns:1fr 76px;align-items:center;font-size:11px;display:grid}.gantt-header{color:#6c6f75;background:#f5f5f6}.gantt-header span,.gantt-table>button span{text-overflow:ellipsis;white-space:nowrap;min-width:0;padding:0 12px;overflow:hidden}.gantt-table>button span:first-child{gap:7px;display:flex}.gantt-table>button small{color:#68717e}.gantt-table>button:not(.gantt-create){cursor:pointer;width:100%}.gantt-timeline{background-image:linear-gradient(90deg,#e8e9eb 1px,#0000 1px);background-size:44px 100%;min-height:100%;position:relative}.gantt-days{grid-template-columns:repeat(var(--gantt-days,30), 44px);background:#f5f5f6;border-bottom:1px solid #dfe0e2;height:44px;display:grid}.gantt-days span{border-right:1px solid #e4e5e7;flex-direction:column;justify-content:center;align-items:center;width:44px;font-size:10px;display:flex}.gantt-days span small{color:#85888e;font-size:8px}.gantt-days span.today{color:#006a9a;background:#dbeef7;font-weight:600}.gantt-bar-row{cursor:pointer;background:0 0;border:0;border-bottom:1px solid #e4e5e7;width:100%;height:44px;display:block;position:relative}.gantt-bar-row>span{color:#26282c;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:#b4b7bc;border-radius:4px;min-width:22px;height:30px;padding:7px 10px;font-size:10px;position:absolute;top:7px;overflow:hidden}.plane-list{background:#fff;border:1px solid #e4e4e6;border-radius:7px;margin:20px;overflow:hidden}.plane-list-header,.plane-list-row{grid-template-columns:minmax(300px,1fr) 140px 150px 120px;align-items:center;gap:12px;min-height:42px;padding:0 14px;display:grid}.plane-list-header{color:#86888d;text-transform:uppercase;letter-spacing:.02em;background:#fafafa;border-bottom:1px solid #e7e7e8;font-size:11px;font-weight:550}.plane-list-row{color:#55575c;cursor:pointer;text-align:left;background:#fff;border:0;border-bottom:1px solid #eeeeef;width:100%;font-size:12px}.plane-list-row:last-child{border-bottom:0}.plane-list-row:hover{background:#f8f8f9}.row-name{align-items:center;gap:8px;min-width:0;display:flex}.row-name small{color:#92949a;white-space:nowrap}.row-name strong{color:#303237;text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.status-dot{border:2px solid #9b9da2;border-radius:3px;width:11px;height:11px}.mini-avatar{color:#6f4ca0;background:#ede7f6;border-radius:50%;place-items:center;width:20px;height:20px;margin-right:5px;font-size:8px;font-style:normal;display:inline-grid}.feature-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 150px);display:flex}.feature-empty h1{margin:22px 0 6px;font-size:17px;font-weight:550}.feature-empty p{color:#85878c;margin:0 0 16px;font-size:12px}.feature-empty-art{width:110px;height:72px;position:relative}.feature-empty-art span{background:#fff;border:1px solid #d8d9dc;border-radius:5px;width:72px;height:45px;position:absolute;box-shadow:0 6px 14px #1f22280a}.feature-empty-art span:first-child{top:20px;left:2px;transform:rotate(-8deg)}.feature-empty-art span:nth-child(2){top:20px;right:2px;transform:rotate(8deg)}.feature-empty-art span:nth-child(3){background:#eef3ff;top:3px;left:19px}.list-skeleton{border:1px solid #e7e7e9;gap:1px;margin:20px;display:grid}.list-skeleton span{background:linear-gradient(90deg,#f5f5f6,#fafafa,#f5f5f6);height:44px}.compact-modal{width:min(520px,100vw - 28px)}.work-item-create-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:#1c1e2157}.work-item-create-modal{border-color:#d9dade;border-radius:8px;width:min(896px,100vw - 40px);box-shadow:0 12px 32px #14161a2e}.plane-modal .work-item-create-form{padding:0;display:block}.work-item-create-body{flex-direction:column;align-items:flex-start;gap:0;padding:18px 20px 17px;display:flex}.work-item-create-body h2{color:#2f3136;margin:0 0 12px;font-size:20px;font-weight:500;line-height:1.35}.work-item-project-select{color:#606269;background:#fff;border:1px solid #d7d8dc;border-radius:4px;align-items:center;gap:7px;height:30px;margin-bottom:16px;padding:0 8px;display:inline-flex;position:relative}.property-value{text-overflow:ellipsis;white-space:nowrap;max-width:170px;overflow:hidden}.work-item-property-chip .property-value{max-width:130px}.work-item-project-select>svg:last-of-type,.work-item-property-chip>svg:last-of-type{color:#8b8e95;pointer-events:none}.work-item-title-input,.work-item-description-input{box-sizing:border-box;color:#303238;background:#fff;border:1px solid #d9dade;border-radius:5px;outline:0;width:100%;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.work-item-title-input{height:38px;padding:0 12px}.work-item-description-input{resize:none;height:145px;margin-top:20px;padding:14px 12px;line-height:1.5}.work-item-title-input:focus,.work-item-description-input:focus{border-color:#6b8fe8;box-shadow:0 0 0 2px #3766dd1a}.work-item-title-input::placeholder,.work-item-description-input::placeholder{color:#8b8e95}.work-item-create-controls{border-top:1px solid #e4e5e7;padding:12px 16px 13px}.work-item-property-row{scrollbar-width:none;align-items:center;gap:6px;min-height:30px;padding-bottom:12px;display:flex;overflow-x:auto}.work-item-property-row::-webkit-scrollbar{display:none}.work-item-property-chip{color:#5b5e65;cursor:pointer;background:#fff;border:1px solid #d9dade;border-radius:4px;flex:none;align-items:center;gap:6px;height:30px;padding:0 8px;font-size:12px;font-weight:400;display:inline-flex;position:relative}.work-item-property-chip:hover,.work-item-property-chip:focus-within{background:#fafafa;border-color:#aeb1b7}.work-item-property-chip .property-dot{border:1.5px dotted #8e9299;border-radius:50%;width:13px;height:13px}.work-item-create-body>.work-item-property-chip{margin-bottom:16px;font-size:13px;font-weight:500}.property-symbol{color:#73767d;justify-content:center;align-items:center;min-width:13px;display:inline-flex}.priority-dot{background:#d8dade;border-radius:2px;width:9px;height:9px}.priority-urgent{background:#b42318}.priority-high{background:#ef4444}.priority-medium{background:#f59e0b}.priority-low{background:#3b82f6}.work-item-property-popover,.work-item-date-popover{z-index:1200;box-sizing:border-box;background:#fff;border:1px solid #d9dade;border-radius:6px;position:fixed;box-shadow:0 8px 24px #14161a29}.work-item-property-popover{width:248px;padding:6px}.property-search{color:#8b8e95;border:1px solid #d9dade;border-radius:4px;align-items:center;gap:7px;height:32px;margin-bottom:5px;padding:0 8px;display:flex}.property-search:focus-within{border-color:#6b8fe8;box-shadow:0 0 0 2px #3766dd1a}.property-search input{color:#303238;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:12px}.property-option-list{max-height:236px;overflow-y:auto}.property-option{color:#3e4147;width:100%;min-height:30px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:8px;padding:5px 8px;font-size:12px;display:flex}.property-option:hover,.property-option[aria-selected=true]{background:#f1f2f4}.property-option-icon{justify-content:center;align-items:center;width:14px;display:inline-flex}.property-check{color:#1976b8;margin-left:auto;font-weight:600}.property-empty-state{color:#7a7d84;text-align:center;margin:0;padding:16px 8px;font-size:12px}.work-item-date-popover{width:292px;padding:10px}.date-picker-header{grid-template-columns:30px 1fr 30px;align-items:center;margin-bottom:8px;display:grid}.date-picker-header strong{color:#36383e;text-align:center;font-size:13px;font-weight:600}.date-picker-header button,.date-picker-clear{color:#5b5e65;cursor:pointer;background:0 0;border:0;border-radius:4px}.date-picker-header button{height:28px;font-size:20px}.date-picker-header button:hover,.date-picker-clear:hover{background:#f1f2f4}.date-picker-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.date-picker-weekday{color:#8a8d94;text-align:center;padding:4px 0;font-size:10px}.date-picker-grid button{color:#42454b;height:32px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;font-size:11px;position:relative}.date-picker-grid button:hover{background:#f1f2f4}.date-picker-grid button.outside-month{color:#b5b7bc}.date-picker-grid button.today{box-shadow:inset 0 0 0 1px #1976b8}.date-picker-grid button.selected{color:#fff;background:#1976b8}.date-picker-clear{width:100%;height:28px;font:inherit;margin-top:8px;font-size:11px}.work-item-create-footer{border-top:1px solid #e4e5e7;justify-content:flex-end;align-items:center;gap:16px;min-height:50px;padding-top:16px;display:flex}.create-more-control{color:#464950;cursor:pointer;align-items:center;gap:7px;font-size:12px;display:inline-flex}.create-more-control>input{opacity:0;pointer-events:none;position:absolute}.toggle-track{background:#a6a9ae;border-radius:999px;width:28px;height:16px;transition:background .15s;position:relative}.toggle-track i{background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .15s;position:absolute;top:2px;left:2px}.create-more-control>input:checked+.toggle-track{background:#3766dd}.create-more-control>input:checked+.toggle-track i{transform:translate(12px)}.work-item-create-actions{align-items:center;gap:8px;display:flex}.work-item-create-actions .secondary-button,.work-item-create-actions .primary-button{min-height:30px;padding:0 11px}.back-link{color:#6c6e73;cursor:pointer;background:0 0;border:0;margin:18px 22px 6px;font-size:12px}.detail-layout{background:#fff;border-top:1px solid #e7e7e9;grid-template-columns:minmax(0,1fr) 280px;min-height:calc(100vh - 120px);margin-top:6px;display:grid}.detail-main{border-right:1px solid #e7e7e9;padding:34px clamp(24px,6vw,88px)}.detail-kicker{color:#8b8d92;font-size:12px}.detail-main h1{margin:10px 0 24px;font-size:26px;font-weight:550;line-height:1.25}.description-editor{color:#77797e;border:1px solid #0000;border-radius:6px;min-height:110px;padding:12px;font-size:13px;line-height:1.6}.description-editor:hover{border-color:#e1e1e3}.activity-panel{border-top:1px solid #ececee;margin-top:30px;padding-top:22px}.activity-panel h3,.detail-properties h3{margin:0 0 14px;font-size:13px;font-weight:550}.comment-box{color:#9a9ca1;border:1px solid #dedfe1;border-radius:6px;height:72px;padding:12px;font-size:12px}.muted-copy{color:#999ba0;font-size:11px}.detail-properties{padding:26px 20px}.detail-properties>div{grid-template-columns:88px 1fr;align-items:center;min-height:38px;font-size:12px;display:grid}.detail-properties span{color:#8a8c91}.detail-properties strong{color:#4b4d52;text-transform:capitalize;font-weight:500}.content-scroll:has(.your-work-page){padding:0;overflow:hidden}.your-work-page{color:#2d2f33;background:#fff;flex-direction:column;height:100%;min-height:0;display:flex}.profile-tabs{border-bottom:1px solid #e5e6e8;align-items:stretch;min-height:54px;padding:0 20px;display:flex;overflow-x:auto}.profile-tabs button{color:#65686d;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;min-width:max-content;padding:0 16px;font-size:13px;font-weight:500}.profile-tabs button:hover{color:#25272b}.profile-tabs button.is-active{color:#0875b5;border-bottom-color:#0875b5}.your-work-layout{flex:1;grid-template-columns:minmax(0,1fr) 300px;min-height:0;display:grid}.your-work-content{min-width:0;padding:24px 22px 52px;overflow-y:auto}.profile-section{margin-bottom:28px}.profile-section>h2,.profile-chart-card>h2{color:#25272b;margin:0 0 10px;font-size:15px;font-weight:550}.profile-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.profile-stat-grid button,.workload-card{min-height:82px;color:inherit;text-align:left;background:#fff;border:1px solid #e1e2e4;border-radius:8px;align-items:center;gap:12px;padding:14px 16px;display:flex}.profile-stat-grid button{cursor:pointer}.profile-stat-grid button:hover{background:#fafafa;border-color:#c9cbcf}.profile-stat-icon{background:#f6f6f7;border-radius:5px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.profile-stat-grid button>span:last-child,.workload-card>span{gap:5px;display:grid}.profile-stat-grid small,.workload-card small{color:#85888e;font-size:12px}.profile-stat-grid strong,.workload-card strong{color:#1f2125;font-size:18px;font-weight:650}.workload-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.workload-card{min-height:76px}.workload-card>i{border-radius:3px;flex:0 0 12px;width:12px;height:12px}.profile-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:28px;display:grid}.profile-chart-card{border:1px solid #e1e2e4;border-radius:8px;min-height:350px;padding:18px}.priority-chart{background:repeating-linear-gradient(#0000 0 54px,#eff0f1 55px);border-bottom:1px solid #e8e9ea;justify-content:space-around;align-items:flex-end;gap:14px;height:270px;padding:20px 20px 10px;display:flex}.priority-chart>div{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:10px;height:100%;display:flex}.priority-chart small{color:#73767c;text-transform:capitalize;font-size:11px}.priority-bar{background:#d6d8dc;border-radius:4px 4px 0 0;width:min(38px,65%);min-height:8px;display:block}.priority-bar.priority-urgent{background:#a61b1b}.priority-bar.priority-high{background:#ef4444}.priority-bar.priority-medium{background:#f59e0b}.priority-bar.priority-low{background:#2f7de1}.state-chart{justify-content:center;align-items:center;gap:42px;min-height:270px;display:flex}.state-donut{border-radius:50%;flex:0 0 180px;place-items:center;width:180px;height:180px;display:grid}.state-donut span{background:#fff;border-radius:50%;width:104px;height:104px}.state-legend{gap:14px;min-width:140px;display:grid}.state-legend div{grid-template-columns:10px minmax(70px,1fr) 24px;align-items:center;gap:7px;font-size:11px;display:grid}.state-legend i{border-radius:2px;width:9px;height:9px}.state-legend span{color:#666970}.state-legend strong{justify-self:end;font-weight:550}.profile-recent{border:1px solid #e1e2e4;border-radius:8px;padding:16px}.profile-work-list{border-top:1px solid #e8e9ea}.profile-work-list button{color:#5f6268;cursor:pointer;text-align:left;background:0 0;border:0;border-bottom:1px solid #ececee;grid-template-columns:14px 74px minmax(180px,1fr) 110px 90px;align-items:center;gap:8px;width:100%;min-height:44px;padding:0 8px;font-size:11px;display:grid}.profile-work-list button:hover{background:#f8f8f9}.profile-work-list button:last-child{border-bottom:0}.profile-work-list strong{color:#303237;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.profile-work-list small,.profile-work-list time{color:#8c8f94}.profile-work-state{border:2px solid;border-radius:3px;width:11px;height:11px}.profile-list-empty{color:#85888e;text-align:center;padding:40px;font-size:12px}.profile-empty{min-height:calc(100vh - 180px)}.profile-loading{gap:16px;display:grid}.profile-loading span{background:linear-gradient(90deg,#f3f3f4,#fafafa,#f3f3f4) 0 0/200% 100%;border-radius:8px;height:82px;animation:1.2s infinite loading-slide}@keyframes loading-slide{to{background-position:-200% 0}}.profile-sidebar{border-left:1px solid #e5e6e8;min-width:0;padding:116px 20px 24px;position:relative;overflow-y:auto}.profile-cover{background:radial-gradient(circle at 30% 40%,#777 0 1px,#0000 1px) 0 0/4px 4px,linear-gradient(135deg,#232428,#74767c);height:110px;position:absolute;inset:0 0 auto}.profile-avatar{color:#fff;background:#0875b5;border:4px solid #fff;border-radius:4px;place-items:center;width:52px;height:52px;font-size:18px;display:grid;position:relative}.profile-sidebar>h2{margin:10px 0 2px;font-size:16px}.profile-sidebar>p{color:#73767c;margin:0;font-size:11px}.profile-sidebar dl{gap:20px;margin:28px 0;display:grid}.profile-sidebar dl div{grid-template-columns:80px 1fr;gap:10px;font-size:11px;display:grid}.profile-sidebar dt{color:#777a80}.profile-sidebar dd{color:#303237;overflow-wrap:anywhere;margin:0}.profile-projects{border-top:1px solid #e4e5e7;display:grid}.profile-projects button{cursor:pointer;text-align:left;background:0 0;border:0;border-bottom:1px solid #ececee;grid-template-columns:22px minmax(0,1fr) auto 14px;align-items:center;gap:9px;min-height:52px;padding:0 4px;display:grid}.profile-projects strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.profile-projects small{color:#d33;text-align:center;background:#fff0f0;border-radius:4px;min-width:24px;padding:2px 4px;font-size:9px}.project-tile{background:#eef1f5;border-radius:3px;place-items:center;width:20px;height:20px;font-size:9px;display:grid}@media (width<=1280px){.workload-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-chart-grid{grid-template-columns:1fr}}@media (width<=1040px){.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.your-work-layout{grid-template-columns:minmax(0,1fr) 260px}}@media (width<=760px){.global-topbar{grid-template-columns:1fr auto;padding-left:8px}.command-search-wrap{display:none}.plane-shell{border:0;border-radius:0}.plane-sidebar{width:250px;position:absolute;inset:0 auto 0 0;box-shadow:12px 0 32px #14161a1f}.sidebar-collapsed .plane-sidebar{margin-left:0;transform:translate(-105%)}.plane-header{padding-left:10px}.project-search{border:0;justify-content:center;width:34px}.project-search input,.project-search kbd,.secondary-button span{display:none}.content-scroll{padding:20px}.plane-home-page{padding:30px 18px 48px}.home-greeting{margin-bottom:32px}.recent-list>button{grid-template-columns:20px 52px minmax(0,1fr) 22px}.recent-list time,.recent-priority,.recent-activity{display:none}.projects-grid{grid-template-columns:1fr;gap:18px}.section-page,.detail-page{margin:-20px}.section-toolbar{align-items:flex-start;padding:8px 10px}.toolbar-actions .secondary-button{display:none}.plane-list{margin:12px;overflow-x:auto}.plane-list-header,.plane-list-row{min-width:720px}.detail-layout{grid-template-columns:1fr}.detail-main{border-right:0;padding:26px 20px}.detail-properties{border-top:1px solid #e7e7e9}.your-work-layout{display:block;overflow-y:auto}.your-work-content{overflow:visible}.profile-sidebar{border-top:1px solid #e5e6e8;border-left:0}.profile-stat-grid{grid-template-columns:1fr}.workload-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-work-list button{grid-template-columns:14px 70px minmax(140px,1fr)}.profile-work-list button>span:nth-last-child(2),.profile-work-list time{display:none}}@media (width<=440px){.breadcrumb-label,.primary-button span{display:none}.content-scroll{padding:14px}.modal-backdrop{align-items:end;padding:0}.plane-modal{border-radius:10px 10px 0 0;width:100%}}.project-section-heading{cursor:default}.project-section-heading>button,.project-section-heading .section-title-actions button{min-width:0;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;padding:0;display:inline-flex}.project-section-heading>button{text-align:left;flex:1;min-height:24px}.project-section-heading .section-title-actions button{justify-content:center;width:22px;height:22px}.project-section-heading .section-title-actions button:hover{color:#34363b;background:#e9eaeb}.project-section-heading .section-title-actions button[aria-expanded=true] svg{transform:rotate(90deg)}.create-project-modal{width:min(560px,100vw - 32px)}.settings-modal-backdrop{z-index:1000;padding:28px}.profile-settings-modal{background:#fff;border:1px solid #dfe0e2;border-radius:12px;grid-template-columns:250px minmax(0,1fr);width:min(1040px,100vw - 56px);height:min(700px,100vh - 56px);display:grid;position:relative;overflow:hidden;box-shadow:0 20px 60px #181b2038}.profile-settings-sidebar{background:#f7f7f8;border-right:1px solid #e1e2e4;padding:16px 12px;overflow-y:auto}.settings-user-summary{border-bottom:1px solid #e2e3e5;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;padding:8px 8px 18px;display:grid}.settings-user-summary>span{color:#fff;background:#0877b5;border-radius:8px;place-items:center;width:38px;height:38px;font-size:14px;font-weight:650;display:grid}.settings-user-summary>div{gap:3px;min-width:0;display:grid}.settings-user-summary strong,.settings-user-summary small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.settings-user-summary strong{color:#303237;font-size:12px}.settings-user-summary small{color:#85888e;font-size:10px}.profile-settings-sidebar nav{gap:3px;margin-top:18px;display:grid}.profile-settings-sidebar nav button{color:#5f6268;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:5px;align-items:center;gap:9px;min-height:34px;padding:7px 9px;font-size:12px;display:flex}.profile-settings-sidebar nav button:hover{color:#303237;background:#eceeef}.profile-settings-sidebar nav button.is-active{color:#222428;background:#e4e5e7;font-weight:600}.profile-settings-sidebar nav i{color:#777a80;place-items:center;width:16px;font-style:normal;display:inline-grid}.profile-settings-content{background:#fff;min-width:0;padding:36px 40px 56px;position:relative;overflow-y:auto}.settings-close{z-index:2;color:#777a80;cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;width:28px;height:28px;padding:0;font-size:20px;display:grid;position:absolute;top:14px;right:14px}.settings-close:hover{color:#33353a;background:#f0f1f2}.settings-loading{color:#85888e;place-items:center;min-height:240px;font-size:12px;display:grid}.account-settings-page{width:100%;max-width:740px}.account-settings-page>header{margin-bottom:28px;padding-right:40px}.account-settings-page>header h2{color:#24262a;margin:0 0 5px;font-size:20px;font-weight:600}.account-settings-page>header p{color:#777a80;margin:0;font-size:12px;line-height:1.5}.account-cover{background:radial-gradient(circle at 20% 25%,#ffffff26 0 1px,#0000 1px) 0 0/5px 5px,linear-gradient(135deg,#25272c,#858990);border-radius:8px;height:130px;margin-bottom:52px;position:relative}.account-cover>span{color:#fff;background:#0877b5;border:4px solid #fff;border-radius:8px;place-items:center;width:64px;height:64px;font-size:22px;font-weight:650;display:grid;position:absolute;bottom:-30px;left:22px}.account-settings-form{gap:22px;display:grid}.account-settings-form label{color:#52555b;gap:7px;font-size:12px;display:grid}.account-settings-form label>span{color:#5f6268;font-weight:500}.account-settings-form input,.account-settings-form select,.token-create-form input{color:#303238;background:#fff;border:1px solid #d9dade;border-radius:5px;outline:0;width:100%;min-height:36px;padding:7px 10px}.account-settings-form input:focus,.account-settings-form select:focus,.token-create-form input:focus{border-color:#6d91e9;box-shadow:0 0 0 2px #3f76e81a}.account-settings-form input:disabled{color:#8b8e93;cursor:not-allowed;background:#f5f5f6}.account-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.settings-box{background:#fff;border:1px solid #e1e2e4;border-radius:8px;gap:14px;padding:16px;display:grid}.settings-box h3{color:#303237;margin:0;font-size:13px;font-weight:600}.settings-box p{color:#7a7d83;margin:4px 0 0;font-size:11px;line-height:1.5}.settings-toggle-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px}.settings-switch{width:34px;height:20px;position:relative;display:block!important}.settings-switch input{opacity:0;pointer-events:none;position:absolute}.settings-switch span{cursor:pointer;background:#b4b7bc;border-radius:999px;transition:background .15s;position:absolute;inset:0}.settings-switch span:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .15s;position:absolute;top:3px;left:3px}.settings-switch input:checked+span{background:#3f76e8}.settings-switch input:checked+span:after{transform:translate(14px)}.settings-switch input:disabled+span{opacity:.55;cursor:not-allowed}.segmented-control{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.segmented-control button{color:#65686e;cursor:pointer;background:#fff;border:1px solid #dcdde0;border-radius:5px;min-height:34px;font-size:12px}.segmented-control button.is-active{color:#285ecb;background:#edf3ff;border-color:#3f76e8}.settings-feedback{color:#35705a;margin:0;font-size:12px}.settings-field-error{color:#c73737;margin:-12px 0 0;font-size:11px}.settings-help{color:#85888e;margin:-10px 0 0;font-size:11px}.token-create-form{grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-bottom:18px;display:grid}.created-token{background:#f1faf5;border:1px solid #b9d5c6;border-radius:7px;gap:9px;margin-bottom:18px;padding:14px;display:grid}.created-token strong{color:#32634d;font-size:12px}.created-token code{color:#34363b;background:#fff;border-radius:4px;padding:9px;font-size:11px;overflow-x:auto}.created-token .secondary-button{justify-self:start}.token-row{border-bottom:1px solid #ececee;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;min-height:58px;padding:8px 12px;display:grid}.token-row:last-child{border-bottom:0}.token-row>span{gap:4px;display:grid}.token-row strong{color:#34363b;font-size:12px}.token-row small{color:#85888e;font-size:10px}.danger-button{color:#b42318}.instance-admin-menu-item{margin-top:3px;font-weight:600;color:#2d62ca!important;background:#edf3ff!important}.instance-admin-shell{color:#303237;background:#f7f7f8;width:100%;height:100%;overflow:hidden}.admin-topbar{background:#fff;border-bottom:1px solid #dedfe1;justify-content:space-between;align-items:center;height:58px;padding:0 18px;display:flex}.admin-brand{cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;display:flex}.admin-brand>span{color:#fff;background:#0877b5;border-radius:6px;place-items:center;width:28px;height:28px;display:grid}.admin-brand strong{font-size:14px}.admin-brand small{color:#85888e;border-left:1px solid #dfe0e2;padding-left:8px;font-size:11px}.admin-account{align-items:center;gap:9px;display:flex}.admin-account>span{color:#fff;background:#008f83;border-radius:50%;place-items:center;width:28px;height:28px;font-size:10px;font-weight:700;display:grid}.admin-account>div{gap:2px;display:grid}.admin-account strong{font-size:11px}.admin-account small{color:#85888e;font-size:9px}.admin-layout{grid-template-columns:270px minmax(0,1fr);height:calc(100% - 58px);display:grid}.admin-sidebar{background:#fff;border-right:1px solid #dedfe1;padding:24px 16px;overflow-y:auto}.admin-sidebar>h2{margin:0 8px 4px;font-size:16px}.admin-sidebar>p{color:#85888e;margin:0 8px 22px;font-size:11px}.admin-sidebar nav{gap:5px;display:grid}.admin-sidebar nav button{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;grid-template-columns:22px minmax(0,1fr);gap:9px;padding:10px 9px;display:grid}.admin-sidebar nav button:hover{background:#f3f4f5}.admin-sidebar nav button.is-active{background:#e9eaeb}.admin-sidebar nav i{color:#73767c;font-style:normal}.admin-sidebar nav span{gap:3px;display:grid}.admin-sidebar nav strong{color:#34363b;font-size:12px;font-weight:600}.admin-sidebar nav small{color:#85888e;font-size:9px;line-height:1.35}.admin-content{min-width:0;padding:38px 42px 70px;overflow-y:auto}.admin-page{max-width:1060px;margin:0 auto}.admin-page>header{border-bottom:1px solid #dfe0e2;margin-bottom:26px;padding-bottom:16px}.admin-page>header h1{margin:0 0 5px;font-size:22px;font-weight:600}.admin-page>header p{color:#777a80;margin:0;font-size:12px}.admin-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:28px;display:grid}.admin-stat-grid article{background:#fff;border:1px solid #dfe0e2;border-radius:8px;gap:8px;padding:16px;display:grid}.admin-stat-grid small{color:#777a80;font-size:11px}.admin-stat-grid strong{font-size:22px}.admin-form{background:#fff;border:1px solid #dfe0e2;border-radius:8px;gap:24px;padding:22px;display:grid}.admin-form>h2{margin:0;font-size:15px}.admin-form label{color:#5f6268;gap:6px;font-size:11px;display:grid}.admin-form input{background:#fff;border:1px solid #d9dade;border-radius:5px;min-height:36px;padding:7px 10px}.admin-form input:disabled{color:#8b8e93;background:#f5f5f6}.admin-form .primary-button{justify-self:start}.admin-message{color:#4d638a;background:#f5f8ff;border:1px solid #cfd7e5;border-radius:6px;max-width:1060px;margin:0 auto 14px;padding:10px 12px;font-size:11px}.admin-table{background:#fff;border:1px solid #dfe0e2;border-radius:8px;overflow:hidden}.admin-table-head,.admin-table-row{border-bottom:1px solid #ececee;grid-template-columns:minmax(220px,1fr) 120px 120px 150px;align-items:center;gap:12px;min-height:48px;padding:0 14px;font-size:11px;display:grid}.admin-table-head{color:#777a80;background:#f5f5f6;min-height:38px;font-weight:600}.admin-table-row:last-child{border-bottom:0}.admin-table-row>span:first-child{gap:3px;display:grid}.admin-table-row strong{color:#34363b;font-size:12px}.admin-table-row small{color:#85888e;font-size:9px}.status-button{color:#a83d3d;cursor:pointer;background:#fff5f5;border:1px solid #e0b8b8;border-radius:999px;min-width:62px;min-height:26px;font-size:10px}.status-button.is-active{color:#327052;background:#f1faf5;border-color:#b8d8c7}.status-button:disabled{opacity:.6;cursor:not-allowed}.configuration-badge{color:#2f7552;background:#e9f6ef;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:600}.admin-access-denied{text-align:center;background:#fff;place-content:center;justify-items:center;gap:10px;width:100%;height:100%;display:grid}.admin-access-denied h1{margin:0;font-size:22px}.admin-access-denied p{color:#777a80;margin:0 0 8px}html[data-theme=dark] .profile-settings-modal,html[data-theme=dark] .profile-settings-content,html[data-theme=dark] .settings-box,html[data-theme=dark] .instance-admin-shell,html[data-theme=dark] .admin-form,html[data-theme=dark] .admin-table,html[data-theme=dark] .admin-stat-grid article{color:#e5e7eb;background:#202226}@media (width<=820px){.profile-settings-modal{grid-template-columns:190px minmax(0,1fr)}.profile-settings-content{padding:32px 22px 46px}.admin-layout{grid-template-columns:210px minmax(0,1fr)}.admin-content{padding:28px 20px 60px}.admin-account>div{display:none}.admin-table{overflow-x:auto}.admin-table-head,.admin-table-row{min-width:690px}}@media (width<=560px){.settings-modal-backdrop{align-items:stretch;padding:0}.profile-settings-modal{border-radius:0;grid-template-columns:1fr;width:100%;height:100%}.profile-settings-sidebar{border-bottom:1px solid #e1e2e4;border-right:0;padding:10px;display:block;overflow-x:auto}.settings-user-summary{display:none}.profile-settings-sidebar nav{margin:0;display:flex}.profile-settings-sidebar nav button{flex:none}.account-field-grid{grid-template-columns:1fr}.admin-topbar .secondary-button{font-size:0}.admin-topbar .secondary-button:after{content:"Back";font-size:11px}.admin-layout{grid-template-columns:1fr}.admin-sidebar{border-bottom:1px solid #dedfe1;border-right:0;padding:10px;overflow-x:auto}.admin-sidebar>h2,.admin-sidebar>p{display:none}.admin-sidebar nav{display:flex}.admin-sidebar nav button{min-width:135px}.admin-content{padding:20px 14px 48px}.admin-stat-grid{grid-template-columns:1fr}}.auth-page{color:#171717;background:#fff;grid-template-rows:72px 1fr 58px;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid}.auth-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:0 32px;display:flex}.auth-brand{color:inherit;align-items:center;gap:10px;font-size:18px;text-decoration:none;display:inline-flex}.auth-brand-mark{color:#fff;background:#3f76ff;border-radius:6px;place-items:center;width:30px;height:30px;font-weight:700;display:grid}.auth-header-action{color:#6b7280;align-items:center;gap:12px;font-size:14px;display:flex}.auth-header-action button,.auth-back{color:#315bc7;cursor:pointer;font:inherit;background:0 0;border:0;padding:0}.auth-panel{width:min(100% - 40px,380px);margin:auto;padding:48px 0}.auth-panel-wide{width:min(100% - 40px,620px)}.auth-heading{margin-bottom:28px}.auth-kicker{color:#6b7280;margin-bottom:8px;font-size:13px;font-weight:500;display:block}.auth-heading h1{letter-spacing:-.025em;margin:0;font-size:28px;line-height:1.25}.auth-heading p{color:#6b7280;margin:10px 0 0;font-size:14px;line-height:1.55}.auth-form{gap:18px;display:grid}.auth-form label:not(.auth-checkbox){color:#374151;gap:7px;font-size:13px;font-weight:500;display:grid}.auth-form input:not([type=checkbox]){box-sizing:border-box;color:#171717;width:100%;height:42px;font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;padding:0 12px;font-size:14px}.auth-form input:not([type=checkbox]):focus{border-color:#3f76ff;box-shadow:0 0 0 3px #3f76ff1f}.auth-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.auth-checkbox{color:#4b5563;cursor:pointer;align-items:flex-start;gap:9px;font-size:13px;line-height:1.45;display:flex}.auth-checkbox input{accent-color:#3f76ff;margin:2px 0 0}.auth-primary{color:#fff;min-height:42px;font:inherit;cursor:pointer;background:#3f76ff;border:1px solid #315bc7;border-radius:6px;padding:0 18px;font-size:14px;font-weight:600}.auth-primary:hover:not(:disabled){background:#315bc7}.auth-primary:disabled{cursor:wait;opacity:.65}.auth-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin:-4px 0 0;padding:10px 12px;font-size:13px}.auth-back{justify-self:start;margin-bottom:-4px;font-size:13px}.auth-slug-field{background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;align-items:center;height:42px;display:flex;overflow:hidden}.auth-slug-field>span{color:#6b7280;white-space:nowrap;padding-left:12px;font-weight:400}.auth-form .auth-slug-field input{box-shadow:none;background:0 0;border:0;padding-left:2px}.auth-footer{color:#9ca3af;border-top:1px solid #e5e7eb;justify-content:center;align-items:center;gap:18px;font-size:12px;display:flex}.auth-footer a{color:#6b7280;text-decoration:none}.auth-loading{color:#6b7280;justify-content:center;align-items:center;gap:10px;min-height:100vh;font:14px Inter,ui-sans-serif,system-ui,sans-serif;display:flex}.bootstrap-failure{color:#171717;background:#fff;place-items:center;min-height:100vh;padding:24px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;display:grid}.bootstrap-failure>div{width:min(100%,420px)}.bootstrap-failure h1{margin:20px 0 8px;font-size:26px}.bootstrap-failure p{color:#6b7280;line-height:1.5}.bootstrap-failure button{color:#fff;cursor:pointer;background:#3f76ff;border:1px solid #315bc7;border-radius:6px;min-height:40px;margin-top:12px;padding:0 18px}.auth-spinner{border:2px solid #d1d5db;border-top-color:#3f76ff;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (width<=640px){.auth-header{padding:0 18px}.auth-header-action span{display:none}.auth-field-grid{grid-template-columns:1fr}.auth-footer{gap:10px}}
