.sidebar-provider{--sidebar-width:224px;--sidebar-width-icon:64px;--sidebar-current-width:var(--sidebar-width);min-width:0}.sidebar-provider[data-state=collapsed]{--sidebar-current-width:var(--sidebar-width-icon)}.sidebar{flex-direction:column;flex:0 0 var(--sidebar-current-width);width:var(--sidebar-current-width);min-width:0;min-height:0;color:var(--secondary);background:var(--shell-background,var(--canvas));gap:24px;padding:16px 12px 12px;display:flex}.sidebar-inset{flex:1;min-width:0;min-height:0}.sidebar-content{scrollbar-width:thin;flex-direction:column;flex:1;gap:24px;min-height:0;display:flex;overflow:hidden auto}.sidebar-footer{margin-top:auto}.sidebar-group{min-width:0}.sidebar-group-label{white-space:nowrap;height:32px;color:var(--muted);padding:4px 12px 12px;font-size:12px;font-weight:500;line-height:16px;overflow:hidden}.sidebar-menu{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.sidebar-menu-item{min-width:0}.sidebar-menu-button{width:100%;height:40px;color:var(--secondary);text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;padding:0 12px;font-size:14px;font-weight:500;display:flex;overflow:hidden}.sidebar-menu-button>svg{opacity:.82;flex-shrink:0;width:18px;height:18px}.sidebar-menu-button>span{text-overflow:ellipsis;overflow:hidden}.sidebar-menu-button:hover{background:color-mix(in srgb, var(--primary) 4%, transparent);color:var(--foreground)}.sidebar-menu-button[data-active=true]{background:var(--sidebar-active-background,color-mix(in srgb, var(--primary) 7%, transparent));color:var(--primary)}.sidebar-menu-button[data-active=true]>svg{opacity:1}.sidebar-menu-button:active{background:color-mix(in srgb, var(--primary) 10%, transparent)}.sidebar-menu-button:focus-visible,.sidebar-trigger:focus-visible{outline:2px solid var(--secondary);outline-offset:-2px}.sidebar[data-state=collapsed] .sidebar-group-label{border-bottom:1px solid var(--border);color:#0000;height:16px;margin:0 8px 12px;padding:0}.sidebar[data-state=collapsed] .sidebar-menu-button{justify-content:center;gap:0;padding:0}.sidebar[data-state=collapsed] .sidebar-menu-button>:not(svg){display:none}.sidebar-trigger{width:36px;height:36px;color:var(--secondary);background:0 0;border:0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.sidebar-trigger:hover{background:var(--input);color:var(--foreground)}.sidebar-trigger:active{background:var(--border)}.sidebar-tooltip{z-index:150;background:var(--primary);color:var(--background);box-shadow:var(--shadow);border-radius:10px;padding:8px 12px;font-size:12px;font-weight:500;line-height:1.4}.sidebar-overlay{z-index:110;background:#01051e40;animation:.18s ease-out sidebar-fade-in;position:fixed;inset:0}.sidebar-drawer{z-index:111;background:var(--shell-background,var(--canvas));width:min(288px,100vw - 32px);box-shadow:var(--shadow);border-radius:24px;flex-direction:column;animation:.18s cubic-bezier(.23,1,.32,1) sidebar-slide-in;display:flex;position:fixed;inset:8px auto 8px 8px;overflow:hidden}.sidebar-drawer-heading{justify-content:space-between;align-items:center;min-height:60px;padding:8px 12px 8px 24px;display:flex}.sidebar-drawer-heading h2{color:var(--foreground);letter-spacing:0;font-size:14px;font-weight:600}.sidebar-drawer .sidebar{flex:1;width:100%;padding-top:8px}.sidebar-drawer .sidebar-menu-button{height:44px}.sidebar-drawer .sidebar-trigger{width:44px;height:44px}@media (max-width:900px){.sidebar-provider,.sidebar-provider[data-state=collapsed]{--sidebar-current-width:0px}.sidebar-desktop{display:none}.sidebar-trigger{width:44px;height:44px}}@keyframes sidebar-fade-in{0%{opacity:0}}@keyframes sidebar-slide-in{0%{opacity:0;transform:translate(-12px)}}@media (prefers-reduced-motion:reduce){.sidebar-overlay,.sidebar-drawer{animation:none}.sidebar-menu-button,.sidebar-trigger{transition:none}}
:root{--shell-background:#f3f4f6;--sidebar-active-background:#e5e9f0}.sidebar-provider>.app-shell{background:var(--shell-background);flex-direction:column;height:100dvh;min-height:0;display:flex}.shell-navbar{flex-shrink:0;align-items:center;gap:18px;height:68px;padding:0 24px;display:flex}.shell-brand{letter-spacing:-.6px;color:var(--primary);flex-shrink:0;align-items:center;gap:10px;font-size:19px;font-weight:650;display:inline-flex}.shell-brand svg{width:30px;height:30px}.navbar-divider{background:#d8dce3;width:1px;height:22px}.workspace-switcher{min-width:0;max-width:240px;color:var(--primary);white-space:nowrap;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;padding:10px;font-size:13px;font-weight:550;display:inline-flex}.workspace-switcher:hover,.workspace-switcher[data-state=open]{background:#e9ebef}.workspace-switcher>span:first-of-type{text-overflow:ellipsis;overflow:hidden}.workspace-switcher>svg,.workspace-switcher>span:last-child{flex-shrink:0}.workspace-switcher-icon{color:var(--muted)}.navbar-search{width:clamp(210px,25vw,330px);height:38px;color:var(--muted);background:#fff;border-radius:12px;align-items:center;gap:10px;margin-left:auto;padding:0 10px 0 12px;display:flex;box-shadow:0 0 0 1px #0b1f3a17,0 1px 2px #0b1f3a08}.navbar-search:focus-within{box-shadow:0 0 0 2px var(--secondary)}.navbar-search>svg{flex-shrink:0}.navbar-search input{background:0 0;border:0;outline:none;height:100%;padding:0;font-size:13px}.navbar-search kbd{color:#758092;border:1px solid #e6e8ed;border-radius:6px;flex-shrink:0;padding:1px 5px;font-family:inherit;font-size:11px}.search-clear{width:28px;height:28px;color:var(--secondary);background:0 0;border:0;border-radius:8px;flex-shrink:0;place-items:center;display:grid}.search-clear:hover{background:var(--input)}.shell-avatar{width:36px;height:36px;color:var(--primary);background:#e2e7ed;border:1px solid #0b1f3a0d;border-radius:50%;flex-shrink:0;place-items:center;font-size:11px;font-weight:600;display:grid}.shell-avatar:hover{background:#d7dee7}.shell-body{flex:1;min-width:0;min-height:0;padding:0 12px 12px 0;display:flex}.shell-workspace{background:var(--background);border:1px solid #e1e4e9;border-radius:24px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 3px -2px #0b1f3a1f;container-type:inline-size}.workspace-bar{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:14px;min-height:64px;padding:10px 22px 10px 14px;display:flex}.workspace-bar .sidebar-trigger{width:40px;height:40px}.workspace-divider{background:var(--border);flex-shrink:0;width:1px;height:20px}.workspace-breadcrumb{align-items:center;gap:12px;min-width:0;display:flex}.workspace-breadcrumb .breadcrumb-parent{color:var(--muted);font-size:13px}.workspace-breadcrumb h1{letter-spacing:-.015em;white-space:nowrap;font-size:14px;font-weight:600}.workspace-bar-actions{gap:8px;margin-left:auto;display:flex}.workspace-bar-actions .button{min-height:36px;padding:8px 12px;font-size:12px}.workspace-scroll{overscroll-behavior:contain;scrollbar-width:thin;outline:none;flex-direction:column;flex:1;min-height:0;display:flex;overflow:auto}.workspace-scroll>.location-layout,.workspace-scroll>.playground{min-height:100%}.shell-workspace .location-layout{grid-template-columns:264px minmax(0,1fr)}.shell-workspace .location-list{background:#fdfdfe;min-height:0}.location-list-title,.review-list-title{color:var(--secondary);justify-content:space-between;align-items:center;gap:8px;padding:23px 22px 18px;font-size:12px;font-weight:550;display:flex}.location-list-title>span:last-child{color:var(--muted);font-variant-numeric:tabular-nums;font-size:11px}.shell-workspace .location-row{border-radius:12px;padding:14px 12px}.shell-workspace .location-row.selected{background:#edf0f5;border-color:#0000}.shell-workspace .location-row strong{font-size:13px}.shell-workspace .location-row small{font-size:12px}.shell-workspace .location-heading{min-height:105px;padding:24px}.shell-workspace .location-heading h2{margin-top:0;font-size:24px}.shell-workspace .location-heading p{font-size:13px}.shell-workspace .location-map{border:1px solid var(--border);border-radius:16px;flex-shrink:0;height:clamp(320px,48vh,620px);margin:0 24px;overflow:hidden}.shell-workspace .knowledge-section{padding:24px}.shell-workspace .list-footer{padding:24px;font-size:11px}.shell-workspace .playground{grid-template-columns:180px minmax(0,1fr)}.shell-workspace .api-sidebar{background:#fdfdfe}.shell-workspace .api-sidebar>button{border-radius:10px}.shell-workspace .review-layout{grid-template-columns:280px minmax(0,1fr)}.review-list-title{padding:6px 12px 18px}.shell-workspace .review-empty{min-height:400px}.sidebar-experiment{color:var(--muted);white-space:nowrap;align-items:center;gap:10px;padding:12px;font-size:12px;display:flex}.sidebar-experiment svg{flex-shrink:0}.sidebar[data-state=collapsed] .sidebar-experiment{padding-left:11px}.sidebar[data-state=collapsed] .sidebar-experiment>span{display:none}.shell-menu{z-index:150;min-width:220px;max-width:min(360px,100vw - 24px);max-height:var(--radix-select-content-available-height,360px);transform-origin:var(--radix-dropdown-menu-content-transform-origin,top left);background:#fff;border-radius:16px;padding:6px;animation:.12s ease-out fade-in;overflow:auto;box-shadow:0 0 0 1px #0b1f3a12,0 4px 8px #0b1f3a0f,0 16px 48px #0b1f3a1a}.shell-menu-item{cursor:pointer;border-radius:10px;outline:none;justify-content:flex-start;align-items:center;gap:10px;min-height:40px;padding:10px 12px;font-size:13px;display:flex}.organization-menu .shell-menu-item{justify-content:space-between}.shell-menu-item[data-highlighted]{background:var(--input)}.shell-menu-label{color:var(--muted);overflow-wrap:anywhere;padding:10px 12px;font-size:12px;font-weight:550;display:block}.shell-menu-separator{background:var(--border);height:1px;margin:4px 6px}.menu-scroll{place-items:center;padding:5px;display:grid}.skip-link{z-index:200;background:var(--primary);color:#fff;border-radius:10px;padding:10px 16px;position:fixed;top:12px;left:16px;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}@container (max-width:1050px){.api-columns{grid-template-columns:1fr}.api-request{border-right:0;border-bottom:1px solid var(--border)}.code-editor{min-height:240px}.code-result{max-height:420px}.scenario-buttons{display:none}}@container (max-width:800px){.shell-workspace .location-layout{grid-template-columns:225px minmax(0,1fr)}.shell-workspace .location-heading{padding:20px}.shell-workspace .location-heading h2{font-size:21px}.shell-workspace .location-map{margin:0 20px}.breadcrumb-parent{display:none}.shell-workspace .review-layout{grid-template-columns:240px minmax(0,1fr)}.shell-workspace .review-detail{padding:24px}}@media (max-width:900px){.shell-body{padding-left:12px}.shell-navbar{gap:12px;padding:0 20px}.shell-brand-name{display:none}.workspace-switcher{max-width:200px}}@media (max-width:760px){.shell-workspace .location-list,.shell-workspace .location-main,.shell-workspace .api-sidebar,.shell-workspace .api-main{flex-shrink:0}}@media (max-width:600px){.shell-navbar{grid-template-columns:30px minmax(0,1fr) 40px;gap:10px 12px;height:auto;min-height:108px;padding:14px 16px 12px;display:grid}.navbar-divider{display:none}.workspace-switcher{width:fit-content;max-width:100%;height:36px;padding:6px 0}.workspace-switcher-icon{display:none}.shell-avatar{justify-self:end;width:36px;height:36px}.navbar-search{order:4;grid-column:1/-1;width:100%;height:40px}.navbar-search input{font-size:16px}.navbar-search kbd{display:none}.shell-body{padding:0 8px 8px}.shell-workspace{border-radius:20px}.workspace-bar{gap:8px;min-height:62px;padding:8px 12px 8px 8px}.workspace-breadcrumb h1{font-size:13px}.workspace-divider{display:none}.workspace-bar-actions .button{min-height:40px;padding:9px 12px}.workspace-bar-actions .button svg{display:none}.shell-workspace .location-layout,.shell-workspace .review-layout{flex-direction:column;display:flex}.location-list-title{padding:14px 18px 10px}.location-list-title>span:last-child{display:none}.shell-workspace .location-heading{min-height:96px;padding:20px}.shell-workspace .location-heading h2{font-size:22px}.shell-workspace .location-map{border-radius:14px;height:360px;margin:0 12px}.shell-workspace .knowledge-section{padding:24px 20px}.shell-workspace .location-row{padding:12px}.shell-workspace .review-list-title{display:none}.shell-workspace .review-detail{padding:20px}.shell-menu-item{min-height:44px}.shell-workspace .playground{flex-direction:column;display:flex}}@media (prefers-reduced-motion:reduce){.shell-menu{animation:none}}
