.fh-form{--nm-bg:#f2f0ea;--nm-shadow-dark:#cfccc2;--nm-shadow-light:#ffffffb8;--nm-text:#3a3934;width:100%;max-width:360px;padding:36px 30px;background:var(--nm-bg);border-radius:18px;box-shadow:-3px -3px 7px var(--nm-shadow-light),2px 2px 5px rgba(94,104,121,.25);font-family:Schibsted Grotesk,sans-serif}[data-theme=dark] .fh-form{--nm-bg:#0d0d0d;--nm-shadow-dark:#000;--nm-shadow-light:hsla(0,0%,100%,.07);--nm-text:#d6d4cc;box-shadow:inset 2px 2px 10px #000,inset -1px -1px 5px hsla(0,0%,100%,.06)}.fh-form__title{font-size:24px;font-weight:900;letter-spacing:-.03em;margin:0 0 6px;color:var(--nm-text)}.fh-form__sub{font-size:13.5px;line-height:1.5;color:#8a8880;margin:0 0 22px}.fh-field{height:50px;width:100%;display:flex;position:relative;margin-top:16px}.fh-field .fh-input{height:100%;width:100%;padding-left:16px;outline:none;border:none;font-size:15px;font-family:inherit;background:var(--nm-bg);color:var(--nm-text);border-radius:12px;box-shadow:inset 2px 2px 5px var(--nm-shadow-dark),inset -4px -4px 9px var(--nm-shadow-light);transition:box-shadow .2s ease,transform .2s ease}.fh-field .fh-input::-moz-placeholder{color:transparent}.fh-field .fh-input::placeholder{color:transparent}.fh-field .fh-input:focus{box-shadow:inset 1px 1px 2px var(--nm-shadow-dark),inset -1px -1px 2px var(--nm-shadow-light),0 0 0 2px var(--accent)}[data-theme=dark] .fh-field .fh-input:focus{transform:scale(1.01)}.fh-field .fh-label{position:absolute;top:50%;transform:translateY(-50%);left:16px;pointer-events:none;color:#8a8880;font-size:15px;transition:all .15s ease;background:transparent;padding:0 4px}.fh-field .fh-input:not(:-moz-placeholder)~.fh-label{top:0;font-size:11px;font-family:JetBrains Mono,monospace;text-transform:uppercase;letter-spacing:.08em;color:var(--nm-text);background:var(--nm-bg);border-radius:4px}.fh-field .fh-input:focus~.fh-label,.fh-field .fh-input:not(:placeholder-shown)~.fh-label{top:0;font-size:11px;font-family:JetBrains Mono,monospace;text-transform:uppercase;letter-spacing:.08em;color:var(--nm-text);background:var(--nm-bg);border-radius:4px}.fh-oauth{width:100%;height:46px;display:flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:12px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;color:var(--nm-text);background:var(--nm-bg);box-shadow:-3px -3px 6px var(--nm-shadow-light),3px 3px 6px var(--nm-shadow-dark);transition:box-shadow .15s ease}.fh-oauth:hover{box-shadow:-1px -1px 3px var(--nm-shadow-light),1px 1px 3px var(--nm-shadow-dark)}.fh-oauth:active{box-shadow:inset 2px 2px 5px var(--nm-shadow-dark),inset -2px -2px 5px var(--nm-shadow-light)}.fh-oauth:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.fh-divider{display:flex;align-items:center;gap:10px;margin:18px 0 4px;font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#8a8880}.fh-divider:after,.fh-divider:before{content:"";flex:1;border-top:1px solid var(--nm-shadow-dark)}.fh-switchline{margin:16px 0 0;text-align:center;color:#8a8880;font-size:13.5px}.fh-switchline button{color:var(--nm-text);font-weight:700;background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;text-decoration-color:currentColor;text-decoration-thickness:1px;font-family:inherit;font-size:inherit}.fh-authflip{perspective:1400px;width:100%;display:flex;justify-content:center}@media (prefers-reduced-motion:reduce){.fh-field .fh-input{transition:none}[data-theme=dark] .fh-field .fh-input:focus{transform:none}}