.DeveloperWorkstationVisual-module__9_9LrG__workspaceContainer{flex-direction:column;align-items:center;width:100%;max-width:440px;margin:0 auto;display:flex;position:relative}.DeveloperWorkstationVisual-module__9_9LrG__ambientGlow{background:radial-gradient(circle, var(--kc-accent-glow,#06b6d433) 0%, #3b82f614 50%, transparent 75%);filter:blur(40px);z-index:0;pointer-events:none;width:70%;height:70%;position:absolute;top:15%;left:15%}.DeveloperWorkstationVisual-module__9_9LrG__ideWindow{z-index:1;background:var(--kc-bg-screen,#09090b);border:1px solid var(--kc-accent-border,#06b6d44d);width:100%;box-shadow:var(--kc-shadow-card,0 16px 40px #0006), 0 0 20px var(--kc-accent-glow,#06b6d41f);border-radius:18px;transition:transform .3s,border-color .3s;position:relative;overflow:hidden}.DeveloperWorkstationVisual-module__9_9LrG__ideWindow:hover{border-color:var(--kc-accent-primary,#06b6d4);transform:translateY(-2px)}.DeveloperWorkstationVisual-module__9_9LrG__ideHeader{border-bottom:1px solid var(--kc-border,#ffffff14);background:#00000059;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.DeveloperWorkstationVisual-module__9_9LrG__windowControls{align-items:center;gap:6px;display:flex}.DeveloperWorkstationVisual-module__9_9LrG__controlDot{border-radius:50%;width:10px;height:10px;display:inline-block}.DeveloperWorkstationVisual-module__9_9LrG__dotClose{background:#ff5f56}.DeveloperWorkstationVisual-module__9_9LrG__dotMin{background:#ffbd2e}.DeveloperWorkstationVisual-module__9_9LrG__dotMax{background:#27c93f}.DeveloperWorkstationVisual-module__9_9LrG__fileTab{background:#ffffff0f;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;display:flex}.DeveloperWorkstationVisual-module__9_9LrG__tabIcon{color:#06b6d4;font-size:.75rem}.DeveloperWorkstationVisual-module__9_9LrG__tabFilename{color:#e2e8f0;font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem;font-weight:500}.DeveloperWorkstationVisual-module__9_9LrG__headerStatus{align-items:center;gap:6px;display:flex}.DeveloperWorkstationVisual-module__9_9LrG__statusLiveDot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite DeveloperWorkstationVisual-module__9_9LrG__pulseLive;box-shadow:0 0 6px #10b981}@keyframes DeveloperWorkstationVisual-module__9_9LrG__pulseLive{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.DeveloperWorkstationVisual-module__9_9LrG__statusText{color:#10b981;font-family:monospace;font-size:.7rem;font-weight:700}.DeveloperWorkstationVisual-module__9_9LrG__codeBody{background:#09090b;gap:14px;padding:16px;font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-size:.8rem;line-height:1.6;display:flex}.DeveloperWorkstationVisual-module__9_9LrG__lineNumbers{color:#52525b;-webkit-user-select:none;user-select:none;text-align:right;flex-direction:column;font-size:.75rem;display:flex}.DeveloperWorkstationVisual-module__9_9LrG__codeContent{color:#f1f5f9;flex-direction:column;display:flex;overflow-x:auto}.DeveloperWorkstationVisual-module__9_9LrG__codeLine{white-space:nowrap}.DeveloperWorkstationVisual-module__9_9LrG__keyword{color:#f43f5e;font-weight:600}.DeveloperWorkstationVisual-module__9_9LrG__className{color:#38bdf8;font-weight:600}.DeveloperWorkstationVisual-module__9_9LrG__varName{color:#93c5fd}.DeveloperWorkstationVisual-module__9_9LrG__funcName{color:#a78bfa}.DeveloperWorkstationVisual-module__9_9LrG__number{color:#fbbf24}.DeveloperWorkstationVisual-module__9_9LrG__string{color:#34d399}.DeveloperWorkstationVisual-module__9_9LrG__comment{color:#64748b;font-style:italic}.DeveloperWorkstationVisual-module__9_9LrG__ideFooter{border-top:1px solid var(--kc-border,#ffffff14);background:#00000073;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.DeveloperWorkstationVisual-module__9_9LrG__footerLeft{gap:8px;display:flex}.DeveloperWorkstationVisual-module__9_9LrG__footerTag{letter-spacing:.05em;color:#06b6d4;background:#06b6d41f;border:1px solid #06b6d440;border-radius:4px;padding:2px 8px;font-size:.65rem;font-weight:700}.DeveloperWorkstationVisual-module__9_9LrG__footerRight{color:#94a3b8;font-size:.7rem;font-weight:500}.DeveloperWorkstationVisual-module__9_9LrG__footerBrand{color:#cbd5e1}.DeveloperWorkstationVisual-module__9_9LrG__devFloatingBadge{z-index:2;background:var(--kc-bg-surface,#18181b);border:1px solid var(--kc-accent-border,#06b6d459);box-shadow:var(--kc-shadow-card,0 10px 25px #0000004d), 0 0 12px var(--kc-accent-glow,#06b6d41a);-webkit-backdrop-filter:blur(12px);border-radius:14px;align-items:center;gap:12px;margin-top:-24px;padding:10px 16px;transition:transform .2s;display:flex;position:relative}.DeveloperWorkstationVisual-module__9_9LrG__devFloatingBadge:hover{transform:translateY(-2px)}.DeveloperWorkstationVisual-module__9_9LrG__avatarRing{background:linear-gradient(135deg,#06b6d433,#3b82f633);border:1px solid #06b6d466;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.DeveloperWorkstationVisual-module__9_9LrG__avatarLogo{object-fit:cover;border-radius:8px}.DeveloperWorkstationVisual-module__9_9LrG__badgeInfo{flex-direction:column;display:flex}.DeveloperWorkstationVisual-module__9_9LrG__badgeLabel{letter-spacing:.08em;color:var(--kc-accent-primary,#06b6d4);text-transform:uppercase;font-size:.65rem;font-weight:700}.DeveloperWorkstationVisual-module__9_9LrG__badgeName{color:var(--kc-text-primary,#fff);font-size:.9rem;font-weight:700}@media (max-width:480px){.DeveloperWorkstationVisual-module__9_9LrG__codeBody{gap:8px;padding:12px;font-size:.72rem}.DeveloperWorkstationVisual-module__9_9LrG__devFloatingBadge{width:95%;padding:8px 12px}}
