@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@400;600;700&family=Playfair+Display:ital,wght@1,700&display=swap');*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f5f3ed;color:#142f3d;font-family:'IBM Plex Sans Thai',system-ui,sans-serif}button,input,select{font:inherit}button{cursor:pointer}header{background:#082f49;color:white;padding:22px max(5vw,24px) 64px;border-radius:0 0 44px 44px}nav{display:flex;justify-content:space-between;align-items:center;gap:25px;max-width:1180px;margin:auto}nav img{height:58px;max-width:48%;object-fit:contain;background:white;border-radius:10px;padding:5px}.brand{font-weight:700}.brand span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#f4a261;color:#082f49;margin-right:9px}.hero{max-width:1180px;margin:50px auto 0;display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}.eyebrow,small{letter-spacing:.13em;font-weight:700;color:#efb66e}.hero h1{font-size:clamp(44px,6vw,78px);line-height:1;margin:12px 0}.hero h1 em{font-family:'Playfair Display',serif;color:#92d2c3}.hero p{font-size:18px;line-height:1.7}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.actions button,.unithead button,.creator button{border:0;border-radius:999px;padding:12px 22px;background:#f4a261;color:#082f49;font-weight:700}.actions .ghost{background:transparent;color:white;border:1px solid #ffffff77}.progress{background:#fff;color:#142f3d;border-radius:28px;padding:20px;display:flex;align-items:center;gap:15px}.progress img{width:46%;max-height:220px;object-fit:contain}.progress strong{font-size:50px;color:#087f71}.studio,.collection,.challenge{max-width:1180px;margin:60px auto;padding:0 24px}.title{display:flex;align-items:end;gap:18px;justify-content:space-between;flex-wrap:wrap}.title h2,.collection h2,.challenge h2{font-size:38px;margin:5px 0}.title input,.title select,.creator input{border:1px solid #cad4d4;background:#fff;border-radius:12px;padding:12px 15px}.tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:9px;margin:24px 0}.tabs button{background:white;border:0;border-top:5px solid var(--u);border-radius:12px;padding:13px;text-align:left;min-height:115px}.tabs button.active{outline:3px solid var(--u);transform:translateY(-3px)}.tabs b,.tabs span,.tabs small{display:block}.tabs b{font-size:22px}.tabs span{font-weight:700;font-size:13px}.tabs small{color:#62747c;letter-spacing:0}.unithead{display:flex;align-items:center;justify-content:space-between;border-left:9px solid;border-radius:14px;background:#fff;padding:18px 22px;margin-bottom:20px}.unithead h2{margin:2px 0}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.cards article,.customcard{background:#fff;border-radius:18px;padding:20px;box-shadow:0 9px 24px #15313d0d}.cardtop{display:flex;justify-content:space-between;color:#829097}.sound{background:#e7f7f3;border:0;border-radius:50%;width:42px;height:42px}.cards h3,.customcard h3{font-size:30px;margin:0}.meaning{color:#087f71;font-weight:700}.status{border:0;border-radius:999px;padding:6px 12px}.status.new{background:#e7edf0}.status.practising{background:#fff0c4}.status.mastered{background:#d5f2e5;color:#08714f}blockquote{margin:16px 0;padding-left:14px;border-left:3px solid #f4a261;font-style:italic}.task{background:#eef6f5;border-radius:12px;padding:12px}.task b{color:#087f71;margin-right:7px}.reviews{display:flex;gap:12px;flex-wrap:wrap;margin-top:15px;font-size:13px}.collection{background:#dceee9;border-radius:30px;padding:35px}.creator{display:grid;grid-template-columns:1fr 1fr 1.5fr auto;gap:10px;margin:22px 0}.customcard{display:flex;justify-content:space-between;align-items:center;margin:12px 0}.customcard>div:last-child{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.customcard button,.upload{border:0;border-radius:999px;padding:8px 14px;background:#fff;display:inline-block}.upload input{display:none}.delete{color:#a32e2e!important}.empty{padding:25px;border:2px dashed #91aca5;border-radius:14px;text-align:center}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.steps div{background:#fff;padding:20px;border-radius:16px}.steps b{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#082f49;color:#fff}footer{background:#082f49;color:white;padding:35px max(5vw,24px);text-align:center}footer p{margin:5px}#toast{position:fixed;right:20px;bottom:20px;background:#142f3d;color:#fff;padding:12px 18px;border-radius:12px;opacity:0;transform:translateY(20px);transition:.2s;pointer-events:none}#toast.show{opacity:1;transform:none}@media(max-width:850px){.hero{grid-template-columns:1fr}.tabs{grid-template-columns:repeat(2,1fr)}.cards{grid-template-columns:1fr}.creator{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}nav{align-items:flex-start}.progress{max-width:520px}}@media(max-width:520px){header{padding-inline:18px}.hero h1{font-size:43px}.progress{align-items:flex-end}.progress img{width:42%}.title input{width:100%}.tabs button{min-height:98px}.collection{margin-inline:12px;padding:25px 18px}.customcard{display:block}.steps{grid-template-columns:1fr 1fr}nav img{height:48px}.brand{font-size:13px}}