:root{--color-text: #3d3d3d;--color-text-muted: #6b6b6b;--color-text-faint: #737373;--color-bg: #f7f7f7;--color-surface: #fff;--color-border: #dcdcdc;--color-border-light: #f0f0f0;--color-hover: #f0f0f0;--color-active: #e0e0e0;--radius: 4px;--font-family: "Equinor", Inter, system-ui, Avenir, Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0}body{font-family:var(--font-family);line-height:1.5;color:var(--color-text);background:var(--color-bg);display:grid;place-items:center;min-height:100dvh;min-width:320px}.card{background:var(--color-surface);border-radius:var(--radius);padding:1.25rem 1.5rem 1rem;box-shadow:0 1px 6px #0000001a;text-align:center;max-width:340px;width:100%;margin:1rem}.logo{display:block;margin:0 auto .75rem;height:96px}.actions{display:flex;flex-direction:column}.actions a{display:block;width:100%;padding:.85rem 1rem;font:inherit;font-size:1rem;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-bottom:none;cursor:pointer;transition:background .15s;text-decoration:none;text-align:center}.actions a:first-child{border-radius:var(--radius) var(--radius) 0 0}.actions a:last-child{border-bottom:1px solid var(--color-border);border-radius:0 0 var(--radius) var(--radius)}.actions a:hover{background:var(--color-hover)}.actions a:active{background:var(--color-active)}.actions a:focus-visible{outline:2px solid var(--color-text);outline-offset:-2px;z-index:1}.notice{margin-top:1.25rem;padding-top:.75rem;color:var(--color-text-muted);font-size:.75rem;line-height:1.5;letter-spacing:.01em;text-align:center}.footer{margin-top:.75rem;padding-top:.5rem;border-top:1px solid var(--color-border-light);color:var(--color-text-faint);font-size:.75rem;line-height:1.5}.footer a{color:var(--color-text-faint);text-decoration:underline}.footer a:hover{color:var(--color-text-muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion){*,*:before,*:after{transition:none!important;animation:none!important}}
