@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap");:root{--ink:#10264c;--accent:#ed572d;--warm:#fff6ee;--line:#e9e5df;--muted:#69768a;--cream:#fffcf8}*{box-sizing:border-box}body{margin:0;background:var(--cream);font-family:Noto Sans KR,sans-serif;font-size:16px;line-height:1.65}button,input,select,textarea{font:inherit}a,button,input,select,textarea{touch-action:manipulation}a,button{cursor:pointer}a{text-decoration:none}a,button{color:inherit}a:focus-visible,button:focus-visible{outline:3px solid #1256ad;outline-offset:4px}button{border:0}header{height:90px;display:flex;align-items:center;gap:35px;padding:0 4%;border-bottom:1px solid var(--line);background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:20}.brand{font-size:29px;font-weight:900;letter-spacing:-1.5px;white-space:nowrap}.brand b{color:var(--accent);margin-right:8px}nav{display:flex;gap:25px;margin:auto}nav a{font-size:15px;font-weight:700;white-space:nowrap;position:relative}nav a.active{color:var(--accent)}nav a.active:after{content:"";height:3px;background:var(--accent);position:absolute;bottom:-28px;left:0;right:0}.profile{display:flex;align-items:center;gap:8px;font-size:13px;background:#fff2e8;border-radius:99px;padding:9px 16px;white-space:nowrap}.avatar{border-radius:50%;background:#f8cfb4;width:30px;height:30px;display:inline-grid;place-items:center}.wrap{max-width:1400px;margin:auto;padding:35px 4% 65px}.eyebrow{color:var(--accent);font-size:13px;letter-spacing:1.3px;font-weight:800;text-transform:uppercase}.topline{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}.topline .crumb{font-size:13px;color:var(--muted)}.badge{display:inline-flex;border-radius:7px;background:#edf1f5;color:#5b6b80;font-weight:600}.badge.orange{background:#fff0e5;color:#ca4c27}.badge.green{background:#e8f2ec;color:#3b7357}h1,h2,h3,p{margin-top:0}h1{font-size:40px;line-height:1.28;letter-spacing:-1.8px;margin-bottom:18px}h2{font-size:25px;letter-spacing:-.7px;margin-bottom:20px}h2,h3{font-weight:800}h3{font-size:19px;line-height:1.5;margin-bottom:9px}p{margin-bottom:16px}.muted{color:var(--muted)}.lead{font-size:18px;color:#50607b}.btn{background:var(--accent);color:#fff;display:inline-flex;justify-content:center;align-items:center;gap:9px;min-height:45px;padding:11px 24px;border-radius:99px;font-weight:700;transition:.18s}.btn:hover{background:#d94722;transform:translateY(-1px)}.btn.secondary{border:1px solid var(--line)}.btn.outline{background:transparent;color:var(--accent);border:1px solid var(--accent)}.btn.small{padding:7px 16px;font-size:13px}.btn:disabled{opacity:.5;cursor:wait}.textbtn{background:none;padding:3px 0;color:var(--muted)}.textbtn:hover{color:var(--accent)}.actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.panel{background:white;border:1px solid var(--line);border-radius:18px;padding:25px}.soft{background:var(--warm)}.grid{display:grid;grid-gap:22px;gap:22px}.two{grid-template-columns:1fr 1fr}.three{grid-template-columns:repeat(3,1fr)}.four{grid-template-columns:repeat(4,1fr)}.six{grid-template-columns:repeat(6,1fr)}.section{margin-top:42px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.hero{display:grid;grid-template-columns:.85fr 1.4fr;min-height:390px;background:#fff3e9;overflow:hidden}.hero,.hero-copy{position:relative}.hero-copy{padding:42px 0 40px 8%;z-index:1;align-self:center}.hero h1{font-size:48px;line-height:1.22}.hero h1 em{font-style:normal;color:var(--accent)}.hero-img{width:100%;height:100%;min-height:390px;object-fit:cover;-webkit-mask-image:linear-gradient(90deg,transparent,black 16%);mask-image:linear-gradient(90deg,transparent,black 16%)}.hero .lead{font-size:16px}.hero .actions{margin-top:22px}.mini-steps{gap:14px;margin-top:28px;font-size:12px;font-weight:600;color:#886959}.mini-steps span{display:flex;flex-direction:column;align-items:center;gap:5px}.mini-steps b{font-size:20px;color:var(--accent)}.continue{display:flex;gap:22px;align-items:center;padding:22px;border-radius:17px;background:linear-gradient(90deg,#f9e0d1,#fff5eb);margin-top:26px}.continue img{width:66px;height:83px;object-fit:cover;border-radius:5px}.continue h3{margin:0 0 4px}.continue .btn{margin-left:auto}.book-card{transition:.2s;border-radius:14px;padding:14px;background:#fff;border:1px solid var(--line)}.book-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px #21355312}.cover{position:relative;aspect-ratio:3/4;border-radius:3px 11px 11px 3px;overflow:hidden;box-shadow:4px 6px 13px #172f4626;background:#cfe3e3;border-left:5px solid #ffffff60}.cover img{width:100%;height:100%;object-fit:cover}.cover-title{position:absolute;inset:0;padding:17px 15px;background:linear-gradient(#fff9dfc9,transparent 65%);font-size:24px;line-height:1.35;font-weight:900;text-align:center;color:#12385a;letter-spacing:-1px}.cover .sample{position:absolute;bottom:10px;left:10px;font-size:10px;background:#fffdf4dc;padding:1px 6px;border-radius:3px}.tone1 img{filter:hue-rotate(38deg)}.tone2 img{filter:hue-rotate(170deg) saturate(.65)}.tone3 img{filter:sepia(.2) hue-rotate(310deg)}.book-card h3{font-size:16px;margin:13px 0 3px}.tags{display:flex;gap:5px;flex-wrap:wrap;margin:9px 0}.tag{font-size:11px;border-radius:20px;background:#f0f4f6;padding:3px 8px;color:#566c81}.gallery-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.gallery-card .art{width:100%;height:230px;object-fit:cover;display:block}.gallery-card .pair{display:flex;height:80px;gap:3px;margin-top:3px}.pair img{width:50%;object-fit:cover}.card-body{padding:17px}.card-body h3{font-size:17px}.gallery-card:hover{box-shadow:0 8px 24px #10264c0d}.filters{display:flex;flex-wrap:wrap;gap:8px}.chip{background:#f0f1f3;color:#69758a;border-radius:99px;padding:8px 17px}.chip.active{background:var(--accent);color:#fff}.search{display:flex;gap:8px;max-width:580px}input,select,textarea{width:100%;border:1px solid #dfe3e8;border-radius:10px;padding:11px 13px;background:#fff;color:var(--ink)}input:focus,select:focus,textarea:focus{outline:2px solid #ef8b6999;border-color:#ec926f}textarea{min-height:100px;resize:vertical}.field{display:block;margin-bottom:18px;font-size:14px;font-weight:700}.field input,.field select,.field textarea{display:block;margin-top:8px;font-weight:400}.steps{display:flex;margin:20px 0 30px;background:#fff;border:1px solid var(--line);padding:17px 10px;border-radius:14px;overflow:auto}.step{min-width:100px;text-align:center;font-size:13px;color:#7c8594;background:none}.step b{display:block;margin:0 auto 6px;background:#f3f1ee;border-radius:50%;height:27px;width:27px;line-height:27px;font-size:12px}.step.active{color:var(--accent);font-weight:800}.step.active b{color:white}.workspace{display:grid;grid-template-columns:1fr 1fr .8fr;grid-gap:18px;gap:18px}.image-panel{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;padding:16px}.image-panel img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:9px}.image-panel h3{font-size:16px;margin-bottom:12px}.compare-tip{margin-top:20px;font-size:14px;border-left:3px solid var(--accent);padding:10px 17px;background:#fff1e8}.style-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.style-opt{padding:6px;border:1px solid var(--line);background:white;border-radius:9px;font-size:12px}.style-opt img{width:100%;height:65px;object-fit:cover;border-radius:4px}.style-opt.active{border:2px solid var(--accent)}.reading{display:grid;grid-template-columns:2.5fr 1fr;grid-gap:24px;gap:24px}.spread{position:relative;background:#f4e7ce;padding:18px;border-radius:5px;box-shadow:0 12px 24px #17324a15}.spread img{display:block;width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:3px}.spread:after{content:"";position:absolute;width:2px;background:#754e3130;left:50%;top:18px;bottom:18px;box-shadow:3px 0 7px #583d3430}.story-text{position:absolute;left:8%;top:8%;right:8%;font-size:23px;font-weight:700;background:#fffff0df;padding:16px;border-radius:3px;white-space:pre-line}.reader-controls{display:flex;justify-content:center;gap:20px;align-items:center;margin:22px}.thumbnails{display:flex;gap:10px;overflow:auto}.thumb{width:80px;min-width:80px;background:#fff;border:2px solid transparent;border-radius:8px;padding:4px;font-size:12px}.thumb.active{border-color:var(--accent)}.thumb img{width:100%;height:65px;object-fit:cover}.empty{padding:40px;text-align:center;border:1px dashed #d2d4d6;border-radius:13px;background:#fff}.formcols{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:28px;gap:28px}.big-photo{width:100%;aspect-ratio:1.25;object-fit:cover;border-radius:15px}.question{padding:24px;background:#fff6ee;border-radius:14px}.question:nth-child(2){background:#fff9e8}.question:nth-child(3){background:#eff6f0}.question label{font-size:17px;font-weight:800}.question textarea{margin-top:15px;min-height:160px}.num{display:inline-grid;place-items:center;width:30px;height:30px;background:var(--accent);color:#fff;border-radius:50%;margin-right:8px}.format{border:2px solid var(--line);background:#fff;border-radius:16px;padding:17px}.format.active{border-color:var(--accent);background:#fff7f1}.format img{width:100%;aspect-ratio:.8;object-fit:cover;border-radius:7px}.format h3{margin:15px 0 5px}.format p{font-size:13px;color:var(--muted)}.editor{display:grid;grid-template-columns:125px 1fr 275px;grid-gap:20px;gap:20px}.page-strip{display:flex;flex-direction:column;gap:10px}.page-strip .thumb img{height:75px}.poster{position:relative;background:#fff4dc;min-height:450px;padding:20px;box-shadow:0 10px 20px #14274614;border-radius:4px;text-align:center}.poster img{width:100%;max-height:420px;object-fit:cover}.poster h2{margin:12px}.poster p{white-space:pre-wrap;margin:15px 0 5px}.progress{height:7px;background:#ede9e3;border-radius:30px;overflow:hidden;margin:10px 0}.progress i{height:100%;background:var(--accent);display:block}.admin{display:grid;grid-template-columns:200px 1fr;grid-gap:28px;gap:28px}.admin-nav{display:flex;flex-direction:column;gap:6px}.admin-nav a{padding:12px;border-radius:9px;font-size:14px}.admin-nav a.active{background:#ffecdf;color:var(--accent);font-weight:700}.tablewrap{overflow:auto}table{border-collapse:collapse;width:100%;min-width:620px;font-size:14px}td,th{text-align:left;padding:14px 12px;border-bottom:1px solid var(--line)}th{font-size:12px;background:#faf7f2;color:#728095}td img{width:35px;height:45px;object-fit:cover;border-radius:4px;vertical-align:middle;margin-right:9px}.stat{background:#fff;border:1px solid var(--line);padding:20px;border-radius:15px}.stat strong{font-size:29px;display:block}.note{color:var(--muted);padding:12px 17px;border-radius:9px;background:#f3f4f6;margin:16px 0}.checkline{display:flex;gap:9px;align-items:center;margin:9px 0;font-size:14px}.checkline input{width:17px;height:17px}.timeline{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:15px;gap:15px}.timeline .panel{padding:20px 16px}.timeline .num{margin-bottom:14px}.review-image{width:100%;max-height:450px;object-fit:cover;border-radius:15px}.quote{padding:30px;background:#fff3e8;border-radius:15px;font-size:21px}.sitemap-item{display:flex;gap:16px;align-items:center;padding:17px;border:1px solid var(--line);background:#fff;border-radius:12px}.sitemap-item:hover{border-color:var(--accent)}.sitemap-item b{color:var(--accent);font-size:20px}footer{border-top:1px solid var(--line);padding:30px 4%;display:flex;gap:26px;align-items:center;background:#fff}.small.brand{font-size:20px}footer span{margin-right:auto;color:var(--muted)}#toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%) translateY(90px);background:var(--ink);color:white;padding:13px 25px;border-radius:12px;z-index:80;transition:.2s;max-width:90%;font-size:14px;pointer-events:none}#toast.show{transform:translateX(-50%) translateY(0)}dialog{border:0;border-radius:18px;padding:28px;max-width:560px;width:90%;color:var(--ink);box-shadow:0 20px 100px #0003}dialog::-webkit-backdrop{background:#10264c66}dialog::backdrop{background:#10264c66}.hidden{display:none!important}.mobile-menu{display:none}.save-label{font-size:12px;color:#567961}.announcement{font-size:12px;background:#f9f4ee;text-align:center;padding:7px 12px;color:#826c58}.demo-btn{font-size:12px;color:var(--accent);background:none}.full{width:100%}.mt{margin-top:22px}.spaced{display:flex;justify-content:space-between;gap:15px;align-items:center}.inline-icon{font-size:25px;color:var(--accent);margin-right:8px}@media(min-width:1600px){.hero{max-width:1600px;margin:auto}}@media(max-width:1150px){header{gap:15px;padding:0 3%}nav{gap:14px}nav a{font-size:13px}.brand{font-size:25px}.profile{font-size:11px;padding:8px}.six{grid-template-columns:repeat(3,1fr)}.workspace{grid-template-columns:1fr 1fr}.workspace>aside{grid-column:1/-1}.hero h1{font-size:40px}.editor{grid-template-columns:90px 1fr 235px}.timeline{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){header{height:auto;min-height:70px;flex-wrap:wrap;padding:13px 5%;gap:10px}.brand{font-size:24px}nav{order:3;width:100%;overflow:auto;margin:0;padding:8px 0;justify-content:space-between;gap:20px}nav a{font-size:12px}nav a.active:after{bottom:-7px}.profile{margin-left:auto}.wrap{padding:25px 5% 45px}h1{font-size:29px}.hero{grid-template-columns:1fr}.hero-copy{padding:30px 6% 10px}.hero h1{font-size:38px}.hero-img{max-height:300px;min-height:240px;-webkit-mask-image:linear-gradient(180deg,transparent,black 15%);mask-image:linear-gradient(180deg,transparent,black 15%)}.mini-steps{margin-top:20px}.four{grid-template-columns:repeat(2,1fr)}.formcols,.reading,.three,.two{grid-template-columns:1fr}.six{grid-template-columns:repeat(2,1fr)}.continue{flex-wrap:wrap;gap:12px}.continue .btn{margin-left:0}.continue img{width:45px;height:65px}.continue h3{font-size:16px}.cover-title{font-size:20px}.gallery-card .art{height:190px}.workspace{gap:10px}.image-panel{padding:10px}.image-panel h3{font-size:13px}.editor{grid-template-columns:1fr}.page-strip{flex-direction:row;overflow:auto}.page-strip .thumb{width:65px;min-width:65px}.editor aside{padding:20px}.admin{grid-template-columns:1fr}.admin-nav{flex-direction:row;overflow:auto}.admin-nav a{white-space:nowrap;font-size:12px;padding:8px 10px}.timeline{grid-template-columns:1fr 1fr}.story-text{font-size:16px}.spread,.story-text{padding:10px}.section-head{align-items:flex-start}.section-head h2{font-size:22px}footer{flex-wrap:wrap;gap:15px}footer span{width:60%}.topline{align-items:flex-start}.steps{padding:12px 5px}.step{min-width:88px;font-size:12px}.question textarea{min-height:110px}}@media print{#toast,.actions,.admin-nav,.announcement,.btn,.steps,footer,header{display:none!important}body{background:#fff}.wrap{padding:0}.poster{box-shadow:none}.no-print{display:none!important}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}@import url("https://fonts.googleapis.com/css2?family=Gaegu:wght@400;700&display=swap");:root{--ink:#071e4c;--accent:#ee5426;--cream:#fff;--warm:#fcf4ed;--muted:#66718a;--line:#efe9e3}body{background:#fff;line-height:1.55;color:var(--ink)}.art-fragment{position:relative;overflow:hidden;width:100%;isolation:isolate}.art-fragment>img{position:absolute!important;height:auto!important;max-width:none!important;max-height:none!important;object-fit:fill!important;display:block;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:0!important;filter:none!important}.ico{width:25px;height:25px;flex:none;vertical-align:middle}h1{font-weight:900;letter-spacing:-2.5px;line-height:1.22;font-size:clamp(35px,3.7vw,58px)}h1 em{color:var(--accent);font-style:normal}h2{font-size:24px;line-height:1.35;letter-spacing:-.8px;display:flex;align-items:center;gap:12px}h3{font-size:18px;line-height:1.4;letter-spacing:-.5px}p{margin-bottom:13px}header{height:87px;padding:24px 2% 10px;gap:16px;position:relative;border:0;max-width:1800px;margin:auto}.page-caption{position:absolute;left:1.7%;top:5px;font-size:12px;color:#69758b}.page-caption b{color:var(--accent);margin-right:8px;font-size:14px}.brand{width:151px;flex:none;display:block}.brand-motto{padding-left:15px;border-left:1px solid #dedde1;font-family:Gaegu,cursive;font-size:16px;line-height:1.1;white-space:nowrap;color:#677087}nav{margin-left:auto;margin-right:auto;gap:30px}nav a{display:flex;align-items:center;gap:11px;font-weight:800;font-size:16px}nav a.active:after{bottom:-15px}nav a:first-child .ico{color:var(--accent)}.header-tools{display:flex;align-items:center;gap:22px}.header-tools>a,.header-tools>button{display:flex;background:none;padding:0}.header-tools>button{position:relative}.header-tools>button i{position:absolute;background:var(--accent);width:7px;height:7px;border-radius:50%;top:0;right:0}.profile{background:none;padding:0;gap:9px;font-size:14px;font-weight:700}.profile .art-fragment{width:40px;flex:none;border-radius:50%}.btn{background:linear-gradient(120deg,#ff6230,#e85125);border:1px solid #f05224;font-size:16px;min-height:49px;padding:10px 24px;box-shadow:inset 0 1px 0 #ffffff20;border-radius:30px}.btn:hover{transform:none;background:#df4820}.btn.secondary{border:1px solid #ef6138;background:#fff;color:var(--ink)}.btn.small{min-height:36px;font-size:14px;padding:7px 18px}.btn.outline{border-color:var(--accent)}.btn .ico{width:23px;height:23px}.wrap{max-width:1600px;padding:26px 2% 34px}.page-body{padding:14px 1.8% 30px;max-width:1600px;margin:auto}.page-title{margin-bottom:23px}.page-title h1{font-size:42px}.demo-label{font-size:12px;color:#728096;white-space:nowrap}.scene-banner{height:var(--banner-height);max-width:1800px;margin:auto;position:relative;overflow:hidden;background:#fdf7ee}.scene-banner>.scene-bg{position:absolute;inset:0;height:100%}.scene-banner>.scene-bg>img{top:calc(-87 / 1536 * 100vw)!important}.scene-copy{position:relative;height:100%;width:var(--copy-width);max-width:66%;padding:35px 16px 25px 5.1%;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(90deg,#fffaf2,#fffaf2 83%,#fffaf2ed 93%,#fffaf200)}.scene-copy h1{margin:0 0 16px}.scene-copy p{font-size:18px;margin:0 0 19px}.scene-copy .actions{flex-wrap:nowrap;gap:12px;white-space:nowrap}.scene-copy .btn{font-size:15px;padding:11px 22px}.panel{border:1px solid #f1e9e1;border-radius:15px;padding:20px}.soft{background:linear-gradient(120deg,#fff9f3,#fbf5ee)}.note{font-size:13px;background:#faf5ef;color:#697489;padding:10px 12px}.muted{font-size:14px}.grid{gap:15px}.five{grid-template-columns:repeat(5,1fr)}.eight{grid-template-columns:repeat(8,1fr)}.section-head{gap:18px;margin:20px 0 14px}.section-head p{font-size:14px;color:var(--muted);margin:0 auto 0 0}.section-head h2{margin:0;flex:none}.section-head h3{margin:0}.section-head a{white-space:nowrap}.chip{padding:7px 19px;min-height:34px;font-size:13px;background:#f3f3f5;color:#45516b;border:1px solid #e9e9ec}.chip.active{background:linear-gradient(120deg,#ff6a38,#e94d22);border-color:#f05a29}.field{font-size:15px;margin:0 0 21px}.field input,.field textarea{font-size:16px;margin-top:11px;border-radius:7px}textarea{min-height:112px;line-height:1.6}.badge{padding:4px 10px;border-radius:20px}.badge,.tag{font-size:12px}.tag{background:#edf4f8}.progress{height:9px}.progress i{background:#f47a4c}.back-link{position:absolute;top:22px;left:5%;font-size:14px;z-index:3}.back-link.inline{display:inline-block;position:static;margin-bottom:20px}.leaf-quote{display:flex;align-items:center;justify-content:center;gap:28px;border-radius:15px;padding:22px 32px;background:linear-gradient(110deg,#fff2e8,#fdf8f1);margin-top:18px}.leaf-quote>span{font-size:40px}.leaf-quote p{margin:0;font-size:20px}.home-design{position:relative;max-width:1800px;margin:auto}.home-design .scene-copy{justify-content:flex-start;padding-top:44px;padding-left:5.3%;width:510px;max-width:none;height:348px}.home-design .scene-copy h1{font-size:58px;letter-spacing:-3px;line-height:1.2;margin-bottom:17px}.home-design .scene-copy p{font-size:19px;margin-bottom:22px}.home-design .scene-copy .btn{font-size:17px;min-height:52px}.mini-steps{position:absolute;left:3.3%;top:344px;background:#fff7ed;width:512px;height:80px;margin:0;padding:15px 15px 11px;border-radius:0 16px 16px 0;display:flex;gap:0;justify-content:space-around;z-index:3}.mini-steps>a{display:flex;flex-direction:column;gap:7px;align-items:center;position:relative;color:#776052;flex:1 1}.mini-steps>a:not(:last-child):after{content:"›";position:absolute;right:0;top:5px;color:#d59b78}.mini-steps .ico{width:23px;height:23px;color:#d16c43}.mini-steps span{font-size:10px;display:block;white-space:nowrap}.home-body{padding:10px 1.8% 20px}.home-strips{display:grid;grid-template-columns:1.425fr 1fr;grid-gap:11px;gap:11px}.lesson-strip{background:linear-gradient(90deg,#f9e2d4,#fcf1eb);border-radius:12px;overflow:hidden;gap:16px;min-width:0}.lesson-strip,.strip-intro{display:flex;align-items:center}.strip-intro{gap:18px;padding:18px 22px;background:#f7dcca88;min-width:37%}.strip-intro>span{font-size:43px}.strip-intro h3{font-size:21px;margin:0 0 4px;white-space:nowrap}.strip-intro p{font-size:14px;margin:0}.strip-book{display:flex;align-items:center;gap:13px;flex:1 1;min-width:0}.strip-book>.art-fragment{width:68px;aspect-ratio:68/86!important;flex:none}.strip-book>.art-fragment>img{width:1260%!important;left:-16%!important;top:-820%!important}.strip-book h3{font-size:17px;margin:0;white-space:nowrap}.strip-book small{font-size:11px}.strip-book .progress{width:160px;margin:10px 0 0}.lesson-strip>.btn{margin-right:25px;white-space:nowrap;font-size:13px;padding:7px 15px}.quote-strip{border-radius:12px;overflow:hidden}.quote-strip>.art-fragment{height:100%}.home-exhibits .section-head{margin:21px 0 15px;gap:15px}.home-exhibits h2{font-size:24px}.home-exhibits .filters{gap:7px;flex-wrap:nowrap;margin-left:auto}.home-exhibits .chip{font-size:11px;padding:5px 16px;min-height:29px;border:0}.home-exhibits .section-head p{font-size:13px}.home-exhibits .six{gap:22px}.exact-gallery{border:0;border-radius:0;background:none;position:relative;overflow:visible}.exact-gallery:hover{box-shadow:none}.exact-gallery .sample-cover{border-radius:5px}.art-pair{display:grid;grid-template-columns:1fr 1fr;grid-gap:5px;gap:5px;margin-top:5px}.art-pair>.art-fragment{border-radius:4px}.exact-gallery h3{font-size:15px;margin:7px 25px 2px 0}.exact-gallery .muted{font-size:12px}.favorite{position:absolute;bottom:23px;right:0;background:none;font-size:25px;padding:0;line-height:1}.favorite.liked{color:var(--accent)}.process-band{display:grid;grid-template-columns:1.15fr repeat(5,1fr);grid-gap:23px;gap:23px;background:#fcf5ed;border-radius:15px;padding:15px 25px}.process-band h2{font-size:23px}.process-band h3{font-size:16px;margin:7px 0}.process-band p{font-size:14px;margin:0;color:var(--muted)}.process-band .art-fragment{max-width:140px;height:80px}.num{background:linear-gradient(120deg,#ff7840,#e64819);width:31px;height:31px;font-size:17px;font-weight:500;flex:none}.creator-band{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;grid-gap:10px;gap:10px;margin:11px 0 17px}.creator-band>div{padding:17px;border:1px solid #f2dbcd;border-radius:12px}.creator-band>div:first-child{background:#fcf0e8}.creator-band h2{font-size:23px;margin-bottom:7px}.creator-band p{font-size:13px;margin-bottom:5px}.creator-card{display:flex;gap:14px}.creator-card>.art-fragment{width:65px;flex:none;height:75px}.creator-card h3{font-size:16px}.creator-card .muted{font-size:12px}.library-top{padding:40px 2.5% 22px;display:grid;grid-template-columns:1fr 1.35fr 170px;grid-gap:26px;gap:26px;position:relative;background:linear-gradient(90deg,#fff,#fffaf4)}.library-top h1{font-size:clamp(35px,3.8vw,57px);white-space:nowrap}.library-top p{font-size:18px;line-height:1.8;margin:0}.library-controls .search{max-width:none;border:1px solid #e2e2e7;border-radius:30px;background:#fff;overflow:hidden}.library-controls .search input{border:0;background:none;font-size:14px}.library-controls .search .btn{min-width:105px;border-radius:30px}.library-controls .filters{margin:19px 0 12px;align-items:center}.library-controls .chip{font-size:12px;padding:8px 12px}.library-decor{align-self:stretch}.recommend-band{background:linear-gradient(90deg,#fbe4d8,#fff5ee);padding:17px 24px;border-radius:14px;display:grid;grid-template-columns:1.75fr repeat(5,1fr);grid-gap:20px;gap:20px;align-items:center}.recommend-band h2{font-size:24px;margin:0 0 4px}.recommend-band p{margin:0;font-size:16px}.recommend-band a{display:flex;gap:12px;align-items:center}.recommend-band .art-fragment{width:92px;flex:none;border-radius:6px}.recommend-band strong{font-size:14px}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.catalog-card{border:1px solid #f0ece8;border-radius:10px;padding:11px;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;align-items:center}.catalog-card>a{min-width:0}.catalog-card .art-fragment{border-radius:6px}.catalog-card h3{font-size:18px;margin:7px 0 10px}.catalog-card p{font-size:13px;color:#51617e;line-height:1.5}.catalog-card .btn{padding:7px 17px}.catalog-card .tags{margin:10px 0 15px}.book-detail{display:grid;grid-template-columns:1fr 1fr;background:#fdf7ef}.book-detail,.book-display{position:relative}.book-description{align-self:center;margin:20px 24px 20px 0;padding:22px 28px;background:#ffffffed;border-radius:24px}.detail-columns{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:22px;gap:22px;margin-top:17px}.detail-columns h1{font-size:48px;color:var(--ink);margin-bottom:25px}.detail-columns p{font-size:15px}.detail-columns .actions{flex-wrap:wrap}.detail-columns .btn{font-size:14px;padding:11px 16px}.detail-columns aside h3{font-size:14px}.character-names{display:flex;justify-content:space-around;font-size:14px;font-weight:700;margin:9px 0 22px}blockquote{margin:0;background:#fcf3ea;border-radius:15px;padding:20px;font-family:Gaegu,cursive;font-size:23px;text-align:center}.activity-band{display:grid;grid-template-columns:1.15fr repeat(3,1fr);grid-gap:11px;gap:11px;border-radius:15px;padding:12px;background:#fffcf8}.activity-band>div{padding:20px 15px}.activity-band h2{font-size:23px}.activity-band p{font-size:13px;margin:0;color:var(--muted)}.activity-band>a{display:flex;gap:17px;align-items:center;background:#fcf0e7;padding:12px;border-radius:10px}.activity-band .art-fragment{width:100px;flex:none}.activity-band h3{font-size:20px}.five h3{margin-top:8px}.reading{grid-template-columns:minmax(0,2.65fr) minmax(280px,1fr);gap:28px}.read-book{position:relative;min-height:350px;background:#f9f5ee}.read-book .art-fragment{max-height:570px}.read-book>.art-fragment{border-radius:6px;box-shadow:0 10px 17px #40230e25}.turn{position:absolute;top:48%;transform:translateY(-50%);background:#fff;box-shadow:0 4px 8px #442c1325;width:54px;height:54px;border-radius:50%;font-size:40px;line-height:1}.turn.left{left:-13px}.turn.right{right:-13px}.page-count{text-align:center;font-size:19px;margin:13px}.page-count small{font-size:12px;color:var(--muted)}.reader-film{display:flex;gap:15px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 35px}.reader-film>button{width:24%;padding:3px;background:none;border:2px solid transparent;border-radius:8px}.reader-film>button.active{border-color:var(--accent)}.reader-film span{display:block;margin-top:5px;font-size:14px}.read-info{display:flex;gap:18px;align-items:center}.read-info .art-fragment{width:105px;flex:none}.read-info h2{font-size:23px;margin:10px 0}.read-info p{font-size:14px;color:var(--muted);margin:0}.reading aside>.panel{padding:24px}.reading aside h2{margin-bottom:22px}.read-caption{text-align:center;padding:12px;background:#fffaf0;white-space:pre-line}.learning-head{display:grid;grid-template-columns:1fr 1.85fr;grid-gap:25px;gap:25px;margin-bottom:18px}.learning-head h1{font-size:41px;margin:0 0 12px}.learning-head p{font-size:16px;margin:0}.steps{border:0;padding:16px 0;background:none;margin:0;align-items:center;overflow:visible}.step{min-width:0;position:relative;flex:1 1}.step:not(:last-child):after{content:"";position:absolute;left:70%;width:60%;top:29px;height:1px;background:#f7b895}.step b{width:58px;height:58px;background:#fff3e9;border:1px solid #ffe0cc;display:grid;place-items:center;margin:0 auto 9px}.step b .ico{width:28px;height:28px;color:var(--accent)}.step.active b{background:var(--accent)}.step.active b .ico{color:#fff}.step strong{font-size:17px;display:block;color:var(--ink)}.step small{font-size:12px;color:var(--muted);display:block;margin-top:4px}.problem-layout{display:grid;grid-template-columns:330px 1fr;grid-gap:16px;gap:16px}.problem-layout>aside{background:#fff8ef;padding:10px;border-radius:15px;border:1px solid var(--line)}.problem-layout>aside .art-fragment{border-radius:8px}.problem-layout blockquote{padding:15px 10px;text-align:left}.problem-layout .panel{padding:17px}.problem-layout .section-head{margin:0 0 18px}.problem-layout h2{font-size:23px}.question{padding:19px 20px;border-radius:10px;background:#fff3ee}.question h3{display:flex;align-items:center;font-size:19px;white-space:normal;gap:8px}.question .num{margin:0}.question p{padding-left:41px;font-size:14px;min-height:46px;color:#50617c}.question textarea{height:125px;min-height:100px;margin:0;font-family:Gaegu,Noto Sans KR,sans-serif;font-size:22px}.build-record{display:grid;grid-template-columns:40% 1fr;grid-gap:18px;gap:18px;margin-top:16px}.build-record>.art-fragment,.build-record>div>.art-fragment{border-radius:12px}.build-record .panel{padding:18px 22px}.build-record .field{margin:12px 0}.build-record textarea{min-height:76px;height:76px}.build-record .actions{justify-content:flex-end}.thinking-band{display:grid;grid-template-columns:1fr repeat(3,1.1fr);grid-gap:15px;gap:15px;background:#fff0e7;border-radius:13px;padding:13px}.thinking-band>div{background:#fffaf6;padding:13px;border-radius:11px}.thinking-band>div:first-child{background:transparent}.thinking-band h2{font-size:23px}.thinking-band h3{font-size:17px}.thinking-band p{font-size:14px;margin:0;color:#50617c}.build-guides{margin-top:13px}.build-guides h2{margin-bottom:13px}.build-guides p{font-size:15px}.photo-guide{display:flex;justify-content:space-around;gap:15px}.photo-guide>.art-fragment{width:158px;flex:none}.six>a>h3{font-size:16px;margin:7px 0}.six>a>p{font-size:13px}.photo-layout{display:grid;grid-template-columns:.7fr 1.35fr 1fr;grid-gap:20px;gap:20px}.photo-intro{padding:28px 8px 10px 16px}.photo-intro h1{font-size:47px;line-height:1.3}.photo-intro p{font-size:17px;line-height:1.8}.photo-intro .leaf-quote{padding:15px;gap:14px}.photo-intro .leaf-quote p{font-size:14px}.photo-layout>.panel{padding:24px}.photo-layout .art-fragment{border-radius:10px}.photo-thumbs{margin:12px 0 16px;gap:12px}.photo-layout .field textarea{height:112px}.upload-buttons{display:grid;grid-template-columns:1fr 1fr;margin-bottom:10px}.upload-buttons .btn{font-size:18px}.uploaded-photo{width:100%;height:100%;max-height:400px;object-fit:contain;border-radius:12px;background:#faf4ec}.photo-bottom{display:grid;grid-template-columns:.8fr 1.9fr 1fr;grid-gap:24px;gap:24px;background:linear-gradient(90deg,#fcf0e5,#fff6ed);padding:24px;border-radius:20px;margin-top:20px;align-items:center}.photo-bottom h2{font-size:24px}.photo-bottom p{font-size:16px;color:var(--muted)}.studio-title{display:flex;align-items:center;justify-content:space-between;padding:0 17px 5px}.studio-title h1{font-size:55px;line-height:1.2;margin:0 0 6px}.studio-title h1 em{font-size:72px}.studio-title p{font-size:19px;margin:0 0 13px}.studio-title .handwritten{font:26px Gaegu,cursive;color:var(--accent);margin:0}.studio-notice{display:flex;gap:15px;align-items:center;border-radius:14px;background:#f8f4ee;padding:18px 23px}.studio-notice p{font-size:14px;margin:0;line-height:1.7}.studio-notice .ico{width:38px;height:38px;color:#ea9b1b}.workspace{grid-template-columns:1fr 1fr .96fr;gap:15px}.image-panel{padding:16px 12px;border-radius:15px;border-color:#f2e9e1;background:#fffdf9}.image-panel h2{margin:0 8px 12px;font-size:23px}.image-panel h2 small{font-size:15px;font-weight:400}.image-panel>.art-fragment{border-radius:10px}.result-panel{position:relative}.result-panel>.badge{position:absolute;bottom:27px;left:25px}.workspace>aside{padding:18px 20px}.workspace .field textarea{min-height:60px;height:66px;font-size:14px}.workspace .field{font-size:17px;margin-bottom:15px}.workspace .field textarea{margin-top:7px}.style-options{grid-template-columns:repeat(4,1fr);gap:9px}.style-opt{padding:3px;border:2px solid transparent;background:transparent;border-radius:7px}.style-opt.active{border-color:var(--accent)}.style-opt .art-fragment{border-radius:5px}.style-opt span{display:block;font-size:12px;margin-top:3px}.studio-actions{display:flex;align-items:center;gap:13px;border-radius:15px;background:#fff;border:1px solid var(--line);margin:11px 0;padding:11px 17px}.studio-actions strong{font-size:18px;white-space:nowrap}.studio-actions input{flex:1 1;width:auto;min-width:150px}.studio-actions .btn{white-space:nowrap;padding:10px 20px}.studio-actions .ico{color:var(--accent);margin-right:8px}.style-band{display:grid;grid-template-columns:1.75fr repeat(4,1fr) 1.2fr;grid-gap:12px;gap:12px;align-items:center;padding:15px 22px;background:#fcf0e7;border-radius:15px}.style-band h2{font-size:23px}.style-band p{font-size:13px;color:var(--muted)}.style-band>button{padding:0;background:none;font-size:14px}.style-band .art-fragment{border-radius:5px;margin-bottom:5px}.style-band blockquote{font-size:19px;padding:8px}.format{border-width:2px;border-radius:15px;background:linear-gradient(#f9f6f2,#fff);padding:9px 8px;overflow:hidden;text-align:left}.format>.art-fragment{border-radius:8px}.format>div:not(.art-fragment){padding:13px 8px 5px}.format h2{font-size:23px;margin-bottom:9px}.format p{font-size:14px;line-height:1.6;color:#445674;min-height:66px}.format .btn{font-size:14px;padding:8px 10px}.editor-heading{margin:0 0 22px}.editor-heading h1{display:flex;align-items:center;gap:17px;font-size:52px;margin:0}.editor-heading h1 .ico{width:46px;height:46px;color:var(--accent)}.editor-heading p{font-size:18px}.editor-heading .save-label{margin-left:auto;font-size:14px}.editor{grid-template-columns:220px minmax(0,1fr) 290px;gap:12px}.page-strip{padding:14px 10px;gap:13px}.page-strip .thumb{width:100%;padding:4px;background:none;border:2px solid transparent;min-width:0;border-radius:9px}.page-strip .thumb.active{border-color:var(--accent)}.page-strip .thumb span{display:block;font-size:13px;margin-top:5px}.page-strip .actions{gap:4px}.page-strip .actions .btn{font-size:12px;padding:6px 9px}.poster{padding:0;border-radius:9px;box-shadow:none;background:none;min-height:0}.editable-spread{position:relative}.editable-spread>.art-fragment{border-radius:9px}.editable-copy{position:absolute;left:5%;right:52%;top:8%;min-height:36%;padding:12px 8px;text-align:var(--story-text-align,center);background:linear-gradient(120deg,#e7f5fe,#fff8e9);border-radius:25% 15% 35% 10%}.editable-copy h2{font:700 var(--story-text-size,24px) Gaegu,Noto Sans KR,sans-serif;justify-content:inherit;display:block;margin:0 0 11px}.editable-copy p{font:400 var(--story-text-size,24px) Gaegu,Noto Sans KR,sans-serif;white-space:pre-wrap;margin:0;line-height:1.4}.teacher-quote{margin-top:12px;padding:22px 26px;background:#fbf1e7;border-radius:10px;display:flex;gap:25px;align-items:center}.teacher-quote strong{color:#bc4d26;font:24px Gaegu,cursive;border-right:1px solid #d9beaa;padding-right:25px;white-space:nowrap}.teacher-quote p{margin:0;font:22px Gaegu,cursive}.teacher-quote small{font:13px Noto Sans KR,sans-serif;color:var(--muted)}.editor-controls{padding:13px 12px;background:#faf7f3}.editor-tabs{display:flex;align-items:center;justify-content:space-between;margin-bottom:23px;gap:4px}.editor-tabs>*{font-size:13px;padding:14px;background:#eeeae8;border-radius:8px;flex:1 1;text-align:center}.editor-tabs strong{color:#fff;background:var(--accent)}.editor-controls textarea{min-height:130px}.editor-controls h3{font-size:15px}.editor-controls input[type=range]{padding:0;accent-color:var(--accent)}.reflection .field{margin:0}.reflection textarea{min-height:94px}.reflection h2{font-size:23px}.reflection p{font-size:16px;color:#50617c}.reflection{margin-bottom:24px}.classroom-body{margin-top:-15px;position:relative}.classroom-grid{display:grid;grid-template-columns:1.65fr 1fr .95fr;grid-gap:13px;gap:13px}.classroom-grid .panel{padding:19px}.today-book{display:grid;grid-template-columns:.8fr 1.15fr;grid-gap:25px;gap:25px;align-items:center}.today-book>.art-fragment{border-radius:7px}.today-book h2{font-size:27px}.classroom-grid h2{font-size:23px}.classroom-grid p{font-size:15px}.classroom-grid .search{gap:5px}.classroom-grid .search input{font-size:13px;padding:8px;width:70%}.classroom-grid .search .btn{padding:5px 11px;white-space:nowrap}.portfolio-toolbar{display:flex;align-items:center;gap:22px;padding:14px 22px;background:#fcf7f1;border-radius:15px;margin-bottom:14px}.portfolio-toolbar>span{font-size:14px;color:var(--muted);margin-left:auto}.portfolio-toolbar h3{margin:0}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.portfolio-card{display:grid;grid-template-columns:1.15fr 1fr;grid-gap:15px;gap:15px;padding:11px;border:1px solid var(--line);border-radius:15px}.portfolio-card>.art-fragment{border-radius:8px}.portfolio-card p{font-size:14px}.portfolio-card h3{margin:7px 0 13px}.portfolio-card .btn{margin-top:6px}.own-card{background:#fff8f1}.exhibition-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:13px;gap:13px}.exhibition-card{border:1px solid var(--line);border-radius:11px;padding:0 0 9px;overflow:hidden}.exhibition-card h3{font-size:16px;margin:7px 11px 2px}.exhibition-card small{font-size:12px;color:var(--muted);margin:0 11px}.work-process{display:grid;grid-template-columns:1fr 1.12fr 1.2fr 1.3fr;grid-gap:15px;gap:15px}.work-process .panel{padding:16px 12px}.work-process h3{font-size:19px}.work-process p{font-size:14px;margin:8px 0 15px}.work-process aside h2{font-size:22px}.work-process aside p{font-size:16px;line-height:1.8}.work-process .art-fragment{border-radius:7px}.work-bottom{display:flex;align-items:center;gap:25px;padding:22px;border:1px solid var(--line);border-radius:13px;margin-top:15px}.work-bottom h2{font-size:21px;margin:0}.work-bottom form{display:flex;gap:10px;margin-left:auto}.work-bottom form input{font-size:14px}.work-bottom form button{white-space:nowrap}.admin{grid-template-columns:170px minmax(0,1fr);gap:22px}.admin-nav{border-right:1px solid var(--line);padding:8px 12px 15px 0;gap:12px}.admin-nav h3{font-size:16px;margin-bottom:0}.admin-nav small{font-size:12px;color:var(--muted);padding-left:20px;margin-bottom:10px}.admin-nav a{display:flex;align-items:center;gap:17px;font-size:18px;padding:14px 10px}.route-books-admin>.page-title,.route-lesson>.page-title,.route-teacher>.page-title{display:none}.teacher-design .scene-copy{padding-left:15%;width:655px}.route-teacher .admin-nav{margin-top:-300px;position:relative;background:#fffaf5;padding:25px 13px;z-index:4}.route-teacher .admin{grid-template-columns:170px 1fr}.route-teacher .continue{margin-top:0;padding:16px}.route-teacher .section{margin-top:17px}.route-teacher .three .stat{padding:10px 16px}.route-teacher .stat strong{font-size:25px}.route-teacher .panel{padding:13px}.route-teacher td,.route-teacher th{padding:9px 12px}.teacher-design>.page-body{padding-left:220px}.teacher-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding:10px 2% 25px}.teacher-split .wrap{padding:0}.teacher-split .admin{display:block}.teacher-split .admin-nav{display:none}.teacher-split .field{margin-bottom:14px}.teacher-split textarea{height:70px;min-height:70px}.teacher-split input,.teacher-split select{padding:8px 11px}.teacher-split .lesson-preview{margin-top:0}.lesson-preview p{padding:17px;background:#fffaf5;border-radius:10px;font-size:15px}.lesson-preview .art-fragment{border-radius:8px}.review-layout{display:grid;grid-template-columns:.9fr 1.2fr .92fr;grid-gap:25px;gap:25px;padding:20px 2%}.submission-list{padding:12px}.submission{display:flex;align-items:center;gap:13px;padding:9px;border:1px solid var(--line);background:#fff;margin-top:8px;border-radius:10px;width:100%;text-align:left}.submission.active{border-color:var(--accent)}.submission>.art-fragment{width:100px;flex:none;border-radius:6px}.submission h3{font-size:15px;margin:5px 0}.submission small{font-size:12px;color:var(--muted)}.review-layout>div>.art-fragment{border-radius:7px}.review-layout>aside textarea{min-height:235px}.review-layout>aside p{font-size:18px;line-height:1.9}.review-layout .actions .btn{padding:10px 15px;font-size:14px}.books-admin-body{padding:0 1%}.books-admin-body .admin-nav{display:none}.books-admin-body .admin{display:block}.books-admin-body .wrap{padding-top:12px}.books-admin-body table{font-size:16px}.books-admin-body td img{width:90px;height:67px}.books-admin-body td{padding:13px}.books-admin-body th{font-size:14px}footer{padding:20px 2%;color:#758099;font-size:12px;max-width:1800px;margin:auto}footer .brand{font-size:20px;width:auto}footer span{font-size:12px}.announcement{display:none}.page-body>.section-head:first-child{margin-top:4px}.home-design+.note{display:none}body[data-page=home] footer{margin-top:0}body[data-page=edit],body[data-page=photo],body[data-page=problem],body[data-page=read]{background:#fdfbf8}.sitemap-item{min-height:100px}.sitemap-item h3{font-size:18px}@media(min-width:1800px){.scene-banner>.scene-bg>img{top:-102px!important}.scene-banner{height:calc(var(--banner-height)*1.1718)}}@media(min-width:1201px) and (max-width:1450px){nav{gap:18px}nav a{gap:7px}.brand-motto,nav a{font-size:14px}.header-tools{gap:14px}.profile span{display:none}.scene-banner{height:calc(var(--banner-height)*.9)}.scene-copy{padding-top:20px;padding-bottom:20px;width:calc(var(--copy-width)*.9)}.scene-copy h1{font-size:46px}.scene-copy p{font-size:16px}.scene-copy .btn{font-size:13px;padding:10px 18px}.home-design .scene-copy{height:315px;width:465px;padding-top:30px}.home-design .scene-copy h1{font-size:52px}.home-design .scene-copy p{font-size:17px}.home-design .scene-copy .btn{font-size:15px}.mini-steps{top:calc(424px*.9 - 76px);width:460px;height:76px}.home-exhibits .section-head p{display:none}.strip-intro{padding:14px;gap:9px}.strip-intro h3{font-size:17px}.strip-intro p{font-size:12px}.strip-intro>span{font-size:32px}.strip-book h3{font-size:14px}.strip-book .progress{width:110px}.lesson-strip>.btn{margin-right:10px;padding:5px 9px}.recommend-band{gap:12px;padding:15px}.recommend-band .art-fragment{width:65px}.recommend-band strong{font-size:12px}.recommend-band h2{font-size:20px}.catalog-card{gap:10px}.catalog-card h3{font-size:16px}.library-top{grid-template-columns:1fr 1.2fr 120px;gap:15px}.library-top h1{font-size:43px}.library-top p{font-size:16px}.detail-columns h1{font-size:38px}.photo-intro h1{font-size:39px}.studio-title h1{font-size:45px}.studio-title h1 em{font-size:58px}.studio-notice{padding:13px}.studio-actions strong{font-size:15px}.studio-actions .btn{font-size:14px;padding:9px 15px}.workspace .field textarea{height:58px}.editor{grid-template-columns:180px minmax(0,1fr) 255px}.format h2{font-size:19px}.process-band{gap:15px}.process-band h3{font-size:14px}.home-exhibits .six{gap:16px}.home-exhibits .chip{font-size:11px}.work-process p{font-size:13px}}@media(max-width:1200px){header{height:83px;gap:13px}.brand-motto{display:none}.brand{width:135px}nav{gap:18px}nav a{font-size:13px;gap:7px}.header-tools{gap:14px}.header-tools>.profile span{display:none}.scene-banner{height:calc(var(--banner-height)*.8)}.scene-copy{width:calc(var(--copy-width)*.85);padding:20px 15px 20px 4%}.scene-copy h1{font-size:39px}.scene-copy p{font-size:15px}.scene-copy .btn{font-size:13px;padding:8px 16px;min-height:40px}.home-design .scene-copy{height:274px;width:425px;padding-top:29px;padding-left:4%}.home-design .scene-copy h1{font-size:46px}.home-design .scene-copy p{font-size:16px;margin-bottom:16px}.home-design .scene-copy .btn{font-size:14px;min-height:43px;padding:8px 17px}.mini-steps{top:calc(424px*.8 - 68px);width:420px;height:68px;left:2.5%;padding:10px}.mini-steps span{font-size:9px}.home-strips{grid-template-columns:1.7fr 1fr}.strip-intro{padding:15px 10px;gap:9px}.strip-intro h3{font-size:15px}.strip-intro p{font-size:11px}.strip-intro>span{font-size:30px}.strip-book{gap:7px}.strip-book h3{font-size:13px}.strip-book>.art-fragment{width:47px}.strip-book .progress{width:110px}.lesson-strip{gap:8px}.lesson-strip>.btn{font-size:11px;margin-right:10px;padding:5px 8px}.home-exhibits .section-head p{display:none}.home-exhibits .section-head h2{font-size:20px}.home-exhibits .chip{font-size:10px;padding:5px 10px}.home-exhibits .six{grid-template-columns:repeat(6,1fr);gap:13px}.exact-gallery h3{font-size:13px}.exact-gallery .muted{font-size:11px}.library-top{grid-template-columns:.95fr 1.15fr;gap:25px}.library-top h1{font-size:39px}.library-top p{font-size:15px}.library-decor{display:none}.recommend-band{grid-template-columns:1.5fr repeat(3,1fr)}.recommend-band>a:nth-last-child(-n+2){display:none}.recommend-band .art-fragment{width:72px}.catalog-grid{grid-template-columns:repeat(3,1fr)}.process-band{gap:12px;padding:15px}.process-band h2{font-size:20px}.process-band h3{font-size:14px}.process-band p{font-size:12px}.creator-band{grid-template-columns:1.3fr 1fr 1fr}.creator-band>div:last-child{display:none}.creator-band h2{font-size:21px}.detail-columns{grid-template-columns:1fr}.detail-columns aside{display:none}.detail-columns h1{font-size:39px;margin-bottom:15px}.activity-band{grid-template-columns:repeat(3,1fr)}.activity-band>div:first-child{display:none}.activity-band .art-fragment{width:75px}.activity-band h3{font-size:17px}.five h3{font-size:15px}.learning-head{grid-template-columns:1fr 1.5fr}.learning-head h1{font-size:30px}.learning-head p{font-size:14px}.step strong{font-size:13px}.step small{font-size:10px}.step b{width:47px;height:47px}.steps .step{min-width:0}.step:not(:last-child):after{top:23px}.problem-layout{grid-template-columns:235px 1fr}.problem-layout h2{font-size:18px}.question{padding:14px 12px}.question h3{font-size:16px;gap:6px}.question p{padding:0;font-size:12px}.question textarea{font-size:19px}.num{width:26px;height:26px;font-size:15px;margin-right:4px}.thinking-band h2{font-size:18px}.thinking-band h3{font-size:15px}.photo-layout{grid-template-columns:.75fr 1.35fr 1fr;gap:12px}.photo-intro{padding:15px 3px}.photo-intro h1{font-size:32px}.photo-intro p{font-size:14px}.photo-layout>.panel{padding:17px}.photo-layout h2{font-size:19px}.photo-layout .field{font-size:13px;margin-bottom:15px}.photo-layout .field textarea{height:95px;font-size:14px}.photo-intro .leaf-quote{padding:10px;gap:5px}.photo-intro .leaf-quote>span{font-size:27px}.photo-intro .leaf-quote p{font-size:12px}.photo-layout .btn{font-size:15px;padding:8px 12px}.photo-bottom{gap:15px;padding:15px}.photo-bottom h2{font-size:19px}.photo-bottom p{font-size:14px}.studio-title h1{font-size:38px}.studio-title h1 em{font-size:50px}.studio-title p{font-size:15px}.studio-title .handwritten{font-size:22px}.studio-notice{padding:11px}.studio-notice p{font-size:12px}.workspace{grid-template-columns:1fr 1fr .95fr}.workspace>aside{grid-column:auto;padding:13px}.workspace h2{font-size:19px}.workspace .field{font-size:14px;margin-bottom:10px}.workspace .field textarea{font-size:12px;min-height:55px;height:55px}.workspace h3{font-size:16px}.style-options{gap:4px}.style-opt span{font-size:10px}.studio-actions{flex-wrap:wrap;gap:8px}.studio-actions strong{font-size:14px}.studio-actions .btn{font-size:13px;padding:8px 15px;min-height:39px}.studio-actions input{font-size:14px}.style-band{grid-template-columns:1.6fr repeat(4,1fr)}.style-band blockquote{display:none}.style-band h2{font-size:18px}.format h2{font-size:19px}.format .ico{width:21px}.format p{font-size:13px}.format .btn{font-size:12px}.editor{grid-template-columns:165px minmax(0,1fr) 240px}.editor-heading h1{font-size:40px}.editor-heading p{font-size:14px}.editor-heading .btn{font-size:14px;padding:8px 16px}.editor .field,.editor input,.editor textarea{font-size:14px}.teacher-quote{padding:15px;gap:15px}.teacher-quote strong{font-size:20px}.teacher-quote p{font-size:18px}.classroom-grid{grid-template-columns:1.5fr 1fr}.classroom-grid>div:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.classroom-grid>div:last-child>.mt{margin:0}.portfolio-toolbar{gap:14px;padding:12px}.portfolio-toolbar .btn{font-size:13px}.portfolio-toolbar>span{font-size:12px}.portfolio-grid{gap:10px}.portfolio-card{gap:11px}.portfolio-card h3{font-size:15px}.portfolio-card p{font-size:12px}.work-process{grid-template-columns:repeat(3,1fr)}.work-process>aside{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.work-process>aside>.mt{margin:0}.work-bottom{flex-wrap:wrap}.review-layout{gap:15px;grid-template-columns:.9fr 1.1fr 1fr}.submission>.art-fragment{width:65px}.submission h3{font-size:13px}.submission small{font-size:11px}.review-layout h2{font-size:21px}.review-layout>aside p{font-size:15px}.review-layout>aside textarea{min-height:185px}.teacher-split h2{font-size:21px}.teacher-split .field{font-size:14px}.teacher-design .scene-copy{padding-left:19%;width:620px}.route-teacher .admin-nav{margin-top:-245px}}@media(max-width:800px){header{height:auto;min-height:94px;flex-wrap:wrap;padding:23px 4% 0;gap:8px}.page-caption{left:4%;top:4px;font-size:10px}.page-caption b{font-size:11px}.brand{width:125px}.header-tools{margin-left:auto;gap:17px}.header-tools .profile .art-fragment{width:30px}.header-tools>.profile span{display:block;font-size:11px}.header-tools>.profile{display:flex}.header-tools .ico{width:20px;height:20px}nav{order:3;overflow:auto;width:100%;padding:11px 0;margin:0;gap:24px;justify-content:flex-start}nav a{font-size:12px;gap:6px;flex:none}nav .ico{width:19px;height:19px}nav a.active:after{bottom:-10px}.scene-banner{height:auto;display:flex;flex-direction:column;background:#fff9f0}.scene-banner>.scene-bg{position:relative;height:auto;aspect-ratio:1536/var(--banner-height)!important;min-height:220px;order:2}.scene-banner>.scene-bg>img{top:-5.66vw!important}.scene-copy{max-width:none;width:100%!important;height:auto!important;padding:26px 5% 22px!important;background:#fffaf4}.scene-copy h1{font-size:37px!important;margin-bottom:13px}.scene-copy p{font-size:16px!important;line-height:1.65}.scene-copy .actions{flex-wrap:wrap;gap:9px}.scene-copy .btn{font-size:14px;min-height:43px}.home-design .scene-banner>.scene-bg{aspect-ratio:1536/424!important;min-height:235px}.home-design .scene-banner>.scene-bg>img{width:150%!important;left:-49%!important;top:-8.5vw!important}.home-design .scene-copy{padding-bottom:80px!important}.home-design .scene-copy h1{font-size:42px!important}.mini-steps{top:263px;left:4%;width:92%;height:67px;background:#fff3e5;border-radius:12px;padding:10px}.mini-steps .ico{width:20px;height:20px}.mini-steps span{font-size:9px}.home-body{padding:12px 4%}.home-strips{grid-template-columns:1fr;gap:10px}.quote-strip{display:none}.lesson-strip{padding:14px;flex-wrap:wrap;gap:12px}.strip-intro{padding:0;background:none;min-width:100%}.strip-intro h3{font-size:19px}.strip-intro p{font-size:13px}.strip-book>.art-fragment{width:43px;aspect-ratio:1!important}.strip-book .progress{width:140px}.strip-book h3{font-size:15px}.lesson-strip>.btn{font-size:12px;margin:0 0 0 auto}.home-exhibits .section-head{flex-wrap:wrap;gap:10px;margin:22px 0 13px}.home-exhibits .section-head h2{font-size:22px}.home-exhibits .filters{width:100%;overflow:auto;order:3;margin:0;padding-bottom:5px;gap:7px}.home-exhibits .chip{font-size:12px;white-space:nowrap;padding:6px 14px}.home-exhibits .section-head>a{margin-left:auto}.home-exhibits .six{grid-template-columns:repeat(2,1fr);gap:23px 14px}.exact-gallery h3{font-size:14px}.exact-gallery .muted{font-size:12px}.page-body,.wrap{padding:22px 4%}.section-head{flex-wrap:wrap;align-items:center;gap:10px}.section-head p{font-size:13px;width:100%;order:3}.section-head h2{font-size:22px}.section-head>.btn{margin-left:auto;font-size:12px;padding:6px 11px}.process-band{grid-template-columns:1fr 1fr;gap:18px;padding:18px}.process-band>div:first-child{grid-column:1/-1}.process-band h2 br{display:none}.process-band h3{font-size:15px}.process-band p{font-size:13px}.creator-band{grid-template-columns:1fr}.creator-band>div:last-child{display:flex}.creator-band h2{font-size:22px}.creator-band p{font-size:14px}.creator-card>.art-fragment{width:56px}.eight{grid-template-columns:repeat(4,1fr);gap:10px}.library-top{grid-template-columns:1fr;padding:25px 4%;gap:20px}.library-top h1{font-size:34px;white-space:normal}.library-top p{font-size:15px}.library-controls .filters{gap:7px}.library-controls .filters strong{font-size:14px}.recommend-band{grid-template-columns:1fr 1fr;padding:17px;gap:15px}.recommend-band>div{grid-column:1/-1}.recommend-band>a:nth-child(4){display:none}.recommend-band .art-fragment{width:60px}.recommend-band strong{font-size:13px}.recommend-band h2{font-size:22px}.catalog-grid{grid-template-columns:1fr;gap:12px}.catalog-card{padding:13px;grid-template-columns:.8fr 1.2fr;gap:20px}.catalog-card>a{max-width:170px}.catalog-card h3{font-size:21px}.catalog-card p{font-size:14px}.catalog-card .badge{font-size:12px}.book-detail{grid-template-columns:1fr}.book-display>.art-fragment{max-height:380px}.book-description{margin:0 4% 20px;padding:23px}.detail-columns{margin-top:10px}.detail-columns h1{font-size:35px}.detail-columns p{font-size:16px}.activity-band{grid-template-columns:1fr;gap:12px;padding:0}.activity-band>div:first-child{display:block;padding:12px}.activity-band .art-fragment{width:85px}.activity-band h3{font-size:20px}.activity-band p{font-size:14px}.five{grid-template-columns:1fr 1fr;gap:18px}.five h3{font-size:16px}.reading{grid-template-columns:1fr;gap:20px}.read-book{min-height:0}.read-book>.art-fragment{max-height:360px}.turn{width:36px;height:36px;font-size:28px}.turn.left{left:-8px}.turn.right{right:-8px}.reader-film{padding:12px;gap:8px}.read-info .art-fragment{width:100px}.reading aside>.panel{padding:20px}.reading aside .field{font-size:15px}.learning-head{grid-template-columns:1fr;gap:15px}.learning-head h1{font-size:34px}.learning-head p{font-size:15px}.steps{overflow:auto;padding:7px 0 14px;gap:12px}.steps .step{min-width:65px}.step strong{font-size:12px}.step small{display:none}.step b{width:43px;height:43px}.step b .ico{width:23px;height:23px}.step:not(:last-child):after{left:80%;width:40%;top:22px}.problem-layout{grid-template-columns:1fr}.problem-layout>aside{display:flex;align-items:center;gap:14px;padding:10px}.problem-layout>aside>.art-fragment{width:35%;flex:none}.problem-layout blockquote{font-size:24px;flex:1 1;background:none}.problem-layout h2{font-size:20px}.problem-layout .section-head{flex-wrap:wrap;align-items:center}.problem-layout .three{grid-template-columns:1fr}.question h3{font-size:19px}.question p{font-size:14px;min-height:0}.question textarea{font-size:22px;height:120px}.build-record{grid-template-columns:1fr}.build-record .panel{padding:18px}.build-record .actions{flex-wrap:wrap}.thinking-band{grid-template-columns:1fr}.thinking-band h2{font-size:23px}.thinking-band h3{font-size:18px}.thinking-band p{font-size:15px}.build-guides{grid-template-columns:1fr;gap:14px}.photo-guide{align-items:center;justify-content:space-between}.photo-guide>.art-fragment{width:110px}.photo-guide h2{font-size:21px}.photo-layout{grid-template-columns:1fr;gap:18px}.photo-intro{padding:0}.photo-intro h1{font-size:36px;line-height:1.25}.photo-intro h1 br{display:none}.photo-intro p{font-size:16px}.photo-intro .leaf-quote{display:none}.photo-layout>.panel{padding:20px}.photo-layout h2{font-size:24px}.photo-layout .field{font-size:16px;margin-bottom:22px}.photo-layout .field textarea{font-size:16px;height:115px}.upload-buttons{gap:10px}.upload-buttons .btn{font-size:16px}.photo-bottom{grid-template-columns:1fr;padding:20px;gap:12px}.photo-bottom h2{font-size:24px}.photo-bottom p{font-size:16px}.studio-title{display:block;padding:0}.studio-title h1{font-size:32px}.studio-title h1 em{font-size:44px}.studio-title p{font-size:15px}.studio-title .handwritten{font-size:24px}.studio-notice{margin:15px 0;padding:12px}.studio-notice p{font-size:13px;margin:0}.workspace{grid-template-columns:1fr 1fr;gap:10px}.workspace>aside{grid-column:1/-1;padding:20px}.workspace h2{font-size:16px;margin:0 0 10px;display:block}.workspace h2 small{display:block;font-size:12px;margin-top:3px}.image-panel{padding:10px}.image-panel .badge{font-size:10px;bottom:18px;left:15px}.workspace .field{font-size:17px;margin-bottom:20px}.workspace .field textarea{font-size:16px;height:80px}.workspace h3{font-size:18px}.style-options{gap:10px}.style-opt span{font-size:13px}.studio-actions{padding:15px;gap:10px}.studio-actions input,.studio-actions strong{font-size:16px;width:100%}.studio-actions input{flex:auto;min-height:50px}.studio-actions .btn{font-size:14px;flex:1 1}.style-band{grid-template-columns:1fr 1fr;padding:17px;gap:13px}.style-band>div:first-child{grid-column:1/-1}.style-band h2{font-size:22px}.style-band p{font-size:14px}.style-band blockquote{display:none}.format h2{font-size:22px}.format p{font-size:14px;min-height:72px}.format>div:not(.art-fragment){padding:10px 5px}.format .btn{font-size:12px;min-height:42px}.editor-heading{gap:10px}.editor-heading h1{font-size:36px;width:100%}.editor-heading h1 .ico{width:36px}.editor-heading p{font-size:15px;margin:0;order:0;width:100%}.editor-heading .save-label{margin-right:auto;margin-left:0;font-size:12px}.editor-heading .btn{padding:8px 12px;font-size:13px}.editor{grid-template-columns:1fr}.page-strip{display:flex;flex-direction:row;padding:10px;overflow:auto;gap:8px}.page-strip h3{display:none}.page-strip .thumb{min-width:94px;width:94px;flex:none}.page-strip .actions{min-width:130px;align-content:center}.page-strip .thumb span{font-size:11px}.editable-copy{padding:8px 6px}.editable-copy h2,.editable-copy p{font-size:clamp(13px,4vw,var(--story-text-size,24px))}.teacher-quote{display:block;padding:16px}.teacher-quote strong{border:0;display:block;margin-bottom:7px}.teacher-quote p{font-size:20px}.editor-controls{padding:20px}.editor-tabs>*{font-size:15px}.editor .field,.editor input,.editor textarea{font-size:16px}.reflection{grid-template-columns:1fr}.reflection .field{font-size:17px}.classroom-body{margin-top:0}.classroom-grid,.classroom-grid>div:last-child{grid-template-columns:1fr}.classroom-grid .panel{padding:18px}.today-book{gap:18px}.today-book h2{font-size:22px}.today-book p{font-size:14px}.today-book .btn{font-size:13px;padding:9px 14px}.classroom-grid>div:nth-child(2)>.art-fragment{max-height:210px}.classroom-grid .search input{font-size:15px}.portfolio-toolbar{flex-wrap:wrap;gap:10px;padding:13px}.portfolio-toolbar>span{margin:0;font-size:12px}.portfolio-toolbar>.btn{margin-left:auto}.portfolio-toolbar .filters{gap:7px}.portfolio-toolbar .chip{font-size:12px;padding:6px 13px}.portfolio-grid{grid-template-columns:1fr}.portfolio-card{padding:12px;gap:18px;grid-template-columns:1fr 1.1fr}.portfolio-card h3{font-size:19px}.portfolio-card p{font-size:14px}.exhibition-grid{grid-template-columns:1fr;gap:18px}.exhibition-card h3{font-size:18px;margin:10px 13px 3px}.exhibition-card small{font-size:13px;margin:0 13px}.work-process{grid-template-columns:1fr}.work-process>div>.art-fragment{max-height:350px}.work-process h3{font-size:22px}.work-process p{font-size:15px}.work-process>aside{grid-template-columns:1fr}.work-process>aside>.mt{margin:0}.work-process aside p{font-size:16px}.work-bottom{padding:18px;gap:16px}.work-bottom form{width:100%;margin:0;flex-wrap:wrap}.work-bottom form input{flex:1 1;min-width:150px}.work-bottom h2{font-size:22px}.teacher-design .scene-copy{padding-left:5%!important}.route-teacher .admin-nav{margin:0;flex-direction:row;overflow:auto;padding:0 0 12px;border:0;gap:12px}.route-teacher .admin-nav h3,.route-teacher .admin-nav small{display:none}.route-teacher .admin-nav a{font-size:13px;gap:7px;white-space:nowrap}.route-teacher .admin{grid-template-columns:1fr;gap:14px}.route-teacher .admin-nav .ico{width:18px}.teacher-design>.page-body{padding:15px 4%}.teacher-design .eight{grid-template-columns:repeat(4,1fr)}.teacher-split{grid-template-columns:1fr;padding:15px 4%;gap:16px}.teacher-split .field,.teacher-split input,.teacher-split select,.teacher-split textarea{font-size:16px}.teacher-split textarea{height:100px}.review-layout{grid-template-columns:1fr;padding:20px 4%;gap:18px}.submission-list{display:flex;overflow:auto;gap:10px;align-items:center;flex-wrap:nowrap}.submission-list h2,.submission-list>.badge{display:none}.submission{min-width:230px;max-width:250px;flex:none;margin:0}.submission>.art-fragment{width:65px}.submission h3{font-size:14px}.review-layout>aside p,.review-layout>aside textarea{font-size:16px}.review-layout>div>.art-fragment{max-height:600px}.books-admin-body{padding:0}.books-admin-body table{font-size:14px}.books-admin-body td img{width:60px;height:50px}.books-admin-body .spaced{flex-wrap:wrap}.books-admin-body .actions{gap:8px}.books-admin-body .actions button,.books-admin-body .note{font-size:13px}footer{padding:22px 4%;gap:14px;flex-wrap:wrap}footer span{width:auto;flex:1 1;min-width:180px;font-size:11px}footer>a,footer>button{font-size:12px}.leaf-quote{padding:18px;gap:20px}.leaf-quote p{font-size:18px}.sitemap-item{min-height:90px}}@media print{.editor-controls,.header-tools,.mini-steps,.page-caption,.portfolio-toolbar,.reader-film,.studio-actions,.turn{display:none!important}.scene-copy{background:white!important}.scene-banner>.scene-bg{display:none}.scene-banner{height:auto}.editable-copy{font-size:24px}.editor{display:block}.page-strip{display:none}}@media(max-width:800px){.scene-banner>.scene-bg{aspect-ratio:var(--banner-ratio)!important;min-height:0}.scene-banner>.scene-bg>img{width:180.7059%!important;left:-80.7059%!important;top:-10.2353vw!important}.home-design .scene-banner>.scene-bg{aspect-ratio:1024/424!important;min-height:0}.home-design .scene-banner>.scene-bg>img{width:150%!important;left:-50%!important;top:-8.4961vw!important}}.strip-book>.art-fragment>img{width:2226.0869565%!important;left:-571.014493%!important;top:-618.604651%!important}@media(min-width:801px){.scene-banner{height:var(--scene-height);max-height:calc(var(--banner-height)*1.171875)}.home-design .mini-steps{top:calc(100vw * 344 / 1536);height:calc(100vw * 80 / 1536);max-height:94px;width:calc(100vw * 512 / 1536);max-width:600px}.library-top h1{font-size:clamp(34px,3.8vw,58px)}.library-controls .filters{margin:12px 0 0}.library-controls .demo-label{display:none}.library-decor{align-self:start;max-height:185px}.catalog-card .badge{display:none}}.teacher-shell{display:grid;grid-template-columns:190px 1fr;max-width:1800px;margin:auto}.teacher-sidebar{padding:38px 17px;background:#fffaf5;display:flex;flex-direction:column;gap:14px}.teacher-sidebar h3{font-size:16px;margin:0}.teacher-sidebar>small{font-size:13px;color:var(--muted);margin:0 0 12px 26px}.teacher-sidebar a{font-size:20px;display:flex;gap:18px;align-items:center;padding:14px 18px;border-radius:10px}.teacher-sidebar a.active{background:#fbe8dc;color:var(--accent)}.teacher-hero{position:relative;overflow:hidden}.teacher-hero-art{width:100%}.teacher-hero-copy{position:absolute;top:0;left:0;height:100%;width:435px;max-width:46%;padding:35px 20px 20px 30px;background:linear-gradient(90deg,#fff9f0,#fff9f0 84%,#fff9f000);display:flex;flex-direction:column;justify-content:center}.teacher-hero-copy h1{font-size:38px}.teacher-hero-copy p{font-size:17px;line-height:1.7;margin:0}.teacher-content{padding:16px}.teacher-core{display:grid;grid-template-columns:1.2fr 1.1fr .52fr;grid-gap:12px;gap:12px}.teacher-core>.panel{padding:16px}.teacher-core .section-head{margin:0 0 18px;gap:10px;flex-wrap:wrap}.teacher-core h2{font-size:23px}.teacher-core .section-head>a{font-size:12px}.teacher-today{display:grid;grid-template-columns:.9fr 1.2fr;grid-gap:17px;gap:17px}.teacher-today h2{font-size:23px;margin:8px 0}.teacher-today h3{font-size:13px;margin:11px 0 2px;color:#526483}.teacher-today p{font-size:13px;margin:0}.teacher-today>.art-fragment{border-radius:6px}.teacher-core .actions{flex-wrap:nowrap;gap:10px}.teacher-core .actions .btn{font-size:14px;padding:10px 15px;flex:1 1;white-space:nowrap}.student-table{min-width:0;font-size:13px}.student-table th{font-size:11px}.student-table td,.student-table th{padding:13px 7px}.student-table .badge{font-size:10px;white-space:nowrap}.student-table td:nth-child(3){width:24%}.teacher-core>aside .btn{font-size:15px;padding:10px 12px}.teacher-core>aside .panel{padding:18px 14px}.teacher-core>aside .panel>a{display:block;font-size:13px;margin:16px 0}.teacher-core .leaf-quote{padding:15px;gap:8px}.teacher-core .leaf-quote span{font-size:25px}.teacher-core .leaf-quote p{font-size:12px}.teacher-content>.panel{padding:16px}.teacher-content>.panel .section-head{margin:0 0 15px}.teacher-content .eight h3{font-size:13px;margin:8px 0 2px}.teacher-content .eight small{font-size:11px;color:var(--muted)}.lesson-form h2{font-size:22px;margin:15px 0 12px;gap:10px}.lesson-form h2:first-child{margin-top:0}.lesson-book-choices{display:flex;gap:10px;margin-bottom:20px}.lesson-book-choices>button{background:none;border:2px solid transparent;border-radius:8px;padding:4px;flex:1 1;min-width:0}.lesson-book-choices>button.active{border-color:var(--accent)}.lesson-book-choices>button span{font-size:12px;display:block;margin-top:4px;font-weight:700}.lesson-book-choices .art-fragment{border-radius:5px}.lesson-form .field{font-size:14px;margin-bottom:13px}.lesson-form .field textarea{height:65px;min-height:65px}.lesson-form .actions{justify-content:space-between}.book-management{display:grid;grid-template-columns:1.6fr 1fr;grid-gap:22px;gap:22px;padding:18px 2% 30px}.book-management>.section-head{margin:0}.book-management table{min-width:0;font-size:14px}.book-management th{font-size:13px}.book-management td{padding:13px 10px}.book-management td:first-child{width:110px}.book-table-cover{width:96px;padding:0;background:none}.book-management td strong{display:block;font-size:16px}.book-management td small{display:block;font-size:12px;color:var(--muted);margin-top:3px;max-width:250px}.book-management td>.btn{font-size:12px;white-space:nowrap}.book-management td .tag{white-space:nowrap}.book-edit-top{display:grid;grid-template-columns:.9fr 1.4fr;grid-gap:20px;gap:20px}.book-edit-top>.art-fragment{border-radius:8px;align-self:start}.book-management .field{font-size:14px;margin-bottom:17px}.book-management .field input,.book-management .field select{font-size:14px;padding:8px}.book-management .actions{justify-content:flex-end}.book-management textarea{min-height:140px;font-size:15px}@media(min-width:801px) and (max-width:1250px){.teacher-shell{grid-template-columns:165px 1fr}.teacher-sidebar{padding:24px 12px}.teacher-sidebar a{font-size:17px;padding:13px 10px}.teacher-hero-copy{padding:20px;max-width:48%}.teacher-hero-copy h1{font-size:30px}.teacher-hero-copy p{font-size:14px}.teacher-core{grid-template-columns:1.2fr 1fr}.teacher-core>aside{grid-column:1/-1;display:flex;gap:15px;align-items:center}.teacher-core>aside>.btn{width:auto}.teacher-core>aside>.panel{margin:0;display:flex;gap:14px;align-items:center;padding:12px}.teacher-core>aside .panel>a{margin:0}.teacher-core .leaf-quote,.teacher-core>aside .panel>h3{display:none}.teacher-content .eight{grid-template-columns:repeat(4,1fr)}.book-management{grid-template-columns:1.3fr 1fr;gap:14px}.book-management td{padding:10px 6px}.book-management td strong{font-size:14px}.book-management td small{display:none}.book-management table{font-size:12px}.book-management h2{font-size:21px}.book-edit-top{grid-template-columns:.8fr 1.2fr;gap:12px}}@media(max-width:800px){.teacher-shell{grid-template-columns:1fr}.teacher-sidebar{flex-direction:row;overflow:auto;padding:8px 4%;gap:10px}.teacher-sidebar h3,.teacher-sidebar small{display:none}.teacher-sidebar a{font-size:14px;padding:9px 12px;gap:7px;white-space:nowrap}.teacher-sidebar .ico{width:20px}.teacher-hero{display:flex;flex-direction:column}.teacher-hero-copy{position:relative;order:0;max-width:none;width:100%;padding:25px 5%;background:#fffaf2}.teacher-hero-art{order:1;aspect-ratio:2.7!important}.teacher-hero-art>img{width:170%!important;left:-70%!important;top:-15%!important}.teacher-hero-copy h1{font-size:33px}.teacher-hero-copy p{font-size:16px}.teacher-content{padding:16px 4%}.teacher-core{grid-template-columns:1fr}.teacher-core>.panel{padding:18px}.teacher-core h2{font-size:23px}.teacher-today h2{font-size:22px}.teacher-today h3,.teacher-today p{font-size:14px}.teacher-today{gap:17px}.teacher-core .actions .btn{font-size:13px;padding:10px 12px}.student-table{font-size:13px}.student-table td,.student-table th{padding:13px 7px}.teacher-core>aside{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;align-items:start}.teacher-core>aside>.panel{margin:0;grid-column:1/-1;display:flex;flex-wrap:wrap;gap:15px}.teacher-core>aside>.panel>h3{width:100%;margin:0}.teacher-core>aside>.panel>a{margin:0}.teacher-core>aside>.leaf-quote{display:none}.teacher-content .eight{grid-template-columns:repeat(2,1fr)}.teacher-content .eight h3{font-size:15px}.lesson-form h2{font-size:22px}.lesson-book-choices{overflow:auto;gap:8px}.lesson-book-choices>button{min-width:100px;flex:none}.lesson-form .field{font-size:16px}.lesson-form .field textarea{height:90px;min-height:90px}.lesson-form .grid.two{grid-template-columns:1fr 1fr}.lesson-form .actions .btn{font-size:14px;padding:10px 17px}.book-management{grid-template-columns:1fr;padding:17px 4%}.book-management table{min-width:600px}.book-management .section-head{gap:10px;flex-wrap:wrap}.book-management .section-head>h2{width:100%}.book-edit-top{gap:17px}.book-management .field{font-size:15px}.book-management input,.book-management select,.book-management textarea{font-size:16px!important}.book-management textarea{min-height:150px}}.art-fragment>img{aspect-ratio:auto!important}.ai-check-heading{display:flex;align-items:center;font-size:17px!important;background:#f7f6f4;border-radius:8px;padding:6px 7px;margin:13px 0 8px!important;gap:8px}.ai-check-heading .num{width:25px;height:25px;font-size:15px}.ai-check-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 12px;gap:10px 12px;padding:4px 8px 13px}.ai-check-grid label{display:flex;gap:7px;align-items:center;font-size:13px;font-weight:400;line-height:1.4}.ai-check-grid input{width:17px;height:17px;accent-color:var(--accent);flex:none;padding:0}.prompt-detail{font-size:12px;color:var(--muted);margin-top:8px}.prompt-detail summary{cursor:pointer}.prompt-detail[open]{padding-top:6px}.prompt-detail .field{margin-top:10px}@media(max-width:1100px) and (min-width:801px){.ai-check-grid{gap:8px;padding:3px 4px}.ai-check-grid label{font-size:11px}.ai-check-heading{font-size:14px!important;padding:4px}.ai-check-grid input{width:14px;height:14px}}@media(max-width:800px){.ai-check-grid label{font-size:14px}.ai-check-grid{gap:12px}.ai-check-heading{font-size:18px!important}}.ai-check-grid{gap:8px 10px;padding-bottom:10px}.ai-check-grid label{font-size:12px}.ai-check-heading{margin-top:10px!important}.workspace>aside>h2{margin-bottom:14px}.result-panel>.badge{bottom:24px;left:24px}.workspace .image-panel{align-self:start}@media(max-width:800px){.ai-check-grid label{font-size:14px}}.editable-copy{left:8%;right:53%;top:12%;min-height:25%;border-radius:4px;padding:12px;background:linear-gradient(120deg,#edf8fff5,#fff8e9f5)}.editor-tabs>*{padding:13px 6px;white-space:nowrap}.teacher-sidebar a{white-space:nowrap;gap:12px;padding:14px 10px;font-size:18px}.scene-copy h1,.teacher-hero-copy h1{word-break:keep-all}.library-decor,.scene-banner{height:auto!important}.scene-banner{max-height:none!important;aspect-ratio:var(--scene-ratio);display:block;container-type:inline-size;background:#fffaf2}.scene-banner>.scene-bg{position:absolute!important;inset:0!important;height:100%!important;min-height:0!important;aspect-ratio:auto!important;-webkit-clip-path:inset(0 0 0 var(--copy-percent));clip-path:inset(0 0 0 var(--copy-percent))}.scene-banner>.scene-bg>img{width:100%!important;left:0!important;top:var(--crop-top)!important}.home-design .scene-banner .scene-copy,.scene-banner .scene-copy{position:absolute!important;inset:0 auto 0 0!important;width:var(--copy-percent)!important;max-width:none!important;height:100%!important;background:#fffaf2!important;padding:24px 22px 24px 5.1%!important;justify-content:center}.scene-copy .actions{flex-wrap:wrap!important;white-space:normal!important}.scene-copy h1{font-size:clamp(32px,3.7cqw,58px)!important;letter-spacing:-.045em;overflow-wrap:anywhere}.scene-copy p{font-size:clamp(14px,1.23cqw,19px)!important;line-height:1.6}.home-design .scene-copy{padding-bottom:80px!important;justify-content:flex-start!important}.home-design .scene-copy h1{margin-top:12px}.home-design .mini-steps{position:relative!important;inset:auto!important;width:33.333%!important;max-width:none!important;height:auto!important;min-height:72px;margin:-72px 0 0 3.3%!important;padding:12px 10px;background:#fff7ed;z-index:4}.home-design .scene-copy .actions{gap:10px}.teacher-hero-art{-webkit-clip-path:inset(0 0 0 34%);clip-path:inset(0 0 0 34%)}.teacher-hero-copy{width:34%;max-width:none;background:#fffaf2!important;padding:20px 18px 20px 28px}.teacher-hero-copy h1{font-size:clamp(26px,2.45vw,38px)}.teacher-hero-copy p{font-size:clamp(13px,1.1vw,17px)}.grid>*{min-width:0}.scene-copy .btn{max-width:100%}.lesson-strip,.strip-book,.strip-book>div{min-width:0}.strip-book h3{white-space:normal;font-size:14px;line-height:1.4}.strip-book .progress{max-width:100%}.library-top>*{min-width:0}.library-top h1{white-space:normal}.library-controls .filters{flex-wrap:wrap}.catalog-card>*{min-width:0}@media(min-width:1600px){.home-design .mini-steps{min-height:84px;margin-top:-84px!important}.home-design .scene-copy{padding-bottom:100px!important}}@media(min-width:801px) and (max-width:1100px){.scene-banner .scene-copy{padding:17px 14px 17px 3%!important}.scene-copy h1{font-size:30px!important;margin-bottom:10px}.scene-copy p{font-size:13px!important;margin-bottom:12px}.scene-copy .btn{font-size:12px!important;padding:8px 12px!important;min-height:38px}.home-design .scene-copy{padding-bottom:15px!important}.home-design .mini-steps{width:100%!important;margin:0!important;border-radius:0;min-height:64px}.teacher-hero-copy{padding:15px}.teacher-hero-copy h1{font-size:25px}.teacher-hero-copy p{font-size:13px}}@media(max-width:800px){.scene-banner{aspect-ratio:auto;display:flex;flex-direction:column;container-type:normal}.home-design .scene-banner .scene-copy,.scene-banner .scene-copy{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;padding:26px 5% 22px!important;order:0}.scene-copy h1{font-size:36px!important;line-height:1.25}.home-design .scene-copy h1{font-size:42px!important;margin-top:0}.scene-copy p{font-size:16px!important}.scene-copy .actions{flex-wrap:wrap!important}.home-design .scene-banner>.scene-bg,.scene-banner>.scene-bg{position:relative!important;inset:auto!important;order:1;height:auto!important;aspect-ratio:850/var(--banner-height)!important;aspect-ratio:var(--banner-ratio)!important;min-height:0!important;-webkit-clip-path:none;clip-path:none}.home-design .scene-banner>.scene-bg>img,.scene-banner>.scene-bg>img{width:180.705882%!important;left:-80.705882%!important;top:var(--mobile-top)!important}.home-design .mini-steps{width:100%!important;margin:0!important;min-height:70px;border-radius:0;padding:12px!important;overflow:auto;gap:8px}.mini-steps>a{min-width:51px}.mini-steps span{font-size:10px}.teacher-hero-art{-webkit-clip-path:none;clip-path:none}.teacher-hero-copy{width:100%;max-width:none}.teacher-hero-art>img{width:170%!important;left:-70%!important;top:-48.5%!important}.header-tools>.profile span{display:none}.home-strips{min-width:0}.lesson-strip>.btn{flex:none}.strip-book{flex:1 1;min-width:140px}.strip-book h3{font-size:14px}.strip-intro h3{white-space:normal}.book-edit-top>*,.photo-layout>*,.read-info>*,.teacher-today>*{min-width:0}.catalog-card .btn{padding:7px 12px}.recommend-band>a{min-width:0}.recommend-band strong{overflow-wrap:anywhere}.portfolio-toolbar .filters{flex-wrap:wrap}}.book-management>*,.lesson-book-choices>*,.teacher-split>*{min-width:0}.lesson-book-choices{overflow-x:auto}.lesson-book-choices button{flex-shrink:0}.book-management .tablewrap{max-width:100%;overflow-x:auto}.scene-banner[data-scene="37"] .scene-copy h1{font-size:clamp(23px,2.3cqw,36px)!important;margin:0 0 10px}.scene-banner[data-scene="37"] .scene-copy p{margin:0;font-size:clamp(12px,1.1cqw,17px)!important}@media(min-width:801px) and (max-width:1100px){.scene-banner[data-scene="16"] .scene-copy h1{font-size:26px!important}.scene-banner[data-scene="16"] .scene-copy p{font-size:12px!important}.scene-banner[data-scene="16"] .scene-copy .actions{gap:6px}.scene-banner[data-scene="16"] .scene-copy .btn{min-height:32px;padding:6px 10px!important}}@media(max-width:800px){.lesson-book-choices{display:flex;gap:12px}.lesson-book-choices button{width:115px}.book-management .tablewrap table{min-width:570px}.mini-steps>a{flex:0 0 78px!important}.mini-steps span{white-space:normal;line-height:1.4}.teacher-hero-art{height:auto!important;aspect-ratio:786/305!important}.teacher-hero-art>img{width:195.419847%!important;left:-95.419847%!important;top:-28.52459%!important}}.operation-section,.project-section{margin:30px 0}.project-track-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.project-track{padding:0;overflow:hidden;display:flex;flex-direction:column;background:#fff}.track-visual{height:175px;position:relative;background:#fcf4ed;overflow:hidden}.track-visual>.badge{position:absolute;left:12px;top:12px}.track-visual .track-art{height:100%;aspect-ratio:auto!important}.track-content{padding:20px;display:flex;flex-direction:column;flex:1 1;gap:12px}.track-content h3{display:flex;align-items:center;gap:9px;font-size:22px;margin:0}.track-content p{font-size:16px;line-height:1.7;margin:0;flex:1 1}.track-content .btn{align-self:flex-start;margin-top:6px}.track-content .tags{flex-wrap:wrap;gap:6px}.project-home-link{display:flex;align-items:center;justify-content:space-between;gap:20px}.project-home-link p{margin:8px 0 0}.project-lead{max-width:1050px;font-size:18px;line-height:1.8}.project-stages{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin:24px 0 36px;background:#fff7ed;border-radius:15px}.project-stages>a{padding:24px 14px;text-align:center;min-width:0}.project-stages .num{font-size:12px;width:24px;height:24px;margin-right:6px}.project-stages h3{font-size:17px;margin:12px 0 7px}.project-stages p{font-size:14px;margin:0;color:var(--muted)}.operation-detail{display:grid;grid-template-columns:1fr 1fr;grid-gap:36px;gap:36px;margin-top:16px;padding:28px}.operation-detail h2{margin-top:14px}.operation-detail p{font-size:16px;line-height:1.8}.operation-example{padding:20px;background:#fffaf5;border-radius:12px}.fusion-band{display:flex;align-items:center;justify-content:space-between;gap:28px;margin:32px 0;padding:28px}.fusion-band p{font-size:16px;line-height:1.8;margin-bottom:0}.fusion-tags{display:flex;gap:12px;flex-wrap:wrap}.fusion-tags a{display:flex;align-items:center;gap:8px;padding:14px;background:white;border-radius:12px;border:1px solid var(--line);font-weight:700}.project-principles{margin:28px 0}.project-principles p{font-size:16px;line-height:1.8}.track-detail-heading{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:40px;gap:40px;align-items:center;padding:30px 0}.track-detail-heading h1{font-size:clamp(32px,3.5vw,52px);margin:20px 0}.track-detail-heading>.track-art{max-height:300px}.track-detail-heading>div:last-child{max-width:360px;justify-self:center;width:100%}.track-detail-heading .track-art{max-height:290px;border-radius:15px}.track-process h3{margin:16px 0 10px}.track-process p{font-size:16px;line-height:1.7}.lesson-expansion{grid-column:1/-1}.project-track-grid .tag{font-size:13px}.home-design .mini-steps span{white-space:normal;line-height:1.4}.home-design .mini-steps>a{min-width:0}.expansion-page .note{margin-top:24px}.expansion-page .section-head,.project-section .section-head{flex-wrap:wrap}.track-content .btn{white-space:normal}@media(max-width:1100px){.project-track-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-stages{grid-template-columns:repeat(3,minmax(0,1fr))}.fusion-band{align-items:flex-start;flex-direction:column}.project-home-link{flex-wrap:wrap}}@media(max-width:600px){.project-track-grid{grid-template-columns:1fr}.track-visual{height:190px}.operation-detail,.track-detail-heading{grid-template-columns:1fr;gap:18px}.track-detail-heading>div:last-child{max-width:300px}.operation-detail{padding:20px}.project-stages{grid-template-columns:repeat(2,minmax(0,1fr))}.project-stages>a{padding:18px 10px}.fusion-band{padding:20px}.track-process{grid-template-columns:1fr}.project-home-link .btn{white-space:normal}.project-section .section-head h2{font-size:22px}.operation-section .filters{flex-wrap:wrap}.project-track .track-content{padding:18px}.expansion-page h2{flex-wrap:wrap}.home-design .mini-steps>a{flex:0 0 88px!important}}.demo-track-context{max-width:1600px;margin:0 auto;padding:12px 2%;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;color:var(--muted);background:#fffaf5}.demo-track-context span{display:flex;align-items:center;gap:8px}.demo-track-context .ico{width:18px;height:18px}.demo-track-context a{color:var(--accent);font-weight:700}@media(max-width:600px){.demo-track-context{flex-wrap:wrap}}.project-track .track-visual{height:auto;aspect-ratio:3/2}.track-generated{width:100%;aspect-ratio:3/2;position:relative;overflow:hidden;background:#fcf4ed}.track-generated>img.track-image{position:static!important;display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:none!important;aspect-ratio:3/2!important;object-fit:contain!important;object-position:center!important;margin:0!important;border-radius:0;filter:none!important;transform:none!important}.track-detail-heading>div:last-child{max-width:520px}.track-detail-heading .track-generated{max-height:none;border-radius:15px}.track-visual .badge{font-size:12px;background:#fffaf2eb;color:#66718a}@media(max-width:600px){.project-track .track-visual{height:auto}.track-detail-heading>div:last-child{max-width:100%}}body{overflow-wrap:break-word}a,blockquote,body,button,h1,h2,h3,h4,label,p,small,span,strong{word-break:keep-all}.recommend-band strong,.scene-copy h1,h1,h2,h3,h4{overflow-wrap:normal}h1,h2,h3{line-height:1.4}.scene-copy h1{line-height:1.23}.catalog-card h3{word-break:keep-all;overflow-wrap:normal;line-height:1.45;letter-spacing:-.035em}.catalog-card p{word-break:keep-all;line-height:1.65;font-size:14px}.catalog-card>div,.teacher-today>div,.today-book>div{min-width:0}.operation-detail p,.project-lead,.track-content p{word-break:keep-all;line-height:1.75}input,textarea{word-break:normal}@media(max-width:600px){.catalog-card{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:16px}.catalog-card h3{font-size:20px}.teacher-today h2,.today-book h2{font-size:20px;line-height:1.5}.book-description h1{line-height:1.4}}@media(max-width:380px){.catalog-card{gap:12px}.catalog-card h3{font-size:18px}.catalog-card .btn{font-size:13px;padding:7px 10px}.teacher-today,.today-book{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:12px}}.section-head h2,.section-head h3{min-width:0;max-width:100%;flex-shrink:1}.section-head{min-width:0}