:root{--color-primary: #3e5c76;--color-primary-hover: #33495e;--color-primary-subtle: #e8edf2;--color-bg-base: #ffffff;--color-bg-muted: #f4f6f8;--color-bg-elevated: #ffffff;--color-text-primary: #1b2733;--color-text-secondary: #5b6b7a;--color-text-disabled: #9aa7b2;--color-border: #d8dfe5;--color-border-strong: #b7c2cb;--color-success: #2e7d4f;--color-warning: #b8860b;--color-danger: #b3261e;--color-success-bg: #e6f2ea;--color-warning-bg: #faf3e0;--color-danger-bg: #f9e6e5;--font-family-base: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-base: 16px;--font-size-lg: 18px;--font-size-xl: 22px;--font-size-2xl: 28px;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--line-height-base: 1.45;--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;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-full: 999px;--shadow-sm: 0 1px 2px rgba(27, 39, 51, .08);--shadow-md: 0 4px 12px rgba(27, 39, 51, .12);--shadow-lg: 0 12px 32px rgba(27, 39, 51, .16);--tg-bg: var(--tg-theme-bg-color, var(--color-bg-base));--tg-secondary-bg: var(--tg-theme-secondary-bg-color, var(--color-bg-muted));--tg-text: var(--tg-theme-text-color, var(--color-text-primary));--tg-hint: var(--tg-theme-hint-color, var(--color-text-secondary));--tg-link: var(--tg-theme-link-color, var(--color-primary));--tg-button: var(--tg-theme-button-color, var(--color-primary));--tg-button-text: var(--tg-theme-button-text-color, #ffffff);--tg-section-bg: var(--tg-theme-section-bg-color, var(--color-bg-elevated))}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--tg-bg);color:var(--tg-text);font-family:var(--font-family-base);font-size:var(--font-size-base);font-weight:var(--font-weight-regular);line-height:var(--line-height-base);-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:inherit;font-size:inherit}.desk-columns{display:flex;gap:var(--space-3);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:var(--space-2);-webkit-overflow-scrolling:touch}.desk-column{flex:0 0 86%;max-width:360px;scroll-snap-align:start;background:var(--color-bg-muted);border-radius:var(--radius-md);padding:var(--space-3);display:flex;flex-direction:column;gap:var(--space-3);min-height:180px}@media(min-width:900px){.desk-columns{overflow-x:visible}.desk-column{flex:1 1 0;max-width:none}}.desk-column-title{display:flex;align-items:center;justify-content:space-between;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--tg-text)}.desk-count{min-width:22px;height:22px;padding:0 6px;border-radius:11px;background:var(--color-primary);color:#fff;font-size:var(--font-size-xs);display:inline-flex;align-items:center;justify-content:center}.desk-card{background:var(--tg-section-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2);text-align:left;cursor:pointer}.desk-empty{font-size:var(--font-size-sm);color:var(--tg-hint);text-align:center;padding:var(--space-6) var(--space-2)}.tabbar{position:fixed;left:0;right:0;bottom:0;display:flex;background:var(--tg-section-bg);border-top:1px solid var(--color-border);z-index:20;padding-bottom:env(safe-area-inset-bottom,0)}.tabbar button{flex:1;background:transparent;border:none;padding:var(--space-2) var(--space-1);min-height:52px;font-size:var(--font-size-xs);color:var(--tg-hint);cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:2px}.tabbar button.active{color:var(--color-primary);font-weight:var(--font-weight-semibold)}.tabbar .tab-icon{font-size:18px;line-height:1}.sheet-backdrop{position:fixed;inset:0;background:#0006;z-index:30}.sheet{position:fixed;left:0;right:0;bottom:0;top:8vh;background:var(--tg-bg);border-radius:var(--radius-lg) var(--radius-lg) 0 0;z-index:31;overflow-y:auto;padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-4)}@media(min-width:900px){.sheet{left:50%;right:auto;transform:translate(-50%);width:560px;top:6vh;bottom:6vh;border-radius:var(--radius-lg)}}
