@import"https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700&family=Source+Serif+4:wght@700&display=swap";:root{--color-primary: #5a9e1f;--color-primary-dark: #3d6e13;--color-primary-light: #eaf3de;--color-primary-mid: #7ab830;--color-danger: #c0392b;--color-danger-light: #fce8e8;--color-warning: #e67e22;--color-warning-light: #fff4e0;--color-success: #27ae60;--color-success-light: #e9f7ef;--color-text: #1a1a1a;--color-text-muted: #666666;--color-text-disabled: #aaaaaa;--color-border: #d8d8d8;--color-border-focus: #5a9e1f;--color-surface: #f5f5f3;--color-surface-raised: #ffffff;--font-body: "Source Sans 3", system-ui, sans-serif;--font-serif: "Source Serif 4", Georgia, serif;--font-mono: "Courier New", Courier, monospace;--text-xs: .72rem;--text-sm: .85rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.35rem;--text-2xl: 1.65rem;--text-3xl: 2rem;--text-4xl: 2.5rem;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04);--shadow-lg: 0 8px 32px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);--nav-height: 64px;--max-width: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text);background:var(--color-surface);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:var(--font-body)}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-6)}.page-wrapper{min-height:calc(100vh - var(--nav-height));padding:var(--space-12) 0 var(--space-20)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes hkif-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes hkif-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.container{padding:0 var(--space-4)}.page-wrapper{padding:var(--space-8) 0 var(--space-12)}.hide-mobile{display:none!important}.show-mobile{display:flex!important}}@media(min-width:769px){.show-mobile{display:none!important}}.schedule-toggle{display:flex;gap:var(--space-3)}.schedule-toggle button{flex:0 0 auto}@media(max-width:768px){.schedule-toggle{width:100%}.schedule-toggle button{flex:1}}.schedule-grid{display:grid}@media(max-width:768px){.schedule-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:480px){.schedule-grid{grid-template-columns:1fr!important}}
