.api-page{background:var(--studio-bg-primary);min-height:100vh;padding:2rem 1rem 4rem}.api-container{width:100%;max-width:1200px;margin:0 auto}.api-header{text-align:center;margin-bottom:3rem}.api-badge{color:var(--studio-accent);background:var(--studio-accent-muted);border:1px solid var(--studio-border-accent);text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.api-title{color:var(--studio-text-primary);margin:0 0 .75rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.api-subtitle{color:var(--studio-text-secondary);max-width:640px;margin:0 auto;font-size:1.125rem;line-height:1.625}.api-features{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.api-feature-card{background:var(--studio-bg-elevated);border:2px solid var(--studio-border-strong);border-radius:16px;padding:1.75rem;transition:all .25s cubic-bezier(.16,1,.3,1)}.api-feature-card:hover{border-color:var(--studio-accent);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.api-feature-card__icon{background:var(--studio-accent-muted);width:48px;height:48px;color:var(--studio-accent);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.api-feature-card__icon svg{width:24px;height:24px}.api-feature-card:hover .api-feature-card__icon{background:var(--studio-accent);color:var(--studio-bg-deep);box-shadow:var(--shadow-glow-sm)}.api-feature-card__title{color:var(--studio-text-primary);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.api-feature-card__description{color:var(--studio-text-secondary);margin:0;font-size:.875rem;line-height:1.625}.api-preview{margin-bottom:3rem}.api-preview-card{background:var(--studio-bg-elevated);border:1px solid var(--studio-border-accent);box-shadow:var(--shadow-lg),var(--shadow-glow-sm);border-radius:16px;overflow:hidden}.api-preview__header{background:var(--studio-bg-surface);border-bottom:1px solid var(--studio-border);align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.api-preview__dots{gap:6px;display:flex}.api-preview__dot{border-radius:9999px;width:12px;height:12px}.api-preview__dot--red{background:var(--studio-error,#ef4444)}.api-preview__dot--yellow{background:var(--studio-warning,#f59e0b)}.api-preview__dot--green{background:var(--studio-success,#22c55e)}.api-preview__label{color:var(--studio-text-muted);margin-left:1rem;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:.8125rem}.api-preview__code{color:var(--studio-text-secondary);white-space:pre;margin:0;padding:1.5rem;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:.8125rem;line-height:1.75;overflow-x:auto}.api-code-comment{color:var(--studio-text-muted)}.api-code-keyword{color:var(--studio-accent);font-weight:600}.api-code-key{color:var(--studio-text-primary)}.api-code-string{color:var(--studio-success)}.api-notify{margin-bottom:2.5rem}.api-notify-card{text-align:center;background:linear-gradient(135deg,var(--studio-bg-surface)0%,var(--studio-bg-elevated)100%);border:1px solid var(--studio-border-accent);box-shadow:var(--shadow-lg),var(--shadow-glow-sm);border-radius:20px;padding:3rem 2rem;position:relative;overflow:hidden}.api-notify-card:before{content:"";background:linear-gradient(90deg,transparent 0%,var(--studio-accent)50%,transparent 100%);opacity:.6;width:60%;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.api-notify-card__icon{background:var(--studio-accent-muted);width:56px;height:56px;color:var(--studio-accent);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.api-notify-card__icon svg{width:28px;height:28px}.api-notify-card__title{color:var(--studio-text-primary);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.api-notify-card__text{color:var(--studio-text-secondary);max-width:480px;margin:0 auto 1.5rem;font-size:1rem;line-height:1.625}.api-notify__btn{background:var(--studio-accent);color:var(--studio-text-inverse);cursor:pointer;box-shadow:var(--shadow-md),var(--shadow-glow-sm);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.api-notify__btn:hover{background:var(--studio-accent-hover);box-shadow:var(--shadow-lg),var(--shadow-glow);color:var(--studio-text-inverse);transform:translateY(-2px)}.api-notify__btn svg{width:18px;height:18px;transition:transform .15s}.api-notify__btn:hover svg{transform:translate(3px)}.api-bottom-cta{text-align:center}.api-bottom-cta__btn{color:var(--studio-text-secondary);background:var(--studio-bg-surface);border:1px solid var(--studio-border-strong);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:inline-flex}.api-bottom-cta__btn:hover{background:var(--studio-accent);color:var(--studio-text-inverse);border-color:var(--studio-accent)}@media (prefers-reduced-motion:reduce){.api-feature-card,.api-feature-card__icon,.api-notify__btn,.api-notify__btn svg,.api-bottom-cta__btn{transition:none}.api-feature-card:hover,.api-notify__btn:hover,.api-notify__btn:hover svg{transform:none}}@media (max-width:1024px){.api-features{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.api-page{padding:1.5rem 1rem 3rem}.api-features{grid-template-columns:1fr}.api-title{font-size:1.75rem}.api-subtitle{font-size:1rem}.api-preview__code{padding:1rem;font-size:.6875rem}.api-notify-card{padding:2rem 1.5rem}.api-notify-card__title{font-size:1.25rem}.api-notify-card__text{font-size:.9375rem}}@media (max-width:480px){.api-feature-card{padding:1.5rem}.api-preview__header{padding:.75rem 1rem}.api-preview__label{display:none}}
