@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;1,500&display=swap');
  #le-auth-app{--ink:#171513;--paper:#f4f0e9;--card:#fbf8f3;--muted:#736e67;--gold:#b69a68;--violet:#9682b3;--line:rgba(32,28,24,.13);--danger:#a74b48;position:relative;isolation:isolate;min-height:100svh;background:radial-gradient(circle at 8% 4%,rgba(182,154,104,.16),transparent 25rem),radial-gradient(circle at 94% 38%,rgba(150,130,179,.11),transparent 28rem),var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;line-height:1.5;overflow:hidden}
  #le-auth-app *{box-sizing:border-box}#le-auth-app button,#le-auth-app input,#le-auth-app textarea,#le-auth-app select{font:inherit}#le-auth-app button{color:inherit}#le-auth-app a{color:inherit}
  .le-header{height:78px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 28px;border-bottom:1px solid var(--line)}
  .le-brand{display:flex;align-items:center}.le-brand-title{font-family:'Playfair Display',Georgia,serif;font-size:19px;font-weight:500;letter-spacing:-.01em}.le-policy-logo{display:block;width:145px;height:auto;max-height:62px;object-fit:contain;object-position:left center;margin:0 0 12px}.le-inline-policy{display:inline!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;background:none!important;color:inherit!important;font:inherit!important;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
  .le-icon-btn,.le-text-btn,.le-status-link{border:0;background:none;cursor:pointer}.le-icon-btn{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;font-size:20px}.le-text-btn{font-size:12px;text-decoration:underline;text-underline-offset:4px}.le-icon-btn[hidden]{display:block;visibility:hidden}.le-status-link{font-size:12px;color:var(--muted);text-decoration:underline;text-underline-offset:4px}
  .le-progress{max-width:760px;margin:22px auto 0;padding:0 28px}.le-progress-line{height:2px;background:rgba(23,21,19,.09);overflow:hidden}.le-progress-line span{display:block;width:5%;height:100%;background:linear-gradient(90deg,var(--gold),var(--violet));transition:width .45s cubic-bezier(.2,.8,.2,1)}.le-progress ol{display:flex;justify-content:space-between;margin:9px 0 0;padding:0;list-style:none;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#aaa49c}.le-progress li.is-current{color:var(--ink);font-weight:600}
  .le-main{max-width:1080px;margin:auto;padding:0 28px}.le-screen{display:none;max-width:760px;margin:0 auto;padding:60px 0 86px;animation:leIn .42s cubic-bezier(.2,.8,.2,1)}.le-screen.is-active{display:block}#le-auth-app.is-submitting a,#le-auth-app.is-submitting button{pointer-events:none;cursor:wait}.le-intro{max-width:900px;text-align:center;padding-top:clamp(78px,13vh,150px)}
  @keyframes leIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
  .le-kicker,.le-step-label{text-transform:uppercase;letter-spacing:.17em;font-size:10px;font-weight:600;color:var(--muted)}.le-kicker{display:flex;align-items:center;justify-content:center;gap:9px}.le-kicker i{width:7px;height:7px;background:var(--gold);border-radius:50%;box-shadow:0 0 0 5px rgba(182,154,104,.14)}
  #le-auth-app h1,#le-auth-app h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;line-height:1.04;margin:18px 0 16px;letter-spacing:-.035em}#le-auth-app h1{font-size:clamp(44px,7.3vw,83px);max-width:900px}#le-auth-app h1 em{color:#76628f;font-weight:500}#le-auth-app h2{font-size:clamp(37px,5vw,58px);max-width:700px}.le-lead{font-size:clamp(15px,2vw,18px);max-width:635px;margin:0 auto;color:var(--muted)}.le-subtitle{color:var(--muted);max-width:650px;margin:-5px 0 34px;font-size:15px}
  .le-trust-row{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:34px 0}.le-trust-row span{padding:9px 14px;border:1px solid var(--line);background:rgba(255,255,255,.34);border-radius:99px;font-size:11px}.le-trust-row span:before{content:'✓';color:#76628f;margin-right:6px}
  .le-primary{min-height:55px;padding:0 22px;border:1px solid var(--ink);border-radius:8px;background:var(--ink);color:#fff!important;text-decoration:none;font-weight:600;font-size:13px;letter-spacing:.02em;cursor:pointer;display:inline-flex;align-items:center;justify-content:space-between;gap:45px;transition:transform .2s,box-shadow .2s,opacity .2s}.le-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(23,21,19,.16)}.le-primary:disabled{opacity:.55;cursor:wait;transform:none}.le-start{min-width:270px}.le-primary b{font-size:17px;font-weight:400}.le-caption{font-size:10px;color:var(--muted);margin:12px 0 6px}
  .le-option-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.le-option{display:flex;align-items:center;gap:13px;min-height:72px;padding:12px 15px;border:1px solid var(--line);background:rgba(255,255,255,.34);border-radius:10px;text-align:left;cursor:pointer;transition:.2s}.le-option:hover,.le-option.is-selected{border-color:var(--violet);background:rgba(255,255,255,.75);box-shadow:inset 0 0 0 1px rgba(150,130,179,.14)}.le-option i{font-style:normal;display:flex;align-items:center;align-self:stretch;width:34px;border-right:1px solid var(--line);color:#8d8173;font-size:10px;font-weight:700;letter-spacing:.12em}.le-option span{font-size:13px;font-weight:500}.le-option:after{content:'';width:10px;height:10px;margin-left:auto;border:1px solid #9e978f;border-radius:50%;transition:.2s}.le-option.is-selected:after{border-color:var(--violet);background:var(--violet);box-shadow:0 0 0 4px rgba(150,130,179,.14)}
  .le-fields{display:grid;gap:14px}.le-field{display:block;margin-top:16px}.le-field>span{display:flex;justify-content:space-between;margin-bottom:7px;font-size:11px;font-weight:600;letter-spacing:.02em}.le-field>span small,legend small{font-weight:400;color:var(--muted)}.le-field input,.le-field textarea,.le-field select{width:100%;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.56);padding:15px 16px;outline:none;color:var(--ink);transition:.2s}.le-field input,.le-field select{height:52px}.le-field select{appearance:auto;cursor:pointer}.le-field textarea{resize:vertical;min-height:105px}.le-field input:focus,.le-field textarea:focus,.le-field select:focus{border-color:var(--violet);box-shadow:0 0 0 3px rgba(150,130,179,.12)}.le-field input::placeholder,.le-field textarea::placeholder{color:#aaa49c}.le-reveal{animation:leIn .25s}.le-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important}
  #leCategoryOtherWrap[hidden],.le-delivery-panel[hidden],.le-instagram-only[hidden],.le-email-only[hidden],#leItemContinue[hidden],#lePrepareProgress[hidden]{display:none!important}
  .le-fieldset{border:0;padding:0;margin:0 0 33px}.le-fieldset legend{font-family:'Playfair Display',serif;font-size:21px;margin-bottom:15px}.le-chip-grid{display:flex;flex-wrap:wrap;gap:8px}.le-chip{padding:11px 14px;border:1px solid var(--line);border-radius:99px;background:rgba(255,255,255,.38);font-size:12px;cursor:pointer}.le-chip:hover,.le-chip.is-selected{background:var(--ink);border-color:var(--ink);color:#fff}.le-check-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.le-check{display:flex;align-items:flex-start;gap:9px;padding:12px;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.32);cursor:pointer;font-size:12px}.le-check input,.le-consent input{accent-color:var(--violet);width:17px;height:17px;flex:0 0 auto;margin-top:1px}
  .le-actions{display:flex;justify-content:flex-end;margin-top:35px}.le-actions.le-split{justify-content:space-between;align-items:center}.le-back-link{min-height:44px;padding:0 2px;border:0;background:none;color:var(--muted)!important;font-size:12px;text-decoration:underline;text-underline-offset:5px;cursor:pointer}.le-back-link:hover{color:var(--ink)!important}.le-error{min-height:18px;color:var(--danger);font-size:11px;margin:9px 0 0}.le-photo-screen{max-width:850px}.le-guided-photos{scroll-margin-top:24px;margin-top:42px}.le-photo-divider{display:flex;align-items:center;gap:12px;margin-bottom:26px;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.16em}.le-photo-divider:before,.le-photo-divider:after{content:'';height:1px;background:var(--line);flex:1}.le-guided-photos h3{font-family:'Playfair Display',Georgia,serif;font-size:clamp(30px,4vw,43px);font-weight:500;letter-spacing:-.025em;margin:0 0 12px}.le-photo-key{display:flex;gap:18px;font-size:10px;color:var(--muted);margin-bottom:15px}.le-photo-key span{display:flex;align-items:center;gap:5px}.le-photo-key i{width:7px;height:7px;border-radius:50%}.le-photo-key .required{background:var(--ink)}.le-photo-key .recommended{background:var(--gold)}.le-photo-key .optional{border:1px solid var(--muted)}
  .le-upload-list{display:grid;gap:10px}.le-upload-card{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:start;gap:15px;min-height:104px;padding:16px;border:1px solid var(--line);border-left-width:4px;border-radius:12px;background:rgba(255,255,255,.38);transition:.2s}.le-upload-card.level-required{border-left-color:var(--ink)}.le-upload-card.level-recommended{border-left-color:var(--gold)}.le-upload-card.level-optional{border-left-color:#aaa49c}.le-upload-card[data-slot="other"]{border-style:dashed;background:rgba(182,154,104,.06)}.le-upload-card.has-file{border-style:solid;background:rgba(255,255,255,.66)}.le-upload-number{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,rgba(182,154,104,.17),rgba(150,130,179,.11));font-family:'Playfair Display',serif;font-size:15px;color:rgba(23,21,19,.6)}.le-upload-copy strong{font-size:12px}.le-upload-copy .le-badge{display:inline-block;padding:3px 6px;border-radius:99px;font-size:7px;text-transform:uppercase;letter-spacing:.09em;margin-left:7px}.le-badge-required{background:var(--ink);color:#fff}.le-badge-recommended{background:rgba(182,154,104,.22);color:#765f37}.le-badge-optional{border:1px solid #aaa49c;color:var(--muted)}.le-upload-copy p{font-size:10px;color:var(--muted);margin:5px 0}.le-upload-status{font-size:9px;color:#5f7457}.le-upload-gallery{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.le-upload-thumb{position:relative;width:62px;height:62px;border-radius:7px;overflow:hidden;background:rgba(23,21,19,.07);display:grid;place-items:center}.le-upload-thumb img{width:100%;height:100%;object-fit:cover}.le-upload-thumb span{font-size:8px;color:var(--muted)}.le-upload-thumb button{position:absolute;right:3px;top:3px;width:19px;height:19px;padding:0;border:0;border-radius:50%;background:rgba(23,21,19,.78);color:#fff!important;line-height:1;cursor:pointer}.le-upload-actions{display:flex;gap:6px}.le-upload-actions button,.le-summary button{border:1px solid var(--line);background:rgba(255,255,255,.7);border-radius:7px;min-height:35px;padding:0 10px;cursor:pointer;font-size:10px;white-space:nowrap}.le-file{display:none}.le-quality{color:#9a6c33}.le-privacy-note{display:flex;gap:12px;align-items:flex-start;padding:15px;margin-top:14px;background:rgba(182,154,104,.09);border-radius:10px}.le-privacy-note span{font-size:23px}.le-privacy-note p{font-size:10px;color:var(--muted);margin:0}.le-privacy-note strong{color:var(--ink)}
  .le-upload-card.has-example{grid-template-columns:52px 86px minmax(0,1fr) auto}.le-photo-example{position:relative;width:86px;height:86px;padding:0;border:1px solid var(--line);border-radius:9px;overflow:hidden;background:#fff;cursor:zoom-in}.le-photo-example img{display:block;width:100%;height:100%;object-fit:cover}.le-photo-example span{position:absolute;left:5px;bottom:5px;padding:2px 5px;border-radius:99px;background:rgba(23,21,19,.78);color:#fff;font-size:7px;text-transform:uppercase;letter-spacing:.08em}
  .le-consent{display:flex;align-items:flex-start;gap:10px;margin-top:22px;font-size:12px;cursor:pointer}.le-marketing{margin-top:12px;color:var(--muted)}.le-consent small{font-size:9px}.le-summary{border-top:1px solid var(--line)}.le-summary-row{display:grid;grid-template-columns:130px 1fr auto;gap:15px;padding:17px 0;border-bottom:1px solid var(--line);font-size:12px}.le-summary-row>span:first-child{color:var(--muted)}.le-summary-row strong{font-weight:500}.le-submit-progress{margin-top:18px}.le-submit-progress>span{display:block;height:3px;width:8%;background:linear-gradient(90deg,var(--gold),var(--violet));transition:width .2s}.le-submit-progress small{color:var(--muted);font-size:9px}
  .le-delivery-screen{max-width:850px}.le-delivery-case{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:-5px 0 18px;padding:14px 16px;border:1px solid rgba(150,130,179,.35);border-radius:11px;background:rgba(150,130,179,.08)}.le-delivery-case span small{display:block;font-size:8px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.le-delivery-case strong{font-family:'Playfair Display',serif;font-size:20px;letter-spacing:.04em}.le-delivery-case button{border:1px solid var(--line);background:rgba(255,255,255,.7);border-radius:7px;min-height:35px;padding:0 12px;font-size:10px;cursor:pointer}.le-delivery-case button:disabled{opacity:.45;cursor:wait}.le-delivery-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.le-delivery-choice{min-height:165px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.42);padding:20px;display:grid;grid-template-columns:44px 1fr auto;align-items:start;gap:14px;text-align:left;cursor:pointer;transition:.2s}.le-delivery-choice:hover,.le-delivery-choice.is-selected{border-color:var(--violet);background:rgba(255,255,255,.75);transform:translateY(-2px);box-shadow:0 12px 30px rgba(23,21,19,.08),inset 0 0 0 1px rgba(150,130,179,.13)}.le-delivery-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--ink);color:#fff;font-size:18px}.le-delivery-choice small{display:block;color:#76628f;font-size:8px;text-transform:uppercase;letter-spacing:.11em}.le-delivery-choice .le-preferred{color:#76628f;font-weight:600}.le-delivery-choice strong{display:block;font-family:'Playfair Display',serif;font-size:25px;margin-top:2px}.le-delivery-choice p{font-size:10px;color:var(--muted);margin:7px 0 0}.le-delivery-choice>b{font-weight:400}.le-delivery-panel{scroll-margin-top:20px;margin-top:18px;padding:22px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.44)}.le-panel-heading{display:flex;justify-content:space-between;gap:15px;align-items:baseline;padding-bottom:15px;border-bottom:1px solid var(--line);margin-bottom:18px}.le-panel-heading span{font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted)}.le-panel-heading strong{font-family:'Playfair Display',serif;font-size:20px;font-weight:500}.le-ig-step{margin-top:14px;padding:16px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.55)}.le-ig-copy{display:flex;gap:12px;align-items:flex-start;margin-bottom:13px}.le-ig-copy i{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--violet));color:#fff;font-style:normal;font-size:12px;font-weight:600}.le-ig-copy strong{font-family:'Playfair Display',serif;font-size:18px;font-weight:500}.le-ig-copy p{margin:3px 0 0;color:var(--muted);font-size:10px}.le-ig-step img{display:block;width:100%;height:auto;max-height:600px;object-fit:contain;border:1px solid var(--line);border-radius:9px;background:#fff}.le-ig-step:last-of-type img{max-width:480px;margin:auto}.le-delivery-submit{margin-top:18px;padding-top:2px}.le-channel-note{font-size:10px;color:var(--muted);margin-top:15px}
  .le-delivery-choice[data-delivery="instagram"]{border:2px solid rgba(150,130,179,.48);background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(150,130,179,.13))}.le-delivery-choice[data-delivery="instagram"] .le-delivery-icon{background:linear-gradient(135deg,#b78963,#8465a6);box-shadow:0 7px 18px rgba(118,98,143,.22)}.le-delivery-choice[data-delivery="instagram"].is-selected{border-color:#8465a6;box-shadow:0 14px 36px rgba(118,98,143,.2),inset 0 0 0 1px rgba(150,130,179,.18)}.le-delivery-choice[data-delivery="email"]{border-color:rgba(23,21,19,.16);background:rgba(255,255,255,.24)}.le-delivery-choice[data-delivery="email"] .le-delivery-icon{background:#77716a}.le-delivery-choice[data-delivery="email"].is-selected{border-color:#77716a;background:rgba(255,255,255,.72);box-shadow:0 10px 26px rgba(23,21,19,.08)}.le-delivery-choice .le-preferred{display:inline-block;width:auto;padding:4px 7px;border-radius:99px;background:rgba(132,101,166,.14);color:#6f528f}.le-delivery-choice .le-slower{color:#817b74}.le-instagram-submit-case{margin:18px 0 0;border-color:rgba(132,101,166,.5);background:linear-gradient(145deg,rgba(182,154,104,.1),rgba(150,130,179,.12))}
  .le-success{text-align:center}.le-success-mark{width:60px;height:60px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;background:var(--ink);color:white;font-size:22px}.le-success h2{margin-left:auto;margin-right:auto}.le-success .le-subtitle{margin-left:auto;margin-right:auto}.le-case{display:inline-flex;align-items:center;gap:13px;padding:13px 15px;margin:4px auto 28px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.5)}.le-case small{color:var(--muted);font-size:9px}.le-case strong{font-family:'Playfair Display',serif;font-size:18px;letter-spacing:.04em}.le-case button{border:0;background:none;text-decoration:underline;font-size:9px;cursor:pointer}
  .le-status-flow{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:start;max-width:570px;margin:24px auto 28px;padding:18px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.48)}.le-status-step{display:grid;justify-items:center;gap:7px;min-width:88px;text-align:center}.le-status-step i{display:grid;place-items:center;width:28px;height:28px;border:1px solid #aaa39a;border-radius:50%;background:var(--card);color:var(--muted);font-style:normal;font-size:11px}.le-status-step span{font-size:12px;color:var(--muted)}.le-status-step.is-complete i,.le-status-step.is-current i{border-color:var(--violet);background:var(--violet);color:#fff}.le-status-step.is-complete span,.le-status-step.is-current span{color:var(--ink);font-weight:600}.le-status-step.is-current i{box-shadow:0 0 0 5px rgba(150,130,179,.14)}.le-status-line{height:1px;margin-top:14px;background:#cfc8bf}.le-status-line.is-complete{background:var(--violet)}.le-public-result{max-width:570px;margin:0 auto 16px;padding:16px;border-radius:10px;background:rgba(150,130,179,.1);text-align:left}.le-public-result strong{display:block;font-family:'Playfair Display',serif;font-size:20px;font-weight:500}.le-public-result p{margin:6px 0 0;color:var(--muted);white-space:pre-wrap}
  .le-footer{height:65px;max-width:1180px;margin:auto;padding:0 28px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.le-footer a{margin-left:16px}
  .le-dialog{border:0;padding:0;background:transparent;max-width:none;width:100%;height:100%;color:var(--ink)}.le-dialog::backdrop{background:rgba(20,18,16,.58);backdrop-filter:blur(5px)}.le-dialog-card{position:relative;width:min(92vw,500px);margin:8vh auto;background:var(--card);padding:35px;border-radius:16px;box-shadow:0 25px 80px rgba(0,0,0,.22)}.le-dialog-card h2{font-size:40px!important;margin:10px 0}.le-dialog-card>p{color:var(--muted);font-size:12px}.le-dialog-close{position:absolute;right:18px;top:16px;border:0;background:none;font-size:24px;cursor:pointer}.le-dialog-card .le-primary{width:100%;margin-top:20px}.le-lookup-result{padding:15px;background:rgba(150,130,179,.1);border-radius:9px;font-size:12px}.le-lookup-result strong{display:block;font-family:'Playfair Display',serif;font-size:21px}.le-lookup-result span{display:block;color:var(--muted);margin-top:3px}
  .le-image-dialog{border:0;padding:0;background:transparent;max-width:none;width:100%;height:100%;color:var(--ink)}.le-image-dialog::backdrop{background:rgba(20,18,16,.7);backdrop-filter:blur(6px)}.le-image-dialog-card{position:relative;width:min(92vw,680px);margin:4vh auto;background:var(--card);padding:28px;border-radius:16px;box-shadow:0 25px 80px rgba(0,0,0,.25)}.le-image-dialog-card h3{font-family:'Playfair Display',serif;font-size:27px;font-weight:500;margin:6px 0 15px}.le-image-dialog-card img{display:block;width:100%;max-height:70vh;object-fit:contain;border-radius:10px;background:#fff}.le-image-dialog-card p{font-size:13px;color:var(--muted);margin:13px 0 0}
  /* Editorial first screen: the transparent product photo is decorative and stays behind the copy. */
  .le-intro{position:relative;max-width:1080px;min-height:720px;text-align:left;padding-top:clamp(82px,12vh,132px)}
  .le-intro>*{position:relative;z-index:2}
  .le-intro:after{content:'';position:absolute;z-index:0;left:-130px;right:auto;top:35px;width:min(61vw,690px);height:690px;background:var(--le-first-page-photo,url('/Chanel_photo_examples/First%20Page%20Photo.webp')) center/contain no-repeat;filter:drop-shadow(0 28px 34px rgba(23,21,19,.22));opacity:.96;pointer-events:none;-webkit-mask-image:linear-gradient(90deg,#000 77%,transparent 100%);mask-image:linear-gradient(90deg,#000 77%,transparent 100%)}
  .le-intro .le-kicker{justify-content:flex-start}.le-intro h1{max-width:590px}.le-intro .le-lead{max-width:570px;margin:0}.le-quick-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-width:590px;margin:24px 0 0;padding:0;list-style:none}.le-quick-steps li{min-height:104px;padding:13px 12px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.48)}.le-quick-steps small{display:block;color:#76628f;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.12em}.le-quick-steps strong{display:block;margin-top:5px;font-family:'Playfair Display',serif;font-size:17px;font-weight:500;line-height:1.2}.le-quick-steps span{display:block;margin-top:5px;color:var(--muted);font-size:12px;line-height:1.35}.le-model-coverage{max-width:590px;margin:18px 0 0;padding-left:15px;border-left:2px solid rgba(150,130,179,.55);color:#5f5a54;font-size:14px;line-height:1.65}.le-intro .le-trust-row{justify-content:flex-start;max-width:610px}.le-intro .le-caption{margin-left:48px}.le-intro .le-status-link{display:block;margin-left:17px}
  .le-review-method{max-width:960px;margin:110px auto 0;padding:64px 42px 42px;border:1px solid rgba(150,130,179,.28);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(247,243,249,.66));box-shadow:0 24px 70px rgba(23,21,19,.07);text-align:left}.le-review-method-heading{text-align:center}.le-review-method-heading h2{max-width:760px!important;margin:7px auto 12px!important}.le-review-method-heading>p{max-width:750px;margin:0 auto 36px;color:var(--muted);font-size:16px;line-height:1.75}.le-review-method-body{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:38px;align-items:start}.le-review-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.le-review-gallery figure{position:relative;overflow:hidden;aspect-ratio:1/1;margin:0;border-radius:10px;background:#e9e5e2}.le-review-gallery img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.le-review-gallery figure:hover img{transform:scale(1.035)}.le-review-gallery figcaption{position:absolute;left:8px;right:8px;bottom:8px;padding:8px 9px;border-radius:7px;background:rgba(23,21,19,.76);color:#fff;font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.03em;backdrop-filter:blur(5px)}.le-review-checks{display:grid;gap:0}.le-review-checks article{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.le-review-checks article:first-child{padding-top:0}.le-review-checks article:last-child{border-bottom:0;padding-bottom:0}.le-review-checks article>span{display:grid;place-items:center;width:30px;height:30px;border:1px solid rgba(150,130,179,.58);border-radius:50%;color:#765f8d;font-size:10px;font-weight:700;letter-spacing:.05em}.le-review-checks strong{display:block;font-family:'Playfair Display',Georgia,serif;font-size:17px;font-weight:500;line-height:1.25}.le-review-checks p{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.le-review-principle{display:grid;grid-template-columns:36px 1fr;gap:14px;align-items:start;margin-top:36px;padding:19px 21px;border-radius:11px;background:#26211f;color:#f8f5f1}.le-review-principle>span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.11);color:#d7c8e3;font-size:16px}.le-review-principle p{margin:0;color:rgba(255,255,255,.77);font-size:13px;line-height:1.65}.le-review-principle strong{display:block;margin-bottom:2px;color:#fff;font-family:'Playfair Display',Georgia,serif;font-size:17px;font-weight:500}.le-faq{max-width:900px;margin:90px auto 0;padding-top:58px;border-top:1px solid var(--line);text-align:left}.le-faq-heading{text-align:center}.le-faq-heading h2{max-width:760px!important;margin-left:auto!important;margin-right:auto!important}.le-faq-heading>p{max-width:650px;margin:0 auto 32px;color:var(--muted);font-size:16px}.le-faq-list{display:grid;gap:9px;max-width:800px;margin:auto}.le-faq details{border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.42);transition:.2s}.le-faq details[open]{border-color:rgba(150,130,179,.55);background:rgba(255,255,255,.7);box-shadow:0 10px 28px rgba(23,21,19,.05)}.le-faq summary{position:relative;padding:18px 52px 18px 19px;cursor:pointer;list-style:none;font-family:'Playfair Display',Georgia,serif;font-size:19px;font-weight:500;line-height:1.3}.le-faq summary::-webkit-details-marker{display:none}.le-faq summary:after{content:'+';position:absolute;right:19px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:25px;height:25px;border:1px solid var(--line);border-radius:50%;font-family:'DM Sans',Arial,sans-serif;font-size:16px;font-weight:400}.le-faq details[open] summary:after{content:'−';border-color:var(--violet);color:#765f8d}.le-faq details p{margin:0;padding:0 52px 20px 19px;color:var(--muted);font-size:15px;line-height:1.7}
  .le-review-database{display:grid;grid-template-columns:minmax(210px,.72fr) minmax(0,1.28fr);gap:28px;align-items:center;margin:0 0 36px;padding:22px 24px;border:1px solid rgba(150,130,179,.35);border-radius:12px;background:rgba(150,130,179,.09)}.le-review-database span{display:block;margin-bottom:6px;color:#765f8d;font-size:10px;font-weight:700;letter-spacing:.13em}.le-review-database strong{display:block;font-family:'Playfair Display',Georgia,serif;font-size:20px;font-weight:500;line-height:1.3}.le-review-database p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.le-policy-dialog{overflow:auto}.le-policy-card{width:min(92vw,650px);max-height:84vh;overflow:auto;margin:7vh auto;padding:38px 42px}.le-policy-card h2{margin-bottom:13px!important}.le-policy-card h3{font-family:'Playfair Display',serif;font-size:21px;font-weight:500;margin:23px 0 5px}.le-policy-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}.le-policy-card::-webkit-scrollbar{width:8px}.le-policy-card::-webkit-scrollbar-thumb{background:rgba(23,21,19,.18);border-radius:10px}
  .le-social-invite{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.le-social-invite a{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:12px;align-items:center;min-height:82px;padding:15px 17px;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.62);color:var(--ink);text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s}.le-social-invite a:hover{transform:translateY(-2px);border-color:rgba(150,130,179,.58);box-shadow:0 12px 28px rgba(23,21,19,.08)}.le-social-invite a:focus-visible{outline:3px solid rgba(150,130,179,.28);outline-offset:2px}.le-social-invite i{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(150,130,179,.45);border-radius:50%;color:#765f8d;font-size:10px;font-style:normal;font-weight:700;letter-spacing:.05em}.le-social-invite span{min-width:0}.le-social-invite strong,.le-social-invite small{display:block}.le-social-invite strong{font-family:'Playfair Display',Georgia,serif;font-size:17px;font-weight:500;line-height:1.2}.le-social-invite small{margin-top:4px;color:var(--muted);font-size:11px}.le-social-invite b{font-size:17px;font-weight:400}
  .le-community-block{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:22px;align-items:center;max-width:960px;margin:58px auto 0;padding:25px 27px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:radial-gradient(circle at 90% 0,rgba(150,130,179,.31),transparent 38%),linear-gradient(125deg,#171513,#2d2724);box-shadow:0 24px 58px rgba(23,21,19,.2);color:#fff;text-align:left}.le-community-copy>span{display:block;color:#d4bfdc;font-size:9px;font-weight:700;letter-spacing:.16em}.le-community-copy>strong{display:block;margin-top:6px;font-family:'Playfair Display',Georgia,serif;font-size:25px;font-weight:500;line-height:1.15}.le-community-copy>p{margin:7px 0 0;color:rgba(255,255,255,.61);font-size:12px;line-height:1.5}.le-community-block .le-social-feature{margin:0}.le-community-block .le-social-feature a{min-height:94px;border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.09);color:#fff;backdrop-filter:blur(8px)}.le-community-block .le-social-feature a:hover{border-color:rgba(255,255,255,.46);background:rgba(255,255,255,.15);box-shadow:0 14px 30px rgba(0,0,0,.2)}.le-community-block .le-social-feature i{width:40px;height:40px;border:0;color:#fff}.le-community-block .is-telegram i{background:linear-gradient(145deg,#43a9df,#2176a8)}.le-community-block .is-instagram i{background:linear-gradient(145deg,#d0a25d,#936eab 58%,#765f8d)}.le-community-block .le-social-feature strong{font-size:19px}.le-community-block .le-social-feature small{color:rgba(255,255,255,.65);font-size:11px}.le-community-block .le-social-feature b{display:grid;place-items:center;width:28px;height:28px;border:1px solid rgba(255,255,255,.2);border-radius:50%}.le-public-result p{white-space:pre-line}
  .le-community-block .le-social-feature a{grid-template-columns:44px minmax(0,1fr) 28px;gap:14px}.le-community-block .le-social-feature img{display:block;width:44px;height:44px;border-radius:50%;object-fit:cover}.le-community-block+.le-review-method{margin-top:58px}
  @media(max-width:760px){.le-community-block{grid-template-columns:1fr;gap:17px;margin-top:45px;padding:21px}.le-community-copy{text-align:center}.le-community-block .le-social-feature{grid-template-columns:1fr}.le-community-block .le-social-feature a{grid-template-columns:42px minmax(0,1fr) 28px;gap:14px;min-height:82px}.le-community-block .le-social-feature img{width:42px;height:42px}.le-community-block .le-social-feature strong{font-size:18px}.le-community-block+.le-review-method{margin-top:42px}}
  /* Readability scale: headings and primary buttons intentionally keep their existing size. */
  .le-brand strong{font-size:14px}.le-brand small{font-size:11px}.le-text-btn,.le-status-link{font-size:14px}.le-progress ol{font-size:11px}.le-kicker,.le-step-label{font-size:12px}.le-lead{font-size:clamp(17px,2vw,20px)}.le-subtitle{font-size:17px}.le-trust-row span{font-size:13px}.le-caption{font-size:12px}.le-option span{font-size:15px}.le-field>span{font-size:14px}.le-field input,.le-field textarea,.le-field select{font-size:17px}.le-fieldset legend{font-size:23px}.le-chip,.le-check{font-size:14px}.le-error{font-size:13px}.le-photo-key{font-size:12px}.le-upload-copy strong{font-size:15px}.le-upload-copy .le-badge{font-size:10px}.le-upload-copy p{font-size:13px}.le-upload-status{font-size:12px}.le-photo-example span{font-size:10px}.le-upload-thumb span{font-size:11px}.le-privacy-note p{font-size:13px}.le-consent{font-size:14px}.le-consent small{font-size:11px}.le-summary-row{font-size:14px}.le-submit-progress small{font-size:12px}.le-delivery-case span small{font-size:11px}.le-delivery-choice small{font-size:11px}.le-delivery-choice p{font-size:13px}.le-panel-heading span{font-size:11px}.le-ig-copy p{font-size:13px}.le-channel-note{font-size:13px}.le-case small{font-size:11px}.le-footer{font-size:11px}.le-dialog-card>p,.le-lookup-result{font-size:14px}.le-lookup-result span{font-size:13px}
  @media(max-width:680px){.le-header{height:66px;padding:0 16px}.le-main{padding:0 18px}.le-progress{padding:0 18px;margin-top:16px}.le-progress ol{font-size:8px}.le-screen{padding:43px 0 70px}.le-intro{padding-top:72px}.le-delivery-grid{grid-template-columns:1fr}.le-delivery-choice{min-height:130px}.le-delivery-panel{padding:15px}.le-panel-heading{display:block}.le-panel-heading strong{display:block;margin-top:3px}.le-option-grid{grid-template-columns:1fr}.le-option{min-height:62px}.le-upload-card{grid-template-columns:42px minmax(0,1fr);gap:11px}.le-upload-card.has-example{grid-template-columns:42px 74px minmax(0,1fr)}.le-upload-number{width:38px;height:38px}.le-photo-example{width:74px;height:74px}.le-upload-actions{grid-column:2;justify-content:flex-start}.le-upload-card.has-example .le-upload-actions{grid-column:3}.le-summary-row{grid-template-columns:95px 1fr}.le-summary-row button{grid-column:2;justify-self:start}.le-actions .le-primary{width:100%}.le-actions.le-split .le-primary{width:auto;min-width:155px}.le-footer{padding:0 18px}.le-case{display:grid;grid-template-columns:1fr auto}.le-case small{grid-column:1/-1}}
  @media(min-width:681px){.le-intro .le-kicker,.le-intro h1,.le-intro .le-lead,.le-intro .le-quick-steps,.le-intro .le-model-coverage,.le-intro .le-trust-row,.le-intro .le-start,.le-intro .le-caption,.le-intro .le-status-link{margin-left:50%}#le-auth-app .le-intro h1{width:50%;margin-left:50%}}
  @media(max-width:680px){#le-auth-app .le-progress ol{font-size:9px}}
  @media(max-width:680px){.le-status-flow{padding:14px 8px}.le-status-step{min-width:66px}.le-status-step span{font-size:10px}}
  @media(max-width:680px){.le-brand-title{max-width:220px;font-size:15px;line-height:1.15}.le-intro{min-height:700px;text-align:center;padding-top:72px}.le-intro:after{left:auto;right:-30%;top:180px;width:150%;height:580px;opacity:.1;-webkit-mask-image:none;mask-image:none;filter:none}.le-intro .le-kicker,.le-intro .le-trust-row{justify-content:center}.le-intro .le-lead,.le-quick-steps,.le-model-coverage{margin-left:auto;margin-right:auto}.le-quick-steps{grid-template-columns:1fr;gap:7px;text-align:left}.le-quick-steps li{display:grid;grid-template-columns:58px 1fr;column-gap:10px;min-height:0;padding:11px 13px}.le-quick-steps small{grid-row:1/3;align-self:center}.le-quick-steps strong,.le-quick-steps span{margin-top:0}.le-model-coverage{padding:12px 14px;border-left:0;border-top:1px solid rgba(150,130,179,.4);border-bottom:1px solid rgba(150,130,179,.4)}.le-intro .le-caption,.le-intro .le-status-link{margin-left:auto;margin-right:auto}.le-policy-card{padding:32px 24px;margin:4vh auto;max-height:90vh}}
  @media(max-width:680px){.le-review-method{margin-top:78px;padding:42px 16px 18px;border-radius:14px}.le-review-method-heading h2{font-size:36px!important}.le-review-method-heading>p{margin-bottom:27px;font-size:15px}.le-review-database{grid-template-columns:1fr;gap:10px;margin-bottom:29px;padding:17px}.le-review-database strong{font-size:18px}.le-review-database p{font-size:12px}.le-review-method-body{grid-template-columns:1fr;gap:29px}.le-review-gallery{gap:7px}.le-review-gallery figcaption{left:6px;right:6px;bottom:6px;padding:7px;font-size:10px}.le-review-checks article{grid-template-columns:31px 1fr;gap:10px;padding:12px 0}.le-review-checks article>span{width:28px;height:28px}.le-review-checks strong{font-size:16px}.le-review-checks p{font-size:13px}.le-review-principle{grid-template-columns:32px 1fr;gap:11px;margin-top:28px;padding:16px}.le-review-principle>span{width:29px;height:29px}.le-review-principle p{font-size:12px}.le-review-principle strong{font-size:16px}.le-faq{margin-top:70px;padding-top:42px}.le-faq-heading h2{font-size:36px!important}.le-faq-heading>p{font-size:15px}.le-faq summary{padding:16px 48px 16px 15px;font-size:17px}.le-faq details p{padding:0 15px 18px;font-size:14px}}
  @media(max-width:680px){.le-social-invite{gap:7px}.le-social-invite a{grid-template-columns:28px minmax(0,1fr) auto;gap:8px;min-height:74px;padding:11px 10px}.le-social-invite i{width:28px;height:28px;font-size:9px}.le-social-invite strong{font-size:13px}.le-social-invite small{font-size:10px}.le-social-invite b{font-size:14px}}
  @media(prefers-reduced-motion:reduce){#le-auth-app *,#le-auth-app *:before,#le-auth-app *:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
