@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background: radial-gradient(circle at center, #111424 0%, #060814 100%);
    overscroll-behavior: none;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.canvas-container {
    aspect-ratio: 11 / 15;
    max-height: 80vh;
}

* {
    -webkit-tap-highlight-color: transparent;
}