:root{--bg: #232F3E;--bg-card: #2e3b4a;--bg-input: #232F3E;--bg-sidebar: #1e2a36;--bg-content: #1a2530;--border: #3a4a5a;--text: #fff;--text-secondary: #aaa;--text-muted: #888;--accent: #00b4d8;--accent-hover: #0096b4;--error: #ef4444;--success: #22c55e;--warning: #f59e0b;--gradient: linear-gradient(45deg, #8b5cf6, #3b28cc, #0077ff, #00b4d8);--radius: 8px;--radius-lg: 16px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overflow-x:hidden;background-color:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.6}#root{height:100%}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:var(--font)}input,textarea{font-family:var(--font);font-size:.9375rem;background:var(--bg-input);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;width:100%;outline:none;transition:border-color .2s}input::placeholder,textarea::placeholder{color:#666}input:focus,textarea:focus{border-color:var(--accent)}.card-gradient{background:var(--gradient);padding:2px;border-radius:var(--radius-lg)}.card-inner{background:var(--bg-card);border-radius:14px;padding:2.5rem 2rem}.btn-gradient{position:relative;display:block;width:100%;padding:2px;border:none;border-radius:50px;background:var(--gradient);cursor:pointer;margin-top:.5rem}.btn-gradient-inner{display:block;padding:.625rem 1.5rem;border-radius:50px;background:var(--bg-card);font-size:1rem;font-weight:600;color:var(--accent);transition:all .3s ease}.btn-gradient:hover .btn-gradient-inner{background:transparent;color:#fff}.btn-gradient:disabled{opacity:.5;cursor:not-allowed}.btn-gradient:disabled .btn-gradient-inner{background:var(--bg-card);color:var(--accent)}.btn-outline{background:transparent;border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);padding:.5rem 1rem;font-size:.875rem;transition:border-color .2s,color .2s}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.error-box{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:var(--radius);padding:.75rem 1rem;margin-bottom:1.5rem;font-size:.875rem;color:var(--error);text-align:center}.form-group{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.form-group label{font-size:.8125rem;font-weight:500;color:var(--text-secondary)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.site-footer{background:#232f3e;color:#ccc;width:100%;flex-shrink:0;border-top:2px solid;border-image:linear-gradient(45deg,#8b5cf6,#3b28cc,#07f,#00b4d8) 1}.footer-inner{max-width:80%;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;gap:1rem}.footer-copyright{margin:0;font-size:.8125rem;color:#888;white-space:nowrap}.status-indicator{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-message{font-size:.8125rem;white-space:nowrap}.status-up .status-dot{background:#22c55e;box-shadow:0 0 6px #22c55e99}.status-up .status-message{color:#22c55e}.status-degraded .status-dot{background:#f59e0b;box-shadow:0 0 6px #f59e0b99}.status-degraded .status-message{color:#f59e0b}.status-down .status-dot{background:#ef4444;box-shadow:0 0 6px #ef444499}.status-down .status-message{color:#ef4444}.footer-links{display:flex;gap:1.25rem}.footer-links a{color:#aaa;text-decoration:none;font-size:.8125rem;transition:color .2s;white-space:nowrap}.footer-links a:hover{color:#fff}.site-footer--compact .footer-inner{max-width:100%;padding:.625rem 2rem}@media (max-width: 768px){.footer-inner{max-width:100%;flex-direction:column;align-items:center;text-align:center;padding:.75rem 1.5rem;gap:.5rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:.75rem}}.auth-page{display:flex;flex-direction:column;min-height:100vh;background:#232f3e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.auth-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem}.auth-logo{margin-bottom:2.5rem}.auth-logo img{height:48px;width:auto;display:block;margin:0 auto}.auth-logo-sub{display:block;text-align:center;margin-top:.5rem;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted, #888)}.auth-card{width:100%;max-width:400px;background:linear-gradient(45deg,#8b5cf6,#3b28cc,#07f,#00b4d8);padding:2px;border-radius:16px}.auth-card__inner{background:#2e3b4a;border-radius:14px;padding:2.5rem 2rem}.auth-card__inner h1{margin:0 0 .375rem;font-size:1.5rem;font-weight:700;color:#fff;text-align:center}.auth-subtitle{margin:0 0 2rem;font-size:.9375rem;color:#888;text-align:center}.auth-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:.75rem 1rem;margin-bottom:1.5rem;font-size:.875rem;color:#ef4444;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.8125rem;font-weight:500;color:#aaa}.form-group input{padding:.75rem 1rem;border:1px solid #3a4a5a;border-radius:8px;background:#232f3e;color:#fff;font-size:.9375rem;font-family:inherit;transition:border-color .2s;outline:none;width:100%;box-sizing:border-box}.form-group input::placeholder{color:#666}.form-group input:focus{border-color:#00b4d8}.auth-submit-btn{position:relative;display:block;width:100%;padding:2px;border:none;border-radius:50px;background:linear-gradient(45deg,#8b5cf6,#3b28cc,#07f,#00b4d8);cursor:pointer;transition:all .3s ease;margin-top:.5rem}.auth-submit-btn span{display:block;padding:.625rem 1.5rem;border-radius:50px;background:#2e3b4a;font-size:1rem;font-weight:600;color:#00b4d8;transition:all .3s ease}.auth-submit-btn:hover span{background:transparent;color:#fff}.auth-submit-btn:disabled{opacity:.5;cursor:not-allowed}.auth-submit-btn:disabled span{background:#2e3b4a;color:#00b4d8}.auth-switch{margin:1.5rem 0 0;font-size:.875rem;color:#888;text-align:center}.auth-switch a{color:#00b4d8;text-decoration:none;font-weight:500;cursor:pointer}.auth-switch a:hover{text-decoration:underline}@media (max-width: 768px){.auth-card__inner{padding:2rem 1.5rem}}.join-terms-card{max-width:560px}.terms-scroll{background:#1a2530;border:1px solid #3a4a5a;border-radius:8px;padding:1.25rem 1.5rem;max-height:280px;overflow-y:auto;margin-bottom:1.25rem;font-size:.875rem;color:#aaa;line-height:1.7}.terms-para{margin:0 0 .75rem}.terms-para:last-child{margin-bottom:0}.terms-checkbox{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem;font-size:.9rem;color:#aaa;cursor:pointer;-webkit-user-select:none;user-select:none}.terms-checkbox input[type=checkbox]{width:16px;height:16px;flex-shrink:0;accent-color:#00b4d8;cursor:pointer}.join-back-btn{display:block;width:100%;background:transparent;border:none;color:#888;font-size:.875rem;margin-top:.75rem;padding:.5rem;text-align:center;cursor:pointer;transition:color .2s;font-family:inherit}.join-back-btn:hover{color:#fff}.workshop-wrapper{display:flex;flex-direction:column;height:100vh;background:var(--bg)}.workshop-layout{display:flex;flex:1;overflow:hidden}.sidebar-wrap{flex-shrink:0;display:flex;flex-direction:column}.workshop-main{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.workshop-topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:.625rem 1.5rem;border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:10;gap:1rem}.workshop-topbar-left{display:flex;align-items:center;gap:.625rem;min-width:0;text-decoration:none}.workshop-topbar-left:hover{text-decoration:none}.workshop-topbar-logo{height:28px;width:auto;display:block;flex-shrink:0}.workshop-topbar-brand{font-size:.75rem;font-weight:600;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.workshop-title{font-size:.875rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.workshop-topbar-right{display:flex;align-items:center;justify-content:flex-end;gap:.625rem}.ai-toggle-btn{display:flex;align-items:center;gap:.375rem;background:#00b4d814;border:1px solid rgba(0,180,216,.3);border-radius:20px;color:var(--accent);font-size:.8125rem;font-weight:600;padding:.375rem .875rem;transition:background .2s}.ai-toggle-btn:hover,.ai-toggle-btn.active{background:#00b4d829}.topbar-logout,.topbar-back{font-size:.8125rem;padding:.375rem .875rem}.workshop-scroll{flex:1;overflow-y:auto;display:flex;flex-direction:column}.mobile-menu-btn{display:none;position:fixed;top:.75rem;left:.75rem;z-index:100;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);padding:.5rem}.mobile-overlay{display:none}@media (max-width: 900px){.mobile-menu-btn{display:flex}.sidebar-wrap{position:fixed;top:0;left:0;z-index:99;transform:translate(-100%);transition:transform .25s ease}.sidebar-wrap.open{transform:translate(0)}.mobile-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:98}.workshop-topbar{grid-template-columns:auto 1fr auto;padding-left:3.5rem}.ai-panel{position:fixed;top:0;right:0;z-index:99;height:100vh;box-shadow:-4px 0 24px #0006}}.ws-overview-layout{display:flex;min-height:100vh;background:var(--bg)}.ws-overview-scroll{flex:1;overflow-y:auto}.ws-overview-content{max-width:820px;margin:0 auto;padding:3rem 2rem 5rem;user-select:none;-webkit-user-select:none}.ws-overview-hero{margin-bottom:3rem}.ws-overview-accent{height:4px;width:56px;background:var(--gradient);border-radius:2px;margin-bottom:1.5rem}.ws-overview-id{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.ws-overview-title{font-size:2rem;font-weight:700;color:var(--text);margin:0 0 1rem;line-height:1.25}.ws-overview-desc{font-size:1rem;color:var(--text-secondary);margin:0 0 2rem;line-height:1.75;max-width:640px}.ws-stats{display:flex;align-items:center;gap:1.5rem;padding:1.125rem 1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:fit-content}.ws-stat{display:flex;flex-direction:column;align-items:center;gap:.125rem}.ws-stat-value{font-size:1.5rem;font-weight:700;color:var(--accent);line-height:1}.ws-stat-label{font-size:.6875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.ws-stat-divider{width:1px;height:2rem;background:var(--border)}.ws-agenda{margin-bottom:3rem}.ws-section-label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem}.ws-modules{display:flex;flex-direction:column;gap:.75rem}.ws-module{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s}.ws-module:hover{border-color:#00b4d84d}.ws-module-header{display:flex;align-items:center;gap:.875rem;padding:.875rem 1.125rem;border-bottom:1px solid var(--border)}.ws-module-num{width:28px;height:28px;border-radius:50%;background:var(--gradient);display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700;color:#fff;flex-shrink:0}.ws-module-meta{display:flex;align-items:baseline;gap:.625rem;flex:1;min-width:0}.ws-module-title{font-weight:600;color:var(--text);font-size:.9375rem}.ws-module-time{font-size:.8125rem;color:var(--text-muted)}.ws-module-badge{font-size:.75rem;color:var(--text-muted);background:#ffffff0d;border:1px solid var(--border);border-radius:20px;padding:.125rem .625rem;white-space:nowrap;flex-shrink:0}.ws-module-badge--progress{color:var(--success);border-color:#22c55e66;background:#22c55e14}.ws-module--done{border-color:#22c55e4d}.ws-module--done .ws-module-header{border-bottom-color:#22c55e33}.ws-module-num--done{background:var(--success)!important;display:flex;align-items:center;justify-content:center}.ws-steps{list-style:none;margin:0;padding:.375rem 0}.ws-step{display:flex;align-items:center;gap:.5rem;padding:.4375rem 1.125rem .4375rem 1.375rem;color:var(--text-secondary);font-size:.875rem}.ws-step svg{color:var(--text-muted);flex-shrink:0}.ws-step-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:16px}.ws-step-label{flex:1}.ws-step-time{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.ws-step--done{color:var(--success)}.ws-step--done .ws-step-label{text-decoration:line-through;opacity:.7}.ws-step--current{color:var(--accent);font-weight:500}.ws-cta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.ws-begin-btn{position:relative;padding:2px;border:none;border-radius:50px;background:var(--gradient);cursor:pointer;min-width:200px}.ws-reset-btn{background:transparent;border:1px solid var(--border);border-radius:50px;color:var(--text-muted);font-size:.875rem;font-weight:500;padding:.625rem 1.5rem;cursor:pointer;transition:border-color .2s,color .2s}.ws-reset-btn:hover{border-color:var(--error);color:var(--error)}.ws-reset-btn--confirm{border-color:var(--error);color:var(--error);background:#ef444414}.ws-begin-btn span{display:block;padding:.75rem 2.5rem;border-radius:50px;background:var(--bg-card);font-size:1rem;font-weight:600;color:var(--accent);transition:all .3s ease;text-align:center}.ws-begin-btn:hover span{background:transparent;color:#fff}.ws-skeleton-hero{display:flex;flex-direction:column;gap:0;padding-top:3rem}.ws-skeleton-line{border-radius:6px;background:linear-gradient(90deg,var(--bg-card) 25%,var(--border) 50%,var(--bg-card) 75%);background-size:200% 100%;animation:shimmer 1.4s ease infinite}.ws-error-box{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-top:3rem;padding:1.5rem;background:#ef444412;border:1px solid rgba(239,68,68,.25);border-radius:var(--radius);color:var(--error);font-size:.9375rem}.ws-error-box p{margin:0}@media (max-width: 900px){.ws-overview-content{padding:4.5rem 1.25rem 4rem}.ws-overview-title{font-size:1.5rem}.ws-stats{width:100%;justify-content:space-evenly}.ws-module-header{flex-wrap:wrap;gap:.625rem}}.progress-bar-wrap{display:flex;align-items:center;gap:.75rem;padding:0 1rem}.progress-bar-track{flex:1;height:4px;background:var(--border);border-radius:2px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--gradient);border-radius:2px;transition:width .4s ease}.progress-bar-label{font-size:.75rem;color:var(--text-muted);white-space:nowrap;min-width:80px;text-align:right}.sidebar{width:280px;min-width:280px;background:var(--bg-sidebar);border-right:1px solid var(--border);display:flex;flex-direction:column;height:100%;overflow:hidden}.sidebar-header{padding:1.25rem 1rem 1rem;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem}.sidebar-overview-btn{flex:unset!important}.sidebar-logo{display:flex;align-items:center;gap:.625rem;text-decoration:none}.sidebar-logo:hover{text-decoration:none}.sidebar-product{font-size:.8125rem;font-weight:600;color:var(--text-muted);letter-spacing:.04em}.sidebar-actions{padding:.875rem 1rem;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.sidebar-action-btn{position:relative;flex:1;padding:2px;border:none;border-radius:50px;background:linear-gradient(45deg,#8b5cf6,#3b28cc,#07f,#00b4d8);cursor:pointer}.sidebar-action-btn span{display:block;padding:.4375rem .5rem;border-radius:50px;background:var(--bg-sidebar);font-size:.75rem;font-weight:600;color:var(--accent);transition:all .3s ease;text-align:center;white-space:nowrap}.sidebar-action-btn:hover span{background:transparent;color:#fff}.sidebar-reset-btn{width:100%;background:transparent;border:1px solid var(--border);border-radius:50px;color:var(--text-muted);font-size:.75rem;font-weight:500;padding:.4375rem 1rem;cursor:pointer;transition:border-color .2s,color .2s,background .2s;text-align:center}.sidebar-reset-btn:hover{border-color:var(--error);color:var(--error)}.sidebar-reset-btn--confirm{border-color:var(--error);color:var(--error);background:#ef444414}.sidebar-workshop-name{margin:0;font-size:1.5rem;font-weight:700;line-height:1.3;background:linear-gradient(45deg,#8b5cf6,#3b28cc,#07f,#00b4d8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sidebar-progress{padding:.875rem 0;border-bottom:1px solid var(--border)}.sidebar-nav{flex:1;padding:.75rem 0;overflow-y:auto;min-height:0}.sidebar-module{margin-bottom:.25rem}.sidebar-module-toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;background:transparent;border:none;color:var(--text);font-size:.8125rem;font-weight:600;text-align:left;text-transform:uppercase;letter-spacing:.06em;transition:color .15s}.sidebar-module-toggle:hover{color:var(--accent)}.sidebar-chevron{flex-shrink:0;transition:transform .2s;color:var(--text-muted)}.sidebar-chevron.open{transform:rotate(90deg)}.sidebar-module-title{flex:1}.sidebar-steps{list-style:none;margin:0;padding:0 0 .5rem}.sidebar-step{display:flex;align-items:center;gap:.625rem;width:100%;padding:.5rem 1rem .5rem 2rem;background:transparent;border:none;color:var(--text-muted);font-size:.875rem;text-align:left;transition:background .15s,color .15s;border-radius:0}.sidebar-step:hover{background:#ffffff0a;color:var(--text)}.sidebar-step.active{color:var(--accent);background:#00b4d814}.sidebar-step.done{color:var(--success)}.sidebar-dot{width:12px;height:12px;border-radius:50%;border:2px solid currentColor;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .15s}.sidebar-step.done .sidebar-dot{background:var(--success);border-color:var(--success);color:#000}.sidebar-step.active .sidebar-dot{border-color:var(--accent);background:var(--accent)}.sidebar-step-label{flex:1}.sidebar-step-time{font-size:.75rem;color:var(--text-muted);opacity:.7}.sidebar-footer{flex-shrink:0;padding:.875rem 1rem;border-top:1px solid var(--border);display:flex;justify-content:center}.sidebar-footer .sidebar-action-btn{flex:unset;width:80%}.sidebar-footer .sidebar-action-btn span{padding:.5rem 2rem}.code-block{border-radius:var(--radius);overflow:hidden;border:1px solid #1e2a36;margin:1rem 0}.code-block-header{display:flex;align-items:center;justify-content:space-between;background:#161b22;padding:.5rem 1rem;border-bottom:1px solid #1e2a36}.code-block-lang{font-size:.75rem;font-family:Fira Code,Consolas,monospace;color:#7d8590;text-transform:lowercase}.code-block-copy{display:flex;align-items:center;gap:.375rem;background:transparent;border:1px solid #30363d;border-radius:6px;color:#7d8590;font-size:.75rem;padding:.25rem .625rem;transition:border-color .15s,color .15s}.code-block-copy:hover{border-color:var(--accent);color:var(--accent)}.callout{border-radius:var(--radius);padding:1rem 1.25rem;margin:1rem 0;border-left:4px solid}.callout--info{background:#00b4d814;border-color:var(--accent)}.callout--warning{background:#f59e0b14;border-color:var(--warning)}.callout--tip{background:#22c55e14;border-color:var(--success)}.callout-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.callout-icon{font-size:1rem;line-height:1}.callout-label{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.callout--info .callout-label{color:var(--accent)}.callout--warning .callout-label{color:var(--warning)}.callout--tip .callout-label{color:var(--success)}.callout-body{margin:0;font-size:.9rem;color:var(--text-secondary);line-height:1.65}.step-content{max-width:780px;padding:2.5rem 2rem 4rem}.step-header{margin-bottom:.5rem}.step-module-label{margin:0 0 .25rem;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--accent)}.step-title{margin:0 0 .5rem;font-size:2rem;font-weight:700;line-height:1.2;color:var(--text)}.step-meta{display:flex;align-items:center;gap:.375rem;margin:0;font-size:.8125rem;color:var(--text-muted)}.step-divider{height:1px;background:var(--border);margin:1.5rem 0}.step-body{font-size:.9375rem;line-height:1.75;color:var(--text-secondary);user-select:none;-webkit-user-select:none}.step-body .code-block,.step-body .code-block *{user-select:text;-webkit-user-select:text}.section-h2{font-size:1.25rem;font-weight:600;color:var(--text);margin:2rem 0 .75rem}.section-h2:first-child{margin-top:0}.section-p{margin:0 0 1rem}.section-ul{margin:0 0 1rem;padding-left:1.5rem}.section-ul li{margin-bottom:.375rem}.section-ul li::marker{color:var(--accent)}@media (max-width: 768px){.step-content{padding:1.5rem 1rem 3rem}.step-title{font-size:1.5rem}}.md-inline-code{font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:.875em;background:#00b4d814;border:1px solid rgba(0,180,216,.2);border-radius:4px;padding:.1em .4em;color:var(--accent)}.md-blockquote{border-left:3px solid var(--border);margin:1rem 0;padding:.5rem 1rem;color:var(--text-secondary)}.md-blockquote p{margin:0}.md-table-wrap{overflow-x:auto;margin:1.25rem 0;border-radius:var(--radius);border:1px solid var(--border)}.md-table{width:100%;border-collapse:collapse;font-size:.875rem}.md-table th{background:var(--bg-card);color:var(--text);font-weight:600;padding:.625rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.md-table td{padding:.5rem 1rem;color:var(--text-secondary);border-bottom:1px solid rgba(58,74,90,.5)}.md-table tr:last-child td{border-bottom:none}.md-table tr:hover td{background:#ffffff05}.section-h3{font-size:1.0625rem;font-weight:600;color:var(--text);margin:1.5rem 0 .5rem}.section-h4{font-size:.9375rem;font-weight:600;color:var(--text-secondary);margin:1.25rem 0 .375rem}.section-ol{margin:0 0 1rem;padding-left:1.5rem;color:var(--text-secondary)}.section-ol li{margin-bottom:.375rem}.section-ol li::marker{color:var(--accent);font-weight:600}.md-loading{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem}.md-loading-line{height:16px;background:linear-gradient(90deg,var(--bg-card) 25%,var(--border) 50%,var(--bg-card) 75%);background-size:200% 100%;border-radius:4px;animation:shimmer 1.4s ease infinite}.step-nav{border-top:1px solid var(--border);background:var(--bg);padding:1rem 2rem;position:sticky;bottom:-2px}.step-nav-inner{max-width:780px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.step-nav-left{display:flex}.step-nav-center{display:flex;justify-content:center}.step-nav-right{display:flex;justify-content:flex-end}.step-nav-btn{display:flex;align-items:center;gap:.375rem;background:transparent;border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);font-size:.9rem;padding:.5rem 1rem;transition:border-color .2s,color .2s}.step-nav-btn:hover{border-color:var(--accent);color:var(--accent)}.step-nav-btn.next{padding:2px;border:none;border-radius:50px;background:linear-gradient(45deg,#8b5cf6,#3b28cc,#07f,#00b4d8)}.step-nav-btn.next span{display:flex;align-items:center;gap:.375rem;padding:.5rem 1.25rem;border-radius:50px;background:var(--bg);font-size:.9rem;font-weight:600;color:var(--accent);transition:all .3s ease}.step-nav-btn.next:hover span{background:transparent;color:#fff}.step-nav-complete{display:flex;align-items:center;gap:.5rem;background:#22c55e1a;border:1px solid var(--success);border-radius:50px;color:var(--success);font-size:.875rem;font-weight:600;padding:.5rem 1.25rem;transition:background .2s,color .2s}.step-nav-complete:hover{background:#22c55e33}.step-nav-done{display:flex;align-items:center;gap:.5rem;color:var(--success);font-size:.875rem;font-weight:600}.step-nav-finish{font-size:.875rem;color:var(--success);font-weight:600}@media (max-width: 600px){.step-nav{padding:.75rem 1rem}.step-nav-btn{font-size:.8125rem;padding:.4rem .75rem}.step-nav-complete{font-size:.8125rem}}.cred-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:2rem;border-top:3px solid;border-image:linear-gradient(45deg,#8b5cf6,#3b28cc,#07f,#00b4d8) 1}.cred-card--loading{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.cred-loading-bar{height:14px;width:100%;border-radius:4px;background:linear-gradient(90deg,var(--bg-card) 25%,var(--border) 50%,var(--bg-card) 75%);background-size:200% 100%;animation:shimmer 1.4s ease infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cred-card--error{padding:1.25rem 1.5rem;display:flex;align-items:center;gap:.75rem;background:#ef444412;border-color:#ef44444d}.cred-error-icon{font-size:1.25rem;flex-shrink:0}.cred-card--error p{margin:0;font-size:.875rem;color:var(--error)}.cred-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border);background:#00b4d80a}.cred-title{display:block;font-weight:700;font-size:.9375rem;color:var(--text)}.cred-subtitle{display:block;font-size:.75rem;color:var(--text-muted);margin-top:.125rem}.cred-console-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:.25rem;padding:.4375rem 1rem;border-radius:50px;background:linear-gradient(45deg,#8b5cf6,#3b28cc,#07f,#00b4d8);color:#fff;font-size:.8125rem;font-weight:600;text-decoration:none;transition:opacity .2s;white-space:nowrap}.cred-console-btn:hover{opacity:.88;text-decoration:none}.cred-fields{display:flex;flex-direction:column;padding:.5rem 0}.cred-field{display:flex;align-items:center;gap:1rem;padding:.625rem 1.25rem;border-bottom:1px solid rgba(58,74,90,.4);transition:background .15s}.cred-field:last-child{border-bottom:none}.cred-field:hover{background:#ffffff05}.cred-field-label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;width:140px;flex-shrink:0}.cred-field-value-row{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.cred-field-value{flex:1;font-size:.875rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cred-field-value.mono{font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:.8125rem;color:var(--accent)}.cred-field-actions{display:flex;gap:.25rem;flex-shrink:0}.cred-action-btn{background:transparent;border:1px solid var(--border);border-radius:6px;color:var(--text-muted);width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.875rem;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.cred-action-btn:hover{border-color:var(--accent);color:var(--accent)}.cred-action-btn.copied{border-color:var(--success);color:var(--success);background:#22c55e14}.cred-hint{margin:0;padding:.875rem 1.25rem;font-size:.8125rem;color:var(--text-muted);background:#ffffff05;border-top:1px solid var(--border);line-height:1.6}.cred-hint code{font-family:JetBrains Mono,Fira Code,monospace;font-size:.8125rem;background:#00b4d814;border:1px solid rgba(0,180,216,.2);border-radius:4px;padding:.1em .35em;color:var(--accent)}@media (max-width: 600px){.cred-card-header{flex-direction:column;align-items:flex-start}.cred-field{flex-direction:column;align-items:flex-start;gap:.375rem}.cred-field-label{width:auto}.cred-field-value-row{width:100%}}
