.developer-module__xsi58W__container{--primary-blue:#5b8def;--primary-orange:#ff8c42;--accent-purple:#9d5bd8;--accent-green:#4caf7d;--accent-red:#ef4444;--bg-dark:#1a1b23;--bg-darker:#0f1014;--surface-dark:#252730;--surface-elevated:#2f3240;--text-primary:#fff;--text-secondary:#b8b9c4;--border-black:#000;background:var(--bg-darker);min-height:100vh;padding:7rem 2rem 3rem}.developer-module__xsi58W__loading,.developer-module__xsi58W__error{min-height:100vh;color:var(--text-secondary);justify-content:center;align-items:center;font-family:Space Mono,monospace;font-size:1.1rem;display:flex}.developer-module__xsi58W__loading:after{content:"";border:3px solid var(--primary-blue);border-top-color:#0000;border-radius:50%;width:18px;height:18px;margin-left:1rem;animation:.7s linear infinite developer-module__xsi58W__spin;display:inline-block}@keyframes developer-module__xsi58W__spin{to{transform:rotate(360deg)}}.developer-module__xsi58W__error{color:var(--accent-red);font-weight:700}.developer-module__xsi58W__header{justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1200px;margin:0 auto 2.5rem;display:flex}.developer-module__xsi58W__header h1{color:var(--text-primary);text-transform:uppercase;margin:0 0 .5rem;font-family:Rubik,sans-serif;font-size:2.5rem;font-weight:900;line-height:1}.developer-module__xsi58W__subtitle{color:var(--text-secondary);margin:0;font-family:Space Mono,monospace;font-size:.95rem}.developer-module__xsi58W__planBadge{text-transform:uppercase;background:var(--primary-blue);color:var(--text-primary);border:3px solid var(--border-black);box-shadow:5px 5px 0 var(--border-black);white-space:nowrap;padding:.8rem 1.6rem;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:700}.developer-module__xsi58W__planBadge.developer-module__xsi58W__pro{background:var(--accent-purple)}.developer-module__xsi58W__tabs{border-bottom:3px solid var(--border-black);gap:0;max-width:1200px;margin:0 auto;display:flex}.developer-module__xsi58W__tabs button{text-transform:uppercase;background:var(--surface-dark);color:var(--text-secondary);border:3px solid var(--border-black);cursor:pointer;border-bottom:none;border-right:none;padding:1rem 2.5rem;font-family:Rubik,sans-serif;font-size:.95rem;font-weight:700;transition:all .2s}.developer-module__xsi58W__tabs button:last-child{border-right:3px solid var(--border-black)}.developer-module__xsi58W__tabs button:hover{background:var(--surface-elevated);color:var(--text-primary)}.developer-module__xsi58W__activeTab{position:relative;background:var(--bg-darker)!important;color:var(--text-primary)!important}.developer-module__xsi58W__activeTab:after{content:"";background:var(--primary-blue);height:3px;position:absolute;bottom:-3px;left:0;right:0}.developer-module__xsi58W__divider{background:var(--border-black);border:none;max-width:1200px;height:3px;margin:0 auto 3rem}.developer-module__xsi58W__statsGrid{grid-template-columns:2fr 1fr;gap:2rem;max-width:1200px;margin:0 auto 3rem;display:grid}.developer-module__xsi58W__statCard{background:var(--surface-dark);border:4px solid var(--border-black);padding:2rem;position:relative}.developer-module__xsi58W__statCard h3{text-transform:uppercase;color:var(--text-secondary);letter-spacing:1px;margin:0 0 1.25rem;font-family:Rubik,sans-serif;font-size:.85rem;font-weight:700}.developer-module__xsi58W__statValue{color:var(--text-primary);margin:0;font-family:Rubik,sans-serif;font-size:2.8rem;font-weight:900;line-height:1}.developer-module__xsi58W__progressBar{background:var(--bg-darker);border:3px solid var(--border-black);height:14px;margin-top:1.25rem;overflow:hidden}.developer-module__xsi58W__progressFill{background:var(--accent-green);height:100%;transition:width .5s,background-color .3s}.developer-module__xsi58W__keysSection{max-width:1200px;margin:0 auto 3rem}.developer-module__xsi58W__keysSection h2{color:var(--text-primary);text-transform:uppercase;margin:0 0 1.5rem;font-family:Rubik,sans-serif;font-size:1.8rem;font-weight:900}.developer-module__xsi58W__keysList{flex-direction:column;gap:1.25rem;display:flex}.developer-module__xsi58W__emptyMsg{text-align:center;color:var(--text-secondary);background:var(--surface-dark);border:3px dashed var(--border-black);padding:2.5rem;font-family:Space Mono,monospace}.developer-module__xsi58W__keyItem{background:var(--surface-dark);border:4px solid var(--border-black);padding:1.75rem}.developer-module__xsi58W__keyHeader{border-bottom:2px solid var(--surface-elevated);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.developer-module__xsi58W__keyHeader strong{color:var(--text-primary);text-transform:uppercase;font-family:Rubik,sans-serif;font-size:1.05rem;font-weight:700}.developer-module__xsi58W__date{color:var(--text-secondary);font-family:Space Mono,monospace;font-size:.85rem}.developer-module__xsi58W__keyContent{background:var(--bg-darker);border:3px solid var(--border-black);margin-bottom:1rem;padding:1.1rem 1.4rem}.developer-module__xsi58W__keyContent code{color:var(--primary-blue);cursor:pointer;-webkit-user-select:none;user-select:none;font-family:Space Mono,monospace;font-size:.95rem;font-weight:700}.developer-module__xsi58W__keyContent code:hover{color:var(--accent-green)}.developer-module__xsi58W__keyMeta{color:var(--text-secondary);gap:2.5rem;margin-bottom:1.25rem;font-family:Space Mono,monospace;font-size:.85rem;display:flex}.developer-module__xsi58W__keyMeta span:before{content:"▸ ";color:var(--primary-blue);font-weight:900}.developer-module__xsi58W__revokeBtn{text-transform:uppercase;background:var(--accent-red);color:var(--text-primary);border:3px solid var(--border-black);cursor:pointer;padding:.7rem 1.4rem;font-family:Rubik,sans-serif;font-size:.85rem;font-weight:700;transition:background .2s}.developer-module__xsi58W__revokeBtn:hover{background:#dc2626}.developer-module__xsi58W__createSection{background:var(--surface-dark);border:4px solid var(--border-black);max-width:1200px;margin:0 auto;padding:2.5rem}.developer-module__xsi58W__createSection h3{color:var(--text-primary);text-transform:uppercase;margin:0 0 1.75rem;font-family:Rubik,sans-serif;font-size:1.4rem;font-weight:900}.developer-module__xsi58W__form{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.developer-module__xsi58W__form input{color:var(--text-primary);background:var(--bg-darker);border:3px solid var(--border-black);outline:none;padding:1rem 1.2rem;font-family:Space Mono,monospace;font-size:.95rem;transition:border-color .2s}.developer-module__xsi58W__form input::placeholder{color:var(--text-secondary);opacity:.5}.developer-module__xsi58W__form input:focus{border-color:var(--accent-green)}.developer-module__xsi58W__submitBtn{text-transform:uppercase;background:var(--accent-green);color:var(--text-primary);border:4px solid var(--border-black);cursor:pointer;grid-column:1/-1;padding:1.2rem 2rem;font-family:Rubik,sans-serif;font-size:1.05rem;font-weight:700;transition:background .2s}.developer-module__xsi58W__submitBtn:hover:not(:disabled){background:var(--primary-blue)}.developer-module__xsi58W__submitBtn:disabled{opacity:.5;cursor:not-allowed}.developer-module__xsi58W__billingSection{max-width:1200px;margin:0 auto}.developer-module__xsi58W__billingCard{background:var(--surface-dark);border:4px solid var(--border-black);padding:3rem}.developer-module__xsi58W__billingCard h2{color:var(--text-primary);text-transform:uppercase;margin:0 0 2rem;font-family:Rubik,sans-serif;font-size:2.2rem;font-weight:900}.developer-module__xsi58W__billingInfo{background:var(--bg-darker);border:3px solid var(--border-black);margin-bottom:2rem;padding:2rem}.developer-module__xsi58W__infoRow{border-bottom:2px solid var(--surface-elevated);justify-content:space-between;padding:.85rem 0;font-family:Space Mono,monospace;display:flex}.developer-module__xsi58W__infoRow:last-child{border-bottom:none}.developer-module__xsi58W__infoRow span:first-child{color:var(--text-secondary);font-size:.9rem}.developer-module__xsi58W__infoRow strong{color:var(--text-primary);text-transform:uppercase;font-size:1.1rem}.developer-module__xsi58W__statusActive{color:var(--accent-green);font-weight:700}.developer-module__xsi58W__billingDesc{color:var(--text-secondary);border-left:4px solid var(--primary-blue);background:#5b8def14;margin:0 0 2rem;padding:1.5rem;font-family:Space Mono,monospace;font-size:.95rem;line-height:1.6}.developer-module__xsi58W__portalBtn{text-transform:uppercase;background:var(--accent-purple);width:100%;color:var(--text-primary);border:4px solid var(--border-black);cursor:pointer;margin-bottom:1rem;padding:1.3rem 2rem;font-family:Rubik,sans-serif;font-size:1.1rem;font-weight:700;transition:background .2s}.developer-module__xsi58W__portalBtn:hover:not(:disabled){background:var(--primary-blue)}.developer-module__xsi58W__portalBtn:disabled{opacity:.5;cursor:not-allowed}.developer-module__xsi58W__upgradeBtn{text-transform:uppercase;background:var(--accent-green);width:100%;color:var(--text-primary);border:4px solid var(--border-black);cursor:pointer;padding:1.3rem 2rem;font-family:Rubik,sans-serif;font-size:1.1rem;font-weight:700;transition:background .2s}.developer-module__xsi58W__upgradeBtn:hover{background:var(--primary-orange)}@media (max-width:1024px){.developer-module__xsi58W__container{padding:6rem 1.5rem 2.5rem}.developer-module__xsi58W__header h1{font-size:2.2rem}.developer-module__xsi58W__statsGrid,.developer-module__xsi58W__form{grid-template-columns:1fr}}@media (max-width:768px){.developer-module__xsi58W__container{padding:5rem 1rem 2rem}.developer-module__xsi58W__header{flex-direction:column;align-items:flex-start;margin-bottom:2rem}.developer-module__xsi58W__header h1{font-size:1.8rem}.developer-module__xsi58W__subtitle{font-size:.85rem}.developer-module__xsi58W__planBadge{padding:.65rem 1.3rem;font-size:.85rem}.developer-module__xsi58W__tabs{border-bottom:none;flex-direction:column}.developer-module__xsi58W__tabs button{border-right:3px solid var(--border-black);border-bottom:none}.developer-module__xsi58W__tabs button:last-child{border-bottom:3px solid var(--border-black)}.developer-module__xsi58W__activeTab:after{display:none}.developer-module__xsi58W__divider{margin-bottom:2rem}.developer-module__xsi58W__statsGrid{gap:1.25rem;margin-bottom:2rem}.developer-module__xsi58W__statCard{padding:1.5rem}.developer-module__xsi58W__statValue{font-size:2.2rem}.developer-module__xsi58W__keysSection h2{font-size:1.5rem}.developer-module__xsi58W__keyItem{padding:1.5rem}.developer-module__xsi58W__keyHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.developer-module__xsi58W__keyMeta{flex-direction:column;gap:.5rem}.developer-module__xsi58W__createSection,.developer-module__xsi58W__billingCard{padding:2rem 1.5rem}.developer-module__xsi58W__billingCard h2{font-size:1.8rem}.developer-module__xsi58W__billingInfo{padding:1.5rem}.developer-module__xsi58W__infoRow{flex-direction:column;gap:.5rem}}@media (max-width:480px){.developer-module__xsi58W__container{padding:4.5rem .75rem 1.75rem}.developer-module__xsi58W__header h1{font-size:1.5rem}.developer-module__xsi58W__subtitle{font-size:.8rem}.developer-module__xsi58W__planBadge{padding:.6rem 1.1rem;font-size:.8rem}.developer-module__xsi58W__tabs button{padding:.85rem 1.5rem;font-size:.85rem}.developer-module__xsi58W__statCard{padding:1.25rem}.developer-module__xsi58W__statValue{font-size:2rem}.developer-module__xsi58W__keysSection h2{font-size:1.3rem}.developer-module__xsi58W__keyItem{padding:1.25rem}.developer-module__xsi58W__keyHeader strong{font-size:.95rem}.developer-module__xsi58W__createSection,.developer-module__xsi58W__billingCard{padding:1.75rem 1.25rem}.developer-module__xsi58W__billingCard h2{font-size:1.6rem}.developer-module__xsi58W__form input{padding:.95rem 1.1rem;font-size:.9rem}.developer-module__xsi58W__submitBtn,.developer-module__xsi58W__portalBtn,.developer-module__xsi58W__upgradeBtn{padding:1.1rem 1.75rem;font-size:1rem}}.developer-module__xsi58W__form input:focus-visible,.developer-module__xsi58W__submitBtn:focus-visible,.developer-module__xsi58W__revokeBtn:focus-visible,.developer-module__xsi58W__portalBtn:focus-visible,.developer-module__xsi58W__upgradeBtn:focus-visible,.developer-module__xsi58W__tabs button:focus-visible{outline:3px solid var(--primary-orange);outline-offset:2px}.developer-module__xsi58W__docSection{flex-direction:column;gap:2rem;margin-top:2rem;display:flex}.developer-module__xsi58W__docNav{border-bottom:2px solid var(--surface-elevated);flex-wrap:wrap;gap:.5rem;padding-bottom:.5rem;display:flex}.developer-module__xsi58W__docNav button{text-transform:uppercase;color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-family:Rubik,sans-serif;font-size:1rem;font-weight:900;transition:all .2s;display:inline-flex}.developer-module__xsi58W__docNav button:hover{color:var(--primary-cyan);transform:translateY(-2px)}.developer-module__xsi58W__activeDocTab{background:var(--surface-dark);border:2px solid var(--text-primary-deep);box-shadow:var(--shadow-light);border-bottom:none;margin-bottom:-1px;color:var(--primary-cyan)!important}.developer-module__xsi58W__docRender{background:var(--surface-dark);border:var(--border-width)solid var(--text-primary-deep);box-shadow:var(--shadow-heavy);padding:2rem;transition:transform .2s;overflow-x:auto}.developer-module__xsi58W__docRender:hover{box-shadow:12px 12px 0 var(--text-primary-deep);transform:translate(-3px,-3px)}.developer-module__xsi58W__docRender h1{color:var(--text-light);text-transform:uppercase;border-left:5px solid var(--primary-cyan);margin-top:0;margin-bottom:1rem;padding-left:1rem;font-family:Rubik,sans-serif;font-size:2rem;font-weight:900}.developer-module__xsi58W__docRender h2{color:var(--primary-cyan);border-bottom:2px solid var(--surface-elevated);margin:1.5rem 0 1rem;padding-bottom:.3rem;font-family:Rubik,sans-serif;font-size:1.6rem;font-weight:900}.developer-module__xsi58W__docRender h3{color:var(--status-orange);margin:1.2rem 0 .8rem;font-family:Rubik,sans-serif;font-size:1.3rem;font-weight:900}.developer-module__xsi58W__docRender p{color:var(--text-light);margin:.8rem 0;font-family:Space Mono,monospace;font-size:.95rem;line-height:1.6}.developer-module__xsi58W__docRender a{color:var(--primary-cyan);border-bottom:1px dotted var(--primary-cyan);text-decoration:none;transition:color .2s}.developer-module__xsi58W__docRender a:hover{color:var(--status-orange);border-bottom-color:var(--status-orange)}.developer-module__xsi58W__docRender ul,.developer-module__xsi58W__docRender ol{margin:.8rem 0;padding-left:1.5rem}.developer-module__xsi58W__docRender li{color:var(--text-light);margin:.3rem 0;font-family:Space Mono,monospace;font-size:.9rem}.developer-module__xsi58W__docRender code{background:var(--bg-deep-cobalt);border:1px solid var(--text-primary-deep);color:var(--primary-cyan);border-radius:0;padding:.2rem .4rem;font-family:Fira Code,Courier New,monospace;font-size:.85rem}.developer-module__xsi58W__docRender pre{background:var(--bg-deep-cobalt);border:var(--border-width)solid var(--text-primary-deep);box-shadow:var(--shadow-light);margin:1rem 0;padding:1rem;overflow-x:auto}.developer-module__xsi58W__docRender pre code{color:var(--text-light);background:0 0;border:none;padding:0;font-size:.85rem}.developer-module__xsi58W__docRender table{border-collapse:collapse;background:var(--bg-deep-cobalt);border:1px solid var(--text-primary-deep);width:100%;margin:1rem 0}.developer-module__xsi58W__docRender th,.developer-module__xsi58W__docRender td{border:1px solid var(--text-primary-deep);color:var(--text-light);text-align:left;padding:.6rem 1rem;font-family:Space Mono,monospace;font-size:.85rem}.developer-module__xsi58W__docRender th{background:var(--surface-elevated);color:var(--primary-cyan);text-transform:uppercase;font-weight:900}.developer-module__xsi58W__docRender blockquote{border-left:4px solid var(--status-orange);background:var(--surface-elevated);margin:1rem 0;padding:.8rem 1.2rem;font-style:italic}.developer-module__xsi58W__docRender blockquote p{margin:0}.developer-module__xsi58W__docRender img{border:2px solid var(--text-primary-deep);max-width:100%;height:auto;box-shadow:var(--shadow-light);margin:1rem 0}@media (max-width:768px){.developer-module__xsi58W__docNav button{padding:.4rem .8rem;font-size:.85rem}.developer-module__xsi58W__docRender{padding:1.2rem}.developer-module__xsi58W__docRender h1{font-size:1.6rem}.developer-module__xsi58W__docRender h2{font-size:1.3rem}.developer-module__xsi58W__docRender h3{font-size:1.1rem}.developer-module__xsi58W__docRender p,.developer-module__xsi58W__docRender li,.developer-module__xsi58W__docRender code{font-size:.85rem}.developer-module__xsi58W__docRender th,.developer-module__xsi58W__docRender td{padding:.4rem;font-size:.75rem}}@media (max-width:480px){.developer-module__xsi58W__docNav{justify-content:center}.developer-module__xsi58W__docNav button{padding:.3rem .6rem;font-size:.7rem}.developer-module__xsi58W__docRender{padding:1rem}.developer-module__xsi58W__docRender h1{font-size:1.4rem}.developer-module__xsi58W__docRender h2{font-size:1.1rem}.developer-module__xsi58W__docRender pre{padding:.5rem}}.developer-module__xsi58W__docNav button:focus-visible,.developer-module__xsi58W__docRender a:focus-visible{outline:3px solid var(--status-orange);outline-offset:2px}
