@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";:root{--md-sys-color-primary: #002855;--md-sys-color-on-primary: #ffffff;--md-sys-color-primary-container: #d9e2ff;--md-sys-color-on-primary-container: #001944;--md-sys-color-secondary: #EAAA00;--md-sys-color-on-secondary: #000000;--md-sys-color-secondary-container: #ffea7c;--md-sys-color-on-secondary-container: #231b00;--md-sys-color-background: #fdfbff;--md-sys-color-on-background: #1a1b1e;--md-sys-color-surface: #fdfbff;--md-sys-color-on-surface: #1a1b1e;--md-sys-color-surface-variant: #e1e2ec;--md-sys-color-on-surface-variant: #44474f;--md-sys-color-outline: #74777f;--text-muted: #73777f;--card-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)}[data-theme=dark]{--md-sys-color-primary: #80a4ed;--md-sys-color-on-primary: #002855;--md-sys-color-primary-container: #003a7a;--md-sys-color-on-primary-container: #d9e2ff;--md-sys-color-secondary: #EAAA00;--md-sys-color-on-secondary: #3b2f00;--md-sys-color-secondary-container: #554500;--md-sys-color-on-secondary-container: #ffea7c;--md-sys-color-background: #121212;--md-sys-color-on-background: #e3e2e6;--md-sys-color-surface: #1e1e1e;--md-sys-color-on-surface: #e3e2e6;--md-sys-color-surface-variant: #44474f;--md-sys-color-on-surface-variant: #c4c6d0;--md-sys-color-outline: #8e9099;--text-muted: #8e9099;--card-shadow: 0 4px 6px rgba(0, 0, 0, .3)}body{margin:0;font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;background-color:var(--md-sys-color-background);color:var(--md-sys-color-on-background);transition:background-color .3s ease,color .3s ease}*{box-sizing:border-box}button{font-family:inherit}a{text-decoration:none;color:inherit}.container{max-width:1200px;margin:0 auto;padding:20px}.card{background:var(--md-sys-color-surface);border-radius:16px;padding:24px;box-shadow:var(--card-shadow);transition:transform .2s,background-color .3s}.card:hover{transform:translateY(-2px)}
