.account-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #d7dfd0;background:#f6f8f0;color:#30432f;border-radius:6px;padding:8px 11px;font:inherit;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px;cursor:pointer}.account-button:hover{background:#edf2e4}.account-button:focus-visible{outline:2px solid #536f50;outline-offset:2px}.account-button svg{flex:none}.account-dialog{position:fixed;inset:0;z-index:100;display:grid;place-items:center;background:#17202b55;padding:20px}.account-dialog[hidden]{display:none}.account-dialog-card{position:relative;width:min(420px,100%);background:#fffefa;border:1px solid #dfe6d6;border-radius:10px;box-shadow:0 20px 60px #17202b30;padding:28px;color:#243225}.account-dialog-card h2{margin:4px 0 10px;font-size:24px;letter-spacing:-.5px}.account-eyebrow{font-size:11px;letter-spacing:1.4px;font-weight:700;color:#687c67}.account-lead{color:#536354;line-height:1.5}.account-close{position:absolute;right:14px;top:10px;border:0;background:transparent;color:#536354;font-size:24px;cursor:pointer}.account-field{display:grid;gap:6px;margin:20px 0 8px;font-size:13px;font-weight:600}.account-field input{border:1px solid #cfd9c8;border-radius:5px;padding:10px;font:inherit;font-weight:400}.account-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.account-primary,.account-secondary{border-radius:5px;padding:9px 12px;font:inherit;font-size:13px;font-weight:600;cursor:pointer}.account-primary{border:1px solid #3e573d;background:#3e573d;color:white}.account-secondary{border:1px solid #cfd9c8;background:#f7f9f3;color:#30432f}.account-message{min-height:20px;margin:8px 0;color:#536354;font-size:13px}.account-message a{color:#3e573d}.account-small{margin:16px 0 0;color:#7c887b;font-size:12px}.account-state{margin:0;color:#536354;font-size:13px}.account-list{display:grid;gap:6px;margin-top:18px;max-height:220px;overflow:auto}.account-list a{display:flex;justify-content:space-between;gap:12px;border:1px solid #e0e7da;border-radius:5px;padding:9px 10px;color:#30432f;text-decoration:none;font-size:13px}.account-list a:hover{background:#f1f5eb}.account-list small{color:#7c887b}@media(max-width:900px){.account-button{width:36px;min-width:36px;max-width:36px;padding:7px}.account-button span{display:none}}@media(max-width:700px){.account-button{font-size:12px;padding:7px}.account-dialog{padding:12px}.account-dialog-card{padding:22px 18px}}
