/* Liry v42 clean premium layout - overrides only */
:root{
  --liry-bg:#fffaf6;
  --liry-surface:#ffffff;
  --liry-ink:#16110e;
  --liry-text:#2f2721;
  --liry-muted:#817369;
  --liry-border:#eaded4;
  --liry-orange:#ff741f;
  --liry-orange-2:#ff9b45;
  --liry-soft:#fff2e8;
  --liry-shadow:0 30px 90px rgba(40,22,10,.10);
  --liry-shadow-soft:0 18px 55px rgba(40,22,10,.07);
}
html,body{min-height:100%;overflow-x:hidden!important}
body{
  background:linear-gradient(180deg,#fffdfb 0%,#fff8f2 100%)!important;
  color:var(--liry-ink)!important;
}
body:before,body:after,.stage-intro,.stage-intro:before,.stage-intro:after{display:none!important}

/* clean topbar */
.topbar.liry-app-topbar{
  height:70px!important;
  padding-inline:clamp(18px,3vw,44px)!important;
  background:rgba(255,255,255,.84)!important;
  border-bottom:1px solid rgba(234,222,212,.82)!important;
  backdrop-filter:blur(22px)!important;
  box-shadow:0 10px 35px rgba(30,17,9,.035)!important;
}
.main-logo{height:50px!important;object-fit:contain!important;filter:none!important}
.top-actions{gap:8px!important}
.top-actions a{
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid rgba(234,222,212,.92)!important;
  color:#2a211b!important;
  box-shadow:none!important;
  font-weight:800!important;
  padding:10px 14px!important;
}
.top-actions a:hover{color:#e96509!important;border-color:#ffbf89!important;background:#fff8f2!important;transform:translateY(-1px)!important}

/* full screen creation */
.create-shell-v42,
.liry-create-page .create-shell-v42{
  width:100vw!important;
  min-height:calc(100vh - 70px)!important;
  padding:clamp(18px,3vw,46px)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,116,31,.075),transparent 34%),
    linear-gradient(180deg,#fffdfb 0%,#fff8f2 100%)!important;
}
.create-stage-v42{
  width:min(1280px,100%)!important;
  margin:0 auto!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:20px!important;
}
.create-card-v42,
.create-stage-v42 .create-card,
.liry-create-page .create-card-v42{
  width:min(1280px,100%)!important;
  min-height:min(760px,calc(100vh - 190px))!important;
  margin:0 auto!important;
  padding:clamp(24px,3vw,48px)!important;
  border-radius:34px!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(234,222,212,.95)!important;
  box-shadow:var(--liry-shadow)!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
}
.create-card-v42:before,.create-card-v42:after,.app-card:before,.app-card:after{display:none!important}
.card-head-v42,.create-card-v42 .card-head{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  margin:0 auto 18px!important;
  width:100%!important;
}
.card-head-v42 h2,.create-card-v42 .card-head h2{
  font-size:clamp(20px,2vw,28px)!important;
  margin:6px 0 0!important;
  letter-spacing:-.035em!important;
}
.step-count{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:32px!important;
  padding:6px 13px!important;
  border-radius:999px!important;
  color:#d95c00!important;
  background:#fff4ea!important;
  border:1px solid #ffd1b0!important;
  font-size:12px!important;
  font-weight:900!important;
}
.progress-line{
  width:min(760px,100%)!important;
  height:5px!important;
  margin:0 auto 10px!important;
  background:#f2e7de!important;
  border-radius:999px!important;
}
.progress-line span{background:linear-gradient(90deg,var(--liry-orange),var(--liry-orange-2))!important;border-radius:inherit!important}

.wizard-form{flex:1!important;position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important}
.step{
  width:100%!important;
  flex:1!important;
  min-height:500px!important;
  display:none!important;
  place-content:center!important;
  justify-items:center!important;
  text-align:center!important;
  padding:clamp(24px,4vw,60px) 24px 115px!important;
}
.step.active{display:grid!important;animation:liryV42Step .36s cubic-bezier(.2,.8,.2,1) both!important}
.step-kicker{
  margin:0 0 12px!important;
  padding:7px 15px!important;
  border-radius:999px!important;
  color:#d85d08!important;
  background:#fff4ea!important;
  border:1px solid #ffd1b0!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.step h1{
  width:min(900px,100%)!important;
  margin:0 0 12px!important;
  color:#17110d!important;
  font-size:clamp(48px,6vw,88px)!important;
  line-height:.92!important;
  font-weight:950!important;
  letter-spacing:-.07em!important;
}
.step p{
  width:min(680px,100%)!important;
  margin:0 0 28px!important;
  color:#77685e!important;
  font-size:15px!important;
  line-height:1.65!important;
}
.step input,.step select,.step textarea,.lyrics-editor{
  width:min(760px,100%)!important;
  min-height:62px!important;
  border-radius:19px!important;
  border:1px solid rgba(220,207,196,.98)!important;
  background:#fff!important;
  color:#17110d!important;
  padding:16px 20px!important;
  font-size:16px!important;
  box-shadow:0 18px 42px rgba(40,22,10,.045)!important;
  transition:.18s ease!important;
}
.step textarea,.lyrics-editor{min-height:170px!important;resize:vertical!important;line-height:1.8!important}
.step input:focus,.step select:focus,.step textarea:focus,.lyrics-editor:focus{
  outline:none!important;
  border-color:#ffad75!important;
  box-shadow:0 0 0 5px rgba(255,116,31,.10),0 24px 60px rgba(40,22,10,.065)!important;
  transform:translateY(-1px)!important;
}
.mini-label{width:min(760px,100%)!important;text-align:right!important;margin:20px 0 8px!important;color:#4c3f36!important;font-size:13px!important;font-weight:900!important}
.wizard-nav{
  position:absolute!important;
  left:clamp(18px,3vw,48px)!important;
  right:clamp(18px,3vw,48px)!important;
  bottom:clamp(18px,2vw,30px)!important;
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:14px!important;
  z-index:5!important;
  pointer-events:auto!important;
}
.primary-btn,.ghost-btn{
  border-radius:17px!important;
  min-height:54px!important;
  padding:14px 24px!important;
  font-weight:900!important;
  font-size:15px!important;
}
.primary-btn{background:linear-gradient(135deg,#ff741f,#ff9b45)!important;box-shadow:0 18px 44px rgba(255,116,31,.22)!important;color:#fff!important;border:0!important}
.primary-btn:hover{transform:translateY(-2px)!important;box-shadow:0 26px 62px rgba(255,116,31,.28)!important}
.ghost-btn{background:#fff!important;color:#2d241d!important;border:1px solid rgba(220,207,196,.98)!important;box-shadow:none!important}
.ghost-btn:hover{border-color:#ffbf89!important;background:#fff8f2!important;transform:translateY(-1px)!important}
.primary-btn.wide{min-width:min(440px,100%)!important}

/* below form explanation */
.create-info-under-v42{
  width:min(1280px,100%)!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
}
.create-info-under-v42 div{
  min-height:74px!important;
  padding:16px 18px!important;
  border:1px solid rgba(234,222,212,.9)!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.75)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  box-shadow:0 12px 30px rgba(40,22,10,.04)!important;
}
.create-info-under-v42 b{color:#ff741f;font-size:13px;direction:ltr}.create-info-under-v42 span{font-weight:900;color:#312820;font-size:14px}

/* footer clean full width */
.liry-footer-v42,
.liry-footer-v41{
  width:100vw!important;
  margin:0!important;
  padding:24px clamp(18px,3vw,52px) calc(24px + env(safe-area-inset-bottom))!important;
  background:#fff!important;
  border-top:1px solid rgba(234,222,212,.92)!important;
  box-shadow:0 -10px 35px rgba(40,22,10,.025)!important;
}
.liry-footer-inner-v42{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:1fr 2fr 1.4fr 1fr!important;
  align-items:center!important;
  gap:18px!important;
}
.liry-footer-logo-v42{justify-self:start!important}.liry-footer-logo-v42 img{height:58px!important;object-fit:contain!important;display:block!important}
.liry-footer-links-v42{justify-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:11px!important;flex-wrap:wrap!important;color:#c9b8aa!important}
.liry-footer-links-v42 a{color:#3a2e27!important;text-decoration:none!important;font-weight:800!important;font-size:14px!important}.liry-footer-links-v42 a:hover{color:#e96509!important}
.liry-footer-pay-v42{justify-self:center!important;display:flex!important;gap:7px!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;direction:ltr!important}
.pay-logo-v42{height:30px;min-width:54px;padding:0 9px;border-radius:9px;background:#fff;border:1px solid #e6dbd2;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:950;color:#1b1715;box-shadow:0 8px 18px rgba(31,18,8,.035);direction:ltr}.pay-logo-v42.visa{color:#123b8f;font-style:italic;font-size:14px;letter-spacing:.03em}.pay-logo-v42.amex{background:#2676c9;color:#fff;border-color:#2676c9}.pay-logo-v42.isracard{color:#e44d1b}.pay-logo-v42.applepay{font-size:13px}.pay-logo-v42.mastercard{gap:3px;min-width:76px}.pay-logo-v42.mastercard i,.pay-logo-v42.mastercard b{width:16px;height:16px;border-radius:50%;display:inline-block}.pay-logo-v42.mastercard i{background:#ea001b;margin-left:-8px}.pay-logo-v42.mastercard b{background:#ff9f00;margin-right:-8px;mix-blend-mode:multiply}.pay-logo-v42.mastercard em{font-style:normal;font-size:9px;margin-right:5px}.liry-footer-copy-v42{justify-self:end!important;color:#6f6259!important;font-size:13px!important;font-weight:700!important;text-align:left!important;direction:rtl!important}
/* hide old footer blocks if old markup remains */
.liry-footer-brand,.liry-footer-trust,.liry-footer-copy,.liry-footer-links{display:none!important}

/* dashboard full width luxury */
.dash-layout{width:100vw!important;min-height:100vh!important;background:linear-gradient(180deg,#fffdfb,#fff7ef)!important}
.dash-main,.admin-main,.dashboard-main,main.dash-main{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:clamp(22px,3vw,46px)!important;
}
.dash-title,.admin-head,.dashboard-head{
  width:100%!important;
  max-width:none!important;
  margin:0 0 24px!important;
}
.table-card,.song-card,.version-card,.stats-grid>div,.analytics-card,.support-admin-panel,.admin-card{
  border-radius:24px!important;
  border:1px solid rgba(234,222,212,.95)!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:0 22px 65px rgba(40,22,10,.065)!important;
}
.sidebar{background:#15100d!important}.sidebar nav a.active,.sidebar nav a:hover{background:rgba(255,116,31,.16)!important;color:#fff!important}

/* clean widgets */
.access-toggle,.support-fab{
  background:linear-gradient(135deg,#ff741f,#ff9b45)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.88)!important;
  box-shadow:0 18px 45px rgba(255,116,31,.25)!important;
}
.access-toggle:before{content:''!important;display:none!important}.access-toggle{font-size:0!important}.access-toggle:after{content:'נגישות';font-size:14px;font-weight:900}.support-fab span{background:#fff!important;color:#ff741f!important}

/* examples */
.featured-examples{width:min(1280px,100%)!important;margin:34px auto!important;padding-inline:0!important}.examples-grid{gap:18px!important}.example-card{border-radius:22px!important}

@keyframes liryV42Step{from{opacity:0;transform:translateY(14px) scale(.992);filter:blur(4px)}to{opacity:1;transform:none;filter:none}}
@media(max-width:900px){
  .create-shell-v42{padding:12px!important;justify-content:flex-start!important}
  .create-card-v42{min-height:calc(100vh - 130px)!important;border-radius:26px!important;padding:18px!important}
  .step{min-height:calc(100vh - 260px)!important;padding:18px 2px 104px!important}.step h1{font-size:clamp(38px,12vw,54px)!important;letter-spacing:-.055em!important}.step p{font-size:14px!important}.create-info-under-v42{grid-template-columns:1fr 1fr!important}.liry-footer-inner-v42{grid-template-columns:1fr!important;text-align:center!important;gap:16px!important}.liry-footer-logo-v42,.liry-footer-copy-v42{justify-self:center!important;text-align:center!important}.liry-footer-logo-v42 img{height:52px!important}.top-actions a{font-size:12px!important;padding:8px 10px!important}.topbar.liry-app-topbar{height:66px!important}.main-logo{height:44px!important}
}
@media(max-width:520px){.create-info-under-v42{grid-template-columns:1fr!important}.wizard-nav{left:14px!important;right:14px!important;bottom:14px!important}.wizard-nav .primary-btn,.wizard-nav .ghost-btn{flex:1!important}.liry-footer-pay-v42{gap:5px}.pay-logo-v42{min-width:48px;height:28px;font-size:10px}}
