/* LifeLearn Events Calendar v1 — scoped .llev */
/* ============ LifeLearn Events Calendar — scoped .llev ============ */
.llev{
  --navy:#0E1B3D; --navy-deep:#050B1E; --teal:#0E9F8B; --teal-deep:#0B8676;
  --gold:#FFE9B8; --mint:#9FF0DF; --ink:#16233F; --slate:#5B6B85;
  --paper:#F7F9FC; --card:#FFFFFF; --line:#E3E9F2;
  --c-coffee:#C99A3A; --c-walk:#0E9F8B; --c-trip:#4A7FD4; --c-skills:#8B6BB8; --c-active:#E07856; --c-provider:#3D6B9E;
  font-family:'DM Sans',sans-serif; color:var(--ink); background:var(--paper);
  -webkit-font-smoothing:antialiased; line-height:1.55;
}
.llev *{box-sizing:border-box; min-width:0;}
.llev h1,.llev h2,.llev h3,.llev h4{font-family:'Outfit',sans-serif; margin:0; line-height:1.15;}
.llev p{margin:0;}
.llev button{font-family:inherit; cursor:pointer;}
.llev svg{flex:none;}
.llev .wrap{max-width:1180px; margin:0 auto; padding:0 20px;}

/* ---------- Hero ---------- */
.llev-hero{background:linear-gradient(150deg,#071224 0%,#10264A 48%,#124B57 100%); color:#fff; padding:56px 0 64px; position:relative; overflow:hidden;}
.llev-hero::after{content:""; position:absolute; inset:auto -10% -55% -10%; height:70%; background:radial-gradient(ellipse at 50% 100%, rgba(14,159,139,.28), transparent 65%); pointer-events:none;}
.llev-hero .wrap{position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr); gap:48px; align-items:center;}
.llev-eyebrow{display:inline-flex; align-items:center; gap:8px; font-family:'Outfit',sans-serif; font-weight:600; font-size:.78rem; letter-spacing:.14em; text-transform:uppercase; color:var(--mint); margin-bottom:18px;}
.llev-eyebrow::before{content:""; width:26px; height:2px; background:var(--teal); border-radius:2px;}
.llev .llev-hero h1{font-size:clamp(2rem,4.4vw,3.15rem); font-weight:800; letter-spacing:-.015em; color:#fff!important;}
.llev .llev-hero h1 em{color:var(--gold)!important;}
.llev-hero h1 em{font-family:'Fraunces',serif; font-style:italic; font-weight:600;}
.llev-hero .sub{margin-top:16px; font-size:1.06rem; color:rgba(255,255,255,.82); max-width:52ch;}
.llev-hero-ctas{margin-top:28px; display:flex; gap:12px; flex-wrap:wrap;}
.llev-btn{display:inline-flex; align-items:center; gap:9px; border:0; border-radius:999px; padding:13px 24px; font-family:'Outfit',sans-serif; font-weight:600; font-size:.95rem; transition:transform .15s ease, box-shadow .15s ease;}
.llev-btn:hover{transform:translateY(-1px);}
.llev-btn:focus-visible,.llev button:focus-visible,.llev a:focus-visible,.llev input:focus-visible,.llev select:focus-visible,.llev textarea:focus-visible{outline:3px solid var(--mint); outline-offset:2px;}
.llev-btn-primary{background:var(--teal); color:#fff; box-shadow:0 8px 24px rgba(14,159,139,.35);}
.llev-btn-primary:hover{background:var(--teal-deep);}
.llev-btn-ghost{background:rgba(255,255,255,.08); color:#fff; border:1px solid rgba(255,255,255,.28);}
.llev-hero-note{margin-top:18px; font-size:.85rem; color:rgba(255,255,255,.62); display:flex; align-items:center; gap:8px;}

/* Hero mini-week card */
.llev-hero-card{background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.14); border-radius:20px; padding:22px; backdrop-filter:blur(6px);}
.llev-hero-card h3{font-size:.82rem; letter-spacing:.12em; text-transform:uppercase; color:var(--mint); font-weight:600; margin-bottom:14px; display:flex; align-items:center; gap:8px;}
.llev-hc-row{display:flex; align-items:center; gap:12px; padding:11px 12px; border-radius:12px; background:rgba(5,11,30,.35); margin-bottom:8px;}
.llev-hc-row:last-child{margin-bottom:0;}
.llev-hc-date{flex:none; width:46px; text-align:center; font-family:'Outfit',sans-serif;}
.llev-hc-date b{display:block; font-size:1.15rem; line-height:1; color:#fff;}
.llev-hc-date span{font-size:.66rem; letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,.6);}
.llev-hc-dot{flex:none; width:9px; height:9px; border-radius:50%;}
.llev-hc-txt{min-width:0;}
.llev-hc-txt b{display:block; font-size:.9rem; color:#fff; font-weight:600; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.llev-hc-txt span{font-size:.76rem; color:rgba(255,255,255,.6);}

/* ---------- Toolbar ---------- */
.llev-toolbar{background:var(--card); border-bottom:1px solid var(--line); position:sticky; top:0; z-index:40; box-shadow:0 6px 18px rgba(14,27,61,.05);}
.llev-toolbar .wrap{display:flex; flex-wrap:wrap; align-items:center; gap:12px; padding-top:18px; padding-bottom:16px;}
.llev-views{display:inline-flex; background:var(--paper); border:1px solid var(--line); border-radius:999px; padding:4px; gap:2px;}
.llev-views button{border:0; background:transparent; border-radius:999px; padding:8px 16px; font-family:'Outfit',sans-serif; font-weight:600; font-size:.85rem; color:var(--slate);}
.llev-views button[aria-pressed="true"]{background:var(--navy); color:#fff;}
.llev-nav{display:inline-flex; align-items:center; gap:6px; margin-left:auto;}
.llev-nav .llev-icobtn{width:36px; height:36px; border-radius:10px; border:1px solid var(--line); background:#fff; display:inline-flex; align-items:center; justify-content:center; color:var(--navy);}
.llev-nav .llev-icobtn:hover{border-color:var(--teal); color:var(--teal);}
.llev-cursor{font-family:'Outfit',sans-serif; font-weight:700; font-size:1.02rem; color:var(--navy); min-width:150px; text-align:center;}
.llev-today{border:1px solid var(--line); background:#fff; border-radius:10px; padding:8px 14px; font-family:'Outfit',sans-serif; font-weight:600; font-size:.82rem; color:var(--navy);}
.llev-today:hover{border-color:var(--teal); color:var(--teal);}
.llev-search{position:relative; flex:1 1 220px; max-width:300px;}
.llev-search svg{position:absolute; left:12px; top:50%; transform:translateY(-50%); color:var(--slate);}
.llev-search input{width:100%; border:1px solid var(--line); border-radius:10px; padding:9px 12px 9px 38px; font:inherit; font-size:.9rem; background:#fff; color:var(--ink);}
.llev-search input::placeholder{color:#9AA7BC;}
.llev-loc select{border:1px solid var(--line); border-radius:10px; padding:9px 34px 9px 12px; font:inherit; font-size:.9rem; background:#fff; color:var(--ink); appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235B6B85' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 10px center;}

/* Refine: draggable date & time search */
.llev-refine{position:relative;}
.llev-refbtn{display:inline-flex; align-items:center; gap:8px; border:1px solid var(--line); background:#fff; border-radius:10px; padding:9px 14px; font-family:'Outfit',sans-serif; font-weight:600; font-size:.85rem; color:var(--navy); cursor:pointer;}
.llev-refbtn:hover{border-color:var(--teal); color:var(--teal-deep);}
.llev-refbtn.on{background:var(--navy); border-color:var(--navy); color:#fff;}
.llev-refpanel{position:absolute; top:calc(100% + 8px); left:0; width:330px; max-width:calc(100vw - 28px); background:#fff; border:1.5px solid var(--line); border-radius:16px; box-shadow:0 20px 50px rgba(14,27,61,.18); padding:14px; z-index:60;}
.llev-refpanel .llev-ts{margin-top:12px;}
.llev-refact{display:flex; justify-content:flex-end; margin-top:12px;}
.llev-refact .llev-btn{padding:9px 18px; font-size:.84rem;}
.llev-cell.dim .llev-dnum{color:#C4CEDD;}
.llev-cell.dim{background:#FBFCFE;}
@media (max-width:720px){ .llev-refpanel{position:fixed; left:12px; right:12px; top:auto; bottom:14px; width:auto; max-height:78vh; overflow-y:auto;} }

/* Category chips */
.llev-chips{background:var(--card);}
.llev-chips .wrap{display:flex; gap:8px; flex-wrap:wrap; padding-top:10px; padding-bottom:20px;}
.llev-chip{display:inline-flex; align-items:center; gap:7px; border:1px solid var(--line); background:#fff; border-radius:999px; padding:7px 14px; font-family:'Outfit',sans-serif; font-weight:600; font-size:.8rem; color:var(--slate);}
.llev-chip .dot{width:8px; height:8px; border-radius:50%; background:var(--slate);}
.llev-chip[aria-pressed="true"]{background:var(--navy); border-color:var(--navy); color:#fff;}
.llev-chip[aria-pressed="true"] .dot{background:var(--mint);}

/* ---------- Calendar shell ---------- */
.llev-cal{padding:34px 0 28px;}
.llev-panel{background:var(--card); border:1px solid var(--line); border-radius:18px; overflow:hidden; box-shadow:0 14px 40px rgba(14,27,61,.06);}

/* Month view */
.llev-dow{display:grid; grid-template-columns:repeat(7,1fr); background:var(--navy); color:#fff;}
.llev-dow span{padding:11px 8px; font-family:'Outfit',sans-serif; font-weight:600; font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; text-align:center; color:rgba(255,255,255,.85);}
.llev-grid{display:grid; grid-template-columns:repeat(7,1fr);}
.llev-cell{cursor:pointer; min-height:92px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); padding:8px 7px; background:#fff; position:relative;}
.llev-cell:nth-child(7n){border-right:0;}
.llev-cell.out{background:#FBFCFE;}
.llev-cell.out .llev-dnum{color:#B4BFD1;}
.llev-dnum{font-family:'Outfit',sans-serif; font-weight:600; font-size:.85rem; color:var(--navy); display:inline-flex; width:26px; height:26px; align-items:center; justify-content:center; border-radius:50%;}
.llev-cell.today{background:#F1FBF8;}
.llev-cell.today .llev-dnum{background:var(--teal); color:#fff;}
.llev-pill{display:flex; align-items:center; gap:6px; width:100%; text-align:left; border:0; border-radius:7px; padding:4px 7px; margin-top:4px; font-size:.72rem; font-weight:500; color:#fff; line-height:1.25;}
.llev-pill span{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.llev-pill:hover{filter:brightness(1.08);}
.llev-more{background:transparent; border:0; margin-top:4px; font-family:'Outfit',sans-serif; font-weight:600; font-size:.72rem; color:var(--teal); padding:2px 7px;}
.llev-more:hover{text-decoration:underline;}

/* Week view */
.llev-week{display:grid; grid-template-columns:repeat(7,1fr);}
.llev-wcol{border-right:1px solid var(--line); min-height:340px; padding:10px 8px;}
.llev-wcol:last-child{border-right:0;}
.llev-whead{text-align:center; margin-bottom:10px;}
.llev-whead .d{font-family:'Outfit',sans-serif; font-weight:700; font-size:1.2rem; color:var(--navy); width:36px; height:36px; display:inline-flex; align-items:center; justify-content:center; border-radius:50%;}
.llev-whead.today .d{background:var(--teal); color:#fff;}
.llev-whead .n{display:block; font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; color:var(--slate); font-weight:600;}
.llev-wcard{display:block; width:100%; text-align:left; background:#fff; border:1px solid var(--line); border-left:4px solid var(--teal); border-radius:10px; padding:8px 9px; margin-bottom:8px;}
.llev-wcard:hover{box-shadow:0 6px 16px rgba(14,27,61,.1);}
.llev-wcard b{display:block; font-size:.78rem; color:var(--ink); line-height:1.3;}
.llev-wcard span{font-size:.7rem; color:var(--slate);}

/* Day + List views */
.llev-listwrap{padding:20px;}
.llev-dategroup{margin-bottom:22px;}
.llev-dategroup:last-child{margin-bottom:0;}
.llev-dategroup > h3{font-size:.8rem; letter-spacing:.12em; text-transform:uppercase; color:var(--slate); font-weight:600; padding-bottom:8px; border-bottom:1px solid var(--line); margin-bottom:12px; display:flex; align-items:center; gap:10px;}
.llev-dategroup > h3 b{font-family:'Fraunces',serif; font-style:italic; font-weight:600; font-size:1.05rem; color:var(--navy); letter-spacing:0; text-transform:none;}
.llev-erow{display:grid; grid-template-columns:88px 4px 1fr auto; gap:14px; align-items:center; width:100%; text-align:left; background:#fff; border:1px solid var(--line); border-radius:14px; padding:14px 16px; margin-bottom:10px;}
.llev-erow:hover{border-color:var(--teal); box-shadow:0 8px 22px rgba(14,27,61,.08);}
.llev-etime{font-family:'Outfit',sans-serif; font-weight:700; font-size:.92rem; color:var(--navy);}
.llev-etime span{display:block; font-weight:500; font-size:.74rem; color:var(--slate);}
.llev-ebar{width:4px; height:44px; border-radius:4px;}
.llev-emain b{display:block; font-family:'Outfit',sans-serif; font-weight:600; font-size:1rem; color:var(--ink);}
.llev-emeta{display:flex; align-items:center; gap:14px; flex-wrap:wrap; margin-top:3px; font-size:.8rem; color:var(--slate);}
.llev-emeta span{display:inline-flex; align-items:center; gap:5px;}
.llev-ecat{font-family:'Outfit',sans-serif; font-weight:600; font-size:.68rem; letter-spacing:.08em; text-transform:uppercase; padding:5px 11px; border-radius:999px; color:#fff; white-space:nowrap;}
.llev-empty{text-align:center; padding:56px 20px; color:var(--slate);}
.llev-empty svg{color:#C4CEDD; margin-bottom:12px;}
.llev-empty b{display:block; font-family:'Outfit',sans-serif; color:var(--navy); font-size:1.05rem; margin-bottom:4px;}

/* Legend */
.llev-legend{display:flex; flex-wrap:wrap; gap:16px; padding:22px 4px 4px; font-size:.8rem; color:var(--slate);}
.llev-legend span{display:inline-flex; align-items:center; gap:7px;}
.llev-legend i{width:10px; height:10px; border-radius:3px; display:inline-block;}

/* ---------- Gallery ---------- */
.llev-gal{padding:52px 0 12px;}
.llev-gal h2{font-size:clamp(1.4rem,2.6vw,1.8rem); font-weight:700; color:var(--navy);}
.llev-gal h2 em{font-family:'Fraunces',serif; font-style:italic; font-weight:600; color:var(--teal-deep);}
.llev-gal .lead{color:var(--slate); margin:8px 0 22px; font-size:.95rem;}
.llev-gal-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:14px;}
.llev-gtile{position:relative; border:0; padding:0; border-radius:14px; overflow:hidden; aspect-ratio:4/3; background:var(--line); cursor:pointer; text-align:left;}
.llev-gtile img{width:100%; height:100%; object-fit:cover; display:block; transition:transform .3s ease;}
.llev-gtile:hover img{transform:scale(1.05);}
.llev-gcap{position:absolute; inset:auto 0 0 0; padding:26px 12px 10px; background:linear-gradient(transparent, rgba(5,11,30,.82)); color:#fff;}
.llev-gcap b{display:block; font-family:'Outfit',sans-serif; font-weight:600; font-size:.82rem; line-height:1.25; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.llev-gcap span{font-size:.7rem; color:rgba(255,255,255,.75);}
.llev-gal-empty{grid-column:1/-1; border:2px dashed var(--line); border-radius:16px; padding:34px 20px; text-align:center; color:var(--slate);}
.llev-gal-empty svg{color:#C4CEDD; margin-bottom:10px;}
.llev-gal-empty b{display:block; font-family:'Outfit',sans-serif; color:var(--navy); font-size:1rem; margin-bottom:4px;}
.llev-gal-empty span{font-size:.88rem;}
@media (max-width:960px){ .llev-gal-grid{grid-template-columns:repeat(3,1fr);} }
@media (max-width:720px){ .llev-gal-grid{grid-template-columns:repeat(2,1fr); gap:10px;} }

/* ---------- How it works ---------- */
.llev-how{padding:64px 0 72px;}
.llev-how h2{font-size:clamp(1.5rem,3vw,2rem); font-weight:700; color:var(--navy); text-align:center;}
.llev-how h2 em{font-family:'Fraunces',serif; font-style:italic; font-weight:600; color:var(--teal-deep);}
.llev-how .lead{text-align:center; color:var(--slate); max-width:56ch; margin:12px auto 36px;}
.llev-how-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
.llev-how-card{background:var(--card); border:1px solid var(--line); border-radius:16px; padding:26px 22px;}
.llev-how-ico{width:46px; height:46px; border-radius:13px; background:linear-gradient(145deg,var(--teal),var(--teal-deep)); color:#fff; display:flex; align-items:center; justify-content:center; margin-bottom:16px;}
.llev-how-card h3{font-size:1.05rem; font-weight:700; color:var(--navy); margin-bottom:8px;}
.llev-how-card p{font-size:.9rem; color:var(--slate);}

/* ---------- Modals ---------- */
.llev-ovl{position:fixed; inset:0; background:rgba(5,11,30,.62); z-index:100; display:none; align-items:flex-start; justify-content:center; padding:96px 16px 40px; overflow-y:auto;}
.llev-ovl.open{display:flex;}
.llev-modal{background:#fff; border-radius:20px; width:100%; max-width:640px; max-height:calc(100vh - 136px); max-height:calc(100dvh - 136px); margin:auto; display:flex; flex-direction:column; overflow:hidden; box-shadow:0 30px 80px rgba(5,11,30,.4);}
.llev-mbar{height:6px; background:var(--teal); flex:none;}
.llev-mhead{display:flex; align-items:flex-start; justify-content:space-between; gap:14px; padding:20px 24px 0; flex:none;}
.llev-mhead h3{font-size:1.3rem; font-weight:700; color:var(--navy);}
.llev-mclose{border:0; background:var(--paper); width:34px; height:34px; border-radius:10px; display:flex; align-items:center; justify-content:center; color:var(--slate); flex:none;}
.llev-mclose:hover{background:var(--line); color:var(--navy);}
.llev-mbody{padding:16px 24px 24px; overflow-y:auto; flex:1 1 auto; min-height:0;}
.llev-mimg{width:100%; height:210px; object-fit:cover; border-radius:14px; margin:12px 0 16px; display:block; background:var(--paper);}
.llev-mrows{display:grid; gap:10px; margin-bottom:16px;}
.llev-mrow{display:flex; align-items:flex-start; gap:11px; font-size:.92rem; color:var(--ink);}
.llev-mrow svg{color:var(--teal-deep); margin-top:2px;}
.llev-mrow .lbl{color:var(--slate); font-size:.78rem; display:block;}
.llev-mdesc{font-size:.93rem; color:var(--ink); border-top:1px solid var(--line); padding-top:14px;}
.llev-mact{display:flex; gap:10px; flex-wrap:wrap; margin-top:18px;}
.llev-btn-line{background:#fff; color:var(--navy); border:1.5px solid var(--line);}
.llev-btn-line:hover{border-color:var(--teal); color:var(--teal-deep);}
.llev-copied{font-size:.8rem; color:var(--teal-deep); font-weight:600; display:none; align-items:center; gap:5px;}
.llev-copied.show{display:inline-flex;}

/* Submission form */
.llev-steps{display:flex; gap:8px; padding:14px 24px 0; flex:none;}
.llev-step{flex:1; text-align:center; font-family:'Outfit',sans-serif; font-weight:600; font-size:.73rem; color:var(--slate); background:#fff; border:1.5px solid var(--line); border-radius:999px; padding:9px 6px; cursor:pointer; transition:border-color .15s ease, background .15s ease, color .15s ease;}
.llev-step:hover{border-color:var(--teal); color:var(--teal-deep);}
.llev-step.on{background:var(--teal); border-color:var(--teal); color:#fff;}
.llev-step.done{background:#F1F5FB; border-color:var(--navy); color:var(--navy);}
.llev-mbody{overflow-anchor:none;}
.llev-f{display:grid; gap:14px;}
.llev-f label{display:block; font-family:'Outfit',sans-serif; font-weight:600; font-size:.82rem; color:var(--navy); margin-bottom:5px;}
.llev-f label .req{color:#D14343;}
.llev-f label .opt{color:#9AA7BC; font-weight:500;}
.llev-f input[type=text],.llev-f input[type=url],.llev-f input[type=date],.llev-f input[type=time],.llev-f select,.llev-f textarea{width:100%; border:1.5px solid var(--line); border-radius:11px; padding:11px 13px; font:inherit; font-size:.92rem; color:var(--ink); background:#fff;}
.llev-f textarea{min-height:96px; resize:vertical;}
.llev-f input:focus,.llev-f select:focus,.llev-f textarea:focus{border-color:var(--teal);}
.llev-2col{display:grid; grid-template-columns:1fr 1fr; gap:12px;}
.llev-hint{font-size:.76rem; color:var(--slate); margin-top:5px;}
.llev-err{font-size:.78rem; color:#D14343; margin-top:5px; display:none;}
.llev-err.show{display:block;}
.llev-check{display:flex; align-items:center; gap:9px; font-size:.88rem; color:var(--ink);}
.llev-check input{width:17px; height:17px; accent-color:var(--teal);}
.llev-subchips{display:flex; flex-wrap:wrap; gap:8px;}
.llev-subchip{border:1.5px solid var(--line); background:#fff; border-radius:999px; padding:7px 13px; font-family:'Outfit',sans-serif; font-weight:600; font-size:.78rem; color:var(--slate);}
.llev-subchip[aria-pressed="true"]{background:var(--teal); border-color:var(--teal); color:#fff;}
.llev-prog{display:none;}
.llev-prog.show{display:grid; gap:14px; animation:llevIn .28s ease;}
@keyframes llevIn{from{opacity:0; transform:translateY(6px);} to{opacity:1; transform:none;}}
.llev-btn[disabled]{opacity:.45; cursor:not-allowed; transform:none!important; box-shadow:none;}
.llev-msub{display:inline-block; background:#EAF6F3; color:var(--teal-deep); border-radius:999px; padding:3px 10px; font-size:.72rem; font-weight:600; font-family:'Outfit',sans-serif; margin:0 6px 6px 0;}
.llev-mtag{display:inline-block; background:#fff; border:1.5px solid var(--line); color:var(--slate); border-radius:999px; padding:3px 10px; font-size:.7rem; font-weight:600; font-family:'Outfit',sans-serif; margin:0 6px 6px 0;}
.llev-drop{border:2px dashed var(--line); border-radius:14px; padding:26px 16px; text-align:center; color:var(--slate); font-size:.86rem; cursor:pointer; background:var(--paper);}
.llev-drop:hover{border-color:var(--teal); color:var(--teal-deep);}
.llev-drop img{max-width:100%; max-height:170px; border-radius:10px; display:block; margin:0 auto 10px;}
.llev-pinrow{display:flex; gap:8px;}
.llev-pinrow input{flex:1;}
.llev-pinrow .llev-btn{padding:10px 16px; font-size:.84rem; white-space:nowrap;}
.llev-locprev{display:flex; align-items:center; gap:10px; background:#F1FBF8; border:1px solid #CDEDe4; border-radius:12px; padding:11px 13px; font-size:.84rem; color:var(--ink);}
.llev-locprev svg{color:var(--teal-deep);}
/* Draggable date range picker */
.llev-dp{border:1.5px solid var(--line); border-radius:14px; padding:12px; background:#fff; user-select:none; -webkit-user-select:none;}
.llev-dp-head{display:flex; align-items:center; justify-content:space-between; margin-bottom:8px;}
.llev-dp-head b{font-family:'Outfit',sans-serif; font-size:.95rem; color:var(--navy);}
.llev-dp-nav{width:30px; height:30px; border-radius:8px; border:1px solid var(--line); background:#fff; display:inline-flex; align-items:center; justify-content:center; color:var(--navy); cursor:pointer;}
.llev-dp-nav:hover{border-color:var(--teal); color:var(--teal);}
.llev-dp-dow{display:grid; grid-template-columns:repeat(7,1fr); font-family:'Outfit',sans-serif; font-size:.64rem; letter-spacing:.06em; text-transform:uppercase; font-weight:600; color:var(--slate); text-align:center; margin-bottom:4px;}
.llev-dp-grid{display:grid; grid-template-columns:repeat(7,1fr); row-gap:2px; touch-action:none;}
.llev-dp-day{border:0; background:transparent; border-radius:9px; height:36px; font:inherit; font-size:.85rem; color:var(--ink); cursor:pointer; padding:0;}
.llev-dp-day:hover{background:var(--paper);}
.llev-dp-day.out{visibility:hidden;}
.llev-dp-day.past{color:#C4CEDD; cursor:not-allowed;}
.llev-dp-day.past:hover{background:transparent;}
.llev-dp-day.today{font-weight:700; color:var(--teal-deep);}
.llev-dp-day.inr{background:#E3F5F0; border-radius:0;}
.llev-dp-day.sels,.llev-dp-day.sele{background:var(--teal); color:#fff; font-weight:600;}
.llev-dp-day.sels{border-radius:9px 0 0 9px;}
.llev-dp-day.sele{border-radius:0 9px 9px 0;}
.llev-dp-day.sels.sele{border-radius:9px;}
/* Draggable time range slider */
.llev-ts{border:1.5px solid var(--line); border-radius:14px; padding:20px 14px 12px; background:#fff;}
.llev-ts-track{position:relative; height:6px; background:var(--line); border-radius:6px; margin:10px 12px 12px; touch-action:none;}
.llev-ts-range{position:absolute; top:0; bottom:0; background:var(--teal); border-radius:6px; cursor:grab; touch-action:none;}
.llev-ts-handle{position:absolute; top:50%; transform:translate(-50%,-50%); width:24px; height:24px; border-radius:50%; background:#fff; border:3px solid var(--teal); box-shadow:0 2px 8px rgba(14,27,61,.18); cursor:grab; padding:0; touch-action:none;}
.llev-ts-handle::after{content:""; position:absolute; inset:-14px;}
.llev-ts-handle:active,.llev-ts-range:active{cursor:grabbing;}
.llev-ts-labels{display:flex; justify-content:space-between; font-size:.7rem; color:var(--slate); margin:0 6px;}
.llev-ts-read{display:flex; align-items:center; gap:20px; flex-wrap:wrap; font-size:.88rem; color:var(--ink); margin-top:10px;}
.llev-ts-read b{font-family:'Outfit',sans-serif; color:var(--navy);}
.llev-ts-tip{font-size:.74rem; color:var(--slate); margin-left:auto;}
.llev-review{background:var(--paper); border:1px solid var(--line); border-radius:14px; padding:16px; display:grid; gap:8px; font-size:.88rem;}
.llev-review b{color:var(--navy);}
.llev-mfoot{display:flex; justify-content:space-between; gap:10px; padding:16px 24px 22px; border-top:1px solid var(--line); flex:none;}
.llev-success{text-align:center; padding:30px 10px;}
.llev-success .tick{width:64px; height:64px; border-radius:50%; background:var(--teal); color:#fff; display:flex; align-items:center; justify-content:center; margin:0 auto 18px;}
.llev-success h4{font-size:1.25rem; color:var(--navy); margin-bottom:8px;}
.llev-success p{color:var(--slate); font-size:.92rem; max-width:40ch; margin:0 auto;}
.llev-radio{display:grid; gap:9px; margin-top:2px;}
.llev-feedask{margin-top:22px; background:var(--paper); border:1px solid var(--line); border-radius:14px; padding:16px; text-align:left;}
.llev-feedask p{color:var(--ink); font-size:.9rem; max-width:none; margin:0 0 12px;}
.llev-feedask .row{display:flex; gap:10px; flex-wrap:wrap;}
.llev-feeddone{display:inline-flex; align-items:center; gap:7px; margin-top:18px; color:var(--teal-deep); font-weight:600; font-size:.9rem;}

/* Map preview + advanced pin */
.llev-map{margin-top:10px; border-radius:14px; overflow:hidden; border:1.5px solid var(--line);}
.llev-map iframe{display:block; width:100%; height:200px; border:0;}
.llev-adv{margin-top:12px;}
.llev-adv summary{cursor:pointer; list-style:none; font-family:'Outfit',sans-serif; font-weight:600; font-size:.8rem; color:var(--teal-deep);}
.llev-adv summary::-webkit-details-marker{display:none;}
.llev-adv summary::before{content:"+ ";}
.llev-adv[open] summary::before{content:"\2212 ";}
/* Address autocomplete */
.llev-ac{position:relative;}
.llev-acl{position:absolute; top:calc(100% + 5px); left:0; right:0; background:#fff; border:1.5px solid var(--line); border-radius:12px; box-shadow:0 14px 34px rgba(14,27,61,.14); z-index:30; max-height:224px; overflow:auto;}
.llev-acl button{display:block; width:100%; text-align:left; border:0; background:#fff; padding:10px 13px; font:inherit; cursor:pointer; border-bottom:1px solid var(--paper);}
.llev-acl button:last-child{border-bottom:0;}
.llev-acl button:hover{background:var(--paper);}
.llev-acl b{display:block; font-size:.86rem; color:var(--ink); font-weight:600;}
.llev-acl span{font-size:.74rem; color:var(--slate);}
/* Day sheet: competing time slots */
.llev-tg{display:flex; align-items:center; gap:10px; margin:18px 0 10px; font-family:'Outfit',sans-serif; font-weight:700; font-size:1rem; color:var(--navy);}
.llev-tg::after{content:""; flex:1; height:1px; background:var(--line);}
.llev-clash{background:#B84A6B; color:#fff; border-radius:999px; font-size:.66rem; font-weight:700; letter-spacing:.05em; text-transform:uppercase; padding:4px 11px;}
.llev-daymore{display:block; margin:16px auto 4px;}
.llev-dayfilt{background:#F1F6FB; border:1px solid #DCE7F2; border-radius:11px; padding:9px 12px; font-size:.8rem; color:var(--slate); margin:0 0 6px;}
.llev-dayfilt button{border:0; background:none; color:var(--teal-deep); font-weight:600; font-family:'Outfit',sans-serif; font-size:.8rem; cursor:pointer; text-decoration:underline; padding:0;}
/* Report button + tooltip */
.llev-mreport{margin-top:16px; border-top:1px solid var(--line); padding-top:12px; text-align:right;}
.llev-report{position:relative; border:0; background:none; color:var(--slate); font-family:'Outfit',sans-serif; font-weight:600; font-size:.8rem; display:inline-flex; align-items:center; gap:6px; padding:6px 2px; cursor:pointer;}
.llev-report:hover{color:#B84A6B;}
.llev-report[disabled]{color:var(--teal-deep); cursor:default;}
.llev-tip{position:absolute; bottom:calc(100% + 9px); right:0; width:236px; background:var(--navy); color:#fff; font-family:'DM Sans',sans-serif; font-weight:400; font-size:.74rem; line-height:1.45; padding:9px 12px; border-radius:10px; opacity:0; pointer-events:none; transform:translateY(4px); transition:opacity .15s ease, transform .15s ease; text-align:left; z-index:5;}
.llev-tip::after{content:""; position:absolute; top:100%; right:16px; border:6px solid transparent; border-top-color:var(--navy);}
.llev-report:hover .llev-tip,.llev-report:focus-visible .llev-tip{opacity:1; transform:none;}

/* ---------- Pre-footer ---------- */
.llev-pref{background:linear-gradient(150deg,#071224 0%,#10264A 48%,#124B57 100%); color:#fff; padding:64px 0; text-align:center;}
.llev .llev-pref h2{font-size:clamp(1.5rem,3vw,2.1rem); font-weight:700; color:#fff!important;}
.llev .llev-pref h2 em{color:var(--gold)!important;}
.llev-pref h2 em{font-family:'Fraunces',serif; font-style:italic; font-weight:600;}
.llev-pref p{color:rgba(255,255,255,.78); margin:12px auto 26px; max-width:52ch;}

/* ---------- Responsive ---------- */
@media (max-width:960px){
  .llev-hero .wrap{grid-template-columns:1fr;}
  .llev-hero-card{max-width:520px;}
  .llev-how-grid{grid-template-columns:1fr;}
  .llev-week{grid-template-columns:1fr; }
  .llev-wcol{min-height:0; border-right:0; border-bottom:1px solid var(--line);}
  .llev-wcol:last-child{border-bottom:0;}
  .llev-whead{display:flex; align-items:center; gap:10px; text-align:left;}
}
@media (max-width:720px){
  .llev-hero{padding:40px 0 48px;}
  .llev-nav{margin-left:0; width:100%; justify-content:space-between;}
  .llev-search{max-width:none;}
  .llev-cell{min-height:60px; padding:5px 4px;}
  .llev-pill span{display:none;}
  .llev-pill{width:auto; padding:3px; border-radius:50%;}
  .llev-pill::before{content:""; width:7px; height:7px; border-radius:50%; background:rgba(255,255,255,.9); display:block;}
  .llev-chips .wrap{flex-wrap:nowrap; overflow-x:auto; -webkit-overflow-scrolling:touch;}
  .llev-chip{flex:none;}
  .llev-erow{grid-template-columns:1fr; gap:8px;}
  .llev-ebar{width:44px; height:4px;}
  .llev-2col{grid-template-columns:1fr;}
  .llev-ovl{padding:76px 12px 24px;}
  .llev-modal{max-height:calc(100vh - 100px); max-height:calc(100dvh - 100px);}
  /* Mobile-first touch ergonomics */
  .llev-f input[type=text],.llev-f input[type=url],.llev-f input[type=date],.llev-f input[type=time],.llev-f select,.llev-f textarea{font-size:16px;}
  .llev-dp-day{height:42px; font-size:.95rem;}
  .llev-ts-track{height:8px;}
  .llev-ts-handle{width:28px; height:28px;}
  .llev-pinrow{flex-wrap:wrap;}
  .llev-pinrow .llev-btn{width:100%; justify-content:center;}
  .llev-subchip{padding:9px 15px;}
}
@media (prefers-reduced-motion:reduce){
  .llev *,.llev *::before,.llev *::after{animation:none!important; transition:none!important;}
}

/* ===== 1.7.0 · Exercise Book hero (llevx) ===== */
.llevx-hero{background:linear-gradient(160deg,#F6F1E4 0%,#EFE8D6 58%,#E9DFC9 100%); padding:52px 0 60px; position:relative; overflow:hidden; width:100vw; left:50%; margin-left:-50vw; box-sizing:border-box;}
.llevx-hero::after{content:""; position:absolute; inset:0; background:radial-gradient(90% 70% at 50% 0%, rgba(255,255,255,.55), transparent 60%); pointer-events:none;}
.llevx-wrap{position:relative; z-index:1; display:block; max-width:1120px; margin:0 auto; padding:0 20px;}
.llevx-book{position:relative; max-width:1080px; margin:0 auto;}
.llevx-pb{position:absolute; inset:0; background:#EFE8D6; border-radius:6px 16px 16px 6px; box-shadow:0 14px 30px -18px rgba(58,42,5,.35);}
.llevx-pb1{transform:rotate(.9deg) translate(6px,7px); opacity:.9;}
.llevx-pb2{transform:rotate(-.7deg) translate(-4px,12px); opacity:.7;}
.llevx-page{position:relative; background:#FDFAF2; border-radius:6px 16px 16px 6px; padding:48px 46px 44px 92px; overflow:hidden; box-shadow:0 34px 60px -26px rgba(58,42,5,.38), 0 12px 24px -14px rgba(58,42,5,.25), inset 0 1px 0 #fff;}
.llevx-grain{position:absolute; inset:0; pointer-events:none; opacity:.05; mix-blend-mode:multiply; background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/></filter><rect width='140' height='140' filter='url(%23n)' opacity='.9'/></svg>");}
.llevx-rules{position:absolute; inset:0; pointer-events:none; background:repeating-linear-gradient(to bottom, transparent 0 31px, rgba(14,159,139,.15) 31px 32px); background-position:0 14px; -webkit-mask-image:linear-gradient(to right,#000 80%,transparent 99%); mask-image:linear-gradient(to right,#000 80%,transparent 99%);}
.llevx-margin{position:absolute; top:0; bottom:0; left:66px; width:2px; background:rgba(184,74,107,.45); pointer-events:none;}
.llevx-hole{position:absolute; left:24px; width:20px; height:20px; border-radius:50%; background:radial-gradient(circle at 40% 32%, #D9D0BA 0%, #C9BFA6 70%); box-shadow:inset 0 2px 3px rgba(58,42,5,.35), 0 1px 0 rgba(255,255,255,.8);}
.llevx-ho1{top:18%;} .llevx-ho2{top:72%;}
.llevx-tape{position:absolute; width:120px; height:30px; background:rgba(14,159,139,.30); box-shadow:0 2px 5px rgba(58,42,5,.16); clip-path:polygon(3% 0,97% 2%,100% 22%,98% 100%,2% 98%,0 74%); pointer-events:none;}
.llevx-tp1{top:-12px; left:130px; transform:rotate(-5deg);}
.llevx-star{position:absolute; top:22px; right:34px; width:88px; height:88px; transform:rotate(11deg); filter:drop-shadow(0 8px 14px rgba(58,42,5,.30)); z-index:4;}
.llevx-star .llevx-lbl{position:absolute; inset:0; display:grid; place-items:center; font-family:'Outfit',sans-serif; font-weight:800; font-size:.5rem; letter-spacing:.07em; color:#6B4A08; text-transform:uppercase; text-align:center; line-height:1.25; padding:17px;}
.llevx-shine{position:absolute; inset:-6px; border-radius:50%; pointer-events:none; background:linear-gradient(115deg, transparent 42%, rgba(255,255,255,.75) 50%, transparent 58%); mix-blend-mode:screen; animation:llevxShine 5.5s ease-in-out infinite;}
@keyframes llevxShine{0%,55%{transform:translateX(-120%);}75%,100%{transform:translateX(120%);}}
.llevx-in{position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr); gap:44px; align-items:center;}
.llevx-eb{color:#0B8676;}
.llev .llevx-page h1{font-size:clamp(1.95rem,4.2vw,2.95rem); font-weight:800; letter-spacing:-.015em; color:#0E1B3D!important; line-height:1.16; text-shadow:0 1px 0 #fff;}
.llev .llevx-page h1 em{color:#0B8676!important; font-family:'Fraunces',serif; font-style:italic; font-weight:600;}
.llevx-uw{position:relative; white-space:nowrap;}
.llevx-uw svg{position:absolute; left:-2%; right:0; bottom:-10px; width:104%; height:12px;}
.llevx-uw svg path{stroke-dasharray:1; stroke-dashoffset:1; animation:llevxDraw 1.1s ease .5s forwards;}
@keyframes llevxDraw{to{stroke-dashoffset:0;}}
.llevx-page .llevx-sub{color:#54503F; max-width:52ch;}
.llevx-page .llevx-ghost{border-color:#CDC2A4; color:#54503F; background:rgba(255,255,255,.45);}
.llevx-page .llevx-ghost:hover{border-color:#0B8676; color:#0B8676; background:rgba(255,255,255,.7);}
.llevx-page .llevx-note-line{color:#8A8168;}
.llevx-page .llevx-note-line svg{stroke:#0B8676;}
.llevx-notecard{background:#FFFDF6; border:1px solid #EFE7D2; border-radius:14px; padding:20px; backdrop-filter:none; transform:rotate(1.4deg); box-shadow:0 16px 32px -16px rgba(58,42,5,.30); position:relative;}
.llevx-tpn{top:-14px; left:50%; transform:translateX(-50%) rotate(-3deg); background:rgba(224,180,92,.38); width:104px;}
.llevx-notecard h3{color:#0B8676;}
.llevx-notecard .llev-hc-row{background:rgba(14,159,139,.07);}
.llevx-notecard .llev-hc-date b{color:#0E1B3D;}
.llevx-notecard .llev-hc-date span{color:#8A8168;}
.llevx-notecard .llev-hc-txt b{color:#0E1B3D;}
.llevx-notecard .llev-hc-txt span{color:#54503F;}
@media (max-width:880px){
  .llevx-hero{padding:34px 0 44px;}
  .llevx-in{grid-template-columns:1fr; gap:30px;}
  .llevx-page{padding:38px 20px 34px 56px;}
  .llevx-margin{left:38px;}
  .llevx-hole{left:9px; width:14px; height:14px;}
  .llevx-star{width:62px; height:62px; top:12px; right:14px;}
  .llevx-star .llevx-lbl{font-size:.38rem; padding:12px;}
  .llevx-tp1{left:44px;}
  .llevx-notecard{max-width:520px; transform:rotate(.8deg);}
}
@media (prefers-reduced-motion:reduce){
  .llevx-shine{animation:none; opacity:0;}
  .llevx-uw svg path{animation:none; stroke-dashoffset:0;}
}