:root{--brand: #1667d4;--brand-hover: #1257b4;--brand-active: #0f4a99;--brand-soft: #e8f1fd;--brand-contrast: #ffffff;--bg: #f2f3f4;--surface: #ffffff;--surface-2: #f7f8f8;--surface-3: #e4e6eb;--overlay: rgba(0, 0, 0, .55);--text: #050505;--text-secondary: #65676b;--text-tertiary: #8a8d91;--text-inverse: #ffffff;--text-link: var(--brand);--line: #ced0d4;--line-soft: #e4e6eb;--line-strong: #8a8d91;--success: #2e9e4f;--success-soft: #e5f4e9;--warning: #cc8000;--warning-soft: #fdf3e0;--danger: #d63040;--danger-soft: #fdecee;--info: #3b7fd4;--info-soft: #eaf1fb;--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 20px;--sp-6: 24px;--sp-8: 32px;--sp-10: 40px;--sp-12: 48px;--sp-16: 64px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--text-xs: 11px;--text-sm: 13px;--text-base: 15px;--text-lg: 17px;--text-xl: 20px;--text-2xl: 24px;--leading-tight: 1.25;--leading-normal: 1.5;--leading-loose: 1.65;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .08);--shadow: 0 2px 8px rgba(0, 0, 0, .12);--shadow-lg: 0 8px 28px rgba(0, 0, 0, .18);--ease: cubic-bezier(.2, .7, .3, 1);--duration: .16s;--duration-lg: .28s;--header-h: 56px;--bottom-nav-h: 56px;--sidebar-w: 280px;--feed-w: 680px;--z-header: 100;--z-dropdown: 200;--z-modal: 300;--z-toast: 400}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--brand: #4a90e8;--brand-hover: #63a2ee;--brand-active: #7db4f2;--brand-soft: #16283f;--bg: #18191a;--surface: #242526;--surface-2: #3a3b3c;--surface-3: #4e4f50;--overlay: rgba(0, 0, 0, .7);--text: #e4e6eb;--text-secondary: #b0b3b8;--text-tertiary: #8a8d91;--line: #3e4042;--line-soft: #303132;--line-strong: #6a6c6e;--success: #4fc06e;--success-soft: #16281c;--warning: #e0a030;--warning-soft: #2c2312;--danger: #ef5060;--danger-soft: #2e1418;--info: #5f9ce8;--info-soft: #14223a;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow: 0 2px 8px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 28px rgba(0, 0, 0, .6)}}:root[data-theme=dark]{--brand: #4a90e8;--brand-hover: #63a2ee;--brand-active: #7db4f2;--brand-soft: #16283f;--bg: #18191a;--surface: #242526;--surface-2: #3a3b3c;--surface-3: #4e4f50;--overlay: rgba(0, 0, 0, .7);--text: #e4e6eb;--text-secondary: #b0b3b8;--text-tertiary: #8a8d91;--line: #3e4042;--line-soft: #303132;--line-strong: #6a6c6e;--success: #4fc06e;--success-soft: #16281c;--warning: #e0a030;--warning-soft: #2c2312;--danger: #ef5060;--danger-soft: #2e1418;--info: #5f9ce8;--info-soft: #14223a;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow: 0 2px 8px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 28px rgba(0, 0, 0, .6)}*,*:before,*:after{box-sizing:border-box}html{scroll-padding-top:calc(var(--header-h) + var(--sp-4));-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:var(--text-base);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6,p,figure,blockquote{margin:0}h1,h2,h3,h4,h5,h6{font-weight:var(--weight-semibold);line-height:var(--leading-tight);text-wrap:balance}h1{font-size:var(--text-2xl)}h2{font-size:var(--text-xl)}h3{font-size:var(--text-lg)}h4,h5,h6{font-size:var(--text-base)}ul,ol{margin:0;padding:0;list-style:none}a{color:var(--text-link);text-decoration:none}a:hover{text-decoration:underline}img,video,canvas,svg{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}button{margin:0;padding:0;border:0;background:none;cursor:pointer}textarea{resize:vertical}code,pre,kbd,samp{font-family:var(--font-mono);font-size:.9em}hr{border:0;border-top:1px solid var(--line-soft);margin:0}:focus{outline:none}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:var(--radius-sm)}::selection{background:var(--brand);color:var(--brand-contrast)}*{scrollbar-width:thin;scrollbar-color:var(--surface-3) transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:var(--radius-full)}*::-webkit-scrollbar-thumb:hover{background:var(--line-strong)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes squadom-spin{to{transform:rotate(360deg)}}@keyframes squadom-fade-in{0%{opacity:0}to{opacity:1}}@keyframes squadom-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes squadom-typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}
