cam-account-login{display:block;flex-shrink:0}
.cam-account-icon{display:flex;align-items:center;justify-content:center;width:40px;height:44px;color:inherit;border-radius:50%;text-decoration:none}
.cam-account-icon svg{display:block;width:24px;height:24px}
.cam-account-icon:hover{color:var(--garnet,#9d2549)}
.cam-account-icon:focus-visible,.cam-account-dialog :focus-visible{outline:2px solid var(--garnet,#9d2549);outline-offset:3px}
.cam-account-dialog{box-sizing:border-box;width:min(440px,calc(100vw - 32px));max-width:none;max-height:calc(100dvh - 24px);margin:auto;padding:48px 0 0;border:0;background:transparent;color:#111;box-shadow:none;overflow:auto;overscroll-behavior:contain;font-family:var(--body-font,Arial,sans-serif)}
.cam-account-dialog:not([open]){display:none}
.cam-account-dialog::backdrop{background:rgba(0,0,0,.58);backdrop-filter:none}
.cam-account-close{position:absolute;top:2px;left:calc(50% - 20px);display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:#fff;color:#6d4556;cursor:pointer}
.cam-account-card{position:relative;isolation:isolate;display:flex;align-items:flex-end;min-height:min(570px,calc(100dvh - 100px));padding:13px;overflow:hidden;border-radius:22px;background:#e9dcc4;box-sizing:border-box}
.cam-account-photo{position:absolute;inset:0;z-index:-1;width:100%;height:100%;max-width:none;object-fit:cover;object-position:50% 35%}
.cam-account-panel{width:100%;padding:26px 18px 22px;border-radius:12px;background:#fff;box-sizing:border-box;text-align:left}
.cam-account-panel h2{margin:0 0 9px;font-family:var(--body-font,Arial,sans-serif);font-size:21px;font-weight:700;line-height:1.3;color:#111;text-align:center}
.cam-account-intro{margin:0 0 23px;font-size:14px;font-weight:400;line-height:1.5;color:#333;text-align:center}
.cam-account-form{margin:0}
.cam-account-form label{display:block;margin:0 0 7px;font-size:13px;font-weight:600;line-height:1.4;color:#222}
.cam-account-input-row{display:flex;min-height:52px;border:1px solid #98732d;border-radius:7px;overflow:hidden;background:#fff}
.cam-account-input-row input{flex:1;min-width:0;width:100%;margin:0;padding:13px 12px;border:0;border-radius:0;background:#fff;color:#111;font-family:inherit;font-size:16px;font-weight:400;line-height:1.4;box-shadow:none}
.cam-account-input-row input::placeholder{color:#717171;opacity:1}
.cam-account-input-row input:focus{outline:0}
.cam-account-input-row:focus-within{outline:2px solid var(--garnet,#9d2549);outline-offset:2px}
.cam-account-input-row button{flex-shrink:0;margin:0;padding:12px 17px;border:0;border-radius:0;background:#946e00;color:#fff;font-family:inherit;font-size:16px;font-weight:700;line-height:1.4;cursor:pointer}
.cam-account-input-row button:hover{background:#775900}
.cam-account-help,.cam-account-policies{margin:10px 0 0;font-size:12px;font-weight:400;line-height:1.5;color:#444}
.cam-account-policies a{font-weight:600;text-decoration:underline;text-underline-offset:2px;color:inherit}
@media(max-width:760px){.cam-account-icon{width:28px;height:40px}.cam-account-icon svg{width:22px;height:22px}}
@media(max-width:380px){.cam-account-panel{padding:20px 14px}.cam-account-panel h2{font-size:19px}.cam-account-input-row button{padding-inline:12px}}
@media(max-height:550px){.cam-account-card{min-height:0;padding-top:70px}.cam-account-intro{margin-bottom:12px}.cam-account-panel{padding-block:18px}}
