@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.counter{font-size:16px;padding:5px 10px;border-radius:5px;color:var(--accent);background:var(--accent-bg);border:2px solid transparent;transition:border-color .3s;margin-bottom:24px}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{inset-inline:0;margin:0 auto}.hero .base{width:170px;position:relative;z-index:0}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;top:34px;height:28px;transform:perspective(2000px) rotate(300deg) rotateX(44deg) rotateY(39deg) scale(1.4)}.hero .vite{z-index:0;top:107px;height:26px;width:auto;transform:perspective(2000px) rotate(300deg) rotateX(40deg) rotateY(39deg) scale(.8)}#center{display:flex;flex-direction:column;gap:25px;place-content:center;place-items:center;flex-grow:1}@media (max-width: 1024px){#center{padding:32px 20px 24px;gap:18px}}#next-steps{display:flex;border-top:1px solid var(--border);text-align:left}#next-steps>div{flex:1 1 0;padding:32px}@media (max-width: 1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{margin-bottom:16px;width:22px;height:22px}@media (max-width: 1024px){#next-steps{flex-direction:column;text-align:center}}#docs{border-right:1px solid var(--border)}@media (max-width: 1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{list-style:none;padding:0;display:flex;gap:8px;margin:32px 0 0}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);font-size:16px;border-radius:6px;background:var(--social-bg);display:flex;padding:6px 12px;align-items:center;gap:8px;text-decoration:none;transition:box-shadow .3s}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{height:18px;width:18px}@media (max-width: 1024px){#next-steps ul{margin-top:20px;flex-wrap:wrap;justify-content:center}#next-steps ul li{flex:1 1 calc(50% - 8px)}#next-steps ul a{width:100%;justify-content:center;box-sizing:border-box}}#spacer{height:88px;border-top:1px solid var(--border)}@media (max-width: 1024px){#spacer{height:48px}}.ticks{position:relative;width:100%}.ticks:before,.ticks:after{content:"";position:absolute;top:-4.5px;border:5px solid transparent}.ticks:before{left:0;border-left-color:var(--border)}.ticks:after{right:0;border-right-color:var(--border)}.bug-launcher{appearance:none;-webkit-appearance:none;-moz-appearance:none;position:fixed;z-index:2147483000;width:58px;height:58px;padding:0;border-radius:999px;border:2px solid rgba(255,255,255,.6);outline:none;background:radial-gradient(circle at 30% 28%,rgba(255,255,255,.42),transparent 32%),linear-gradient(180deg,#8f5fe0,#7a45cf,#6531bd)!important;color:#fff;box-shadow:0 20px 38px #3816767a,0 2px #fff3 inset,0 -3px 8px #1709332e inset,0 0 0 3px #7b4bcb59;display:flex;align-items:center;justify-content:center;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;overflow:hidden;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-sizing:border-box}.bug-launcher:hover{transform:translateY(-1px) scale(1.04);box-shadow:0 22px 44px #3816766b,0 2px #fff3 inset,0 -3px 8px #17093333 inset,0 0 0 1px #ffffff3d}.bug-launcher:active{cursor:grabbing}.bug-launcher svg{width:26px;height:26px;filter:drop-shadow(0 2px 3px rgba(35,15,80,.18));display:block}.bug-report-page{min-height:calc(100vh - 40px);padding:20px 20px 56px;display:flex;flex-direction:column;gap:16px;background:radial-gradient(circle at top right,rgba(120,84,183,.09),transparent 30%),linear-gradient(180deg,#ffffffe0,#f8f5fcf2);align-items:center}.bug-report-shell{width:min(1240px,calc(100vw - 40px));display:flex;flex-direction:column;gap:16px}.bug-report-page>*{width:100%}.bug-report-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;border:1px solid var(--border);border-radius:20px;background:#ffffffd9;box-shadow:0 18px 38px #3f2c5e14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bug-report-meta-card{padding:18px 20px 20px;border:1px solid rgba(120,84,183,.18);border-radius:20px;background:radial-gradient(circle at top right,rgba(120,84,183,.06),transparent 34%),linear-gradient(180deg,#fffffff0,#f9f5fdfa);box-shadow:0 18px 38px #3f2c5e14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bug-report-meta-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.bug-report-meta-head h2{margin:0;font-size:18px;line-height:1.2;color:var(--text-h)}.bug-report-meta-head p{margin:4px 0 0;color:var(--muted)}.bug-report-meta-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:linear-gradient(180deg,#8a45b3,#742774);color:#fff;font-size:12px;font-weight:700;letter-spacing:.04em;box-shadow:0 8px 18px #54266138}.bug-report-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.bug-report-meta-stack{display:flex;flex-direction:column;gap:14px}.bug-report-meta-row{display:grid;gap:14px}.bug-report-meta-row-three,.bug-report-meta-row-two{grid-template-columns:repeat(3,minmax(0,1fr))}.bug-report-meta-field{display:flex;flex-direction:column;gap:8px}.bug-report-screen-chips{gap:8px;flex-wrap:wrap}.bug-report-screen-chips .quick-chip{min-width:78px}.bug-report-meta-field>span{font-weight:700;color:var(--text-h)}.bug-report-meta-wide{grid-column:1 / -1}.bug-report-form-card{padding:18px 20px 22px;border:1px solid var(--border);border-radius:20px;background:#ffffffeb;box-shadow:0 18px 38px #3f2c5e14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bug-report-title-wrap{display:flex;align-items:center;gap:14px}.bug-report-icon{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--accent);background:linear-gradient(180deg,#f6f1ff,#ebe0ff);border:1px solid rgba(120,84,183,.18);box-shadow:inset 0 1px #fffc}.bug-report-title-wrap h1{margin:0;font-size:24px;line-height:1.1;color:var(--text-h)}.bug-report-title-wrap p{margin:4px 0 0;color:var(--muted)}.bug-report-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.bug-report-context-bar{display:flex;gap:8px;flex-wrap:wrap}.bug-report-context-pill{padding:8px 12px;border-radius:999px;background:#ffffffe0;border:1px solid var(--border);color:var(--text-h);box-shadow:0 6px 18px #3f2c5e0d}.bug-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.bug-report-field{display:flex;flex-direction:column;gap:8px}.bug-report-field-full{grid-column:1 / -1}.bug-report-field>span{font-weight:700;color:var(--text-h)}.bug-report-input{width:100%;min-height:42px;border:1px solid #c9bfd8;border-radius:10px;background:linear-gradient(180deg,#fff,#fbf8fd);color:#47365e;padding:9px 12px;font-size:14px;box-sizing:border-box;font-family:Segoe UI,Arial,sans-serif;box-shadow:inset 0 1px #ffffffbf;transition:border-color .15s ease,box-shadow .15s ease,transform .12s ease}.bug-report-input:focus{outline:none;border-color:#8a45b3;box-shadow:0 0 0 2px #8a45b324}.bug-report-input[readonly]{color:#534069;background:linear-gradient(180deg,#fbf9fe,#f5effb)}.bug-report-field textarea{resize:vertical;min-height:140px}.bug-report-field .rte{width:100%}.bug-report-success-card{min-height:calc(100vh - 120px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:40px 24px;border:1px solid rgba(120,84,183,.18);border-radius:24px;background:radial-gradient(circle at top,rgba(126,85,194,.12),transparent 32%),linear-gradient(180deg,#fffffff5,#f7f3fcfa);box-shadow:0 22px 46px #3f2c5e1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bug-report-success-icon{width:72px;height:72px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#7a45cf;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.78),transparent 42%),linear-gradient(180deg,#efe7ff,#dcc9ff);border:1px solid rgba(120,84,183,.24);box-shadow:0 16px 30px #4f28862e,inset 0 1px #ffffffd9}.bug-report-success-icon svg{width:34px;height:34px}.bug-report-success-card h1{margin:0;font-size:28px;line-height:1.1;color:var(--text-h)}.bug-report-success-card p{margin:0;color:var(--muted);font-size:16px}.bug-report-success-meta{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.bug-report-success-meta span{padding:8px 12px;border-radius:999px;border:1px solid rgba(120,84,183,.16);background:#ffffffd1;color:var(--text-h);box-shadow:0 8px 18px #3f2c5e0f}.bug-report-success-actions{margin-top:6px}.bug-issues-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.bug-issues-header h2{margin:0;font-size:20px;line-height:1.2;color:var(--text-h)}.bug-issues-header p{margin:4px 0 0;color:var(--muted)}.bug-issues-list{display:flex;flex-direction:column;gap:12px}.bug-issues-empty{padding:18px 20px;border:1px dashed rgba(120,84,183,.22);border-radius:18px;background:#ffffffb3;color:var(--muted)}.bug-issue-card{border:1px solid rgba(120,84,183,.18);border-radius:18px;background:radial-gradient(circle at top right,rgba(120,84,183,.05),transparent 30%),linear-gradient(180deg,#fffffff2,#f9f5fdfa);box-shadow:0 14px 30px #3f2c5e14;overflow:hidden}.bug-issue-card-header{width:100%;border:0;background:transparent;text-align:left;padding:16px 18px;cursor:pointer;display:flex;flex-direction:column;gap:10px;color:inherit}.bug-issue-card-header:focus-visible{outline:2px solid rgba(138,69,179,.32);outline-offset:-2px}.bug-issue-card-title{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.bug-issue-number{font-weight:800;color:#7a45cf}.bug-issue-title{font-weight:700;color:var(--text-h);font-size:16px}.bug-issue-card-meta{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.bug-issue-toggle{margin-left:auto;font-size:16px;font-weight:800;color:#7a45cf}.bug-issue-state{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;text-transform:capitalize;border:1px solid rgba(120,84,183,.14);background:#ffffffd9;color:#5b4674}.bug-issue-state.open{background:#2e7d3214;color:#25612b;border-color:#2e7d3229}.bug-issue-label{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid color-mix(in srgb,var(--issue-label-color) 30%,white);background:color-mix(in srgb,var(--issue-label-color) 12%,white);color:#423555}.bug-issue-card-body{padding:0 18px 18px;display:flex;flex-direction:column;gap:14px;border-top:1px solid rgba(120,84,183,.12)}.bug-issue-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-top:16px}.bug-issue-detail{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:14px;background:#ffffffd1;border:1px solid rgba(120,84,183,.12)}.bug-issue-detail-wide{grid-column:1 / -1}.bug-issue-detail span{font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.bug-issue-detail strong{color:var(--text-h);font-weight:700}.bug-issue-snippet{padding:14px 16px;border-radius:14px;background:#f8f4fceb;border:1px solid rgba(120,84,183,.12);color:#4a3a61;line-height:1.55;white-space:pre-wrap}.bug-issue-summary{display:flex;flex-direction:column;gap:8px;padding-top:2px}.bug-issue-section{display:flex;flex-direction:column;gap:8px}.bug-issue-summary>span{font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.bug-issue-section>span{font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.bug-issue-markdown{padding:14px 16px;border-radius:14px;background:#f8f4fceb;border:1px solid rgba(120,84,183,.12);color:#4a3a61;line-height:1.6}.bug-issue-markdown h2,.bug-issue-markdown h3,.bug-issue-markdown h4{margin:0 0 10px;color:var(--text-h)}.bug-issue-markdown p{margin:0 0 10px}.bug-issue-markdown ul{margin:0;padding-left:20px}.bug-issue-markdown li{margin:0 0 6px}.bug-issue-markdown a{color:#6f2fb1;text-decoration:none;word-break:break-word}.bug-issue-markdown a:hover{text-decoration:underline}.bug-issue-actions{display:flex;justify-content:flex-end;gap:10px}@media (max-width: 960px){.bug-report-header{flex-direction:column;align-items:stretch}.bug-report-header-actions{justify-content:flex-start}.bug-report-grid,.bug-report-meta-grid{grid-template-columns:1fr}.bug-issues-header{flex-direction:column;align-items:flex-start}.bug-issue-grid{grid-template-columns:1fr}.bug-report-shell{width:min(1240px,calc(100vw - 24px))}}.ddm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;background:#14122680;display:grid;place-items:center;padding:24px;overflow-y:auto}.ddm-modal{position:relative;width:min(760px,100%);min-height:515px;border-radius:22px;background:#fff;box-shadow:0 22px 60px #14122647;overflow:hidden;border:1px solid rgba(255,255,255,.62);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#25233d}.ddm-modal:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 78% 24%,rgba(124,58,237,.05),transparent 30%),radial-gradient(circle at 18% 70%,rgba(124,58,237,.035),transparent 28%)}.ddm-header{position:relative;height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.ddm-title{font-size:22px;line-height:1;font-weight:700;letter-spacing:-.03em;color:#101828;margin:0}.ddm-close-btn{width:36px;height:36px;border-radius:10px;border:0;background:transparent;color:#667085;display:grid;place-items:center;cursor:pointer;transition:.16s ease}.ddm-close-btn:hover{background:#f4f1fb;color:#111827}.ddm-close-btn svg{width:22px;height:22px;stroke-width:2}.ddm-body{position:relative;padding:0 24px 88px;display:grid;grid-template-columns:minmax(335px,1.08fr) minmax(275px,.92fr);column-gap:20px;align-items:start}.ddm-left,.ddm-right{min-width:0}.ddm-context-item{display:flex;align-items:center;gap:10px;min-height:48px;margin-bottom:12px}.ddm-context-icon{flex-shrink:0;width:38px;height:38px;border-radius:11px;background:#f3ecff;color:#6d28d9;display:grid;place-items:center;box-shadow:inset 0 1px #fffc}.ddm-context-icon svg{width:20px;height:20px;stroke-width:2.1}.ddm-context-text{font-size:13px;line-height:1.35;color:#686b82;font-weight:500;letter-spacing:-.01em}.ddm-quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.ddm-quick-card{min-height:68px;border-radius:12px;border:1px solid #e1dce9;background:#ffffffdb;box-shadow:0 6px 16px #1412260a;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:12px 14px;color:#27243d;font-size:14px;font-weight:500;line-height:1.25;text-align:left;cursor:pointer;transition:.18s ease}.ddm-quick-card>span:last-child{display:block;text-align:left;flex:1}.ddm-quick-card:hover{transform:translateY(-1px);box-shadow:0 10px 22px #14122611;border-color:#d7caef}.ddm-quick-card.active{color:#fff;border:0;background:linear-gradient(135deg,#8b3ff2,#6d28d9 58%,#5b21b6);box-shadow:0 12px 24px #6d28d93d}.ddm-icon-bubble{flex-shrink:0;width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#6d28d9;background:#f4edff}.ddm-quick-card.active .ddm-icon-bubble{background:#ffffff24;color:#fff}.ddm-icon-bubble svg{width:18px;height:18px;stroke-width:2.25}.ddm-field-block{margin-top:22px}.ddm-field-title{display:block;font-size:14px;font-weight:600;letter-spacing:-.01em;margin:0 0 9px;color:#15162b}.ddm-date-input{position:relative;height:44px;border-radius:11px;border:1px solid #ded8e8;background:#ffffffeb;box-shadow:0 6px 14px #14122608;display:flex;align-items:center;padding:0 40px 0 14px;font-size:14px;font-weight:400;color:#15162b}.ddm-date-input input[type=datetime-local]{border:0;background:transparent;outline:0;width:100%;font:inherit;color:inherit}.ddm-date-input svg{position:absolute;right:14px;width:18px;height:18px;color:#101828;stroke-width:2.1;pointer-events:none}.ddm-reason-block{margin-top:20px;margin-bottom:34px}.ddm-reason-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}.ddm-favorite-check{display:flex;align-items:center;gap:7px;color:#6f7085;font-size:13px;font-weight:500;white-space:nowrap;cursor:pointer;position:relative}.ddm-checkbox{position:relative;display:inline-block;width:17px;height:17px;border-radius:5px;border:1.5px solid #b7b4c7;background:#fff}.ddm-reason-area{width:100%;height:96px;resize:none;border:1px solid #ded8e8;border-radius:11px;background:#ffffffeb;box-shadow:0 6px 14px #14122608;padding:12px 14px;font-size:13px;line-height:1.45;color:#14162e;outline:none;font-family:inherit}.ddm-reason-area:focus{border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed1a}.ddm-reason-area::placeholder{color:#9294a6}.ddm-fav-header{display:flex;align-items:center;gap:10px;min-height:48px;margin-bottom:12px;color:#5b21b6;font-size:14px;font-weight:600;letter-spacing:-.01em}.ddm-favorite-panel{min-height:154px;padding:12px;border-radius:16px;background:linear-gradient(135deg,#f6f2ffd1,#fcfaffe0);border:1px solid #eee9f6;box-shadow:inset 0 1px #ffffffbf;display:grid;gap:10px}.ddm-fav-empty{font-size:13px;color:#9294a6;padding:8px 4px}.ddm-favorite-card{min-height:64px;border-radius:12px;border:1px solid #e7e0ef;background:#ffffffe0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px;box-shadow:0 5px 14px #14122608}.ddm-favorite-icon{width:36px;height:36px;border-radius:50%;background:#f3ecff;color:#6d28d9;display:grid;place-items:center;flex-shrink:0}.ddm-favorite-icon svg{width:20px;height:20px;stroke-width:2.1}.ddm-favorite-card-title{font-size:13px;font-weight:500;color:#42435b;background:none;border:none;padding:0;text-align:left;cursor:pointer;font-family:inherit;line-height:1.35;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ddm-favorite-card-title:hover{color:#6d28d9;text-decoration:underline}.ddm-delete-btn{width:34px;height:34px;border:1px solid #ded8e8;border-radius:10px;background:#fff;color:#8b7fa5;display:grid;place-items:center;cursor:pointer;flex-shrink:0}.ddm-delete-btn:hover{background:#fff0f0;color:#dc2626;border-color:#fca5a5}.ddm-delete-btn svg{width:18px;height:18px;stroke-width:2.1}.ddm-footer{position:absolute;left:0;right:0;bottom:0;height:78px;padding:16px 24px;display:flex;justify-content:flex-end;align-items:center;gap:14px;background:#ffffffb8;border-top:1px solid rgba(233,229,242,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ddm-footer-btn{height:46px;min-width:96px;border-radius:12px;border:1px solid #ded8e8;background:#fff;color:#23243a;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 6px 14px #1412260a;transition:.16s ease;font-family:inherit;padding:0 18px}.ddm-footer-btn:hover{transform:translateY(-1px);box-shadow:0 10px 20px #14122611}.ddm-footer-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.ddm-footer-btn.primary{min-width:138px;border:0;color:#fff;background:linear-gradient(135deg,#8b3ff2,#6d28d9 60%,#5b21b6);box-shadow:0 10px 22px #6d28d942}.ddm-footer-btn.primary:hover{box-shadow:0 14px 28px #6d28d952}@media (max-width: 760px){.ddm-overlay{padding:12px}.ddm-modal{min-height:auto}.ddm-body{grid-template-columns:1fr;row-gap:18px;padding-bottom:94px}.ddm-context-item{min-height:auto}.ddm-quick-grid{grid-template-columns:1fr 1fr}.ddm-footer{position:relative;margin-top:18px}}@media (max-width: 520px){.ddm-overlay{padding:0}.ddm-modal{border-radius:0;min-height:100vh}.ddm-header,.ddm-body{padding:0 18px}.ddm-quick-grid{grid-template-columns:1fr}.ddm-reason-row{align-items:flex-start;flex-direction:column}.ddm-footer{height:auto;flex-direction:column;padding:18px}.ddm-footer-btn{width:100%}}.sm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#1412268c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:24px}.sm-modal{position:relative;width:min(760px,96vw);min-height:515px;border-radius:22px;background:#fff;box-shadow:0 22px 60px #14122647;overflow:hidden;border:1px solid rgba(255,255,255,.62)}.sm-modal:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 78% 24%,rgba(124,58,237,.05),transparent 30%),radial-gradient(circle at 18% 70%,rgba(124,58,237,.035),transparent 28%)}.sm-header{position:relative;height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.sm-title{font-size:22px;line-height:1;font-weight:700;letter-spacing:-.03em;color:#101828;margin:0}.sm-close-btn{width:36px;height:36px;border-radius:10px;border:0;background:transparent;color:#667085;display:grid;place-items:center;cursor:pointer;transition:.16s ease;flex-shrink:0}.sm-close-btn:hover{background:#f4f1fb;color:#111827}.sm-close-btn svg{width:22px;height:22px;stroke-width:2}.sm-body{position:relative;padding:0 24px 88px;display:grid;grid-template-columns:minmax(335px,1.08fr) minmax(275px,.92fr);column-gap:20px;align-items:start}.sm-left{min-width:0}.sm-right{min-width:0;padding-top:16px}.sm-modal.sm-single-col .sm-body{grid-template-columns:1fr}.sm-context-item{min-height:48px;display:flex;align-items:center;gap:10px;margin-top:16px;margin-bottom:14px}.sm-context-icon{width:38px;height:38px;border-radius:11px;background:#f3ecff;color:#6d28d9;display:grid;place-items:center;flex-shrink:0;box-shadow:inset 0 1px #fffc}.sm-context-icon svg{width:20px;height:20px;stroke-width:2.1}.sm-context-text{font-size:13px;line-height:1.35;color:#686b82;font-weight:500;letter-spacing:-.01em}.sm-quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.sm-quick-card{min-height:68px;border-radius:12px;border:1px solid #e1dce9;background:#ffffffdb;box-shadow:0 6px 16px #1412260a;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:12px 14px;color:#27243d;font-size:14px;font-weight:500;line-height:1.25;text-align:left;cursor:pointer;transition:.18s ease;font-family:inherit}.sm-quick-card>span:last-child{display:block;text-align:left;flex:1}.sm-quick-card:hover{transform:translateY(-1px);box-shadow:0 10px 22px #14122611;border-color:#d7caef}.sm-quick-card.active{color:#fff;border:0;font-weight:500;background:linear-gradient(135deg,#8b3ff2,#6d28d9 58%,#5b21b6);box-shadow:0 12px 24px #6d28d93d}.sm-icon-bubble{flex:0 0 auto;width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#6d28d9;background:#f4edff}.sm-quick-card.active .sm-icon-bubble{background:#ffffff24;color:#fff}.sm-icon-bubble svg{width:18px;height:18px;stroke-width:2.25}.sm-field-block{margin-top:18px}.sm-recurring-panel{margin-top:10px;padding:12px 14px;background:#11182708;border:1px solid rgba(17,24,39,.07);border-radius:12px;display:flex;flex-direction:column;gap:12px}.sm-inline-input{width:100%;height:36px;border:1px solid rgba(17,24,39,.14);border-radius:8px;padding:0 10px;font-size:13px;font-family:inherit;background:#fff;color:#1f2937;box-sizing:border-box}.sm-inline-input:focus{outline:none;border-color:#7c3aed66;box-shadow:0 0 0 2px #7c3aed14}.sm-field-title{display:block;font-size:14px;font-weight:600;letter-spacing:-.01em;margin:0 0 9px;color:#15162b}.sm-date-input{position:relative;height:44px;border-radius:11px;border:1px solid #ded8e8;background:#ffffffeb;box-shadow:0 6px 14px #14122608;display:flex;align-items:center;padding:0 40px 0 14px;font-size:14px;color:#15162b}.sm-date-input input{border:0;background:transparent;outline:0;width:100%;font:inherit;color:inherit}.sm-date-input svg{position:absolute;right:14px;width:18px;height:18px;color:#101828;stroke-width:2.1;pointer-events:none}.sm-reason-block{margin-top:20px;margin-bottom:12px}.sm-reason-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}.sm-fav-check{display:flex;align-items:center;gap:7px;color:#6f7085;font-size:13px;font-weight:500;white-space:nowrap;cursor:pointer;position:relative}.sm-checkbox{position:relative;display:inline-block;width:17px;height:17px;border-radius:5px;border:1.5px solid #b7b4c7;background:#fff;flex-shrink:0}.sm-reason-area{width:100%;height:96px;resize:none;border:1px solid #ded8e8;border-radius:11px;background:#ffffffeb;box-shadow:0 6px 14px #14122608;padding:12px 14px;font-size:13px;line-height:1.45;color:#14162e;outline:none;font-family:inherit}.sm-reason-area::placeholder{color:#9294a6}.sm-fav-header{display:flex;align-items:center;gap:8px;color:#5b21b6;font-size:14px;font-weight:600;letter-spacing:-.01em;min-height:48px;margin-bottom:14px;margin-top:0}.sm-fav-header svg{flex-shrink:0}.sm-fav-panel{min-height:214px;padding:12px;border-radius:16px;background:linear-gradient(135deg,#f6f2ffd1,#fcfaffe0);border:1px solid #eee9f6;box-shadow:inset 0 1px #ffffffbf;display:grid;gap:10px;align-content:start}.sm-fav-empty{font-size:13px;color:#9294a6;padding:8px 4px}.sm-fav-card{min-height:54px;border-radius:12px;border:1px solid #e7e0ef;background:#ffffffe0;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:10px 12px;box-shadow:0 5px 14px #14122608}.sm-fav-card-title{font-size:13px;font-weight:500;color:#42435b;background:none;border:none;padding:0;cursor:pointer;text-align:left;line-height:1.35;font-family:inherit}.sm-fav-card-title:hover{color:#6d28d9}.sm-fav-delete{width:32px;height:32px;border:1px solid #ded8e8;border-radius:10px;background:#fff;color:#8b7fa5;display:grid;place-items:center;cursor:pointer;flex-shrink:0;font-family:inherit;transition:.15s ease}.sm-fav-delete:hover{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.sm-fav-delete svg{width:17px;height:17px;stroke-width:2.1}.sm-footer{position:absolute;left:0;right:0;bottom:0;height:78px;padding:16px 24px;display:flex;justify-content:flex-end;align-items:center;gap:14px;background:#ffffffb8;border-top:1px solid rgba(233,229,242,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sm-footer-btn{height:46px;min-width:96px;border-radius:12px;border:1px solid #ded8e8;background:#fff;color:#23243a;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 6px 14px #1412260a;transition:.16s ease;font-family:inherit;padding:0 20px}.sm-footer-btn:hover{transform:translateY(-1px);box-shadow:0 10px 20px #14122611}.sm-footer-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.sm-footer-btn.primary{min-width:130px;border:0;color:#fff;background:linear-gradient(135deg,#8b3ff2,#6d28d9 60%,#5b21b6);box-shadow:0 10px 22px #6d28d942}.sm-section{margin-top:16px}.sm-section .sm-field-title{margin-bottom:8px}.sm-person-input .filter-control{width:100%}.new-task-subfield-label{font-size:12px;font-weight:600;color:#6f7085;margin-bottom:4px;letter-spacing:.01em}.new-task-reminder-top-row{display:flex;gap:12px;flex-wrap:wrap}.quick-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.quick-chip{padding:5px 12px;border-radius:8px;border:1px solid #e1dce9;background:#fff;font-size:13px;font-weight:500;color:#27243d;cursor:pointer;transition:.14s ease;font-family:inherit}.quick-chip.active{background:linear-gradient(135deg,#8b3ff2,#6d28d9);color:#fff;border:0}@media (max-width: 760px){.sm-overlay{padding:12px}.sm-modal{min-height:auto;width:100%}.sm-body{grid-template-columns:1fr;row-gap:18px;padding-bottom:94px}.sm-context-item{min-height:auto}.sm-quick-grid{grid-template-columns:1fr 1fr}}@media (max-width: 520px){.sm-overlay{padding:0}.sm-modal{border-radius:0;min-height:100dvh}.sm-header{padding:0 18px}.sm-body{padding:0 18px 94px}.sm-quick-grid{grid-template-columns:1fr}.sm-reason-row{align-items:flex-start;flex-direction:column}.sm-footer{height:auto;flex-direction:column;padding:18px}.sm-footer-btn{width:100%}}.sm-modal-single{min-height:380px}.sm-body-single{grid-template-columns:1fr}.sm-person-input{width:100%}.cal-modal{position:relative;width:min(860px,96vw);min-height:570px;border-radius:22px;background:#fff;box-shadow:0 22px 60px #14122647;overflow:hidden;border:1px solid rgba(255,255,255,.62)}.cal-modal:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 78% 24%,rgba(124,58,237,.05),transparent 30%),radial-gradient(circle at 18% 70%,rgba(124,58,237,.035),transparent 28%)}.cal-body{position:relative;padding:0 24px 88px}.cal-context-item{min-height:42px;display:flex;align-items:center;gap:10px;margin-bottom:14px;margin-top:4px}.cal-context-icon{width:38px;height:38px;border-radius:11px;background:#f3ecff;color:#6d28d9;display:grid;place-items:center;box-shadow:inset 0 1px #fffc;flex-shrink:0}.cal-context-icon svg{width:20px;height:20px;stroke-width:2.1}.cal-context-text{font-size:13px;line-height:1.35;color:#686b82;font-weight:500;letter-spacing:-.01em}.cal-form-card{border:1px solid #eee9f6;border-radius:18px;background:linear-gradient(135deg,#ffffffe0,#faf7ffe6);box-shadow:inset 0 1px #ffffffbf;padding:18px;display:grid;gap:16px}.cal-field{display:grid;gap:8px}.cal-field-title{display:block;font-size:13px;font-weight:600;letter-spacing:-.01em;color:#15162b}.cal-field-title.req:before{content:"* ";color:#7c3aed}.cal-helper{font-size:12px;color:#7b748d;margin-top:-4px}.cal-input{height:42px;width:100%;border-radius:11px;border:1px solid #ded8e8;background:#fff;box-shadow:0 6px 14px #14122608;font-size:13px;color:#14162e;padding:0 14px;outline:none;font-family:inherit;box-sizing:border-box}.cal-input:focus{border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed1a}.cal-date-wrap{position:relative}.cal-date-wrap .cal-input{padding-right:40px}.cal-date-wrap svg{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#101828;stroke-width:2.1;pointer-events:none}.cal-textarea{width:100%;border-radius:11px;border:1px solid #ded8e8;background:#fff;box-shadow:0 6px 14px #14122608;font-size:13px;color:#14162e;padding:12px 14px;line-height:1.45;resize:vertical;outline:none;font-family:inherit;min-height:76px;box-sizing:border-box}.cal-textarea.notes{min-height:96px}.cal-textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed1a}.cal-textarea::placeholder{color:#9294a6}.cal-two-col{display:grid;grid-template-columns:1fr 180px;gap:14px}@media (max-width: 600px){.cal-two-col{grid-template-columns:1fr}.cal-body{padding-bottom:94px}}@media (max-width: 520px){.cal-modal{border-radius:0;min-height:100vh}.cal-body{padding:0 18px 94px}}.tt-modal{position:relative;width:min(860px,96vw);min-height:460px;border-radius:22px;background:#fff;box-shadow:0 22px 60px #14122647;overflow:hidden;border:1px solid rgba(255,255,255,.62)}.tt-modal:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 78% 24%,rgba(124,58,237,.05),transparent 30%),radial-gradient(circle at 18% 70%,rgba(124,58,237,.035),transparent 28%)}.tt-header{position:relative;height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid rgba(233,229,242,.85)}.tt-title{font-size:22px;font-weight:700;letter-spacing:-.03em;color:#101828;margin:0}.tt-close{width:36px;height:36px;border-radius:10px;border:1px solid #ded8e8;background:#fff;color:#667085;display:grid;place-items:center;cursor:pointer;transition:.16s ease}.tt-close:hover{background:#f4f1fb;color:#111827}.tt-close svg{width:18px;height:18px;stroke-width:2}.tt-body{position:relative;padding:22px 24px 84px;display:grid;gap:20px}.tt-section{display:grid;gap:10px}.tt-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.tt-section-title{font-size:16px;font-weight:700;color:#5b2177;margin:0}.tt-section-desc{font-size:13px;line-height:1.45;color:#6f7085;margin:0}.tt-panel{border:1px solid #ded8e8;border-radius:14px;background:linear-gradient(135deg,#ffffffe0,#faf7ffe6);box-shadow:inset 0 1px #ffffffbf;padding:10px;display:grid;gap:10px}.tt-member-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tt-member-card{min-height:54px;border-radius:12px;border:1px solid #e7e0ef;background:#ffffffe0;display:flex;align-items:center;gap:12px;padding:10px 12px;box-shadow:0 5px 14px #14122608}.tt-member-card.single{max-width:410px}.tt-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#8b3ff2,#6d28d9);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:700;flex:0 0 auto;overflow:hidden}.tt-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.tt-member-name{font-size:13px;font-weight:600;color:#33314b;line-height:1.25}.tt-member-meta{font-size:12px;color:#776f8f;line-height:1.35;margin-top:2px}.tt-empty{min-height:42px;border-radius:12px;border:1px solid #e7e0ef;background:#ffffffe0;display:flex;align-items:center;padding:0 14px;color:#8b7fa5;font-size:13px}.tt-add-btn{height:38px;border-radius:999px;border:0;background:linear-gradient(135deg,#8b3ff2,#6d28d9 60%,#5b21b6);color:#fff;font-size:13px;font-weight:600;padding:0 16px;box-shadow:0 10px 22px #6d28d93d;cursor:pointer;font-family:inherit;transition:.16s ease}.tt-add-btn:hover{transform:translateY(-1px);box-shadow:0 14px 26px #6d28d947}.tt-delete-btn{margin-left:auto;width:30px;height:30px;border-radius:8px;border:1px solid #e7e0ef;background:transparent;color:#9293a6;font-size:15px;display:grid;place-items:center;cursor:pointer;flex-shrink:0;transition:.14s ease}.tt-delete-btn:hover{background:#fff0f0;color:#dc2626;border-color:#fca5a5}@media (max-width: 600px){.tt-member-grid{grid-template-columns:1fr}.tt-member-card.single{max-width:none}.tt-body{padding-bottom:84px}}@media (max-width: 520px){.tt-modal{border-radius:0;min-height:100vh}.tt-header{padding:0 18px}.tt-body{padding:18px}.tt-section-head{align-items:flex-start;flex-direction:column}.tt-add-btn{width:100%}}.eml-modal{position:relative;width:min(1060px,96vw);min-height:650px;border-radius:22px;background:#fff;box-shadow:0 22px 60px #14122647;overflow:hidden;border:1px solid rgba(255,255,255,.62)}.eml-modal:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 78% 24%,rgba(124,58,237,.05),transparent 30%),radial-gradient(circle at 18% 70%,rgba(124,58,237,.035),transparent 28%)}.eml-header{position:relative;height:70px;display:flex;align-items:center;padding:0 24px;border-bottom:1px solid rgba(233,229,242,.85);gap:14px}.eml-title{font-size:22px;font-weight:700;letter-spacing:-.03em;color:#101828;margin:0}.eml-reply-hint{font-size:13px;color:#6f7085;font-weight:500}.eml-body{position:relative;padding:22px 24px 88px}.eml-form-card{border:1px solid #eee9f6;border-radius:18px;background:linear-gradient(135deg,#ffffffe0,#faf7ffe6);box-shadow:inset 0 1px #ffffffbf;padding:18px;display:grid;gap:16px}.eml-field{display:grid;gap:8px}.eml-field-title{display:block;font-size:13px;font-weight:600;letter-spacing:-.01em;color:#15162b}.eml-field-title.req:after{content:" *";color:#7c3aed}.eml-two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.eml-input{height:42px;width:100%;border-radius:11px;border:1px solid #ded8e8;background:#fff;box-shadow:0 6px 14px #14122608;font-size:13px;color:#14162e;padding:0 14px;outline:none;font-family:inherit;box-sizing:border-box}.eml-input:focus{border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed1a}.eml-body-label{font-size:13px;font-weight:600;color:#15162b}.eml-editor-card{border:1px solid #ded8e8;border-radius:14px;background:#fff;overflow:hidden}@media (max-width: 760px){.eml-two-col{grid-template-columns:1fr}.eml-body{padding-bottom:94px}.eml-header{height:auto;padding:18px 24px;flex-direction:column;align-items:flex-start}}@media (max-width: 520px){.eml-modal{border-radius:0;min-height:100vh}.eml-header{padding:18px}.eml-body{padding:18px 18px 94px}}.sm-subtitle{font-size:12px;color:#667085;margin:0;font-weight:500}.sm-search{height:32px;border:1px solid #ded8e8;border-radius:9px;background:#fff;padding:0 12px;font-size:12px;color:#344054;outline:none;font-family:inherit;width:180px}.sm-search:focus{border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed1a}.sm-filter-btn{height:32px;border:1px solid #ded8e8;border-radius:9px;background:#fff;color:#344054;font-size:12px;font-weight:600;padding:0 12px;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px;transition:.14s ease}.sm-filter-btn:hover{background:#f4edff;border-color:#e4d7ff;color:#6d28d9}.sm-filter-btn.active{background:#f4edff;border-color:#c4b5fd;color:#6d28d9}.sm-filter-count{min-width:18px;height:18px;border-radius:999px;background:#7c3aed;color:#fff;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}.audit-list{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:8px;min-height:200px;max-height:480px}.MuiAutocomplete-popper,.MuiPopper-root{z-index:9999!important}.tsp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#12121c70;z-index:1100;display:flex;justify-content:flex-end}.tsp-drawer{width:min(720px,92vw);min-width:560px;height:100vh;background:#fff;display:flex;flex-direction:column;box-shadow:-28px 0 70px #14122647;border-left:1px solid #eee9f6;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#101828;font-size:14px}.tsp-header{height:86px;border-bottom:1px solid #eee9f6;background:#fffffff5;display:flex;align-items:center;justify-content:space-between;padding:0 22px 0 26px;flex-shrink:0;gap:16px}.tsp-header-title{display:flex;align-items:center;gap:13px;min-width:0;flex:1}.tsp-header-icon{width:40px;height:40px;border-radius:12px;background:#f3ecff;color:#6d28d9;display:grid;place-items:center;flex-shrink:0}.tsp-header-icon svg{width:20px;height:20px;stroke-width:2.2}.tsp-header-copy{min-width:0}.tsp-header-copy h1{margin:0;font-size:22px;font-weight:760;letter-spacing:-.035em;line-height:1.1;color:#101828;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tsp-header-copy p{margin:3px 0 0;font-size:12px;color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tsp-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.tsp-save-state{font-size:12px;color:#667085;margin-right:4px;white-space:nowrap}.tsp-btn{height:38px;border-radius:11px;border:1px solid #e2dcec;background:#fff;color:#1f2937;padding:0 14px;font-weight:600;font-size:13px;cursor:pointer;font-family:inherit;white-space:nowrap;transition:.15s ease}.tsp-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 14px #14122614}.tsp-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.tsp-btn.green{border:0;color:#fff;background:#00a922;box-shadow:0 9px 18px #00a92240}.tsp-btn.icon{width:38px;padding:0;display:grid;place-items:center;font-size:16px;position:relative}.tsp-body{flex:1;overflow-y:auto;background:#fbfbff;padding:22px 24px 32px}.tsp-section{background:#ffffffeb;border:1px solid #eee9f6;border-radius:18px;box-shadow:0 8px 22px #1412260a;overflow:hidden;margin-bottom:16px}.tsp-section-hd{height:50px;display:flex;align-items:center;gap:10px;padding:0 18px;border-bottom:1px solid #f0edf7;background:linear-gradient(135deg,#fff,#fbf9ff)}.tsp-section-ico{width:30px;height:30px;border-radius:9px;background:#f4edff;color:#6d28d9;display:grid;place-items:center;font-size:14px;flex-shrink:0}.tsp-section-ico svg{width:16px;height:16px;stroke-width:2.2}.tsp-section-hd h2{font-size:15px;font-weight:700;margin:0;color:#16172f}.tsp-section-bd{padding:18px;display:grid;gap:25px}.tsp-field{display:grid;gap:7px}.tsp-label{font-size:13px;font-weight:600;color:#344054}.tsp-label.req:before{content:"* ";color:#7c3aed}.tsp-ctrl{height:42px;width:100%;border:1px solid #ded8e8;border-radius:11px;background:#fff;padding:0 13px;color:#344054;font-size:13px;font-family:inherit;box-shadow:0 5px 14px #14122606;box-sizing:border-box}.tsp-ctrl:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.tsp-two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.tsp-three-col{display:grid;grid-template-columns:1fr 84px 84px;gap:12px}.tsp-subfield-label{font-size:12px;font-weight:600;color:#5b21b6;margin-bottom:6px}.tsp-collab-note{font-size:12px;color:#6d28d9;font-weight:500;display:flex;align-items:center;gap:6px;margin-top:4px}.tsp-ctrl-error{border-color:#f87171!important}.tsp-sub-panel{border:1px solid #ede8f8;border-radius:12px;padding:14px;background:#faf8ff;display:grid;gap:12px}.tsp-due-grid{display:grid;grid-template-columns:1fr 84px 84px;gap:10px}.tsp-due-grid input,.tsp-due-grid select{height:42px;border:1px solid #ded8e8;border-radius:11px;background:#fff;padding:0 10px;font-size:13px;font-family:inherit;color:#344054;box-shadow:0 5px 14px #14122606;box-sizing:border-box;width:100%}.tsp-tags-row{min-height:42px;height:auto;flex-wrap:wrap;gap:6px;padding:6px 10px}@media (max-width: 780px){.tsp-drawer{width:100vw;min-width:0}.tsp-header{height:auto;min-height:72px;padding:14px 16px;flex-wrap:wrap;gap:10px}.tsp-header-copy h1{font-size:18px}.tsp-three-col,.tsp-due-grid,.tsp-two-col{grid-template-columns:1fr}}@media (max-width: 480px){.tsp-body{padding:14px 14px 24px}.tsp-header-actions{width:100%;justify-content:flex-end}.tsp-btn{font-size:12px;padding:0 10px}}.tsp-btn.tsp-btn-purple-light,.tsp-btn-purple-light{background:#f4edff;color:#5b21b6;border-color:#e4d7ff}.tsp-btn-purple-light:hover:not(:disabled){background:#ecdeff}.rmd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;background:#14122680;display:grid;place-items:center;padding:24px;overflow-y:auto}.rmd-modal{position:relative;width:min(1240px,98vw);min-height:630px;border-radius:22px;background:#fff;box-shadow:0 22px 60px #14122647;overflow:hidden;border:1px solid rgba(255,255,255,.62);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#25233d}.rmd-modal:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 78% 24%,rgba(124,58,237,.05),transparent 30%),radial-gradient(circle at 18% 70%,rgba(124,58,237,.035),transparent 28%)}.rmd-header{position:relative;height:66px;display:flex;align-items:center;justify-content:space-between;padding:0 28px}.rmd-title{font-size:22px;font-weight:700;letter-spacing:-.03em;color:#101828;margin:0}.rmd-close-btn{width:36px;height:36px;border-radius:10px;border:0;background:transparent;color:#667085;display:grid;place-items:center;cursor:pointer;transition:.16s ease}.rmd-close-btn:hover{background:#f4f1fb;color:#111827}.rmd-close-btn svg{width:22px;height:22px;stroke-width:2}.rmd-body{position:relative;padding:0 30px 96px;display:grid;grid-template-columns:minmax(450px,1.02fr) minmax(330px,.86fr) minmax(330px,.86fr);column-gap:26px;align-items:start}.rmd-left,.rmd-mid,.rmd-right{min-width:0}.rmd-context-item{display:flex;align-items:center;gap:10px;min-height:46px;margin-bottom:12px}.rmd-context-icon{flex-shrink:0;width:38px;height:38px;border-radius:11px;background:#f3ecff;color:#6d28d9;display:grid;place-items:center;box-shadow:inset 0 1px #fffc}.rmd-context-icon svg{width:20px;height:20px;stroke-width:2.1}.rmd-context-text{font-size:13px;line-height:1.35;color:#686b82;font-weight:500;letter-spacing:-.01em}.rmd-section-heading{display:flex;align-items:center;gap:10px;min-height:46px;margin-bottom:12px;color:#5b21b6;font-size:14px;font-weight:600;letter-spacing:-.01em}.rmd-quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.rmd-quick-card{min-height:58px;border-radius:12px;border:1px solid #e1dce9;background:#ffffffdb;box-shadow:0 6px 16px #1412260a;display:flex;align-items:center;gap:10px;padding:10px 14px;color:#27243d;font-size:14px;font-weight:500;line-height:1.25;text-align:left;cursor:pointer;transition:.18s ease}.rmd-quick-card>span:last-child{flex:1}.rmd-quick-card:hover{transform:translateY(-1px);box-shadow:0 10px 22px #14122611;border-color:#d7caef}.rmd-quick-card.active{color:#fff;border:0;background:linear-gradient(135deg,#8b3ff2,#6d28d9 58%,#5b21b6);box-shadow:0 12px 24px #6d28d93d}.rmd-icon-bubble{flex-shrink:0;width:32px;height:32px;border-radius:10px;display:grid;place-items:center;color:#6d28d9;background:#f4edff}.rmd-quick-card.active .rmd-icon-bubble{background:#ffffff24;color:#fff}.rmd-icon-bubble svg{width:17px;height:17px;stroke-width:2.25}.rmd-field-block{margin-top:20px}.rmd-field-title{display:block;font-size:14px;font-weight:600;letter-spacing:-.01em;margin:0 0 8px;color:#15162b}.rmd-date-input{position:relative;height:42px;border-radius:11px;border:1px solid #ded8e8;background:#ffffffeb;box-shadow:0 6px 14px #14122608;display:flex;align-items:center;padding:0 40px 0 14px;font-size:14px;color:#15162b}.rmd-date-input input[type=datetime-local]{border:0;background:transparent;outline:0;width:100%;font:inherit;color:inherit}.rmd-date-input svg{position:absolute;right:14px;width:18px;height:18px;color:#101828;stroke-width:2.1;pointer-events:none}.rmd-reason-block{margin-top:18px;margin-bottom:20px}.rmd-reason-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.rmd-fav-check{display:flex;align-items:center;gap:7px;color:#6f7085;font-size:13px;font-weight:500;white-space:nowrap;cursor:pointer;position:relative}.rmd-checkbox{position:relative;display:inline-block;width:17px;height:17px;border-radius:5px;border:1.5px solid #b7b4c7;background:#fff}.rmd-reason-area{width:100%;height:92px;resize:none;border:1px solid #ded8e8;border-radius:11px;background:#ffffffeb;box-shadow:0 6px 14px #14122608;padding:12px 14px;font-size:13px;line-height:1.45;color:#14162e;outline:none;font-family:inherit}.rmd-reason-area:focus{border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed1a}.rmd-reason-area::placeholder{color:#9294a6}.rmd-recurrence-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.rmd-side-panel{min-height:238px;padding:14px;border-radius:16px;background:linear-gradient(135deg,#f6f2ffd1,#fcfaffe0);border:1px solid #eee9f6;box-shadow:inset 0 1px #ffffffbf;display:grid;gap:10px}.rmd-fav-empty{font-size:13px;color:#9294a6;padding:6px 0}.rmd-fav-card{min-height:56px;border-radius:12px;border:1px solid #e7e0ef;background:#ffffffe0;display:grid;grid-template-columns:1fr auto;align-items:center;gap:14px;padding:11px 14px;box-shadow:0 5px 14px #14122608}.rmd-fav-card-title{font-size:13px;font-weight:500;color:#42435b;background:none;border:none;padding:0;text-align:left;cursor:pointer;font-family:inherit;line-height:1.35;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rmd-fav-card-title:hover{color:#6d28d9;text-decoration:underline}.rmd-delete-btn{width:32px;height:32px;border:1px solid #ded8e8;border-radius:10px;background:#fff;color:#8b7fa5;display:grid;place-items:center;cursor:pointer;flex-shrink:0}.rmd-delete-btn:hover{background:#fff0f0;color:#dc2626;border-color:#fca5a5}.rmd-delete-btn svg{width:17px;height:17px;stroke-width:2.1}.rmd-summary-panel{margin-top:14px;padding:14px;border-radius:16px;background:linear-gradient(135deg,#ffffffe0,#faf7ffe6);border:1px solid #eee9f6;box-shadow:inset 0 1px #ffffffbf}.rmd-summary-title{font-size:14px;font-weight:600;color:#5b21b6;margin:0 0 12px}.rmd-summary-row{margin:0 0 10px}.rmd-summary-label{font-size:12px;font-weight:600;color:#5b21b6;margin-bottom:3px}.rmd-summary-value{font-size:12px;color:#4c485f;line-height:1.35}.rmd-empty-panel{min-height:444px;padding:16px;border-radius:16px;background:linear-gradient(135deg,#f6f2ffd1,#fcfaffe0);border:1px solid #eee9f6;box-shadow:inset 0 1px #ffffffbf}.rmd-empty-text{font-size:13px;color:#7b748d;line-height:1.4;margin:16px 0 0}.rmd-existing-panel{min-height:444px;padding:14px;border-radius:16px;background:linear-gradient(135deg,#f6f2ffd1,#fcfaffe0);border:1px solid #eee9f6;box-shadow:inset 0 1px #ffffffbf;display:grid;gap:10px;align-content:start}.rmd-reminder-row{border-radius:12px;border:1px solid #e7e0ef;background:#ffffffe0;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:12px 14px;box-shadow:0 5px 14px #14122608}.rmd-reminder-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.rmd-reminder-date{font-size:13px;font-weight:600;color:#27243d}.rmd-reminder-reason,.rmd-reminder-by{font-size:12px;color:#6f7085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rmd-footer{position:absolute;left:0;right:0;bottom:0;height:82px;padding:16px 30px;display:flex;justify-content:flex-end;align-items:center;gap:14px;background:#ffffffb8;border-top:1px solid rgba(233,229,242,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.rmd-footer-btn{height:46px;min-width:96px;border-radius:12px;border:1px solid #ded8e8;background:#fff;color:#23243a;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 6px 14px #1412260a;transition:.16s ease;font-family:inherit;padding:0 18px}.rmd-footer-btn:hover{transform:translateY(-1px);box-shadow:0 10px 20px #14122611}.rmd-footer-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.rmd-footer-btn.primary{min-width:138px;border:0;color:#fff;background:linear-gradient(135deg,#8b3ff2,#6d28d9 60%,#5b21b6);box-shadow:0 10px 22px #6d28d942}.rmd-footer-btn.primary:hover{box-shadow:0 14px 28px #6d28d952}@media (max-width: 1050px){.rmd-overlay{padding:12px}.rmd-modal{min-height:auto}.rmd-body{grid-template-columns:1fr;row-gap:18px;padding-bottom:94px}.rmd-empty-panel,.rmd-existing-panel{min-height:160px}.rmd-footer{position:relative;margin-top:18px}}@media (max-width: 680px){.rmd-quick-grid{grid-template-columns:1fr 1fr}.rmd-recurrence-row{grid-template-columns:1fr}}@media (max-width: 520px){.rmd-overlay{padding:0}.rmd-modal{border-radius:0;min-height:100vh}.rmd-header,.rmd-body{padding:0 18px}.rmd-quick-grid{grid-template-columns:1fr}.rmd-reason-row{align-items:flex-start;flex-direction:column}.rmd-footer{height:auto;flex-direction:column;padding:18px}.rmd-footer-btn{width:100%}}:root{--etv-purple: #7c3aed;--etv-purple-2: #6d28d9;--etv-purple-soft: #f4edff;--etv-purple-line: #e7dcff;--etv-green: #00A922;--etv-green-soft: #e6f9ea;--etv-red: #dc2626;--etv-red-soft: #fff0f2;--etv-amber: #f59e0b;--etv-panel: rgba(255, 255, 255, .86);--etv-line: #e9e5f2;--etv-line-soft: #f0edf7;--etv-text: #101828;--etv-muted: #667085;--etv-shadow-soft: 0 6px 18px rgba(31, 28, 54, .045);--etv-radius: 20px}.etv-wrap{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--etv-text);font-size:14px;height:100vh;overflow:hidden;padding:16px;background:radial-gradient(circle at 66% 12%,rgba(124,58,237,.07),transparent 26%),radial-gradient(circle at 8% 55%,rgba(124,58,237,.04),transparent 30%),linear-gradient(180deg,#fbfbff,#f8f8fc);display:flex;flex-direction:column;gap:14px;box-sizing:border-box}.etv-commandbar{min-height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;background:var(--etv-panel);border:1px solid rgba(232,228,241,.9);border-radius:20px;padding:12px 16px;box-shadow:var(--etv-shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:relative;z-index:200}.etv-brand{display:flex;align-items:center;gap:10px;min-width:170px}.etv-brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);box-shadow:0 8px 20px #7c3aed40;display:grid;place-items:center;color:#fff;flex-shrink:0}.etv-brand-mark svg{width:24px;height:24px}.etv-brand-text strong{display:block;font-size:17px;font-weight:800;letter-spacing:.02em;line-height:1}.etv-brand-text span{display:block;font-size:10px;font-weight:700;letter-spacing:.25em;color:var(--etv-muted);margin-top:3px}.etv-title-block{min-width:0;display:flex;align-items:center;gap:14px;overflow:hidden}.etv-divider{width:1px;height:38px;background:#ece8f4;flex-shrink:0}.etv-task-title{font-size:20px;font-weight:700;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.etv-task-title-input{font-size:20px;font-weight:700;letter-spacing:-.025em;border:1px solid var(--etv-purple);border-radius:8px;padding:4px 10px;min-width:300px;max-width:600px;font-family:inherit;color:var(--etv-text);background:#fff}.etv-title-edit-btn{background:none;border:none;cursor:pointer;padding:4px 6px;color:var(--etv-purple);font-size:17px;line-height:1;border-radius:6px;flex-shrink:0;opacity:.55;transition:opacity .15s,background .15s}.etv-title-edit-btn:hover{opacity:1;background:var(--etv-purple-soft)}.etv-save-state{display:inline-flex;align-items:center;gap:6px;color:var(--etv-muted);font-size:12px;font-weight:500;white-space:nowrap;margin-left:auto;flex-shrink:0}.etv-save-state.unsaved{color:var(--etv-amber)}.etv-actions{display:flex;align-items:center;gap:8px}.etv-btn{height:42px;border-radius:12px;border:1px solid #e4dff0;background:#fff;color:#1f2937;padding:0 16px;font-weight:600;font-family:inherit;font-size:14px;box-shadow:0 4px 12px #1118270a;cursor:pointer;transition:.15s ease;white-space:nowrap}.etv-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 16px #1118270f}.etv-btn:disabled{opacity:.6;cursor:not-allowed}.etv-btn-primary{border:0;color:#fff;background:#00a922;padding:0 20px;box-shadow:0 10px 22px #00a92240;font-weight:700}.etv-btn-icon{width:42px;padding:0;display:grid;place-items:center;font-size:16px;position:relative}.etv-btn-chev{margin-left:8px;border-left:1px solid rgba(255,255,255,.35);padding-left:8px}.etv-header-menu-wrap{position:relative}.etv-header-menu{position:absolute;right:0;top:calc(100% + 6px);z-index:2000;background:#fff;border:1px solid var(--etv-line);border-radius:14px;box-shadow:0 12px 32px #1f1c361f;min-width:200px;overflow:hidden;padding:6px 0}.etv-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 16px;border:none;background:none;cursor:pointer;font-size:14px;font-family:inherit;color:var(--etv-text);text-align:left;transition:background .1s}.etv-menu-item:hover{background:var(--etv-purple-soft)}.etv-menu-icon{font-family:Segoe MDL2 Assets,Segoe UI Symbol,sans-serif;font-size:15px;width:18px;text-align:center}.etv-rail{background:var(--etv-panel);border:1px solid rgba(232,228,241,.92);box-shadow:var(--etv-shadow-soft);border-radius:20px;padding:14px 18px;display:grid;grid-template-columns:minmax(240px,1.14fr) minmax(230px,.95fr) repeat(5,minmax(130px,1fr));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow-x:auto}.etv-rail-item{min-height:80px;padding:2px 16px 0;border-left:1px solid #eeeaf5;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:6px}.etv-rail-item:first-child{border-left:0;padding-left:0}.etv-rail-label{display:flex;align-items:center;gap:6px;color:#4c1d95;font-size:11px;font-weight:600;line-height:1.2;min-height:16px;text-transform:uppercase;letter-spacing:.04em}.etv-rail-value{font-size:14px;font-weight:500;color:#111827;line-height:1.35;display:flex;align-items:center;gap:6px}.etv-rail-sub{font-size:12px;color:var(--etv-muted)}.etv-progress-control{display:flex;flex-direction:column;gap:8px;width:100%;padding:2px 16px 0}.etv-progress-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.etv-progress-title{font-size:11px;font-weight:600;color:#4c1d95;text-transform:uppercase;letter-spacing:.04em}.etv-progress-value{font-size:19px;font-weight:700;letter-spacing:-.02em;color:var(--etv-purple)}.etv-progress-row{display:flex;flex-direction:column;gap:5px;width:100%}.etv-progress-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:999px;outline:none;cursor:pointer}.etv-progress-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:var(--etv-purple);border:3px solid #fff;box-shadow:0 4px 12px #7c3aed57;cursor:pointer}.etv-progress-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--etv-purple);border:3px solid #fff;box-shadow:0 4px 12px #7c3aed57;cursor:pointer}.etv-scale{display:flex;justify-content:space-between;color:#747b89;font-size:10px;font-weight:500}.etv-status-actions{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.etv-status-pill{display:inline-flex;align-items:center;height:30px;border-radius:10px;padding:0 10px;font-weight:600;font-size:13px;white-space:nowrap;cursor:pointer;border:none;transition:filter .15s}.etv-status-pill:hover{filter:brightness(.95)}.etv-complete-btn{height:30px;border-radius:10px;border:1px solid var(--etv-purple-line);background:#fff;color:#5b21b6;font-weight:600;font-size:12px;padding:0 10px;cursor:pointer;white-space:nowrap;font-family:inherit;transition:background .15s}.etv-complete-btn:hover{background:#faf7ff}.etv-pill{display:inline-flex;align-items:center;height:26px;border-radius:8px;padding:0 9px;font-size:12px;font-weight:600;background:var(--etv-purple-soft);color:#4c1d95}.etv-pill-red{background:var(--etv-red-soft);color:#b91c1c}.etv-pill-green{background:var(--etv-green-soft);color:#166534}.etv-inline-edit{display:inline-flex;align-items:center;gap:4px;color:var(--etv-purple);font-size:12px;font-weight:500;cursor:pointer;background:none;border:none;padding:0;font-family:inherit}.etv-inline-edit:hover{text-decoration:underline}.etv-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;display:inline-grid;place-items:center;font-size:11px;font-weight:700;box-shadow:0 4px 12px #7c3aed38;overflow:hidden;flex-shrink:0}.etv-avatar img{width:100%;height:100%;object-fit:cover}.etv-copy-id-btn{background:none;border:none;cursor:pointer;color:var(--etv-purple);padding:2px 4px;border-radius:4px;font-size:14px;transition:background .1s}.etv-copy-id-btn:hover{background:var(--etv-purple-soft)}.etv-workspace{display:grid;grid-template-columns:minmax(500px,1fr) minmax(540px,.96fr);gap:14px;align-items:stretch;flex:1;min-height:0;overflow:hidden}.etv-left-col{display:flex;flex-direction:column;gap:14px;overflow-y:auto;min-height:0;height:100%;padding-right:4px}.etv-panel{background:var(--etv-panel);border:1px solid rgba(232,228,241,.92);border-radius:var(--etv-radius);box-shadow:var(--etv-shadow-soft);overflow:hidden;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.etv-panel-header{height:56px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eeeaf5;background:linear-gradient(135deg,#ffffffeb,#f9f7ffe0)}.etv-panel-title{font-size:15px;font-weight:650;color:var(--etv-text)}.etv-panel-icon-btn{width:32px;height:32px;border:1px solid #e8e4f1;background:#fff;border-radius:9px;display:grid;place-items:center;color:#4c1d95;cursor:pointer;font-size:14px;transition:background .1s}.etv-panel-icon-btn:hover{background:var(--etv-purple-soft)}.etv-desc-body{padding:16px;overflow-y:auto;min-height:80px}.etv-desc-body .ql-editor{min-height:60px;max-height:none;overflow-y:visible;resize:none}.etv-desc-body .ql-container{overflow:visible;border:none}.etv-desc-resize-handle{height:8px;background:linear-gradient(180deg,#f3f0fa,#ede8f7);border-top:1px solid #e8e4f1;cursor:ns-resize;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.etv-desc-resize-handle:after{content:"";width:32px;height:3px;border-radius:2px;background:#c4b8e8}.etv-desc-resize-handle:hover{background:#ede8f7}.etv-desc-resize-handle:hover:after{background:#9b8abf}.etv-autosave{font-size:12px;color:var(--etv-muted)}.etv-autosave.error{color:var(--etv-red)}.etv-details-form{padding:18px 20px;display:grid;gap:14px}.etv-field{display:grid;grid-template-columns:180px 1fr;gap:14px;align-items:center}.etv-field label{display:flex;align-items:center;gap:8px;font-size:13px;color:#475467;font-weight:500}.etv-duration-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px}.etv-duration-grid select{height:40px;border:1px solid #e6e2ee;border-radius:10px;background:#fff;padding:0 10px;font-size:14px;font-family:inherit;color:var(--etv-text);cursor:pointer}.etv-tags-row{display:flex;align-items:center;gap:8px}.etv-tags-mgr-btn{background:none;border:1px solid #e8e4f1;border-radius:8px;width:34px;height:34px;display:grid;place-items:center;cursor:pointer;color:var(--etv-purple);font-size:15px;font-family:Segoe MDL2 Assets,Segoe UI Symbol,sans-serif}.etv-tags-mgr-btn:hover{background:var(--etv-purple-soft)}.etv-subtasks-block{padding:0 20px 20px}.etv-headline{padding:14px 20px 0}.etv-tams-id-label{font-size:12px;color:var(--etv-muted);font-weight:500;cursor:pointer;background:none;border:none;padding:0;font-family:inherit}.etv-tams-id-label:hover{color:var(--etv-purple);text-decoration:underline}.etv-activity{flex:1;min-height:0;display:flex;flex-direction:column;height:100%}.etv-comment-filter-wrap{position:relative}.etv-comment-filter-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:200;background:#fff;border:1px solid #e8e4f1;border-radius:12px;box-shadow:0 8px 28px #1118271f;padding:6px 0;min-width:150px}.etv-comment-filter-label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;padding:6px 14px 4px}.etv-comment-filter-option{display:block;width:100%;text-align:left;background:none;border:none;padding:8px 14px;font-size:13px;font-weight:500;color:#344054;font-family:inherit;cursor:pointer;transition:background .1s}.etv-comment-filter-option:hover{background:var(--etv-purple-soft)}.etv-comment-filter-option.active{color:var(--etv-purple);font-weight:700;background:var(--etv-purple-soft)}.etv-activity-tools{padding:12px 16px;display:flex;gap:8px;align-items:center;border-bottom:1px solid #eeeaf5;background:#ffffffb3;flex-wrap:wrap}.etv-tab{height:34px;border:1px solid #e8e4f1;border-radius:10px;background:#fff;padding:0 12px;font-weight:500;font-size:13px;color:#344054;cursor:pointer;font-family:inherit;transition:.12s}.etv-tab:hover:not(.etv-tab-active){background:var(--etv-purple-soft)}.etv-tab-active{background:linear-gradient(135deg,var(--etv-purple),var(--etv-purple-2));color:#fff;border-color:transparent;box-shadow:0 6px 14px #7c3aed38;font-weight:600}.etv-activity-search{margin-left:auto;width:200px;height:36px;border:1px solid #e8e4f1;border-radius:10px;background:#fff;padding:0 12px;font-size:13px;font-family:inherit}.etv-timeline{padding:16px;overflow-y:auto;flex:1;background:linear-gradient(180deg,#fff,#fbfaff)}.etv-comment-item{margin-bottom:10px;border:1px solid #e8e4f1;border-radius:14px;background:#fff;box-shadow:0 4px 14px #1118270a;overflow:hidden}.etv-comment-head{min-height:48px;padding:0 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #f0edf7;cursor:pointer;-webkit-user-select:none;user-select:none}.etv-comment-head:hover{background:#faf8ff}.etv-comment-head-left{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.etv-comment-user{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.etv-comment-meta{display:flex;align-items:center;gap:6px;flex-shrink:0;color:var(--etv-muted);font-size:12px}.etv-comment-action-btn{background:none;border:none;cursor:pointer;padding:2px 5px;border-radius:5px;color:var(--etv-muted);font-size:14px;transition:color .1s,background .1s}.etv-comment-action-btn:hover{color:var(--etv-purple);background:var(--etv-purple-soft)}.etv-comment-chevron{font-size:12px;color:var(--etv-muted)}.etv-comment-body{padding:12px 14px;font-size:14px;line-height:1.6;color:#344054}.etv-comment-body img{max-width:100%}.etv-comments-empty{padding:32px 16px;text-align:center;color:var(--etv-muted);font-size:14px}.etv-composer{padding:12px 16px;border-top:1px solid #eeeaf5;background:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;flex-direction:column;gap:10px;position:sticky;bottom:0;z-index:10;flex-shrink:0;box-shadow:0 -4px 16px #1118270f}.etv-composer-actions{display:flex;gap:8px}.etv-btn-purple{background:linear-gradient(135deg,var(--etv-purple),var(--etv-purple-2));color:#fff;border:none;box-shadow:0 6px 14px #7c3aed33}.etv-btn-light-purple{background:var(--etv-purple-soft);color:#5b21b6;border-color:#e4d7ff}.etv-comments-launcher{position:fixed;bottom:24px;right:24px;z-index:100;height:44px;border-radius:22px;background:linear-gradient(135deg,var(--etv-purple),var(--etv-purple-2));color:#fff;border:none;font-weight:700;font-size:14px;padding:0 20px;cursor:pointer;box-shadow:0 8px 24px #7c3aed4d}@media (max-width: 1480px){.etv-rail{grid-template-columns:1fr 1fr 1fr;gap:10px;padding:14px 16px}.etv-rail-item{border:1px solid #eeeaf5;border-radius:14px;padding:12px 14px}.etv-rail-item:first-child{border:1px solid #eeeaf5;padding:12px 14px}.etv-workspace{grid-template-columns:1fr}.etv-activity{height:auto;min-height:560px}.etv-task-title{font-size:18px}}@media (max-width: 900px){.etv-wrap{padding:10px}.etv-commandbar{grid-template-columns:1fr;height:auto;gap:12px;padding:14px}.etv-title-block,.etv-actions{flex-wrap:wrap}.etv-rail,.etv-field{grid-template-columns:1fr}.etv-activity-tools{flex-wrap:wrap}.etv-activity-search{width:100%;margin-left:0}}.etv-info-btn{background:none;border:none;cursor:pointer;padding:2px;color:var(--etv-muted);display:inline-flex;align-items:center}.etv-info-btn:hover{color:var(--etv-purple)}.ntv-wrap{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--etv-text, #101828);font-size:14px;height:100vh;overflow:hidden;padding:16px;background:radial-gradient(circle at 66% 12%,rgba(124,58,237,.07),transparent 26%),radial-gradient(circle at 8% 55%,rgba(124,58,237,.04),transparent 30%),linear-gradient(180deg,#fbfbff,#f8f8fc);display:flex;flex-direction:column;gap:14px;box-sizing:border-box}.ntv-commandbar{min-height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;background:var(--etv-panel, rgba(255, 255, 255, .86));border:1px solid rgba(232,228,241,.9);border-radius:20px;padding:12px 16px;box-shadow:var(--etv-shadow-soft, 0 6px 18px rgba(31, 28, 54, .045));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:relative;z-index:200;flex-shrink:0}.ntv-brand{display:flex;align-items:center;gap:10px;min-width:170px}.ntv-brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);box-shadow:0 8px 20px #7c3aed40;display:grid;place-items:center;color:#fff;flex-shrink:0}.ntv-brand-mark svg{width:24px;height:24px}.ntv-brand-text strong{display:block;font-size:17px;font-weight:800;letter-spacing:.02em;line-height:1}.ntv-brand-text span{display:block;font-size:10px;font-weight:700;letter-spacing:.25em;color:var(--etv-muted, #667085);margin-top:3px}.ntv-title-block{min-width:0;display:flex;align-items:center;gap:14px;overflow:hidden}.ntv-divider{width:1px;height:38px;background:#ece8f4;flex-shrink:0}.ntv-screen-title{font-size:20px;font-weight:700;letter-spacing:-.025em;white-space:nowrap;color:var(--etv-text, #101828)}.ntv-tams-id{font-size:13px;font-weight:500;color:var(--etv-muted, #667085);white-space:nowrap}.ntv-copy-id-btn{background:none;border:none;cursor:pointer;color:var(--etv-purple, #7c3aed);padding:2px 6px;border-radius:6px;font-size:16px;transition:background .1s;flex-shrink:0}.ntv-copy-id-btn:hover{background:var(--etv-purple-soft, #f4edff)}.ntv-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.ntv-btn{height:42px;border-radius:12px;border:1px solid #e4dff0;background:#fff;color:#1f2937;padding:0 16px;font-weight:600;font-family:inherit;font-size:14px;box-shadow:0 4px 12px #1118270a;cursor:pointer;transition:.15s ease;white-space:nowrap}.ntv-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 16px #1118270f}.ntv-btn:disabled{opacity:.6;cursor:not-allowed}.ntv-btn-primary{border:0;color:#fff;background:#00a922;padding:0 20px;box-shadow:0 10px 22px #00a92240;font-weight:700}.ntv-btn-purple{background:linear-gradient(135deg,var(--etv-purple, #7c3aed),var(--etv-purple-2, #6d28d9));color:#fff;border:none;box-shadow:0 6px 14px #7c3aed33}.ntv-btn-light-purple{background:var(--etv-purple-soft, #f4edff);color:#5b21b6;border-color:#e4d7ff}.ntv-workspace{display:grid;grid-template-columns:minmax(420px,1fr) minmax(480px,.96fr);gap:14px;flex:1;min-height:0;overflow:hidden}.ntv-panel{background:var(--etv-panel, rgba(255, 255, 255, .86));border:1px solid rgba(232,228,241,.92);border-radius:20px;box-shadow:var(--etv-shadow-soft, 0 6px 18px rgba(31, 28, 54, .045));overflow:hidden;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.ntv-panel-header{height:52px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eeeaf5;background:linear-gradient(135deg,#ffffffeb,#f9f7ffe0);flex-shrink:0}.ntv-panel-title{font-size:14px;font-weight:650;color:var(--etv-text, #101828)}.ntv-left{display:flex;flex-direction:column;gap:14px;min-height:0;height:100%;overflow:hidden}.ntv-fields-panel{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.ntv-fields-form{flex:1;overflow-y:auto;padding:8px 16px;display:grid;gap:14px;align-content:start}.ntv-title-panel{flex-shrink:0}.ntv-title-input{display:block;width:100%;box-sizing:border-box;padding:16px 20px;font-size:22px;font-weight:700;letter-spacing:-.025em;font-family:inherit;color:var(--etv-text, #101828);border:none;background:transparent;outline:none}.ntv-title-input::placeholder{color:#c4bdd6;font-weight:500}.ntv-title-input.ntv-input-error{background:#dc26260a;border-bottom:2px solid var(--etv-red, #dc2626)}.ntv-desc-body{overflow:hidden;padding:14px 16px}.ntv-desc-body.ntv-error-outline{outline:2px solid var(--etv-red, #dc2626);outline-offset:-2px}.ntv-req-star{color:var(--etv-red, #dc2626);margin-left:2px}.ntv-right{display:flex;flex-direction:column;gap:14px;min-height:0;height:100%;overflow:hidden}.ntv-activity{flex:1!important;min-height:200px}.ntv-desc-panel{flex-shrink:0;display:flex;flex-direction:column;overflow:hidden}.ntv-field{display:grid;grid-template-columns:180px 1fr;gap:14px;align-items:center}.ntv-field>label{display:flex;align-items:center;gap:6px;font-size:13px;color:#475467;font-weight:500;min-width:0}.ntv-field-inset{margin-left:16px}.ntv-field-inset>label{color:#94a3b8;font-size:12px}.ntv-sub-panel{border:1px solid var(--etv-line-soft, #f0edf7);border-radius:12px;background:#7c3aed06;padding:10px 12px;display:grid;gap:10px}.ntv-due-grid{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.ntv-due-grid input[type=date],.ntv-due-grid input[type=number],.ntv-due-grid select{height:40px;border:1px solid #e6e2ee;border-radius:10px;background:#fff;padding:0 12px;font-size:14px;font-family:inherit;color:var(--etv-text, #101828);cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.ntv-due-grid input[type=date]{flex:1;min-width:140px}.ntv-due-grid select{flex:1;min-width:72px}.ntv-due-sep{color:#667085;font-weight:600;font-size:16px}.ntv-input-error{border-color:var(--etv-red, #dc2626)!important;background:#dc26260a!important}.ntv-tags-row{display:flex;align-items:center;gap:8px}.ntv-tags-mgr-btn{background:none;border:1px solid #e8e4f1;border-radius:8px;width:34px;height:34px;display:grid;place-items:center;cursor:pointer;color:var(--etv-purple, #7c3aed);font-size:15px;font-family:Segoe MDL2 Assets,Segoe UI Symbol,sans-serif;flex-shrink:0}.ntv-tags-mgr-btn:hover{background:var(--etv-purple-soft, #f4edff)}.ntv-collab-row{display:flex;align-items:center;gap:10px;margin-top:6px;flex-wrap:wrap}.ntv-collab-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;color:var(--etv-purple, #7c3aed);font-size:13px;font-weight:500;padding:0;font-family:inherit}.ntv-collab-btn:hover{text-decoration:underline}.ntv-autofill-btn{height:30px;border-radius:10px;border:1px solid var(--etv-purple-line, #e7dcff);background:var(--etv-purple-soft, #f4edff);color:#5b21b6;font-weight:600;font-size:12px;padding:0 12px;cursor:pointer;white-space:nowrap;font-family:inherit;transition:background .15s}.ntv-autofill-btn:hover:not(:disabled){background:#ede4ff}.ntv-autofill-btn:disabled{opacity:.6;cursor:not-allowed}.ntv-weekday-chips{display:flex;gap:6px;flex-wrap:wrap}.ntv-chip{height:30px;border-radius:8px;border:1px solid #e4dff0;background:#fff;color:#344054;font-size:12px;font-weight:600;font-family:inherit;padding:0 10px;cursor:pointer;transition:.12s}.ntv-chip.active{background:linear-gradient(135deg,var(--etv-purple, #7c3aed),var(--etv-purple-2, #6d28d9));color:#fff;border-color:transparent}.ntv-clear-btn{height:30px;border-radius:8px;border:1px solid #e4dff0;background:#fff;color:#475467;font-size:12px;font-weight:500;font-family:inherit;padding:0 12px;cursor:pointer;transition:.12s}.ntv-clear-btn:hover{background:var(--etv-red-soft, #fff0f2);color:var(--etv-red, #dc2626);border-color:var(--etv-red, #dc2626)}.ntv-activity{min-height:200px;display:flex;flex-direction:column}.ntv-activity-tools{padding:10px 16px;display:flex;gap:8px;align-items:center;border-bottom:1px solid #eeeaf5;background:#ffffffb3;flex-wrap:wrap;flex-shrink:0}.ntv-tab{height:32px;border:1px solid #e8e4f1;border-radius:10px;background:#fff;padding:0 10px;font-weight:500;font-size:12px;color:#344054;cursor:pointer;font-family:inherit;transition:.12s;white-space:nowrap}.ntv-tab:hover:not(.ntv-tab-active){background:var(--etv-purple-soft, #f4edff)}.ntv-tab-active{background:linear-gradient(135deg,var(--etv-purple, #7c3aed),var(--etv-purple-2, #6d28d9));color:#fff;border-color:transparent;box-shadow:0 4px 10px #7c3aed33}.ntv-activity-search{margin-left:auto;width:180px;height:34px;border:1px solid #e8e4f1;border-radius:10px;background:#fff;padding:0 12px;font-size:13px;font-family:inherit}.ntv-timeline{padding:12px;overflow-y:auto;flex:1;background:linear-gradient(180deg,#fff,#fbfaff)}.ntv-comment-item{margin-bottom:8px;border:1px solid #e8e4f1;border-radius:14px;background:#fff;box-shadow:0 4px 14px #1118270a;overflow:hidden}.ntv-comment-head{min-height:46px;padding:0 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #f0edf7;cursor:pointer;-webkit-user-select:none;user-select:none}.ntv-comment-head:hover{background:#faf8ff}.ntv-comment-head-left{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.ntv-comment-user{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ntv-comment-meta{display:flex;align-items:center;gap:6px;flex-shrink:0;color:var(--etv-muted, #667085);font-size:12px}.ntv-comment-action-btn{background:none;border:none;cursor:pointer;padding:2px 5px;border-radius:5px;color:var(--etv-muted, #667085);font-size:14px;transition:color .1s,background .1s}.ntv-comment-action-btn:hover{color:var(--etv-purple, #7c3aed);background:var(--etv-purple-soft, #f4edff)}.ntv-comment-info-btn{background:none;border:none;cursor:pointer;padding:2px;color:var(--etv-muted, #667085);display:inline-flex;align-items:center}.ntv-comment-info-btn:hover{color:var(--etv-purple, #7c3aed)}.ntv-comment-chevron{font-size:12px;color:var(--etv-muted, #667085)}.ntv-comment-body{padding:10px 14px;font-size:14px;line-height:1.6;color:#344054}.ntv-comment-body img{max-width:100%}.ntv-comments-empty{padding:28px 16px;text-align:center;color:var(--etv-muted, #667085);font-size:14px}.ntv-composer{padding:12px 16px;border-top:1px solid #eeeaf5;background:#ffffffe6;display:flex;flex-direction:column;gap:10px;flex-shrink:0}.ntv-composer-actions{display:flex;gap:8px;flex-wrap:wrap}.ntv-comments-launcher{position:fixed;bottom:24px;right:24px;z-index:100;height:44px;border-radius:22px;background:linear-gradient(135deg,var(--etv-purple, #7c3aed),var(--etv-purple-2, #6d28d9));color:#fff;border:none;font-weight:700;font-size:14px;padding:0 20px;cursor:pointer;box-shadow:0 8px 24px #7c3aed4d;font-family:inherit}.ntv-comments-drawer{position:fixed;right:0;top:0;bottom:0;width:380px;z-index:90;transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1);pointer-events:none}.ntv-comments-drawer.open{transform:translate(0);pointer-events:auto}.ntv-comments-drawer-surface{height:100%;background:#fff;border-left:1px solid #e8e4f1;box-shadow:-8px 0 32px #1f1c361a;display:flex;flex-direction:column;overflow:hidden}@media (max-width: 1480px){.ntv-workspace{grid-template-columns:1fr;overflow-y:auto;height:auto}.ntv-left{height:auto;overflow:visible}.ntv-desc-panel{min-height:360px}.ntv-right{height:auto;overflow:visible}}@media (max-width: 900px){.ntv-wrap{padding:10px}.ntv-commandbar{grid-template-columns:1fr;height:auto;gap:12px;padding:14px}.ntv-title-block,.ntv-actions{flex-wrap:wrap}.ntv-field{grid-template-columns:1fr}.ntv-activity-search{width:100%;margin-left:0}}.ntv-wrap .filter-control .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.ntv-wrap .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:#d8cde2}.ntv-wrap .filter-control .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.ntv-wrap .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#9a6aa8}.ntv-wrap .filter-control .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.ntv-wrap .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#742774;border-width:2px}.ntv-wrap .filter-control .MuiOutlinedInput-root,.ntv-wrap .MuiAutocomplete-root .MuiOutlinedInput-root{min-height:36px;border-radius:10px;background:linear-gradient(180deg,#fff,#fbf8fd);box-shadow:inset 0 1px #ffffffbf;padding-top:2px!important;padding-bottom:2px!important}.ntv-wrap .filter-control .MuiInputBase-input,.ntv-wrap .MuiAutocomplete-root .MuiInputBase-input{font-size:13px;color:#4b3e57;padding-top:5px!important;padding-bottom:5px!important}.ntv-wrap .filter-control .MuiAutocomplete-endAdornment,.ntv-wrap .MuiAutocomplete-endAdornment{right:8px}.ntv-wrap .filter-control .MuiAutocomplete-popupIndicator,.ntv-wrap .MuiAutocomplete-popupIndicator{color:#742774}.ntv-wrap .new-task-control-error .MuiOutlinedInput-notchedOutline{border-color:#d13438!important}.mu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1200;padding:20px}.mu-modal{background:#fff;border-radius:12px;width:100%;max-width:680px;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003;overflow:hidden}.mu-header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.mu-title{font-size:18px;font-weight:700;color:#111827;margin:0 0 8px}.mu-stats{display:flex;gap:8px}.mu-stat-pill{font-size:12px;font-weight:600;padding:2px 10px;border-radius:99px}.mu-licensed{background:#dcfce7;color:#15803d}.mu-total{background:#e0e7ff;color:#3730a3}.mu-close{background:none;border:none;font-size:24px;color:#9ca3af;cursor:pointer;line-height:1;padding:0;margin-left:12px}.mu-close:hover{color:#374151}.mu-body{overflow-y:auto;flex:1;padding:0 24px 24px}.mu-section{padding-top:20px}.mu-section+.mu-section{border-top:1px solid #f3f4f6}.mu-section-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin:0 0 12px}.mu-invite-form{display:flex;flex-direction:column;gap:10px}.mu-name-row,.mu-email-row{display:flex;gap:8px}.mu-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:7px;font-size:14px;font-family:inherit;color:#111827;flex:1;transition:border-color .12s}.mu-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.mu-email-input{flex:2}.mu-btn{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;border:none;white-space:nowrap;font-family:inherit;transition:opacity .12s}.mu-btn:disabled{opacity:.45;cursor:not-allowed}.mu-btn-primary{background:#4f46e5;color:#fff}.mu-btn-primary:hover:not(:disabled){background:#4338ca}.mu-btn-license{background:#dcfce7;color:#15803d;border:1px solid #86efac}.mu-btn-license:hover:not(:disabled){background:#bbf7d0}.mu-btn-revoke{background:#fef2f2;color:#b91c1c;border:1px solid #fca5a5}.mu-btn-revoke:hover:not(:disabled){background:#fee2e2}.mu-btn-promote{background:#eff6ff;color:#1d4ed8;border:1px solid #93c5fd}.mu-btn-promote:hover:not(:disabled){background:#dbeafe}.mu-btn-demote{background:#f9fafb;color:#374151;border:1px solid #d1d5db}.mu-btn-demote:hover:not(:disabled){background:#f3f4f6}.mu-list{display:flex;flex-direction:column;gap:6px}.mu-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:8px;background:#f9fafb;gap:12px}.mu-row-unlicensed{background:#fff5f5}.mu-user-info{flex:1;min-width:0}.mu-user-name-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.mu-user-name{font-size:14px;font-weight:600;color:#111827}.mu-user-email{font-size:12px;color:#6b7280;margin-top:2px}.mu-user-job{font-size:12px;color:#9ca3af;margin-top:1px}.mu-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 7px;border-radius:99px}.mu-badge-admin{background:#e0e7ff;color:#3730a3}.mu-badge-unlicensed{background:#fef2f2;color:#b91c1c}.mu-actions{display:flex;gap:6px;flex-shrink:0}.mu-msg{font-size:13px;margin:4px 0 0;padding:8px 12px;border-radius:6px}.mu-msg-ok{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.mu-msg-err{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.mu-empty{color:#9ca3af;font-size:14px;padding:12px 0}:root{--mytams-bg0: #fbfcff;--mytams-bg1: #eef4ff;--mytams-ink: #111827;--mytams-soft: #667085;--mytams-faint: #98a2b3;--mytams-line: rgba(17, 24, 39, .08);--mytams-panel: rgba(255, 255, 255, .72);--mytams-green: #00A922;--mytams-green2: #6AE483;--mytams-red: #E92015;--mytams-red2: #f9b0ac;--mytams-blue: #2563eb;--mytams-violet: #7c3aed}.mytams-root{position:relative;min-height:100vh;background:radial-gradient(ellipse 80% 80% at 20% 20%,rgba(124,58,237,.12) 0%,transparent 50%),radial-gradient(ellipse 60% 60% at 80% 10%,rgba(37,99,235,.1) 0%,transparent 40%),radial-gradient(ellipse 70% 70% at 50% 90%,rgba(22,163,74,.08) 0%,transparent 50%),linear-gradient(135deg,var(--mytams-bg0) 0%,var(--mytams-bg1) 100%);background-attachment:fixed;color:var(--mytams-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}.mytams-grain{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1000;opacity:.28;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-repeat:repeat}.mytams-topbar{position:sticky;top:12px;z-index:200;margin:12px 24px 0;display:flex;align-items:center;gap:16px;padding:10px 20px;background:#ffffffad;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--mytams-line);border-radius:32px;box-shadow:0 4px 24px #1118270f}.mytams-logo{width:36px;height:36px;border-radius:50%;background:conic-gradient(from 135deg,#7c3aed,#2563eb 40%,#7c3aed);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mytams-logo-dot{width:10px;height:10px;border-radius:50%;background:#fff}.mytams-wordmark{font-size:15px;font-weight:700;color:var(--mytams-violet);letter-spacing:.04em}.mytams-topbar-divider{width:1px;height:20px;background:var(--mytams-line)}.mytams-topbar-title{font-size:13px;font-weight:600;color:var(--mytams-soft);letter-spacing:.05em;text-transform:uppercase;flex:1}.mytams-back-link{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--mytams-soft);text-decoration:none;cursor:pointer;padding:4px 10px;border-radius:20px;transition:background .15s,color .15s}.mytams-back-link:hover{background:#1118270d;color:var(--mytams-ink)}.mytams-refresh-chip{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--mytams-soft);background:#1118270a;border:1px solid var(--mytams-line);border-radius:20px;padding:4px 12px;cursor:pointer;transition:background .15s;white-space:nowrap}.mytams-refresh-chip:hover{background:#2563eb12;border-color:#2563eb33;color:var(--mytams-blue)}.mytams-refresh-spinning{animation:mytams-spin 1s linear infinite}@keyframes mytams-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mytams-page{padding:16px 16px 28px;max-width:1400px;margin:0 auto}.mytams-panel{background:var(--mytams-panel);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--mytams-line);border-radius:28px;box-shadow:0 2px 20px #1118270d,0 1px 4px #1118270a;padding:20px 22px}.mytams-hero{display:grid;grid-template-columns:1.08fr .92fr;gap:18px;margin-bottom:24px}.mytams-eyebrow{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--mytams-violet);margin-bottom:8px}.mytams-hero-heading{font-size:22px;font-weight:700;line-height:1.15;color:var(--mytams-ink);margin:0 0 20px;letter-spacing:-.5px}.mytams-stat-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mytams-stat-card{border-radius:16px;padding:10px 14px;border:1px solid var(--mytams-line);background:#fff9}.mytams-stat-card.red{border-color:#e9201540;background:#e9201514}.mytams-stat-card.green{border-color:#00a92233;background:#6ae48333}.mytams-stat-card.blue{border-color:#2563eb33;background:#dbeafe4d}.mytams-stat-label{font-size:10px;color:var(--mytams-soft);font-weight:500;margin-bottom:4px}.mytams-stat-value{font-size:24px;font-weight:800;color:var(--mytams-ink);line-height:1;letter-spacing:-.5px;font-variant-numeric:tabular-nums}.mytams-stat-card.red .mytams-stat-value{color:var(--mytams-red)}.mytams-stat-card.green .mytams-stat-value{color:var(--mytams-green)}.mytams-stat-card.blue .mytams-stat-value{color:var(--mytams-blue)}.mytams-health-panel{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;gap:16px}.mytams-health-ring-wrap{position:relative;width:200px;height:200px;flex-shrink:0;align-self:center}.mytams-health-ring{width:200px;height:200px;border-radius:50%}.mytams-health-inner{position:absolute;top:29px;right:29px;bottom:29px;left:29px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:inset 0 2px 8px #1118270f}.mytams-health-pct{font-size:28px;font-weight:800;color:var(--mytams-green);line-height:1;letter-spacing:-.5px;font-variant-numeric:tabular-nums}.mytams-health-pct.warn{color:var(--mytams-red)}.mytams-health-sub{font-size:10px;color:var(--mytams-faint);font-weight:500;letter-spacing:.04em;text-transform:uppercase;margin-top:2px}.mytams-health-legend{width:100%}.mytams-legend-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0;border-bottom:1px solid var(--mytams-line);font-size:13px}.mytams-legend-row:last-child{border-bottom:none}.mytams-legend-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:8px;flex-shrink:0}.mytams-legend-name{display:flex;align-items:center;color:var(--mytams-soft)}.mytams-legend-val{font-weight:700;color:var(--mytams-ink)}.mytams-section{margin-top:14px;margin-bottom:24px}.mytams-section-head{display:flex;align-items:baseline;gap:10px;margin-bottom:8px}.mytams-section-title{font-size:16px;font-weight:700;color:var(--mytams-ink);letter-spacing:-.3px}.mytams-section-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:20px;background:#1118270f;color:var(--mytams-soft)}.mytams-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(172px,1fr));gap:10px}.mytams-card{position:relative;background:var(--mytams-panel);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--mytams-line);border-radius:20px;padding:13px 14px 11px;transition:transform .18s,box-shadow .18s;overflow:hidden}.mytams-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #1118271a}.mytams-card.ok{border-color:#00a92240;background:#6ae48326}.mytams-card.bad{border-color:#e9201540;background:#e920150f}.mytams-card.action{border-color:#2563eb38;background:#eff6ffb8}.mytams-card-status{width:10px;height:10px;border-radius:50%;position:absolute;top:14px;right:14px;background:var(--mytams-faint)}.mytams-card.ok .mytams-card-status{background:var(--mytams-green);box-shadow:0 0 0 3px var(--mytams-green2)}.mytams-card.bad .mytams-card-status{background:var(--mytams-red);box-shadow:0 0 0 3px var(--mytams-red2)}.mytams-card.action .mytams-card-status{background:var(--mytams-blue);box-shadow:0 0 0 3px #2563eb33}.mytams-card-icon{font-size:18px;font-weight:800;margin-bottom:6px;color:var(--mytams-faint)}.mytams-card.ok .mytams-card-icon{color:var(--mytams-green)}.mytams-card.bad .mytams-card-icon{color:var(--mytams-red)}.mytams-card.action .mytams-card-icon{color:var(--mytams-blue)}.mytams-card-value{font-size:26px;font-weight:800;line-height:1;color:var(--mytams-ink);margin-bottom:5px;letter-spacing:-.5px;font-variant-numeric:tabular-nums}.mytams-card.ok .mytams-card-value{color:var(--mytams-green)}.mytams-card.bad .mytams-card-value{color:var(--mytams-red)}.mytams-card.action .mytams-card-value{color:var(--mytams-blue)}.mytams-card-label{font-size:11px;font-weight:500;color:var(--mytams-soft);line-height:1.3}.mytams-sparkline{position:absolute;bottom:0;left:0;right:0;opacity:.12;pointer-events:none}.mytams-analytics{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:14px;margin-bottom:24px}.mytams-chart-title{font-size:14px;font-weight:600;color:var(--mytams-ink);margin-bottom:16px}.mytams-bar-chart{display:flex;align-items:flex-end;gap:16px;height:140px;padding:0 4px}.mytams-bar-col{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1}.mytams-bar-track{width:100%;flex:1;display:flex;align-items:flex-end}.mytams-bar-fill{width:100%;border-radius:6px 6px 0 0;min-height:4px;transition:height .5s ease}.mytams-bar-fill.green{background:var(--mytams-green)}.mytams-bar-fill.red{background:var(--mytams-red)}.mytams-bar-fill.blue{background:var(--mytams-blue)}.mytams-bar-val{font-size:13px;font-weight:700;color:var(--mytams-ink)}.mytams-bar-lbl{font-size:10px;color:var(--mytams-soft);text-align:center;line-height:1.2}.mytams-status-table{width:100%;border-collapse:collapse;font-size:12px}.mytams-status-table th{text-align:left;padding:6px 10px;font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--mytams-faint);border-bottom:1px solid var(--mytams-line)}.mytams-status-table td{padding:7px 10px;border-bottom:1px solid var(--mytams-line);color:var(--mytams-ink);vertical-align:middle}.mytams-status-table tr:last-child td{border-bottom:none}.mytams-status-table tr:hover td{background:#11182706}.mytams-tag{display:inline-block;padding:2px 8px;border-radius:20px;font-size:10px;font-weight:600}.mytams-tag.ok{background:#6ae48359;color:var(--mytams-green)}.mytams-tag.bad{background:#e920151f;color:var(--mytams-red)}.mytams-tag.action{background:#dbeafe99;color:var(--mytams-blue)}.mytams-tag.muted{background:#1118270f;color:var(--mytams-soft)}.mytams-loading{display:flex;align-items:center;justify-content:center;min-height:60vh;flex-direction:column;gap:16px;color:var(--mytams-soft);font-size:14px}.mytams-spinner{width:40px;height:40px;border:3px solid rgba(37,99,235,.15);border-top-color:var(--mytams-blue);border-radius:50%;animation:mytams-spin .8s linear infinite}.mytams-error{display:flex;align-items:center;justify-content:center;min-height:40vh;color:var(--mytams-red);font-size:14px;flex-direction:column;gap:10px}@media (max-width: 1100px){.mytams-hero{grid-template-columns:1fr}.mytams-cards{grid-template-columns:repeat(3,1fr)}.mytams-analytics{grid-template-columns:1fr}}@media (max-width: 700px){.mytams-topbar{margin:8px 12px 0;border-radius:20px}.mytams-page{padding:16px 12px 40px}.mytams-cards{grid-template-columns:repeat(2,1fr)}.mytams-stat-strip{grid-template-columns:1fr}.mytams-bar-chart{gap:8px}}.mytams-tasks-table{width:100%;border-collapse:collapse;font-size:13px}.mytams-tasks-table th{position:sticky;top:0;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:10px 14px;text-align:left;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--mytams-soft);border-bottom:1px solid var(--mytams-line)}.mytams-tasks-table td{padding:10px 14px;border-bottom:1px solid var(--mytams-line);vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.mytams-tasks-table tr:last-child td{border-bottom:none}.mytams-tasks-table tr:hover td{background:#ffffff80}.mytams-task-title-cell{font-weight:500;max-width:320px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mytams-task-badge{display:inline-flex;align-items:center;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:600;white-space:nowrap}.mytams-badge-overdue{background:#e920151a;color:var(--mytams-red)}.mytams-badge-high-priority{background:#e66c371a;color:#e66c37}.mytams-badge-upcoming{background:#00a92214;color:var(--mytams-green)}.mytams-task-link{color:inherit;text-decoration:none;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mytams-task-link:hover{color:var(--mytams-blue);text-decoration:underline}a.mytams-card-link{display:block;text-decoration:none;color:inherit;cursor:pointer}a.mytams-card-link:hover{transform:translateY(-3px);box-shadow:0 12px 32px #1118271f;border-color:#2563eb40}a.mytams-card-link:hover .mytams-card-label{color:var(--mytams-blue)}a.mytams-card-link:after{content:"↗";position:absolute;top:8px;right:10px;font-size:10px;color:var(--mytams-faint);opacity:0;transition:opacity .15s}a.mytams-card-link:hover:after{opacity:1}.mytams-viewing-row{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:6px 10px;background:#2563eb0f;border:1px solid rgba(37,99,235,.15);border-radius:10px}.mytams-viewing-label{font-size:11px;font-weight:600;color:var(--mytams-blue);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.mytams-viewing-select{flex:1;font-family:inherit;font-size:13px;font-weight:500;color:var(--mytams-ink);background:transparent;border:none;outline:none;cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.mytams-action-breakdown{margin-top:12px;border:1px solid var(--mytams-line);border-radius:12px;overflow:hidden;background:#ffffff80;width:100%;align-self:stretch}.mytams-action-row{display:flex;align-items:center;gap:10px;padding:8px 12px;border-bottom:1px solid var(--mytams-line);transition:background .12s}.mytams-action-row:last-child{border-bottom:none}.mytams-action-row:hover{background:#ef44440a}.mytams-action-info{flex:1;min-width:0;text-align:left}.mytams-action-name{display:block;font-size:12px;font-weight:600;color:var(--mytams-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mytams-action-section{display:block;font-size:10px;color:var(--mytams-soft);margin-top:1px}.mytams-action-count{font-size:12px;font-weight:700;color:var(--mytams-red);white-space:nowrap}.mytams-action-link{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:#2563eb14;color:var(--mytams-blue);text-decoration:none;font-size:13px;flex-shrink:0;transition:background .12s}.mytams-action-link:hover{background:#2563eb2e}:root{--purple: #742774;--page: #e7e7e7;--card: #ececec;--link: #1988cc;--line: #cfcfcf;--avatar: #8b69be;--view: #a597be;--control-h: 40px;--control-r: 7px}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI Variable,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.35;background:var(--page);color:#1f1f1f}.page{min-height:100vh}.topbar{height:68px;background:#ffffffeb;border-bottom:1px solid #e5e5e5;backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 20px;position:sticky;top:0;z-index:10}.header-left,.header-right{display:flex;align-items:center;gap:10px;min-width:0}.header-right{margin-left:auto}.new-btn{height:40px;min-width:120px;border-radius:8px;border:0;background:#5c2d91;color:#fff;font-size:13px;font-weight:700;padding:0 16px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:background .15s}.new-btn:hover{background:#4f2680}.new-btn .plus{font-size:20px;line-height:1;transform:translateY(-.5px)}.icon,.filter-btn,.tune-btn,.view-btn{border:0;font-weight:700;cursor:default}.icon{height:var(--control-h);width:34px;border-radius:var(--control-r);background:transparent;color:#fff;font-size:19px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.search-wrap{height:var(--control-h);width:468px;background:#fff;border-radius:var(--control-r);display:inline-flex;align-items:center;padding:0 12px}.search-wrap input{border:0;width:100%;font-size:16px;line-height:1;color:#6e6e6e;background:transparent;padding:0}.search-wrap input:focus{outline:none}.search-icon{font-size:48px;line-height:1;color:#8b4c95;margin-right:8px;transform:translateY(-.5px)}.filter-btn{height:var(--control-h);min-width:118px;border-radius:var(--control-r);background:#127fce;color:#fff;font-size:15px;line-height:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px}.filter-icon{font-size:13px;line-height:1;transform:translateY(-.5px)}.tune-btn{height:var(--control-h);width:var(--control-h);border-radius:var(--control-r);background:#127fce;color:#fff;font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding:20px 24px 28px;background:#f5f5f5;min-height:calc(100vh - 68px)}.column h2{margin:0 0 14px;font-size:16px;font-weight:700;color:#1f1f1f;display:flex;align-items:center;gap:10px}.col-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 3px #0000000a}.col-dot.low-dot{background:#6ae483}.col-dot.med-dot{background:#e1c233}.col-dot.high-dot{background:#e66c37}.col-pill{border-radius:999px;background:#f5f5f5;border:1px solid #e5e5e5;padding:2px 9px;color:#616161;font-size:12px;font-weight:600;margin-left:auto}.cards{display:grid;gap:14px}.scrollable-cards{max-height:none;overflow-y:visible;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(116,39,116,.28) transparent}.scrollable-cards::-webkit-scrollbar{width:8px}.scrollable-cards::-webkit-scrollbar-track{background:transparent}.scrollable-cards::-webkit-scrollbar-thumb{background:#74277438;border-radius:999px;border:2px solid transparent;background-clip:padding-box}.scrollable-cards:hover::-webkit-scrollbar-thumb{background:#74277457}.load-more{font-size:11px;color:#666;text-align:center;padding:6px 0 2px}button,[role=button]{cursor:pointer}button:disabled,[role=button][aria-disabled=true]{cursor:not-allowed}.task-card{background:#fff;border-radius:12px;border:1px solid #e5e5e5;box-shadow:0 1px 2px #00000014,0 4px 12px #0000000f;padding:14px 14px 12px 16px;position:relative;display:flex;flex-direction:column;gap:4px;overflow:hidden;min-height:170px}.task-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#6ae483;border-radius:0;z-index:1}.task-card.task-card-medium:before{background:#e1c233}.task-card.task-card-high:before{background:#e66c37}.task-card:hover{box-shadow:0 2px 6px #0000001a,0 8px 20px #00000017;border-color:#d1d1d1}.task-card.selected{border-color:#5c2d91;box-shadow:0 0 0 2px #5c2d9133}.task-card.menu-open{z-index:35}.card-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.card-top-left{display:inline-flex;align-items:center;gap:10px;min-width:0}.task-select-check{display:inline-flex;align-items:center;margin-right:0;flex:0 0 auto}.task-select-check input{width:12px;height:12px;margin:0;padding:0;display:block;accent-color:#742774;cursor:pointer}.task-link{line-height:1}.task-link{color:var(--link);text-decoration:none;font-size:11px;font-weight:700}.task-link-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;padding:0;cursor:pointer;font:inherit;color:#1f1f1f;font-size:15px;font-weight:700;line-height:1.32;text-decoration:none;display:inline}.task-link-button:hover{text-decoration:underline}.task-link-button:focus-visible{outline:2px solid rgba(116,39,116,.35);outline-offset:3px;border-radius:4px}.status{min-width:auto;text-align:center;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700;letter-spacing:.1px;line-height:1;white-space:nowrap;border:0;box-shadow:none}.status.not-started{background:#e66c37;color:#fff}.status.in-progress{background:#6ae483;color:#1a3a1a}.status.for-review{background:#e1c233;color:#1a2a00}.status.completed{background:#00a922;color:#fff}.status.not-completed{background:#6ae483;color:#1a3a1a}.task-card h3{font-size:14px;font-weight:400;margin:4px 0 0;line-height:1.35;min-height:auto;max-height:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#2f2f2f;cursor:default}.task-card h3[title]:hover{overflow:visible;white-space:normal;background:#fff;position:relative;z-index:5;box-shadow:0 4px 16px #0000001f;border-radius:4px;padding:2px 4px;margin:-2px -4px}.due-row{display:flex;align-items:center;justify-content:space-between;gap:8px;position:relative;margin-top:auto;margin-bottom:0;padding-bottom:6px}.due{margin:0;font-size:12px;color:#616161;font-weight:400}.due.overdue{color:#c50f1f;font-weight:700}.card-sr-line{margin-top:4px;display:grid;gap:2px;font-size:9px;color:#7a6d89}.ellipsis{position:static;font-size:16px;color:#7d388f;letter-spacing:2px;line-height:1}.ellipsis-btn{border:0;background:transparent;color:#7d388f;font-size:18px;letter-spacing:2px;line-height:1;width:30px;height:24px;border-radius:6px;cursor:pointer}.ellipsis-btn:hover{background:#7d388f1f}.task-menu{position:absolute;top:24px;right:-6px;z-index:120;width:248px;max-height:calc(100vh - 48px);overflow-y:auto;background:#fff;border:1px solid #d9d9df;border-radius:2px;box-shadow:0 14px 28px #0003;padding:6px 0}.task-menu.open-up{top:auto;bottom:24px}.task-menu-item{width:100%;border:0;background:transparent;display:flex;align-items:center;gap:10px;padding:10px 14px;color:#4a4a4a;font-size:14px;line-height:1;cursor:pointer;text-align:left}.task-menu-item span:last-child{font-size:14px;line-height:1.15}.task-menu-item:hover{background:#74277414}.task-menu-icon{color:#7d388f;font-size:16px;width:20px;text-align:center;font-family:Segoe MDL2 Assets,Segoe UI Symbol,sans-serif;font-weight:400;line-height:1}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000047;z-index:70;display:grid;place-items:center}.snooze-modal{width:min(1060px,calc(100vw - 40px));max-height:calc(100vh - 40px);background:#fff;border-radius:12px;border:1px solid #ddd5e7;box-shadow:0 16px 32px #0000003d;padding:14px;display:grid;gap:10px;overflow:auto}.new-task-email-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.new-task-email-header-copy{display:grid;gap:6px;min-width:0}.new-task-email-header .new-task-subfield-hint{margin-bottom:0}.snooze-actions-inline{margin-left:auto;flex:0 0 auto;align-self:flex-start}.snooze-layout{display:grid;grid-template-columns:.98fr 1.12fr;gap:12px;align-items:stretch}.popup-save-guard{border:0;padding:0;margin:0;min-width:0}.popup-save-guard:disabled{opacity:.82}.popup-save-guard:disabled *{pointer-events:none}.snooze-main{display:grid;gap:10px;align-content:start}.snooze-side{min-height:0;display:flex;flex-direction:column;align-self:stretch;align-items:stretch;height:100%;width:100%;gap:6px}.snooze-side-title{margin:0 0 6px;font-size:12px;color:#5d4f71;font-weight:700}.snooze-modal h3{margin:0;font-size:18px;color:#742774}.snooze-title{margin:0;font-size:12px;color:#555}.snooze-modal label{display:grid;gap:5px;font-size:12px;color:#5d4f71;font-weight:700}.snooze-modal>label>input[type=text],.snooze-modal>label>input[type=date],.snooze-modal>label>input[type=datetime-local],.snooze-modal>label>textarea{width:100%;border:1px solid #c9bfd8;border-radius:10px;background:linear-gradient(180deg,#fff,#fbf8fd);color:#47365e;padding:9px 12px;font-size:14px;box-sizing:border-box;font-family:Segoe UI,Arial,sans-serif;transition:border-color .15s ease,box-shadow .15s ease}.snooze-modal>label>input[type=text],.snooze-modal>label>input[type=date],.snooze-modal>label>input[type=datetime-local]{min-height:40px}.snooze-modal>label>input[type=text]:focus,.snooze-modal>label>input[type=date]:focus,.snooze-modal>label>input[type=datetime-local]:focus,.snooze-modal>label>textarea:focus{outline:none;border-color:#8a45b3;box-shadow:0 0 0 2px #8a45b324}.snooze-main>label>input[type=text],.snooze-main>label>input[type=date],.snooze-main>label>input[type=datetime-local],.snooze-main>label>textarea{width:100%;border:1px solid #c9bfd8;border-radius:10px;background:linear-gradient(180deg,#fff,#fbf8fd);color:#47365e;padding:9px 12px;font-size:14px;box-sizing:border-box;font-family:Segoe UI,Arial,sans-serif;transition:border-color .15s ease,box-shadow .15s ease}.snooze-main>label>input[type=text],.snooze-main>label>input[type=date],.snooze-main>label>input[type=datetime-local]{min-height:40px}.snooze-main>label>input[type=text]:focus,.snooze-main>label>input[type=date]:focus,.snooze-main>label>input[type=datetime-local]:focus,.snooze-main>label>textarea:focus{outline:none;border-color:#8a45b3;box-shadow:0 0 0 2px #8a45b324}.new-task-email-body-label{display:grid;gap:8px}.new-task-email-body-editor{border:1px solid #c9bfd8;border-radius:12px;background:linear-gradient(180deg,#fff,#fbf8fd);overflow:hidden}.new-task-email-body-editor .rte{border:0;border-radius:0;box-shadow:none;min-width:0}.new-task-email-body-editor .rte-editor-wrap{border-top:1px solid #ece4f3;min-width:0;max-height:420px;overflow:auto}.new-task-email-body-editor .rte-toolbar{flex-wrap:wrap}.new-task-email-cc-bcc-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px 12px;align-items:start}.new-task-email-cc-bcc-row>label{min-width:0}.new-task-email-subject{width:100%;border:1px solid #c9bfd8;border-radius:10px;background:linear-gradient(180deg,#fff,#fbf8fd);color:#47365e;padding:9px 12px;font-size:14px;box-sizing:border-box;font-family:Segoe UI,Arial,sans-serif;transition:border-color .15s ease,box-shadow .15s ease;min-height:40px}.new-task-email-subject:focus{outline:none;border-color:#8a45b3;box-shadow:0 0 0 2px #8a45b324}.reminder-count-row{align-items:start}.reminder-count-row input[type=number]{width:100%;min-height:40px;border:1px solid #c9bfd8;border-radius:10px;background:linear-gradient(180deg,#fff,#fbf8fd);color:#47365e;padding:9px 12px;font-size:14px;box-sizing:border-box;font-family:Segoe UI,Arial,sans-serif;transition:border-color .15s ease,box-shadow .15s ease}.reminder-count-row input[type=number]:focus{outline:none;border-color:#8a45b3;box-shadow:0 0 0 2px #8a45b324}.new-task-reminder-date-month,.new-task-reminder-day-month{display:grid;gap:10px;align-items:start}.new-task-reminder-field{display:grid;gap:6px;min-width:0}.new-task-reminder-date-month{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.new-task-reminder-day-month{grid-template-columns:minmax(0,.85fr) minmax(0,1fr) minmax(0,.85fr)}.new-task-reminder-date-month input[type=number],.new-task-reminder-day-month input[type=number]{width:100%;min-height:40px;border:1px solid #d8cde2;border-radius:10px;background:linear-gradient(180deg,#fff,#fbf8fd);color:#4b3e57;padding:9px 12px;font-size:14px;box-sizing:border-box;font-family:Segoe UI,Arial,sans-serif;transition:border-color .15s ease,box-shadow .15s ease}.new-task-reminder-date-month input[type=number]:focus,.new-task-reminder-day-month input[type=number]:focus{outline:none;border-color:#8a45b3;box-shadow:0 0 0 2px #8a45b324}.new-task-reminder-date-month .MuiAutocomplete-root,.new-task-reminder-day-month .MuiAutocomplete-root{min-width:0}.new-task-reminder-field .MuiAutocomplete-root,.new-task-reminder-field input[type=number]{width:100%}.new-task-reminder-top-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.9fr);gap:14px;align-items:start}.new-task-reminder-top-row>label{margin:0}.new-task-reminder-top-row .reminder-count-row{align-items:start}.reminder-summary-card{padding:12px 14px;border:1px solid #d9cce8;border-radius:12px;background:linear-gradient(180deg,#ffffffe0,#f9f4fdf5);box-shadow:inset 0 1px #ffffffbf;display:grid;gap:8px}.reminder-summary-panel{min-height:0}.reminder-summary-list{display:grid;gap:6px}.reminder-summary-row{display:grid;gap:3px;align-items:start;padding-bottom:2px}.reminder-summary-label{color:#6a5a7d;font-size:12px;font-weight:700}.reminder-summary-value{color:#433255;font-size:12px;line-height:1.4;word-break:break-word}.reminder-summary-note{margin:0;color:#7a6995;font-size:12px;line-height:1.4}.popup-reason-field{display:grid;gap:8px;padding:12px;border:1px solid #d9cce8;border-radius:12px;background:linear-gradient(180deg,#fcfaff,#f8f4fc);box-shadow:inset 0 1px #ffffffb3}.popup-reason-head{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#5d4f71;font-size:12px;font-weight:700}.popup-fav-toggle{display:inline-grid;grid-template-columns:16px auto;align-items:center;column-gap:8px;color:#742774;font-size:12px;font-weight:700;white-space:nowrap;line-height:1;padding:0;flex:0 0 auto}.popup-fav-toggle input[type=checkbox]{width:16px;height:16px;margin:0;accent-color:#742774}.popup-reason-field textarea{width:100%;min-height:92px;resize:vertical;margin:0}.popup-reason-field textarea:focus{outline:none}.new-task-modal{width:min(860px,96vw)}.new-task-screen,.edit-task-screen{padding:0;display:grid;gap:0}.edit-task-topbar{display:grid;grid-template-columns:186px 1fr auto;gap:20px;align-items:stretch;padding:12px 16px;background:#fff;border-bottom:1px solid #e3ddea}.edit-task-status-tile{display:grid;grid-template-rows:30px 30px;row-gap:10px;align-content:start;padding:0;border-radius:0;border:0;background:transparent}.edit-task-percent-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;height:30px}.edit-task-percent-slider{width:100%;accent-color:#8b6bb0;cursor:pointer;align-self:center}.edit-task-percent-value{color:#534069;font-size:12px;font-weight:700}.edit-task-status-label{border-radius:8px;background:#1478cc;color:#fff;font-weight:700;text-align:center;padding:8px 10px;border:0;cursor:pointer;flex:1 1 auto}.edit-task-percent-slider::-webkit-slider-runnable-track{height:6px;background:#d7d1df;border-radius:999px}.edit-task-percent-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;margin-top:-5px;border-radius:50%;background:#8b6bb0;border:2px solid #ffffff;box-shadow:0 1px 3px #0003}.edit-task-percent-slider::-moz-range-track{height:6px;background:#d7d1df;border-radius:999px}.edit-task-percent-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#8b6bb0;border:2px solid #ffffff;box-shadow:0 1px 3px #0003}.edit-task-status-actions{display:grid;grid-template-columns:1fr 34px;gap:8px;align-items:center;width:100%;height:30px}.edit-task-complete-icon-btn{height:30px;width:34px;border:1px solid #d2bfdc;background:#eee;color:#742774;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.edit-task-meta-grid{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:12px}.edit-task-meta-item{display:grid;grid-template-rows:30px 30px;row-gap:10px;align-content:start;justify-items:start}.edit-task-time-item{padding-top:0}.edit-task-time-item .edit-task-meta-label,.edit-task-time-item strong{display:inline-flex;align-items:center;margin:0;height:100%}.edit-task-meta-label{color:#534069;font-weight:700;display:inline-flex;align-items:center;gap:8px;margin:0;height:100%}.edit-task-meta-icon{font-family:Segoe MDL2 Assets,Segoe UI Symbol,sans-serif;color:#742774;font-size:18px;line-height:1}.edit-task-time-label{color:#c50f1f}.edit-task-meta-item strong{display:inline-flex;align-items:center;margin:0;height:100%;color:#2d2140;font-size:14px;font-weight:500}.edit-task-meta-button{border:0;padding:0;background:transparent;text-align:left;cursor:pointer}.edit-task-remaining-text{color:#7d728c!important}.edit-task-overdue-text{color:#c50f1f!important}.edit-task-top-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;min-width:260px}.edit-header-menu-wrap{position:relative}.edit-header-menu-trigger{width:100%;display:inline-flex;align-items:center;justify-content:center}.task-menu.edit-header-menu{top:calc(100% + 8px);right:0;width:230px;z-index:80}.edit-task-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:0;min-height:calc(100vh - 175px)}.edit-task-left{padding:16px 20px;border-right:1px solid #e3ddea;display:flex;flex-direction:column;gap:14px}.edit-task-headline{display:flex;flex-direction:column;gap:8px}.edit-task-title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.edit-task-title-view{margin:0;font-size:26px;font-weight:700;color:#2a1a3c;line-height:40px;background:transparent;border:0}.edit-task-description-block{display:flex;flex-direction:column;gap:8px}.edit-task-description-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.edit-task-details-block{display:flex;flex-direction:column;gap:10px;padding-top:6px}.edit-task-subtasks-block{display:flex;flex-direction:column;gap:10px;padding-top:8px}.edit-subtasks-headbar{align-items:center}.edit-task-subtasks-groups{display:flex;flex-direction:column;gap:10px}.edit-task-subtasks-group{border:1px solid #dfcfe9;border-radius:12px;background:#faf7fc;overflow:hidden}.edit-task-subtasks-group-header{width:100%;border:0;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;background:#f0e7f7;color:#4d2f62;font-weight:700;text-align:left;cursor:pointer}.edit-task-subtasks-group-left{display:inline-flex;align-items:center;gap:8px;min-width:0;flex:1 1 auto}.edit-task-subtasks-group-caret{font-size:14px;color:#6d5188}.edit-task-subtasks-group-right{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}.edit-task-subtasks-count-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:1px solid #d8c4e3;background:#fff;color:#6a4f84;font-size:12px;font-weight:700;white-space:nowrap}.edit-task-subtasks-group-edit-btn,.edit-task-subtasks-group-mini-btn{border:1px solid #d2bfdc;border-radius:8px;background:#fff;color:#742774;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1;font-family:Segoe MDL2 Assets,Segoe UI Symbol,sans-serif}.edit-task-subtasks-group-edit-btn{width:30px;height:30px;font-size:14px}.edit-task-subtasks-group-edit-btn:hover,.edit-task-subtasks-group-mini-btn:hover{background:#f4eef9}.edit-task-subtasks-group-mini-btn{width:28px;height:28px;font-family:Segoe UI,sans-serif;font-size:14px}.edit-task-subtasks-group-input{min-width:160px;max-width:100%;padding:7px 10px;border:1px solid #d2bfdc;border-radius:8px;background:#fff;color:#2a1a3c;font:inherit}.edit-task-subtasks-group-input:focus{outline:none;border-color:#7b4ca0;box-shadow:0 0 0 3px #7b4ca026}.edit-task-subtasks-list{display:flex;flex-direction:column}.edit-task-subtask-row{border:0;border-top:1px solid #eadcf2;background:#fff;color:#3b2a50;padding:10px 12px;display:grid;grid-template-columns:58px 1fr 170px 170px 120px;gap:10px;align-items:center;text-align:left;cursor:pointer}.edit-task-subtask-row:hover{background:#f7f1fb}.edit-task-subtask-id{color:#7a5a95;font-weight:700}.edit-task-subtask-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.edit-task-subtask-owner,.edit-task-subtask-due{color:#6e5d7f;font-size:13px}.edit-task-details-title{margin:0;font-size:26px;font-weight:700;color:#2a1a3c}.edit-task-description-label{font-weight:700;color:#534069}.edit-task-autosave-status{font-size:12px;font-weight:600;color:#7a5a95;white-space:nowrap}.edit-task-autosave-status.error{color:#b42318}.edit-task-title-input{width:100%;border:1px solid #d2bfdc;border-radius:12px;background:#fff;padding:0 12px;height:40px;font-size:26px;line-height:40px;font-weight:700;color:#2a1a3c}.edit-task-title-input:focus{outline:none;border-color:#7b4ca0;box-shadow:0 0 0 3px #7b4ca026}.edit-task-title-edit-btn{width:40px;height:40px;border:1px solid #d2bfdc;border-radius:10px;background:#fff;color:#742774;font-family:Segoe MDL2 Assets,Segoe UI Symbol,sans-serif;font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.edit-task-title-edit-btn:hover{background:#f4eef9}.new-task-topbar{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 20px;background:#fff;border-bottom:1px solid #e3ddea}.new-task-topbar-left{display:grid;gap:8px;text-align:left}.new-task-id-label{color:#9a8daa;font-size:12px}.new-task-id-label-copyable{display:inline-flex;align-items:center;width:fit-content;background:transparent;border:0;padding:0;margin:0;color:#9a8daa;font:inherit;text-align:left;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.new-task-id-label-copyable:hover{color:#7d6d91;text-decoration:underline;text-underline-offset:2px}.new-task-id-label-copyable:focus-visible{outline:2px solid #b99dd8;outline-offset:2px;border-radius:4px}.new-task-topbar-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;min-width:260px}.new-task-topbar h2{margin:0;font-size:38px;color:#4f2f66;font-weight:600}.new-task-pill{border:1px solid #ddd2ea;background:#f4eefb;color:#6f3f91;border-radius:8px;height:40px;padding:0 14px;font-size:14px;font-weight:700}.new-task-pill-save{background:linear-gradient(180deg,#6ea83b,#5b8f2f);color:#fff;border-color:#4f7d29;box-shadow:inset 0 1px #ffffff38,0 3px 8px #44782147}.new-task-pill-close{background:linear-gradient(180deg,#e01919,#c70000);color:#fff;border-color:#a00;box-shadow:inset 0 1px #fff3,0 3px 8px #91000047}.new-task-pill-save:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-1px)}.new-task-pill-close:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-1px)}.new-task-pill-save:active:not(:disabled),.new-task-pill-close:active:not(:disabled){transform:translateY(0);box-shadow:inset 0 1px #ffffff24,0 1px 4px #00000038}.new-task-pill-save:disabled{opacity:.72;cursor:not-allowed}.new-task-section-1{padding:18px 20px;background:#f3f3f6;border-bottom:1px solid #e3ddea}.new-task-row{display:grid;grid-template-columns:210px 1fr;gap:12px;align-items:center;margin-bottom:14px}.new-task-row>span{text-align:left;font-size:15px;color:#57535f;font-weight:600}.new-task-row.new-task-row-no-label{grid-template-columns:1fr}.new-task-row.new-task-row-no-label>span{display:none}.new-task-row>input[type=text],.new-task-row>input[type=date],.new-task-row>input[type=datetime-local],.new-task-row>textarea,.new-task-row>select{width:100%;border:1px solid #c9bfd8;border-radius:8px;background:#fff;color:#47365e;padding:9px 12px;font-size:14px;box-sizing:border-box;font-family:Segoe UI,Arial,sans-serif;transition:border-color .15s ease,box-shadow .15s ease}.new-task-row>input[type=text],.new-task-row>input[type=date],.new-task-row>input[type=datetime-local],.new-task-row>select{min-height:40px}.new-task-row>input[type=text]:focus,.new-task-row>input[type=date]:focus,.new-task-row>input[type=datetime-local]:focus,.new-task-row>textarea:focus,.new-task-row>select:focus{outline:none;border-color:#8a45b3;box-shadow:0 0 0 2px #8a45b324}.new-task-row-desc{align-items:start}.new-task-row-desc textarea{min-height:260px}:is(.new-task-screen,.edit-task-screen,.ntv-wrap,.etv-wrap) .filter-control .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,:is(.new-task-screen,.edit-task-screen,.ntv-wrap,.etv-wrap) .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:#d8cde2}:is(.new-task-screen,.edit-task-screen,.ntv-wrap,.etv-wrap) .filter-control .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,:is(.new-task-screen,.edit-task-screen,.ntv-wrap,.etv-wrap) .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#9a6aa8}:is(.new-task-screen,.edit-task-screen,.ntv-wrap,.etv-wrap) .filter-control .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,:is(.new-task-screen,.edit-task-screen,.ntv-wrap,.etv-wrap) .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#742774;border-width:2px}:is(.new-task-screen,.edit-task-screen,.ntv-wrap,.etv-wrap) .filter-control .MuiOutlinedInput-root,:is(.new-task-screen,.edit-task-screen,.ntv-wrap,.etv-wrap) .MuiAutocomplete-root .MuiOutlinedInput-root{min-height:40px;border-radius:10px;background:linear-gradient(180deg,#fff,#fbf8fd);box-shadow:inset 0 1px #ffffffbf}:is(.new-task-screen,.edit-task-screen,.ntv-wrap,.etv-wrap) .filter-control .MuiInputBase-input,:is(.new-task-screen,.edit-task-screen,.ntv-wrap,.etv-wrap) .MuiAutocomplete-root .MuiInputBase-input{font-size:14px;color:#4b3e57;padding-top:9px;padding-bottom:9px}:is(.new-task-screen,.edit-task-screen,.ntv-wrap,.etv-wrap) .filter-control .MuiAutocomplete-endAdornment,:is(.new-task-screen,.edit-task-screen,.ntv-wrap,.etv-wrap) .MuiAutocomplete-endAdornment{right:8px}:is(.new-task-screen,.edit-task-screen,.ntv-wrap,.etv-wrap) .filter-control .MuiAutocomplete-popupIndicator,:is(.new-task-screen,.edit-task-screen,.ntv-wrap,.etv-wrap) .MuiAutocomplete-popupIndicator{color:#742774}.ntv-wrap .MuiInputBase-root{min-height:34px!important;max-height:34px!important;padding:0 8px!important}.ntv-wrap .MuiInputBase-root.MuiInputBase-multiline{max-height:none!important}.ntv-wrap .MuiInputBase-input{padding:4px!important;font-size:13px!important;height:auto!important}.ntv-wrap .MuiAutocomplete-input{padding:4px 0!important}.ntv-wrap .MuiOutlinedInput-root{border-radius:10px!important;background:linear-gradient(180deg,#fff,#fbf8fd)!important}.ntv-wrap .MuiOutlinedInput-notchedOutline{border-color:#d8cde2!important}.ntv-wrap .MuiAutocomplete-endAdornment{right:4px!important}.new-task-input-error{border-color:#d13438!important;box-shadow:0 0 0 2px #d1343829!important}.new-task-control-error .MuiOutlinedInput-notchedOutline{border-color:#d13438!important}.new-task-section-2{display:grid;grid-template-columns:1fr 1fr;background:#f3f3f6}.new-task-left,.new-task-right{padding:18px 20px}.new-task-left{border-right:1px solid #e3ddea}.new-task-right{display:flex;flex-direction:column;min-height:calc(100vh - 130px);max-height:calc(100vh - 130px)}.new-task-collab-note-row{margin:-4px 0 14px;padding-left:222px;display:flex;align-items:center;gap:8px;justify-content:space-between}.new-task-collab-note-left{display:inline-flex;align-items:center;gap:8px}.new-task-collab-note-row .quick-chips{margin-left:auto}.new-task-collab-icon{width:28px;height:28px;border:none;background:transparent;color:#7d388f;display:inline-flex;align-items:center;justify-content:center;border-radius:6px}.new-task-collab-icon:hover{background:#7d388f1f}.new-task-inline-control{display:flex;align-items:center;gap:8px;width:100%}.new-task-inline-control .filter-control,.new-task-inline-control>input[type=text]{flex:1}.new-task-collab-note{border:none;background:transparent;text-align:left;color:#6f3f91;font-size:14px;padding:0}.contributors-modal{width:min(720px,94vw)}.contributors-overlay{z-index:1200}.task-side-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0e08145c;z-index:60;display:flex;justify-content:flex-end}.task-side-panel{width:min(980px,92vw);height:100vh;overflow:auto;background:#f6f4f8;border-left:1px solid #dacde8;box-shadow:-18px 0 30px #1810243d;padding:12px;box-sizing:border-box}.task-side-panel .new-task-topbar{margin-bottom:8px}.task-side-panel .new-task-topbar-actions .new-task-pill-close{grid-column:2;grid-row:2}.task-side-panel .new-task-section-2{grid-template-columns:1fr}.task-side-panel .new-task-right{display:none!important}.task-side-panel .task-side-fields{margin-bottom:14px}.task-team-modal{width:min(860px,96vw);max-height:86vh;overflow:auto}.task-team-section{margin-top:12px}.task-team-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px}.task-team-title{color:#4f2a6f;font-size:16px;font-weight:800;margin-bottom:4px}.task-team-note{color:#6e5f80;font-size:13px;line-height:1.35;margin-bottom:8px}.contributors-list.task-team-list{max-height:190px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.task-team-row{justify-content:space-between;align-items:center;gap:10px}.task-team-main{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.task-team-texts{display:flex;flex-direction:column;min-width:0}.task-team-texts strong{color:#3f2958;font-size:13px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-team-texts span{color:#87789a;font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-team-delete{margin-left:8px;flex-shrink:0}@media (max-width: 760px){.contributors-list.task-team-list{grid-template-columns:1fr}}.tags-popup-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:4px;border-bottom:1px solid #eee3f4}.tags-popup-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;align-items:start}.tags-popup-search,.tags-popup-new{margin:0;display:flex;flex-direction:column;min-width:0;gap:0}.tags-popup-search>span,.tags-popup-new>span{display:block;margin-bottom:6px;color:#534069;font-weight:700;font-size:12px;letter-spacing:.01em}.tags-popup-search input[type=text],.tags-popup-new input[type=text]{width:100%;box-sizing:border-box;height:var(--control-h);border-radius:10px;border:1px solid #cdbedd;background:linear-gradient(180deg,#fff,#fbf8fd);box-shadow:inset 0 1px #ffffffbf;color:#4b3e57;font-size:14px;padding:0 12px}.tags-popup-search input[type=text]::placeholder,.tags-popup-new input[type=text]::placeholder{color:#9a8fac}.tags-popup-search input[type=text]:focus,.tags-popup-new input[type=text]:focus{outline:none;border-color:#8b4ca0;box-shadow:0 0 0 2px #8b4ca01f,inset 0 1px #ffffffbf}.contributors-list{border:1px solid #d8cde2;border-radius:10px;background:#fff;max-height:260px;overflow:auto;padding:8px;display:grid;gap:8px}.contributors-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #ece3f3;border-radius:8px;padding:8px 10px;color:#4b3e57;font-size:13px}.contributors-empty{color:#9588a4;font-size:13px}.tags-row{align-items:center;gap:12px}.tags-row-select{display:flex;align-items:center;justify-content:center;width:28px;min-width:28px}.tags-row-edit{display:flex;align-items:center;flex:1}.tags-row-edit input[type=text]{flex:1;min-height:34px;margin:0}.tags-row-edit input[type=text][readonly]{background:#fff;border-color:transparent;box-shadow:none;color:#4f3c61;font-weight:600;padding-left:0}.tags-row-edit input[type=text][readonly]:focus{outline:none}.tags-row-select input[type=checkbox]{width:18px;height:18px;margin:0}.tags-popup-new .new-task-inline-control{align-items:stretch}.tags-popup-new .snooze-save{min-width:74px;height:var(--control-h);border-radius:12px;padding:0 14px;font-size:15px;font-weight:700}.tags-popup-search input[type=text]{margin-top:1px}.new-task-due-grid{display:grid;grid-template-columns:minmax(220px,1fr) 86px 86px;gap:10px}.new-task-due-grid>input[type=date],.new-task-due-grid>select{width:100%;min-height:40px;border:1px solid #d8cde2;border-radius:10px;background:linear-gradient(180deg,#fff,#fbf8fd);color:#4b3e57;font-size:14px;padding:9px 12px;box-sizing:border-box;font-family:Segoe UI,Arial,sans-serif;transition:border-color .15s ease,box-shadow .15s ease}.new-task-due-grid>input[type=date]:hover,.new-task-due-grid>select:hover{border-color:#9a6aa8}.new-task-due-grid>input[type=date]:focus,.new-task-due-grid>select:focus{outline:none;border-color:#742774;box-shadow:0 0 0 2px #74277424}.new-task-snooze-panel{margin:-4px 0 10px;padding:8px 0 2px 222px;position:relative;background:transparent;border-radius:8px}.new-task-snooze-clear-row{margin-top:2px}.new-task-snooze-panel:before{content:"";position:absolute;left:222px;top:0;right:0;bottom:0;border:1px solid #e3d5f0;border-radius:12px;background:linear-gradient(180deg,#fff,#faf6ff);box-shadow:0 6px 16px #542b751a;pointer-events:none;z-index:0}.new-task-snooze-panel.is-inline:before{border:1px solid #e4d8f1;background:#faf7fd;box-shadow:none}.new-task-snooze-panel.is-split:before{border:1px solid #e3d5f0;background:linear-gradient(180deg,#fff,#faf6ff);box-shadow:0 6px 16px #542b751a}.new-task-snooze-panel>*{position:relative;z-index:1}.new-task-snooze-panel>.new-task-row,.new-task-snooze-panel>.new-task-snooze-clear-row{margin-left:10px;margin-right:10px}.new-task-reminder-panel{margin:-4px 0 10px;padding:8px 0 2px 222px;position:relative;background:transparent;border-radius:8px;overflow:visible}.new-task-reminder-panel:before{content:"";position:absolute;left:222px;top:0;right:0;bottom:0;border:1px solid #e3d5f0;border-radius:12px;background:linear-gradient(180deg,#fff,#faf6ff);box-shadow:0 6px 16px #542b751a;pointer-events:none;z-index:0}.new-task-reminder-panel>*{position:relative;z-index:1}.new-task-reminder-panel>.new-task-row,.new-task-reminder-panel>.new-task-snooze-clear-row{margin-left:10px;margin-right:10px}.new-task-reminder-panel .MuiAutocomplete-popperDisablePortal{z-index:40}.new-task-subfield-label{font-size:12px;font-weight:700;color:#5d4b70;margin:0 0 6px}.new-task-subfield-hint{font-size:11px;color:#7a6995;margin:-2px 0 8px;line-height:1.35}.new-task-comments-panel h3{margin:0;text-align:left;color:#4f2f66}.new-task-comments-headbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 10px;padding-top:3px}.new-task-comments-head-actions{display:inline-flex;align-items:center}.new-task-comments-search{height:30px;min-width:170px;border:1px solid #d4cadf;background:#f7f3fb;color:#5f4f6b;border-radius:999px;padding:0 12px;font-size:12px;font-weight:600;margin-right:7px}.new-task-comments-search:focus{outline:none;border-color:#7b2a85;box-shadow:0 0 0 2px #7b2a8529;background:#fff}.new-task-comments-panel{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.new-task-comments-empty{background:#ecebf0;border:1px solid #ddd5e7;padding:14px;color:#9a95a3;text-align:left;border-radius:8px;flex:1 1 auto;min-height:0;overflow:auto}.new-task-comments-list{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-height:0;overflow-y:scroll;overflow-x:hidden;padding-right:6px;padding-bottom:10px;scrollbar-gutter:stable}.edit-task-comments-panel .new-task-comments-list{flex:0 0 auto;overflow:visible}.new-task-comment-item{border:1px solid #d9d1e5;background:#fbfaff;border-radius:12px;overflow:hidden;text-align:left;box-shadow:0 1px #4a306708;flex:0 0 auto}.new-task-comment-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:9px 12px;background:#f2edf8;border-bottom:1px solid #e5dff0}.new-task-comment-head-toggle{cursor:pointer;-webkit-user-select:none;user-select:none}.new-task-comment-head-toggle:hover{background:#ece4f6}.new-task-comment-head-left{display:inline-flex;align-items:center;gap:8px;min-width:0;flex:1 1 auto}.new-task-comment-user{color:#4a2f65;font-size:13px;letter-spacing:.01em;font-weight:700;text-align:left}.new-task-comment-head time{color:#7f768f;font-size:12px;white-space:nowrap;font-weight:500}.new-task-comment-meta{display:inline-flex;align-items:center;gap:8px}.new-task-comment-open{width:24px;height:24px;border:1px solid #d7cde4;border-radius:7px;background:#fff;color:#6f5b86;font-size:12px;line-height:1}.new-task-comment-open:hover{background:#f3ecfa;border-color:#bfa5dc}.new-task-comment-chevron{color:#6f5b86;font-size:12px;line-height:1}.new-task-comment-info{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid rgba(191,165,220,.85);border-radius:999px;background:#ffffffeb;color:#7a3895;margin-right:8px;padding:0;cursor:help;flex:0 0 auto}.new-task-comment-info:hover{background:#f5ecfb;border-color:#a87ccf}.new-task-comment-info svg{width:14px;height:14px}.tams-comment-tooltip{max-width:420px;padding:10px 12px;border-radius:14px;background:linear-gradient(180deg,#7a3895fa,#5e297bfa);border:1px solid rgba(255,255,255,.2);box-shadow:0 18px 36px #37185440;color:#fff;font-size:13px;line-height:1.45;letter-spacing:.01em;white-space:pre-wrap}.tams-comment-tooltip-arrow{color:#7a3895fa}.new-task-comment-body{color:#2c2638;font-size:14px;line-height:1.5;word-break:break-word;background:#fff;padding:11px 12px 12px;height:100%;overflow:auto}.new-task-comment-body p{margin:0 0 6px}.new-task-comment-body p:last-child{margin-bottom:0}.new-task-comment-body ul,.new-task-comment-body ol{margin:4px 0 6px 18px;padding:0}.new-task-comment-body img{max-width:180px;max-height:120px;border-radius:8px;border:1px solid #d8cfe5}.new-task-comment-editor{margin-top:auto;padding-top:14px;flex:0 0 auto}.new-task-comment-fullscreen{position:fixed;top:12px;right:24px;bottom:12px;left:12px;z-index:95;background:#fff;border:1px solid #d8cde2;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 18px 36px #00000047}.new-task-comment-fullscreen-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#f2edf8;border-bottom:1px solid #e5dff0;color:#4a2f65}.new-task-comment-fullscreen-meta{display:inline-flex;align-items:center;gap:10px;color:#7f768f;font-size:13px}.new-task-comment-fullscreen-body{flex:1 1 auto;min-height:0;overflow:auto;padding:16px;color:#2c2638;font-size:15px;line-height:1.55}.rte{width:100%;border:1px solid #cfc3de;border-radius:10px;background:#fff;overflow:hidden}.rte-fullscreen-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;background:#231b2c85;display:flex;align-items:center;justify-content:center}.rte-fullscreen{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:72vw;height:82vh;max-width:1400px;z-index:1301;border-radius:16px;box-shadow:0 24px 64px #0000005c;overflow:hidden;box-sizing:border-box;display:flex;flex-direction:column}.rte-fullscreen .rte-toolbar{margin-left:12px;margin-right:12px;padding-right:8px}.rte-fullscreen .rte-editor-wrap{margin-left:12px;margin-right:12px;flex:1;min-height:0;display:flex;flex-direction:column}.rte-fullscreen .rte-attachments-strip{margin-left:12px;margin-right:12px}.rte-fullscreen .rte-editor-wrap .tiptap{padding-right:16px;flex:1;height:100%;overflow-y:auto}.rte-toolbar{display:flex;flex-wrap:wrap;gap:6px;padding:8px;border-bottom:1px solid #e4d9ee;background:#faf7fd}.rte-sep{width:1px;height:22px;background:#d8cde2;margin:0 2px}.rte-toolbar-spacer{flex:1}.rte-toolbar button{border:1px solid #d4c5e2;background:#fff;color:#5f3f7f;border-radius:7px;font-size:12px;font-weight:600;padding:4px 8px}.rte-toolbar button:hover{border-color:#9156ad;background:#f6effc}.rte-toolbar button.active{border-color:#7d388f;background:#efe3f8;color:#5c2b77}.rte-color-input{width:28px;height:28px;border:1px solid #d4c5e2;border-radius:7px;background:#fff;padding:2px}.rte-format-select{border:1px solid #d4c5e2;background:#fff;color:#5f3f7f;border-radius:7px;font-size:12px;font-weight:600;padding:4px 8px;min-width:72px}.rte-color-menu{position:relative}.rte-color-btn{list-style:none;border:1px solid #d4c5e2;background:#fff;color:#5f3f7f;border-radius:7px;font-size:12px;font-weight:700;padding:4px 7px;min-height:28px;display:inline-flex;align-items:center;gap:5px}.rte-color-btn:hover{border-color:#9156ad;background:#f6effc}.rte-color-icon{line-height:1}.rte-color-caret{font-size:10px;opacity:.75}.rte-color-swatch{width:12px;height:12px;border-radius:3px;border:1px solid rgba(0,0,0,.2)}.rte-color-pop{position:absolute;top:calc(100% + 6px);left:0;z-index:30;background:#fff;border:1px solid #d8cde2;border-radius:8px;box-shadow:0 8px 16px #00000026;padding:6px}.rte-color-section{margin-bottom:8px}.rte-color-section-title{font-size:11px;font-weight:700;color:#6f5b86;margin:0 0 6px 2px;text-transform:uppercase;letter-spacing:.04em}.rte-recent-color-row{display:flex;flex-wrap:wrap;gap:6px;align-items:center;min-height:26px}.rte-recent-color-swatch{width:22px;height:22px;border-radius:999px;border:1px solid rgba(63,53,80,.22);box-shadow:inset 0 0 0 1px #ffffff59;padding:0;cursor:pointer;flex:0 0 auto;outline:none;transition:transform .12s ease,box-shadow .15s ease,border-color .15s ease}.rte-recent-color-swatch:hover{transform:translateY(-1px);border-color:#9156ad}.rte-recent-color-swatch.active{box-shadow:0 0 0 2px #72277440,inset 0 0 0 1px #fff9;border-color:#742774}.rte-color-empty{font-size:12px;color:#8d839d;padding:2px 0}.rte-color-pop .w-color-compact{box-shadow:none!important}.rte-color-pop-advanced{margin-top:8px}.rte-color-pop-advanced .w-color-sketch{box-shadow:none!important;border:1px solid #e3d7ef!important;border-radius:8px!important}.rte-editor{padding:10px 12px;font-size:14px;color:#3f3550;outline:none;white-space:pre-wrap}.rte-editor-wrap{min-height:120px;position:relative;resize:vertical;overflow:auto;max-height:80vh}.rte-fullscreen .rte-editor-wrap{resize:none;max-height:none}.rte-editor-wrap .tiptap{min-height:inherit;height:100%;display:block;padding:10px 12px;font-size:14px;color:#3f3550;outline:none;cursor:text}.rte-editor-wrap .tiptap p{margin:0 0 10px}.rte-editor-wrap .tiptap p:last-child{margin-bottom:0}.rte-editor-wrap .tiptap:focus{outline:none}.rte-editor-wrap .tiptap a{color:#0b79d0;text-decoration:underline}.rte-mention-menu{position:absolute;z-index:12;min-width:250px;max-width:340px;background:#fff;border:1px solid #d8cde2;border-radius:10px;box-shadow:0 10px 24px #35114c38;padding:6px;display:grid;gap:4px}.rte-mention-item{width:100%;border:0;border-radius:8px;background:transparent;color:#4b3e57;text-align:left;padding:7px 9px;display:grid;gap:2px}.rte-mention-item:hover,.rte-mention-item.active{background:#f3eaf8}.rte-mention-item-main{font-size:13px;font-weight:700;line-height:1.15}.rte-mention-item-sub{font-size:11px;color:#7a6b89;line-height:1.15}.rte-editor-wrap .tiptap img{max-width:100%;max-height:180px;width:auto;height:auto;object-fit:contain;border-radius:8px}.rte-editor-wrap .tiptap .rte-inline-image,.rte-editor-wrap .tiptap .rte-inline-image-link{position:relative;display:inline-flex;align-items:flex-start;vertical-align:top;width:fit-content;max-width:100%;margin:8px 0;line-height:1;text-decoration:none}.rte-editor-wrap .tiptap .rte-inline-image img,.rte-editor-wrap .tiptap .rte-inline-image-link img{display:block;max-width:100%;max-height:180px;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 1px 6px #00000029;cursor:pointer}.rte-editor-wrap .tiptap img{cursor:pointer!important}.rte-editor-wrap .tiptap .rte-image-open{position:absolute;top:6px;right:6px;width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;background:#222222d1;border:1px solid rgba(255,255,255,.5);opacity:.92;z-index:2;transition:transform .12s ease,opacity .12s ease}.rte-editor-wrap .tiptap .rte-inline-image:hover .rte-image-open,.rte-editor-wrap .tiptap .rte-inline-image:focus-within .rte-image-open{opacity:1;transform:scale(1.05)}.rte-editor-wrap .tiptap .rte-inline-image-link:after{content:"↗";position:static;margin-left:8px;width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#222222d1;border:1px solid rgba(255,255,255,.5);font-size:16px;line-height:1;z-index:2;pointer-events:none;opacity:1;box-shadow:0 1px 4px #0003;flex:0 0 28px}.rte-editor-wrap .tiptap .rte-inline-image-link:hover:after{transform:scale(1.06)}.rte-attachments-strip{margin-top:8px;position:relative}.rte-attachments-btn{border:1px solid #d0c3dc;background:#fff;color:#5c3d72;border-radius:8px;font-size:12px;padding:6px 10px;display:inline-flex;align-items:center;gap:6px}.rte-attachments-btn.active{background:#f3ecf8;border-color:#b99ad2}.rte-attachments-list{margin-top:8px;border:1px solid #ddd3e8;border-radius:10px;background:#fff;box-shadow:0 6px 18px #38244924;max-height:180px;overflow:auto}.rte-attachments-empty{padding:10px 12px;font-size:12px;color:#8a7a9b}.rte-attachment-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;font-size:12px;border-top:1px solid #f0e9f6}.rte-attachment-item:first-child{border-top:0}.rte-attachment-item:hover{background:#f7f2fb}.rte-attachment-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#3f2a53;min-width:0;flex:1}.rte-attachment-link span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rte-attachment-kind{width:16px;text-align:center;flex:0 0 16px}.rte-attachment-delete{border:1px solid #e8d8f5;background:#fff;color:#7a4aa0;border-radius:8px;width:28px;height:28px;line-height:1;display:inline-flex;align-items:center;justify-content:center;padding:0}.rte-attachment-delete:hover{background:#fbf5ff}.rte-delete-copy{margin:4px 0 8px;color:#5c4d6b;font-size:13px}.rte-delete-file{margin:0 0 10px;font-size:13px;color:#352248;font-weight:600;word-break:break-word}.rte-editor-wrap .tiptap ul[data-type=taskList]{list-style:none;padding-left:0;margin:6px 0}.rte-editor-wrap .tiptap ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:6px}.rte-editor-wrap .tiptap ul[data-type=taskList] li>label{margin:1px 0 0;display:inline-flex;align-items:center;width:18px;min-width:18px;justify-content:center}.rte-editor-wrap .tiptap ul[data-type=taskList] li>div{flex:1}.rte-editor-wrap .tiptap ul[data-type=taskList] li>div>p{margin:0}.rte-editor-wrap .tiptap ul[data-type=taskList] li>div>ul[data-type=taskList] li{gap:6px}.rte-editor-wrap .tiptap ul[data-type=taskList] li>label>input[type=checkbox]{width:16px;height:16px;min-width:16px;min-height:16px;margin:0;padding:0;box-sizing:border-box;accent-color:#6f3f91}.rte-editor-wrap .tiptap ul[data-type=taskList] li>div>ul[data-type=taskList]{margin:0 0 0 6px;padding-left:0}.rte-editor-wrap .tiptap table{border-collapse:collapse;table-layout:fixed;width:100%;margin:8px 0;overflow:hidden}.rte-editor-wrap .tiptap td,.rte-editor-wrap .tiptap th{border:1px solid #d7cade;padding:6px 8px;vertical-align:top}.rte-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;background:#0000004d;display:grid;place-items:center}.rte-dialog{width:min(520px,94vw);background:#fff;border:1px solid #d9cde8;border-radius:10px;box-shadow:0 16px 34px #00000038;padding:12px;display:grid;gap:12px}.rte-dialog-header{display:flex;align-items:center;justify-content:space-between}.rte-dialog-header h4{margin:0;color:#4f2f66;font-size:22px}.rte-dialog-close{border:none;background:transparent;color:#7d388f;font-size:18px;width:30px;height:30px;border-radius:6px}.rte-dialog-close:hover{background:#7d388f1f}.rte-dialog-field{display:grid;gap:6px}.rte-dialog-field>span{color:#5a4d69;font-weight:600;font-size:14px}.rte-dialog-field input,.rte-dialog-field select{width:100%;min-height:40px;border:1px solid #d8cde2;border-radius:8px;background:#fff;color:#3f3550;font-size:14px;padding:8px 10px;box-sizing:border-box}.rte-dialog-grid{display:grid;grid-template-columns:120px 1fr;gap:10px}.rte-dialog-actions{display:flex;justify-content:flex-end;gap:8px}.rte-dialog-error{color:#b42318;font-size:13px;font-weight:600}.rte-inline-error{margin-top:8px;padding:10px 12px;border-radius:10px;border:1px solid #f2b8b5;background:linear-gradient(180deg,#fff6f5,#ffeceb);color:#9f1c1c;font-size:12px;font-weight:700;box-shadow:0 8px 20px #8c18181f;display:flex;align-items:center;justify-content:space-between;gap:10px}.rte-inline-error-close{border:1px solid #e8b7b3;background:#fff;color:#9f1c1c;border-radius:6px;width:22px;height:22px;line-height:1;display:inline-flex;align-items:center;justify-content:center;padding:0}.rte-file-row{display:flex;align-items:center;gap:10px}.rte-file-name{color:#5a4d69;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rte-dialog-ok,.rte-dialog-cancel{border:1px solid #d6cade;border-radius:8px;padding:8px 14px;font-weight:700}.rte-dialog-ok{background:linear-gradient(180deg,#16974d,#107a3d);color:#fff;border-color:#107a3d}.rte-dialog-ok.rte-dialog-danger{background:linear-gradient(180deg,#df3f3f,#c62828);border-color:#b71c1c}.rte-dialog-ok:disabled{opacity:.5}.rte-editor-wrap .tiptap.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#9c90aa;float:left;height:0;pointer-events:none}.rte.new-task-input-error{border-color:#be1b37;box-shadow:0 0 0 2px #be1b371a}.new-task-comment-actions{margin-top:10px;display:flex;justify-content:flex-end;gap:10px}.new-task-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;align-items:start}.new-task-col-2{grid-column:span 2}.new-task-modal .MuiAutocomplete-root{width:100%}.snooze-presets{display:grid;grid-template-columns:1fr 1fr;gap:8px}.snooze-preset-btn{height:32px;border:1px solid #d8c9e6;background:#fff;color:#6d5b83;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer}.snooze-preset-btn.active{border-color:#742774;background:linear-gradient(180deg,#8a45b3,#742774);color:#fff}.snooze-favorites{min-height:180px;max-height:300px;overflow:auto;border:1px solid #d9cce8;border-radius:12px;background:linear-gradient(180deg,#fcfaff,#f7f1fb);padding:8px;display:flex;flex-direction:column;flex-wrap:nowrap;gap:8px}.snooze-fav-chip{width:100%;max-width:none;border:1px solid #d6c9e4;background:linear-gradient(180deg,#fff,#fbf8fd);color:#6d5b83;border-radius:10px;padding:9px 12px;font-size:12px;font-weight:700;cursor:pointer;white-space:normal;overflow-wrap:anywhere;text-align:left}.snooze-fav-chip:hover{border-color:#742774;color:#742774}.snooze-fav-row{display:grid;grid-template-columns:1fr 28px;gap:8px;align-items:center}.snooze-fav-delete{width:28px;height:28px;border:1px solid #d6c9e4;border-radius:10px;background:linear-gradient(180deg,#fff,#fbf8fd);color:#8f7aa7;font-size:16px;line-height:1;cursor:pointer}.snooze-fav-delete:hover{border-color:#b14f67;color:#b14f67;background:#fff5f7}.snooze-fav-empty{font-size:11px;color:#8d839d}.snooze-side-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:10px;align-items:stretch;width:100%;height:100%;min-height:100%}.snooze-side-stack{min-width:0;display:flex;flex-direction:column;gap:10px;min-height:0;height:100%}.snooze-side-stack>.snooze-side-panel:first-child{flex:1 1 auto}.snooze-side-panel{min-width:0;display:flex;flex-direction:column;gap:8px;min-height:0;height:100%;padding:10px;border:1px solid #d9cce8;border-radius:12px;background:linear-gradient(180deg,#fcfaff,#f7f1fb);box-sizing:border-box}.snooze-side-stack>.reminder-summary-card{flex:0 0 auto}.snooze-panel-list{min-height:0;flex:1 1 auto;height:100%;align-self:stretch;max-height:none;overflow:auto;border:0;border-radius:0;background:transparent;padding:0}.snooze-reminder-row{display:grid;grid-template-columns:minmax(0,1fr) 28px;gap:8px;align-items:start;padding:10px 10px 10px 12px;border:1px solid #d6c9e4;border-radius:12px;background:linear-gradient(180deg,#fff,#fbf8fd)}.snooze-reminder-copy{min-width:0;display:grid;gap:2px}.snooze-reminder-date{color:#4a315f;font-size:13px;font-weight:800}.snooze-reminder-reason{color:#5f556f;font-size:12px;line-height:1.35}.snooze-reminder-by{color:#8b7d99;font-size:11px;line-height:1.2}.audit-modal{width:min(880px,96vw)}.audit-subtasks-toggle{display:inline-flex!important;align-items:center;gap:8px;font-size:12px}.audit-subtasks-toggle input{width:14px;height:14px}.audit-tools-row{display:flex;align-items:center;gap:8px;margin:10px 0 8px}.audit-head-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.audit-head-left{min-width:0}.audit-head-right{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:360px}.audit-filter-count{min-width:18px;height:18px;border-radius:999px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;background:#ffffff38;color:currentColor;line-height:1}.audit-search{flex:1;min-height:36px;border:1px solid #d6c9e5;border-radius:10px;padding:0 12px;font-size:14px;color:#4f3f63;background:#fff}.audit-filter-panel{border:1px solid #d8cbe8;background:#faf8fd;border-radius:10px;padding:10px;margin:6px 0 10px;display:grid;gap:10px}.audit-filter-modal{width:min(900px,96vw)}.audit-filter-body{display:flex;flex-direction:column;gap:16px;padding:16px 24px 88px;overflow-y:auto;max-height:70vh}.audit-filter-grid{display:grid;grid-template-columns:1fr;gap:10px}.audit-filter-field{display:grid;gap:4px;margin:0!important}.audit-filter-field>span{color:#5d4d73;font-size:12px;font-weight:700}.audit-filter-field>input{min-height:34px;border:1px solid #d6c9e5;border-radius:9px;padding:0 10px;font-size:13px;background:#fff;color:#4f3f63}.audit-filter-chips{row-gap:8px;flex-wrap:wrap;width:100%}.audit-filter-actions{display:flex;justify-content:flex-end}.audit-list{flex:1;overflow-y:auto;padding:16px 20px 88px;display:flex;flex-direction:column;align-items:stretch;gap:8px;min-height:200px;max-height:480px}.audit-item{border-left:3px solid #c4b5fd;border-radius:0 10px 10px 0;background:#faf8ff;padding:10px 14px;display:flex;flex-direction:column;gap:5px;transition:background .12s}.audit-item:hover{background:#f3eeff}.audit-item-header{display:flex;align-items:center;gap:8px}.audit-item-action{font-size:11px;color:#6d28d9;font-weight:700;background:#ede9fe;border:1px solid #ddd6fe;border-radius:999px;padding:2px 10px;letter-spacing:.02em;text-transform:uppercase}.audit-item-subtask-badge{font-size:10px;color:#7c3aed;background:#f3e8ff;border:1px solid #e9d5ff;border-radius:999px;padding:2px 8px;font-weight:600}.audit-item-title{margin:0;font-size:13px;color:#374151;line-height:1.5}.audit-item-footer{display:flex;flex-direction:column;gap:1px}.audit-item-who{font-size:11px;color:#6b7280;font-weight:500}.audit-item-date{font-size:11px;color:#9ca3af}.audit-empty{font-size:13px;color:#9ca3af;text-align:center;padding:24px 0}@media (max-width: 760px){.audit-head-row{flex-direction:column}.audit-head-right{min-width:0;width:100%}.audit-filter-grid,.snooze-layout,.snooze-side-grid{grid-template-columns:1fr}.snooze-favorites{min-height:90px;max-height:160px}}.snooze-actions{display:flex;justify-content:flex-end;gap:8px}.snooze-cancel,.snooze-save{height:34px;border-radius:9px;border:1px solid #c6bfd0;padding:0 12px;font-weight:700;cursor:pointer}.snooze-cancel{background:#fff;color:#6f667a}.snooze-save{background:linear-gradient(180deg,#8a45b3,#742774);border-color:#6a2268;color:#fff}.divider{margin:0;padding:0;height:0;border:none;display:none}.card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e5e5e5;padding-top:8px;padding-bottom:4px;margin-top:0;min-height:32px}.owner-block{display:flex;align-items:center;gap:8px;min-width:0}.avatar{width:28px;height:28px;border-radius:50%;background:radial-gradient(circle at 30% 25%,#a88ad6 0%,var(--avatar) 70%);color:#fff;font-size:10px;font-weight:700;letter-spacing:.2px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid rgba(255,255,255,.55);box-shadow:0 2px 6px #40185c33;overflow:hidden}.avatar-photo{width:100%;height:100%;object-fit:cover;display:block}.avatar.avatar-sm{width:24px;height:24px;font-size:9px}.edit-task-person-line{display:inline-flex!important;align-items:center!important;gap:8px}.owner-name{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.footer-right{display:flex;align-items:center;gap:8px}.checklist{font-size:10px;color:#606060}.subtask-progress{font-size:10px;color:#666;font-weight:700;min-width:28px;text-align:right}.subtask-progress-button{border:0;background:transparent;padding:0;cursor:pointer;line-height:1}.subtask-progress-button:hover{color:#4f2f66;text-decoration:underline;text-underline-offset:2px}.subtask-progress.complete{color:#1f8f4d}.hierarchy-indicator{color:#8f82a1;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px}.hierarchy-indicator-button{border:0;background:transparent;padding:0;cursor:pointer;line-height:1}.hierarchy-indicator-button:disabled{cursor:default;opacity:.9}.hierarchy-indicator-button:not(:disabled):hover{color:#4f2f66}.hierarchy-indicator svg{width:14px;height:14px;fill:currentColor;display:block}.hierarchy-indicator.parent{color:#7f6a95}.hierarchy-indicator.subtask{color:#9b8aad;opacity:.9}.hierarchy-indicator.complete{color:#37bb6d}.view-btn{height:28px;border-radius:7px;border:1px solid #d1d1d1;background:#fff;padding:0 11px;color:#115ea3;font-weight:700;font-size:12px;cursor:pointer}.view-btn:hover{background:#f5f5f5}.version{position:fixed;right:10px;bottom:10px;font-size:12px;color:#fff;font-weight:700;background:#787878b3;padding:2px 8px}@media (max-width: 1600px){.board{grid-template-columns:1fr}.topbar{flex-wrap:wrap;height:auto;padding:10px}.header-right{width:100%}.search-wrap{flex:1;width:auto}}@media (max-width: 1366px){.topbar-modern{position:sticky;top:0;z-index:30;display:flex;flex-direction:column;flex-wrap:nowrap;height:auto;padding:8px 10px;gap:8px;align-items:stretch}.modern-left,.modern-right{width:100%;flex-wrap:wrap;gap:8px}.modern-right{justify-content:flex-end}.debug-header-actions{display:none}.modern-search{flex:1 1 260px;min-width:0;max-width:340px;width:100%}.new-task-topbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px 14px;padding:12px 14px}.new-task-topbar-left{gap:4px;align-self:start}.new-task-topbar h2{font-size:clamp(22px,3vw,30px);line-height:1.1}.new-task-topbar-actions{width:auto;min-width:0;grid-template-columns:repeat(2,max-content);gap:8px;justify-content:end;justify-items:end;align-self:start}.new-task-debug-btn{display:none}.new-task-pill{height:36px;min-width:156px;padding:0 12px;font-size:12px}.new-task-section-1{padding:14px}.new-task-section-2{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr)}.new-task-section-2-comments-open{grid-template-columns:0 minmax(0,1fr)}.new-task-section-2-comments-open .new-task-left{display:none}.new-task-section-2-comments-open .new-task-right{grid-column:1 / -1}.edit-task-main-comments-open{overflow:hidden}.edit-task-main-comments-open .edit-task-left{display:none}.edit-task-main-comments-open .edit-task-comments-panel{grid-column:auto}.edit-task-screen .edit-task-headline{width:calc(100% - 40px);max-width:calc(100% - 40px);box-sizing:border-box}.new-task-left,.new-task-right{padding:14px}.new-task-right{min-height:0;max-height:none;gap:12px}.edit-task-screen{display:flex;flex-direction:column;overflow:hidden;height:calc(100svh - 70px)}.edit-task-main{display:block;position:relative;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.edit-task-topbar{display:block;width:100%;flex:0 0 auto}.edit-task-topbar-tablet{display:flex;flex-direction:column;gap:8px;width:100%}.edit-task-topbar-tablet-primary{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.9fr);gap:12px;align-items:stretch;width:100%}.edit-task-topbar-tablet-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,.78fr);gap:10px;min-width:0;align-items:stretch}.edit-task-top-actions-tablet{display:grid;min-width:0;align-self:stretch;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(40px,auto);gap:10px}.edit-task-top-actions-tablet .new-task-pill{min-height:40px;width:100%}.edit-task-tablet-time-item{min-width:0;align-self:stretch;padding-top:0;padding-left:0}.edit-task-tablet-time-item .edit-task-meta-label,.edit-task-tablet-time-item strong{min-width:0;width:100%}.edit-task-topbar-tablet-primary .edit-task-status-tile .edit-task-status-actions{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;height:auto;flex-wrap:nowrap}.edit-task-topbar-tablet-primary .edit-task-status-tile .edit-task-status-label{min-width:0;flex:1 1 auto}.edit-task-topbar-tablet-primary .edit-task-status-tile .edit-task-complete-icon-btn{width:34px;flex:0 0 34px}.edit-task-tablet-details-toggle{width:100%;border:1px solid rgba(116,39,116,.22);background:linear-gradient(180deg,#fffffffa,#f5effbfa);border-radius:999px 999px 10px 10px;color:#5c2f77;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;font-weight:800;box-shadow:0 4px 10px #74277414}.edit-task-tablet-details-toggle.active{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.edit-task-tablet-details-toggle-text{display:inline-flex;align-items:center;gap:8px}.edit-task-tablet-details-toggle-caret{font-size:18px;line-height:1}.edit-task-meta-grid-tablet{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:10px 0 2px}.edit-task-topbar-tablet-summary .edit-task-status-tile,.edit-task-topbar-tablet-summary .edit-task-tablet-time-item,.edit-task-tablet-details-toggle,.edit-task-meta-grid-tablet,.edit-task-topbar-tablet-primary .edit-task-status-tile,.edit-task-topbar-tablet-primary .edit-task-status-tile .edit-task-percent-row,.edit-task-topbar-tablet-primary .edit-task-status-tile .edit-task-status-actions{width:100%}.edit-task-topbar-tablet-primary .edit-task-status-tile .edit-task-status-actions{grid-template-columns:minmax(0,1fr);grid-auto-flow:row;height:auto}.edit-task-topbar-tablet-primary .edit-task-status-tile .edit-task-complete-icon-btn,.edit-task-topbar-tablet-primary .edit-task-status-tile .edit-task-status-label{width:100%}.edit-task-topbar-tablet-primary .edit-task-status-tile .edit-task-percent-row{grid-template-columns:minmax(0,1fr) auto}.edit-task-topbar-tablet-primary .edit-task-status-tile .edit-task-percent-slider{min-width:0}.edit-task-topbar-tablet-primary .edit-task-status-tile .edit-task-status-label,.edit-task-topbar-tablet-primary .edit-task-status-tile .edit-task-complete-icon-btn{min-height:34px}.edit-task-top-actions-tablet .edit-header-menu-wrap{min-width:0;width:100%}.edit-task-top-actions-tablet .edit-header-menu-trigger{width:100%}.edit-task-meta-grid-tablet .edit-task-meta-item,.edit-task-meta-grid-tablet .edit-task-meta-button{min-width:0}.edit-task-meta-grid-tablet .edit-task-meta-label{font-size:11px;line-height:1.15}.edit-task-meta-grid-tablet strong{font-size:12px;line-height:1.2}.edit-task-left{border-right:0;width:100%}.new-task-right-tablet{display:flex;flex-direction:column;min-height:0;gap:0;align-items:stretch;position:relative}.new-task-right-tablet .new-task-comments-launcher{align-self:flex-end;min-width:168px;margin:0 0 4px auto}.new-task-right-tablet .new-task-comments-launcher-floating{position:absolute;top:12px;right:-2px;z-index:6;width:56px;min-width:56px;height:132px;margin:0;padding:10px 6px;border-radius:14px;writing-mode:vertical-rl;transform:rotate(180deg);white-space:nowrap;letter-spacing:.04em;box-shadow:0 8px 18px #74277429}.new-task-right-tablet .new-task-comments-launcher-floating.active{border-color:#f59221f2;box-shadow:0 10px 22px #f5922138}.edit-task-comments-panel{position:absolute;top:0;right:0;bottom:0;width:56px;min-width:56px;z-index:150;padding:12px 0;margin:0;display:flex;flex-direction:column;align-items:stretch;overflow:hidden;background:transparent}.edit-task-comments-panel .new-task-comments-launcher-floating{position:absolute;top:12px;right:-2px;z-index:6;width:56px;min-width:56px;height:132px;margin:0;padding:10px 6px;border-radius:14px;writing-mode:vertical-rl;transform:rotate(180deg);white-space:nowrap;letter-spacing:.04em;box-shadow:0 8px 18px #74277429}.edit-task-comments-panel .new-task-comments-launcher-floating.active{border-color:#f59221f2;box-shadow:0 10px 22px #f5922138}.new-task-comments-drawer{display:none;flex:1 1 auto;min-height:0;height:100%;width:100%}.new-task-comments-drawer.open{display:flex}.new-task-comments-drawer-surface{flex:1 1 auto;min-height:0;height:100%;width:100%;display:flex;flex-direction:column;gap:12px;padding:12px;border-radius:18px;border:1px solid rgba(191,165,220,.72);background:linear-gradient(180deg,#fdfafffa,#f5effbfa);box-shadow:0 20px 36px #5825742e;overflow:hidden}.new-task-comments-drawer-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:12px}.new-task-section-2-comments-open .new-task-right-tablet{width:100%;grid-column:1 / -1}.new-task-section-2-comments-open .new-task-comments-drawer,.new-task-section-2-comments-open .new-task-comments-drawer-surface{width:100%}.new-task-comments-drawer .new-task-comments-panel{flex:1 1 auto;min-height:0;height:auto;overflow:hidden}.new-task-comments-drawer .new-task-comments-list,.new-task-comments-drawer .new-task-comments-empty{flex:1 1 auto;min-height:0}.new-task-comments-drawer .new-task-comment-compose{flex:0 0 auto;display:flex;flex-direction:column;gap:10px}.new-task-comments-drawer .new-task-comment-editor{flex:0 0 auto;margin-top:0;padding-top:0}.new-task-comments-drawer .new-task-comment-editor .rte{min-height:240px}.new-task-comments-drawer .new-task-comment-editor .rte-editor-wrap{min-height:180px}.new-task-row{grid-template-columns:168px minmax(0,1fr);gap:10px;margin-bottom:12px}.new-task-comments-headbar{flex-direction:column;align-items:stretch;gap:8px}.new-task-comments-head-actions{width:100%;justify-content:flex-end}.new-task-comments-search{width:100%;min-width:0;margin-right:0;flex:1 1 auto}.new-task-comments-list{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;gap:12px;padding-bottom:8px}.new-task-comment-item{width:clamp(240px,28vw,320px);flex:0 0 clamp(240px,28vw,320px);scroll-snap-align:start;display:flex;flex-direction:column;min-height:0}.new-task-comment-body{flex:1 1 auto;max-height:none;min-height:120px}.new-task-comment-editor{padding-top:12px}.new-task-comments-panel{flex:0 0 auto;height:clamp(220px,30vh,300px)}.new-task-comments-empty{flex:1 1 auto;min-height:0;display:flex;align-items:flex-start}.board.board-tablet{display:flex;gap:12px;padding:12px 10px 14px;align-items:stretch;overflow:hidden;height:calc(100svh - 70px);min-height:0}.board-tablet .column{display:flex;flex-direction:column;min-height:0;height:100%}.board-tablet-lanes{display:flex;gap:12px;flex:1 1 auto;min-width:0;min-height:0}.board-tablet-lanes>.column{flex:1 1 0;min-width:0}.board-tablet .cards.scrollable-cards{display:flex;flex-direction:column;gap:14px;flex:1 1 auto;min-height:0}.board-tablet-rail{width:56px;flex:0 0 56px;border-radius:14px;border:1px solid rgba(116,39,116,.18);background:linear-gradient(180deg,#fffc,#f7f1fff2);box-shadow:inset 0 1px #ffffffb3;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;padding:6px 4px;gap:6px}.board-tablet-rail-label{font-size:10px;font-weight:800;color:#6d457f;text-transform:uppercase;letter-spacing:.06em;text-align:center}.board-tablet-rail-button{flex:1;border:1px solid rgba(116,39,116,.18);border-radius:12px;background:linear-gradient(180deg,#fff,#f7f2ff);color:#5c2f77;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 4px;text-align:center;box-shadow:0 2px 6px #74277414}.board-tablet-rail-title{font-size:11px;font-weight:800;line-height:1.1;writing-mode:vertical-rl;transform:rotate(180deg);white-space:nowrap}.board-tablet-rail-hint{display:none}.edit-task-comments-panel.open{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;min-width:0;padding:12px;background:#faf6fff5;display:flex;flex-direction:column;overflow:hidden;z-index:220;height:100svh}.edit-task-comments-panel.open .new-task-comments-launcher-floating{display:none}.edit-task-comments-panel.open .new-task-comments-drawer{display:flex;flex:1 1 auto;min-height:0;width:100%}.edit-task-comments-panel.open .new-task-comments-drawer-surface{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;width:100%;height:100%}.edit-task-comments-panel.open .new-task-comments-drawer-body{display:flex;flex:1 1 auto;flex-direction:column;gap:12px;min-height:0;height:100%}.edit-task-comments-panel.open .new-task-comments-panel{display:flex;flex:1 1 auto;flex-direction:column;gap:10px;min-height:0;overflow:hidden;height:auto}.edit-task-comments-panel.open .new-task-comments-headbar{display:flex;flex-direction:column;align-items:stretch;gap:8px}.edit-task-comments-panel.open .new-task-comments-head-actions{width:100%;justify-content:flex-end;flex-wrap:wrap}.edit-task-comments-panel.open .new-task-comments-search{width:100%;min-width:0;margin-right:0}.edit-task-comments-panel.open .new-task-comments-list,.edit-task-comments-panel.open .new-task-comments-empty{flex:1 1 auto;min-height:0}.edit-task-comments-panel.open .new-task-comments-list{display:flex;flex-direction:column;flex-wrap:nowrap;flex:1 1 auto;width:100%;gap:10px;overflow-y:auto;overflow-x:hidden;padding-bottom:10px;align-items:stretch}.edit-task-comments-panel.open .new-task-comments-empty{display:flex;align-items:flex-start;min-height:0;width:100%}.edit-task-comments-panel.open .new-task-comment-compose{display:flex;flex:0 0 auto;flex-direction:column;gap:10px;min-height:0}.edit-task-comments-panel.open .new-task-comment-editor{flex:0 0 auto;margin-top:0;padding-top:0}.edit-task-comments-panel.open .new-task-comment-editor .rte{min-height:240px}.edit-task-comments-panel.open .new-task-comment-editor .rte-editor-wrap{min-height:180px}.edit-task-comments-panel.open .new-task-comment-item{width:100%;flex:0 0 auto}.edit-task-comments-panel.open .new-task-comment-head,.edit-task-comments-panel.open .new-task-comment-body{width:100%}.edit-task-main-comments-open .edit-task-title-edit-btn{position:relative;z-index:8}.scrollable-cards{max-height:none;flex:1 1 auto;min-height:0}.test-user{display:none}}@media (max-width: 860px){.topbar-modern{padding:8px 8px 10px;gap:6px}.modern-left,.modern-right{gap:6px}.modern-search{flex:1 1 190px;max-width:260px}.modern-primary,.modern-filter,.modern-icon{height:30px;padding:0 10px;font-size:11px}}.topbar-modern{position:sticky;top:0;z-index:10;height:72px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 20px;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 24px #0f172a0d;border-bottom:none}.modern-left,.modern-right{display:flex;align-items:center;gap:6px}.modern-right{justify-content:flex-end}.debug-header-actions{display:inline-flex;align-items:center;gap:8px}.modern-primary{height:40px;min-width:90px;border-radius:12px;border:0;background:linear-gradient(135deg,#7c3aed,#9333ea);color:#fff;font-size:13px;font-weight:600;padding:0 18px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:opacity .15s}.modern-primary:hover{opacity:.88}.new-menu-wrap{position:relative}.new-menu{position:absolute;top:36px;left:0;min-width:220px;border-radius:10px;border:1px solid rgba(116,39,116,.24);background:#fff;box-shadow:0 14px 28px #350d3833;padding:6px;z-index:22;display:grid;gap:4px}.new-menu-item{height:auto;border:0;border-radius:8px;background:transparent;color:#4e3b57;font-size:13px;font-weight:600;text-align:left;padding:10px 12px;cursor:pointer;line-height:1.3}.new-menu-item:hover{background:#f3edf7}.modern-search{height:44px;width:480px;max-width:45vw;border-radius:14px;border:none;background:#fff;display:inline-flex;align-items:center;justify-content:flex-start;padding:0 18px;gap:12px;box-shadow:0 2px 10px #0000000d;transition:box-shadow .15s}.modern-search:focus-within{box-shadow:0 2px 10px #0000000d,0 0 0 2px #7c3aed33}.modern-search-icon{color:#5c2d91;line-height:0;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin:0;padding:0;flex:0 0 20px}.modern-search span{color:#7b2a85}.modern-search input{border:0;background:transparent;width:100%;color:#5d5d5d;font-size:12px;line-height:1;height:100%;display:block;padding:0}.modern-search-clear{width:22px;height:22px;border:0;border-radius:999px;background:#efe6f6;color:#7b2a85;display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px;padding:0;cursor:pointer}.modern-search-clear:hover{background:#e4d2ef}.modern-search-clear:focus-visible{outline:2px solid #b99dd8;outline-offset:2px}.modern-search-clear svg{width:12px;height:12px;fill:currentColor}.modern-search:focus-within{outline:none;box-shadow:none}.modern-search input:focus,.modern-search input:focus-visible{outline:none;box-shadow:none}.modern-filter,.modern-icon{height:40px;border:1px solid #d1d1d1;background:#fff;color:#1f1f1f;font-weight:600;border-radius:999px;padding:0 14px}.modern-filter:hover,.modern-icon:hover{background:#f3f2f1}.modern-filter{padding:0 12px;font-size:12px;display:inline-flex;align-items:center;gap:8px}.modern-filter.active{background:#f3effa;border-color:#cbb8df;color:#5c2d91}.clear-filter-header-btn,.parent-task-clear-btn{min-width:32px;width:32px;padding:0 6px;justify-content:center}.clear-filter-header-btn:disabled{opacity:.75;cursor:not-allowed}.modern-clear-icon{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.clear-filter-header-btn:not(:disabled) .modern-clear-icon{fill:none;stroke:currentColor;stroke-width:2.2}.bulk-toggle.active{background:#742774;color:#fff;box-shadow:inset 0 0 0 1px #ffffff3d}.modern-icon{width:40px;font-size:14px;display:inline-flex;align-items:center;justify-content:center}.settings-wrap{position:relative}.settings-menu{position:absolute;top:38px;right:0;min-width:148px;border-radius:10px;border:1px solid rgba(116,39,116,.24);background:#fff;box-shadow:0 14px 28px #350d3833;padding:6px;z-index:20;display:flex;flex-direction:column;gap:2px}.settings-menu-item{width:100%;height:34px;border:0;border-radius:8px;background:transparent;color:#4e3b57;font-size:13px;font-weight:600;text-align:left;padding:0 10px;cursor:pointer}.settings-menu-item:hover{background:#f3edf7}.settings-menu-sep{height:1px;background:#74277424;margin:5px 2px}.settings-menu-item.danger{color:#a1304d}.bulk-actions-bar{position:relative;z-index:600;margin:8px 12px 0;padding:8px 12px;border-radius:14px;background:#ffffffeb;border:1px solid #eee9f6;box-shadow:0 8px 22px #14122612;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;gap:10px;font-family:Inter,system-ui,sans-serif}.bulk-title{font-size:12px;font-weight:700;color:#344054}.bulk-sep{color:#d0cad8;font-size:12px}.bulk-count{height:24px;padding:0 10px;border-radius:999px;background:#f4edff;color:#6d28d9;font-size:12px;font-weight:700;display:inline-flex;align-items:center;letter-spacing:-.01em}.bulk-link-btn{border:1px solid #e6e1ee;background:#fff;color:#344054;font-size:12px;font-weight:600;cursor:pointer;padding:0 12px;height:30px;border-radius:8px;transition:.14s ease;font-family:inherit}.bulk-link-btn:hover{background:#f4edff;color:#6d28d9;border-color:#e4d7ff}.bulk-menu-wrap{position:relative}.bulk-primary-btn{height:32px;border:0;border-radius:10px;background:linear-gradient(135deg,#8b3ff2,#6d28d9 60%,#5b21b6);color:#fff;font-size:12px;font-weight:700;padding:0 14px;cursor:pointer;box-shadow:0 6px 14px #6d28d938;transition:.14s ease;font-family:inherit;display:inline-flex;align-items:center;gap:6px}.bulk-primary-btn:after{content:"▾";font-size:10px;opacity:.85}.bulk-primary-btn:hover:not(:disabled){box-shadow:0 9px 20px #6d28d94d;transform:translateY(-1px)}.bulk-primary-btn:disabled{opacity:.45;cursor:not-allowed}.bulk-menu{position:absolute;left:0;top:38px;min-width:200px;background:#fffffff7;border:1px solid #eee9f6;border-radius:14px;box-shadow:0 18px 40px #14122624;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:6px;z-index:9999;display:grid;gap:2px}.bulk-menu-item{height:34px;border:0;border-radius:9px;background:transparent;color:#25233d;text-align:left;padding:0 12px;font-size:12px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:9px;font-family:inherit;transition:.12s ease}.bulk-menu-item:hover{background:#f4edff;color:#6d28d9}.bulk-menu-item:disabled{opacity:.4;cursor:not-allowed;background:transparent;pointer-events:none}.icons-modal{width:min(560px,94vw)}.icons-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;padding:2px 2px 8px}.icons-section-title{margin-top:2px;margin-bottom:2px;font-size:12px;font-weight:700;color:#4e3b57;text-transform:uppercase;letter-spacing:.3px}.icons-row{display:inline-flex;align-items:center;gap:8px;color:#4e3b57;font-size:13px}.legend-square{width:14px;height:14px;border-radius:4px;display:inline-block}.icon-chip{min-width:100px;padding:5px 10px}.modern-primary-icon,.modern-filter-icon,.modern-gear-icon{width:16px;height:16px;fill:currentColor;display:inline-block;vertical-align:middle}.modern-primary-icon{font-size:16px;width:18px;height:18px;transform:translateY(-.5px)}.modern-filter-icon,.modern-gear-icon{width:16px;height:16px;fill:currentColor;display:inline-block;vertical-align:middle}.search-icon-options{height:36px;display:inline-flex;align-items:center;gap:8px;padding:0 10px;border-radius:8px;background:#ffffff24}.search-icon-options .option{width:18px;height:18px;color:#fff;fill:currentColor}.admin-toggle{height:32px;border-radius:7px;padding:0 8px;background:#ffffff24;color:#fff;display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600}.admin-toggle input{width:13px;height:13px;margin:0}.debug-send-card-btn,.debug-simulate-user-btn{white-space:nowrap;padding-inline:10px}.admin-view-toggle,.admin-view-toggle input{display:none}.test-user{position:fixed;left:10px;bottom:10px;font-size:12px;color:#fff;font-weight:700;background:#787878b3;padding:2px 8px}.status-banner{position:fixed;left:50%;transform:translate(-50%);top:14px;font-size:12px;color:#fff;font-weight:700;background:#3c3c3cd9;padding:10px 12px;border-radius:10px;z-index:2100;min-width:170px;max-width:320px;box-shadow:0 8px 18px #0003;animation:toastIn .18s ease-out}.status-banner.error{background:#b41e1ee6}.status-banner.warning{background:linear-gradient(180deg,#f2a100,#cc7a00);color:#fff;display:inline-flex;align-items:center;gap:8px}.status-banner-icon{font-size:13px;line-height:1;display:inline-flex;align-items:center}.toast-banner{position:fixed;left:50%;top:14px;transform:translate(-50%);z-index:60;min-width:170px;max-width:320px;padding:10px 12px;border-radius:10px;font-size:12px;font-weight:700;letter-spacing:.1px;box-shadow:0 8px 18px #0003;animation:toastIn .18s ease-out}.toast-banner.success{background:linear-gradient(180deg,#34b665,#1f8f4d);color:#fff}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#00000057;display:grid;place-items:center}.confirm-modal{width:min(420px,92vw);background:#fff;border:1px solid #d9cce8;border-radius:14px;box-shadow:0 18px 34px #0000003d;padding:14px;display:grid;gap:10px}.confirm-modal h3{margin:0;color:#742774;font-size:18px}.confirm-modal p{margin:0;color:#56486b;font-size:13px;white-space:pre-wrap}.simulate-user-modal{width:min(460px,92vw)}.simulate-user-field{display:grid;gap:6px}.simulate-user-field span{color:#4e3b57;font-size:12px;font-weight:700}.simulate-user-field input{height:36px;border-radius:9px;border:1px solid #cabed8;padding:0 12px;font-size:13px;color:#4e3b57;outline:none}.simulate-user-field input:focus{border-color:#742774;box-shadow:0 0 0 3px #7427741f}.confirm-actions{display:flex;justify-content:flex-end;gap:8px}.confirm-cancel,.confirm-ok{height:34px;border-radius:9px;border:1px solid #cabed8;padding:0 12px;font-size:12px;font-weight:700;cursor:pointer}.confirm-cancel{background:#fff;color:#6c5d82}.confirm-ok{background:linear-gradient(180deg,#8a45b3,#742774);border-color:#6a2268;color:#fff}.confirm-ok.danger{background:linear-gradient(180deg,#d14d65,#b03a50);border-color:#983447}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(-6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.filter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000047;z-index:30;display:flex;align-items:stretch;justify-content:flex-end;padding:0}.filter-popup{position:relative;width:min(520px,100vw);height:100vh;background:#fff;border-left:1px solid rgba(209,213,219,.9);border-radius:0;box-shadow:-18px 0 48px #0000002e;display:grid;grid-template-rows:auto minmax(0,1fr) auto;animation:filterDrawerIn .18s ease-out}.filter-popup-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:center;margin-top:24px;margin-bottom:10px}.filter-popup-btn{height:42px;border-radius:11px;border:1px solid #c9bfd3;background:linear-gradient(180deg,#fcfbff,#f2edf8);color:#6a5a79;font-size:15px;font-weight:700;letter-spacing:.1px;box-shadow:0 2px 5px #21113614;transition:transform .12s ease,box-shadow .18s ease,background .2s ease,border-color .2s ease,color .2s ease;cursor:pointer}.filter-popup-btn:hover{border-color:#b69dcf;box-shadow:0 4px 10px #50227824;transform:translateY(-1px)}.filter-popup-btn:active{transform:translateY(0);box-shadow:0 2px 6px #50227829 inset}.filter-popup-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #74277433,0 4px 10px #50227824}.filter-popup-btn:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:0 1px 3px #00000014}.filter-popup-btn-clear{background:linear-gradient(180deg,#fff,#f3f0f7);border-color:#c6bfd0;color:#6f667a}.filter-popup-btn-save{background:linear-gradient(180deg,#8a45b3,#742774);border-color:#6a2268;color:#fff;box-shadow:0 3px 9px #601f6f4d}.filter-popup-btn-save:hover{background:linear-gradient(180deg,#9653bd,#7e2f82);border-color:#5f1d5f;box-shadow:0 6px 14px #601f6f59}.filter-popup-btn-save:active{background:linear-gradient(180deg,#7d379e,#6a2268);box-shadow:0 2px 6px #40134b57 inset}.filter-popup-close{position:absolute;top:8px;right:8px;width:30px;height:30px;border:1px solid #b7b7b7;border-radius:999px;background:linear-gradient(180deg,#fff,#f2edf8);color:#7a6191;font-size:13px;cursor:pointer;transition:transform .12s ease,box-shadow .18s ease,border-color .2s ease,background .2s ease,color .2s ease}.filter-popup-close:hover{border-color:#b69dcf;color:#742774;box-shadow:0 3px 8px #50227829;transform:translateY(-1px)}.filter-popup-close:active{transform:translateY(0);box-shadow:0 2px 5px #50227833 inset}.filter-popup-close:focus-visible{outline:none;box-shadow:0 0 0 3px #7427742e,0 3px 8px #50227829}.filter-popup-grid{overflow-y:auto;flex:1;padding-bottom:12px;display:grid;grid-template-columns:1fr 1fr;gap:10px;height:calc(100vh - 92px)}.filter-panel{border:1px solid #b7b7b7;border-radius:9px;background:#f6f6f6;padding:10px;min-height:0;overflow:auto}.filter-panel h3{margin:0 0 8px;color:#6f6f6f;font-size:18px;font-weight:700}.filter-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.filter-list li{color:#818181;font-size:18px}.quick-groups{display:grid;gap:10px;margin-top:2px}.quick-group{border:1px solid #ddd7e3;border-radius:10px;background:linear-gradient(180deg,#fff,#faf8fc);padding:8px 8px 9px;box-shadow:0 1px 2px #0000000d}.quick-group h4{margin:0 0 6px;font-size:11px;font-weight:700;letter-spacing:.02em;color:#5f4f6b;text-transform:uppercase}.quick-chip{border:1px solid #d4cadf;background:#f7f3fb;color:#5f4f6b;font-size:11px;border-radius:999px;padding:6px 10px;line-height:1.1;font-weight:600;transition:background-color .14s ease,border-color .14s ease,color .14s ease,transform .12s ease}.quick-chip:hover{background:#efe8f7;border-color:#c3b3d5;transform:translateY(-1px)}.quick-chip.active{background:#7b2a85;color:#fff;border-color:#7b2a85;box-shadow:0 4px 10px #7b2a8547}.filter-form{display:grid;gap:12px}.filter-row{display:grid;grid-template-columns:160px 1fr;gap:10px;align-items:center}.filter-row span{color:#7b7b7b;font-size:16px}.filter-row button,.filter-row input{height:38px;border-radius:8px;border:1px solid #bdbdbd;background:#fff;color:#6d6d6d;font-size:16px;padding:0 10px;text-align:left}.my-filters-mui{display:grid;gap:7px}.my-filter-group{border:1px solid #ddd7e3;border-radius:10px;background:linear-gradient(180deg,#fff,#faf8fc);padding:8px;display:grid;gap:7px;box-shadow:0 1px 2px #0000000d}.my-filter-group h4{margin:0 0 2px;font-size:11px;font-weight:700;letter-spacing:.02em;color:#5f4f6b;text-transform:uppercase}.my-filter-row{display:grid;grid-template-columns:112px 1fr;align-items:center;gap:8px}.my-filter-row>span{color:#666;font-size:12px;font-weight:600}.my-filter-row.checkbox-row{grid-template-columns:130px auto}.my-filters-mui .MuiInputLabel-root.Mui-focused,.my-filters-mui .MuiFormLabel-root.Mui-focused{color:#742774}.my-filters-mui .filter-control .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.my-filters-mui .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:#d8cde2}.my-filters-mui .filter-control .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.my-filters-mui .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#9a6aa8}.my-filters-mui .filter-control .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.my-filters-mui .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#742774;border-width:2px}.my-filters-mui .filter-control .MuiSelect-icon,.my-filters-mui .MuiSelect-icon{color:#742774;right:8px}.my-filters-mui .filter-control .MuiOutlinedInput-root,.my-filters-mui .MuiAutocomplete-root .MuiOutlinedInput-root{min-height:34px;border-radius:10px;background:linear-gradient(180deg,#fff,#fbf8fd);box-shadow:inset 0 1px #ffffffbf}.my-filters-mui .filter-control .MuiInputBase-input,.my-filters-mui .MuiAutocomplete-root .MuiInputBase-input{font-size:12px;color:#4b3e57;padding-top:7px;padding-bottom:7px}.my-filters-mui .filter-control .MuiSelect-select{font-size:12px;color:#4b3e57;min-height:34px;height:34px;line-height:20px;display:flex;align-items:center;padding:7px 32px 7px 12px}.my-filters-mui .filter-control .MuiOutlinedInput-input.MuiSelect-select{padding:7px 32px 7px 12px}.my-filters-mui .filter-control .MuiInputBase-input::placeholder,.my-filters-mui .MuiAutocomplete-root .MuiInputBase-input::placeholder{color:#9b8aa9;opacity:1}.my-filters-mui .filter-control .MuiAutocomplete-endAdornment,.my-filters-mui .MuiAutocomplete-endAdornment{right:8px}.my-filters-mui .filter-control .MuiAutocomplete-popupIndicator,.my-filters-mui .MuiAutocomplete-popupIndicator{color:#742774}.my-filters-mui .filter-control .MuiAutocomplete-popupIndicator:hover,.my-filters-mui .MuiAutocomplete-popupIndicator:hover{background:#74277417}.my-filters-mui .MuiAutocomplete-listbox{padding:6px;border:1px solid #d9cbe3;border-radius:10px;background:#fff;box-shadow:0 10px 28px #54266133}.my-filters-mui .MuiAutocomplete-option{min-height:34px;font-size:12px;color:#4b3e57;border-radius:8px;padding:7px 10px}.my-filters-mui .MuiAutocomplete-option[aria-selected=true]{background:#74277424;color:#3f1f4d}.my-filters-mui .MuiAutocomplete-option.Mui-focused,.my-filters-mui .MuiAutocomplete-option[aria-selected=true].Mui-focused{background:#74277438}.my-filters-mui .MuiCheckbox-root{color:#9a6aa8}.my-filters-mui .MuiCheckbox-root.Mui-checked{color:#742774}.my-filters-mui .MuiMenuItem-root.Mui-selected{background:#7427741f}.my-filters-mui .MuiMenuItem-root.Mui-selected:hover{background:#7427742e}@keyframes filterDrawerIn{0%{transform:translate(18px);opacity:.96}to{transform:translate(0);opacity:1}}.dataverse-scan-modal{width:min(1100px,96vw)}.dataverse-scan-content{border:1px solid #d9d9df;border-radius:8px;background:#f9f9fc;max-height:64vh;overflow:auto}.dataverse-scan-json{margin:0;padding:12px;font-size:12px;line-height:1.35;color:#2f2f2f;white-space:pre-wrap;word-break:break-word}.rte-drop-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#7554981f;border:2px dashed #8c63b3;border-radius:10px;display:flex;align-items:center;justify-content:center;pointer-events:auto;z-index:4}.rte-drop-overlay-card{background:#fff;color:#5a3d74;border:1px solid #d8cde2;border-radius:999px;padding:8px 14px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:8px}.rte-upload-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#f0e8f88c;border-radius:10px;display:flex;align-items:center;justify-content:center;z-index:5}.rte-upload-overlay-card{background:#fff;color:#5a3d74;border:1px solid #d8cde2;border-radius:999px;padding:8px 14px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:8px;box-shadow:0 8px 20px #3e1f5729}.rte.rte-busy .rte-toolbar,.rte.rte-busy .rte-editor-wrap .tiptap,.rte.rte-busy .rte-attachments-strip{pointer-events:none}.rte.rte-busy .rte-toolbar{opacity:.5;filter:grayscale(.5)}.rte.rte-busy .rte-editor-wrap{background:#f3f3f6}.rte.rte-busy .rte-editor-wrap .tiptap{opacity:.55;filter:grayscale(.55)}.rte.rte-busy .rte-attachments-strip{opacity:.5}.manage-projects-modal{width:min(560px,96vw);max-height:min(80vh,700px);display:flex;flex-direction:column}.manage-projects-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding:4px 0;max-height:380px}.manage-projects-list-archived{max-height:180px;margin-top:6px;opacity:.8}.manage-project-row{display:flex;align-items:center;gap:10px;padding:8px 4px;border-bottom:1px solid #f0edf7}.manage-project-row:last-child{border-bottom:none}.manage-project-row.archived .manage-project-name{color:#9ca3af;text-decoration:line-through}.manage-project-name{flex:1;font-size:13px;font-weight:500;color:#344054;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manage-project-row-actions{display:flex;gap:6px;flex-shrink:0}.manage-project-btn.danger{color:#c0392b;border-color:#f5c6c2;background:#fff5f5}.manage-project-btn.danger:hover{background:#ffe0dc}.manage-project-form{display:flex;gap:8px;align-items:center;padding:10px 0 8px;border-bottom:1px solid #e8e4f1;margin-bottom:6px}.manage-project-input{flex:1;margin:0!important}.manage-project-form-actions{display:flex;gap:6px;flex-shrink:0}.manage-projects-archived-toggle{padding:8px 0 4px;border-top:1px solid #f0edf7;margin-top:6px}.task-templates-modal{width:min(1200px,96vw);height:min(86vh,860px);max-height:min(86vh,860px);display:flex;flex-direction:column}.task-templates-toolbar{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;margin-bottom:10px}.task-templates-toolbar-actions{display:flex;align-items:center;gap:10px}.task-template-create-btn{white-space:nowrap;min-width:160px}.new-task-search{width:100%;border:1px solid #c9b9dc;border-radius:12px;padding:10px 12px;font-size:14px;color:#3b3453;background:#fff}.template-categories{margin-bottom:10px;flex-wrap:wrap}.task-templates-list{flex:1 1 auto;min-height:360px;max-height:none;overflow:auto;padding-right:4px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-content:start}.task-template-card{border:1px solid #e1d8ee;border-radius:12px;background:#fff;padding:10px 12px}.task-template-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.task-template-cat{font-size:12px;color:#7a6995;margin-bottom:8px}.task-template-body{max-height:180px;overflow:auto;font-size:13px;color:#3d3458;border-top:1px solid #eee7f7;padding-top:8px}.prefilled-tasks-modal{width:min(1280px,96vw);height:min(86vh,860px);max-height:min(86vh,860px);display:flex;flex-direction:column}.prefilled-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.prefilled-head h3{margin:0}.prefilled-head-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.prefilled-modal-layout{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(320px,390px) minmax(0,1fr);gap:14px}.prefilled-list{min-height:0;overflow:auto;display:grid;align-content:start;gap:10px;padding-right:4px}.prefilled-card{border:1px solid #ddd7e3;border-radius:12px;background:linear-gradient(180deg,#fff,#faf8fc);box-shadow:0 1px 2px #0000000d;padding:10px;display:grid;gap:8px}.prefilled-card.selected{border-color:#7b2a85;box-shadow:0 0 0 1px #7b2a851f,0 2px 8px #7b2a851f}.prefilled-card-hitbox{width:100%;border:0;background:transparent;padding:0;text-align:left;cursor:pointer;display:grid;gap:6px}.prefilled-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.prefilled-card-head strong{font-size:14px;color:#3d3458}.prefilled-card-status{font-size:11px;font-weight:700;border:1px solid transparent;border-radius:999px;padding:4px 10px;cursor:pointer;background:#7b2a851f;color:#7b2a85;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.prefilled-card-status.active{background:#0f7a0b24;border-color:#0f7a0b3d;color:#0f7a0b}.prefilled-card-status.disabled{background:#5f6b7b24;border-color:#5f6b7b3d;color:#5f6b7b}.prefilled-card-status:hover:not(:disabled){transform:translateY(-1px)}.prefilled-card-status:disabled{cursor:not-allowed;opacity:.85}.prefilled-card-sub{font-size:12px;color:#7a6995}.prefilled-card-summary{display:flex;flex-wrap:wrap;gap:6px 10px;font-size:11px;color:#5f4f6b}.prefilled-card-tags{display:flex;flex-wrap:wrap;gap:6px}.prefilled-tag{border-radius:999px;padding:4px 8px;background:#f7f3fb;border:1px solid #d4cadf;font-size:11px;color:#5f4f6b}.prefilled-tag.muted{background:#f1f1f1;color:#7f7f7f}.prefilled-card-actions{display:flex;gap:8px;justify-content:flex-end;align-items:center}.prefilled-delete-btn{width:32px;height:32px;border-radius:8px;border:1px solid rgba(161,48,77,.24);background:#fff;color:#a1304d;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.prefilled-delete-btn:hover{background:#fff1f4;border-color:#d83b013d;color:#d83b01}.prefilled-delete-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.prefilled-form{min-height:0;display:flex;flex-direction:column;background:#f3f3f6;border-radius:12px;padding:18px 20px}.prefilled-form-grid{flex:1 1 auto;min-height:0;overflow:auto;padding-right:4px}.prefilled-form-footer{display:flex;justify-content:flex-end;padding-top:10px}.prefilled-form-grid.new-task-section-2{grid-template-columns:1fr;background:transparent}.prefilled-form-grid .new-task-left{border-right:0;padding:0}@media (max-width: 1100px){.prefilled-modal-layout{grid-template-columns:1fr}.prefilled-list{max-height:280px}}.tams-wordmark{display:flex;align-items:center;gap:10px;margin-right:8px;text-decoration:none;-webkit-user-select:none;user-select:none}.tams-logo-mark{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);position:relative;flex-shrink:0;box-shadow:0 6px 18px #5c2d9140}.tams-logo-mark:before{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border:2px solid rgba(255,255,255,.72);border-radius:6px}.tams-logo-mark:after{content:"";position:absolute;width:14px;height:14px;border-radius:4px;background:#ffffffe0;right:7px;bottom:7px}.tams-logo-text{display:grid;line-height:1}.tams-logo-text strong{font-size:18px;font-weight:800;letter-spacing:.3px;color:#1f1f1f}.tams-logo-text span{font-size:10px;color:#616161;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.board-pagehead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 24px 14px;background:#f5f5f5}.board-pagehead-title{font-size:22px;font-weight:800;margin:0 0 4px;color:#1f1f1f;letter-spacing:-.3px}.board-pagehead-sub{margin:0;font-size:13px;color:#616161}.board-stats{display:flex;gap:10px;flex-shrink:0;flex-wrap:wrap}.board-stat{background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:10px 16px;min-width:100px;text-align:center}.board-stat strong{display:block;font-size:20px;font-weight:800;letter-spacing:-.5px;color:#1f1f1f}.board-stat span{display:block;font-size:11px;color:#616161;margin-top:2px}.board-stat.board-stat-red strong{color:#c50f1f}.filter-popup{display:flex!important;flex-direction:column!important}.filter-popup-actions{display:flex!important;align-items:center!important;gap:8px!important;padding:16px 18px 14px!important;border-bottom:1px solid #e5e5e5!important;margin:0!important;grid-template-columns:unset!important}.filter-popup-close{margin-left:auto!important;order:10}.filter-popup-grid{flex:1;overflow-y:auto;padding:16px 18px;display:flex!important;flex-direction:column!important;gap:12px!important;grid-template-columns:unset!important}.filter-panel{background:#fbfbfd;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;width:100%!important}.filter-panel h3{font-size:13px;font-weight:800;color:#4b4452;padding:12px 14px 10px;border-bottom:1px solid #e5e5e5;margin:0;background:#fff}.filter-panel h4{font-size:11px;font-weight:700;color:#8a8886;text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px}.quick-groups{padding:12px 14px;display:flex;flex-direction:column;gap:12px}.quick-group{margin:0}.quick-chips{display:flex;flex-wrap:wrap;gap:7px}.my-filters-mui{padding:12px 14px;display:flex;flex-direction:column;gap:10px}.my-filter-row{display:grid!important;grid-template-columns:140px 1fr!important;align-items:center!important;gap:10px!important}.my-filter-row>span{font-size:12px;color:#616161;font-weight:600}.filter-popup-btn{height:38px!important;border-radius:8px!important;font-size:13px!important}.filter-popup-btn-clear{background:#fff!important;border:1px solid #d9cbe6!important;color:#6b5b7a!important}.filter-popup-btn-save{background:#5c2d91!important;border-color:#5c2d91!important;color:#fff!important;box-shadow:0 2px 8px #5c2d9140!important}.task-id-num{color:#115ea3;font-weight:700}.task-id-sep{color:#8a8886;font-weight:400}.filter-popup{display:block!important;overflow-y:auto!important;overflow-x:hidden!important;background:#fff!important;width:min(520px,100vw)!important;height:100vh!important;max-height:100vh!important;padding:0!important;-webkit-overflow-scrolling:touch!important}.filter-popup>.fp-header{position:sticky!important;top:0!important;z-index:10!important;background:#fff!important}.filter-popup>.fp-footer{position:sticky!important;bottom:0!important;z-index:10!important;background:#fff!important}.filter-popup>.fp-body{display:block!important;overflow:visible!important;height:auto!important;min-height:0!important}.fp-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 20px 14px;border-bottom:1px solid #e5e5e5;flex-shrink:0}.fp-title{margin:0;font-size:20px;font-weight:700;color:#1f1f1f;letter-spacing:-.3px}.fp-subtitle{margin:3px 0 0;font-size:12px;color:#616161}.fp-close{width:36px;height:36px;border-radius:50%;border:1px solid #d1d1d1;background:#fff;color:#616161;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s}.fp-close:hover{border-color:#5c2d91;color:#5c2d91}.fp-body{min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:14px 18px 40px;display:flex;flex-direction:column;gap:10px}.fp-selected{background:#fbfbfd;border:1px solid #e5e5e5;border-radius:12px;padding:12px 14px}.fp-selected-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.fp-selected-head strong{font-size:13px;color:#1f1f1f}.fp-counter{font-size:12px;color:#616161}.fp-section{background:#fbfbfd;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden}.fp-section-head{cursor:pointer;padding:12px 14px;font-size:14px;font-weight:700;color:#1f1f1f;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none;list-style:none}.fp-section-head::-webkit-details-marker{display:none}.fp-section-head span{color:#5c2d91;font-size:14px;margin-left:8px}.fp-section-body{padding:0 14px 14px;border-top:1px solid #e5e5e5}.fp-chips{display:flex;flex-wrap:wrap;gap:8px;padding-top:12px}.fp-chip{height:30px;border-radius:999px;border:1px solid #d7c7e6;background:#fff;color:#584464;font-weight:700;font-size:12px;padding:0 11px;cursor:pointer;display:inline-flex;align-items:center;transition:background .12s,border-color .12s}.fp-chip:hover{background:#f8f5ff;border-color:#c0a0d8}.fp-chip.fp-chip-active{background:#f3effa;border-color:#b79ccf;color:#5c2d91}.fp-field{display:grid;gap:5px;margin-top:12px}.fp-field label{font-size:12px;color:#616161;font-weight:600}.fp-date-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fp-footer{border-top:1px solid #e5e5e5;padding:14px 18px;display:flex;justify-content:space-between;align-items:center;gap:10px;background:#fff;flex-shrink:0}.fp-footer-left,.fp-footer-right{display:flex;gap:8px}.fp-btn-secondary{height:38px;border-radius:8px;border:1px solid #d9cbe6;background:#fff;color:#1f1f1f;font-weight:600;font-size:13px;padding:0 14px;cursor:pointer;font-family:inherit}.fp-btn-secondary:hover{background:#f8f5ff}.fp-btn-secondary:disabled{opacity:.6;cursor:not-allowed}.fp-btn-primary{height:38px;border:0;border-radius:8px;background:#5c2d91;color:#fff;font-weight:700;font-size:13px;padding:0 18px;cursor:pointer;font-family:inherit}.fp-btn-primary:hover{background:#4f2680}.board-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px 18px;background:linear-gradient(135deg,#f0ecff,#ede8ff,#f5f0ff);border-bottom:1px solid #e0d8f5;flex-wrap:wrap}.board-hero-left{display:flex;align-items:center;gap:16px}.board-hero-icon-wrap{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#7e42ce,#5c2d91);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 6px 18px #5c2d9140}.board-hero-title{font-size:22px;font-weight:800;margin:0 0 3px;color:#1f1f1f;letter-spacing:-.3px}.board-hero-sub{margin:0;font-size:13px;color:#616161}.board-stats{display:flex;gap:14px;flex-wrap:wrap}.board-stat-card{background:#fff;border-radius:14px;box-shadow:0 2px 8px #00000012;width:160px;overflow:hidden;display:flex;flex-direction:column}.board-stat-top{display:flex;align-items:center;gap:12px;padding:16px 16px 14px}.board-stat-icon-wrap{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.board-stat-icon-purple{background:#5c2d911a;color:#5c2d91}.board-stat-icon-red{background:#c50f1f1a;color:#c50f1f}.board-stat-icon-green{background:#107c411a;color:#107c41}.board-stat-num{font-size:24px;font-weight:800;color:#1f1f1f;letter-spacing:-.5px;line-height:1}.board-stat-num-red{color:#c50f1f}.board-stat-label{font-size:12px;color:#616161;margin-top:2px}.board-stat-bar{height:4px;width:100%;margin-top:auto}.board-stat-bar-purple{background:#5c2d91}.board-stat-bar-red{background:#c50f1f}.board-stat-bar-green{background:#107c41}.filter-popup .fp-body{overscroll-behavior:contain}.filter-control input[type=date]{padding-top:8px}.etv-desc-body{overflow:hidden}.etv-desc-body .rte{display:flex!important;flex-direction:column;height:100%}.etv-desc-body .rte-editor-wrap{flex:1;min-height:0;overflow-y:auto;resize:none;max-height:none}.etv-desc-body .rte-attachments-strip{order:-1;position:static;margin:0 0 6px;padding:6px 10px;background:#f5f0ff;border:1px solid #ede9fe;border-radius:8px;display:flex;flex-wrap:wrap;gap:6px;align-items:center;justify-content:flex-end;z-index:auto}
