:root{--blue:#307FFF;--teal:#00D5FF;--logo-teal:#3DDAD7;--navy:#001B26;--light:#F2FAFF;--dark-teal:#00394D;--white:#FFFFFF;--radius:16px;--shadow:0 10px 30px rgba(0,27,38,.25)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Montserrat,system-ui,Arial;color:var(--white);background:var(--navy)}.app-shell{position:relative;min-height:100%}.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}.page{min-height:100%;padding:24px}.page--center{display:flex;align-items:center;justify-content:center}.brand-bg-dark{background:var(--navy)}.brand-bg-light{background:linear-gradient(180deg,var(--blue) 0%,var(--teal) 100%)}.card{width:360px;max-width:92vw;background:var(--light);color:var(--dark-teal);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.title{margin:0 0 8px;font-weight:900;color:var(--blue);letter-spacing:.2px}.title--invert{color:var(--white);text-shadow:0 1px 2px rgba(0,0,0,.25)}.subtitle{margin:0;opacity:.9}.label{display:block;margin-top:12px;margin-bottom:6px;font-weight:600;color:var(--dark-teal)}.input{width:100%;border:0;padding:12px 14px;border-radius:12px;background:#fff;color:#000;outline:2px solid transparent;transition:.15s}.input:focus{outline-color:var(--logo-teal)}.error{color:#b00020;margin:8px 0;font-weight:600}.btn{margin-top:16px;width:100%;padding:12px 16px;border:0;border-radius:12px;font-weight:700;cursor:pointer;background:#fff2;color:#fff}.btn--primary{background:var(--blue);color:#fff}.btn--primary:hover{background:var(--teal)}.hero{display:grid;place-items:center;min-height:calc(100vh - 48px);text-align:center}.global-menu{position:fixed;top:16px;right:16px;z-index:1000;display:flex;align-items:center;gap:8px}.global-menu__button{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:0;background:#0006;color:var(--white);cursor:pointer;transition:background .2s ease}.global-menu__button:hover,.global-menu__button:focus{background:#0009;outline:none}.global-menu__icon{display:inline-flex;flex-direction:column;gap:6px}.global-menu__icon>span{display:block;width:20px;height:2px;border-radius:2px;background:currentColor}.global-menu__dropdown{position:absolute;top:56px;right:0;min-width:160px;padding:8px;border-radius:12px;background:#001b26f2;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:4px}.global-menu__action{padding:10px 12px;border:0;border-radius:10px;background:var(--blue);color:var(--white);font-weight:600;cursor:pointer}.global-menu__action:hover,.global-menu__action:focus{background:var(--teal);outline:none}.global-menu__hint{padding:10px 12px;border-radius:10px;background:#ffffff14;color:var(--white);font-weight:600;text-align:center}.global-menu__language-section{display:flex;flex-direction:column;gap:4px;padding-bottom:8px;margin-bottom:4px;border-bottom:1px solid rgba(255,255,255,.15)}.global-menu__language-option{display:flex;align-items:center;gap:10px;padding:8px 12px;border:0;border-radius:8px;background:transparent;color:var(--white);font-weight:500;cursor:pointer;transition:background .15s ease}.global-menu__language-option:hover,.global-menu__language-option:focus{background:#ffffff1a;outline:none}.global-menu__language-option--active{background:#307fff40}.global-menu__language-option--active:hover,.global-menu__language-option--active:focus{background:#307fff59}.global-menu__language-flag{font-size:1.25rem;line-height:1}.language-flag{line-height:1}.language-flag--small{font-size:1rem}.language-flag--medium{font-size:1.25rem}.language-flag--large{font-size:1.5rem}
