:root { --ink:#17152f; --muted:#6d6a7f; --paper:#fffdfb; --lilac:#7157e8; --lilac-deep:#4d36b7; --rose:#f5a5be; --line:#e9e6f0; --surface:#f7f5fa; }
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--paper)}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}.ll-site-body{overflow-x:hidden}.ll-container{width:min(1120px,calc(100% - 40px));margin:0 auto}.ll-nav{height:84px;display:flex;align-items:center;justify-content:space-between}.ll-brand{display:inline-flex;gap:10px;align-items:center;font-weight:700;letter-spacing:-.04em;font-size:20px}.ll-brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--ink);color:white;font-family:'Playfair Display',serif;font-size:20px}.ll-nav-links{display:flex;align-items:center;gap:28px;color:var(--muted);font-size:14px;font-weight:600}.ll-btn{border:0;border-radius:14px;padding:14px 20px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700;font-size:14px;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.ll-btn:active{transform:scale(.98)}.ll-btn-primary{color:#fff;background:var(--lilac);box-shadow:0 14px 24px rgba(113,87,232,.24)}.ll-btn-primary:hover{background:var(--lilac-deep);transform:translateY(-1px)}.ll-btn-ghost{background:#fff;border:1px solid var(--line);color:var(--ink)}.ll-hero{position:relative;padding:74px 0 96px;background:radial-gradient(circle at 82% 18%,rgba(245,165,190,.36),transparent 24%),radial-gradient(circle at 66% 85%,rgba(113,87,232,.16),transparent 25%)}.ll-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.ll-eyebrow{font-size:11px;letter-spacing:.15em;font-weight:700;color:var(--lilac);margin:0 0 15px}.ll-hero h1{font-family:'Playfair Display',serif;font-size:clamp(42px,5vw,70px);line-height:1.03;letter-spacing:-.05em;margin:0 0 24px;max-width:710px}.ll-hero h1 em{font-style:normal;color:var(--lilac)}.ll-lead{font-size:18px;line-height:1.65;color:var(--muted);max-width:570px;margin:0 0 30px}.ll-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.ll-mini-note{font-size:12px;color:var(--muted);margin:14px 0 0}.ll-demo{position:relative;margin:auto;width:min(100%,425px);min-height:505px;padding:14px;background:#24203e;border-radius:34px;box-shadow:0 38px 80px rgba(23,21,47,.22);transform:rotate(2deg)}.ll-demo-inner{min-height:477px;background:#fffdfb;border-radius:24px;overflow:hidden;padding:20px}.ll-demo-top{display:flex;justify-content:space-between;align-items:center}.ll-demo-avatar{width:42px;height:42px;border-radius:50%;background:#ffd8e5;display:grid;place-items:center;color:#8c2e56;font-weight:800}.ll-demo-title{font-size:18px;font-weight:700;margin:22px 0 4px}.ll-demo-copy{color:var(--muted);font-size:12px;margin:0 0 18px}.ll-demo-card{border:1px solid #eeeaf4;border-radius:17px;overflow:hidden;margin-top:12px}.ll-demo-image{height:125px;background:linear-gradient(145deg,#e6d6ff,#f7b9ce 58%,#fdebd4)}.ll-demo-card-body{padding:13px}.ll-demo-card-body strong{display:block;font-size:13px}.ll-demo-card-body div{display:flex;justify-content:space-between;margin-top:7px;font-size:12px;color:var(--lilac);font-weight:700}.ll-demo-float{position:absolute;right:-25px;bottom:46px;background:#fff;border-radius:15px;padding:13px 17px;box-shadow:0 18px 40px rgba(31,21,61,.18);font-size:12px;font-weight:700}.ll-section{padding:96px 0}.ll-section-soft{background:#f7f5fa}.ll-section-head{max-width:680px;margin-bottom:48px}.ll-section-head h2{font-family:'Playfair Display',serif;font-size:42px;line-height:1.1;letter-spacing:-.04em;margin:0}.ll-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ll-feature-card{background:#fff;border:1px solid var(--line);padding:28px;border-radius:22px}.ll-feature-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#ede9ff;color:var(--lilac)}.ll-feature-card h3{font-size:17px;margin:20px 0 9px}.ll-feature-card p{color:var(--muted);font-size:14px;line-height:1.6;margin:0}.ll-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.ll-step-num{font-family:'Playfair Display',serif;color:#c5baec;font-size:48px}.ll-step h3{margin:8px 0;font-size:18px}.ll-step p{margin:0;color:var(--muted);line-height:1.6;font-size:14px}.ll-proof{border:1px dashed #cfc8dc;border-radius:24px;padding:32px;background:#fff;display:flex;align-items:center;gap:20px}.ll-proof i{color:var(--lilac);width:36px;height:36px}.ll-proof p{color:var(--muted);margin:4px 0 0;font-size:14px}.ll-cta{padding:75px 0;background:var(--ink);color:#fff;text-align:center}.ll-cta h2{font-family:'Playfair Display',serif;font-size:43px;letter-spacing:-.04em;margin:0 auto 16px;max-width:650px}.ll-cta p{color:#cbc7dc;margin:0 auto 25px;max-width:520px;line-height:1.6}.ll-cta .ll-btn-primary{background:#f2a5bd;color:#3a1630}.ll-footer{padding:28px 0;background:#100e23;color:#a9a5b8;font-size:12px}.ll-auth{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#fffdfb}.ll-auth-aside{padding:58px clamp(28px,7vw,104px);background:var(--ink);color:#fff;display:flex;flex-direction:column;justify-content:space-between}.ll-auth-aside h1{font-family:'Playfair Display',serif;font-size:clamp(40px,4vw,60px);line-height:1.05;letter-spacing:-.05em;max-width:430px}.ll-auth-aside p{color:#c8c2da;line-height:1.7;max-width:380px}.ll-auth-form-area{display:flex;align-items:center;justify-content:center;padding:40px}.ll-auth-card{width:min(100%,430px)}.ll-auth-card h1{font-family:'Playfair Display',serif;font-size:38px;margin:18px 0 8px;letter-spacing:-.04em}.ll-auth-card>p{color:var(--muted);margin:0 0 28px}.ll-form-group{margin-bottom:16px}.ll-form-label{font-size:12px;font-weight:700;display:block;margin:0 0 8px;color:#4e4b5d}.ll-input,.ll-textarea,.ll-select{width:100%;border:1px solid #ded9e8;background:#fff;padding:13px 14px;border-radius:12px;outline:none;color:var(--ink);transition:border .15s,box-shadow .15s}.ll-textarea{resize:vertical;min-height:110px}.ll-input:focus,.ll-textarea:focus,.ll-select:focus{border-color:var(--lilac);box-shadow:0 0 0 4px rgba(113,87,232,.1)}.ll-alert{padding:13px 14px;border-radius:12px;font-size:13px;margin:0 0 18px}.ll-alert-error{color:#9d244a;background:#fff0f4;border:1px solid #ffd1dd}.ll-alert-ok{color:#21644b;background:#effbf5;border:1px solid #c8f0dd}.ll-form-foot{font-size:13px;color:var(--muted);margin-top:20px;text-align:center}.ll-form-foot a{font-weight:700;color:var(--lilac)}.ll-dashboard-body{background:#f7f6fb}.ll-app-shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.ll-sidebar{position:sticky;top:0;height:100vh;background:#17152f;color:#f9f8ff;padding:26px 16px;display:flex;flex-direction:column}.ll-sidebar .ll-brand{padding:0 10px}.ll-sidebar .ll-brand-mark{background:#f3a5bd;color:#3a1630}.ll-side-nav{display:grid;gap:5px;margin-top:48px}.ll-side-link{display:flex;gap:12px;align-items:center;padding:12px 13px;color:#a9a5ba;border-radius:11px;font-size:14px;font-weight:600}.ll-side-link i{width:17px;height:17px}.ll-side-link:hover,.ll-side-link.is-active{background:#2b274e;color:white}.ll-side-link.is-active{box-shadow:inset 3px 0 0 #f3a5bd}.ll-sidebar-bottom{margin-top:auto;display:flex;gap:9px;align-items:center;font-size:12px;color:#b9b4c7;padding:12px}.ll-status-dot{width:8px;height:8px;background:#7ee1b2;border-radius:50%;box-shadow:0 0 0 4px rgba(126,225,178,.1)}.ll-dashboard-main{min-width:0;padding:28px clamp(20px,4vw,58px) 60px}.ll-dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:0 0 30px}.ll-dashboard-header h1{font-family:'Playfair Display',serif;font-size:28px;letter-spacing:-.04em;margin:0}.ll-dashboard-header .ll-eyebrow{margin:0 0 6px}.ll-header-account{display:flex;align-items:center;gap:10px;font-size:12px}.ll-header-account strong{display:block;font-size:13px}.ll-header-account a{font-size:12px;color:var(--muted)}.ll-user-badge{width:36px;height:36px;border-radius:50%;background:#eadfff;color:#5a3cba;display:grid;place-items:center;font-weight:700}.ll-dashboard-content{max-width:1120px}.ll-page-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin:6px 0 30px}.ll-page-heading h2{font-family:'Playfair Display',serif;font-size:34px;letter-spacing:-.04em;margin:0 0 7px}.ll-page-heading p{margin:0;color:var(--muted);font-size:14px}.ll-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:25px}.ll-stat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.ll-stat span{display:block;color:var(--muted);font-size:12px;font-weight:600}.ll-stat strong{font-family:'Playfair Display',serif;font-size:34px;letter-spacing:-.04em;margin-top:8px;display:block}.ll-panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;margin-bottom:18px}.ll-panel h3{font-size:16px;margin:0 0 6px}.ll-panel p{color:var(--muted);font-size:13px;line-height:1.55;margin:0}.ll-link-box{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#f6f3ff;border:1px solid #e1d9ff;border-radius:14px;padding:14px;margin-top:18px}.ll-link-box code{font-size:13px;color:#4f3ea1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ll-quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px}.ll-quick-card{padding:18px;border:1px solid var(--line);border-radius:15px;display:block}.ll-quick-card i{color:var(--lilac);width:20px;height:20px}.ll-quick-card strong{display:block;font-size:14px;margin:13px 0 5px}.ll-quick-card span{font-size:12px;color:var(--muted);line-height:1.4}.ll-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.ll-form-grid .ll-full{grid-column:1/-1}.ll-switch-row{display:flex;align-items:center;justify-content:space-between;background:#f8f6fb;border:1px solid #e6e1ee;border-radius:13px;padding:14px 15px;margin-top:16px}.ll-switch-row p{margin:3px 0 0;color:var(--muted);font-size:12px}.ll-checkbox{width:18px;height:18px;accent-color:var(--lilac)}.ll-product-list{display:grid;gap:11px}.ll-product-row{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:15px;padding:12px;border:1px solid var(--line);border-radius:16px}.ll-product-thumb{width:64px;height:64px;border-radius:12px;background:#efeaf7;object-fit:cover}.ll-product-row h3{font-size:14px;margin:0 0 5px}.ll-product-row p{font-size:12px;margin:0;color:var(--muted)}.ll-product-row strong{font-size:13px}.ll-empty{padding:42px 20px;text-align:center;border:1px dashed #d5cfdf;border-radius:18px;color:var(--muted)}.ll-vitrine{min-height:100vh;background:var(--vitrine-bg,#fffdfb);padding-bottom:70px}.ll-vitrine-header{padding:34px 20px 23px;text-align:center;background:linear-gradient(180deg,rgba(255,255,255,.5),transparent)}.ll-vitrine-logo{width:74px;height:74px;border-radius:24px;object-fit:cover;display:block;margin:0 auto 14px;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.07)}.ll-vitrine-logo-placeholder{display:grid;place-items:center;font-family:'Playfair Display',serif;font-size:30px;color:#fff}.ll-vitrine-header h1{font-family:'Playfair Display',serif;letter-spacing:-.04em;font-size:30px;margin:0 0 8px}.ll-vitrine-header p{color:#6d6a7f;font-size:14px;line-height:1.55;max-width:450px;margin:0 auto}.ll-vitrine-social{display:inline-flex;gap:7px;align-items:center;margin-top:14px;font-size:13px;font-weight:700;color:var(--vitrine-color,#7157e8)}.ll-vitrine-products{width:min(680px,calc(100% - 32px));margin:17px auto;display:grid;gap:14px}.ll-vitrine-product{background:#fff;border-radius:19px;overflow:hidden;box-shadow:0 7px 26px rgba(23,21,47,.07);border:1px solid rgba(23,21,47,.05)}.ll-vitrine-product-image{width:100%;height:245px;object-fit:cover;background:linear-gradient(145deg,#e8e0ff,#fac6d5)}.ll-vitrine-product-body{padding:18px}.ll-vitrine-category{color:var(--vitrine-color,#7157e8);font-size:11px;font-weight:700;letter-spacing:.1em}.ll-vitrine-product h2{font-size:18px;margin:8px 0 5px}.ll-vitrine-product p{font-size:13px;color:var(--muted);line-height:1.55;margin:0 0 15px}.ll-vitrine-buy{display:flex;justify-content:space-between;align-items:center;gap:12px}.ll-vitrine-buy strong{font-size:17px}.ll-vitrine-btn{background:var(--vitrine-color,#7157e8);color:#fff;border-radius:12px;padding:11px 14px;font-size:13px;font-weight:700}.ll-vitrine-unavailable{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f7f5fa}.ll-unavailable-card{max-width:420px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:35px}.ll-unavailable-card h1{font-family:'Playfair Display',serif;font-size:32px;margin:15px 0 9px}.ll-unavailable-card p{color:var(--muted);line-height:1.6;margin:0}@media(max-width:820px){.ll-nav-links{display:none}.ll-hero-grid,.ll-auth{grid-template-columns:1fr}.ll-hero{padding-top:45px}.ll-demo{margin-top:10px}.ll-feature-grid,.ll-steps{grid-template-columns:1fr}.ll-auth-aside{display:none}.ll-app-shell{grid-template-columns:1fr}.ll-sidebar{position:sticky;z-index:10;height:auto;top:0;padding:13px 16px;flex-direction:row;align-items:center;gap:12px}.ll-sidebar .ll-side-nav{margin:0;display:flex;overflow:auto;gap:2px;flex:1}.ll-side-link{padding:9px 10px;white-space:nowrap}.ll-side-link span{display:none}.ll-sidebar-bottom{display:none}.ll-dashboard-main{padding:26px 18px 48px}.ll-stats{grid-template-columns:1fr}.ll-form-grid{grid-template-columns:1fr}.ll-form-grid .ll-full{grid-column:auto}.ll-page-heading{display:block}.ll-page-heading .ll-btn{margin-top:14px}.ll-product-row{grid-template-columns:52px 1fr}.ll-product-row .ll-product-actions{grid-column:2}.ll-product-thumb{width:52px;height:52px}}@media(max-width:520px){.ll-container{width:min(100% - 28px,1120px)}.ll-hero h1{font-size:44px}.ll-section{padding:65px 0}.ll-section-head h2{font-size:34px}.ll-proof{align-items:flex-start}.ll-cta h2{font-size:35px}.ll-dashboard-header{align-items:flex-start}.ll-header-account{display:none}.ll-quick-grid{grid-template-columns:1fr}.ll-link-box{align-items:flex-start;flex-direction:column}.ll-vitrine-product-image{height:210px}}
