:root{--auth-bg: #f6f8fb;--auth-panel: #ffffff;--auth-text: #172033;--auth-text-soft: #344054;--auth-muted: #667085;--auth-line: #d8dee8;--auth-primary: var(--majiben-primary, #2251b8);--auth-primary-hover: var(--majiben-primary-hover, #183f95);--auth-primary-soft: var(--majiben-primary-soft, #eef4ff);--auth-shadow: 0 18px 42px rgba(16, 24, 40, .08)}*{box-sizing:border-box}html,body{min-height:100%}body.majiben-auth-page{margin:0;background:linear-gradient(rgba(31,38,48,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(31,38,48,.035) 1px,transparent 1px),#f4f0e8;background-size:28px 28px;color:var(--auth-text);font-family:var(--majiben-font-body, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", "Segoe UI", sans-serif);line-height:1.6}.majiben-auth-shell{display:grid;min-height:100vh;place-items:center;padding:32px 18px}.majiben-auth-panel{width:min(100%,560px);border:2px solid rgba(23,32,51,.1);border-radius:18px;background:#ffffffd1;padding:clamp(22px,5vw,34px);box-shadow:10px 12px #16223814}.majiben-auth-brand{display:inline-flex;align-items:center;gap:10px;color:var(--auth-text);text-decoration:none}.majiben-auth-brand span{display:grid;place-items:center;width:36px;height:36px;border-radius:7px;background:var(--auth-primary);color:#fff;font-weight:800;line-height:1}.majiben-auth-brand strong{font-size:1.02rem;font-weight:800}.majiben-auth-copy{margin-top:30px}.majiben-auth-kicker{margin:0 0 8px;color:var(--auth-primary);font-size:.78rem;font-weight:800;text-transform:uppercase}.majiben-auth-copy h1{margin:0;font-size:clamp(1.8rem,6vw,2.45rem);font-weight:800;line-height:1.18}.majiben-auth-copy p:not(.majiben-auth-kicker){margin:12px 0 0;color:var(--auth-muted);font-size:.95rem}.majiben-auth-card{display:grid;gap:12px;margin-top:26px;border:1px solid var(--auth-line);border-radius:10px;background:var(--auth-panel);padding:18px;box-shadow:var(--auth-shadow)}.majiben-auth-status{border:1px solid #dbe6fb;border-radius:7px;background:var(--auth-primary-soft);color:var(--auth-text-soft);padding:10px 12px;font-size:.84rem;font-weight:750}.majiben-auth-field{display:grid;gap:6px}.majiben-auth-field>span{color:var(--auth-text-soft);font-size:.86rem;font-weight:800}.majiben-auth-required,.majiben-auth-optional{display:inline-flex;align-items:center;min-height:18px;margin-left:6px;border-radius:999px;padding:0 8px;font-size:.7rem;font-weight:800;line-height:1}.majiben-auth-required{background:#fff0e8;color:#b93815}.majiben-auth-optional{background:#eef4ff;color:var(--auth-primary)}.majiben-auth-field input{width:100%;min-height:44px;border:1px solid var(--auth-line);border-radius:7px;background:#fff;color:var(--auth-text);font:inherit;padding:0 12px}.majiben-auth-field input:focus{border-color:var(--auth-primary);box-shadow:0 0 0 3px #2251b824;outline:none}.majiben-auth-field small{color:var(--auth-muted);font-size:.78rem;line-height:1.55}.majiben-password-control{display:grid;grid-template-columns:minmax(0,1fr) 72px;align-items:stretch;gap:8px}.majiben-password-control button{min-height:44px;border:1px solid var(--auth-line);border-radius:7px;background:#fff;color:var(--auth-text-soft);font:inherit;font-size:.84rem;font-weight:800;cursor:pointer}.majiben-password-control button:hover{border-color:#c8d7f5;background:var(--auth-primary-soft);color:var(--auth-primary)}.majiben-auth-primary,.majiben-auth-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:7px;padding:0 16px;font-size:.94rem;font-weight:800;text-decoration:none;border-style:solid;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.majiben-auth-primary{border:1px solid var(--auth-primary);background:var(--auth-primary);color:#fff}.majiben-auth-primary:disabled{cursor:wait;opacity:.72}.majiben-auth-primary:hover{border-color:var(--auth-primary-hover);background:var(--auth-primary-hover)}.majiben-auth-secondary{border:1px solid var(--auth-line);background:#fff;color:var(--auth-text-soft)}.majiben-auth-secondary:hover{border-color:#c8d7f5;background:var(--auth-primary-soft);color:var(--auth-primary)}.majiben-auth-note{margin:14px 2px 0;color:var(--auth-muted);font-size:.82rem}.majiben-auth-note p{margin:0}.majiben-auth-note p+p{margin-top:4px}.majiben-auth-note a{color:var(--auth-primary)}.majiben-auth-legal-links{display:flex;flex-wrap:wrap;gap:14px;margin:18px 2px 0;font-size:.82rem}.majiben-auth-legal-links a{color:var(--auth-muted);text-decoration:none}.majiben-auth-legal-links a:hover{color:var(--auth-primary);text-decoration:underline}@media(max-width:520px){.majiben-auth-shell{align-items:start;padding-top:24px}.majiben-auth-copy{margin-top:28px}.majiben-auth-card{padding:14px}}
