@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";:root{--green:#0b8068;--gold:#bf8b13;--dark:#0f172a;--muted:#64748b;--soft:#f0f0f0;--card-dark:#41464abe}*{box-sizing:border-box}body{color:var(--dark);background:#f6f7f9;margin:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}button,input,textarea,select{font:inherit}.app-shell{grid-template-columns:300px minmax(0,1fr);gap:28px;max-width:1600px;margin:0 auto;padding:28px;display:grid}.sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:30px;height:calc(100vh - 56px);padding:20px;position:sticky;top:28px;overflow:auto;box-shadow:0 14px 30px #0f172a0f}.brand{align-items:center;gap:12px;font-size:18px;display:flex}.brand span{background:var(--green);color:#fff;border-radius:14px;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.session-label{color:var(--muted);margin-top:10px;font-size:13px}.progress{background:#e2e8f0;border-radius:999px;height:9px;margin:18px 0;overflow:hidden}.progress div{background:var(--dark);border-radius:inherit;height:100%;transition:width .35s}.sidebar nav{gap:8px;display:grid}.sidebar button{color:#334155;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:18px;align-items:center;gap:12px;width:100%;padding:13px 14px;transition:all .25s;display:flex}.sidebar button:hover{background:#f1f5f9}.sidebar button.active{background:var(--dark);color:#fff;box-shadow:0 12px 24px #0f172a29}.content{gap:22px;min-width:0;display:grid}.banner{z-index:10;background:#fff;border:1px solid #e2e8f0;border-radius:28px;width:100%;display:block;position:sticky;top:18px;box-shadow:0 14px 30px #0f172a14}.page-card{background:#fff;border:1px solid #e2e8f0;border-radius:34px;padding:34px;box-shadow:0 14px 30px #0f172a0f}.fade{animation:.28s fade}@keyframes fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}h1{letter-spacing:-.04em;margin:0 0 18px;font-size:clamp(2rem,4vw,4.25rem);line-height:1.08}h2{letter-spacing:-.025em;margin:0 0 14px;font-size:clamp(1.5rem,2.4vw,2.5rem);line-height:1.16}h3{margin:0 0 8px}p{color:#475569;font-size:1.02rem;line-height:1.72}.lead{color:#334155;font-size:1.25rem}.strong{color:#1e293b;font-weight:700}.eyebrow{color:var(--green);text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px;font-size:.9rem;font-weight:800}.section-title{align-items:center;gap:14px;margin:4px 0 18px;display:flex}.section-title span,.objective .icon{width:58px;height:58px;color:var(--green);background:#f1f5f9;border:1px solid #e2e8f0;border-radius:18px;flex:none;place-items:center;font-size:28px;display:grid}.section-title.small span{width:48px;height:48px;font-size:22px}.section-title h1,.section-title h2{margin:0}.objective{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:28px;align-items:flex-start;gap:20px;margin:28px 0;padding:26px;display:flex}.objective p{margin:0}.learning-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin:26px 0;display:grid}.learning-grid div{text-align:center;background:#f1f5f9;border-radius:26px;padding:28px 16px;font-size:clamp(1.2rem,2vw,2rem);font-weight:900}.learning-grid span{transition:color .25s,text-shadow .25s}.learning-grid div:hover span{color:var(--green);text-shadow:0 0 18px #0b806840}.idea{background:var(--gold);color:#fff;border-radius:28px;gap:20px;margin:30px 0;padding:28px;display:flex}.idea span{font-size:32px}.idea h2,.idea p,.idea li{color:#fff}.idea.no-emoji{display:block}.good{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:28px;gap:18px;margin:26px 0;padding:26px;display:flex}.good>span{width:54px;height:54px;color:var(--green);background:#fff;border-radius:18px;flex:none;place-items:center;font-size:28px;display:grid}.good h2{color:#064e3b}.good p{color:#065f46}.image-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;margin:16px 0;padding:12px;overflow:hidden}.image-box img{border-radius:18px;width:100%;height:auto;display:block}.compact-img{max-width:560px;margin-left:auto;margin-right:auto}.flip-grid,.hover-grid,.edit-grid,.field-grid,.mini-grid,.link-grid{gap:16px;display:grid}.flip-grid,.hover-grid{grid-template-columns:repeat(2,1fr)}.hover-grid.three,.edit-grid,.field-grid,.link-grid{grid-template-columns:repeat(3,1fr)}.mini-grid{grid-template-columns:repeat(2,1fr)}.disclosure{background:var(--card-dark);color:#fff;text-align:left;cursor:pointer;border:0;border-radius:24px;min-height:170px;padding:22px;transition:all .22s}.disclosure:hover{transform:translateY(-3px);box-shadow:0 14px 25px #0f172a26}.disclosure div:first-child{justify-content:space-between;align-items:center;display:flex}.disclosure p{color:#ffffffdb;font-size:.95rem}.hover-card,.hover-button,.edit-card{text-align:left;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;padding:24px;transition:all .25s}.hover-card:hover,.hover-button:hover,.edit-card:hover{background:var(--gold);color:#fff;transform:translateY(-4px);box-shadow:0 15px 28px #0f172a1f}.hover-card:hover h3,.hover-card:hover p,.hover-button:hover h3,.hover-button:hover p,.hover-button:hover small,.edit-card:hover h3,.edit-card:hover p,.edit-card:hover small{color:#fff}.hover-button small,.edit-card small{color:var(--green);font-weight:800}.edit-card span{background:#fff;border-radius:16px;place-items:center;width:48px;height:48px;margin-bottom:14px;font-size:24px;display:grid}.steps{gap:18px;margin:22px 0;display:grid}.steps.compact{gap:12px}.step{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:22px;box-shadow:0 8px 18px #0f172a0a}.step-head{align-items:flex-start;gap:16px;display:flex}.step-head>span,.number-info>span{background:var(--green);color:#fff;border-radius:999px;flex:none;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.step h3,.number-info h3{margin-bottom:4px}.step p,.number-info p{margin:0}.subcard,.note,.checklist,.materials{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:28px;margin:24px 0;padding:26px}.subcard.gray{background:var(--soft)}.note code,.mini-grid code{white-space:normal;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;font-weight:700;display:block}.checklist p{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin:8px 0;padding:14px 16px}.number-info,.info-tile{background:#fff;border:1px solid #e2e8f0;border-radius:18px;align-items:flex-start;gap:14px;padding:16px;display:flex}.info-tile{display:block}.info-tile h3{color:#0f172a}.materials a{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:20px 46px 20px 20px;text-decoration:none;transition:all .25s;display:block;position:relative}.materials a:hover{border-color:var(--green);transform:translateY(-3px);box-shadow:0 12px 24px #0f172a14}.materials a:hover strong{color:var(--green)}.materials a span{color:var(--green);font-weight:900;position:absolute;top:18px;right:18px}.table-wrap{border:1px solid #e2e8f0;border-radius:20px;margin:18px 0;overflow-x:auto}table{border-collapse:collapse;background:#fff;width:100%}th{color:#fff;text-align:left;background:#0f172a;padding:14px}td{color:#475569;border-top:1px solid #e2e8f0;padding:14px}td code{color:#0f172a;font-weight:800}.pager{justify-content:space-between;align-items:center;gap:16px;display:flex}.pager button{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:16px;padding:12px 18px;font-weight:700}.pager button:disabled{opacity:.4;cursor:not-allowed}.pager span{color:#64748b;text-align:center;font-weight:600}.modal-backdrop{z-index:1000;background:#0f172aa6;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:28px;width:min(1100px,100%);max-height:92vh;overflow:auto;box-shadow:0 25px 70px #00000059}.modal-head{z-index:2;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:18px;padding:20px 24px;display:flex;position:sticky;top:0}.modal-head h2{margin:0}.modal-head button{cursor:pointer;background:#f1f5f9;border:0;border-radius:999px;width:42px;height:42px;font-size:28px;line-height:1}.modal-body{padding:24px}.modal-body ul{color:#475569;line-height:1.8}.modal-block{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:24px;margin-bottom:18px;padding:20px}.primary-link{color:#fff;background:#0f172a;border-radius:16px;padding:14px 18px;font-weight:800;text-decoration:none;display:inline-flex}@media (width<=1100px){.app-shell{grid-template-columns:1fr;padding:16px}.sidebar{height:auto;position:static}.sidebar nav{grid-template-columns:repeat(2,1fr)}.banner{position:static}.hover-grid.three,.edit-grid,.field-grid,.link-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.page-card{border-radius:24px;padding:22px}.objective,.idea,.good{flex-direction:column}.learning-grid,.flip-grid,.hover-grid,.hover-grid.three,.edit-grid,.field-grid,.mini-grid,.link-grid,.sidebar nav{grid-template-columns:1fr}.pager{flex-direction:column}.pager button,.pager span{width:100%}}
