
.lhck{position:fixed;inset:0;z-index:99990;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(26,26,46,.55);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}
.lhck.is-open{display:flex}
.lhck__card{position:relative;max-width:600px;width:100%;max-height:88vh;overflow:auto;background:#fff;border:1px solid #efe6fb;border-radius:26px;box-shadow:0 30px 80px rgba(107,47,160,.28);padding:30px 26px 22px;display:flex;flex-direction:column;animation:lhckIn .26s cubic-bezier(.2,.8,.2,1)}
.lhck__card::before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#6B2FA0,#7C3AED 45%,#E91E63)}
@keyframes lhckIn{from{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}
.lhck__close{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:999px;border:0;background:#f3eefb;color:#6B2FA0;font-size:18px;cursor:pointer;line-height:1}
.lhck__close:hover{background:#e7dcff}
.lhck__main{min-width:0}
.lhck__title{font-family:'Fredoka',sans-serif;font-weight:600;font-size:1.45rem;margin:0 0 8px;padding-right:34px;background:linear-gradient(90deg,#6B2FA0,#E91E63);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#6B2FA0}
.lhck__text{font-family:'Nunito',sans-serif;font-size:.94rem;line-height:1.6;color:#4A4A6A;margin:0}
.lhck__text a{color:#6B2FA0;font-weight:700}
.lhck__toggle{margin-top:12px;background:none;border:0;color:#6B2FA0;font-weight:800;font-family:'Nunito',sans-serif;cursor:pointer;padding:0;font-size:.9rem}
.lhck__actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:flex-end;margin-top:18px;border-top:1px solid #f0ecf8;padding-top:16px}
.lhck__btn{font-family:'Fredoka',sans-serif;font-weight:600;border-radius:999px;padding:12px 22px;cursor:pointer;border:2px solid transparent;font-size:.95rem;line-height:1}
.lhck__btn--accept{background:linear-gradient(135deg,#6B2FA0,#7C3AED);color:#fff;box-shadow:0 10px 24px rgba(107,47,160,.32);transition:transform .14s ease,box-shadow .2s ease}
.lhck__btn--accept:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(107,47,160,.4)}
.lhck__btn--ghost{background:#fff;border-color:#d9c8ff;color:#6B2FA0}
.lhck__btn--ghost:hover{background:#f6f0ff}
.lhck__btn--save{background:linear-gradient(135deg,#E91E63,#FF5A3C);color:#fff;box-shadow:0 10px 24px rgba(233,30,99,.3)}
.lhck__details{margin-top:14px;border-top:1px solid #eee;padding-top:14px}
.lhck__cat{margin-bottom:16px}
.lhck__cathead{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px}
.lhck__catname{font-family:'Fredoka',sans-serif;font-weight:600;color:#1A1A2E;font-size:1rem}
.lhck__catdesc{font-family:'Nunito',sans-serif;font-size:.84rem;color:#4A4A6A;margin:0 0 8px}
.lhck__sw{font-size:.82rem;color:#4A4A6A;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-family:'Nunito',sans-serif;font-weight:700}
.lhck__tablewrap{overflow-x:auto;border:1px solid #f0ecf8;border-radius:12px}
.lhck table{width:100%;border-collapse:collapse;font-family:'Nunito',sans-serif;font-size:.83rem;min-width:480px}
.lhck th,.lhck td{text-align:left;padding:8px 10px;border-bottom:1px solid #f4f0fb;vertical-align:top}
.lhck tr:last-child td{border-bottom:0}
.lhck th{color:#6B2FA0;font-weight:800;font-size:.68rem;text-transform:uppercase;letter-spacing:.04em;background:#faf7ff}
.lhck td code{background:#faf7ff;border:1px solid #ece3fb;border-radius:6px;padding:1px 5px;font-size:.85em;word-break:break-word}
@media(max-width:560px){.lhck{padding:10px}.lhck__card{padding:20px 18px;border-radius:18px}.lhck__actions{justify-content:stretch}.lhck__btn{flex:1 1 auto;text-align:center}}
