.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px;color:var(--text-primary)}.loading-spinner{width:36px;height:36px;border-radius:50%;border:4px solid var(--border-subtle);border-top-color:var(--brand-primary);animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.language-toggle{display:inline-flex;align-items:center;gap:0;background:#0000000f;border-radius:8px;padding:2px}.language-toggle__button{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:none;background:transparent;color:#666;font-size:14px;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s ease;white-space:nowrap;outline:none}@media(max-width:768px){.language-toggle__button{padding:6px 10px;font-size:13px}}.language-toggle__button:hover:not(.language-toggle__button--active){color:#333;background:transparent}.language-toggle__button:focus{outline:none;box-shadow:none}.language-toggle__button--active{background:#fff;color:#333;box-shadow:0 1px 2px #0000000d}.language-toggle__button--active:hover{background:#fff;color:#333}.language-toggle__icon{font-size:14px;display:flex;align-items:center}.language-toggle__label{line-height:1}.app-header{display:flex;align-items:center;justify-content:flex-end;padding:0 24px;height:64px;background-color:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}.app-header__actions{display:flex;align-items:center;gap:12px}.app-header__icon-button{width:40px;height:40px;border-radius:8px;border:none;background:transparent;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:18px}.app-header__icon-button:hover{background:#f3f4f6;color:#111827}.app-header__icon-button:active{background:#e5e7eb}.sidebar{width:80px;background-color:#fff;border-right:1px solid #e5e7eb;flex-shrink:0;display:flex;flex-direction:column;height:100vh;overflow:hidden}.sidebar__logo{height:64px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e5e7eb;flex-shrink:0}.sidebar__logo-icon{width:40px;height:40px;border-radius:50%;background:#6366f1;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600}.sidebar__nav{display:flex;flex-direction:column;gap:8px;padding:0 12px;flex:1;overflow-y:auto;overflow-x:hidden;min-height:0}.sidebar__item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 0;border-radius:0;color:#6b7280;text-decoration:none;transition:all .2s ease;font-weight:500;background:transparent}@media(max-width:768px){.sidebar__item{padding:10px 12px}}.sidebar__item:hover:not(.sidebar__item--active){background-color:transparent}.sidebar__item:hover:not(.sidebar__item--active) .sidebar__icon-wrapper{background-color:#f3f4f6}.sidebar__item--active,.sidebar__item--active:hover{background-color:transparent;color:#6366f1}.sidebar__item--active .sidebar__icon-wrapper{background-color:#6366f1}.sidebar__item--active .sidebar__icon{color:#fff}.sidebar__icon-wrapper{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background-color:transparent;transition:all .2s ease}.sidebar__icon{width:20px;height:20px;flex-shrink:0;font-size:20px;color:#6b7280;transition:color .2s ease}.sidebar__label{font-size:11px;text-align:center;line-height:1.2;color:inherit}@media(max-width:768px){.sidebar__label{font-size:14px}}.sidebar__footer{padding:16px;display:flex;align-items:center;justify-content:center;border-top:1px solid #e5e7eb;flex-shrink:0}.sidebar__user-avatar{width:40px;height:40px;border-radius:50%;background:#6366f1;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}:root{color-scheme:light;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;line-height:1.5;font-weight:400;--brand-primary: #2563eb;--surface-background: #f5f7fb;--surface-elevated: rgba(255, 255, 255, .75);--surface-hover: rgba(37, 99, 235, .08);--text-primary: #0f172a;--text-secondary: #475569;--border-subtle: rgba(15, 23, 42, .1)}:root[data-theme=dark]{color-scheme:dark;--brand-primary: #60a5fa;--surface-background: #0f172a;--surface-elevated: rgba(15, 23, 42, .85);--surface-hover: rgba(148, 163, 184, .12);--text-primary: #f8fafc;--text-secondary: #cbd5f5;--border-subtle: rgba(148, 163, 184, .24)}*{box-sizing:border-box}html{overflow:hidden;height:100%}body{margin:0;min-height:100vh;height:100vh;overflow:hidden;background-color:var(--surface-background);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}#root{min-height:100vh;height:100vh;overflow:hidden}html.page-scrollable,body.page-scrollable,#root.page-scrollable{height:auto;min-height:100vh;overflow:auto}.app-shell{min-height:100vh;height:100vh;overflow:hidden;display:flex;flex-direction:column}.app-body{display:flex;flex:1;overflow:hidden;height:100vh;min-height:0}.app-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0;height:100%}.app-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:32px 24px 48px;background-color:#fff;min-height:0}@media(max-width:768px){.app-content{padding:24px 16px 32px}}.page{background-color:transparent}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:999px;border:1px solid transparent;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;text-decoration:none}.button.primary{background:linear-gradient(135deg,#2563eb,#9333ea);color:#fff;box-shadow:0 10px 20px #2563eb40}.button.primary:hover{transform:translateY(-1px);box-shadow:0 12px 24px #2563eb4d}.button.secondary{background-color:transparent;border-color:var(--border-subtle);color:var(--text-primary)}.button.secondary:hover{background-color:var(--surface-hover)}@media(max-width:768px){.page__hero h1{font-size:32px}}
