*{margin:0;padding:0;box-sizing:border-box}:root{--z-base: 1;--z-header: 10;--z-dropdown: 20;--z-overlay: 30;--z-audio-player: 40;--z-modal: 50;--z-toast: 60;--audio-player-height: 80px;--audio-player-height-mobile: 72px;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--breakpoint-mobile: 768px;--breakpoint-tablet: 1024px;--breakpoint-desktop: 1280px}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;color:#222;background-color:#f5f5f5}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:.5em;line-height:1.2}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5,h6{font-size:1rem}p{margin-bottom:1em}a{color:#06c;text-decoration:none}a:hover{text-decoration:underline}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-center{justify-content:center;align-items:center}.flex-between{justify-content:space-between;align-items:center}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}.grid{display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.gap-grid{gap:1rem}.p-sm{padding:.5rem}.p-md{padding:1rem}.p-lg{padding:1.5rem}.p-xl{padding:2rem}.m-sm{margin:.5rem}.m-md{margin:1rem}.m-lg{margin:1.5rem}.m-xl{margin:2rem}.border{border:1px solid #ddd}.border-dark{border:1px solid #999}.rounded{border-radius:4px}.bg-white{background-color:#fff}.bg-light{background-color:#f9f9f9}.bg-gray{background-color:#f5f5f5}.bg-dark-gray{background-color:#e0e0e0}.bg-darker-gray{background-color:#ccc}.text-center{text-align:center}.text-muted{color:#666}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}@media (max-width: 768px){:root{--audio-player-height: var(--audio-player-height-mobile)}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}h1{font-size:1.5rem}h2{font-size:1.25rem}}#app[data-v-1e6e58e5]{width:100%}
