.Sidebar-module__nl9a7G__sidebar{width:var(--sidebar-width);background:var(--navy-light);border-right:1px solid var(--border);z-index:100;flex-direction:column;transition:width .2s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.Sidebar-module__nl9a7G__collapsed{width:var(--sidebar-collapsed)}.Sidebar-module__nl9a7G__overlay{z-index:99;background:#00000080;position:fixed;inset:0}.Sidebar-module__nl9a7G__logo{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:20px;display:flex}.Sidebar-module__nl9a7G__logoIcon{object-fit:cover;border-radius:8px;flex-shrink:0;width:36px;height:36px}.Sidebar-module__nl9a7G__logoText{color:var(--text);white-space:nowrap;flex:1;font-size:18px;font-weight:700;overflow:hidden}.Sidebar-module__nl9a7G__themeToggle{cursor:pointer;border-radius:var(--radius-sm);opacity:.7;background:0 0;border:none;flex-shrink:0;padding:4px;font-size:16px;transition:opacity .15s}.Sidebar-module__nl9a7G__themeToggle:hover{opacity:1;background:var(--card-bg)}.Sidebar-module__nl9a7G__nav{flex:1;padding:12px 0;overflow-y:auto}.Sidebar-module__nl9a7G__navSection{text-transform:uppercase;letter-spacing:1px;color:var(--text-dim);white-space:nowrap;padding:8px 12px 4px;font-size:11px;font-weight:600;overflow:hidden}.Sidebar-module__nl9a7G__navItem{width:100%;color:var(--text-muted);font-size:14px;font-family:var(--font);cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:12px;padding:10px 20px;text-decoration:none;transition:all .15s;display:flex}.Sidebar-module__nl9a7G__navItem:hover{color:var(--text);background:var(--card-bg)}.Sidebar-module__nl9a7G__navItemActive{color:var(--text);background:var(--card-bg-hover);border-left-color:var(--gold);font-weight:600}.Sidebar-module__nl9a7G__navIcon{opacity:.85;flex-shrink:0;width:20px;height:20px}.Sidebar-module__nl9a7G__navItemActive .Sidebar-module__nl9a7G__navIcon{opacity:1}.Sidebar-module__nl9a7G__divider{background:var(--border);height:1px;margin:8px 16px}.Sidebar-module__nl9a7G__userSection{border-top:1px solid var(--border);padding:16px 20px}.Sidebar-module__nl9a7G__userName{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:13px;overflow:hidden}.Sidebar-module__nl9a7G__userRole{color:var(--text-dim);white-space:nowrap;margin-bottom:8px;font-size:11px}.Sidebar-module__nl9a7G__signOutBtn{color:var(--text-dim);cursor:pointer;font-size:12px;font-family:var(--font);background:0 0;border:none;padding:0}.Sidebar-module__nl9a7G__signOutBtn:hover{color:var(--text-muted)}.Sidebar-module__nl9a7G__collapseBtn{background:var(--navy-surface);border:1px solid var(--border-light);width:24px;height:24px;color:var(--text-muted);cursor:pointer;z-index:101;border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex;position:absolute;top:20px;right:-12px}.Sidebar-module__nl9a7G__collapseBtn:hover{background:var(--card-bg-hover);color:var(--text)}@media (max-width:767px){.Sidebar-module__nl9a7G__sidebar{width:var(--sidebar-width);transition:transform .2s;transform:translate(-100%)}.Sidebar-module__nl9a7G__sidebarOpen{transform:translate(0)}.Sidebar-module__nl9a7G__collapseBtn{display:none}}
.Button-module__iG8H9W__button{font-family:var(--font);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:background-color .15s,opacity .15s;display:inline-flex}.Button-module__iG8H9W__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__iG8H9W__primary{background-color:var(--gold);color:var(--navy)}.Button-module__iG8H9W__primary:hover:not(:disabled){background-color:var(--gold-hover)}.Button-module__iG8H9W__secondary{color:var(--text);border:1px solid var(--border-light);background-color:#0000}.Button-module__iG8H9W__secondary:hover:not(:disabled){background-color:var(--card-bg-hover)}.Button-module__iG8H9W__danger{background-color:var(--error);color:#fff}.Button-module__iG8H9W__danger:hover:not(:disabled){opacity:.9}.Button-module__iG8H9W__ghost{color:var(--text-muted);background-color:#0000;padding:8px 12px}.Button-module__iG8H9W__ghost:hover:not(:disabled){color:var(--text);background-color:var(--card-bg)}.Button-module__iG8H9W__small{padding:6px 14px;font-size:13px}.Button-module__iG8H9W__fullWidth{width:100%}.Button-module__iG8H9W__spinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite Button-module__iG8H9W__spin}@keyframes Button-module__iG8H9W__spin{to{transform:rotate(360deg)}}
.Card-module__PHE8EW__card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px;transition:background-color .15s}.Card-module__PHE8EW__clickable{cursor:pointer}.Card-module__PHE8EW__clickable:hover{background:var(--card-bg-hover)}.Card-module__PHE8EW__attention{border-color:var(--warning);background:var(--warning-dim)}.Card-module__PHE8EW__critical{border-color:var(--error);background:var(--error-dim)}.Card-module__PHE8EW__success{border-color:var(--success);background:var(--success-dim)}
.FeaturePrimer-module__VFvJ_a__backdrop{background:var(--backdrop);z-index:9999;justify-content:center;align-items:center;padding:24px;animation:.2s FeaturePrimer-module__VFvJ_a__fadeIn;display:flex;position:fixed;inset:0}.FeaturePrimer-module__VFvJ_a__card{background:var(--surface);border-radius:var(--radius-lg);text-align:center;border:1px solid var(--border);width:100%;max-width:440px;padding:40px 36px 32px;animation:.3s FeaturePrimer-module__VFvJ_a__slideUp;box-shadow:0 8px 32px #0006}.FeaturePrimer-module__VFvJ_a__dismiss{color:var(--text-dim);cursor:pointer;background:0 0;border:none;margin-bottom:8px;margin-left:auto;padding:4px 8px;font-size:.85rem;display:block}.FeaturePrimer-module__VFvJ_a__dismiss:hover{color:var(--text-muted)}.FeaturePrimer-module__VFvJ_a__iconCircle{border-radius:40px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;font-size:36px;display:flex}.FeaturePrimer-module__VFvJ_a__title{color:var(--text);margin-bottom:12px;font-size:1.35rem;font-weight:700}.FeaturePrimer-module__VFvJ_a__body{color:var(--text-muted);margin-bottom:28px;font-size:.95rem;line-height:1.65}.FeaturePrimer-module__VFvJ_a__learnMore{color:var(--link);margin-bottom:20px;font-size:.85rem;text-decoration:none;display:inline-block}.FeaturePrimer-module__VFvJ_a__learnMore:hover{text-decoration:underline}.FeaturePrimer-module__VFvJ_a__cta{background:var(--gold);width:100%;color:var(--navy);border-radius:var(--radius-md);cursor:pointer;border:none;padding:12px 24px;font-size:1rem;font-weight:600;transition:background .15s}.FeaturePrimer-module__VFvJ_a__cta:hover{background:var(--gold-hover)}@keyframes FeaturePrimer-module__VFvJ_a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes FeaturePrimer-module__VFvJ_a__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.ChatPanel-module__MhWphG__fab{background:var(--gold);width:56px;height:56px;color:var(--navy);cursor:pointer;z-index:90;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 16px #0000004d}.ChatPanel-module__MhWphG__fab:hover{transform:scale(1.06);box-shadow:0 6px 24px #0006}.ChatPanel-module__MhWphG__fabHidden{display:none}.ChatPanel-module__MhWphG__fabIcon{width:24px;height:24px}.ChatPanel-module__MhWphG__panelContainer{z-index:95;pointer-events:none;width:420px;height:0;max-height:0;transition:height .25s,max-height .25s;position:fixed;bottom:0;right:0;overflow:hidden}.ChatPanel-module__MhWphG__panelOpen{pointer-events:auto;height:70vh;max-height:70vh}.ChatPanel-module__MhWphG__panel{background:var(--navy-light);border:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;border-bottom:none;flex-direction:column;width:420px;height:70vh;display:flex;box-shadow:0 -8px 32px #0000004d}.ChatPanel-module__MhWphG__header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.ChatPanel-module__MhWphG__headerTitle{color:var(--text);font-size:15px;font-weight:600}.ChatPanel-module__MhWphG__headerActions{align-items:center;gap:8px;display:flex}.ChatPanel-module__MhWphG__closeBtn{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:4px 8px;font-size:20px;line-height:1}.ChatPanel-module__MhWphG__closeBtn:hover{color:var(--text);background:var(--card-bg)}.ChatPanel-module__MhWphG__messages{flex:1;padding:16px 20px;overflow-y:auto}.ChatPanel-module__MhWphG__emptyState{text-align:center;padding:40px 16px}.ChatPanel-module__MhWphG__emptyTitle{margin-bottom:8px;font-size:16px;font-weight:600}.ChatPanel-module__MhWphG__emptyDesc{color:var(--text-muted);margin-bottom:20px;font-size:13px}.ChatPanel-module__MhWphG__quickActions{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.ChatPanel-module__MhWphG__message{margin-bottom:12px;display:flex}.ChatPanel-module__MhWphG__messageUser{justify-content:flex-end}.ChatPanel-module__MhWphG__messageAssistant{justify-content:flex-start}.ChatPanel-module__MhWphG__bubble{border-radius:var(--radius-md);white-space:pre-wrap;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.6}.ChatPanel-module__MhWphG__bubbleUser{background:var(--gold-dim);border:1px solid var(--gold);color:var(--text)}.ChatPanel-module__MhWphG__bubbleAssistant{background:var(--card-bg);border:1px solid var(--border);color:var(--text)}.ChatPanel-module__MhWphG__toolsUsed{color:var(--text-dim);margin-top:6px;font-size:11px}.ChatPanel-module__MhWphG__typing{gap:4px;padding:10px 14px;display:flex}.ChatPanel-module__MhWphG__typingDot{background:var(--text-dim);border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite ChatPanel-module__MhWphG__pulse}.ChatPanel-module__MhWphG__typingDot:nth-child(2){animation-delay:.2s}.ChatPanel-module__MhWphG__typingDot:nth-child(3){animation-delay:.4s}@keyframes ChatPanel-module__MhWphG__pulse{0%,to{opacity:.3}50%{opacity:1}}.ChatPanel-module__MhWphG__inputBar{border-top:1px solid var(--border);flex-shrink:0;padding:12px 20px}.ChatPanel-module__MhWphG__inputForm{gap:8px;display:flex}.ChatPanel-module__MhWphG__inputField{font-size:14px;font-family:var(--font);background:var(--navy-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);color:var(--text);outline:none;flex:1;padding:10px 14px}.ChatPanel-module__MhWphG__inputField:focus{border-color:var(--gold)}@media (max-width:767px){.ChatPanel-module__MhWphG__panelContainer{width:100vw;right:0}.ChatPanel-module__MhWphG__panelOpen{height:85vh;max-height:85vh}.ChatPanel-module__MhWphG__panel{border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100vw;height:85vh}.ChatPanel-module__MhWphG__fab{width:48px;height:48px;bottom:16px;right:16px}}@media (min-width:768px) and (max-width:1199px){.ChatPanel-module__MhWphG__panelContainer,.ChatPanel-module__MhWphG__panel{width:380px}}
.DeviceFrame-module__FX0Aza__frame{background:#1a1a1a;border-radius:40px;padding:12px;display:inline-block;position:relative;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff0f}.DeviceFrame-module__FX0Aza__screen{background:var(--surface-variant);border-radius:30px;position:relative;overflow:hidden}.DeviceFrame-module__FX0Aza__screen img{border-radius:30px;width:100%;height:auto;display:block}.DeviceFrame-module__FX0Aza__island{z-index:2;background:#1a1a1a;border-radius:14px;width:90px;height:28px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.DeviceFrame-module__FX0Aza__placeholder{color:var(--text-dim);justify-content:center;align-items:center;min-height:500px;font-size:.85rem;display:flex}.DeviceFrame-module__FX0Aza__small .DeviceFrame-module__FX0Aza__frame{border-radius:28px;max-width:200px;padding:8px}.DeviceFrame-module__FX0Aza__small .DeviceFrame-module__FX0Aza__screen{border-radius:20px}.DeviceFrame-module__FX0Aza__small .DeviceFrame-module__FX0Aza__island{border-radius:10px;width:60px;height:20px;top:7px}.DeviceFrame-module__FX0Aza__medium .DeviceFrame-module__FX0Aza__frame{max-width:280px}.DeviceFrame-module__FX0Aza__large .DeviceFrame-module__FX0Aza__frame{max-width:360px}
