.auth-scene,.auth-scene *,.auth-scene :after,.auth-scene :before{box-sizing:border-box}.auth-scene{--ds-bg:#eceee9;--ds-surface:#ffffff;--ds-surface-2:#f3f4ef;--ds-fg1:#1b2024;--ds-fg2:#5d6670;--ds-border:#e1e3dd;--ds-border-strong:#cdd0c8;--ds-blue:#2f57c9;--ds-blue-dark:#2444a8;--ds-blue-light:#eaeef9;--ds-accent:#f47b20;--ds-green:#2f8559;--ds-red:#bf463b;--ds-focus-ring:0 0 0 3px rgba(47,87,201,0.18);--ds-focus-outline:2px solid var(--ds-blue);--ds-text-inverse:#ffffff}.auth-scene[data-theme=editoriale]{--ds-bg:#f5f1e8;--ds-surface:#fffdf7;--ds-surface-2:#f0ebdf;--ds-fg1:#28221b;--ds-fg2:#6c6353;--ds-border:#e7ddcb;--ds-border-strong:#d7c9b1;--ds-blue:#bd5a23;--ds-blue-dark:#9c4717;--ds-blue-light:#f6e7d6;--ds-accent:#bd5a23;--ds-green:#5f7d3a;--ds-red:#b0402d;--ds-focus-ring:0 0 0 3px rgba(189,90,35,0.18);--ds-focus-outline:2px solid var(--ds-blue)}.auth-scene[data-theme=slate]{--ds-bg:#eaeef3;--ds-surface:#ffffff;--ds-surface-2:#eef1f6;--ds-fg1:#1e2733;--ds-fg2:#586676;--ds-border:#dce2ec;--ds-border-strong:#c4cdd9;--ds-blue:#3a5ccc;--ds-blue-dark:#2f49a8;--ds-blue-light:#e8edfa;--ds-accent:#5b7cff;--ds-green:#2f8163;--ds-red:#c8473f;--ds-focus-ring:0 0 0 3px rgba(58,92,204,0.20);--ds-focus-outline:2px solid var(--ds-blue)}.auth-scene{display:flex;flex-direction:column;min-height:100dvh;background:var(--ds-bg);color:var(--ds-fg1);font-family:var(--font-body,ui-sans-serif,system-ui,-apple-system,sans-serif);-webkit-font-smoothing:antialiased}.auth-header{background:var(--ds-surface);border-bottom:1px solid var(--ds-border);position:sticky;top:0;z-index:100}.auth-header-inner{max-width:1180px;margin:0 auto;padding:0 1.5rem;height:72px;display:flex;align-items:center;gap:1.5rem}.auth-logo{align-items:center;display:inline-flex;flex:none;font-size:1.2rem;font-weight:700;color:var(--ds-blue);text-decoration:none;letter-spacing:-.01em}.auth-logo img{display:block;height:40px;width:auto}.auth-logo:hover{color:var(--ds-blue-dark)}.auth-nav{display:flex;gap:1.25rem;margin-left:auto;align-items:center}.auth-nav a{color:var(--ds-fg2);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .14s}.auth-nav a:hover{color:var(--ds-fg1)}.auth-shell{align-items:center;width:min(100%,480px)}.auth-shell,.auth-wide-shell{flex:1;display:flex;flex-direction:column;justify-content:center;margin:0 auto;padding:3rem 1.5rem}.auth-wide-shell{align-items:stretch;width:min(100%,760px)}.auth-card{width:100%;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:16px;padding:2rem;box-shadow:0 1px 3px rgba(15,23,42,.06),0 4px 16px rgba(15,23,42,.06);transition:transform .14s,box-shadow .14s}.auth-card-header{margin-bottom:1.5rem}.auth-card h1,.auth-card-header h1{font-size:1.6rem;font-weight:700;line-height:1.2;color:var(--ds-fg1);margin:0 0 .4rem;letter-spacing:-.02em}.auth-subtitle{color:var(--ds-fg2);font-size:.925rem;margin:0}.auth-page-head{margin-bottom:1.5rem}.auth-eyebrow{font-size:.7rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--ds-blue);margin:0 0 .5rem}.auth-page-head h1{font-family:var(--font-display);font-size:1.6rem;font-weight:700;line-height:1.2;color:var(--ds-fg1);margin:0 0 .4rem;letter-spacing:-.02em}.auth-card--secondary{border-radius:12px;padding:1.5rem}.auth-field{margin-bottom:1.15rem}.auth-field label,.auth-label{display:block;font-size:.875rem;font-weight:600;color:var(--ds-fg1);margin-bottom:.35rem}.auth-lblrow{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.auth-lblrow label{margin-bottom:0}.auth-lblrow .auth-inline-link{font-size:.8125rem;font-weight:500}.auth-input{width:100%;min-height:44px;padding:0 .85rem;border:1px solid var(--ds-border);border-radius:10px;font-size:.95rem;color:var(--ds-fg1);background:var(--ds-surface);outline:none;transition:border-color .14s,box-shadow .14s}.auth-input:focus{border-color:var(--ds-blue);box-shadow:var(--ds-focus-ring);outline:var(--ds-focus-outline);outline-offset:-1px}.auth-input.is-error,.auth-input[aria-invalid=true]{border-color:var(--ds-red)}.auth-input:disabled{background:var(--ds-surface-2);color:var(--ds-fg2);cursor:not-allowed}.auth-field-error{color:var(--ds-red);font-size:.74rem;margin-top:.3rem;min-height:1.1rem}.auth-card input[aria-invalid=true]{border-color:var(--ds-red)}.auth-card input[aria-invalid=true]:focus-visible{border-color:var(--ds-red);box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-red) 14%,transparent);outline-color:var(--ds-red)}.auth-select{width:100%;min-height:44px;padding:0 2rem 0 .85rem;border:1px solid var(--ds-border);border-radius:10px;font-size:.95rem;color:var(--ds-fg1);background:var(--ds-surface);outline:none;appearance:none;transition:border-color .14s,box-shadow .14s}.auth-select:focus{border-color:var(--ds-blue);box-shadow:var(--ds-focus-ring);outline:var(--ds-focus-outline);outline-offset:-1px}.auth-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:44px;padding:0 1.25rem;border:none;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;text-decoration:none;transition:background .14s,color .14s,box-shadow .14s,transform .14s}.auth-btn:focus-visible{box-shadow:var(--ds-focus-ring);outline:var(--ds-focus-outline);outline-offset:1px}.auth-btn--primary{background:var(--ds-blue);color:var(--ds-text-inverse)}.auth-btn--primary:hover{background:var(--ds-blue-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(47,87,201,.22)}.auth-btn--primary:active{transform:translateY(1px);box-shadow:none}.auth-btn--primary:disabled{background:var(--ds-border-strong);color:var(--ds-fg2);cursor:not-allowed;transform:none;box-shadow:none}.auth-btn--secondary{background:var(--ds-surface);color:var(--ds-fg1);border:1px solid var(--ds-border)}.auth-btn--secondary:hover{background:var(--ds-surface-2);border-color:var(--ds-border-strong);transform:translateY(-1px)}.auth-btn--secondary:active{transform:translateY(1px)}.auth-btn--ghost{background:transparent;color:var(--ds-blue);border:none}.auth-btn--ghost:hover{background:var(--ds-blue-light);transform:translateY(-1px)}.auth-btn--ghost:active{transform:translateY(1px)}.auth-links{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem;font-size:.875rem}.auth-inline-link,.auth-links a{display:inline-flex;align-items:center;min-height:44px;color:var(--ds-blue);font-weight:600;text-decoration:none;transition:color .14s}.auth-inline-link:hover,.auth-links a:hover{color:var(--ds-blue-dark);text-decoration:underline}.auth-muted{color:var(--ds-fg2);font-size:.875rem;margin-top:1.25rem;text-align:center}.auth-alert{display:none;padding:.85rem 1rem;border-radius:10px;font-size:.875rem;margin-bottom:1.2rem;border:1px solid transparent}.auth-alert.is-visible{display:block}.auth-alert--error{background:color-mix(in srgb,var(--ds-red) 10%,var(--ds-surface));border-color:color-mix(in srgb,var(--ds-red) 30%,transparent);color:var(--ds-red)}.auth-alert--success{background:color-mix(in srgb,var(--ds-green) 10%,var(--ds-surface));border-color:color-mix(in srgb,var(--ds-green) 30%,transparent);color:var(--ds-green)}.auth-alert--warning{background:color-mix(in srgb,var(--ds-accent) 10%,var(--ds-surface));border-color:color-mix(in srgb,var(--ds-accent) 30%,transparent);color:color-mix(in srgb,var(--ds-accent) 80%,#000)}.auth-role-list{display:grid;gap:.75rem;margin-top:1.25rem}.auth-role-card{display:block;padding:1rem;border:1px solid var(--ds-border);border-radius:12px;background:var(--ds-surface);color:inherit;text-decoration:none;cursor:pointer;transition:border-color .14s,background .14s,transform .14s,box-shadow .14s}.auth-role-card:hover{border-color:var(--ds-blue);background:var(--ds-blue-light);transform:translateY(-1px);box-shadow:0 4px 12px rgba(47,87,201,.1)}.auth-role-card:active{transform:translateY(1px);box-shadow:none}.auth-role-card:focus-visible{box-shadow:var(--ds-focus-ring);outline:var(--ds-focus-outline);outline-offset:1px}.auth-role-card strong{display:block;color:var(--ds-fg1);font-weight:600;margin-bottom:.2rem}.auth-role-card span{color:var(--ds-fg2);font-size:.875rem}.auth-role-card.is-selected{border-color:var(--ds-blue);background:var(--ds-blue-light)}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;color:var(--ds-fg2);font-size:.8rem}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:var(--ds-border)}.auth-footer{padding:1.5rem;text-align:center;color:var(--ds-fg2);font-size:.8rem;border-top:1px solid var(--ds-border);margin-top:auto}.auth-footer a{color:var(--ds-fg2);text-decoration:none}.auth-footer a:hover{color:var(--ds-fg1);text-decoration:underline}.auth-icon-tile{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--ds-blue-light);border-radius:12px;font-size:1.4rem;margin:0 auto 1.5rem}.auth-email-pill{display:inline-block;background:var(--ds-surface-2);border:1px solid var(--ds-border);border-radius:100px;padding:.1em .65em;font-size:.875rem;font-weight:600;color:var(--ds-fg1);word-break:break-all}.auth-state-heading{font-size:1.2rem;font-weight:700;color:var(--ds-fg1);text-align:center;margin:0 0 .4rem;letter-spacing:-.01em}.auth-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.auth-choice-card{display:flex;flex-direction:column;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:16px;padding:1.5rem;color:inherit;text-decoration:none;transition:border-color .14s,transform .14s,box-shadow .14s}.auth-choice-card:hover{border-color:var(--ds-border-strong);transform:translateY(-1px);box-shadow:0 4px 16px rgba(15,23,42,.1)}.auth-choice-card:focus-visible{box-shadow:var(--ds-focus-ring);outline:var(--ds-focus-outline);outline-offset:1px}.auth-choice-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:var(--ds-blue-light);border-radius:10px;margin-bottom:1rem;color:var(--ds-blue);transition:background .14s,color .14s}.auth-choice-card:hover .auth-choice-icon{background:color-mix(in srgb,var(--ds-accent) 12%,var(--ds-surface));color:var(--ds-accent)}.auth-choice-body{flex:1}.auth-choice-body strong{display:block;font-size:1rem;font-weight:600;color:var(--ds-fg1);margin-bottom:.35rem}.auth-choice-body span{display:block;color:var(--ds-fg2);font-size:.875rem;line-height:1.45}.auth-choice-footer{margin-top:1.25rem;font-size:.875rem;font-weight:600;color:var(--ds-blue);transition:color .14s}.auth-choice-card:hover .auth-choice-footer{color:var(--ds-accent)}.auth-errwrap{flex:1;flex-direction:column;justify-content:center;text-align:center;padding:4rem 1.5rem;width:min(100%,640px);margin:0 auto}.auth-errcode,.auth-errwrap{display:flex;align-items:center}.auth-errcode{gap:.75rem;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-accent);margin-bottom:1.25rem}.auth-errcode:after,.auth-errcode:before{content:"";display:block;width:2rem;height:1px;background:var(--ds-accent);flex-shrink:0}.auth-errwrap h1{font-family:var(--font-display);font-size:2.7rem;font-weight:700;line-height:1.1;color:var(--ds-fg1);letter-spacing:-.02em;margin:0 0 .75rem}.auth-errwrap>p{color:var(--ds-fg2);font-size:1rem;line-height:1.65;max-width:52ch;margin:0 auto 2rem}.auth-erract{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}@media (max-width:760px){.auth-header-inner{height:68px;padding:0 1rem}.auth-logo img{height:36px}.auth-nav{gap:.75rem}.auth-shell{width:100%}.auth-shell,.auth-wide-shell{padding:2rem 1rem;justify-content:flex-start}.auth-card{border-radius:12px;padding:1.5rem}.auth-card h1,.auth-card-header h1,.auth-page-head h1{font-size:1.4rem}.auth-choice{grid-template-columns:1fr}.auth-links{flex-direction:column;align-items:center;gap:.5rem}.auth-role-list{gap:.6rem}.auth-btn{min-height:44px}.auth-btn,.auth-input,.auth-select{height:44px}.auth-errwrap{padding:2.5rem 1rem}.auth-errwrap h1{font-size:2rem}}