.layout{display:flex;flex-direction:column;min-height:100vh}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fff;box-shadow:0 1px 3px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.nav-logo .logo-link{font-size:1.25rem;font-weight:700;color:var(--text);text-decoration:none;transition:color .2s}.nav-logo .logo-link:hover{color:var(--primary)}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-link{padding:.5rem 1rem;color:var(--text-light);text-decoration:none;border-radius:.375rem;transition:all .2s;font-weight:500}.nav-link:hover{color:var(--primary);background-color:#3182ce1a}.nav-link.active{color:#fff;background-color:var(--primary)}.nav-link.active:hover{background-color:var(--primary-hover)}.signin-button{margin-left:1rem;padding:.5rem 1rem;background-color:var(--primary);color:#fff;border-radius:.375rem;font-weight:500;text-decoration:none;transition:background-color .2s}.signin-button:hover{background-color:var(--primary-hover);text-decoration:none}.main-content{flex:1;padding-top:80px;padding-bottom:2rem}.footer{background-color:#f7fafc;padding:2.5rem 0;margin-top:auto;border-top:1px solid #e2e8f0}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.footer-info{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:1rem}.footer-logo{font-size:1.25rem;font-weight:700;color:var(--text);text-decoration:none;margin-bottom:.5rem}.footer-logo:hover{color:var(--primary)}.copyright{color:#718096;font-size:.875rem;margin-top:.5rem}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin:0 auto;padding:1rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;max-width:800px;width:100%}.footer-link{color:#4a5568;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-link:hover{color:#3182ce;text-decoration:underline}.footer-external{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:1rem}.footer-external a{color:#4a5568;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-external a:hover{color:#3182ce;text-decoration:underline}@media (max-width: 768px){.nav-container{flex-direction:column;gap:1rem}.nav-links{width:100%;justify-content:center;flex-wrap:wrap}.signin-button{margin-left:0;width:100%;text-align:center}.footer-container{flex-direction:column;text-align:center}.footer-links{margin-top:1rem;justify-content:center}}.home-container{max-width:1200px;margin:0 auto;padding:2rem}.hero{text-align:center;padding:4rem 1rem;margin-bottom:3rem}.hero h1{font-size:2.5rem;margin-bottom:1rem;color:#1a202c}.hero p{font-size:1.25rem;color:#4a5568;margin-bottom:2rem}.powered-by{display:inline-block;background-color:#ebf8ff;color:#3182ce;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.features{margin-top:4rem}.features h2{text-align:center;font-size:2rem;margin-bottom:2rem;color:#1a202c}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;height:100%}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.feature-icon{font-size:2rem;margin-bottom:1rem;color:#4299e1}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem;color:#2d3748}.feature-card p{color:#4a5568;margin-bottom:1.5rem;flex-grow:1}.feature-link{color:#3182ce;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;transition:color .2s}.feature-link:hover{color:#2c5282;text-decoration:underline}@media (max-width: 768px){.features-grid{grid-template-columns:1fr}.hero h1{font-size:2rem}}.api-docs-container{max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#2d3748;line-height:1.6}.api-header{margin-bottom:2.5rem}.api-header h1{font-size:2.25rem;font-weight:800;margin-bottom:.75rem;color:#1a202c}.api-header p{font-size:1.125rem;color:#4a5568;margin:0}.code-example{margin-bottom:2.5rem}.code-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.code-header h2{font-size:1.25rem;font-weight:600;margin:0;color:#2d3748}.language-selector{padding:.375rem .75rem;border:1px solid #e2e8f0;border-radius:.375rem;background-color:#fff;font-size:.875rem;color:#4a5568;cursor:pointer;outline:none;transition:border-color .2s,box-shadow .2s}.language-selector:focus{border-color:#805ad5;box-shadow:0 0 0 3px #805ad533}.code-block{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.25rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.875rem;line-height:1.5;color:#2d3748;overflow-x:auto;white-space:pre;tab-size:2;margin:0}.response-section{margin-top:3rem}.response-section h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#2d3748}.tabs{display:flex;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem}.tab{padding:.75rem 1.25rem;font-weight:500;color:#718096;cursor:pointer;border-bottom:2px solid transparent;margin-right:1rem;transition:all .2s}.tab.active{color:#805ad5;border-bottom-color:#805ad5}.tab:hover:not(.active){color:#4a5568;border-bottom-color:#cbd5e0}@media (max-width: 768px){.api-header h1{font-size:1.875rem}.api-header p{font-size:1rem}.code-header{flex-direction:column;align-items:flex-start;gap:.75rem}.language-selector{align-self:flex-start}}.code-block .token.comment,.code-block .token.prolog,.code-block .token.doctype,.code-block .token.cdata{color:#a0aec0}.code-block .token.punctuation{color:#718096}.code-block .token.property,.code-block .token.tag,.code-block .token.boolean,.code-block .token.number,.code-block .token.constant,.code-block .token.symbol,.code-block .token.deleted{color:#805ad5}.code-block .token.selector,.code-block .token.attr-name,.code-block .token.string,.code-block .token.char,.code-block .token.builtin,.code-block .token.inserted{color:#38a169}.code-block .token.operator,.code-block .token.entity,.code-block .token.url,.code-block .language-css .token.string,.code-block .style .token.string{color:#d69e2e}.code-block .token.atrule,.code-block .token.attr-value,.code-block .token.keyword{color:#3182ce}.code-block .token.function,.code-block .token.class-name{color:#d53f8c}.code-block .token.regex,.code-block .token.important,.code-block .token.variable{color:#ecc94b}.blog-container{max-width:1200px;margin:0 auto;padding:3rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#2d3748}.blog-header{text-align:center;max-width:800px;margin:0 auto 3rem}.blog-badge{display:inline-block;background-color:#805ad5;color:#fff;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.blog-header h1{font-size:2.25rem;font-weight:800;margin-bottom:1rem;color:#1a202c}.blog-header p{font-size:1.125rem;color:#4a5568;line-height:1.6;margin:0}.categories-container{overflow-x:auto;padding:1rem 0;margin-bottom:2rem;-webkit-overflow-scrolling:touch}.categories{display:flex;gap:.75rem;padding-bottom:.5rem;min-width:max-content}.category-button{background-color:#f7fafc;border:1px solid #e2e8f0;color:#4a5568;padding:.5rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s}.category-button:hover,.category-button.active{background-color:#805ad5;border-color:#805ad5;color:#fff}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.post-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.post-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.post-image{height:200px;width:100%;object-fit:cover}.post-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.post-category{display:inline-block;background-color:#f0f4ff;color:#4a6cf7;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em;align-self:flex-start}.post-title{font-size:1.25rem;font-weight:700;margin:0 0 .75rem;color:#1a202c;line-height:1.4}.post-excerpt{color:#4a5568;margin:0 0 1.5rem;line-height:1.6;flex-grow:1}.post-meta{margin-top:auto;padding-top:1rem;border-top:1px solid #edf2f7}.post-author{font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.post-details{display:flex;gap:1.5rem;font-size:.75rem;color:#718096}.post-detail{display:flex;align-items:center;gap:.5rem}.load-more{text-align:center;margin-top:3rem}.load-more-button{background-color:#805ad5;color:#fff;border:none;padding:.75rem 2rem;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.load-more-button:hover{background-color:#6b46c1}@media (max-width: 1024px){.posts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.blog-header h1{font-size:1.875rem}.blog-header p{font-size:1rem}.posts-grid{grid-template-columns:1fr}.categories{padding:0 1rem .5rem}}.pricing-container{max-width:1200px;margin:0 auto;padding:3rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#2d3748}.pricing-header{text-align:center;max-width:800px;margin:0 auto 4rem}.pricing-header .badge{display:inline-block;background-color:#4299e1;color:#fff;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.pricing-header h1{font-size:2.25rem;font-weight:800;margin-bottom:1rem;color:#1a202c}.pricing-header p{font-size:1.125rem;color:#4a5568;line-height:1.6}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.plan-card{border:1px solid #e2e8f0;border-radius:.75rem;padding:2rem;position:relative;transition:transform .2s,box-shadow .2s;background:#fff}.plan-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.plan-card.popular{border-color:#805ad5;border-width:2px}.popular-badge{position:absolute;top:0;right:0;background-color:#805ad5;color:#fff;padding:.25rem 1rem;border-bottom-left-radius:.5rem;font-size:.875rem;font-weight:600}.plan-header h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#1a202c}.plan-description{color:#718096;margin-bottom:1.5rem;line-height:1.5}.plan-price{margin:1.5rem 0}.plan-price h2{font-size:2.25rem;font-weight:800;color:#1a202c;margin:0 0 .25rem}.plan-price p{color:#718096;margin:0}.plan-button{width:100%;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;margin:1.5rem 0}.plan-button.primary{background-color:#805ad5;color:#fff;border:1px solid #805ad5}.plan-button.primary:hover{background-color:#6b46c1;border-color:#6b46c1}.plan-button.secondary{background-color:#fff;color:#4a5568;border:1px solid #e2e8f0}.plan-button.secondary:hover{background-color:#f7fafc;border-color:#cbd5e0}.features-list{list-style:none;padding:0;margin:1.5rem 0 0}.features-list li{display:flex;align-items:center;margin-bottom:.75rem;color:#4a5568;line-height:1.5}.check-icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;background-color:#48bb78;color:#fff;margin-right:.75rem;font-size:.75rem;flex-shrink:0}.contact-sales{text-align:center;margin-top:4rem;padding:2rem;border-top:1px solid #e2e8f0}.contact-sales p{font-size:1.125rem;color:#4a5568;margin-bottom:1.5rem}.outline-button{padding:.75rem 2rem;border:1px solid #805ad5;color:#805ad5;background:#fff;border-radius:.375rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}.outline-button:hover{background-color:#faf5ff}@media (max-width: 1024px){.plans-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width: 768px){.pricing-header h1{font-size:1.875rem}.pricing-header p{font-size:1rem}.plans-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}._hero_1fim3_1{background:linear-gradient(to right,#3182ce,#2b6cb0);color:#fff;padding:5rem 1rem;text-align:center}._container_1fim3_8{max-width:1200px;margin:0 auto;padding:0 1rem}._badge_1fim3_14{display:inline-block;background-color:#fff;color:#3182ce;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}._heading_1fim3_27{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;max-width:1200px;margin-left:auto;margin-right:auto}._subtitle_1fim3_37{font-size:1.25rem;opacity:.9;max-width:800px;margin:0 auto 2rem;line-height:1.6}._stats_1fim3_45{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin:4rem 0}._statItem_1fim3_53{text-align:center;padding:0 1rem}._statValue_1fim3_58{font-size:2.5rem;font-weight:700;color:#3182ce;margin-bottom:.5rem}._statLabel_1fim3_65{color:#4a5568;font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._teamSection_1fim3_73{padding:5rem 1rem;background-color:#f7fafc}._sectionTitle_1fim3_78{text-align:center;font-size:2.25rem;font-weight:700;margin-bottom:3rem;color:#2d3748}._teamGrid_1fim3_86{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}._teamCard_1fim3_94{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .2s,box-shadow .2s}._teamCard_1fim3_94:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._teamImage_1fim3_107{width:100%;height:300px;object-fit:cover}._teamContent_1fim3_113{padding:1.5rem}._teamName_1fim3_117{font-size:1.25rem;font-weight:700;color:#2d3748;margin-bottom:.25rem}._teamRole_1fim3_124{color:#4a5568;font-size:.875rem;margin-bottom:1rem;display:block}._teamBio_1fim3_131{color:#4a5568;font-size:.9375rem;line-height:1.6;margin-bottom:1.5rem}._socialLinks_1fim3_138{display:flex;gap:.75rem}._socialLink_1fim3_138{color:#718096;transition:color .2s;font-size:1.25rem}._socialLink_1fim3_138:hover{color:#3182ce}._valuesSection_1fim3_153{padding:5rem 1rem;background-color:#fff}._valuesGrid_1fim3_158{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}._valueCard_1fim3_166{text-align:center;padding:2rem 1.5rem;background-color:#f7fafc;border-radius:.5rem;transition:transform .2s,box-shadow .2s}._valueCard_1fim3_166:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._valueIcon_1fim3_179{font-size:2.5rem;color:#3182ce;margin-bottom:1.5rem}._valueTitle_1fim3_185{font-size:1.25rem;font-weight:700;color:#2d3748;margin-bottom:1rem}._valueDescription_1fim3_192{color:#4a5568;font-size:.9375rem;line-height:1.6}._ctaSection_1fim3_198{background:linear-gradient(to right,#3182ce,#2b6cb0);color:#fff;padding:5rem 1rem;text-align:center}._ctaContent_1fim3_205{max-width:800px;margin:0 auto}._ctaTitle_1fim3_210{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}._ctaDescription_1fim3_217{font-size:1.125rem;opacity:.9;margin-bottom:2rem;line-height:1.6}._ctaButton_1fim3_224{display:inline-block;background-color:#fff;color:#3182ce;font-weight:600;padding:.75rem 2rem;border-radius:.375rem;text-decoration:none;transition:transform .2s,box-shadow .2s}._ctaButton_1fim3_224:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (max-width: 768px){._heading_1fim3_27{font-size:2.25rem}._subtitle_1fim3_37{font-size:1.125rem}._stats_1fim3_45{gap:1.5rem}._statValue_1fim3_58{font-size:2rem}._sectionTitle_1fim3_78,._ctaTitle_1fim3_210{font-size:1.875rem}}.user-container{max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.profile-header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}@media (min-width: 768px){.profile-header{flex-direction:row;align-items:center;gap:2.5rem}}.profile-avatar{flex-shrink:0}.avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #f0f2f5}.profile-info{flex:1}.profile-name{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}@media (min-width: 480px){.profile-name{flex-direction:row;align-items:center;gap:1rem}}.profile-name h1{margin:0;font-size:1.75rem;font-weight:600;color:#1a202c}.plan-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.plan-badge.pro{background-color:#ebf5ff;color:#3182ce}.plan-badge.basic{background-color:#f0fff4;color:#38a169}.plan-badge.enterprise{background-color:#faf5ff;color:#9f7aea}.profile-email{margin:0 0 1.25rem;color:#4a5568}.usage-container{max-width:500px;padding:1.25rem;background-color:#f8fafc;border-radius:8px}.usage-header{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.875rem;font-weight:500;color:#4a5568}.progress-bar{height:8px;margin-bottom:.5rem;background-color:#e2e8f0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background-color:#4299e1;border-radius:4px;transition:width .3s ease}.progress-fill.warning{background-color:#f6ad55}.progress-fill.danger{background-color:#f56565}.usage-details{margin:0;font-size:.8125rem;color:#718096}.api-key-section{margin-bottom:2.5rem}.api-key-section h2{margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:#1a202c}.api-key-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.api-key-header{padding:1.25rem 1.5rem;background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.api-key-header h3{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#1a202c}.api-key-header p{margin:0;font-size:.875rem;color:#718096}.api-key-content{display:flex;align-items:center;padding:1.25rem 1.5rem}.api-key-value{flex:1;padding:.5rem .75rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.875rem;color:#2d3748;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy-button{display:inline-flex;align-items:center;margin-left:.75rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background-color:#4299e1;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.copy-button:hover{background-color:#3182ce}.copy-button .icon{margin-right:.5rem;font-size:1rem}.tabs-container{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.tabs-header{display:flex;border-bottom:1px solid #e2e8f0;padding:0 1.5rem}.tab-button{position:relative;padding:1rem 1.25rem;font-size:.875rem;font-weight:500;color:#718096;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s}.tab-button:hover{color:#2d3748}.tab-button.active{color:#4299e1;border-bottom-color:#4299e1}.tab-content{padding:1.5rem}.tab-panel{animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.usage-grid{display:grid;gap:1.5rem}@media (min-width: 1024px){.usage-grid{grid-template-columns:2fr 1fr}}.recent-activity h3,.usage-stats h3{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:#1a202c}.table-container{overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px}.activity-table{width:100%;border-collapse:collapse;font-size:.875rem}.activity-table th,.activity-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.activity-table th{font-weight:500;color:#4a5568;background-color:#f8fafc;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.activity-table tbody tr:last-child td{border-bottom:none}.status{display:inline-flex;align-items:center;font-weight:500}.status.success{color:#38a169}.status.error{color:#e53e3e}.status-icon{margin-right:.375rem;font-size:1rem}.usage-stats{margin-top:1.5rem}@media (min-width: 1024px){.usage-stats{margin-top:0}}.chart-container{display:flex;align-items:center;justify-content:center;height:200px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#a0aec0;font-size:.875rem}.chart-placeholder{margin:0;padding:1rem;text-align:center}@media (max-width: 639px){.profile-header{text-align:center}.profile-avatar{margin:0 auto}.profile-name{justify-content:center}.usage-container{margin:0 auto}.api-key-content{flex-direction:column;gap:.75rem}.api-key-value{width:100%}.copy-button{width:100%;justify-content:center;margin-left:0}.tabs-header{overflow-x:auto;padding:0}.tab-button{white-space:nowrap;padding:1rem}}:root{--primary: #3182ce;--primary-hover: #2c5282;--text: #1a202c;--text-light: #4a5568;--bg: #ffffff;--card-bg: #ffffff;--border: #e2e8f0;--shadow: 0 1px 3px rgba(0, 0, 0, .1);--shadow-hover: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-hover);text-decoration:underline}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:1rem;font-weight:600;color:var(--text)}p{margin-bottom:1rem;color:var(--text-light)}img{max-width:100%;height:auto}button,.button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;font-size:.875rem;line-height:1.5;cursor:pointer;transition:all .2s;border:1px solid transparent;background-color:var(--primary);color:#fff}button:hover,.button:hover{background-color:var(--primary-hover);text-decoration:none}button:disabled,.button:disabled{opacity:.6;cursor:not-allowed}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}
