.sidebar-wrap{display:flex;flex-shrink:0;height:100vh;position:sticky;top:0;left:0;z-index:40}.sidebar{height:100%;background:var(--color-bg);border-right:var(--border);display:flex;flex-direction:column;flex-shrink:0;overflow:hidden}.sidebar--primary{width:60px;min-width:60px;transition:width .2s ease-out}.sidebar--primary-expanded.sidebar--primary{width:180px}.sidebar-inner{display:flex;flex-direction:column;height:100%;overflow:hidden}.sidebar-nav{flex:1;overflow-y:auto;padding:12px 0;display:flex;flex-direction:column;gap:4px;align-items:stretch}.sidebar-group{display:flex;flex-direction:column}.sidebar-item{display:grid;grid-template-columns:60px 1fr auto;align-items:center;min-height:48px;padding-right:12px;border-radius:10px;color:var(--color-text-muted);font-size:14px;font-weight:500;text-align:left;border:none;background:transparent;cursor:pointer;transition:background .2s,color .2s;width:100%;position:relative;overflow:hidden}.sidebar--primary .sidebar-item{grid-template-columns:60px 0px 0px;padding-right:0;transition:grid-template-columns .2s ease-out}.sidebar--primary-expanded .sidebar-item{grid-template-columns:60px 1fr auto;padding-right:12px}.sidebar-item:hover{background:var(--color-bg-subtle);color:var(--color-text)}.sidebar-item--active{background:var(--color-active-bg);color:var(--color-primary)}.sidebar-item--active:hover{background:#e7802426;color:var(--color-primary)}.sidebar-item--active:before{content:"";position:absolute;left:0;top:15%;bottom:15%;width:4px;background:var(--color-primary);border-radius:0 4px 4px 0;z-index:2}.sidebar-icon-wrap{width:60px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.sidebar-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:0;transition:opacity .2s;position:relative;z-index:1}.sidebar--primary-expanded .sidebar-label{opacity:1}.sidebar-chevron{opacity:0;transition:transform .2s,opacity .2s;color:var(--color-text-muted)}.sidebar--primary-expanded .sidebar-chevron{opacity:1}.sidebar-chevron--expanded{transform:rotate(180deg)}.sidebar-children{display:flex;flex-direction:column;gap:2px;padding:4px 0;background:#00000005;margin:0 8px;border-radius:8px;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.sidebar-item--child{min-height:40px;font-size:13px}.sidebar-item--child .sidebar-icon-wrap{width:50px}.sidebar--primary .sidebar-item--child{grid-template-columns:50px 0px 0px}.sidebar--primary-expanded .sidebar-item--child{grid-template-columns:50px 1fr auto}.topbar{height:var(--header-height);flex-shrink:0;background:var(--color-bg);border-bottom:var(--border);position:sticky;top:0;z-index:30;transition:box-shadow .2s ease}.topbar--scrolled{box-shadow:var(--shadow-scroll)}.topbar-inner{max-width:100%;width:100%;height:100%;padding-left:24px;padding-right:24px;display:flex;align-items:center;gap:24px}.topbar-brand{flex:1;min-width:0;display:flex;align-items:center;gap:8px;color:var(--color-text);font-weight:700;font-size:18px}.topbar-brand:hover{opacity:.9}.topbar-logo-img{height:90%;max-height:calc(var(--header-height) * .9);width:auto;display:block;object-fit:contain}.topbar-search-spacer{flex:0 0 360px;width:360px;max-width:calc(100vw - 48px);min-width:120px;height:40px}.topbar-search{position:fixed;top:calc((var(--header-height) - 40px) / 2);left:50%;transform:translate(-50%);width:360px;max-width:calc(100vw - 48px);min-width:120px;height:40px;display:flex;align-items:center;gap:10px;background:var(--color-bg-subtle);border:var(--border);border-radius:10px;padding:0 14px;transition:border-color .2s,box-shadow .2s}.topbar-search:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 2px #e7802426}.topbar-search-icon{flex-shrink:0;color:var(--color-text-muted)}.topbar-search-input{flex:1;min-width:0;border:none;background:none;outline:none;color:var(--color-text)}.topbar-search-input::placeholder{color:var(--color-text-muted)}.topbar-actions{flex:1;min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:12px}.topbar-plan{padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;background:var(--color-bg-subtle);border:var(--border);color:var(--color-text)}.topbar-plan:hover{background:var(--color-active-bg);color:var(--color-primary);border-color:var(--color-primary)}.topbar-lang{position:relative}.topbar-lang-trigger{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;font-size:14px;color:var(--color-text);border:none;background:transparent}.topbar-lang-trigger:hover{background:var(--color-bg-subtle)}.topbar-lang-globe{font-size:18px;line-height:1}.topbar-avatar-wrap{position:relative}.topbar-avatar{width:40px;height:40px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;transition:opacity 0s,transform 0s}.topbar-avatar:hover{opacity:.9;transform:scale(1.02)}.topbar-avatar-initials{line-height:1}.topbar-dropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:160px;background:var(--color-bg);border:var(--border);border-radius:var(--radius);box-shadow:var(--shadow-scroll);padding:6px 0;list-style:none;z-index:50}.topbar-dropdown--right{left:auto;right:0}.topbar-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:14px;color:var(--color-text);text-align:left;transition:background .15s}.topbar-dropdown-item:hover{background:var(--color-bg-subtle)}.topbar-dropdown-item--active{background:var(--color-active-bg);color:var(--color-primary)}@media (max-width: 768px){.topbar-search,.topbar-search-spacer{display:none}.topbar-inner{padding-left:16px;padding-right:24px}}.skip-link{position:absolute;top:-40px;left:0;background:#1d1d1f;color:#fff;padding:8px 16px;z-index:10000;font-size:14px;font-weight:600;border-radius:0 0 8px;transition:top .2s}.skip-link:focus{top:0}.app-shell{display:flex;height:100%;min-height:100vh}.app-main-wrap{flex:1;display:flex;flex-direction:column;min-width:0}.app-content-row{flex:1;display:flex;min-width:0;overflow:hidden}.app-main{flex:1;overflow:auto;padding:24px;background:var(--color-bg-subtle);min-width:0}@media (max-width: 768px){.app-main{padding:16px}}*{margin:0;padding:0;box-sizing:border-box}:root{--sidebar-width: 240px;--header-height: 64px;--font-sans: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", "Inter", Roboto, sans-serif;--border: 1px solid #e5e7eb;--radius: 12px;--radius-lg: 16px;--shadow: 0 1px 3px rgba(0, 0, 0, .06);--shadow-scroll: 0 2px 8px rgba(0, 0, 0, .06);--color-bg: #ffffff;--color-bg-subtle: #f9fafb;--color-text: #111827;--color-text-muted: #6b7280;--color-primary: rgb(231, 128, 36);--color-primary-hover: rgb(207, 115, 32);--color-active-bg: rgba(231, 128, 36, .1)}html,body,#root{height:100%}body{font-family:var(--font-sans);font-size:15px;font-weight:500;line-height:1.5;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit;font-size:inherit;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.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}.katex .katex-mathml{position:absolute;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}table{border-collapse:collapse;width:100%}th,td{padding:12px 16px;border-bottom:1px solid #e5e7eb;text-align:left}th{font-weight:600;background:#f5f5f7}
