:root { font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #17223b; background: #f4f7fb; } * { box-sizing: border-box; } body { margin: 0; min-width: 320px; } main { width: min(100% - 2rem, 720px); margin: 0 auto; padding: 2rem 0 3rem; } button:focus-visible, select:focus-visible, input:focus-visible, a:focus-visible, [tabindex]:focus-visible { outline: 3px solid #8bb5ff; outline-offset: 3px; } .skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 10; padding: .7rem 1rem; border-radius: .55rem; background: #17223b; color: #fff; font-weight: 750; text-decoration: none; } .skip-link:focus { top: 1rem; } .topbar { display: flex; align-items: center; justify-content: space-between; gap: .75rem; } .topbar > a { color: #fff; background: #17223b; padding: .5rem .75rem; border-radius: .55rem; text-decoration: none; font-weight: 800; } .language-select { display: flex; align-items: center; gap: .45rem; color: #536783; font-size: .8rem; font-weight: 700; } .language-select select { min-height: 44px; max-width: 162px; padding: .35rem .45rem; border: 1px solid #b9c5d7; border-radius: .55rem; color: inherit; background: #fff; font: inherit; } header p:not(.lede) { margin: 1.4rem 0 .2rem; color: #536783; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; } h1 { margin: 0; font-size: clamp(1.7rem, 5vw, 2.5rem); } .lede, #message { color: #556984; line-height: 1.55; } .pwa-update { display: flex; justify-content: space-between; align-items: center; gap: .75rem; margin-top: 1rem; padding: .75rem 1rem; border: 1px solid #9db5d5; border-radius: .8rem; background: #eaf3ff; color: #1c416f; font-size: .9rem; line-height: 1.4; } .pwa-update button { min-height: 44px; margin: 0; padding: .4rem .65rem; white-space: nowrap; } .notice, .card { margin-top: 1rem; padding: 1rem; border: 1px solid #d9e1ee; border-radius: .9rem; background: #fff; } .notice { display: grid; gap: .3rem; color: #485c78; } .notice strong { color: #8b5810; } .upload { display: grid; gap: .35rem; padding: 1rem; border: 1px dashed #aebdd2; border-radius: .75rem; cursor: pointer; } .upload small { color: #61738d; } .upload input { margin-top: .4rem; } .fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; margin-top: 1rem; } .fields label { display: grid; gap: .35rem; font-size: .83rem; font-weight: 700; } input { width: 100%; min-height: 44px; padding: .5rem; border: 1px solid #b9c5d7; border-radius: .55rem; font: inherit; } button, .actions a { min-height: 46px; margin-top: 1rem; padding: .65rem .85rem; border: 1px solid #1f63b2; border-radius: .65rem; background: #1f63b2; color: #fff; font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; } button:disabled { opacity: .55; cursor: not-allowed; } #preview { display: block; max-width: 100%; margin: 1rem auto; border: 1px solid #d8e0eb; background: #fff; } .actions { display: flex; flex-wrap: wrap; gap: .7rem; } .actions > * { margin-top: 0; } #clearButton { color: #8c2b27; border-color: #efc5c2; background: #fff5f4; } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } } @media (max-width: 560px) { main { width: min(100% - 1.25rem, 720px); padding-top: 1.25rem; } .topbar { align-items: flex-start; } .language-select { display: grid; gap: .2rem; } .language-select select { max-width: 138px; } .pwa-update { align-items: stretch; flex-direction: column; } .pwa-update button { width: 100%; } .fields { grid-template-columns: 1fr; } }
