.app-shell{--primary:#2e4a8f;--primary-light:#e7ecf8;--primary-mid:#aabce3;--primary-hover:#26407e;--secondary:#ee6a80;--tertiary:#f4b84a;--success:#43a047;--bg:#fff;--surface:#f7f9fc;--foreground:#1a1a2e;--muted:#64748b;--border:#e2e8f0;--nav-w:228px;--banner-h:56px;flex-direction:column;height:100vh;font-family:Nunito Sans,sans-serif;display:flex;overflow:hidden}.app-shell .shell-banner{height:var(--banner-h);min-height:var(--banner-h);background:var(--bg);border-bottom:1.5px solid var(--border);z-index:100;justify-content:space-between;align-items:center;padding:0 20px 0 0;display:flex;position:relative}.app-shell .banner-logo{width:var(--nav-w);flex-shrink:0;align-items:center;gap:8px;padding:0 20px;text-decoration:none;display:flex}.app-shell .logo-icon{background:var(--primary);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.app-shell .logo-wordmark{letter-spacing:-.2px;font-family:Fredoka,sans-serif;font-size:22px;font-weight:700;line-height:1}.app-shell .banner-right{align-items:center;gap:10px;display:flex}.app-shell .btn-new-story{background:var(--primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:100px;align-items:center;gap:6px;padding:8px 16px 8px 12px;font-family:Nunito Sans,sans-serif;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,transform .1s;display:inline-flex;box-shadow:0 2px 10px #2e4a8f38}.app-shell .btn-new-story:hover{background:var(--primary-hover)}.app-shell .btn-new-story:active{transform:scale(.97)}.app-shell .help-fab{border:1px solid var(--border);width:32px;height:32px;color:var(--muted);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-family:Fredoka,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.app-shell .help-fab:hover{color:var(--primary);border-color:var(--primary-mid);background:var(--primary-light)}.app-shell .plus-icon{background:#ffffff38;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:16px;font-weight:400;line-height:1;display:flex}.app-shell .avatar-trigger{cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:1.5px solid #0000;border-radius:100px;align-items:center;gap:6px;padding:5px 8px 5px 5px;transition:border-color .15s,background .15s;display:flex;position:relative}.app-shell .avatar-trigger:hover{border-color:var(--border);background:var(--surface)}.app-shell .avatar-trigger.open{border-color:var(--primary-mid);background:var(--primary-light)}.app-shell .avatar-circle{background:linear-gradient(135deg,var(--primary-mid),var(--primary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-family:Fredoka,sans-serif;font-size:13px;font-weight:600;display:flex}.app-shell .avatar-name{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;max-width:88px;font-size:13px;font-weight:700;overflow:hidden}.app-shell .avatar-chevron{color:var(--muted);font-size:11px;line-height:1;transition:transform .2s}.app-shell .avatar-trigger.open .avatar-chevron{transform:rotate(180deg)}.app-shell .avatar-dropdown{background:var(--bg);border:1.5px solid var(--border);z-index:200;border-radius:16px;width:220px;display:none;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 32px #1a1a2e1f}.app-shell .avatar-dropdown.open{animation:.15s shellDropdownIn;display:block}@keyframes shellDropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.app-shell .dropdown-header{border-bottom:1px solid var(--border);padding:14px 16px 10px}.app-shell .dropdown-header .dh-name{color:var(--foreground);font-size:14px;font-weight:700}.app-shell .dropdown-header .dh-email{color:var(--muted);margin-top:2px;font-size:12px}.app-shell .dropdown-header .dh-plan{background:var(--primary-light);color:var(--primary);letter-spacing:.06em;text-transform:uppercase;border-radius:100px;align-items:center;gap:5px;margin-top:8px;padding:3px 10px;font-size:11px;font-weight:800;display:inline-flex}.app-shell .dropdown-items{padding:6px 0}.app-shell .dropdown-item{color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:9px 16px;font-family:Nunito Sans,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:background .12s;display:flex}.app-shell .dropdown-item:hover{background:var(--surface)}.app-shell .dropdown-item.danger{color:#dc2626}.app-shell .dropdown-item.danger:hover{background:#fff5f5}.app-shell .dropdown-divider{background:var(--border);height:1px;margin:4px 0}.app-shell .shell-body{flex:1;display:flex;overflow:hidden}.app-shell .shell-sidebar{width:var(--nav-w);min-width:var(--nav-w);background:var(--surface);border-right:1.5px solid var(--border);flex-direction:column;gap:2px;padding:16px 12px;display:flex;overflow-y:auto}.app-shell .nav-section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-top:4px;padding:12px 10px 6px;font-size:10px;font-weight:800}.app-shell .nav-section-label:first-child{margin-top:0}.app-shell .nav-item{cursor:pointer;color:var(--muted);-webkit-user-select:none;user-select:none;border-radius:12px;align-items:center;gap:10px;padding:9px 10px;font-size:13.5px;font-weight:600;text-decoration:none;transition:background .12s,color .12s;display:flex;position:relative}.app-shell .nav-item:hover{color:var(--foreground);background:#2e4a8f12}.app-shell .nav-item.active{background:var(--primary-light);color:var(--primary)}.app-shell .nav-item .nav-icon{width:20px;height:20px;color:var(--muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.app-shell .nav-item:hover .nav-icon{color:var(--foreground)}.app-shell .nav-item.active .nav-icon{color:var(--primary)}.app-shell .nav-badge{background:var(--secondary);color:#fff;text-align:center;border-radius:100px;min-width:20px;margin-left:auto;padding:2px 7px;font-size:10px;font-weight:800}.app-shell .nav-badge.subtle{background:var(--primary-light);color:var(--primary)}.app-shell .sidebar-footer{border-top:1px solid var(--border);margin-top:auto;padding-top:12px}.app-shell .shell-main{background:var(--bg);flex:1;overflow-y:auto}.app-shell .mobile-toggle{border:1.5px solid var(--border);cursor:pointer;width:36px;height:36px;color:var(--foreground);background:0 0;border-radius:10px;justify-content:center;align-items:center;transition:background .12s;display:none}.app-shell .mobile-toggle:hover{background:var(--surface)}.app-shell .sidebar-overlay{z-index:149;background:#0000004d;display:none;position:fixed;inset:0}.app-shell .sidebar-overlay.open{display:block}@media (max-width:900px){.app-shell .mobile-toggle{display:flex}.app-shell .shell-sidebar{top:var(--banner-h);z-index:150;box-shadow:none;transition:transform .25s cubic-bezier(.22,.8,.5,1);position:fixed;bottom:0;left:0;transform:translate(-100%)}.app-shell .shell-sidebar.open{transform:translate(0);box-shadow:8px 0 32px #0000001a}.app-shell .banner-logo{width:auto}}@media (max-width:480px){.app-shell .avatar-name,.app-shell .btn-new-story span{display:none}}
