:root{--bg:#f6f4ef;--panel:#fff;--ink:#24303a;--muted:#69757f;--accent:#5a8f7b;--accent-dark:#2b5f4d;--accent2:#dfeee7;--warm:#f5e6de;--warm-ink:#8b4d2f;--line:#d9dfdc;--danger:#a94d42;--shadow:0 16px 42px rgba(36,48,58,.10);--soft-shadow:0 8px 24px rgba(36,48,58,.07);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif}body{padding:0 20px 36px}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit}[hidden]{display:none!important}.app-shell{max-width:1220px;margin:0 auto}.global-header{height:78px;display:flex;align-items:center;justify-content:space-between;gap:16px;position:sticky;top:0;z-index:80;background:rgba(246,244,239,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(217,223,220,.7)}.brand-button{display:flex;align-items:center;gap:12px;background:none;border:0;padding:4px;text-align:left;min-width:0}.brand-mark{width:46px;height:46px;border-radius:15px;background:var(--accent-dark);color:#fff;display:grid;place-items:center;font-size:23px;font-weight:950;box-shadow:0 8px 22px rgba(43,95,77,.22)}.brand-copy{display:block;min-width:0}.brand-copy strong,.brand-copy small{display:block}.brand-copy strong{font-size:17px}.brand-copy small{font-size:12px;color:var(--muted);margin-top:2px}.header-actions{display:flex;align-items:center;gap:8px}.local-badge{font-size:12px;font-weight:850;color:var(--accent-dark);background:var(--accent2);border:1px solid #c3dacf;padding:8px 11px;border-radius:999px;white-space:nowrap}.view{padding-top:26px}.hero-panel{background:var(--panel);border:1px solid rgba(36,48,58,.06);border-radius:30px;padding:36px;box-shadow:var(--shadow);display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:30px;align-items:center}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.12em;color:var(--accent);text-transform:uppercase;margin-bottom:9px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(31px,5vw,55px);line-height:1.22;letter-spacing:-.035em;margin-bottom:18px}h2{letter-spacing:-.02em}.hero-lead{font-size:18px;line-height:1.8;color:#43515b;max-width:820px;margin-bottom:0}.hero-actions{display:flex;flex-direction:column;gap:10px}.primary-btn,.secondary-btn,.ghost-btn,.icon-btn,.dialog-close{border:0;border-radius:14px;min-height:44px;padding:10px 15px;font-weight:850;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background .14s ease}.primary-btn:hover,.secondary-btn:hover,.ghost-btn:hover,.icon-btn:hover{transform:translateY(-1px)}.primary-btn{background:var(--accent);color:#fff;box-shadow:0 8px 18px rgba(90,143,123,.24)}.primary-btn.large{min-height:56px;font-size:17px}.primary-btn.danger{background:var(--danger)}.secondary-btn{background:#edf5f1;color:#285947;border:1px solid #c9ddd4}.ghost-btn{background:#fff;border:1px solid var(--line)}.ghost-btn.compact{min-height:38px;padding:7px 11px;font-size:13px}.ghost-btn.full,.secondary-btn.full,.primary-btn.full{width:100%}.danger-text{color:var(--danger)!important}.icon-btn{background:#eef1ef;min-width:46px;padding:0 12px}.boundary-panel{margin-top:18px;padding:17px 20px;border:1px solid #d2dfd9;border-radius:18px;background:#f7faf8;color:#43515b;display:flex;gap:10px;align-items:flex-start;line-height:1.7}.boundary-panel strong{color:#31483e;white-space:nowrap}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.stat-card{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:17px 20px;box-shadow:var(--soft-shadow);display:flex;justify-content:space-between;align-items:center}.stat-card span{color:var(--muted);font-size:13px;font-weight:750}.stat-card strong{font-size:22px}.toolbar{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.toolbar input,.toolbar select{min-height:46px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:10px 13px}.library-toolbar input{flex:1;min-width:260px}.library-toolbar select{min-width:145px}.lecture-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.lecture-card{background:var(--panel);border:1px solid var(--line);border-radius:21px;padding:19px;box-shadow:var(--soft-shadow);display:flex;flex-direction:column;gap:10px;position:relative;min-height:245px}.lecture-card.done{border-color:#9ec9b7}.lecture-card .card-code{font-weight:950;color:var(--accent-dark);font-size:13px}.lecture-card h2{font-size:21px;line-height:1.42;margin:0;padding-right:24px}.lecture-card .card-sub{font-size:13px;color:var(--muted)}.lecture-card .card-terms{font-size:13px;color:#53616b;line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.lecture-card .done-mark{position:absolute;top:15px;right:15px;width:28px;height:28px;border-radius:50%;background:#e0f0e8;color:#2e7259;display:grid;place-items:center;font-weight:950}.card-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}.card-actions button{min-height:38px;padding:7px 10px;border-radius:11px;font-size:13px}.card-actions .play-card{flex:1;background:var(--accent);color:#fff;border:0;font-weight:900}.card-actions .edit-card,.card-actions .more-card{background:#fff;border:1px solid var(--line);font-weight:800}.card-menu{position:absolute;right:14px;bottom:56px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:6px;box-shadow:var(--shadow);z-index:5;min-width:145px}.card-menu button{display:block;width:100%;text-align:left;background:none;border:0;padding:9px 10px;border-radius:9px;font-size:13px}.card-menu button:hover{background:#f2f4f3}.empty-state{background:var(--panel);border:1px dashed #bac9c2;border-radius:26px;padding:52px 24px;text-align:center}.empty-icon{width:72px;height:72px;margin:0 auto 18px;border-radius:50%;background:var(--accent2);display:grid;place-items:center;color:var(--accent-dark);font-size:29px;padding-left:5px}.empty-state h2{font-size:28px;margin-bottom:10px}.empty-state p{max-width:680px;margin:0 auto 20px;color:var(--muted);line-height:1.75}.empty-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.library-footer-actions{display:flex;justify-content:space-between;gap:10px;margin-top:25px;padding-top:20px;border-top:1px solid var(--line)}.view-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.view-heading h1{font-size:clamp(28px,4vw,45px);margin-bottom:0}.sticky-heading{position:sticky;top:78px;z-index:70;background:rgba(246,244,239,.94);backdrop-filter:blur(14px);padding:15px 0;border-bottom:1px solid var(--line)}.heading-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.editor-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px;align-items:start}.editor-nav{position:sticky;top:178px;background:var(--panel);border:1px solid var(--line);border-radius:19px;padding:12px;box-shadow:var(--soft-shadow);display:grid;gap:5px}.editor-nav a{text-decoration:none;padding:10px 11px;border-radius:10px;font-size:13px;font-weight:800;color:#50605a}.editor-nav a:hover{background:#eef5f1;color:var(--accent-dark)}.editor-main{display:grid;gap:17px}.form-card{background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:23px;box-shadow:var(--soft-shadow);scroll-margin-top:180px}.form-card-heading{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:20px}.form-card-heading>div{display:flex;align-items:center;gap:10px}.form-card-heading h2{font-size:23px;margin:0}.form-card-heading p{font-size:13px;color:var(--muted);margin:3px 0 0;line-height:1.6;text-align:right}.step-chip{width:30px;height:30px;border-radius:10px;background:var(--accent2);color:var(--accent-dark);display:grid;place-items:center;font-weight:950}.form-grid{display:grid;gap:14px}.form-grid.two{grid-template-columns:1fr 1fr}.form-grid.three{grid-template-columns:repeat(3,1fr)}label{display:grid;gap:7px;font-size:13px;font-weight:800;color:#46544d}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:13px;background:#fff;padding:11px 12px;outline:none;transition:border .15s ease,box-shadow .15s ease}textarea{resize:vertical;line-height:1.65}input:focus,textarea:focus,select:focus{border-color:#83ad9b;box-shadow:0 0 0 3px rgba(90,143,123,.13)}.required{color:var(--warm-ink);font-size:11px;margin-left:5px}.optional-details{margin-top:14px;border:1px solid var(--line);border-radius:14px;padding:10px 13px;background:#fafbfa}.optional-details summary{cursor:pointer;font-size:13px;font-weight:850;color:#55655e}.optional-details[open] summary{margin-bottom:11px}.notice-box{padding:14px 16px;border-radius:14px;background:#f7faf8;border:1px solid #d1dfd8;font-size:13px;line-height:1.7;color:#4b5b54}.points-editor{display:grid;gap:14px;margin-bottom:14px}.point-card{border:1px solid #cddad4;border-radius:18px;background:#fbfcfb;padding:17px}.point-card-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:15px}.point-card-header h3{margin:0;font-size:18px}.point-actions{display:flex;gap:6px}.point-actions button{width:35px;height:35px;border-radius:10px;border:1px solid var(--line);background:#fff;padding:0;font-weight:900}.point-actions button.remove-point{color:var(--danger)}.visual-data-wrap[hidden]{display:none!important}.option-editor{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}.option-editor label{display:flex;align-items:center;gap:8px}.option-editor label span{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:var(--accent2);color:var(--accent-dark);font-weight:950;flex:0 0 auto}.option-editor input{flex:1}.player-app{max-width:1000px;margin:0 auto}.player-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.player-brand{display:flex;align-items:center;gap:10px;min-width:0}.player-badge{min-width:52px;height:43px;padding:0 9px;border-radius:14px;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 8px 20px rgba(90,143,123,.25)}.player-brand>div:last-child{min-width:0}.player-brand strong,.player-brand span{display:block}.player-brand strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-brand span{font-size:12px;color:var(--muted);margin-top:2px}.player-progress-wrap{display:flex;align-items:center;gap:9px;min-width:220px}.player-progress{height:8px;flex:1;background:#e5e7e5;border-radius:999px;overflow:hidden}.player-progress>div{height:100%;width:0;background:var(--accent);transition:width .3s ease}.player-count{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums}.lecture-stage{position:relative;background:var(--panel);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;min-height:640px;border:1px solid rgba(36,48,58,.06)}.field-marker{position:absolute;top:18px;right:20px;z-index:5;padding:8px 12px;border-radius:999px;background:#eef6f2;border:1px solid #c9ddd4;color:#285947;font-size:13px;font-weight:800;box-shadow:0 6px 16px rgba(36,48,58,.08)}.lecture-scene{display:none;min-height:640px;padding:76px 50px 145px;animation:fade .28s ease}.lecture-scene.active{display:block}@keyframes fade{from{opacity:.15;transform:translateY(4px)}to{opacity:1;transform:none}}.scene-eyebrow{font-size:13px;font-weight:900;letter-spacing:.08em;color:var(--accent);text-transform:uppercase;margin-bottom:10px}.lecture-scene h1,.lecture-scene h2{margin:0;line-height:1.3}.lecture-scene h1{font-size:clamp(30px,5vw,54px);letter-spacing:-.03em}.lecture-scene h2{font-size:clamp(27px,4.2vw,43px);letter-spacing:-.02em}.scene-lead{margin:18px 0 0;font-size:clamp(17px,2.4vw,23px);line-height:1.8;color:#43515b}.scene-definition{margin:24px 0 0;padding:16px 20px;border-radius:18px;background:var(--accent2);border:2px solid #bfd8cd;font-size:clamp(20px,3vw,30px);font-weight:850;text-align:center;line-height:1.55;color:#285947;white-space:pre-line}.scene-note{margin-top:16px;padding:14px 17px;border-radius:16px;background:#f2f4f3;border:1px solid var(--line);font-size:17px;line-height:1.75;white-space:pre-line}.term-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:28px auto 0;max-width:820px}.term-item{display:flex;align-items:center;gap:12px;min-height:64px;padding:13px 16px;border-radius:17px;background:#f7faf8;border:1px solid #d5e2dc;font-size:clamp(17px,2.3vw,22px);font-weight:800}.term-no{flex:0 0 auto;width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:14px}.big-question{font-size:clamp(28px,4.4vw,48px);line-height:1.45;font-weight:850;max-width:830px;margin:34px auto 0;text-align:center}.question-mark{display:block;font-size:74px;color:var(--accent);line-height:1;margin-bottom:12px}.scene-bullets{margin:24px 0 0;padding:0;list-style:none;display:grid;gap:12px}.scene-bullets li{padding:14px 17px;border-radius:16px;background:#f7faf8;border:1px solid #d5e2dc;font-size:18px;line-height:1.65}.scene-bullets li::before{content:"✓";font-weight:900;color:var(--accent);margin-right:10px}.scene-flow{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;margin-top:28px}.flow-node{padding:18px 12px;border-radius:18px;text-align:center;font-weight:850;background:#f1f4f2;border:1px solid var(--line);min-height:80px;display:grid;place-items:center}.flow-node:nth-child(2n){background:var(--accent2);border-color:#bfd8cd;color:#285947}.scene-contrast{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:26px}.contrast-card{border:1px solid var(--line);border-radius:20px;padding:21px;background:#fbfcfb}.contrast-card h3{font-size:21px;margin-bottom:10px;color:var(--accent-dark)}.contrast-card p{font-size:17px;line-height:1.75;margin-bottom:0;white-space:pre-line}.quiz-box{max-width:780px;margin:24px auto 0}.quiz-question{font-size:clamp(22px,3vw,31px);font-weight:850;line-height:1.55;margin-bottom:18px}.quiz-answers{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quiz-answer{border:2px solid var(--line);background:#fff;border-radius:17px;padding:16px 18px;text-align:left;font-weight:780;transition:.15s ease;min-height:66px}.quiz-answer:hover{transform:translateY(-1px);border-color:#a9beb5}.quiz-answer.correct{background:#e3f1ea;border-color:#72a990;color:#245c46}.quiz-answer.wrong{background:#f7e5df;border-color:#c88362;color:#8b4529}.quiz-answer:disabled{cursor:default;transform:none}.quiz-feedback{min-height:68px;margin-top:16px;border-radius:16px;padding:14px 17px;background:#f2f4f3;display:none;line-height:1.65}.quiz-feedback.show{display:block}.quiz-feedback strong{display:block;margin-bottom:3px}.caption{position:absolute;left:24px;right:24px;bottom:88px;background:rgba(36,48,58,.93);color:#fff;border-radius:15px;padding:13px 17px;text-align:center;font-size:16px;line-height:1.55;box-shadow:0 8px 28px rgba(0,0,0,.16);min-height:52px;display:flex;align-items:center;justify-content:center}.player-controls{position:absolute;left:0;right:0;bottom:0;min-height:72px;border-top:1px solid var(--line);background:rgba(255,255,255,.97);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 17px}.control-group{display:flex;align-items:center;gap:8px}.primary-btn.playback{min-width:118px}.compact-select{display:block;font-size:11px;color:var(--muted)}.compact-select span{display:block;margin-bottom:3px}.compact-select select{height:40px;padding:0 28px 0 10px;max-width:175px}.player-status{font-size:12px;color:var(--muted);white-space:nowrap}.player-after{padding:15px 4px 0}.source-note{color:var(--muted);font-size:12px;line-height:1.65;white-space:pre-line}.player-after-actions{display:flex;gap:9px;justify-content:flex-end;flex-wrap:wrap}.start-overlay{position:absolute;inset:0;background:rgba(43,61,53,.94);z-index:30;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;cursor:pointer;color:#fff;text-align:center;padding:20px}.start-circle{width:96px;height:96px;border-radius:50%;background:#fff;color:#2b3d35;display:grid;place-items:center;font-size:42px;padding-left:7px}.start-overlay strong{font-size:18px}.start-overlay span{font-size:13px;color:rgba(255,255,255,.78)}.help-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.help-card,.help-wide-card{background:var(--panel);border:1px solid var(--line);border-radius:21px;padding:22px;box-shadow:var(--soft-shadow)}.help-card>span{width:35px;height:35px;border-radius:11px;background:var(--accent2);color:var(--accent-dark);display:grid;place-items:center;font-weight:950;margin-bottom:15px}.help-card h2{font-size:20px}.help-card p,.help-wide-card p{color:#526159;line-height:1.75;margin-bottom:0}.help-wide-card{margin-top:15px}.help-wide-card h2{font-size:22px}.app-dialog{border:0;padding:0;background:transparent;max-width:min(920px,calc(100vw - 24px));width:100%}.app-dialog::backdrop{background:rgba(28,38,34,.68);backdrop-filter:blur(4px)}.dialog-card{background:#fff;border-radius:24px;padding:24px;box-shadow:0 24px 70px rgba(0,0,0,.25);width:min(680px,100%);margin:auto}.dialog-card.wide{width:min(900px,100%)}.dialog-card.small{width:min(440px,100%)}.dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dialog-heading h2{font-size:28px;margin-bottom:10px}.dialog-close{background:#eef1ef;width:40px;height:40px;padding:0;font-size:25px}.dialog-card>p{color:var(--muted);line-height:1.7}.dialog-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}.code-area{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;white-space:pre}.export-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.export-section{border:1px solid var(--line);border-radius:17px;padding:17px;background:#fbfcfb}.export-section.span-two{grid-column:1/-1}.export-section h3{font-size:18px;margin-bottom:7px}.export-section p{font-size:13px;color:var(--muted);line-height:1.65}.stack-actions{display:grid;gap:8px}.compact-grid label{font-size:12px}.progress-line{height:9px;background:#e5e7e5;border-radius:999px;overflow:hidden;margin-top:13px}.progress-line>div{height:100%;width:0;background:var(--accent);transition:width .2s}.small-note{font-size:12px!important;margin-top:8px!important;margin-bottom:0!important}.small-dialog{max-width:460px}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,18px);background:#26362f;color:#fff;padding:12px 17px;border-radius:13px;box-shadow:0 10px 30px rgba(0,0,0,.22);opacity:0;pointer-events:none;transition:.22s ease;z-index:200;font-size:14px;max-width:min(680px,calc(100vw - 30px));text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:980px){.hero-panel{grid-template-columns:1fr}.hero-actions{display:grid;grid-template-columns:repeat(3,1fr)}.hero-actions .primary-btn.large{grid-column:1/-1}.lecture-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-layout{grid-template-columns:1fr}.editor-nav{position:static;display:flex;flex-wrap:wrap}.editor-nav a{display:none}.editor-nav .full{width:auto}.help-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){body{padding:0 8px 24px}.global-header{height:68px}.brand-mark{width:42px;height:42px}.brand-copy strong{font-size:15px}.brand-copy small{display:none}.local-badge{display:none}.view{padding-top:14px}.hero-panel{padding:23px;border-radius:23px}.hero-panel h1{font-size:34px}.hero-lead{font-size:16px}.hero-actions{grid-template-columns:1fr}.hero-actions .primary-btn.large{grid-column:auto}.boundary-panel{display:block}.boundary-panel strong{display:block;margin-bottom:5px;white-space:normal}.stats-row{grid-template-columns:1fr}.lecture-grid{grid-template-columns:1fr}.library-footer-actions{flex-direction:column}.view-heading,.form-card-heading{display:block}.heading-actions{margin-top:12px;justify-content:flex-start}.sticky-heading{top:68px}.editor-nav{gap:7px}.form-card{padding:18px;scroll-margin-top:180px}.form-card-heading p{text-align:left;margin-top:8px}.form-grid.two,.form-grid.three,.option-editor,.export-grid{grid-template-columns:1fr}.export-section.span-two{grid-column:auto}.lecture-stage{min-height:760px;border-radius:20px}.lecture-scene{min-height:760px;padding:78px 20px 182px}.field-marker{top:12px;left:12px;right:12px;text-align:center}.term-list,.quiz-answers,.scene-contrast{grid-template-columns:1fr}.caption{left:9px;right:9px;bottom:124px;font-size:14px;padding:10px 12px;min-height:54px}.player-controls{min-height:116px;align-items:center;flex-wrap:wrap;padding:8px 10px}.playback-controls{flex:1}.player-settings{order:3;width:100%;justify-content:center}.compact-select select{max-width:132px}.player-status{display:none}.player-progress-wrap{min-width:120px}.player-brand strong{max-width:165px}.player-after-actions{justify-content:stretch}.player-after-actions button{flex:1}.help-grid{grid-template-columns:1fr}.dialog-card{padding:19px;border-radius:20px}.dialog-heading h2{font-size:24px}.toolbar{position:sticky;top:68px;background:rgba(246,244,239,.96);padding:9px 0;z-index:60}.library-toolbar input,.library-toolbar select,.library-toolbar button{width:100%;min-width:0}.toast{bottom:14px}}
@media(max-width:430px){.header-actions .ghost-btn{font-size:0;width:40px;padding:0}.header-actions .ghost-btn::after{content:"?";font-size:16px}.header-actions #installButton::after{content:"＋"}.hero-panel h1{font-size:30px}.lecture-scene h1{font-size:31px}.lecture-scene h2{font-size:28px}.scene-definition{font-size:21px}.player-progress-wrap{min-width:95px}.player-count{display:none}.compact-select select{max-width:112px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
