.shell{background:var(--color-canvas);min-height:100dvh;display:flex}.shell__skip{top:var(--space-4);left:var(--space-4);z-index:40;padding:var(--space-3) var(--space-5);border:var(--border-width) solid var(--color-border-strong);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);transform:translateY(calc(-100% - var(--space-8)));font-weight:500;text-decoration:none;position:absolute}.shell__skip:focus-visible{transform:none}.shell__sidebar{width:var(--sidebar-width);flex-direction:column;flex:0 0 var(--sidebar-width);height:100dvh;padding:0 var(--space-5);border-right:var(--border-width) solid var(--color-border);background:var(--color-canvas);display:flex;position:sticky;top:0}.shell__brand{width:fit-content;height:48px;margin:var(--space-12) var(--space-5) 0;align-items:center;text-decoration:none;display:flex}.shell__brand-logo{width:176px;height:auto}.shell__brand-mark{width:36px;display:none}.shell__switcher{align-items:center;gap:var(--space-3);min-height:56px;margin-top:var(--space-8);padding:0 var(--space-4);border:var(--border-width) solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);font-size:var(--text-body-size);font-weight:500;display:flex}.shell__nav{margin-top:var(--space-8);flex-direction:column;display:flex;overflow-y:auto}.shell__brand+.shell__nav{margin-top:var(--space-12)}.shell__nav-item{height:64px;padding:0 var(--space-6);border-radius:var(--radius-md);color:var(--color-text);font-size:var(--text-body-size);transition:background-color var(--duration-fast) var(--ease-standard);align-items:center;gap:18px;text-decoration:none;display:flex}.shell__badge{border-radius:var(--radius-round);background:var(--color-ink);min-width:22px;height:22px;color:var(--color-text-inverse);font-size:var(--text-body-sm-size);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;margin-left:auto;padding:0 6px;font-weight:500;line-height:1;display:inline-flex}.shell--iconrail .shell__badge{min-width:18px;height:18px;margin-left:0;padding:0 4px;font-size:11px;position:absolute;top:8px;right:6px}.shell--iconrail .shell__nav-item{position:relative}.shell__badge--dot{min-width:16px;height:16px;margin-left:0;padding:0 4px;font-size:10px;position:absolute;top:-4px;right:4px}.shell__bottomnav-icon{position:relative}.shell__nav-item:hover{background:var(--color-surface-subtle)}.shell__nav-item[aria-current=page]{background:var(--color-surface-selected)}.shell__sidebar-footer{gap:var(--space-5);padding-bottom:var(--space-8);flex-direction:column;margin-top:auto;display:flex}.shell__help{align-items:center;gap:var(--space-3);min-height:52px;padding:0 var(--space-4);border-radius:var(--radius-md);background:var(--color-surface-subtle);color:var(--color-text);font-size:var(--text-body-sm-size);transition:background-color var(--duration-fast) var(--ease-standard);font-weight:500;text-decoration:none;display:flex}.shell__help:hover{background:var(--color-surface-selected)}.shell__account{align-items:center;gap:var(--space-3);padding:0 var(--space-2);min-height:44px;font-size:var(--text-body-size);font-weight:500;display:flex}.shell__account-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shell__main{flex:auto;min-width:0}.shell__page{max-width:calc(var(--content-max) + 2 * var(--page-pad-x));padding:var(--page-pad-y) var(--page-pad-x) var(--space-16);margin-inline:auto}.shell__topbar-actions .cl-userButtonTrigger,.shell__account .cl-userButtonTrigger{width:var(--touch-target);height:var(--touch-target);justify-content:center}.shell__topbar{z-index:20;justify-content:space-between;align-items:center;gap:var(--space-3);height:calc(var(--topbar-h) + env(safe-area-inset-top));padding:env(safe-area-inset-top) max(var(--space-4), env(safe-area-inset-right)) 0 max(var(--space-4), env(safe-area-inset-left));background:var(--color-canvas);border-bottom:var(--border-width) solid var(--color-border-subtle);display:none;position:sticky;top:0}.shell__topbar-brand{justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;display:inline-flex}.shell__topbar-logo{width:32px;height:auto}.shell__topbar-actions{align-items:center;gap:var(--space-2);display:flex}.shell__bottomnav{z-index:20;height:calc(var(--bottomnav-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);background:var(--color-canvas);border-top:var(--border-width) solid var(--color-border);display:none;position:fixed;bottom:0;left:0;right:0}.shell__bottomnav-item{justify-content:center;align-items:center;gap:var(--space-1);min-height:48px;color:var(--color-text-muted);font-size:var(--text-caption-size);flex-direction:column;flex:1 1 0;font-weight:500;line-height:1.4;text-decoration:none;display:flex}.shell__bottomnav-item[aria-current=page]{color:var(--color-ink)}.shell__bottomnav-icon{border-radius:var(--radius-round);justify-content:center;align-items:center;width:44px;height:28px;display:inline-flex}.shell__bottomnav-item[aria-current=page] .shell__bottomnav-icon{background:var(--color-surface-selected)}.shell__rail-toggle,.shell__rail-scrim{display:none}.shell--iconrail{--sidebar-width:76px}@media (width>=900px){.shell--iconrail .shell__sidebar{padding:0 var(--space-3);align-items:center}.shell--iconrail .shell__brand{width:44px;height:44px;margin:var(--space-12) 0 0;justify-content:center}.shell--iconrail .shell__brand-logo{display:none}.shell--iconrail .shell__brand-mark{display:block}.shell--iconrail .shell__label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.shell--iconrail .shell__switcher{justify-content:center;width:52px;min-height:52px;padding:0}.shell--iconrail .shell__nav{align-items:center;gap:var(--space-2)}.shell--iconrail .shell__nav-item{justify-content:center;gap:0;width:52px;height:52px;padding:0}.shell--iconrail .shell__help{justify-content:center;width:52px;min-height:52px;padding:0}.shell--iconrail .shell__sidebar-footer{align-items:center}.shell--iconrail .shell__account{justify-content:center;padding:0}.shell--iconrail .shell__account-name{display:none}.shell__rail-toggle{width:44px;height:44px;margin:var(--space-4) auto 0;border-radius:var(--radius-sm);color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.shell__rail-toggle:hover{background:var(--color-surface-subtle);color:var(--color-ink)}.shell--rail-open .shell__rail-toggle{margin:var(--space-4) 0 0;align-self:flex-start}.shell--rail-open .shell__sidebar{z-index:40;width:268px;box-shadow:var(--shadow-float);flex-basis:268px;position:fixed;top:0;bottom:0;left:0}.shell--rail-open .shell__rail-scrim{z-index:39;background:#0c0c0c52;border:none;padding:0;display:block;position:fixed;inset:0}.shell--rail-open .shell__main{margin-left:var(--sidebar-width)}}@media (width<=899px){.shell__sidebar{display:none}.shell__topbar,.shell__bottomnav{display:flex}.shell__page{padding-bottom:calc(var(--bottomnav-h) + var(--space-8) + env(safe-area-inset-bottom))}.shell__page:has([data-pane=thread]){padding-bottom:0}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2)format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2)format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2)format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2)format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2)format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2)format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2)format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2)format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2)format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2)format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2)format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--font-sans:"Inter", "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-display-size:56px;--text-display-line:1.08;--text-display-weight:500;--text-h1-size:44px;--text-h1-line:1.12;--text-h1-weight:500;--text-h2-size:28px;--text-h2-line:1.2;--text-h2-weight:500;--text-h3-size:20px;--text-h3-line:1.3;--text-h3-weight:500;--text-body-lg-size:18px;--text-body-lg-line:1.5;--text-body-size:16px;--text-body-line:1.5;--text-body-sm-size:14px;--text-body-sm-line:1.45;--text-caption-size:12px;--text-caption-line:1.4;--color-canvas:#fdfdfc;--color-surface:#fff;--color-surface-subtle:#f7f7f6;--color-surface-selected:#f1f1f0;--color-surface-strong:#ececeb;--color-ink:#0b0b0b;--color-text:#171717;--color-text-muted:#57575c;--color-text-faint:#85858b;--color-border:#dededc;--color-border-subtle:#eaeae8;--color-border-strong:#a7a7a4;--color-focus:#3159c6;--color-success-text:#275f2a;--color-success-bg:#edf5eb;--color-success-dot:#4daf50;--color-warning-text:#9b531b;--color-warning-bg:#fff2e2;--color-warning-dot:#f5a126;--color-danger-text:#b33b31;--color-danger-bg:#fdebea;--color-danger-dot:#e7564b;--color-info-text:#2652a3;--color-info-bg:#edf2fb;--color-info-dot:#397fd4;--color-violet-text:#3c249a;--color-violet-bg:#f1edff;--color-violet-dot:#a68be9;--color-neutral-text:#57575c;--color-neutral-bg:#f1f1f0;--color-text-inverse:#fff;--color-ink-hover:#222;--select-chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23171717' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");--date-indicator:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23171717' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");--time-indicator:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23171717' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");--space-0:0;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-round:999px;--border-width:1px;--shadow-none:none;--shadow-xs:0 1px 2px #0c0c0c0f;--shadow-float:0 8px 24px #0c0c0c14;--control-height-sm:40px;--control-height-md:48px;--control-height-lg:56px;--button-padding-x:20px;--input-padding-x:16px;--touch-target:44px;--topbar-h:56px;--bottomnav-h:64px;--sidebar-width:268px;--content-max:1180px;--page-pad-x:56px;--page-pad-y:72px;--grid-gap:20px;--header-block-gap:48px;--duration-fast:.12s;--duration-standard:.18s;--duration-slow:.24s;--ease-standard:cubic-bezier(.2, 0, 0, 1)}@media (width<=1199px){:root{--sidebar-width:76px;--page-pad-x:32px;--page-pad-y:48px;--text-display-size:44px}}@media (width<=767px){:root{--text-display-size:34px;--text-h1-size:32px;--text-h2-size:24px;--text-h3-size:18px;--text-body-lg-size:17px;--page-pad-x:16px;--page-pad-y:24px;--grid-gap:12px;--header-block-gap:28px}}@media (prefers-reduced-motion:reduce){:root{--duration-fast:0s;--duration-standard:0s;--duration-slow:0s}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--color-canvas);min-width:320px;min-height:100vh;color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-body-size);line-height:var(--text-body-line);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0}h1,h2,h3,h4,p{margin:0}::placeholder{color:var(--color-text-faint);opacity:1}input[type=checkbox],input[type=radio]{accent-color:var(--color-ink)}figure{margin:0}ul,ol{margin:0;padding:0;list-style:none}button,input,textarea,select{font:inherit;color:inherit}.select-control{appearance:none;padding-left:var(--input-padding-x);padding-right:calc(var(--input-padding-x) + 18px + var(--space-2));background-color:var(--color-surface);background-image:var(--select-chevron);background-position:right var(--input-padding-x) center;cursor:pointer;background-repeat:no-repeat}.select-control:disabled{cursor:default;opacity:.45}input[type=date],input[type=time]{appearance:none;line-height:normal}input[type=date]::-webkit-calendar-picker-indicator{border-radius:var(--radius-sm);background-color:#0000;background-image:var(--date-indicator);opacity:.72;cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:18px 18px;width:18px;height:18px;margin:0;padding:0}input[type=time]::-webkit-calendar-picker-indicator{border-radius:var(--radius-sm);background-color:#0000;background-image:var(--date-indicator);opacity:.72;cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:18px 18px;width:18px;height:18px;margin:0;padding:0}input[type=time]::-webkit-calendar-picker-indicator{background-image:var(--time-indicator)}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1;background-color:var(--color-surface-subtle)}input[type=time]::-webkit-calendar-picker-indicator:hover{opacity:1;background-color:var(--color-surface-subtle)}input[type=date]::-webkit-inner-spin-button{display:none}input[type=time]::-webkit-inner-spin-button{display:none}input[type=date]:disabled::-webkit-calendar-picker-indicator{cursor:default;opacity:.45}input[type=time]:disabled::-webkit-calendar-picker-indicator{cursor:default;opacity:.45}a{color:inherit}img,svg{max-width:100%;display:block}:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-display{font-size:var(--text-display-size);line-height:var(--text-display-line);font-weight:var(--text-display-weight);letter-spacing:-.025em}.text-h1{font-size:var(--text-h1-size);line-height:var(--text-h1-line);font-weight:var(--text-h1-weight);letter-spacing:-.025em}.text-h2{font-size:var(--text-h2-size);line-height:var(--text-h2-line);font-weight:var(--text-h2-weight);letter-spacing:-.012em}.text-h3{font-size:var(--text-h3-size);line-height:var(--text-h3-line);font-weight:var(--text-h3-weight);letter-spacing:-.012em}.text-body-lg{font-size:var(--text-body-lg-size);line-height:var(--text-body-lg-line)}.text-body-sm{font-size:var(--text-body-sm-size);line-height:var(--text-body-sm-line)}.text-caption{font-size:var(--text-caption-size);line-height:var(--text-caption-line);font-weight:500}.text-overline{font-size:var(--text-caption-size);line-height:var(--text-caption-line);letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);font-weight:500}.text-muted{color:var(--color-text-muted)}.tabular-nums{font-variant-numeric:tabular-nums}.numeric{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
