.app-shell{grid-template-columns:var(--sidebar-width) 1fr;min-height:100vh;display:grid}.sidebar{gap:var(--space-24);padding:var(--space-16) var(--space-12);background:var(--surface);border-right:1px solid var(--separator);flex-direction:column;height:100vh;display:flex;position:sticky;top:0}.sidebar__brand{padding:var(--space-8);letter-spacing:-.01em;align-items:center;gap:10px;font-size:.95rem;font-weight:700;display:flex}.sidebar__brand-mark{border-radius:var(--radius-md);background:var(--brand);width:28px;height:28px;color:var(--brand-contrast);place-items:center;font-size:.75rem;font-weight:700;display:grid}.sidebar__divider{background:var(--separator);height:1px;margin:0 var(--space-16);border:none}.sidebar__nav{flex-direction:column;gap:1px;display:flex}.sidebar__link{padding:7px var(--space-12);border-radius:var(--radius-md);color:var(--text-secondary);align-items:center;gap:10px;font-size:.875rem;font-weight:500;transition:background .12s,color .12s;display:flex}.sidebar__link:hover{background:var(--surface-hover);color:var(--text)}.sidebar__link.is-active{background:var(--brand-soft);color:var(--brand);font-weight:600}.sidebar__link svg{opacity:.85;width:16px;height:16px}.sidebar__link.is-active svg{opacity:1}.sidebar__spacer{flex:1}.app-main{flex-direction:column;min-width:0;display:flex}.topbar{height:var(--topbar-height);justify-content:space-between;align-items:center;gap:var(--space-16);padding:0 var(--space-32);border-bottom:1px solid var(--separator);background:color-mix(in srgb, var(--bg) 85%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;display:flex;position:sticky;top:0}.topbar__title{letter-spacing:-.01em;font-size:1rem;font-weight:600}.topbar__actions{align-items:center;gap:var(--space-16);display:flex}.topbar__streak{color:var(--text-secondary);border-radius:var(--radius-pill);background:var(--surface);border:1px solid var(--separator);align-items:center;gap:5px;padding:4px 10px;font-size:.875rem;font-weight:600;display:inline-flex}.app-content{padding:var(--space-32);flex:1}.app-content--chat{flex-direction:column;min-height:0;display:flex;overflow:hidden}.app-content__inner{width:100%;max-width:var(--content-max);gap:var(--space-16);flex-direction:column;margin:0 auto;display:flex}.app-content__inner--wide{flex:1;max-width:none;min-height:0}.page-header{justify-content:space-between;align-items:flex-start;gap:var(--space-16);padding-bottom:var(--space-8);flex-wrap:wrap;display:flex}.page-header__title{letter-spacing:-.02em;font-size:1.35rem;font-weight:700}.page-header__subtitle{color:var(--muted);margin-top:2px;font-size:.875rem}.avatar{background:var(--surface-muted);border:1px solid var(--separator);width:30px;height:30px;color:var(--text);border-radius:50%;place-items:center;font-size:.75rem;font-weight:600;display:grid}.avatar--button{cursor:pointer;transition:border-color .12s,box-shadow .12s}.avatar--button:hover{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.user-menu{position:relative}.user-menu__dropdown{background:var(--surface);border:1px solid var(--separator);border-radius:var(--radius-lg);min-width:220px;box-shadow:var(--shadow-md);padding:var(--space-8);z-index:100;animation:.15s menu-in;position:absolute;top:calc(100% + 8px);right:0}@keyframes menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.user-menu__header{align-items:center;gap:var(--space-12);padding:var(--space-8) var(--space-12);display:flex}.user-menu__avatar{background:var(--brand-soft);width:32px;height:32px;color:var(--brand);border-radius:50%;flex-shrink:0;place-items:center;font-size:.75rem;font-weight:700;display:grid}.user-menu__info{flex-direction:column;gap:2px;min-width:0;display:flex}.user-menu__email{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:600;overflow:hidden}.user-menu__meta{color:var(--muted);font-size:.72rem}.user-menu__divider{background:var(--separator);height:1px;margin:var(--space-4) 0}.user-menu__item{width:100%;padding:8px var(--space-12);border-radius:var(--radius-md);color:var(--text);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .12s;display:flex}.user-menu__item:hover{background:var(--surface-hover)}.user-menu__item--danger{color:var(--error)}.user-menu__item--danger:hover{background:color-mix(in srgb, var(--error) 8%, transparent)}@media (width<=820px){:root{--bottom-nav-height:calc(56px + env(safe-area-inset-bottom,0px))}.app-shell{min-height:100dvh;display:block}.sidebar{z-index:40;width:100%;height:auto;min-height:var(--bottom-nav-height);padding:0 var(--space-4) env(safe-area-inset-bottom,0px);border-right:none;border-top:1px solid var(--separator);background:var(--surface);box-shadow:0 -4px 16px color-mix(in srgb, var(--text) 6%, transparent);flex-direction:row;justify-content:stretch;align-items:center;gap:0;position:fixed;inset:auto 0 0}.sidebar__brand,.sidebar__divider{display:none}.sidebar__nav{flex-direction:row;flex:1;justify-content:space-around;align-items:stretch;gap:0;width:100%;height:56px;min-height:56px}.sidebar__link{border-radius:var(--radius-md);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;width:auto;min-width:0;height:100%;padding:6px 2px;font-size:.62rem;font-weight:600;line-height:1.1}.sidebar__link svg{width:20px;height:20px}.sidebar__link-label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.app-main{width:100%;min-height:100dvh;padding-bottom:var(--bottom-nav-height)}.app-content{padding:var(--space-16)}.app-content--chat{padding-bottom:0}.topbar{padding:0 var(--space-16)}.page-header__title{font-size:1.15rem}}@media (width<=480px){.app-content{padding:var(--space-12)}.topbar{padding:0 var(--space-12);height:52px}.avatar{width:36px;height:36px}}
