:root{--ink:#17141f;--muted:#746d7b;--purple:#6d35d5;--purple-dark:#2b124b;--line:#e7e1eb;--soft:#f5f1fa}*{box-sizing:border-box}html{min-height:100%;background:var(--purple-dark)}body{min-height:100vh;margin:0;color:var(--ink);font-family:"DM Sans",sans-serif;background:#fff}a{color:inherit;text-decoration:none}.account-header{position:absolute;z-index:5;top:0;left:0;width:50%;height:88px;padding:0 clamp(28px,5vw,88px);display:flex;align-items:center;justify-content:space-between;color:#fff}.account-brand{width:168px;height:62px;display:block}.account-brand img{width:100%;height:100%;object-fit:contain}.back-home{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:600;color:rgba(255,255,255,.82)}.back-home:hover{color:#fff}.account-layout{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.account-story{position:relative;min-height:100vh;padding:145px clamp(36px,6vw,105px) 70px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;background:url("hero-amour.webp") center/cover no-repeat}.story-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(37,14,65,.94),rgba(43,18,75,.69) 65%,rgba(43,18,75,.37)),linear-gradient(0deg,rgba(22,7,39,.72),transparent 55%)}.story-copy,.story-note{position:relative;z-index:1}.story-kicker,.auth-kicker{margin:0 0 20px;color:#c7a9ff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.17em}.story-copy h1{max-width:680px;margin:0;font:500 clamp(53px,5vw,80px)/.98 Georgia,"Times New Roman",serif;letter-spacing:-.055em}.story-copy h1 em{color:#c2a2ff;font-style:italic}.story-copy>p:last-child{max-width:540px;margin:28px 0 0;color:#ddd3e7;font-size:17px;line-height:1.7}.story-note{width:min(430px,100%);margin-top:65px;padding:15px 17px;display:flex;align-items:center;gap:13px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.1);backdrop-filter:blur(16px)}.story-note>span{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:50%;background:#8250dc;font-family:Georgia,serif;font-size:18px}.story-note p{margin:0}.story-note strong,.story-note small{display:block}.story-note strong{font-size:13px}.story-note small{margin-top:2px;color:#cfc4da;font-size:11px}.account-auth{min-height:100vh;padding:110px clamp(35px,6.5vw,125px) 70px;display:flex;align-items:center;background:#fff}.auth-panel{width:min(610px,100%);margin:auto}.auth-kicker{color:var(--purple);margin-bottom:15px}.auth-panel h2{margin:0;font:500 clamp(48px,4.3vw,68px)/.98 Georgia,"Times New Roman",serif;letter-spacing:-.055em}.auth-panel h2 em{color:var(--purple);font-style:italic}.auth-intro{margin:19px 0 28px;color:var(--muted);font-size:16px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;margin-bottom:22px;padding:4px;border-radius:999px;background:var(--soft)}.auth-tab{min-height:43px;border:0;border-radius:999px;background:transparent;color:#716879;font:700 13px "DM Sans";cursor:pointer;transition:.2s}.auth-tab.active{background:#fff;color:var(--ink);box-shadow:0 5px 18px rgba(34,18,50,.09)}.provider-button{width:100%;min-height:55px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:13px;border:1px solid #dcd5e1;border-radius:14px;background:#fff;color:#27232c;font:700 15px "DM Sans";cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s}.provider-button:hover{border-color:#b9abc9;box-shadow:0 10px 28px rgba(36,18,51,.08);transform:translateY(-1px)}.provider-button svg{width:21px;height:21px}.provider-button b{margin-left:auto;color:#8c8294;font-size:15px}.email-button svg{color:#423b49}.auth-divider{height:35px;display:flex;align-items:center;gap:12px;color:#a099a6;font-size:12px}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:var(--line)}.email-area{padding-top:20px}.auth-form{display:grid;gap:15px}.auth-form label>span:first-child{display:block;margin-bottom:6px;color:#6d6573;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.075em}.auth-form input,.auth-form select{width:100%;height:50px;padding:0 14px;border:1px solid #ded7e3;border-radius:12px;outline:0;background:#fff;color:var(--ink);font:500 14px "DM Sans";transition:border-color .2s,box-shadow .2s}.auth-form input:focus,.auth-form select:focus{border-color:#8b5cdb;box-shadow:0 0 0 3px rgba(109,53,213,.1)}.auth-form label small{display:block;margin-top:5px;color:#948b9b;font-size:11px}.password-field{position:relative;display:block}.password-field input{padding-right:72px}.password-toggle{position:absolute;right:9px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#7555a0;font:700 11px "DM Sans";cursor:pointer}.form-options{display:flex;justify-content:space-between;gap:15px;align-items:center;color:#746d7b;font-size:12px}.form-options a{color:#6d35d5;font-weight:700}.remember{display:flex;align-items:center;gap:7px}.remember input,.terms input{width:15px;height:15px;accent-color:var(--purple)}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-triple{display:grid;grid-template-columns:1.15fr .9fr 1fr;gap:12px}.terms{display:flex;align-items:flex-start;gap:9px;color:#736b79;font-size:12px}.terms>span{margin:0!important;text-transform:none!important;letter-spacing:0!important;font-weight:500!important}.auth-submit{width:100%;min-height:52px;padding:0 16px 0 22px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:14px;background:#28163c;color:#fff;font:700 14px "DM Sans";cursor:pointer;transition:.2s}.auth-submit:hover{background:#6d35d5;transform:translateY(-1px)}.auth-submit span{width:29px;height:29px;display:grid;place-items:center;border-radius:9px;background:rgba(255,255,255,.12)}.auth-legal{margin:22px auto 0;max-width:490px;color:#9a929f;text-align:center;font-size:11px;line-height:1.55}.auth-legal a{text-decoration:underline}.account-toast{position:fixed;z-index:10;left:75%;bottom:24px;max-width:calc(50% - 40px);padding:13px 18px;border-radius:12px;background:#21162d;color:#fff;font-size:12px;box-shadow:0 15px 35px rgba(18,7,28,.2);opacity:0;transform:translate(-50%,20px);pointer-events:none;transition:.25s}.account-toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:1050px){.account-header{position:absolute;width:100%;padding-inline:28px}.account-layout{grid-template-columns:1fr}.account-story{min-height:570px;padding:130px 7vw 70px}.story-copy h1{max-width:760px}.account-auth{min-height:auto;padding:80px 7vw}.account-toast{left:50%;max-width:calc(100% - 40px)}}@media(max-width:620px){.account-header{height:74px;padding-inline:20px}.account-brand{width:130px;height:52px}.back-home{font-size:0}.back-home span{font-size:20px}.account-story{min-height:520px;padding:115px 22px 55px}.story-copy h1{font-size:47px}.story-copy>p:last-child{font-size:15px}.story-note{margin-top:38px}.account-auth{padding:65px 20px}.auth-panel h2{font-size:46px}.form-pair,.form-triple{grid-template-columns:1fr}.provider-button{font-size:14px}}
