:root{--auth-primary:#18cfc2;--auth-primary-2:#2aaeea;--auth-ink:#102437;--auth-muted:#607086;--auth-border:#e7edf5;--auth-soft:#f6fbff;--auth-shadow:0 22px 70px rgba(16,36,55,.09)}
body.pc-public{background:#f8fbff;color:var(--auth-ink);font-family:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif}.pc-auth-page{min-height:100vh;display:grid;place-items:center;padding:32px 16px;background:radial-gradient(circle at 15% 10%,rgba(24,207,194,.10),transparent 34%),radial-gradient(circle at 82% 18%,rgba(42,174,234,.10),transparent 30%),#f8fbff}.pc-auth-shell{width:min(1040px,100%);display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.72fr);gap:22px;align-items:stretch}.pc-auth-brand-panel,.pc-auth-card{border:1px solid var(--auth-border);border-radius:30px;background:rgba(255,255,255,.86);box-shadow:var(--auth-shadow);backdrop-filter:blur(12px)}.pc-auth-brand-panel{padding:34px;display:flex;flex-direction:column;justify-content:space-between;min-height:570px;overflow:hidden;position:relative}.pc-auth-brand-panel:after{content:"";position:absolute;right:-110px;bottom:-120px;width:330px;height:330px;border-radius:50%;background:linear-gradient(135deg,rgba(24,207,194,.14),rgba(42,174,234,.09));pointer-events:none}.pc-auth-logo{display:inline-flex;width:max-content}.pc-auth-logo img{width:230px;height:auto;display:block}.pc-auth-copy{position:relative;z-index:1;max-width:520px}.pc-auth-copy span{display:inline-flex;margin-bottom:14px;color:#0f9f97;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.pc-auth-copy h1{margin:0 0 14px;font-size:clamp(2rem,4vw,3.6rem);line-height:1.02;letter-spacing:-.07em;font-weight:600;color:var(--auth-ink)}.pc-auth-copy p{margin:0;color:var(--auth-muted);font-size:1.05rem;line-height:1.65;max-width:450px}.pc-auth-points{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pc-auth-points div{min-height:84px;padding:14px;border:1px solid #edf2f7;border-radius:20px;background:#fff;display:flex;flex-direction:column;gap:8px;color:#23364a}.pc-auth-points i{color:#18b8b0}.pc-auth-points span{font-size:.9rem;font-weight:500}.pc-auth-card{padding:28px;align-self:center}.pc-auth-card__head{display:flex;gap:14px;align-items:center;margin-bottom:24px}.pc-auth-card__head img{width:48px;height:48px;object-fit:contain}.pc-auth-card__head h2{margin:0 0 4px;font-size:1.55rem;line-height:1.2;font-weight:600;letter-spacing:-.045em;color:var(--auth-ink)}.pc-auth-card__head p{margin:0;color:var(--auth-muted);font-size:.94rem}.pc-auth-form{display:grid;gap:15px}.pc-auth-field{display:grid;gap:7px;margin:0}.pc-auth-field>span{color:#30445a;font-size:.88rem;font-weight:500}.pc-auth-input-wrap{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:center;min-height:46px;border:1px solid #dbe5ef;border-radius:14px;background:#fff;padding:0 13px;transition:.16s ease}.pc-auth-input-wrap:focus-within{border-color:#2aaeea;box-shadow:0 0 0 4px rgba(42,174,234,.12)}.pc-auth-input-wrap i{color:#7c8da0;font-size:.95rem}.pc-auth-input-wrap input{border:0;outline:0;background:transparent;color:var(--auth-ink);font:inherit;width:100%;min-height:44px}.pc-auth-input-wrap input::placeholder{color:#9aa8b7}.pc-auth-submit,.pc-auth-secondary{min-height:46px;border-radius:14px;padding:11px 16px;font-weight:600;border:0;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.16s ease}.pc-auth-submit{background:linear-gradient(135deg,#19d2c3,#2aaeea);color:#fff;box-shadow:0 12px 24px rgba(42,174,234,.18)}.pc-auth-submit:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(42,174,234,.24)}.pc-auth-submit:disabled{opacity:.68;transform:none;box-shadow:none}.pc-auth-secondary{background:#fff;color:#34485f;border:1px solid #dbe5ef}.pc-auth-footer{margin-top:18px;padding-top:18px;border-top:1px solid #eef3f8;display:flex;align-items:center;justify-content:center;gap:10px;color:#8a99aa;font-size:.94rem}.pc-auth-footer span{width:4px;height:4px;border-radius:50%;background:#cbd5e1}.pc-auth-footer a,.pc-auth-link{border:0;background:transparent;color:#168eaa;font-weight:500;text-decoration:none;padding:0}.pc-auth-link:hover,.pc-auth-footer a:hover{color:#0f766e}.pc-auth-alert{display:flex;gap:9px;align-items:flex-start;padding:11px 13px;border-radius:14px;margin-bottom:14px;font-size:.92rem}.pc-auth-alert--danger{background:#fff1f2;color:#b42318;border:1px solid #ffd6da}.pc-auth-alert--success{background:#ecfdf3;color:#067647;border:1px solid #c8f0d6}.pc-auth-alert--info{background:#eef8ff;color:#175cd3;border:1px solid #d6ebff}.pc-auth-modal{position:fixed;inset:0;z-index:5000;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(15,23,42,.46);backdrop-filter:blur(8px)}.pc-auth-modal.is-open{display:flex}.pc-auth-modal__panel{position:relative;width:min(430px,100%);max-height:calc(100vh - 36px);overflow:auto;padding:26px;border-radius:26px;background:#fff;border:1px solid var(--auth-border);box-shadow:0 30px 90px rgba(15,23,42,.28)}.pc-auth-modal__panel>img{width:46px;height:46px;object-fit:contain;margin-bottom:12px}.pc-auth-modal__panel h3{margin:0 0 6px;font-size:1.35rem;font-weight:600;letter-spacing:-.04em}.pc-auth-modal__panel p{margin:0 0 18px;color:var(--auth-muted);font-size:.94rem;line-height:1.55}.pc-auth-modal__close{position:absolute;right:14px;top:14px;width:38px;height:38px;border-radius:12px;border:1px solid #e4ebf3;background:#fff;color:#26384d;font-size:1.35rem;line-height:1}.pc-auth-modal__actions{display:flex;gap:10px;justify-content:flex-end;margin-top:4px}.pc-auth-reset-message{display:none;padding:10px 12px;border-radius:12px;font-size:.9rem}.pc-auth-reset-message.is-error,.pc-auth-reset-message.is-success{display:block}.pc-auth-reset-message.is-error{background:#fff1f2;color:#b42318;border:1px solid #ffd6da}.pc-auth-reset-message.is-success{background:#ecfdf3;color:#067647;border:1px solid #c8f0d6}@media(max-width:860px){.pc-auth-shell{grid-template-columns:1fr}.pc-auth-brand-panel{min-height:auto;padding:24px}.pc-auth-copy h1{font-size:2.25rem}.pc-auth-points{grid-template-columns:1fr}.pc-auth-card{padding:22px}.pc-auth-logo img{width:190px}}@media(max-width:480px){.pc-auth-page{padding:12px}.pc-auth-brand-panel{display:none}.pc-auth-card{border-radius:24px}.pc-auth-footer{flex-wrap:wrap}.pc-auth-modal__actions{flex-direction:column-reverse}.pc-auth-modal__actions button{width:100%}}
