/* Shared public entry pages use the same design tokens as the cabinet. */
.auth-page{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}
.auth-header{background:var(--white);border-bottom:1px solid var(--line)}
.auth-header-inner,.auth-footer-inner{width:min(1180px,100%);margin:0 auto;padding:25px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.auth-header .pir-brand{display:inline-flex;align-items:center;min-width:0;flex-shrink:0;border-radius:6px}
.auth-header .pir-brand-logo{display:block;width:154px;height:auto;max-height:48px;object-fit:contain}
.auth-header-caption{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--muted)}
.auth-header-caption .icon{width:16px;height:16px;color:var(--teal)}
.auth-layout{width:min(1180px,100%);margin:auto;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);align-items:center;gap:88px;padding:48px 30px}
.auth-intro{min-width:0}
.auth-eyebrow{color:var(--teal);font-size:10px;line-height:1.6;letter-spacing:.16em;font-weight:650;margin:0 0 17px}
.auth-intro h2{font-family:var(--event-heading,inherit);font-size:clamp(38px,4.1vw,58px);font-weight:500;letter-spacing:-.045em;line-height:1.06;max-width:470px;overflow-wrap:anywhere}
.auth-intro-description{font-size:14px;line-height:1.85;margin:20px 0 29px;color:var(--muted)}
.auth-event{background:var(--white);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.auth-event-art{position:relative;aspect-ratio:1.96;overflow:hidden;background:var(--teal-light)}
.auth-event-art>img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.auth-event-badge{position:absolute;top:17px;left:18px;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #fff9;border-radius:6px;background:#ffffffed;color:#345678;font-size:8px;font-weight:650;letter-spacing:.12em}
.auth-event-badge>span{width:5px;height:5px;background:var(--teal);border-radius:50%}
.auth-event-details{padding:20px 23px 22px}
.auth-event h3{font-family:var(--event-heading,inherit);font-size:27px;line-height:1.15;font-weight:500;letter-spacing:-.025em;overflow-wrap:anywhere}
.auth-event-meta{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:13px;color:var(--muted);font-size:11px}
.auth-event-meta>span,.auth-highlights>span{display:inline-flex;align-items:center;gap:7px;min-width:0}
.auth-event-meta .icon{width:14px;height:14px;color:var(--teal)}
.auth-highlights{display:flex;flex-wrap:wrap;gap:12px 25px;margin-top:25px;font-size:12px;color:var(--muted)}
.auth-highlights .icon{width:18px;height:18px;color:var(--teal)}
.auth-card{min-width:0;width:100%;max-width:460px;justify-self:end;background:var(--white);border:1px solid var(--line);border-radius:20px;padding:32px 34px;box-shadow:0 8px 36px #172f5406}
.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;background:var(--bg);border:1px solid var(--line);border-radius:10px;margin-bottom:27px}
.auth-tabs a{display:flex;align-items:center;justify-content:center;padding:8px 10px;min-height:36px;border-radius:7px;font-size:12px;font-weight:550;color:var(--muted);transition:background .15s,color .15s}
.auth-tabs a:hover{color:var(--teal)}
.auth-tabs a[aria-current=page]{background:var(--white);color:var(--teal);box-shadow:0 1px 5px #1738590a}
.auth-card-heading{margin-bottom:26px}
.auth-card-heading h1{font-family:var(--event-heading,inherit);font-size:38px;line-height:1.15;font-weight:500;letter-spacing:-.035em;overflow-wrap:anywhere}
.auth-card-heading p{font-size:12px;line-height:1.8;margin-top:8px;color:var(--muted)}
.auth-fields{display:grid;gap:16px}
.auth-field{min-width:0}
.auth-field label{display:block;font-size:12px;font-weight:550;margin-bottom:7px;line-height:1.4;color:var(--ink)}
.auth-field input{display:block;width:100%;min-width:0;min-height:48px;padding:11px 13px;border:1px solid var(--line);border-radius:9px;background:var(--bg);color:var(--ink);font-size:14px;line-height:1.5;transition:border-color .15s,box-shadow .15s,background .15s}
.auth-field input::placeholder{color:var(--muted);opacity:.85}
.auth-field input:hover{border-color:color-mix(in srgb,var(--teal) 32%,var(--line))}
.auth-field input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px color-mix(in srgb,var(--teal) 12%,transparent);background:var(--white)}
.auth-page :is(a,button):focus-visible{outline:3px solid var(--teal);outline-offset:4px}
.auth-form-options{display:flex;justify-content:flex-end;margin:13px 0 23px;font-size:12px}
.auth-form-options a,.auth-switch a,.registration-terms a{color:var(--teal);text-decoration:none}
.auth-form-options a:hover,.auth-switch a:hover,.registration-terms a:hover{text-decoration:underline;text-underline-offset:3px}
.auth-submit.button{width:100%;min-height:49px;display:flex;align-items:center;justify-content:center;gap:13px;padding:12px 16px;border-radius:10px;font-size:13px;font-weight:600;line-height:1.5;white-space:normal}
.auth-submit .icon{width:17px;height:17px}
.auth-switch{text-align:center;font-size:12px;line-height:1.8;margin-top:22px;color:var(--muted)}
.auth-switch a{font-weight:550;white-space:nowrap}
.registration-terms{font-size:11px;line-height:1.8;color:var(--muted);margin:20px 0 19px}
.registration-terms a{text-decoration:underline;text-underline-offset:2px}
.auth-page .error-message{color:#a03535;font-size:12px;line-height:1.65;overflow-wrap:anywhere;margin-top:7px}
.auth-page .errorlist{margin:0;padding:0;list-style:none}
.auth-page .auth-form-error{padding:12px 14px;margin:0 0 20px;background:#fff4f2;border:1px solid #f2d5cf;border-radius:9px}
.auth-field.has-error input{border-color:#c05b50}
.auth-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}
.auth-footer{border-top:1px solid var(--line)}
.auth-footer-inner{padding-top:23px;padding-bottom:23px;font-size:10px;line-height:1.8;color:var(--muted)}
.auth-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 21px}
.auth-footer a:hover{color:var(--teal)}
.auth-empty-art{height:260px;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--teal-light)}
.auth-orbits{position:relative;width:100%;height:100%;display:grid;place-items:center;overflow:hidden}
.auth-orbits>span{position:absolute;width:280px;height:280px;border-radius:50%;border:1px solid color-mix(in srgb,var(--teal) 15%,transparent)}
.auth-orbits>span:nth-child(2){width:190px;height:190px}
.auth-orbits>.icon{width:78px;height:78px;color:var(--teal);padding:23px;background:var(--white);border:1px solid var(--line);border-radius:22px;transform:rotate(-8deg)}
@media(min-width:1500px){.auth-layout{gap:100px}}
@media(max-width:1050px){.auth-layout{gap:42px;padding:38px 28px}.auth-card{padding:29px 27px}.auth-intro h2{font-size:46px}.auth-intro-description{font-size:13px}.auth-card-heading h1{font-size:34px}.auth-event h3{font-size:25px}.auth-highlights{font-size:11px;gap:12px}.auth-footer-organization{display:none}}
@media(max-width:850px){.auth-intro{display:none}.auth-layout{grid-template-columns:minmax(0,1fr);padding:32px 24px;max-width:510px}.auth-card{justify-self:center;max-width:none;padding:30px}.auth-header-inner{padding:20px 25px}.auth-footer-inner{padding:20px 25px}.auth-header-caption{font-size:11px}.auth-footer-inner{flex-direction:column;gap:9px;text-align:center}.auth-footer nav{justify-content:center}.auth-field input{font-size:16px}.auth-card-heading h1{font-size:36px}}
@media(max-width:400px){.auth-layout{padding:23px 14px}.auth-header-inner{padding:19px 18px;gap:14px}.auth-header .pir-brand-logo{width:136px}.auth-header-caption{font-size:10px;gap:6px}.auth-header-caption .icon{width:14px;height:14px}.auth-card{padding:24px 20px;border-radius:16px}.auth-tabs{margin-bottom:24px}.auth-card-heading{margin-bottom:23px}.auth-card-heading h1{font-size:33px}.auth-card-heading p{font-size:12px}.auth-submit.button{font-size:12px;gap:8px}.auth-footer nav{gap:7px 14px}.auth-switch{font-size:11px}}
@media(prefers-reduced-motion:reduce){.auth-page *{transition:none!important}}
