.worksheet-builder *{margin:0;padding:0;box-sizing:border-box}.editor-layout ul{list-style:disc outside}.editor-layout ol{list-style:decimal outside}.editor-layout ol,.editor-layout ul{margin:.25em 0;padding-left:1.35em}.editor-layout li{margin:0}.editor-layout{--sidebar-rail-width:64px;--sidebar-panel-width:320px;--sidebar-open-width:calc(var(--sidebar-rail-width) + var(--sidebar-panel-width));--sidebar-motion-duration:320ms;--sidebar-motion-easing:cubic-bezier(0.22,1,0.36,1);--sidebar-seam-radius:20px;display:flex;flex-direction:column;min-height:100vh;width:100%;position:fixed;top:0;left:0;right:0;bottom:0}.editor-content{display:flex;flex:1;overflow:hidden;background:#f0f1f5}.sidebar{width:320px;background-color:#fff;border-right:1px solid #e0e0e0;padding:20px;height:100%;overflow-y:auto;flex-shrink:0}.sidebar h2{font-size:18px;color:#1a1a2e;margin-bottom:8px}.sidebar-subtitle{font-size:13px;color:#666}.block-category,.sidebar-subtitle{margin-bottom:20px}.block-category h3{font-size:12px;text-transform:uppercase;color:#888;margin-bottom:10px;letter-spacing:.5px}.draggable-block{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:12px 15px;margin-bottom:10px;cursor:grab;display:flex;align-items:center;gap:12px;transition:all .2s ease}.draggable-block:hover{border-color:#7ed3e2;box-shadow:0 2px 8px rgba(0,0,0,.1)}.draggable-block:active{cursor:grabbing}.block-icon{width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.block-icon.teal{background-color:#e8f4f6;color:#4a90a4}.block-icon.purple{background-color:#f3e8ff;color:#8b5cf6}.block-icon.orange{background-color:#fff3e8;color:#f59e0b}.block-icon.green{background-color:#e8f5e9;color:#4caf50}.block-icon.blue{background-color:#e3f2fd;color:#2196f3}.block-icon.gray{background-color:#f0f0f0;color:#666}.block-icon.pink{background:#fce7f3;color:#db2777}.block-info h4{font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:2px}.block-info p{font-size:11px;color:#888}.main-area{flex:1;padding:70px 30px 30px;--main-area-footer-height:50px;--main-area-base-gap:30px;--main-area-thumbnail-height:112px;padding-bottom:calc(var(--main-area-footer-height) + var(--main-area-base-gap));background-color:#f0f1f5;overflow-y:auto;position:relative}.main-area.navigation-visible{padding-bottom:calc(var(--main-area-footer-height) + var(--main-area-base-gap) + var(--main-area-thumbnail-height))}.main-area.navigation-hidden{padding-bottom:calc(var(--main-area-footer-height) + var(--main-area-base-gap))}@media (max-width:768px){.main-area{--main-area-thumbnail-height:100px}}.main-area:before{content:"";position:fixed;top:59px;bottom:50px;right:0;z-index:10;pointer-events:none}.main-area:before,.sidebar-collapsed .main-area:before{left:var(--sidebar-rail-width)}[data-editor-footer=true]{position:fixed;left:0;right:0;border-top:1px solid rgba(0,0,0,.12);border-left:1px solid rgba(0,0,0,.12);border-top-left-radius:0;overflow:visible;transition:left var(--sidebar-motion-duration) var(--sidebar-motion-easing),border-color var(--sidebar-motion-duration) var(--sidebar-motion-easing)!important}[data-editor-footer=true]:before{content:"";position:absolute;left:calc(-1 * var(--sidebar-seam-radius));top:calc(-1 * var(--sidebar-seam-radius));width:var(--sidebar-seam-radius);height:var(--sidebar-seam-radius);background:#fff;border-right:1px solid rgba(0,0,0,.12);border-bottom:1px solid rgba(0,0,0,.12);border-bottom-right-radius:var(--sidebar-seam-radius);pointer-events:none}@media (min-width:640px){[data-editor-footer=true]{left:var(--sidebar-rail-width)}}@media (min-width:1024px){[data-editor-footer=true]{left:var(--sidebar-rail-width)}}@media (max-width:639px){[data-editor-footer=true]{border-left:none}[data-editor-footer=true]:before{content:none}}.zoom-wrapper{width:100%;flex-direction:column}.canvas-header,.zoom-wrapper{display:flex;align-items:center}.canvas-header{justify-content:space-between;margin-bottom:20px;max-width:8.5in;margin-left:auto;margin-right:auto}.canvas-header h1{font-size:24px;color:#1a1a2e}.canvas-actions{display:flex;gap:10px}.btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-secondary{background:#fff;border:1px solid #e0e0e0;color:#333}.btn-secondary:hover{background:#f5f5f5}.btn-primary{background:#4a90a4;border:1px solid #4a90a4;color:#fff}.btn-primary:hover{background:#3d7a8c}.canvas{background:#fff;border:1px solid silver;border-radius:2px;width:8.5in;min-height:11in;padding:.5in;transition:all .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.15);margin:0 auto 30px}.canvas.drag-over{border-color:#7ed3e2;background-color:#f8fdfe}.canvas-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:10in;color:#999}.canvas-empty svg{width:64px;height:64px;margin-bottom:15px;opacity:.5}.canvas-empty h3{font-size:18px;margin-bottom:8px;color:#666}.canvas-empty p{font-size:14px}.page-indicator{text-align:center;color:#888;font-size:12px;margin-bottom:15px;max-width:8.5in;margin-left:auto;margin-right:auto}.dropped-block{position:relative;margin-bottom:20px}.dropped-block:hover .block-controls{opacity:1}.block-controls{position:absolute;top:-12px;right:10px;display:flex;gap:5px;opacity:0;transition:opacity .2s ease;z-index:10}.block-control-btn{width:28px;height:28px;border-radius:6px;border:1px solid #e0e0e0;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;color:#666;transition:all .2s ease}.block-control-btn:hover{background:#f5f5f5}.block-control-btn.delete:hover{background:#fee;border-color:#fcc;color:#e74c3c}.toolbar{display:none;position:absolute;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:6px 10px;box-shadow:0 2px 10px rgba(0,0,0,.12);z-index:100;gap:2px;align-items:center;left:50%;transform:translateX(-50%)}.toolbar.active{display:flex}.toolbar-top{bottom:calc(100% + 8px)}.toolbar-bottom{top:calc(100% + 8px)}.cell-wrapper,.section-wrapper{position:relative}.cell-wrapper{height:100%}.toolbar-btn{background:none;border:none;padding:6px 10px;cursor:pointer;font-size:14px;color:#333;border-radius:4px;display:flex;align-items:center;justify-content:center}.toolbar-btn:hover{background-color:#f5f5f5}.toolbar-btn.bold{font-weight:700}.toolbar-btn.underline{text-decoration:underline}.toolbar-btn.italic{font-style:italic}.toolbar-divider{width:1px;height:20px;background-color:#e0e0e0;margin:0 6px}.list-btn-wrapper{position:relative}.list-icon{display:flex;flex-direction:column;gap:3px;margin-right:2px}.list-icon span{display:block;width:14px;height:2px;background-color:#333}.dropdown-arrow{font-size:8px;color:#666}.list-dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 2px 10px rgba(0,0,0,.12);display:none;flex-direction:column;min-width:140px;z-index:200;margin-top:4px}.list-dropdown.active{display:flex}.list-dropdown-btn{background:none;border:none;padding:8px 12px;cursor:pointer;font-size:13px;color:#333;text-align:left;display:flex;align-items:center;gap:8px}.list-dropdown-btn:hover{background-color:#f5f5f5}.student-info-container{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:2px solid #2d3748;margin-bottom:15px}.student-info-field{flex:1;display:flex;flex-direction:column;gap:5px}.student-info-label{font-size:11px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.student-info-input{border:none;border-bottom:1px solid #333;padding:5px 0;font-size:14px;outline:none;background:transparent}.student-info-input:focus{border-bottom-color:#7ed3e2;border-bottom-width:2px}.student-info-twocol{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 0;border-bottom:2px solid #2d3748;margin-bottom:15px}.student-info-twocol-left{flex:1.5}.student-info-twocol-right{display:flex;flex-direction:column;gap:10px;min-width:200px}.student-info-twocol-row{display:flex;align-items:center;gap:8px}.student-info-twocol-row .student-info-label{min-width:50px;margin-bottom:0}.student-info-twocol-row .student-info-input{flex:1}.student-info-stacked{display:flex;flex-direction:column;gap:12px;padding:12px 0;border-bottom:2px solid #2d3748;margin-bottom:15px;max-width:350px}.student-info-stacked .student-info-field{flex-direction:row;align-items:center;gap:10px}.student-info-stacked .student-info-label{min-width:80px;text-align:right}.student-info-stacked .student-info-input{flex:1}.student-info-compact{display:flex;align-items:center;gap:15px;padding:8px 0;border-bottom:1px solid #999;margin-bottom:15px;font-size:12px}.student-info-compact-field{display:flex;align-items:center;gap:5px}.student-info-compact-label{font-weight:600;color:#333}.student-info-compact-input{border:none;border-bottom:1px solid #666;padding:2px 0;font-size:12px;outline:none;background:transparent;min-width:100px}.student-info-compact-input:focus{border-bottom-color:#7ed3e2}.student-info-compact-input.wide{min-width:180px}.logo-header-container{position:relative;margin:-.5in -.5in 20px;padding:15px .5in;background:linear-gradient(180deg,#f8f9fa 0,#fff)}.logo-header-inner{display:flex;align-items:center;justify-content:space-between}.logo-left-area{width:100px}.logo-upload-area{width:80px;height:80px;border:2px dashed #d0d0d0;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;background:hsla(0,0%,100%,.8);position:relative;overflow:hidden;opacity:.7}.logo-upload-area:hover{border-color:#7ed3e2;opacity:1}.logo-upload-area.has-image{border:none;opacity:1;background:transparent}.logo-upload-area svg{width:24px;height:24px;color:#aaa;margin-bottom:4px}.logo-upload-area span{font-size:9px;color:#aaa;text-transform:uppercase;letter-spacing:.5px}.logo-upload-area img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.header-title-area{flex:1;text-align:center;padding:0 20px;min-height:50px;display:flex;flex-direction:column;justify-content:center;align-items:center}.header-editable-wrapper{position:relative;display:inline-block}.header-title{font-size:22px;font-weight:700;color:#1a1a2e;outline:none;border:2px solid transparent;border-radius:6px;padding:6px 15px;display:inline-block;letter-spacing:.5px;min-width:100px}.header-title:focus{border-color:#7ed3e2}.header-title:empty:before{content:"School Name";color:#ccc}.header-subtitle{font-size:12px;color:#888;outline:none;border:2px solid transparent;border-radius:6px;padding:4px 10px;display:inline-block;margin-top:3px;letter-spacing:.3px;min-width:80px}.header-subtitle:focus{border-color:#7ed3e2}.header-subtitle:empty:before{content:"Subtitle";color:#ccc}.header-right-area{width:100px;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.header-school-year{outline:none;border:1px solid transparent;border-radius:4px;padding:2px 6px;font-size:11px;color:#999;text-align:right;min-width:60px}.header-school-year:focus{border-color:#7ed3e2}.header-school-year:empty:before{content:"2024-25";color:#ccc}.header-right-area .logo-upload-area{width:70px;height:70px}.lesson-header-container{text-align:center;padding:20px;border-radius:8px;margin-bottom:20px;background:#fff}.lesson-header-title{font-size:28px;font-weight:300;color:#1a8a9b;margin-bottom:5px;outline:none;border:2px solid transparent;border-radius:12px;padding:6px 15px;display:inline-block}.lesson-header-title:focus{border-color:#7ed3e2}.lesson-header-subtitle{font-size:20px;font-weight:700;color:#1a5a6b;margin-bottom:10px;outline:none;border:2px solid transparent;border-radius:12px;padding:4px 12px;display:inline-block}.lesson-header-subtitle:focus{border-color:#7ed3e2}.lesson-header-meta{font-size:13px;color:#666;display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.lesson-meta-item{outline:none;border:2px solid transparent;border-radius:8px;padding:4px 8px}.lesson-meta-item:focus{border-color:#7ed3e2}.lesson-meta-separator{color:#ccc}.stage-header{padding:0 0 5px;border-bottom:3px solid #1a8a9b;margin-bottom:15px}.stage-header-title{font-size:16px;font-weight:700;color:#1a8a9b;outline:none;border:2px solid transparent;border-radius:8px;padding:4px 10px;margin:-4px -10px}.stage-header-title:focus{border-color:#7ed3e2}.assessment-section-wrapper,.reflection-section-wrapper,.standards-section-wrapper{margin-bottom:20px}.standards-section-container{border:3px solid #2d3748;border-radius:8px;overflow:visible}.standards-table{width:100%;border-collapse:collapse}.standards-table tr{border-bottom:3px solid #2d3748}.standards-table tr:last-child{border-bottom:none}.standards-table td{padding:0;vertical-align:top}.standards-label-cell{width:180px;background:#f5f5f5;border-right:3px solid #2d3748}.standards-content-cell .section-wrapper,.standards-label-cell .section-wrapper{padding:15px}.standards-label{font-size:11px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.5px;outline:none;border:2px solid transparent;border-radius:6px;padding:4px 6px;margin:-4px -6px;display:block}.standards-label:focus{background:#e8f4f6;border-color:#7ed3e2}.standards-content{font-size:14px;color:#333;line-height:1.6;outline:none;border:2px solid transparent;border-radius:6px;padding:4px 6px;margin:-4px -6px}.standards-content:focus{background:#f8fdfe;border-color:#7ed3e2}.standards-content ol,.standards-content ul{margin:0;padding-left:20px}.standards-content li{margin-bottom:8px}.assessment-section-container{border:3px solid #2d3748;border-radius:8px;overflow:visible}.activity-section-wrapper{margin-bottom:20px}.activity-header-editable{padding:10px 15px;background:linear-gradient(90deg,#e8f4f6 0,#f5f5f5);font-size:14px;color:#1a5a6b;outline:none;border:2px solid transparent;border-radius:0 8px 8px 0}.activity-header-editable:focus{border-color:#7ed3e2}.activity-header-editable strong{font-weight:700}.activity-content{padding:20px 0}.activity-hooks-editable{padding:15px 20px;background:#f8fbfc;border:2px solid transparent;border-left:4px solid #1a8a9b;border-radius:0 8px 8px 0;font-size:14px;line-height:1.6;color:#333;outline:none;min-height:100px}.activity-hooks-editable:focus{border-top-color:#7ed3e2;border-right-color:#7ed3e2;border-bottom-color:#7ed3e2;background:#fff}.activity-hooks-editable p{margin-bottom:15px}.activity-hooks-editable p:last-child{margin-bottom:0}.activity-details{display:grid;grid-template-columns:1fr 1fr;gap:10px 30px}.activity-detail-item{font-size:14px;line-height:1.5;padding:5px 0}.detail-key{font-weight:700;color:#1a1a2e;outline:none;border:2px solid transparent;border-radius:6px;padding:2px 4px;margin:-2px -4px}.detail-key:focus{border-color:#7ed3e2}.detail-value{color:#333;outline:none;border:2px solid transparent;border-radius:6px;padding:2px 4px;margin:-2px -4px}.detail-value:focus{border-color:#7ed3e2}.learning-supports-container{margin-bottom:20px}.learning-supports-header{border-left:4px solid #1a8a9b;padding:10px 15px;background:linear-gradient(90deg,#e8f4f6 0,#f5f5f5);margin-bottom:0}.learning-supports-title{font-size:14px;font-weight:700;color:#1a8a9b;outline:none;border-radius:6px}.learning-supports-title:focus{background:#d4eef2;box-shadow:inset 0 0 0 2px #7ed3e2}.learning-supports-grid{display:grid;grid-template-columns:1fr 1fr;background:#f8fbfc;border-left:4px solid #1a8a9b;padding:15px 20px;gap:0 30px}.learning-supports-column{padding:0}.support-section{margin-bottom:18px}.support-section:last-child{margin-bottom:0}.support-section-title{font-size:14px;font-weight:700;color:#1a5a6b;margin-bottom:6px;outline:none;border-radius:6px}.support-section-title:focus{background:#e8f4f6;box-shadow:inset 0 0 0 2px #7ed3e2}.support-section-content{font-size:13px;line-height:1.6;color:#333;outline:none;border-radius:6px}.support-section-content:focus{background:#fff;box-shadow:inset 0 0 0 2px #7ed3e2}.reflection-section-container{border-radius:8px;overflow:visible}.reflection-table{width:100%;border-collapse:collapse}.reflection-table tr{border-bottom:3px solid #2d3748}.reflection-table tr:last-child{border-bottom:none}.reflection-table td{padding:0;vertical-align:top}.reflection-label-cell{width:180px;background:#f5f5f5;border-right:3px solid #2d3748}.reflection-content-cell .section-wrapper,.reflection-label-cell .section-wrapper{padding:15px}.reflection-label{font-size:11px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.5px;outline:none;border:2px solid transparent;border-radius:6px;padding:4px 6px;margin:-4px -6px;display:block}.reflection-label:focus{background:#e8f4f6;border-color:#7ed3e2}.reflection-content{font-size:14px;line-height:1.6;outline:none;border:2px solid transparent;border-radius:6px;padding:4px 6px;margin:-4px -6px}.reflection-content:focus{background:#f8fdfe;border-color:#7ed3e2}.reflection-content ul{margin:0;padding-left:20px}.reflection-content li{margin-bottom:8px}.self-assessment-container{margin-bottom:20px}.self-assessment-header{border-left:4px solid #1a8a9b;padding:10px 15px;background:linear-gradient(90deg,#e8f4f6 0,#f5f5f5)}.self-assessment-title{font-size:14px;font-weight:700;color:#1a8a9b;outline:none;border-radius:6px}.self-assessment-title:focus{background:#d4eef2;box-shadow:inset 0 0 0 2px #7ed3e2}.self-assessment-content{padding:15px 20px;border-left:4px solid #1a8a9b;background:#f8fbfc}.checkbox-item{display:flex;align-items:flex-start;margin-bottom:12px;font-size:14px}.checkbox-item:last-child{margin-bottom:0}.checkbox-box{width:18px;height:18px;border:2px solid #2d3748;border-radius:3px;margin-right:12px;margin-top:2px;flex-shrink:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.checkbox-box.checked{background:#1a8a9b;border-color:#1a8a9b}.checkbox-box.checked:after{content:"✓";color:#fff;font-size:12px}.checkbox-text{flex:1;outline:none;border:2px solid transparent;border-radius:6px;padding:2px 6px;margin:-2px -6px;line-height:1.5}.checkbox-text:focus{border-color:#7ed3e2}.self-assessment-questions{padding:15px 20px;border-left:4px solid #1a8a9b;background:#f8fbfc}.self-assessment-subtitle{font-size:13px;font-weight:700;color:#1a5a6b;margin-bottom:12px;outline:none;border-radius:6px}.self-assessment-subtitle:focus{background:#e8f4f6;box-shadow:inset 0 0 0 2px #7ed3e2}.self-assessment-list{padding-left:5px}.numbered-question{display:flex;align-items:flex-start;margin-bottom:10px;font-size:14px;line-height:1.5}.question-number{font-weight:700;color:#1a1a2e;margin-right:8px;flex-shrink:0}.question-text{flex:1;outline:none;border:2px solid transparent;border-radius:6px;padding:2px 6px;margin:-2px -6px}.question-text:focus{border-color:#7ed3e2}.tps-header{gap:10px;margin-bottom:15px;position:relative}.tps-header-content{display:flex;align-items:center;gap:10px;padding:8px 12px;border:2px solid transparent;border-radius:12px;cursor:text;outline:none}.tps-header-content:focus{border-color:#7ed3e2}.tps-header-content h1{font-size:24px;font-weight:700;color:#1a1a2e;outline:none}.tps-icon{width:32px;height:32px;flex-shrink:0}.tps-question-box{border:3px solid #2d3748;border-radius:8px;margin-bottom:20px;background-color:#fff}.tps-question-content{padding:15px 20px;border:2px solid transparent;border-radius:12px;cursor:text;outline:none}.tps-question-content:focus{border-color:#7ed3e2}.tps-question-content p{font-size:15px;font-weight:700;color:#1a1a2e;line-height:1.5;outline:none}.tps-table-container{border:3px solid #2d3748;overflow:visible}.tps-table{width:100%;border-collapse:collapse}.tps-table th{background-color:#e8f4f6;text-align:left;padding:0;border-bottom:3px solid #2d3748;vertical-align:top}.tps-table td:not(:last-child),.tps-table th:not(:last-child){border-right:3px solid #2d3748}.tps-th-content{padding:12px 15px;min-height:70px}.tps-th-content:focus{border-color:#7ed3e2}.tps-th-content h3{color:#1a1a2e;margin-bottom:4px}.tps-th-content p{font-size:13px;color:#333}.tps-table td{padding:0;height:150px;vertical-align:top;background-color:#fff}.tps-editable-cell{min-height:150px;padding:15px;line-height:1.5}.tps-editable-cell:focus{border-color:#7ed3e2}.vocab-container{border:3px solid #2d3748;border-radius:8px;overflow:hidden}.vocab-header{display:flex;align-items:center;gap:10px;padding:15px 20px;background:#f3e8ff;border-bottom:3px solid #2d3748}.vocab-header h2{font-size:20px;color:#1a1a2e}.vocab-grid{display:grid;grid-template-columns:repeat(2,1fr)}.vocab-item{padding:15px 20px;border-bottom:2px solid #e0e0e0}.vocab-item:nth-child(odd){border-right:2px solid #e0e0e0}.vocab-term{font-weight:700;color:#1a1a2e;margin-bottom:5px;outline:none;border:2px solid transparent;border-radius:6px;padding:4px 8px}.vocab-term:focus{border-color:#7ed3e2}.vocab-definition{color:#555;font-size:14px;outline:none;border:2px solid transparent;border-radius:6px;padding:4px 8px}.vocab-definition:focus{border-color:#7ed3e2}.exit-title-editable,.mc-title-editable,.vocab-title-editable{outline:none;border:2px solid transparent;border-radius:6px;padding:4px 8px;margin:-4px -8px}.exit-title-editable:focus,.mc-title-editable:focus,.vocab-title-editable:focus{border-color:#7ed3e2}.mc-container{border:3px solid #2d3748;border-radius:8px;overflow:hidden}.mc-header{display:flex;align-items:center;gap:10px;padding:15px 20px;background:#e3f2fd;border-bottom:3px solid #2d3748}.mc-header h2{font-size:20px;color:#1a1a2e}.mc-content{padding:20px}.mc-question{font-weight:700;font-size:16px;color:#1a1a2e;margin-bottom:15px;outline:none;border:2px solid transparent;border-radius:6px;padding:8px}.mc-question:focus{border-color:#7ed3e2}.mc-options{display:flex;flex-direction:column;gap:10px}.mc-option{display:flex;align-items:center;gap:12px;padding:12px 15px;border:none;border-radius:8px;transition:all .2s ease}.mc-option:hover{background:#f8fdfe}.mc-option-letter{width:28px;height:28px;border-radius:50%;background:#e8f4f6;display:flex;align-items:center;justify-content:center;font-weight:700;color:#4a90a4;flex-shrink:0}.mc-option-text{flex:1;outline:none;border:2px solid transparent;border-radius:6px;padding:4px 8px}.mc-option-text:focus{border-color:#7ed3e2}.text-block-container{border:3px solid #2d3748;border-radius:8px;padding:20px;background:#fff}.text-block-content{min-height:100px;outline:none;font-size:15px;line-height:1.6;border:2px solid transparent;border-radius:8px;padding:10px}.text-block-content:focus{border-color:#7ed3e2}.tps-container{margin-bottom:20px}.tps-fac-header{text-align:left;margin-bottom:15px}.tps-fac-title{font-size:24px;font-weight:400;color:#1a8a9b;outline:none;border-radius:6px;border:2px solid transparent;padding:4px 8px;margin:-4px -8px}.tps-fac-title:focus{background:#e8f4f6;border-color:#7ed3e2}.tps-meta{margin-top:10px;font-size:14px;line-height:1.8}.tps-meta-item{margin-bottom:4px}.tps-meta-key{font-weight:700;color:#1a1a2e;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.tps-meta-key:focus{background:#e8f4f6;border-color:#7ed3e2}.tps-meta-value{color:#333;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.tps-meta-value:focus{background:#f8fdfe;border-color:#7ed3e2}.tps-part-header{background:#2d3748;color:#fff;padding:10px 15px;margin:20px 0 15px;border:2px solid transparent}.tps-part-header:focus{border-color:#7ed3e2}.tps-section-title{font-size:14px;font-weight:700;color:#1a1a2e;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px 8px}.tps-section-title:focus{background:#e8f4f6;border-color:#7ed3e2}.tps-section-content{font-size:14px;line-height:1.6;color:#333;outline:none;border-radius:4px;border:2px solid transparent;padding:4px 6px;margin:-4px -6px 15px 20px}.tps-section-content:focus{background:#f8fdfe;border-color:#7ed3e2}.tps-section-content ul{margin:0;padding-left:20px}.tps-section-content li{margin-bottom:8px}.tps-inquiry-box{background:#f0f9fa;padding:15px 20px;margin:15px 0;line-height:1.6;border-radius:0 6px 6px 0;border:2px solid transparent;border-left:4px solid #1a8a9b}.tps-inquiry-box:focus{background:#e8f4f6;border-top-color:#7ed3e2;border-right-color:#7ed3e2;border-bottom-color:#7ed3e2}.tps-why-box{border-left:4px solid #1a8a9b;background:#f8fbfc;padding:15px 20px;margin:15px 0}.tps-why-title{color:#1a8a9b;padding:2px 4px;margin:-2px -4px 10px}.tps-why-title:focus{background:#d4eef2;border-color:#7ed3e2}.tps-why-content{line-height:1.6;padding:4px 6px;margin:-4px -6px}.tps-why-content:focus{border-color:#7ed3e2}.tps-columns{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;border:2px solid #2d3748;margin:20px 0}.tps-column{padding:15px;border-right:2px solid #2d3748}.tps-column:last-child{border-right:none}.tps-column-title{font-size:16px;font-weight:700;color:#1a1a2e;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px 10px}.tps-column-title:focus{background:#e8f4f6;border-color:#7ed3e2}.tps-column-instruction{font-size:13px;font-style:italic;color:#555;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px 15px}.tps-column-instruction:focus{background:#f8fdfe;border-color:#7ed3e2}.tps-write-area{border:1px solid #ccc;padding:12px;min-height:80px;font-size:13px;color:#888;font-style:italic;outline:none;border-radius:4px}.tps-write-area:focus{border-color:#7ed3e2;color:#333;font-style:normal;box-shadow:0 0 0 2px rgba(126,211,226,.3)}.tps-wordbank{border:2px solid #2d3748;padding:15px;margin:20px 0}.tps-wordbank-title{font-size:13px;font-weight:700;color:#1a1a2e;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px 8px}.tps-wordbank-title:focus{background:#e8f4f6;border-color:#7ed3e2}.tps-wordbank-content{font-size:13px;color:#333;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.tps-wordbank-content:focus{background:#f8fdfe;border-color:#7ed3e2}.tps-reflection{margin:20px 0}.tps-reflection-title{font-size:14px;font-weight:700;color:#1a1a2e;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px 15px}.tps-reflection-title:focus{background:#e8f4f6;border-color:#7ed3e2}.tps-reflection-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.tps-reflection-item label{display:block;font-size:13px;color:#333;outline:none;border:2px solid transparent;border-radius:4px;padding:2px 4px;margin:-2px -4px 8px}.tps-reflection-item label:focus{background:#e8f4f6;border-color:#7ed3e2}.tps-reflection-line{border:none;border-bottom:1px solid #333;width:100%;margin-top:5px}.tps-student-info{display:flex;gap:30px;margin:15px 0 20px;font-size:14px}.tps-student-field-line{border-bottom:1px solid #333;min-width:80px;display:inline-block}.jigsaw-container{margin-bottom:20px}.jigsaw-header{text-align:left;margin-bottom:15px}.jigsaw-title{font-size:24px;font-weight:400;color:#1a8a9b;outline:none;border-radius:6px;border:2px solid transparent;padding:4px 8px;margin:-4px -8px}.jigsaw-title:focus{background:#e8f4f6;border-color:#7ed3e2}.jigsaw-meta{margin-top:10px;font-size:13px;color:#666;border-bottom:1px solid #e0e0e0;padding-bottom:15px}.jigsaw-meta-editable{outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.jigsaw-meta-editable:focus{background:#f8fdfe;border-color:#7ed3e2}.jigsaw-group-setup{background:#f5f5f5;padding:15px 20px;margin:15px 0;border:3px solid #2d3748;border-radius:8px}.jigsaw-group-title{font-size:11px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.5px;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px 12px}.jigsaw-group-title:focus{background:#e8f4f6;border-color:#7ed3e2}.jigsaw-group-item{font-size:14px;margin-bottom:6px;line-height:1.5}.jigsaw-group-key{font-weight:700;color:#1a1a2e;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.jigsaw-group-key:focus{background:#e8f4f6;border-color:#7ed3e2}.jigsaw-group-value{color:#333;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.jigsaw-group-value:focus{background:#f8fdfe;border-color:#7ed3e2}.jigsaw-supports-table{width:100%;border-collapse:collapse;margin:15px 0;border:3px solid #2d3748;border-radius:8px;overflow:hidden}.jigsaw-supports-table tr{border-bottom:3px solid #2d3748}.jigsaw-supports-table tr:last-child{border-bottom:none}.jigsaw-supports-table td{padding:15px;vertical-align:top;font-size:14px}.jigsaw-supports-label{width:180px;font-size:11px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.5px;background:#f5f5f5;border-right:3px solid #2d3748;outline:none}.jigsaw-supports-label:focus{background:#e8f4f6;box-shadow:inset 0 0 0 2px #7ed3e2}.jigsaw-supports-content{color:#333;line-height:1.6;outline:none;border-radius:6px;border:2px solid transparent}.jigsaw-supports-content:focus{background:#f8fdfe;border-color:#7ed3e2}.jigsaw-student-fields{display:flex;flex-wrap:wrap;gap:15px 30px;margin:15px 0;font-size:14px}.jigsaw-field{display:flex;align-items:center;gap:8px}.jigsaw-field-label{font-weight:700;color:#1a1a2e;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.jigsaw-field-label:focus{background:#e8f4f6;border-color:#7ed3e2}.jigsaw-field-line{border-bottom:1px solid #333;min-width:120px;display:inline-block}.jigsaw-work-section{border:3px solid #2d3748;border-radius:8px;margin:20px 0}.jigsaw-work-header{padding:12px 20px;border-bottom:3px solid #2d3748;background:linear-gradient(90deg,#e8f4f6 0,#f5f5f5);border-left:4px solid #1a8a9b}.jigsaw-work-title{font-size:16px;color:#1a8a9b;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.jigsaw-work-title:focus{background:#d4eef2;border-color:#7ed3e2}.jigsaw-work-time{font-size:13px;color:#1a8a9b;font-weight:400;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.jigsaw-work-time:focus{background:#d4eef2;border-color:#7ed3e2}.jigsaw-work-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.jigsaw-option-box{background:#fff;border-right:3px solid #2d3748;border-bottom:3px solid #2d3748;padding:15px}.jigsaw-option-box:nth-child(2n){border-right:none}.jigsaw-option-box:nth-last-child(-n+2){border-bottom:none}.jigsaw-option-label{font-size:13px;font-weight:500;color:#333;line-height:1.4;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px 10px}.jigsaw-option-label:focus{background:#e8f4f6;border-color:#7ed3e2}.jigsaw-write-box{background:#fafafa;border:2px solid #2d3748;border-radius:6px;padding:12px;min-height:80px;font-size:13px;color:#666;outline:none}.jigsaw-write-box:focus{border-color:#7ed3e2;background:#fff;color:#333;box-shadow:0 0 0 2px rgba(126,211,226,.3)}.jigsaw-numbered-box{background:#fafafa;border:2px solid #2d3748;border-radius:6px;padding:10px 12px}.jigsaw-numbered-item{display:flex;align-items:flex-start;margin-bottom:8px;font-size:13px}.jigsaw-numbered-item:last-child{margin-bottom:0}.jigsaw-item-number{color:#555;margin-right:8px;flex-shrink:0;font-weight:500}.jigsaw-item-line{flex:1;border-bottom:1px solid #999;min-height:18px}.jigsaw-connecting-section{border:3px solid #2d3748;border-radius:8px;margin:20px 0}.jigsaw-connecting-header{padding:12px 20px;border-bottom:3px solid #2d3748;background:linear-gradient(90deg,#e8f4f6 0,#f5f5f5);border-left:4px solid #1a8a9b}.jigsaw-connecting-content{padding:20px}.jigsaw-connecting-item{margin-bottom:20px}.jigsaw-connecting-label{font-size:14px;font-weight:700;color:#1a1a2e;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px 10px}.jigsaw-connecting-label:focus{background:#e8f4f6;border-color:#7ed3e2}.jigsaw-connecting-box{background:#fafafa;border:2px solid #2d3748;border-radius:6px;padding:15px;min-height:60px;font-size:14px;outline:none}.jigsaw-connecting-box:focus{border-color:#7ed3e2;background:#fff;box-shadow:0 0 0 2px rgba(126,211,226,.3)}.journal-container,.journal-header{margin-bottom:20px}.journal-header{text-align:center}.journal-title{font-size:28px;font-weight:400;color:#1a8a9b;outline:none;border-radius:6px;border:2px solid transparent;padding:4px 8px;margin:-4px -8px 5px}.journal-title:focus{background:#e8f4f6;border-color:#7ed3e2}.journal-subtitle{font-size:14px;color:#666;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.journal-subtitle:focus{background:#f8fdfe;border-color:#7ed3e2}.journal-meta{text-align:left;font-size:14px;color:#333;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e0e0e0}.journal-meta-item{margin-bottom:5px}.journal-meta-key{font-weight:700;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.journal-meta-key:focus{background:#e8f4f6;border-color:#7ed3e2}.journal-meta-value{outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.journal-meta-value:focus{background:#f8fdfe;border-color:#7ed3e2}.journal-table-wrapper{border:3px solid #2d3748;border-radius:8px;overflow:hidden;margin:15px 0}.journal-table{width:100%;border-collapse:collapse}.journal-table tr{border-bottom:3px solid #2d3748}.journal-table tr:last-child{border-bottom:none}.journal-table td{padding:15px;vertical-align:top;font-size:14px}.journal-table .label-cell{width:180px;font-size:11px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.5px;background:#f5f5f5;border-right:3px solid #2d3748;outline:none}.journal-table .label-cell:focus{background:#e8f4f6;box-shadow:inset 0 0 0 2px #7ed3e2}.journal-table .content-cell{color:#333;line-height:1.6;background:#fff;outline:none}.journal-table .content-cell:focus{background:#f8fdfe;box-shadow:inset 0 0 0 2px #7ed3e2}.journal-prompt-box{border:3px solid #2d3748;border-radius:8px;overflow:hidden;margin:15px 0}.journal-prompt-header{padding:12px 20px;background:#fff;border-bottom:1px solid #e0e0e0}.journal-prompt-title{font-size:14px;font-weight:700;color:#1a1a2e;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.journal-prompt-title:focus{background:#e8f4f6;border-color:#7ed3e2}.journal-option{padding:15px 20px;border-bottom:1px solid #e0e0e0;background:#fff}.journal-option:last-child{border-bottom:none}.journal-option-text{font-size:14px;line-height:1.6;color:#333;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.journal-option-text:focus{background:#f8fdfe;border-color:#7ed3e2}.journal-option-label{font-weight:700;color:#1a1a2e}.journal-student-fields{gap:40px;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e0e0e0}.journal-field{display:flex;align-items:center;gap:8px;font-size:14px}.journal-field-label{color:#333;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.journal-field-label:focus{background:#e8f4f6;border-color:#7ed3e2}.journal-field-line{border-bottom:1px solid #333;min-width:150px;display:inline-block}.journal-self-check{border:3px solid #2d3748;border-radius:8px;overflow:hidden;margin:20px 0}.journal-self-check-header{padding:12px 20px;background:linear-gradient(90deg,#e8f4f6 0,#f5f5f5);border-left:4px solid #1a8a9b;border-bottom:3px solid #2d3748}.journal-self-check-title{font-size:14px;font-weight:700;color:#1a1a2e;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.journal-self-check-title:focus{background:#d4eef2;border-color:#7ed3e2}.journal-self-check-content{padding:15px 20px;background:#fff}.journal-check-item{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid #e0e0e0;font-size:14px;line-height:1.5}.journal-check-item:last-child{border-bottom:none}.journal-check-box{width:16px;height:16px;border:2px solid #2d3748;border-radius:3px;flex-shrink:0;margin-top:2px}.journal-check-text{color:#333;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px;flex:1}.journal-check-text:focus{background:#f8fdfe;border-color:#7ed3e2}.journal-scale-header{text-align:center;margin-bottom:20px}.journal-scale-title{font-size:24px;font-weight:400;color:#db2777;outline:none;border-radius:6px;border:2px solid transparent;padding:4px 8px;margin:-4px -8px 5px}.journal-scale-title:focus{background:#fce7f3;border-color:#f9a8d4}.journal-scale-subtitle{font-size:14px;color:#666;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.journal-scale-subtitle:focus{background:#fce7f3;border-color:#f9a8d4}.journal-scale-table-wrapper{border:3px solid #2d3748;border-radius:8px;overflow:hidden;margin:15px 0}.journal-scale-table{width:100%;border-collapse:collapse}.journal-scale-table thead tr{background:#f5f5f5;border-bottom:3px solid #2d3748}.journal-scale-table th{padding:12px 15px;font-size:11px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.5px;text-align:left;border-right:3px solid #2d3748;outline:none}.journal-scale-table th:last-child{border-right:none}.journal-scale-table th:focus{background:#e8f4f6;box-shadow:inset 0 0 0 2px #7ed3e2}.journal-scale-table tbody tr{border-bottom:3px solid #2d3748}.journal-scale-table tbody tr:last-child{border-bottom:none}.journal-scale-table td{padding:15px;font-size:14px;vertical-align:top;border-right:3px solid #2d3748;background:#fff}.journal-scale-table td:last-child{border-right:none}.journal-scale-table .level-cell{width:120px;font-weight:500;color:#1a5a6b;outline:none}.journal-scale-table .level-cell:focus{background:#e8f4f6;box-shadow:inset 0 0 0 2px #7ed3e2}.journal-scale-table .desc-cell{color:#333;line-height:1.6;outline:none}.journal-scale-table .desc-cell:focus{background:#f8fdfe;box-shadow:inset 0 0 0 2px #7ed3e2}.journal-success-box{border:3px solid #2d3748;border-radius:8px;overflow:hidden;margin:20px 0}.journal-success-header{padding:12px 20px;background:linear-gradient(90deg,#e8f4f6 0,#f5f5f5);border-left:4px solid #1a8a9b;border-bottom:3px solid #2d3748}.journal-success-title{font-size:14px;font-weight:700;color:#1a1a2e;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.journal-success-title:focus{background:#d4eef2;border-color:#7ed3e2}.journal-success-content{padding:15px 20px;background:#fff;font-size:14px;line-height:1.6;color:#333;outline:none;border:2px solid transparent}.journal-success-content:focus{background:#f8fdfe;border-color:#7ed3e2}.glossary-container,.glossary-header{margin-bottom:20px}.glossary-title{font-size:24px;font-weight:400;color:#1a8a9b;outline:none;border-radius:6px;border:2px solid transparent;padding:4px 8px;margin:-4px -8px 15px}.glossary-title:focus{background:#e8f4f6;border-color:#7ed3e2}.glossary-subtitle{font-size:18px;font-weight:700;color:#1a1a2e;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.glossary-subtitle:focus{background:#e8f4f6;border-color:#7ed3e2}.glossary-fields{display:flex;flex-wrap:wrap;gap:15px 40px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e0e0e0}.glossary-field{display:flex;align-items:center;gap:8px;font-size:14px}.glossary-field-label{color:#666;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.glossary-field-label:focus{background:#e8f4f6;border-color:#7ed3e2}.glossary-field-line{border-bottom:1px solid #333;min-width:120px;display:inline-block}.glossary-field-value{font-weight:500;color:#1a1a2e;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.glossary-field-value:focus{background:#e8f4f6;border-color:#7ed3e2}.glossary-table-wrapper{border:3px solid #2d3748;border-radius:8px;overflow:hidden;margin:15px 0}.glossary-table{width:100%;border-collapse:collapse}.glossary-table thead tr{background:#2d3748;border-bottom:3px solid #2d3748}.glossary-table th{padding:12px 15px;font-size:11px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;text-align:left;border-right:3px solid #4a5568;outline:none}.glossary-table th:last-child{border-right:none}.glossary-table th:focus{background:#4a5568;box-shadow:inset 0 0 0 2px #7ed3e2}.glossary-table tbody tr{border-bottom:3px solid #2d3748}.glossary-table tbody tr:last-child{border-bottom:none}.glossary-table td{padding:15px;font-size:14px;color:#333;vertical-align:top;border-right:3px solid #2d3748;background:#fff;outline:none}.glossary-table td:last-child{border-right:none}.glossary-table td:focus{background:#f8fdfe;box-shadow:inset 0 0 0 2px #7ed3e2}.glossary-table .word-cell{font-weight:500;color:#1a5a6b;font-style:italic}.glossary-table .translation-cell{color:#555}.glossary-picture-box{width:80px;height:60px;border:2px solid #2d3748;border-radius:4px;background:#fafafa}@media print{.sidebar{display:none}.main-area{margin-left:0;padding:0;background:none}.canvas-header{display:none}.canvas{box-shadow:none;border:none;margin:0;padding:.5in}.block-controls,.toolbar{display:none!important}.page-indicator{display:none}}.main-area{scrollbar-width:none;-ms-overflow-style:none}.main-area::-webkit-scrollbar{display:none;width:0;height:0}.editor-layout{overflow:hidden}.editor-content{scrollbar-width:none;-ms-overflow-style:none}.editor-content::-webkit-scrollbar{display:none;width:0;height:0}.worksheet-builder [style*=overflow]{scrollbar-width:none;-ms-overflow-style:none}.worksheet-builder [style*=overflow]::-webkit-scrollbar{display:none;width:0;height:0}.tab-navigation-bar{scrollbar-width:none;-ms-overflow-style:none}.tab-navigation-bar::-webkit-scrollbar{display:none;width:0;height:0}.worksheet-builder{scrollbar-width:none;-ms-overflow-style:none}.worksheet-builder::-webkit-scrollbar{display:none;width:0;height:0}body:has(.worksheet-builder){overflow:hidden}.guiding-question-block,.guiding-question-block div,.guiding-question-block p,.guiding-question-block span{font-size:14px!important;font-weight:400!important;font-style:normal!important;line-height:1.2;margin:0}.guiding-question-block strong{font-size:15px!important;font-weight:600!important;font-style:normal!important}.guiding-question-block .worksheet-mdx-editor{padding:0!important;margin:0!important}.guiding-question-block h3[dir=auto]{padding:0!important;font-size:14px!important;font-weight:400!important;line-height:1.2!important}.lesson-header-block .text-gray-400,.lesson-header-block .text-gray-400 *,.lesson-header-block .text-gray-400 div,.lesson-header-block .text-gray-400 h3,.lesson-header-block .text-gray-400 p,.lesson-header-block .text-gray-400 span{color:#6d6d6d!important}.stage-header-section .worksheet-mdx-editor strong,.stage-header-section h1,.stage-header-section h2,.stage-header-section h3,.stage-header-section p,.stage-header-section strong{font-weight:400!important}.stage-section{margin-top:1.25rem}.logo-header-block .worksheet-mdx-editor,.logo-header-block .worksheet-mdx-editor *,.logo-header-block .worksheet-mdx-editor div,.logo-header-block .worksheet-mdx-editor p,.logo-header-block .worksheet-mdx-editor span{color:#6d6d6d!important;opacity:.9}.logo-header-block .worksheet-mdx-editor{margin:0 0 0 -1px!important}.activity-table{border:2px solid #e0e0e0;border-radius:8px;overflow:hidden;margin-top:20px;margin-bottom:20px}.activity-table .table-header{background:linear-gradient(135deg,rgba(168,224,99,.1),rgba(149,224,99,.1));padding:16px;border-bottom:1px solid #e0e0e0}.activity-table .activity-label{font-weight:600;color:#001930;font-size:14px;margin-bottom:8px}.activity-table .activity-description{font-size:14px;line-height:1.6;color:#002d4c}.activity-table .metadata{display:flex;gap:24px;flex-wrap:wrap;font-size:13px;color:#666;background:#fff;padding:12px 16px;border-bottom:1px solid #e0e0e0}.activity-table .metadata>div span:first-child{font-weight:600;color:#002d4c}.activity-table .table-row{padding:16px;border-bottom:1px solid #e0e0e0}.activity-table .table-row:last-child{border-bottom:none}.activity-table .table-row.highlight{background:#fafafa}.activity-table .row-label{font-weight:600;color:#001930;margin-bottom:8px;font-size:14px}.activity-table .row-content{font-size:14px;line-height:1.6;color:#002d4c}.stage-header-accent-green{border-left:4px solid #a8e063}.stage-header-accent-cyan{border-left:4px solid #59c9e1}.stage-header-accent-teal{border-left:4px solid #00e5d3}.stage-header-accent-pink{border-left:4px solid #f671ea}.tps-activity-title-row{display:flex;align-items:center;gap:15px;margin-bottom:10px}.tps-activity-badge{background:#1a8a9b;color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.tps-activity-meta{font-size:13px;color:#666;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.tps-activity-meta:focus{background:#f8fdfe;border-color:#7ed3e2}.tps-activity-two-col{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:15px 0}.tps-activity-section{margin:15px 0}.tps-activity-bullet-list{padding-left:5px}.tps-activity-bullet-item{font-size:14px;line-height:1.6;color:#333;position:relative;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px 2px 15px;margin:-2px -4px 8px}.tps-activity-bullet-item:before{content:"•";position:absolute;left:0;color:#1a8a9b}.tps-activity-bullet-item:focus{background:#f8fdfe;border-color:#7ed3e2}.tps-activity-check-list{padding-left:5px}.tps-activity-check-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:14px}.tps-activity-checkbox{font-size:16px;color:#2d3748;flex-shrink:0;margin-top:1px}.tps-activity-check-text{flex:1;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px;line-height:1.5}.tps-activity-check-text:focus{background:#f8fdfe;border-color:#7ed3e2}.tps-activity-inquiry-text{font-size:15px;font-weight:500;color:#1a1a2e;line-height:1.5;outline:none;border-radius:4px;border:2px solid transparent;padding:4px 6px;margin:-4px -6px}.tps-activity-inquiry-text:focus{background:#e8f4f6;border-color:#7ed3e2}.tps-activity-phase-header{display:flex;align-items:center;gap:12px;padding:12px 15px;background:linear-gradient(90deg,#e8f4f6 0,#f5f5f5);border-left:4px solid #1a8a9b;border-radius:0 8px 8px 0;margin-bottom:15px}.tps-activity-phase-icon{font-size:20px}.tps-activity-phase-title{font-size:16px;font-weight:700;color:#1a8a9b;flex:1;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.tps-activity-phase-title:focus{background:#d4eef2;border-color:#7ed3e2}.tps-activity-phase-duration{font-size:14px;font-weight:500;color:#1a8a9b;background:#fff;padding:4px 10px;border-radius:12px;border:1px solid #1a8a9b}.tps-activity-phase-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:15px}.tps-activity-phase-item{background:#f8fbfc;padding:12px 15px;border-radius:6px;border-left:3px solid #1a8a9b}.tps-activity-item-label{font-size:12px;font-weight:600;color:#1a5a6b;text-transform:uppercase;letter-spacing:.5px;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px 6px}.tps-activity-item-label:focus{background:#e8f4f6;border-color:#7ed3e2}.tps-activity-help-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:15px 0}.tps-activity-help-item{background:#f8fbfc;padding:12px 15px;border-radius:6px;border-left:3px solid #f59e0b}.tps-activity-conditional-section{background:#fef3c7;border-left:4px solid #f59e0b;padding:12px 15px;margin:15px 0;border-radius:0 6px 6px 0}.tps-activity-conditional-label{font-size:12px;font-weight:600;color:#92400e;text-transform:uppercase;letter-spacing:.5px;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px 6px}.tps-activity-conditional-label:focus{background:#fde68a;border-color:#f59e0b}.tps-activity-conditional-content{font-size:14px;line-height:1.6;color:#78350f;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.tps-activity-conditional-content:focus{background:#fde68a;border-color:#f59e0b}.tps-activity-exit-box{background:#f0f9fa;border:2px solid #1a8a9b;border-radius:8px;padding:15px 20px;margin:15px 0}.tps-activity-student-header{text-align:center;margin-bottom:15px}.tps-activity-student-title{font-size:24px;font-weight:700;color:#1a1a2e;outline:none;border-radius:6px;border:2px solid transparent;padding:4px 8px;margin:-4px -8px}.tps-activity-student-title:focus{background:#e8f4f6;border-color:#7ed3e2}.tps-activity-student-meta{font-size:14px;color:#666;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.tps-activity-student-meta:focus{background:#f8fdfe;border-color:#7ed3e2}.tps-activity-choice-header{font-size:14px;font-weight:600;color:#1a5a6b;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px 12px}.tps-activity-choice-header:focus{background:#e8f4f6;border-color:#7ed3e2}.tps-activity-choice-list{padding-left:5px}.tps-activity-choice-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:14px}.tps-activity-circle-check{font-size:14px;color:#2d3748;flex-shrink:0;margin-top:2px}.tps-activity-choice-text{flex:1;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px;line-height:1.5}.tps-activity-choice-text:focus{background:#f8fdfe;border-color:#7ed3e2}.tps-activity-timeline-container{display:flex;align-items:center;justify-content:center;gap:15px;padding:15px;background:#f8fbfc;border-radius:8px;margin:15px 0}.tps-activity-timeline-phase{display:flex;flex-direction:column;align-items:center;gap:5px;padding:10px 20px;background:#fff;border-radius:8px;border:2px solid #1a8a9b}.tps-activity-timeline-emoji{font-size:24px}.tps-activity-timeline-name{font-size:14px;font-weight:700;color:#1a8a9b}.tps-activity-timeline-time{font-size:12px;color:#666}.tps-activity-timeline-arrow{font-size:24px;color:#1a8a9b}.tps-activity-timeline-text{font-size:14px;color:#333;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.tps-activity-timeline-text:focus{background:#f8fdfe;border-color:#7ed3e2}.tps-activity-tip-box{display:flex;align-items:flex-start;gap:12px;padding:12px 15px;background:#fef9c3;border-left:4px solid #eab308;border-radius:0 8px 8px 0;margin:15px 0}.tps-activity-tip-icon{font-size:20px;flex-shrink:0}.tps-activity-tip-text{font-size:14px;line-height:1.5;color:#713f12;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px;flex:1}.tps-activity-tip-text:focus{background:#fde68a;border-color:#eab308}.tps-activity-workspace-area{border:2px solid #2d3748;border-radius:8px;padding:15px;min-height:300px;background:#fff}.tps-activity-workspace-line{border-bottom:1px solid #d0d0d0;height:24px}.tps-activity-workspace-line:last-child{border-bottom:none}.tps-activity-resources-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:15px 0}.tps-activity-wordbank-list{display:flex;flex-wrap:wrap;gap:8px}.tps-activity-wordbank-item{background:#e8f4f6;color:#1a5a6b;padding:4px 10px;border-radius:12px;font-size:13px;outline:none;border:2px solid transparent}.tps-activity-wordbank-item:focus{background:#d4eef2;border-color:#7ed3e2}.tps-activity-tool-item{font-size:14px;line-height:1.6;color:#333;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px 6px}.tps-activity-tool-item:focus{background:#f8fdfe;border-color:#7ed3e2}.tps-activity-reflection-text{font-size:14px;line-height:1.5;color:#333;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.tps-activity-reflection-text:focus{background:#f8fdfe;border-color:#7ed3e2}.tps-activity-privacy-note{display:flex;align-items:center;gap:8px;margin-top:15px;padding:10px;background:#f3f4f6;border-radius:6px}.tps-activity-privacy-icon{font-size:14px;color:#6b7280}.tps-activity-privacy-text{font-size:13px;color:#6b7280;font-style:italic;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.tps-activity-privacy-text:focus{background:#e5e7eb;border-color:#9ca3af}.tps-v3-block-section{margin-bottom:32px;position:relative}.tps-v3-block-header{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-left:20px;border-left:4px solid #59c9e1}.tps-v3-block-header.facilitator{border-left-color:#59c9e1}.tps-v3-block-header.student{border-left-color:#00e5d3}.tps-v3-block-title{font-size:20px;font-weight:600;color:#001930;outline:none;border:2px solid transparent;border-radius:6px;padding:4px 8px;margin:-4px -8px}.tps-v3-block-title:focus{border-color:#59c9e1;background:rgba(89,201,225,.05)}.tps-v3-block-number{background:#59c9e1;color:#fff;font-size:11px;font-weight:700;padding:4px 12px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.tps-v3-block-header.student .tps-v3-block-number{background:#00e5d3}.tps-v3-labeled-section{display:grid;grid-template-columns:180px 1fr;gap:16px;margin-bottom:16px;padding:16px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:border-color .2s ease}.tps-v3-labeled-section:hover{border-color:rgba(89,201,225,.3)}.tps-v3-section-label{font-size:12px;font-weight:700;color:#002d4c;text-transform:uppercase;letter-spacing:.5px;padding-top:2px}.tps-v3-editable-text,.tps-v3-section-content{font-size:14px;color:#002d4c;line-height:1.6}.tps-v3-editable-text{padding:10px;margin:-10px;border:2px solid transparent;border-radius:6px;min-height:1.6em;cursor:text;transition:all .2s ease;outline:none}.tps-v3-editable-text:hover:not(:focus){background:rgba(89,201,225,.03)}.tps-v3-editable-text:focus{border-color:#59c9e1;background:#fff;box-shadow:0 0 0 3px rgba(89,201,225,.1)}.tps-v3-editable-list{padding-left:20px;margin:12px 0;list-style:disc}.tps-v3-editable-list li{font-size:14px;color:#002d4c;line-height:1.6;margin-bottom:8px;padding:8px;margin-left:-8px;border-radius:6px;cursor:text;transition:background .2s ease;border:2px solid transparent;outline:none}.tps-v3-editable-list li:hover:not(:focus){background:rgba(89,201,225,.03)}.tps-v3-editable-list li:focus{background:#fff;border-color:#59c9e1;box-shadow:0 0 0 2px rgba(89,201,225,.1)}.tps-v3-meta-line{display:flex;gap:24px;flex-wrap:wrap;font-size:14px;color:#666;margin-bottom:24px;padding:12px 0;border-bottom:1px solid #e0e0e0}.tps-v3-meta-item{display:flex;align-items:center;gap:8px}.tps-v3-meta-label{font-weight:600;color:#002d4c}.tps-v3-meta-value{outline:none;border:2px solid transparent;border-radius:4px;padding:2px 6px;margin:-2px -6px}.tps-v3-meta-value:hover:not(:focus){background:rgba(89,201,225,.03)}.tps-v3-meta-value:focus{border-color:#59c9e1;background:#fff}.tps-v3-phase-card{background:linear-gradient(135deg,rgba(89,201,225,.05),rgba(0,229,211,.05));border:1px solid rgba(89,201,225,.2);border-radius:12px;padding:20px;margin-bottom:20px}.tps-v3-phase-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(89,201,225,.2)}.tps-v3-phase-name{font-size:18px;font-weight:600;color:#001930;outline:none;border:2px solid transparent;border-radius:6px;padding:4px 8px;margin:-4px -8px}.tps-v3-phase-name:focus{border-color:#59c9e1;background:rgba(89,201,225,.05)}.tps-v3-phase-duration{background:#59c9e1;color:#fff;font-size:12px;font-weight:700;padding:6px 14px;border-radius:16px}.tps-v3-choice-container{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;margin-bottom:16px}.tps-v3-choice-label{font-size:14px;font-weight:600;color:#002d4c;margin-bottom:12px}.tps-v3-checkbox-group{display:flex;flex-direction:column;gap:10px}.tps-v3-checkbox-item{display:flex;align-items:flex-start;gap:12px;padding:12px;background:rgba(89,201,225,.02);border:1px solid #e0e0e0;border-radius:6px;transition:all .2s ease}.tps-v3-checkbox-item:hover{background:rgba(89,201,225,.05);border-color:rgba(89,201,225,.3)}.tps-v3-checkbox{width:20px;height:20px;border:2px solid #59c9e1;border-radius:4px;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;color:#59c9e1;font-weight:700;font-size:12px}.tps-v3-checkbox-text{flex:1;font-size:14px;color:#002d4c;line-height:1.5;outline:none;border:2px solid transparent;border-radius:4px;padding:2px 4px;margin:-2px -4px}.tps-v3-checkbox-text:focus{border-color:#59c9e1;background:rgba(89,201,225,.05)}.tps-v3-help-subsection{background:rgba(168,224,99,.05);border:1px solid rgba(168,224,99,.2);border-radius:8px;padding:20px;margin-bottom:16px}.tps-v3-help-subsection-title{font-size:14px;font-weight:700;color:#001930;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid rgba(168,224,99,.3)}.tps-v3-conditional-section{background:rgba(89,201,225,.08);border:2px dashed rgba(89,201,225,.4);border-radius:8px;padding:16px;margin-bottom:16px}.tps-v3-conditional-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.tps-v3-conditional-badge{display:inline-block;background:#59c9e1;color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.tps-v3-delete-instruction{font-size:11px;color:#666;font-style:italic}.tps-v3-conditional-content{font-size:13px;line-height:1.6;color:#002d4c}.tps-v3-conditional-example{margin-top:8px;padding:10px;background:hsla(0,0%,100%,.5);border-radius:4px;font-style:italic}.tps-v3-inquiry-box{background:linear-gradient(135deg,#59c9e1,#00e5d3);color:#fff;padding:24px;border-radius:12px;margin-bottom:24px;font-size:16px;font-weight:500;line-height:1.6;text-align:center;box-shadow:0 4px 12px rgba(89,201,225,.2)}.tps-v3-inquiry-box .tps-v3-editable-text{color:#fff}.tps-v3-inquiry-box .tps-v3-editable-text:hover:not(:focus){background:hsla(0,0%,100%,.1)}.tps-v3-inquiry-box .tps-v3-editable-text:focus{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5);box-shadow:none}.tps-v3-student-header{background:linear-gradient(135deg,#00e5d3,#59c9e1);color:#fff;padding:20px 32px;border-radius:12px 12px 0 0;margin:-.5in -.5in 32px}.tps-v3-student-title{font-size:22px;font-weight:700;outline:none;border:2px solid transparent;border-radius:6px;padding:4px 8px;margin:-4px -8px 12px}.tps-v3-student-title:focus{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3)}.tps-v3-student-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;margin-bottom:12px;opacity:.95}.tps-v3-student-meta span{outline:none;border:2px solid transparent;border-radius:4px;padding:2px 6px;margin:-2px -6px}.tps-v3-student-meta span:focus{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3)}.tps-v3-student-fields{display:flex;gap:20px;flex-wrap:wrap;font-size:12px;margin-top:12px}.tps-v3-student-field{display:flex;gap:6px;align-items:center}.tps-v3-student-field-input{border-bottom:2px solid hsla(0,0%,100%,.5);padding:2px 8px;min-width:120px;background:transparent;color:#fff}.tps-v3-why-matters{background:linear-gradient(90deg,rgba(89,201,225,.08),hsla(0,0%,100%,.5));border-left:4px solid #59c9e1;padding:20px;border-radius:8px;margin-bottom:24px}.tps-v3-why-matters-title{font-size:16px;font-weight:700;color:#001930;outline:none;border:2px solid transparent;border-radius:4px;padding:2px 6px;margin:-2px -6px 12px}.tps-v3-why-matters-title:focus{border-color:#59c9e1;background:rgba(89,201,225,.1)}.tps-v3-timeline-container{background:linear-gradient(135deg,rgba(0,229,211,.1),rgba(89,201,225,.1));border:1px solid rgba(0,229,211,.3);border-radius:12px;padding:20px;margin-bottom:20px}.tps-v3-timeline{display:flex;align-items:center;justify-content:center;gap:16px;font-weight:600;font-size:16px;color:#001930}.tps-v3-timeline-phase{padding:8px 16px;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);outline:none;border:2px solid transparent}.tps-v3-timeline-phase:focus{border-color:#59c9e1}.tps-v3-timeline-arrow{font-size:20px;color:#59c9e1}.tps-v3-tip-box{background:linear-gradient(135deg,rgba(168,224,99,.1),rgba(89,201,225,.1));border-left:4px solid #a8e063;border-radius:8px;padding:16px 20px;margin-bottom:20px;display:flex;gap:12px;align-items:flex-start}.tps-v3-tip-icon{font-size:24px;flex-shrink:0}.tps-v3-tip-content{font-size:14px;line-height:1.6;color:#002d4c;flex:1}.tps-v3-tip-label{font-weight:700;color:#001930}.tps-v3-workspace-container{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:24px;min-height:350px;margin-bottom:24px;background-image:repeating-linear-gradient(transparent,transparent 35px,#e0e0e0 0,#e0e0e0 36px);background-size:100% 36px;background-position:0 24px}.tps-v3-word-bank{display:flex;flex-wrap:wrap;gap:8px;padding:16px;background:rgba(0,229,211,.05);border-radius:8px;margin-bottom:16px}.tps-v3-word-item{background:linear-gradient(135deg,#59c9e1,#00e5d3);color:#fff;padding:6px 14px;border-radius:16px;font-size:13px;font-weight:600;box-shadow:0 2px 4px rgba(89,201,225,.2);outline:none;border:2px solid transparent}.tps-v3-word-item:focus{border-color:hsla(0,0%,100%,.5);box-shadow:0 2px 8px rgba(89,201,225,.4)}.tps-v3-reflection-container{background:rgba(246,113,234,.05);border:1px solid rgba(246,113,234,.2);border-radius:12px;padding:20px;margin-bottom:20px}.tps-v3-reflection-title{font-size:16px;font-weight:700;color:#001930;margin-bottom:12px}.tps-v3-reflection-prompt{display:flex;gap:12px;align-items:center;margin-bottom:12px;font-size:14px;color:#002d4c}.tps-v3-reflection-line{flex:1;border-bottom:2px solid #e0e0e0;min-height:30px}.tps-v3-label-subtitle{display:block;font-size:10px;font-weight:400;text-transform:none;letter-spacing:0;margin-top:4px;color:#666}.tps-v3-inquiry-prompt{font-size:16px;font-weight:500;color:#001930}.tps-v3-student-meta-item{outline:none;border:2px solid transparent;border-radius:4px;padding:2px 6px;margin:-2px -6px}.tps-v3-student-meta-item:focus{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3)}.tps-v3-student-title-editable{outline:none;border:2px solid transparent;border-radius:4px;padding:2px 6px;margin:-2px -6px}.tps-v3-student-title-editable:focus{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3)}.tps-v3-inquiry-box-text{color:#fff;outline:none;border:2px solid transparent;border-radius:6px;padding:10px;margin:-10px;display:block}.tps-v3-inquiry-box-text:hover:not(:focus){background:hsla(0,0%,100%,.1)}.tps-v3-inquiry-box-text:focus{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5)}.tps-v3-editable-text-inline{outline:none;border:2px solid transparent;border-radius:4px;padding:2px 6px;margin:-2px -6px}.tps-v3-editable-text-inline:hover:not(:focus){background:rgba(89,201,225,.03)}.tps-v3-editable-text-inline:focus{border-color:#59c9e1;background:rgba(89,201,225,.1)}.tps-v3-word-item-text{color:#fff;outline:none}.tps-v3-reflection-prompt-text{flex-shrink:0;outline:none;border:2px solid transparent;border-radius:4px;padding:2px 6px;margin:-2px -6px}.tps-v3-reflection-prompt-text:focus{border-color:rgba(246,113,234,.4);background:rgba(246,113,234,.1)}.tps-v3-block-number.student{background:#00e5d3}@media print{.tps-v3-block-section{page-break-inside:avoid}.tps-v3-student-header{margin:0;border-radius:0}.tps-v3-workspace-container{min-height:400px}}.tps-container{margin-bottom:14px}.tps-header-block{margin-top:-10px}.tps-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:6px;gap:0}.tps-title{font-size:24px;font-weight:700;color:#2d3748;outline:none;border:2px solid transparent;border-radius:6px;padding:2px 8px;display:inline-block}.tps-title:focus{border-color:#59c9e1;background:rgba(89,201,225,.05)}.tps-subtitle{font-size:16px;font-weight:600;color:#555;margin-bottom:2px;outline:none;border:2px solid transparent;border-radius:6px;padding:1px 6px;display:inline-block}.tps-subtitle:focus{border-color:#59c9e1;background:rgba(89,201,225,.05)}.tps-facilitator-subtitle{font-size:14px;color:#666;margin-top:2px;outline:none;border:2px solid transparent;border-radius:6px;padding:1px 6px;display:inline-block}.tps-facilitator-subtitle:focus{border-color:#59c9e1;background:rgba(89,201,225,.05)}.tps-meta{font-size:13px;color:#666;margin-bottom:20px}.tps-part-header{background:transparent;border-left:4px solid #59c9e1;color:#2d3748;padding:8px 12px;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin:12px 0 10px;outline:none}.tps-part-header:focus{background:rgba(89,201,225,.05)}.tps-part-header.student{border-left-color:#00e5d3}.tps-blue-meta-line{display:flex;gap:14px;flex-wrap:wrap;font-size:14px;color:#666;margin-bottom:12px;padding:8px 0;border-bottom:1px solid #e0e0e0}.tps-blue-meta-line strong{color:#2d3748;outline:none;border:2px solid transparent;border-radius:4px;padding:1px 4px;margin:-1px -4px}.tps-blue-meta-line strong:focus{border-color:#59c9e1;background:rgba(89,201,225,.05)}.tps-blue-meta-line span{outline:none;border:2px solid transparent;border-radius:4px;padding:1px 4px;margin:-1px -4px}.tps-blue-meta-line span:focus{border-color:#59c9e1;background:rgba(89,201,225,.05)}.tps-blue-meta-line>.relative{display:inline-flex;align-items:center}.tps-blue-meta-line .worksheet-mdx-editor,.tps-blue-meta-line .worksheet-mdx-editor .mdxeditor,.tps-blue-meta-line .worksheet-mdx-editor .mdxeditor [data-lexical-editor=true]{display:inline}.tps-blue-meta-line .worksheet-mdx-editor .mdxeditor p{display:inline;margin:0}.tps-journal-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #999;border-radius:8px;overflow:hidden;margin:10px 0}.tps-journal-table tr:not(:last-child) td{border-bottom:1px solid #999}.tps-journal-table td{padding:10px;vertical-align:top;font-size:14px;outline:none}.tps-journal-table td:focus{background:rgba(89,201,225,.05);box-shadow:inset 0 0 0 2px #59c9e1}.tps-journal-table .label-cell{width:150px;font-size:11px;font-weight:700;color:#2d3748;text-transform:uppercase;letter-spacing:.5px;background:#f5f5f5;border-right:1px solid #999}.tps-journal-table .content-cell{color:#333;line-height:1.45;background:#fff}.tps-journal-table .content-cell ul{margin:0;padding-left:16px}.tps-journal-table .content-cell li{margin-bottom:4px}.tps-table-container{border:1px solid #999;border-radius:8px;overflow:hidden}.tps-phase-table{width:100%;border-collapse:separate;border-spacing:0}.tps-phase-table th{background-color:rgba(89,201,225,.12);text-align:left;padding:0;border-bottom:1px solid #999;vertical-align:top}.tps-phase-table td:not(:last-child),.tps-phase-table th:not(:last-child){border-right:1px solid #999}.tps-th-content{padding:8px 10px;border:2px solid transparent;border-radius:12px;cursor:text;outline:none;min-height:58px}.tps-th-content:focus{border-color:#59c9e1}.tps-th-content h3{font-size:14px;font-weight:700;color:#2d3748;margin-bottom:3px}.tps-th-content p{font-size:12px;color:#555;margin:0}.tps-phase-table td{padding:0;height:110px;vertical-align:top;background-color:#fff}.tps-editable-cell{width:100%;height:100%;min-height:110px;padding:10px;border:2px solid transparent;border-radius:12px;outline:none;font-size:14px;line-height:1.4;cursor:text}.tps-editable-cell:focus{border-color:#59c9e1}.tps-choice-box{border:1px solid #999;border-radius:8px;overflow:hidden;margin:10px 0;background:#fff}.tps-choice-header{padding:8px 14px;font-size:14px;font-weight:600;color:#2d3748;background:#f5f5f5;border-bottom:1px solid #999;outline:none}.tps-choice-header:focus{background:rgba(89,201,225,.08);box-shadow:inset 0 0 0 2px #59c9e1}.tps-choice-item{display:flex;align-items:flex-start;gap:8px;padding:8px 14px;border-bottom:1px solid #e0e0e0}.tps-choice-item:last-child{border-bottom:none}.tps-checkbox{width:18px;height:18px;border:2px solid #59c9e1;border-radius:4px;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#59c9e1}.tps-choice-text{font-size:14px;color:#333;line-height:1.5;outline:none;border-radius:4px;flex:1;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.tps-choice-text:focus{background:rgba(89,201,225,.05);border-color:#59c9e1}.tps-inquiry-box{border:1px solid #999;border-left:4px solid #59c9e1;background:rgba(89,201,225,.05);padding:10px 14px;margin:10px 0;font-size:14px;font-style:italic;line-height:1.45;color:#333;outline:none;border-radius:0 8px 8px 0}.tps-inquiry-box:focus{background:rgba(89,201,225,.1);box-shadow:inset 0 0 0 2px #59c9e1}.tps-why-box{border:1px solid #999;border-left:4px solid #00e5d3;background:rgba(0,229,211,.05);padding:10px 14px;margin:10px 0;border-radius:0 8px 8px 0}.tps-why-title{font-size:14px;font-weight:700;color:#00b8a9;outline:none;border-radius:4px;border:2px solid transparent;padding:2px 6px;margin:-2px -6px 6px}.tps-why-title:focus{background:rgba(0,229,211,.1);border-color:#00e5d3}.tps-why-content{font-size:14px;line-height:1.45;color:#333;outline:none;border-radius:4px;border:2px solid transparent;padding:3px 5px;margin:-3px -5px}.tps-why-content:focus{background:#fff;border-color:#59c9e1}.tps-timeline-container{border:1px solid #999;border-radius:8px;padding:12px;background:linear-gradient(135deg,rgba(89,201,225,.06),rgba(0,229,211,.06));margin:10px 0}.tps-timeline{display:flex;align-items:center;justify-content:center;gap:10px;font-weight:600;font-size:14px;color:#2d3748}.tps-timeline-phase{padding:7px 12px;background:#fff;border:1px solid #999;border-radius:8px;outline:none}.tps-timeline-phase:focus{border-color:#59c9e1;box-shadow:0 0 0 2px rgba(89,201,225,.3)}.tps-timeline-arrow{font-size:18px;color:#59c9e1}.tps-tip-box{border-radius:8px;padding:10px 14px;margin:10px 0;display:flex;gap:8px;align-items:flex-start;background:linear-gradient(135deg,rgba(168,224,99,.08),rgba(89,201,225,.08));border:1px solid #999;border-left:4px solid #a8e063}.tps-tip-icon{font-size:20px;flex-shrink:0}.tps-tip-content{font-size:14px;line-height:1.45;color:#333}.tps-tip-label{font-weight:700;color:#2d3748}.tps-tip-text{outline:none;border-radius:4px;border:2px solid transparent;padding:2px 4px;margin:-2px -4px}.tps-tip-text:focus{background:hsla(0,0%,100%,.5);border-color:#59c9e1}.tps-workspace{border:1px solid #999;border-radius:8px;padding:14px;min-height:260px;margin:10px 0;background:#fff;background-image:repeating-linear-gradient(transparent,transparent 27px,#e0e0e0 0,#e0e0e0 28px);background-size:100% 28px;background-position:0 14px}.tps-word-pills{display:flex;flex-wrap:wrap;gap:6px;padding:10px;background:rgba(89,201,225,.05);border-radius:6px;margin-bottom:10px}.tps-word-pill{background:linear-gradient(135deg,#59c9e1,#00e5d3);color:#fff;padding:5px 10px;border-radius:16px;font-size:13px;font-weight:600;outline:none;border:2px solid transparent}.tps-word-pill,.tps-word-pill *,.tps-word-pill .mdxeditor,.tps-word-pill .mdxeditor *,.tps-word-pill .worksheet-mdx-editor,.tps-word-pill .worksheet-mdx-editor *,.tps-word-pill [data-lexical-editor=true],.tps-word-pill [data-lexical-editor=true] *,.tps-word-pill div,.tps-word-pill p,.tps-word-pill span{color:#fff!important}.tps-word-pill:focus{border-color:#2d3748}.tps-reflection{border:1px solid #999;border-radius:8px;padding:12px;background:#fff}.tps-reflection-title{font-size:15px;font-weight:600;color:#2d3748;margin-bottom:10px}.tps-reflection-prompt{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:14px;color:#333}.tps-reflection-line{flex:1;border-bottom:1px solid #999;min-height:1px}.tps-section-divider{margin:24px 0;border-top:2px solid #e0e0e0}@media print{.tps-container{page-break-inside:avoid}.tps-workspace{min-height:320px}.tps-part-header:focus,.tps-subtitle:focus,.tps-title:focus{background:transparent;border-color:transparent}}.jigsaw-container{padding:0;margin-bottom:14px}.jigsaw-doc-header{text-align:center;margin-bottom:18px;padding-bottom:12px;border-bottom:2px solid #59c9e1}.jigsaw-doc-title{font-size:32px;font-weight:700;color:#001930;margin-bottom:4px;outline:none;border-radius:6px;padding:4px}.jigsaw-doc-title:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-doc-subtitle{font-size:18px;color:#59c9e1;font-weight:600;margin-bottom:12px;outline:none;border-radius:4px;padding:4px}.jigsaw-doc-subtitle:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-doc-meta{font-size:13px;color:#666;outline:none;border-radius:4px;padding:4px}.jigsaw-doc-meta:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-stage-header{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding-left:12px;border-left:3px solid #59c9e1}.jigsaw-stage-title{font-size:20px;font-weight:600;color:#001930;outline:none;border-radius:4px;padding:4px}.jigsaw-stage-title:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-content-block{margin-bottom:10px}.jigsaw-block-label{font-size:12px;font-weight:700;color:#001930;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px;outline:none;border-radius:4px;padding:4px}.jigsaw-block-label:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-block-content{font-size:14px;color:#002d4c;line-height:1.6;outline:none;border-radius:4px;padding:6px}.jigsaw-block-content:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-content-list{padding-left:20px;margin:4px 0;list-style:disc}.jigsaw-content-list li{font-size:14px;color:#002d4c;line-height:1.6;margin-bottom:0;outline:none;border-radius:4px;padding:4px}.jigsaw-content-list li:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-info-table{border:1.5px solid #999;border-radius:6px;overflow:hidden;margin:10px 0}.jigsaw-table-header-row{background:linear-gradient(135deg,rgba(89,201,225,.1),rgba(89,201,225,.05));padding:8px 12px;border-bottom:1.5px solid #999}.jigsaw-table-header-text{font-weight:700;color:#001930;font-size:11px;letter-spacing:.5px;text-transform:uppercase;outline:none;border-radius:4px;padding:4px}.jigsaw-table-header-text:focus-within{background:rgba(89,201,225,.1);box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-table-row{display:grid;grid-template-columns:140px 1fr;gap:12px;padding:6px 8px;border-bottom:1px solid #e8e8e8}.jigsaw-table-row:last-child{border-bottom:none}.jigsaw-row-label{font-size:12px;font-weight:600;color:#002d4c;outline:none;border-radius:4px;padding:4px}.jigsaw-row-label:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-row-value{font-size:13px;color:#002d4c;line-height:1.5;outline:none;border-radius:4px;padding:4px}.jigsaw-row-value:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-inquiry-box{border:1.5px solid #a8d4dc;border-radius:6px;overflow:hidden;margin:12px 0}.jigsaw-inquiry-label-box{background:#59c9e1;padding:5px 10px;display:inline-block}.jigsaw-inquiry-label{font-size:10px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}.jigsaw-inquiry-content{padding:10px 14px;font-size:13px;color:#001930;font-style:italic;line-height:1.6;background:linear-gradient(135deg,rgba(89,201,225,.06),rgba(89,201,225,.02));outline:none}.jigsaw-inquiry-content:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-phase-block{background:#fafafa;border:1.5px solid #999;border-radius:6px;padding:12px;margin-bottom:8px}.jigsaw-phase-title{font-size:14px;font-weight:600;color:#59c9e1;margin-bottom:8px;outline:none;border-radius:4px;padding:4px}.jigsaw-phase-title:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-phase-row{display:grid;grid-template-columns:110px 1fr;gap:10px;margin-bottom:0;font-size:13px}.jigsaw-phase-label{font-weight:600;color:#002d4c;outline:none;border-radius:4px;padding:4px}.jigsaw-phase-label:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-phase-value{color:#002d4c;line-height:1.5;outline:none;border-radius:4px;padding:4px}.jigsaw-phase-value:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-phase-value em{font-style:italic;color:#666}.jigsaw-phase-value strong{font-weight:600;color:#001930}.jigsaw-help-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.jigsaw-help-item{background:#fff;border:1.5px solid #999;border-radius:6px;padding:10px}.jigsaw-help-label{font-size:11px;font-weight:700;color:#59c9e1;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px;outline:none;border-radius:4px;padding:4px}.jigsaw-help-label:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-help-content{font-size:12px;color:#002d4c;line-height:1.5;outline:none;border-radius:4px;padding:4px}.jigsaw-help-content:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-help-content strong{font-weight:600;color:#001930}.jigsaw-worksheet-header{border-bottom:2px solid #59c9e1;padding-bottom:10px;margin-bottom:12px}.jigsaw-worksheet-title{font-size:28px;font-weight:700;color:#001930;margin-bottom:4px;outline:none;border-radius:6px;padding:4px}.jigsaw-worksheet-title:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-worksheet-topic{font-size:16px;color:#59c9e1;font-weight:600;margin-bottom:8px;outline:none;border-radius:4px;padding:4px}.jigsaw-worksheet-topic:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-student-info-row{display:flex;flex-wrap:wrap;gap:10px 18px;font-size:13px}.jigsaw-info-field{display:flex;align-items:center;gap:8px}.jigsaw-info-label{font-weight:700;color:#001930;outline:none;border-radius:4px}.jigsaw-info-label:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-info-line{border-bottom:1px solid #666;min-width:100px;display:inline-block}.jigsaw-info-line-long{min-width:180px}.jigsaw-field-hint{font-size:10px;color:#999;font-style:italic}.jigsaw-why-box{background:linear-gradient(135deg,rgba(168,224,99,.1),rgba(168,224,99,.05));border:1.5px solid #b8d88a;border-left:4px solid #a8e063;border-radius:6px;padding:10px 14px;margin:12px 0}.jigsaw-why-title{font-size:11px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;outline:none;border-radius:4px}.jigsaw-why-title:focus-within{background:rgba(168,224,99,.15);box-shadow:inset 0 0 0 2px #a8e063}.jigsaw-why-content{font-size:13px;color:#002d4c;line-height:1.6;outline:none;border-radius:4px}.jigsaw-why-content:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #a8e063}.jigsaw-timeline-box{border:1.5px solid #999;border-radius:6px;padding:10px 14px;margin:12px 0;background:#fafafa}.jigsaw-timeline-title{font-size:10px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.jigsaw-timeline-steps{display:flex;align-items:center;justify-content:space-between;gap:6px}.jigsaw-timeline-step{flex:1;text-align:center;font-size:10px;color:#002d4c;font-weight:500;padding:6px 4px;background:#fff;border:1.5px solid #999;border-radius:5px;outline:none;white-space:pre-line}.jigsaw-timeline-step:focus-within{border-color:#59c9e1;box-shadow:0 0 0 2px rgba(89,201,225,.2)}.jigsaw-timeline-arrow{color:#59c9e1;font-size:16px;font-weight:700}.jigsaw-stuck-tip{background:#fffbf0;border:1.5px solid #e8c84a;border-radius:6px;padding:8px 12px;margin:12px 0;font-size:12px;color:#002d4c;line-height:1.5;outline:none}.jigsaw-stuck-tip:focus-within{border-color:#d4a82a;box-shadow:0 0 0 2px rgba(232,200,74,.3)}.jigsaw-expert-topics-box{border:1.5px solid #999;border-radius:6px;overflow:hidden;margin:12px 0}.jigsaw-expert-topics-header{background:linear-gradient(90deg,rgba(89,201,225,.12) 0,#f8f8f8);padding:8px 14px;border-bottom:1.5px solid #999;border-left:3px solid #59c9e1}.jigsaw-expert-topics-title{font-size:13px;font-weight:700;color:#001930;outline:none;border-radius:4px}.jigsaw-expert-topics-title:focus-within{background:#d4eef2;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-expert-topics-instruction{font-size:11px;color:#666;font-style:italic;margin-top:4px}.jigsaw-expert-grid{display:grid;grid-template-columns:1fr 1fr}.jigsaw-expert-item{padding:10px 12px;border-right:1.5px solid #999;border-bottom:1.5px solid #999;background:#fff}.jigsaw-expert-item:nth-child(2n){border-right:none}.jigsaw-expert-item:nth-last-child(-n+2){border-bottom:none}.jigsaw-expert-number{font-size:12px;font-weight:700;color:#59c9e1;margin-bottom:3px;outline:none;border-radius:4px}.jigsaw-expert-number:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-expert-focus{font-size:11px;color:#666;line-height:1.4;outline:none;border-radius:4px}.jigsaw-expert-focus:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-work-section{border:1.5px solid #999;border-radius:6px;overflow:hidden;background:#fff;margin:12px 0}.jigsaw-work-header{padding:8px 14px;border-bottom:1.5px solid #999;background:linear-gradient(90deg,rgba(89,201,225,.12) 0,#f8f8f8);border-left:3px solid #59c9e1}.jigsaw-work-title{font-size:13px;font-weight:700;color:#001930;outline:none;border-radius:4px}.jigsaw-work-title:focus-within{background:#d4eef2;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-work-time{font-size:11px;color:#59c9e1;font-weight:500;margin-left:8px}.jigsaw-work-content{padding:12px 14px}.jigsaw-work-field{margin-bottom:12px}.jigsaw-work-field:last-child{margin-bottom:0}.jigsaw-work-label{font-size:12px;font-weight:600;color:#001930;margin-bottom:6px;outline:none;border-radius:4px}.jigsaw-work-label:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-write-area{background:#fafafa;border:1.5px solid silver;border-radius:5px;padding:8px 10px;min-height:62px;font-size:12px;color:#888;outline:none;line-height:1.7}.jigsaw-write-area:focus-within{border-color:#59c9e1;background:#fff;color:#002d4c;box-shadow:0 0 0 2px rgba(89,201,225,.2)}.jigsaw-write-area-tall{min-height:84px}.jigsaw-numbered-lines{background:#fafafa;border:1.5px solid silver;border-radius:5px;padding:8px 10px}.jigsaw-numbered-line{display:flex;align-items:flex-start;margin-bottom:8px;font-size:12px}.jigsaw-numbered-line:last-child{margin-bottom:0}.jigsaw-line-number{color:#555;margin-right:10px;font-weight:600;flex-shrink:0}.jigsaw-line-input{flex:1;border-bottom:1px solid #999;min-height:20px}.jigsaw-home-notes-grid{display:grid;grid-template-columns:1fr;gap:0}.jigsaw-home-note-item{padding:10px 14px;border-bottom:1.5px solid #999}.jigsaw-home-note-item:last-child{border-bottom:none}.jigsaw-home-note-label{font-size:11px;font-weight:700;color:#59c9e1;margin-bottom:6px;outline:none;border-radius:4px}.jigsaw-home-note-label:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-home-note-sublabel{font-size:11px;color:#666;margin-bottom:4px}.jigsaw-resources-box{border:1.5px solid #999;border-radius:6px;overflow:hidden;margin:12px 0}.jigsaw-resources-header{padding:8px 14px;border-bottom:1.5px solid #999;background:#f8f8f8}.jigsaw-resources-title{font-size:13px;font-weight:700;color:#001930;outline:none;border-radius:4px}.jigsaw-resources-title:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-resources-content{padding:10px 14px}.jigsaw-resources-section{margin-bottom:8px}.jigsaw-resources-section:last-child{margin-bottom:0}.jigsaw-resources-label{font-size:10px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.jigsaw-word-chips{display:flex;flex-wrap:wrap;gap:4px}.jigsaw-word-chip{background:rgba(89,201,225,.08);border:1px solid rgba(89,201,225,.25);border-radius:12px;padding:3px 8px;font-size:10px;color:#007a8a;font-weight:500;outline:none}.jigsaw-word-chip:focus-within{border-color:#59c9e1;background:#fff;box-shadow:0 0 0 2px rgba(89,201,225,.2)}.jigsaw-tools-list{font-size:11px;color:#002d4c;line-height:1.6;outline:none;border-radius:4px;padding:4px}.jigsaw-tools-list:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.jigsaw-connecting-section{border:1.5px solid #999;border-radius:6px;overflow:hidden;background:#fff;margin:12px 0}.jigsaw-connecting-header{padding:8px 14px;border-bottom:1.5px solid #999;background:linear-gradient(90deg,rgba(168,224,99,.12) 0,#f8f8f8);border-left:3px solid #a8e063}.jigsaw-connecting-title{font-size:13px;font-weight:700;color:#001930;outline:none;border-radius:4px}.jigsaw-connecting-title:focus-within{background:rgba(168,224,99,.2);box-shadow:inset 0 0 0 2px #a8e063}.jigsaw-connecting-content{padding:12px 14px}.jigsaw-connecting-item{margin-bottom:12px}.jigsaw-connecting-item:last-child{margin-bottom:0}.jigsaw-connecting-prompt{font-size:12px;font-weight:600;color:#001930;margin-bottom:6px;outline:none;border-radius:4px}.jigsaw-connecting-prompt:focus-within{background:rgba(168,224,99,.1);box-shadow:inset 0 0 0 2px #a8e063}@media print{.jigsaw-container{page-break-inside:avoid}.jigsaw-write-area{min-height:60px}.jigsaw-doc-subtitle:focus-within,.jigsaw-doc-title:focus-within,.jigsaw-stage-title:focus-within{background:transparent;box-shadow:none}}.ell-container{margin-bottom:20px}.ell-doc-header{text-align:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f671ea}.ell-doc-title{font-size:19.6px;font-weight:700;color:#001930;margin-bottom:4px;outline:none;border-radius:6px;padding:4px}.ell-doc-title:focus-within{background:#fce8fb;box-shadow:inset 0 0 0 2px #f671ea}.ell-doc-subtitle{font-size:11.2px;color:#f671ea;font-weight:600;margin-bottom:12px;outline:none;border-radius:4px;padding:4px}.ell-doc-subtitle:focus-within{background:#fce8fb;box-shadow:inset 0 0 0 2px #f671ea}.ell-header-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;font-size:12px}.ell-meta-item{text-align:center}.ell-meta-label{color:#f671ea;font-weight:600;text-transform:uppercase;font-size:10px;letter-spacing:.5px;margin-bottom:2px}.ell-meta-value{color:#002d4c;font-weight:600;outline:none;border-radius:4px;padding:4px}.ell-meta-value:focus-within{background:#fce8fb;box-shadow:inset 0 0 0 2px #f671ea}.ell-stage-section{margin-bottom:24px}.ell-stage-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding-left:14px;border-left:3px solid #f671ea}.ell-stage-title{font-size:11.2px;font-weight:600;color:#001930;outline:none;border-radius:4px;padding:4px}.ell-stage-title:focus-within{background:#fce8fb;box-shadow:inset 0 0 0 2px #f671ea}.ell-goals-grid{display:grid;gap:8px;margin-bottom:16px}.ell-goal-item{background:rgba(246,113,234,.05);border-left:3px solid #f671ea;padding:10px 14px;border-radius:4px;font-size:13px;outline:none}.ell-goal-item:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #f671ea}.ell-whats-included{background:#fafafa;border:1.5px solid #d0d0d0;border-radius:6px;padding:16px;margin-bottom:16px}.ell-whats-included-title{font-size:13px;font-weight:700;color:#001930;margin-bottom:12px;outline:none;border-radius:4px;padding:4px}.ell-whats-included-title:focus-within{background:#fce8fb;box-shadow:inset 0 0 0 2px #f671ea}.ell-included-items{display:grid;gap:10px}.ell-included-item{display:flex;align-items:flex-start;gap:10px}.ell-included-number{font-weight:700;font-size:12px;color:#f671ea;flex-shrink:0}.ell-included-content{flex:1}.ell-included-title{font-size:12px;font-weight:700;color:#001930;margin-bottom:2px;outline:none;border-radius:4px;padding:4px}.ell-included-title:focus-within{background:#fce8fb;box-shadow:inset 0 0 0 2px #f671ea}.ell-included-description{font-size:11px;color:#666;line-height:1.4;outline:none;border-radius:4px;padding:4px}.ell-included-description:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.ell-options-grid{display:grid;gap:12px;margin-bottom:16px}.ell-option-card{background:#fff;border:1.5px solid #d0d0d0;border-radius:6px;padding:14px}.ell-option-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.ell-option-badge{font-size:11px;font-weight:700;color:#f671ea;text-transform:uppercase;letter-spacing:.5px}.ell-option-title{font-size:14px;font-weight:700;color:#001930;outline:none;border-radius:4px;padding:4px}.ell-option-title:focus-within{background:#fce8fb;box-shadow:inset 0 0 0 2px #f671ea}.ell-option-timing{font-size:11px;color:#666;margin-bottom:8px;outline:none;border-radius:4px;padding:4px}.ell-option-timing:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.ell-option-steps{list-style:none;font-size:12px;line-height:1.7;margin-bottom:8px;padding-left:0}.ell-option-steps li{padding-left:18px;position:relative;margin-bottom:4px;outline:none;border-radius:4px}.ell-option-steps li:before{content:"→";position:absolute;left:0;color:#59c9e1;font-weight:700}.ell-option-steps li:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.ell-option-steps-content{font-size:12px;line-height:1.7;margin-bottom:8px;outline:none;border-radius:4px}.ell-option-steps-content:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.ell-option-steps-content ol,.ell-option-steps-content ul{padding-left:20px;margin:0}.ell-option-steps-content li{margin-bottom:4px}.ell-option-benefit{background:rgba(168,224,99,.1);border-left:3px solid #a8e063;padding:6px 10px;border-radius:4px;font-size:11px;color:#002d4c;outline:none}.ell-option-benefit:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #a8e063}.ell-bullet-list{font-size:13px;line-height:1.8;list-style:none;padding-left:0;margin-bottom:12px}.ell-bullet-list li{padding-left:20px;position:relative;margin-bottom:6px;outline:none;border-radius:4px}.ell-bullet-list li:before{content:"•";position:absolute;left:0;color:#59c9e1;font-weight:700}.ell-bullet-list li:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.ell-tips-content{font-size:13px;line-height:1.8;margin-bottom:12px;outline:none;border-radius:4px}.ell-tips-content:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.ell-tips-content ul{padding-left:20px;margin:0}.ell-tips-content li{margin-bottom:6px}.ell-prompts-box{background:#fafafa;border:1.5px solid #d0d0d0;border-radius:6px;padding:12px}.ell-prompts-title{font-size:11px;font-weight:700;color:#001930;margin-bottom:6px}.ell-prompts-content{font-size:12px;line-height:1.7;color:#666;font-style:italic;outline:none;border-radius:4px;padding:4px}.ell-prompts-content:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #59c9e1}.ell-info-box{background:rgba(89,201,225,.05);border-left:3px solid #59c9e1;padding:14px;border-radius:6px}.ell-info-box-title{font-size:12px;font-weight:700;color:#001930;margin-bottom:6px;outline:none;border-radius:4px;padding:4px}.ell-info-box-title:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.ell-info-box-content{font-size:12px;line-height:1.6;color:#666;outline:none;border-radius:4px;padding:4px}.ell-info-box-content:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #59c9e1}.ell-info-box-note{margin-top:10px;border-top:1px dashed #d0d0d0;font-size:12px;color:#002d4c;line-height:1.5;outline:none;border-radius:4px;padding:4px}.ell-info-box-note:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #59c9e1}.ell-help-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ell-help-item{background:#fff;border:1.5px solid #d0d0d0;border-radius:6px;padding:12px}.ell-help-label{font-size:10px;font-weight:700;color:#f671ea;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px;outline:none;border-radius:4px;padding:4px}.ell-help-label:focus-within{background:#fce8fb;box-shadow:inset 0 0 0 2px #f671ea}.ell-help-content{font-size:11px;color:#002d4c;line-height:1.5;outline:none;border-radius:4px;padding:4px}.ell-help-content:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.ell-research-box{background:#fafafa;border:1.5px solid #d0d0d0;border-radius:6px;padding:14px}.ell-research-item{font-size:12px;line-height:1.6;color:#002d4c;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e8e8e8;outline:none;border-radius:4px}.ell-research-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.ell-research-item:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #59c9e1}.ell-research-item strong{color:#001930}.ell-instructions-header{border-bottom:2px solid #f671ea;padding-bottom:16px;margin-bottom:20px}.ell-instructions-title{font-size:16.8px;font-weight:700;color:#001930;margin-bottom:4px;outline:none;border-radius:6px;padding:4px}.ell-instructions-title:focus-within{background:#fce8fb;box-shadow:inset 0 0 0 2px #f671ea}.ell-instructions-subtitle{font-size:14px;color:#f671ea;font-weight:600;margin-bottom:12px}.ell-instructions-box{border-left:3px solid #59c9e1;padding:12px 14px;margin-bottom:20px}.ell-instructions-box-title{font-size:13px;font-weight:700;color:#001930;margin-bottom:8px}.ell-instructions-list{font-size:12px;line-height:1.7;color:#002d4c;list-style:none;padding-left:0}.ell-instructions-list li{padding-left:18px;position:relative;margin-bottom:4px;outline:none;border-radius:4px}.ell-instructions-list li:before{content:"→";position:absolute;left:0;color:#59c9e1;font-weight:700}.ell-instructions-list li:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.ell-instructions-content{font-size:12px;line-height:1.7;outline:none;border-radius:4px}.ell-instructions-content:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.ell-instructions-content ol,.ell-instructions-content ul{padding-left:20px;margin:0}.ell-instructions-content li{margin-bottom:4px}.ell-grade-header{padding:8px 14px;border-bottom:1px solid #d0d0d0;border-left:3px solid #f671ea;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.ell-grade-title{font-size:9.8px;font-weight:700;color:#001930;outline:none;border-radius:4px;padding:4px}.ell-grade-title:focus-within{background:#fce8fb;box-shadow:inset 0 0 0 2px #f671ea}.ell-grade-badge,.ell-grade-badge-small{font-size:11px;font-weight:600;color:#666;font-style:italic}.ell-vocab-card{border:1px solid #d0d0d0;border-left:3px solid #f671ea;padding:14px;margin-bottom:12px;display:grid;grid-template-columns:25% 1fr;gap:14px;align-items:start;page-break-inside:avoid}.ell-card-visual{border:1px solid #d0d0d0;padding:10px;text-align:center;min-height:120px;flex-direction:column;background:#fafafa;align-self:stretch}.ell-card-icon,.ell-card-visual{display:flex;align-items:center;justify-content:center}.ell-card-icon{width:83px;height:83px;color:#0d9488}.ell-card-icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.5}.ell-card-icon-placeholder{width:83px;height:83px;border-radius:50%;background:linear-gradient(135deg,#e0e7ef,#d0d9e3);opacity:.6}.ell-card-visual-label{font-size:9px;color:#999;text-transform:uppercase;letter-spacing:.5px}.ell-card-content{flex:1}.ell-card-term{font-size:14px;font-weight:700;color:#001930;margin-bottom:2px;outline:none;border-radius:4px;padding:4px}.ell-card-term:focus-within{background:#fce8fb;box-shadow:inset 0 0 0 2px #f671ea}.ell-card-pronunciation{font-size:11px;color:#59c9e1;font-style:italic;margin-bottom:8px;outline:none;border-radius:4px;padding:4px}.ell-card-pronunciation:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.ell-card-definition{font-size:13px;color:#002d4c;line-height:1.5;margin-bottom:8px;outline:none;border-radius:4px;padding:4px}.ell-card-definition:focus-within{background:#fce8fb;box-shadow:inset 0 0 0 2px #f671ea}.ell-card-example-label{font-size:9px;text-transform:uppercase;color:#59c9e1;font-weight:700;letter-spacing:.5px;margin-bottom:6px}.ell-card-example{font-size:12px;color:#666;line-height:1.5;padding-left:10px;border-left:2px solid #59c9e1;font-style:italic;outline:none;border-radius:0}.ell-card-example:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.ell-worksheet-header{border-bottom:2px solid #f671ea;padding-bottom:14px;margin-bottom:16px}.ell-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:11px;color:#666}.ell-worksheet-title{font-size:16.8px;font-weight:700;color:#001930;margin-bottom:10px;outline:none;border-radius:6px;padding:4px}.ell-worksheet-title:focus-within{background:#fce8fb;box-shadow:inset 0 0 0 2px #f671ea}.ell-student-info-row{display:flex;gap:20px;font-size:12px}.ell-info-field{display:flex;align-items:center;gap:6px}.ell-info-label{font-weight:600;color:#001930}.ell-info-line{border-bottom:1px solid #666;min-width:100px}.ell-why-box{border-left:3px solid #f671ea;padding:10px 14px;margin-bottom:16px}.ell-why-title{font-size:10px;font-weight:700;color:#f671ea;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.ell-why-content{font-size:12px;color:#002d4c;line-height:1.5;outline:none;border-radius:4px;padding:4px}.ell-why-content:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #f671ea}.ell-word-cards{margin-bottom:16px}.ell-word-card{border:1px solid #d0d0d0;border-left:3px solid #f671ea;padding:10px 12px;margin-bottom:8px}.ell-word-icon{font-size:12px;font-weight:700;color:#f671ea;text-align:center}.ell-word-content{flex:1}.ell-word-term{font-size:11.2px;font-weight:700;color:#001930;margin-bottom:1px;outline:none;border-radius:4px;padding:4px}.ell-word-term:focus-within{background:#fce8fb;box-shadow:inset 0 0 0 2px #f671ea}.ell-word-pronunciation{font-size:10px;color:#59c9e1;font-style:italic;margin-bottom:4px}.ell-word-definition{font-size:12px;line-height:1.4;color:#002d4c;outline:none;border-radius:4px;padding:4px}.ell-word-definition:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.ell-word-confidence{align-items:center;gap:2px}.ell-confidence-label{font-size:8px;color:#999;text-transform:uppercase;letter-spacing:.3px}.ell-confidence-box{width:14px;height:14px;border:1px solid #999}.ell-practice-section{border:1px solid #d0d0d0;overflow:hidden}.ell-practice-header{padding:10px 14px;border-bottom:1px solid #d0d0d0;border-left:3px solid #59c9e1}.ell-practice-title{font-size:13px;font-weight:700;color:#001930;display:flex;align-items:center;gap:6px;outline:none;border-radius:4px;padding:4px}.ell-practice-title:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.ell-practice-content{padding:14px}.ell-practice-label{font-size:11px;font-weight:600;color:#001930;margin-bottom:8px;outline:none;border-radius:4px;padding:4px}.ell-practice-label:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.ell-sentence-lines{margin-bottom:14px}.ell-sentence-line{border-bottom:1px solid #d0d0d0;min-height:26px;margin-bottom:10px}.ell-partner-practice{border:1px solid #d0d0d0;padding:10px 12px;font-size:11px;line-height:1.5;color:#666;margin-bottom:10px;outline:none;border-radius:4px}.ell-partner-practice:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.ell-word-explained{text-align:center;font-size:11px;color:#666}.ell-word-explained-line{border-bottom:1px solid #d0d0d0;display:inline-block;min-width:140px}.ell-stuck-tip{border:1px solid #d0d0d0;border-left:3px solid #e8c84a;padding:10px 12px;margin-bottom:16px;font-size:11px;color:#002d4c;outline:none;border-radius:4px}.ell-stuck-tip:focus-within{border-color:#d4a82a;box-shadow:0 0 0 2px rgba(232,200,74,.3)}.ell-resources-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ell-resource-box{border:1px solid #d0d0d0;padding:10px 12px}.ell-resource-title{font-size:10px;font-weight:700;color:#001930;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.ell-word-chips{font-size:11px;color:#002d4c;line-height:1.6}.ell-word-chip{display:inline;outline:none;border-radius:4px}.ell-word-chip:after{content:" • ";color:#999}.ell-word-chip:last-child:after{content:""}.ell-word-chip:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.ell-resource-list{font-size:10px;color:#666;line-height:1.6;list-style:none;padding-left:0}.ell-resource-list li{padding-left:12px;position:relative;margin-bottom:2px;outline:none;border-radius:4px}.ell-resource-list li:before{content:"•";position:absolute;left:0;color:#59c9e1}.ell-resource-list li:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.ell-resource-content{font-size:11px;color:#666;line-height:1.6}.ell-resource-content ul{padding-left:16px;margin:0}.ell-resource-content li{margin-bottom:3px}.ell-resource-content li::marker{color:#59c9e1}.ell-family-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:10px;margin-bottom:20px;border-bottom:1px solid #d8dde2}.ell-family-title{font-size:22px;font-weight:700;color:#002d4c;line-height:1.2;flex:1;outline:none;border-radius:6px;padding:4px}.ell-family-title:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.ell-family-header-meta{display:flex;flex-direction:column;gap:8px;min-width:220px;padding-top:6px}.ell-family-meta-row{display:flex;align-items:flex-end;gap:8px}.ell-family-meta-label{font-size:8.5px;font-weight:600;color:#5a6c7d;letter-spacing:.6px;text-transform:uppercase;min-width:36px}.ell-family-meta-line{flex:1;height:1px;background:#b0bec5;align-self:flex-end;margin-bottom:3px}.ell-family-letter-box{border:1.5px solid #59c9e1;border-radius:5px;padding:14px 18px;margin-bottom:22px}.ell-family-letter-title{font-size:12px;font-weight:700;color:#002d4c;line-height:1.5;margin-bottom:10px;outline:none;border-radius:4px;padding:4px}.ell-family-letter-title:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.ell-family-letter-english{font-size:11px;line-height:1.6;color:#5a6c7d;margin-bottom:12px;outline:none;border-radius:4px;padding:4px}.ell-family-letter-english:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #59c9e1}.ell-family-letter-translation{font-size:10.5px;line-height:1.6;color:#5a6c7d;font-style:italic;border-left:2px solid #59c9e1;padding:2px 0 2px 12px;outline:none;border-radius:0 4px 4px 0}.ell-family-letter-translation:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1;box-shadow:inset 0 0 0 2px #59c9e1,inset 2px 0 0 0 #59c9e1}.ell-family-vocab-section{border:1.5px solid #002d4c;border-radius:5px;margin-bottom:22px;overflow:hidden}.ell-family-vocab-header{padding:8px 16px;border-bottom:1.5px solid #d8dde2;font-size:10px;font-weight:700;letter-spacing:.4px;color:#002d4c;outline:none}.ell-family-vocab-header:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.ell-family-vocab-rows{display:flex;flex-direction:column}.ell-family-vocab-row{display:grid;grid-template-columns:40% 60%;border-top:1px solid #d8dde2}.ell-family-vocab-row:first-child{border-top:none}.ell-family-vocab-term-col{padding:12px 16px;border-right:1px solid #d8dde2;display:flex;flex-direction:column;gap:4px}.ell-family-vocab-term{font-size:13px;font-weight:700;color:#002d4c;outline:none;border-radius:4px;padding:2px 4px}.ell-family-vocab-term:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.ell-family-vocab-pronunciation{font-size:9.5px;font-style:italic;color:#8b95a0;outline:none;border-radius:4px;padding:2px 4px}.ell-family-vocab-pronunciation:focus-within{background:#f7f8f9;box-shadow:inset 0 0 0 1px #8b95a0}.ell-family-vocab-definition{font-size:10.5px;line-height:1.5;color:#5a6c7d;outline:none;border-radius:4px;padding:2px 4px}.ell-family-vocab-definition:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.ell-family-vocab-translations-col{padding:12px 16px;display:flex;flex-direction:column;gap:4px}.ell-family-vocab-translation-row{display:grid;grid-template-columns:72px 1fr;gap:8px;align-items:baseline}.ell-family-lang-label{font-size:8px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.ell-family-lang-coral{color:#f88379}.ell-family-lang-teal{color:#59c9e1}.ell-family-lang-violet{color:#c062f2}.ell-family-lang-green{color:#7ab82e}.ell-family-lang-orange{color:#ffb328}.ell-family-translation-text{font-size:10.5px;font-weight:500;color:#002d4c;outline:none;border-radius:4px;padding:2px 4px}.ell-family-translation-text:focus-within{background:#f8fdfe;box-shadow:inset 0 0 0 2px #59c9e1}.ell-family-conversation-section{border:1.5px solid #878af7;border-radius:5px;padding:12px 18px 16px;margin-bottom:22px}.ell-family-conversation-header{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #d8dde2}.ell-family-conversation-title{font-size:10px;font-weight:700;letter-spacing:.4px;color:#002d4c;outline:none;border-radius:4px;padding:2px 4px}.ell-family-conversation-title:focus-within{background:#eeeffd;box-shadow:inset 0 0 0 2px #878af7}.ell-family-conversation-note{font-size:9.5px;font-style:italic;color:#8b95a0;flex:1;outline:none;border-radius:4px;padding:2px 4px}.ell-family-conversation-note:focus-within{background:#f7f8f9;box-shadow:inset 0 0 0 1px #8b95a0}.ell-family-conversation-body{display:flex;flex-direction:column}.ell-family-conversation-question{padding:4px 0 14px;border-bottom:1px dashed #d8dde2}.ell-family-conversation-question:last-child{border-bottom:none;padding-bottom:0}.ell-family-conversation-english{font-size:11px;font-weight:600;line-height:1.4;color:#002d4c;margin-bottom:4px;outline:none;border-radius:4px;padding:2px 4px}.ell-family-conversation-english:focus-within{background:#eeeffd;box-shadow:inset 0 0 0 2px #878af7}.ell-family-conversation-translation{font-size:9.5px;font-style:italic;line-height:1.4;color:#8b95a0;margin-bottom:10px;outline:none;border-radius:4px;padding:2px 4px}.ell-family-conversation-translation:focus-within{background:#f7f8f9;box-shadow:inset 0 0 0 1px #8b95a0}.ell-family-conversation-response-line{height:1px;background:#d8dde2;margin-top:6px}.ell-family-tips-box{display:flex;align-items:stretch;gap:14px;padding:12px 16px 12px 0;margin-bottom:22px;border-radius:0 4px 4px 0}.ell-family-tips-bar{width:3px;border-radius:2px;flex-shrink:0}.ell-family-tips-english .ell-family-tips-bar{background:#a8e063}.ell-family-tips-translated .ell-family-tips-bar{background:#00e5d3}.ell-family-tips-body{flex:1}.ell-family-tips-title{font-size:10.5px;font-weight:700;color:#002d4c;margin-bottom:7px;outline:none;border-radius:4px;padding:2px 4px}.ell-family-tips-english .ell-family-tips-title:focus-within{background:#f2fbe6;box-shadow:inset 0 0 0 2px #7ab82e}.ell-family-tips-translated .ell-family-tips-title:focus-within{background:#e6fdfb;box-shadow:inset 0 0 0 2px #00b8a9}.ell-family-tips-intro{font-size:10.5px;line-height:1.55;color:#5a6c7d;margin-bottom:8px;outline:none;border-radius:4px;padding:2px 4px}.ell-family-tips-intro:focus-within{background:#f7f8f9;box-shadow:inset 0 0 0 1px #8b95a0}.ell-family-tips-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:3px}.ell-family-tips-item{display:grid;grid-template-columns:14px 1fr;align-items:start;gap:4px;padding:2px 0}.ell-family-tips-dash{font-size:11px;font-weight:600;line-height:1.55}.ell-family-tips-english .ell-family-tips-dash{color:#7ab82e}.ell-family-tips-translated .ell-family-tips-dash{color:#00b8a9}.ell-family-tips-item-text{font-size:10.5px;line-height:1.55;color:#5a6c7d;outline:none;border-radius:4px;padding:2px 4px}.ell-family-tips-english .ell-family-tips-item-text:focus-within{background:#f2fbe6;box-shadow:inset 0 0 0 2px #7ab82e}.ell-family-tips-translated .ell-family-tips-item-text:focus-within{background:#e6fdfb;box-shadow:inset 0 0 0 2px #00b8a9}.ell-family-activity-section{border:1.5px solid #59c9e1;border-radius:5px;padding:12px 18px 14px;margin-bottom:22px}.ell-family-activity-header{padding-bottom:10px;margin-bottom:11px;border-bottom:1px solid #d8dde2}.ell-family-activity-title{font-size:11px;font-weight:700;color:#002d4c;margin-bottom:3px;outline:none;border-radius:4px;padding:2px 4px}.ell-family-activity-title:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.ell-family-activity-meta{font-size:9px;font-style:italic;color:#8b95a0;outline:none;border-radius:4px;padding:2px 4px}.ell-family-activity-meta:focus-within{background:#f7f8f9;box-shadow:inset 0 0 0 1px #8b95a0}.ell-family-activity-steps{list-style:none;padding:0;margin:0 0 14px;display:flex;flex-direction:column;gap:9px}.ell-family-activity-step{display:grid;grid-template-columns:18px 1fr;align-items:start;gap:10px}.ell-family-activity-badge{width:18px;height:18px;border-radius:50%;background:#59c9e1;color:#fff;font-size:9.5px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1}.ell-family-activity-step-text{font-size:10.5px;line-height:1.5;color:#5a6c7d;outline:none;border-radius:4px;padding:2px 4px}.ell-family-activity-step-text:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.ell-family-activity-response{margin-top:4px}.ell-family-activity-response-label{font-size:9.5px;font-style:italic;font-weight:600;color:#59c9e1;margin-bottom:6px;outline:none;border-radius:4px;padding:2px 4px}.ell-family-activity-response-label:focus-within{background:#e8f4f6;box-shadow:inset 0 0 0 2px #59c9e1}.ell-family-activity-response-line{height:1px;background:#d8dde2;margin:4px 4px 0}.ell-family-footer{margin-top:14px}.ell-family-footer-rule{height:1px;background:#d8dde2;margin-bottom:10px}.ell-family-footer-content{display:grid;grid-template-columns:1fr auto;align-items:baseline;gap:16px}.ell-family-footer-center{font-size:9px;color:#8b95a0;text-align:center;outline:none;border-radius:4px;padding:2px 4px}.ell-family-footer-center:focus-within{background:#f7f8f9;box-shadow:inset 0 0 0 1px #8b95a0}.ell-family-footer-contact{font-size:9px;color:#8b95a0;outline:none;border-radius:4px;padding:2px 4px}.ell-family-footer-contact:focus-within{background:#f7f8f9;box-shadow:inset 0 0 0 1px #8b95a0}@media print{.ell-container{page-break-inside:avoid}.ell-doc-subtitle:focus-within,.ell-doc-title:focus-within,.ell-family-activity-title:focus-within,.ell-family-letter-title:focus-within,.ell-family-title:focus-within,.ell-stage-title:focus-within,.ell-worksheet-title:focus-within{background:transparent;box-shadow:none}}.slide-block{width:100%;min-height:300px;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:8px;padding:40px 50px;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:0 4px 20px rgba(0,0,0,.3);margin-bottom:16px;overflow:hidden;position:relative}.slide-header{font-size:32px;font-weight:700;color:#fff;margin-bottom:30px;padding-bottom:16px;border-bottom:3px solid #ef4444;outline:none;border-radius:4px}.slide-header:focus-within{background:hsla(0,0%,100%,.1)}.slide-title-block{display:flex;align-items:center;justify-content:center;min-height:400px;text-align:center;background:linear-gradient(135deg,#1a1a2e,#0f3460 50%,#16213e)}.slide-title-content{max-width:80%}.slide-main-title{font-size:48px;font-weight:800;color:#fff;margin-bottom:20px;text-shadow:0 2px 10px rgba(0,0,0,.3);outline:none;border-radius:6px;padding:8px}.slide-main-title:focus-within{background:hsla(0,0%,100%,.1)}.slide-subtitle{font-size:24px;font-weight:400;color:hsla(0,0%,100%,.8);outline:none;border-radius:4px;padding:4px}.slide-subtitle:focus-within{background:hsla(0,0%,100%,.1)}.slide-content-block{background:linear-gradient(135deg,#1a1a2e,#16213e)}.slide-body{padding:10px 0}.slide-bullet-list{list-style:none;margin:0;padding:0}.slide-bullet-item{display:flex;align-items:flex-start;margin-bottom:20px;font-size:22px;line-height:1.5;color:hsla(0,0%,100%,.95)}.slide-bullet-marker{color:#ef4444;font-size:28px;margin-right:16px;flex-shrink:0;line-height:1.2}.slide-bullet-text{flex:1;outline:none;border-radius:4px;padding:4px 8px;margin:-4px -8px}.slide-bullet-text:focus-within{background:hsla(0,0%,100%,.1)}.slide-two-column-block{background:linear-gradient(135deg,#1a1a2e,#16213e)}.slide-two-column-container{display:flex;gap:30px;align-items:stretch}.slide-column{flex:1;background:hsla(0,0%,100%,.05);border-radius:8px;padding:24px;border:1px solid hsla(0,0%,100%,.1)}.slide-column-header{font-size:22px;font-weight:600;color:#ef4444;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid rgba(239,68,68,.3);outline:none;border-radius:4px}.slide-column-header:focus-within{background:hsla(0,0%,100%,.1)}.slide-column-content{font-size:18px;line-height:1.6;color:hsla(0,0%,100%,.9);outline:none;border-radius:4px;padding:8px;min-height:100px}.slide-column-content:focus-within{background:hsla(0,0%,100%,.05)}.slide-column-divider{width:2px;background:hsla(0,0%,100%,.2);margin:20px 0}.slide-image-left-block,.slide-image-right-block{background:linear-gradient(135deg,#1a1a2e,#16213e)}.slide-image-text-container{display:flex;gap:30px;align-items:stretch}.slide-image-text-container.slide-text-first{flex-direction:row}.slide-image-placeholder{flex:1;background:hsla(0,0%,100%,.08);border:2px dashed hsla(0,0%,100%,.3);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;padding:24px}.slide-image-icon{font-size:48px;margin-bottom:12px;opacity:.7}.slide-image-label{font-size:14px;color:hsla(0,0%,100%,.6);text-align:center;outline:none;border-radius:4px;padding:4px 8px}.slide-image-label:focus-within{background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.9)}.slide-text-content{flex:1;font-size:20px;line-height:1.7;color:hsla(0,0%,100%,.9);outline:none;border-radius:4px;padding:16px;background:hsla(0,0%,100%,.03)}.slide-text-content:focus-within{background:hsla(0,0%,100%,.08)}.slide-blank-block{background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;align-items:center;justify-content:center}.slide-blank-content{width:100%;min-height:250px;font-size:20px;line-height:1.7;color:hsla(0,0%,100%,.7);text-align:center;outline:none;border-radius:8px;padding:40px;border:2px dashed hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.03)}.slide-blank-content:focus-within{background:hsla(0,0%,100%,.08);border-color:rgba(239,68,68,.5);color:hsla(0,0%,100%,.95)}.slide-section-block{display:flex;align-items:center;justify-content:center;min-height:350px;text-align:center;background:linear-gradient(135deg,#0f3460,#1a1a2e 50%,#16213e)}.slide-section-content{max-width:70%}.slide-section-title{font-size:42px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:3px;margin-bottom:16px;text-shadow:0 2px 10px rgba(0,0,0,.3);outline:none;border-radius:6px;padding:8px 16px}.slide-section-title:focus-within{background:hsla(0,0%,100%,.1)}.slide-section-subtitle{font-size:20px;font-weight:400;color:hsla(0,0%,100%,.7);outline:none;border-radius:4px;padding:4px 12px}.slide-section-subtitle:focus-within{background:hsla(0,0%,100%,.1)}.slide-quote-block{display:flex;align-items:center;justify-content:center;min-height:380px;text-align:center;background:linear-gradient(135deg,#16213e,#1a1a2e)}.slide-quote-content{max-width:75%;position:relative}.slide-quote-mark{font-size:120px;font-family:Georgia,Times New Roman,serif;color:rgba(239,68,68,.3);line-height:.5;margin-bottom:20px;position:absolute;top:-20px;left:-40px}.slide-quote-text{font-size:28px;font-weight:400;font-style:italic;line-height:1.6;color:hsla(0,0%,100%,.95);margin-bottom:24px;position:relative;z-index:1;outline:none;border-radius:6px;padding:12px 16px}.slide-quote-text:focus-within{background:hsla(0,0%,100%,.1)}.slide-quote-attribution{font-size:18px;font-weight:500;color:#ef4444;letter-spacing:1px;outline:none;border-radius:4px;padding:4px 12px}.slide-quote-attribution:focus-within{background:hsla(0,0%,100%,.1)}.slide-theme-geometric{--geo-cream:#f5f0e6;--geo-teal:#1d7151;--geo-coral:#dc3c4d;--geo-yellow:#e5b94a;--geo-pink:#f5b5c0;--geo-text:#2d2d2d;--geo-text-muted:#6b7280;font-family:Playfair Display,Georgia,serif}.slide-theme-geometric.slide-title-block{background:var(--geo-cream);color:var(--geo-text);position:relative;overflow:hidden}.slide-theme-geometric.slide-title-block:before{content:"";position:absolute;top:-60px;left:-60px;width:200px;height:200px;background:var(--geo-teal);border-radius:50%}.slide-theme-geometric.slide-title-block:after{content:"";position:absolute;top:-80px;right:-80px;width:220px;height:220px;background:var(--geo-coral);border-radius:0 0 0 100%}.slide-theme-geometric.slide-title-block .slide-title-content{position:relative;z-index:2}.slide-theme-geometric.slide-title-block .slide-main-title{color:var(--geo-text);font-family:Playfair Display,Georgia,serif;font-weight:700;font-size:52px;text-shadow:none}.slide-theme-geometric.slide-title-block .slide-subtitle{color:var(--geo-text-muted);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;letter-spacing:.1em;text-transform:uppercase;font-size:18px}.slide-geo-stripes{position:absolute;top:40px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:1}.slide-geo-stripes span{width:6px;height:100px;background:var(--geo-pink,#f5b5c0);border-radius:3px}.slide-geo-bottom-left{position:absolute;bottom:-60px;left:-60px;width:180px;height:180px;background:var(--geo-yellow,#e5b94a);border-radius:50%;z-index:1}.slide-geo-bottom-right{position:absolute;bottom:-100px;right:-100px;width:280px;height:280px;background:var(--geo-coral,#dc3c4d);border-radius:0 100% 0 0;z-index:1}.slide-theme-geometric.slide-content-block{background:var(--geo-cream);color:var(--geo-text)}.slide-theme-geometric.slide-content-block .slide-header{color:var(--geo-text);font-family:Playfair Display,Georgia,serif;font-weight:700;border-bottom-color:var(--geo-teal)}.slide-theme-geometric.slide-content-block .slide-bullet-marker{color:var(--geo-coral)}.slide-theme-geometric.slide-content-block .slide-bullet-item{color:var(--geo-text)}.slide-theme-geometric.slide-content-block .slide-content-box{background:var(--geo-teal);color:#fff;border-radius:8px;padding:30px;margin-top:20px;border:2px dashed hsla(0,0%,100%,.3)}.slide-theme-geometric.slide-content-block .slide-content-box .slide-bullet-marker{color:var(--geo-yellow)}.slide-theme-geometric.slide-content-block .slide-content-box .slide-bullet-item{color:#fff}.slide-theme-geometric.slide-section-block{position:relative;overflow:hidden}.slide-theme-geometric.slide-section-block.slide-section-coral{background:var(--geo-coral);color:#fff}.slide-theme-geometric.slide-section-block.slide-section-teal{background:var(--geo-teal);color:#fff}.slide-theme-geometric.slide-section-block.slide-section-yellow{background:var(--geo-yellow);color:var(--geo-text)}.slide-theme-geometric.slide-section-block .slide-section-title{font-family:Playfair Display,Georgia,serif;font-weight:700;font-size:56px;font-style:italic;color:inherit}.slide-theme-geometric.slide-section-block .slide-section-subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;font-size:22px;opacity:.9;color:inherit}.slide-geo-header{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;padding:16px 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;z-index:10}.slide-geo-header.light-text{color:hsla(0,0%,100%,.9)}.slide-geo-header.dark-text{color:var(--geo-teal,#1d7151)}.slide-theme-geometric.slide-two-column-block{background:var(--geo-cream);color:var(--geo-text)}.slide-theme-geometric.slide-two-column-block .slide-header{color:var(--geo-text);font-family:Playfair Display,Georgia,serif;border-bottom-color:var(--geo-teal)}.slide-theme-geometric.slide-two-column-block .slide-two-column-container{background:var(--geo-teal);border-radius:8px;padding:30px;border:2px dashed hsla(0,0%,100%,.3)}.slide-theme-geometric.slide-two-column-block .slide-column{background:transparent;border:none;color:#fff}.slide-theme-geometric.slide-two-column-block .slide-column-header{color:#fff;font-family:Playfair Display,Georgia,serif;font-weight:700;border-bottom-color:hsla(0,0%,100%,.3)}.slide-theme-geometric.slide-two-column-block .slide-column-content{color:hsla(0,0%,100%,.95);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.slide-theme-geometric.slide-two-column-block .slide-column-divider{background:transparent;border-left:2px dashed hsla(0,0%,100%,.3)}.slide-theme-geometric.slide-quote-block{background:var(--geo-cream);color:var(--geo-text)}.slide-theme-geometric.slide-quote-block .slide-quote-mark{color:var(--geo-coral);font-family:Playfair Display,Georgia,serif}.slide-theme-geometric.slide-quote-block .slide-quote-text{color:var(--geo-text);font-family:Playfair Display,Georgia,serif;font-style:italic}.slide-theme-geometric.slide-quote-block .slide-quote-attribution{color:var(--geo-text-muted);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.slide-theme-geometric.slide-image-left-block,.slide-theme-geometric.slide-image-right-block{background:var(--geo-cream);color:var(--geo-text)}.slide-theme-geometric.slide-image-left-block .slide-header,.slide-theme-geometric.slide-image-right-block .slide-header{color:var(--geo-text);font-family:Playfair Display,Georgia,serif;border-bottom-color:var(--geo-teal)}.slide-theme-geometric.slide-image-left-block .slide-image-placeholder,.slide-theme-geometric.slide-image-right-block .slide-image-placeholder{background:var(--geo-teal);border:none;color:#fff}.slide-theme-geometric.slide-image-left-block .slide-image-icon,.slide-theme-geometric.slide-image-right-block .slide-image-icon{opacity:.8}.slide-theme-geometric.slide-image-left-block .slide-image-label,.slide-theme-geometric.slide-image-right-block .slide-image-label{color:hsla(0,0%,100%,.8)}.slide-theme-geometric.slide-image-left-block .slide-text-content,.slide-theme-geometric.slide-image-right-block .slide-text-content{color:var(--geo-text);background:transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.slide-theme-geometric.slide-blank-block{background:var(--geo-cream);color:var(--geo-text)}.slide-theme-geometric.slide-blank-block .slide-blank-content{color:var(--geo-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.slide-theme-geometric .slide-main-title:focus-within,.slide-theme-geometric .slide-subtitle:focus-within{background:rgba(0,0,0,.05)}.slide-theme-geometric.slide-section-block .slide-section-subtitle:focus-within,.slide-theme-geometric.slide-section-block .slide-section-title:focus-within{background:hsla(0,0%,100%,.15)}.slide-theme-geometric .slide-header:focus-within{background:rgba(0,0,0,.05)}.slide-theme-geometric .slide-bullet-text:focus-within{background:rgba(0,0,0,.05)}.slide-theme-geometric.slide-two-column-block .slide-column-content:focus-within,.slide-theme-geometric.slide-two-column-block .slide-column-header:focus-within{background:hsla(0,0%,100%,.1)}.slide-theme-thesis-defense{--thesis-navy:#2d4059;--thesis-orange:#d97b4a;--thesis-peach:#f5d5c8;--thesis-peach-light:#faeee8;--thesis-white:#fff;--thesis-text:#333;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.slide-theme-thesis-defense.slide-block{background:var(--thesis-white);color:var(--thesis-text);position:relative;overflow:hidden}.slide-thesis-decor-tl-navy{width:140px;height:140px;top:-20px;left:-40px;pointer-events:none}.slide-thesis-decor-tl-ring{width:180px;height:180px;border:25px solid var(--thesis-orange,#d97b4a);top:-60px;left:100px;pointer-events:none}.slide-thesis-decor-tl-striped{width:100px;height:100px;background:repeating-linear-gradient(45deg,var(--thesis-orange,#d97b4a),var(--thesis-orange,#d97b4a) 6px,var(--thesis-peach,#f5d5c8) 6px,var(--thesis-peach,#f5d5c8) 12px);top:140px;left:20px;pointer-events:none}.slide-thesis-decor-tr-dots{top:30px;right:60px;gap:12px;pointer-events:none}.slide-thesis-decor-tr-dots .dot{width:18px;height:18px}.slide-thesis-decor-tr-lines{top:55px;right:50px;gap:6px;pointer-events:none}.slide-thesis-decor-tr-lines .line:first-child{width:100px}.slide-thesis-decor-tr-lines .line:nth-child(2){width:80px}.slide-thesis-decor-tr-scattered{top:95px;right:75px;pointer-events:none}.slide-thesis-decor-tr-scattered .mini-dot{width:8px;height:8px;background:var(--thesis-navy,#2d4059)}.slide-thesis-decor-tr-scattered .mini-dot:nth-child(2){left:40px;background:var(--thesis-peach,#f5d5c8);width:20px;height:20px}.slide-thesis-decor-tr-scattered .mini-dot:nth-child(3){top:25px;left:15px;width:6px;height:6px}.slide-thesis-decor-zigzag{bottom:40px;left:30px;width:180px;pointer-events:none}.slide-thesis-decor-br-ring{width:200px;height:200px;border:30px solid var(--thesis-navy,#2d4059);bottom:-30px;right:-40px;pointer-events:none}.slide-thesis-decor-br-orange{width:160px;height:160px;bottom:-80px;right:100px;pointer-events:none}.slide-thesis-decor-br-peach{width:100px;height:100px;bottom:80px;right:120px;pointer-events:none}.slide-thesis-decor-br-striped{width:80px;height:80px;background:repeating-linear-gradient(45deg,var(--thesis-peach,#f5d5c8),var(--thesis-peach,#f5d5c8) 5px,var(--thesis-peach-light,#faeee8) 5px,var(--thesis-peach-light,#faeee8) 10px);bottom:140px;right:30px;pointer-events:none}.slide-theme-thesis-defense.slide-title-block .slide-title-content{position:relative;z-index:10;text-align:center}.slide-theme-thesis-defense.slide-title-block .slide-main-title{color:var(--thesis-navy);font-family:Montserrat,sans-serif;font-weight:800;font-size:72px;line-height:1.1;text-shadow:none}.slide-theme-thesis-defense.slide-title-block .slide-subtitle{background:var(--thesis-orange);color:var(--thesis-white);padding:12px 30px;font-size:18px;font-weight:600;display:inline-block;margin-top:20px}.slide-thesis-university{font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;color:var(--thesis-navy,#2d4059);letter-spacing:2px;text-transform:uppercase;margin-bottom:20px}.slide-thesis-presenter{font-size:14px;color:var(--thesis-navy,#2d4059);margin-top:30px}.slide-thesis-presenter strong{color:var(--thesis-orange,#d97b4a);font-weight:700}.slide-theme-thesis-defense.slide-content-block{background:var(--thesis-white)}.slide-theme-thesis-defense.slide-content-block .slide-header{color:var(--thesis-navy);font-family:Montserrat,sans-serif;font-weight:800;font-size:42px;text-align:center;border:none;padding-bottom:20px}.slide-theme-thesis-defense.slide-content-block .slide-body{max-width:70%;margin:0 auto;position:relative;z-index:10}.slide-theme-thesis-defense.slide-content-block .slide-bullet-list{list-style:none;padding:0}.slide-theme-thesis-defense.slide-content-block .slide-bullet-marker{display:none}.slide-theme-thesis-defense.slide-content-block .slide-bullet-item{font-size:14px;line-height:1.8;color:var(--thesis-text);margin-bottom:16px}.slide-thesis-framework-grid,.slide-thesis-lit-grid{position:relative;z-index:10}.slide-thesis-objective-card h3{margin-bottom:8px}.slide-thesis-impl-grid{position:relative;z-index:10}.slide-thesis-impl-card h3{margin-bottom:10px}.slide-theme-thesis-defense.slide-image-left-block .slide-header,.slide-theme-thesis-defense.slide-image-right-block .slide-header{color:var(--thesis-navy);font-family:Montserrat,sans-serif;font-weight:800;font-size:42px;text-align:center;border:none}.slide-theme-thesis-defense .slide-image-placeholder{background:linear-gradient(135deg,#8b4513,#d2691e 50%,sienna);border:none;border-radius:8px}.slide-theme-thesis-defense .slide-image-icon{font-size:48px;color:#fff;opacity:.9}.slide-theme-thesis-defense .slide-image-label{color:#fff;font-weight:800;font-size:32px;letter-spacing:20px;text-transform:uppercase}.slide-theme-thesis-defense .slide-text-content{font-size:14px;line-height:1.8;color:var(--thesis-text);text-align:left}.slide-theme-thesis-defense.slide-two-column-block .slide-header{color:var(--thesis-navy);font-family:Montserrat,sans-serif;font-weight:800;font-size:42px;text-align:center;border:none}.slide-theme-thesis-defense.slide-two-column-block .slide-two-column-container{background:transparent;padding:0;border:none}.slide-theme-thesis-defense.slide-two-column-block .slide-column{background:transparent;border:none;color:var(--thesis-text)}.slide-theme-thesis-defense.slide-two-column-block .slide-column-header{background:var(--thesis-orange);color:var(--thesis-white);padding:10px 25px;font-weight:700;display:inline-block;margin-bottom:16px;font-size:14px;border:none}.slide-theme-thesis-defense.slide-two-column-block .slide-column-content{font-size:13px;line-height:1.7;color:var(--thesis-text)}.slide-theme-thesis-defense.slide-two-column-block .slide-column-divider{background:transparent;border:none}.slide-theme-thesis-defense.slide-section-block{background:var(--thesis-white)}.slide-theme-thesis-defense.slide-section-block .slide-section-content{position:relative;z-index:10;text-align:center}.slide-theme-thesis-defense.slide-section-block .slide-section-title{color:var(--thesis-navy);font-family:Montserrat,sans-serif;font-weight:800;font-size:60px;line-height:1.2}.slide-theme-thesis-defense.slide-section-block .slide-section-subtitle{font-size:14px;color:var(--thesis-navy);margin-top:20px}.slide-theme-thesis-defense.slide-quote-block{background:var(--thesis-white)}.slide-theme-thesis-defense.slide-quote-block .slide-quote-mark{color:var(--thesis-orange);font-family:Playfair Display,Georgia,serif}.slide-theme-thesis-defense.slide-quote-block .slide-quote-text{color:var(--thesis-navy);font-family:Playfair Display,Georgia,serif;font-style:italic}.slide-theme-thesis-defense.slide-quote-block .slide-quote-attribution{color:var(--thesis-text)}.slide-theme-thesis-defense.slide-blank-block{background:var(--thesis-white)}.slide-theme-thesis-defense.slide-blank-block .slide-blank-content{color:var(--thesis-text);position:relative;z-index:10}.slide-theme-thesis-defense .slide-header:focus-within,.slide-theme-thesis-defense .slide-main-title:focus-within,.slide-theme-thesis-defense .slide-subtitle:focus-within{background:rgba(45,64,89,.05);border-radius:4px}.slide-theme-thesis-defense .slide-bullet-text:focus-within,.slide-theme-thesis-defense .slide-text-content:focus-within{background:rgba(45,64,89,.05)}.slide-theme-thesis-defense.slide-section-block .slide-section-subtitle:focus-within,.slide-theme-thesis-defense.slide-section-block .slide-section-title:focus-within{background:rgba(45,64,89,.05);border-radius:4px}div:has(>.slide-thesis-abstract-block),div:has(>.slide-thesis-framework-block),div:has(>.slide-thesis-implementation-block),div:has(>.slide-thesis-intro-block),div:has(>.slide-thesis-lit-review-block),div:has(>.slide-thesis-objectives-block),div:has(>.slide-thesis-problems-block),div:has(>.slide-thesis-thank-you-block),div:has(>.slide-thesis-title-block){position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;margin:0!important}.slide-thesis-abstract-block,.slide-thesis-framework-block,.slide-thesis-implementation-block,.slide-thesis-intro-block,.slide-thesis-lit-review-block,.slide-thesis-objectives-block,.slide-thesis-problems-block,.slide-thesis-thank-you-block,.slide-thesis-title-block{--thesis-navy:#2d4059;--thesis-orange:#d97b4a;--thesis-peach:#f5d5c8;--thesis-peach-light:#faeee8;--thesis-white:#fff;--thesis-text:#333;background:var(--thesis-white);position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;overflow:hidden;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.slide-thesis-decor-tl-navy{position:absolute;width:100px;height:100px;background:var(--thesis-navy,#2d4059);border-radius:50%;top:-15px;left:-30px;z-index:1}.slide-thesis-decor-tl-ring{position:absolute;width:120px;height:120px;border:18px solid var(--thesis-orange,#d97b4a);border-radius:50%;top:-40px;left:70px;z-index:1}.slide-thesis-decor-tl-striped{position:absolute;width:70px;height:70px;border-radius:50%;background:repeating-linear-gradient(45deg,var(--thesis-orange,#d97b4a),var(--thesis-orange,#d97b4a) 5px,var(--thesis-peach,#f5d5c8) 5px,var(--thesis-peach,#f5d5c8) 10px);top:100px;left:15px;z-index:1}.slide-thesis-decor-tr-dots{position:absolute;top:20px;right:40px;display:flex;gap:8px;z-index:1}.slide-thesis-decor-tr-dots .dot{width:12px;height:12px;border-radius:50%}.slide-thesis-decor-tr-dots .dot-navy{background:var(--thesis-navy,#2d4059)}.slide-thesis-decor-tr-dots .dot-orange{background:var(--thesis-orange,#d97b4a)}.slide-thesis-decor-tr-lines{position:absolute;top:40px;right:35px;display:flex;flex-direction:column;gap:4px;z-index:1}.slide-thesis-decor-tr-lines .line{height:3px;background:var(--thesis-navy,#2d4059)}.slide-thesis-decor-tr-lines .line:first-child{width:70px}.slide-thesis-decor-tr-lines .line:last-child{width:50px}.slide-thesis-decor-tr-scattered{position:absolute;top:70px;right:60px;z-index:1}.slide-thesis-decor-tr-scattered .mini-dot{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--thesis-peach,#f5d5c8)}.slide-thesis-decor-tr-scattered .mini-dot:first-child{top:0;left:0}.slide-thesis-decor-tr-scattered .mini-dot:nth-child(2){top:15px;left:20px}.slide-thesis-decor-tr-scattered .mini-dot:nth-child(3){top:5px;left:40px}.slide-thesis-decor-zigzag{position:absolute;bottom:25px;left:20px;width:150px;height:50px;z-index:1}.slide-thesis-decor-zigzag svg{width:100%;height:100%}.slide-thesis-decor-br-ring{position:absolute;width:140px;height:140px;border:20px solid var(--thesis-navy,#2d4059);border-radius:50%;bottom:-25px;right:-30px;z-index:1}.slide-thesis-decor-br-orange{position:absolute;width:110px;height:110px;background:var(--thesis-orange,#d97b4a);border-radius:50%;bottom:-50px;right:70px;z-index:1}.slide-thesis-decor-br-peach{position:absolute;width:70px;height:70px;background:var(--thesis-peach,#f5d5c8);border-radius:50%;bottom:55px;right:85px;z-index:1}.slide-thesis-decor-br-striped{position:absolute;width:50px;height:50px;border-radius:50%;background:repeating-linear-gradient(-45deg,var(--thesis-navy,#2d4059),var(--thesis-navy,#2d4059) 4px,var(--thesis-peach-light,#faeee8) 4px,var(--thesis-peach-light,#faeee8) 8px);bottom:100px;right:20px;z-index:1}.slide-thesis-thank-you-block .slide-thesis-title-content,.slide-thesis-title-block .slide-thesis-title-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:10;width:80%}.slide-thesis-university-name{font-weight:600;font-size:14px;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}.slide-thesis-main-title,.slide-thesis-university-name{font-family:Montserrat,sans-serif;color:var(--thesis-navy,#2d4059)}.slide-thesis-main-title{font-weight:800;font-size:72px;line-height:1.1;margin:20px 0;white-space:pre-line}.slide-thesis-subtitle-box{background:var(--thesis-orange,#d97b4a);color:var(--thesis-white,#fff);padding:12px 30px;font-size:16px;font-weight:600;display:inline-block;margin:10px 0}.slide-thesis-presenter-info{font-size:14px;color:var(--thesis-navy,#2d4059);margin-top:30px;line-height:1.6}.slide-thesis-presenter-info strong{color:var(--thesis-orange,#d97b4a);font-weight:700}.slide-thesis-content-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;z-index:10;text-align:center}.slide-thesis-content-wrapper.slide-thesis-content-narrow{width:60%}.slide-thesis-content-wrapper.slide-thesis-content-wide{width:85%}.slide-thesis-slide-title{font-family:Montserrat,sans-serif;font-weight:800;font-size:42px;color:var(--thesis-navy,#2d4059);text-align:center;margin-bottom:30px}.slide-thesis-abstract-text{text-align:left}.slide-thesis-abstract-text p{font-size:14px;line-height:1.8;color:var(--thesis-text,#333);margin-bottom:16px}.slide-thesis-image-placeholder{width:100%;max-width:700px;height:180px;background:linear-gradient(135deg,#8b4513,#d2691e 50%,sienna);border-radius:8px;margin:20px auto;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:800;color:#fff;letter-spacing:20px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.slide-thesis-intro-text{font-size:14px;line-height:1.8;color:var(--thesis-text,#333);text-align:left;margin-top:16px}.slide-thesis-problems-list{text-align:left}.slide-thesis-problem-item{margin-bottom:24px}.slide-thesis-problem-label{background:var(--thesis-orange,#d97b4a);color:var(--thesis-white,#fff);padding:8px 20px;font-weight:700;display:inline-block;margin-bottom:12px;font-size:14px}.slide-thesis-problem-text{font-size:14px;line-height:1.7;color:var(--thesis-text,#333);margin:0}.slide-thesis-lit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.slide-thesis-lit-card{background:var(--thesis-orange,#d97b4a);color:var(--thesis-white,#fff);padding:20px;border-radius:4px;text-align:left}.slide-thesis-lit-number{font-size:28px;font-weight:700;font-style:italic;margin-bottom:12px}.slide-thesis-lit-text{font-size:12px;line-height:1.6;margin:0}.slide-thesis-framework-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;text-align:left}.slide-thesis-framework-item h3{background:var(--thesis-orange,#d97b4a);color:var(--thesis-white,#fff);padding:10px 25px;font-weight:700;display:inline-block;margin-bottom:16px;font-size:14px}.slide-thesis-framework-item p{font-size:13px;line-height:1.7;color:var(--thesis-text,#333);margin:0}.slide-thesis-objectives-list{width:100%}.slide-thesis-objective-card{background:var(--thesis-orange,#d97b4a);color:var(--thesis-white,#fff);padding:20px 24px;margin-bottom:16px;border-radius:4px;text-align:left}.slide-thesis-objective-card h3{font-weight:700;font-size:16px;margin:0 0 8px}.slide-thesis-objective-card p{font-size:13px;line-height:1.6;margin:0}.slide-thesis-impl-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.slide-thesis-impl-card{background:var(--thesis-orange,#d97b4a);color:var(--thesis-white,#fff);padding:20px;border-radius:4px;text-align:left}.slide-thesis-impl-card h3{font-weight:700;font-size:14px;margin:0 0 10px}.slide-thesis-impl-card p{font-size:12px;line-height:1.6;margin:0}.slide-thesis-thank-you-block .slide-thesis-main-title{font-size:60px;line-height:1.2}.slide-thesis-main-title:focus-within,.slide-thesis-presenter-info:focus-within,.slide-thesis-slide-title:focus-within,.slide-thesis-subtitle-box:focus-within,.slide-thesis-university-name:focus-within{background:rgba(45,64,89,.05);border-radius:4px}.slide-thesis-abstract-text p:focus-within,.slide-thesis-intro-text:focus-within,.slide-thesis-problem-label:focus-within,.slide-thesis-problem-text:focus-within{background:rgba(45,64,89,.05)}.slide-thesis-impl-card:focus-within,.slide-thesis-lit-card:focus-within,.slide-thesis-objective-card:focus-within{outline:2px solid hsla(0,0%,100%,.5);outline-offset:2px}.slide-thesis-framework-item h3:focus-within,.slide-thesis-framework-item p:focus-within{background:rgba(45,64,89,.05)}.slide-theme-formal{--formal-navy:#2d4059;--formal-orange:#d97b4a;--formal-peach:#f5d5c8;--formal-peach-light:#faeee8;--formal-white:#fff;--formal-text:#333;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.slide-theme-formal.slide-block{background:var(--formal-white);color:var(--formal-text);position:relative;overflow:hidden}.slide-formal-decor-tl-navy{position:absolute;top:-80px;left:-80px;width:180px;height:180px;background:var(--formal-navy,#2d4059);border-radius:50%;z-index:1}.slide-formal-decor-tl-ring{position:absolute;top:10px;left:10px;width:80px;height:80px;border:4px solid var(--formal-orange,#d97b4a);border-radius:50%;z-index:2}.slide-formal-decor-tl-striped{position:absolute;top:90px;left:20px;width:35px;height:60px;background:repeating-linear-gradient(0deg,var(--formal-peach,#f5d5c8),var(--formal-peach,#f5d5c8) 4px,transparent 4px,transparent 8px);z-index:2}.slide-formal-decor-tr-dots{position:absolute;top:25px;right:25px;display:flex;gap:8px;z-index:2}.slide-formal-decor-tr-dots .dot{width:12px;height:12px;border-radius:50%}.slide-formal-decor-tr-dots .dot-navy{background:var(--formal-navy,#2d4059)}.slide-formal-decor-tr-dots .dot-orange{background:var(--formal-orange,#d97b4a)}.slide-formal-decor-tr-lines{position:absolute;top:50px;right:30px;display:flex;flex-direction:column;gap:6px;z-index:2}.slide-formal-decor-tr-lines .line{width:40px;height:3px;background:var(--formal-peach,#f5d5c8)}.slide-formal-decor-tr-scattered{position:absolute;top:90px;right:80px;z-index:2}.slide-formal-decor-tr-scattered .mini-dot{position:absolute;width:6px;height:6px;background:var(--formal-orange,#d97b4a);border-radius:50%}.slide-formal-decor-tr-scattered .mini-dot:first-child{top:0;left:0}.slide-formal-decor-tr-scattered .mini-dot:nth-child(2){top:15px;left:20px}.slide-formal-decor-tr-scattered .mini-dot:nth-child(3){top:-5px;left:35px}.slide-formal-decor-zigzag{position:absolute;bottom:15px;left:15px;width:150px;height:50px;z-index:2}.slide-formal-decor-zigzag svg{width:100%;height:100%}.slide-formal-decor-br-ring{position:absolute;bottom:-50px;right:-50px;width:140px;height:140px;border:5px solid var(--formal-orange,#d97b4a);border-radius:50%;z-index:1}.slide-formal-decor-br-orange{position:absolute;bottom:70px;right:30px;width:25px;height:25px;background:var(--formal-orange,#d97b4a);border-radius:50%;z-index:2}.slide-formal-decor-br-peach{position:absolute;bottom:40px;right:70px;width:18px;height:18px;background:var(--formal-peach,#f5d5c8);border-radius:50%;z-index:2}.slide-formal-decor-br-striped{position:absolute;bottom:100px;right:15px;width:30px;height:45px;background:repeating-linear-gradient(0deg,var(--formal-navy,#2d4059),var(--formal-navy,#2d4059) 4px,transparent 4px,transparent 8px);z-index:2}.slide-formal-title-page-block{display:flex;align-items:center;justify-content:center}.slide-formal-title-content{position:relative;z-index:10;text-align:center;max-width:700px}.slide-formal-organization-name{font-size:14px;text-transform:uppercase;letter-spacing:3px;color:var(--formal-navy,#2d4059);margin-bottom:24px;font-weight:500}.slide-formal-main-title{font-size:52px;font-weight:800;color:var(--formal-navy,#2d4059);line-height:1.15;margin-bottom:28px;white-space:pre-line}.slide-formal-subtitle-box{display:inline-block;background:var(--formal-orange,#d97b4a);color:#fff;padding:12px 32px;font-size:18px;font-weight:500;margin-bottom:32px}.slide-formal-presenter-info{font-size:16px;color:var(--formal-navy,#2d4059)}.slide-formal-presenter-info strong{color:var(--formal-orange,#d97b4a);font-weight:600}.slide-formal-content-wrapper{position:relative;z-index:10;padding:60px 80px;height:100%;display:flex;flex-direction:column}.slide-formal-content-narrow{max-width:800px;margin:0 auto}.slide-formal-content-wide{max-width:100%}.slide-formal-slide-title{font-size:36px;font-weight:700;color:var(--formal-navy,#2d4059);margin-bottom:28px}.slide-formal-summary-text p{font-size:16px;line-height:1.7;color:var(--formal-text,#333);margin-bottom:20px}.slide-formal-image-placeholder{background:var(--formal-peach-light,#faeee8);border:2px dashed var(--formal-peach,#f5d5c8);padding:40px;text-align:center;margin-bottom:24px;font-size:24px;letter-spacing:8px;color:var(--formal-navy,#2d4059);font-weight:600}.slide-formal-intro-text{font-size:16px;line-height:1.7;color:var(--formal-text,#333)}.slide-formal-challenges-list{display:flex;flex-direction:column;gap:24px}.slide-formal-challenge-item{display:flex;align-items:flex-start;gap:20px}.slide-formal-challenge-label{background:var(--formal-orange,#d97b4a);color:#fff;padding:10px 20px;font-weight:600;font-size:14px;flex-shrink:0;border-radius:4px}.slide-formal-challenge-text{font-size:16px;line-height:1.6;color:var(--formal-text,#333);padding-top:8px}.slide-formal-reference-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;flex:1}.slide-formal-reference-card{background:var(--formal-peach-light,#faeee8);border-radius:8px;padding:24px 16px;border-top:4px solid var(--formal-orange,#d97b4a)}.slide-formal-reference-number{font-size:42px;font-weight:800;color:var(--formal-navy,#2d4059);margin-bottom:16px}.slide-formal-reference-text{font-size:13px;line-height:1.5;color:var(--formal-text,#333)}.slide-formal-concept-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;flex:1}.slide-formal-concept-item{background:var(--formal-peach-light,#faeee8);padding:32px;border-radius:8px;position:relative;border-left:6px solid var(--formal-orange,#d97b4a)}.slide-formal-concept-item h3{font-size:22px;font-weight:700;color:var(--formal-navy,#2d4059);margin-bottom:16px;padding-bottom:12px;border-bottom:3px solid var(--formal-orange,#d97b4a)}.slide-formal-concept-item p{font-size:14px;line-height:1.6;color:var(--formal-text,#333)}.slide-formal-goals-list{display:flex;flex-direction:column;gap:20px}.slide-formal-goal-card{background:var(--formal-peach-light,#faeee8);padding:24px 32px;border-radius:8px;border-left:6px solid var(--formal-orange,#d97b4a)}.slide-formal-goal-card h3{font-size:20px;font-weight:700;color:var(--formal-navy,#2d4059);margin-bottom:12px}.slide-formal-goal-card p{font-size:14px;line-height:1.6;color:var(--formal-text,#333)}.slide-formal-phase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;flex:1}.slide-formal-phase-card{background:var(--formal-navy,#2d4059);color:#fff;padding:28px;border-radius:8px}.slide-formal-phase-card h3{font-size:20px;font-weight:700;margin-bottom:12px;color:var(--formal-orange,#d97b4a)}.slide-formal-phase-card p{font-size:14px;line-height:1.5;color:hsla(0,0%,100%,.9)}.slide-closing-slide-block{display:flex;align-items:center;justify-content:center}.slide-formal-main-title:focus-within,.slide-formal-organization-name:focus-within,.slide-formal-presenter-info:focus-within,.slide-formal-slide-title:focus-within,.slide-formal-subtitle-box:focus-within{background:rgba(45,64,89,.05);border-radius:4px}.slide-formal-challenge-label:focus-within,.slide-formal-challenge-text:focus-within,.slide-formal-intro-text:focus-within,.slide-formal-summary-text p:focus-within{background:rgba(45,64,89,.05)}.slide-theme-carl-bold{--carl-navy:#001930;--carl-teal:#59c9e1;--carl-teal-secondary:#00e5d3;--carl-bg:#e8e8e8;--carl-white:#fff;--carl-text:#333;--carl-text-muted:#666;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.slide-theme-carl-bold.slide-block{background:var(--carl-bg);color:var(--carl-text);position:relative;overflow:hidden}.carl-bold-circle{position:absolute;width:600px;height:600px;border-radius:50%;background:linear-gradient(135deg,var(--carl-teal,#59c9e1),var(--carl-teal-secondary,#00e5d3));opacity:.9;z-index:1}.carl-bold-circle-right{right:-100px;top:50%;transform:translateY(-50%)}.carl-bold-circle-top-right{top:-300px;right:-200px}.carl-bold-circle-bottom-left{bottom:-300px;left:-200px}.carl-bold-circle-center{top:50%;left:50%;transform:translate(-50%,-50%);opacity:1;width:650px;height:650px}.slide-carl-bold-title-block{display:flex;align-items:center;padding-left:100px}.carl-bold-title-content{position:relative;z-index:10;max-width:600px}.carl-bold-main-title{font-size:72px;font-weight:900;color:var(--carl-navy,#001930);line-height:1.1;margin-bottom:32px;white-space:pre-line}.carl-bold-subtitle{font-size:20px;font-weight:600;color:#002d4c}.carl-bold-content-wrapper{position:relative;z-index:10;padding:60px 80px;height:100%;display:flex;flex-direction:column}.carl-bold-content-wide{max-width:100%}.carl-bold-slide-title{font-size:40px;font-weight:800;color:var(--carl-navy,#001930);margin-bottom:32px}.carl-bold-title-with-emoji{display:flex;align-items:center;gap:12px}.carl-bold-text-content{max-width:800px}.carl-bold-paragraph{font-size:18px;line-height:1.6;color:var(--carl-text,#333);margin-bottom:20px}.carl-bold-callout-box{background:var(--carl-white,#fff);padding:32px;border-radius:8px;margin-bottom:28px;box-shadow:0 4px 12px rgba(0,0,0,.1);position:relative}.carl-bold-callout-bar{position:absolute;left:0;top:0;width:8px;height:100%;background:var(--carl-teal,#59c9e1);border-radius:8px 0 0 8px}.carl-bold-callout-label{font-size:36px;font-weight:800;letter-spacing:12px;color:var(--carl-teal,#59c9e1);text-align:center;padding-left:12px}.carl-bold-intro-text{font-size:16px;line-height:1.6;color:var(--carl-text,#333)}.carl-bold-challenges-list{display:flex;flex-direction:column;gap:28px}.carl-bold-challenge-item{display:flex;align-items:flex-start;gap:24px}.carl-bold-challenge-badge{background:linear-gradient(135deg,var(--carl-teal,#59c9e1),var(--carl-teal-secondary,#00e5d3));color:var(--carl-white,#fff);padding:16px 24px;border-radius:8px;font-weight:700;font-size:16px;flex-shrink:0;box-shadow:0 4px 12px rgba(89,201,225,.3)}.carl-bold-challenge-text{font-size:17px;line-height:1.5;color:var(--carl-text,#333);padding-top:12px}.carl-bold-findings-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;flex:1}.carl-bold-finding-card{background:var(--carl-white,#fff);border-radius:12px;padding:24px 16px;box-shadow:0 4px 12px rgba(0,0,0,.08);border-top:4px solid var(--carl-teal,#59c9e1)}.carl-bold-finding-number{font-size:48px;font-weight:900;color:var(--carl-teal,#59c9e1);margin-bottom:16px}.carl-bold-finding-text{font-size:13px;line-height:1.5;color:var(--carl-text,#333)}.carl-bold-concepts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;flex:1}.carl-bold-concept-box{background:var(--carl-white,#fff);border-radius:12px;padding:32px;box-shadow:0 4px 12px rgba(0,0,0,.08);position:relative}.carl-bold-concept-bar{position:absolute;left:0;top:0;width:6px;height:100%;background:var(--carl-teal,#59c9e1);border-radius:12px 0 0 12px}.carl-bold-concept-title{font-size:22px;font-weight:700;color:var(--carl-navy,#001930);margin-bottom:16px;padding-bottom:12px;border-bottom:4px solid var(--carl-teal,#59c9e1)}.carl-bold-concept-text{font-size:14px;line-height:1.6;color:var(--carl-text,#333)}.slide-carl-bold-thankyou-block{display:flex;align-items:center;justify-content:center;text-align:center}.carl-bold-thankyou-content{position:relative;z-index:10}.carl-bold-school-name{font-size:14px;text-transform:uppercase;letter-spacing:3px;color:var(--carl-text-muted,#666);margin-bottom:24px}.carl-bold-thankyou-title{font-size:80px;margin-bottom:0;line-height:1}.carl-bold-thankyou-subtitle,.carl-bold-thankyou-title{font-weight:900;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}.carl-bold-thankyou-subtitle{font-size:72px;margin-bottom:40px}.carl-bold-presenter-label{font-size:16px;color:var(--carl-text-muted,#666);margin-bottom:4px}.carl-bold-presenter-name{font-size:20px;font-weight:700;color:var(--carl-navy,#001930)}.carl-bold-takeaways-list{display:flex;flex-direction:column;gap:18px;margin-bottom:32px}.carl-bold-takeaway-item{background:var(--carl-white,#fff);border-radius:12px;padding:20px 28px;display:flex;align-items:center;gap:24px;box-shadow:0 4px 12px rgba(0,0,0,.08);border-left:6px solid var(--carl-teal,#59c9e1)}.carl-bold-takeaway-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--carl-teal,#59c9e1),var(--carl-teal-secondary,#00e5d3));border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px rgba(89,201,225,.3)}.carl-bold-takeaway-text{font-size:17px;font-weight:600;color:var(--carl-navy,#001930)}.carl-bold-remember-text{text-align:center;font-size:20px;font-weight:700;color:var(--carl-text,#333)}.carl-bold-vocab-card{background:var(--carl-white,#fff);border:4px solid var(--carl-navy,#001930);border-radius:16px;padding:40px;max-width:800px;margin:0 auto;box-shadow:0 8px 24px rgba(0,0,0,.12);position:relative}.carl-bold-vocab-accent{position:absolute;top:-6px;left:40px;width:100px;height:6px;background:linear-gradient(135deg,var(--carl-teal,#59c9e1),var(--carl-teal-secondary,#00e5d3));border-radius:3px}.carl-bold-vocab-term{font-size:44px;font-weight:900;color:var(--carl-navy,#001930);margin-bottom:12px}.carl-bold-vocab-pronunciation{font-size:17px;font-style:italic;color:var(--carl-text-muted,#666);margin-bottom:24px;padding-bottom:24px;border-bottom:2px solid #e0e0e0}.carl-bold-vocab-definition{font-size:16px;line-height:1.7;color:var(--carl-text,#333);margin-bottom:24px}.carl-bold-vocab-example{background:linear-gradient(135deg,rgba(89,201,225,.1),rgba(0,229,211,.1));padding:24px;border-radius:8px;border-left:4px solid var(--carl-teal,#59c9e1)}.carl-bold-vocab-example-label{font-size:14px;font-style:italic;font-weight:600;color:var(--carl-teal,#59c9e1);margin-bottom:8px;display:block}.carl-bold-vocab-example-text{font-size:15px;font-style:italic;color:var(--carl-navy,#001930);line-height:1.6}.carl-bold-main-title:focus-within,.carl-bold-slide-title:focus-within,.carl-bold-subtitle:focus-within{background:rgba(0,25,48,.05);border-radius:4px}.carl-bold-callout-label:focus-within,.carl-bold-challenge-badge:focus-within,.carl-bold-challenge-text:focus-within,.carl-bold-intro-text:focus-within,.carl-bold-paragraph:focus-within{background:rgba(0,25,48,.05)}.carl-bold-concept-box:focus-within,.carl-bold-finding-card:focus-within,.carl-bold-takeaway-item:focus-within,.carl-bold-vocab-card:focus-within{outline:2px solid var(--carl-teal,#59c9e1);outline-offset:2px}.carl-bold-presenter-name:focus-within,.carl-bold-school-name:focus-within,.carl-bold-thankyou-subtitle:focus-within,.carl-bold-thankyou-title:focus-within{background:rgba(0,25,48,.05);border-radius:4px}.slide-theme-comic-pro{--comic-ink:#0b1621;--comic-cyan:#00f2de;--comic-blue:#3de2ff;--comic-lime:#b9f85d;--comic-coral:#ff6b63;--comic-pink:#ff4be3;--comic-sun:#ffd400;--comic-orange:#ff8a00;--comic-paper:#fff;--comic-stroke:6px solid rgba(11,22,33,.92);--comic-stroke2:4px solid rgba(11,22,33,.92);--comic-shadow:10px 10px 0 rgba(11,22,33,.92);--comic-shadow-sm:6px 6px 0 rgba(11,22,33,.92);--comic-radius:22px;--comic-radius-sm:16px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.slide-theme-comic-pro.slide-block{background:var(--comic-paper);color:var(--comic-ink);position:relative;overflow:hidden}.comic-pro-halftone{inset:0;opacity:.2;background:radial-gradient(circle,rgba(11,22,33,.86) 18%,transparent 19%) 0 0/18px 18px;-webkit-mask-image:radial-gradient(circle at 30% 35%,#000 0,transparent 62%);mask-image:radial-gradient(circle at 30% 35%,#000 0,transparent 62%)}.comic-pro-halftone,.comic-pro-speedlines{position:absolute;pointer-events:none;z-index:2}.comic-pro-speedlines{inset:-40px -40px auto -40px;height:420px;opacity:.3;background:repeating-linear-gradient(135deg,hsla(0,0%,100%,0) 0 14px,hsla(0,0%,100%,0) 14px 22px,rgba(11,22,33,.25) 22px 26px);-webkit-mask-image:radial-gradient(circle at 42% 55%,#000 0,transparent 62%);mask-image:radial-gradient(circle at 42% 55%,#000 0,transparent 62%);transform:rotate(-6deg)}.comic-pro-speedlines-bottom{top:auto;bottom:-40px;transform:rotate(12deg);opacity:.32}.comic-pro-wedge{position:absolute;width:520px;height:360px;border:var(--comic-stroke);background:radial-gradient(circle,rgba(11,22,33,.88) 22%,transparent 23%) 0 0/18px 18px,linear-gradient(135deg,var(--comic-cyan),var(--comic-blue));clip-path:polygon(0 0,100% 0,0 100%);box-shadow:var(--comic-shadow);opacity:.96;pointer-events:none;z-index:3}.comic-pro-wedge-warm{background:radial-gradient(circle,rgba(11,22,33,.88) 22%,transparent 23%) 0 0/18px 18px,linear-gradient(135deg,#97e063,#a6e063)}.comic-pro-wedge-right{transform:scaleX(-1)}.comic-pro-burst{width:560px;height:220px;border:var(--comic-stroke);background:linear-gradient(135deg,var(--comic-pink),var(--comic-cyan));clip-path:polygon(6% 40%,14% 20%,24% 30%,34% 10%,44% 28%,56% 6%,64% 26%,76% 12%,84% 34%,94% 18%,98% 46%,90% 62%,98% 78%,82% 72%,72% 90%,60% 72%,48% 94%,40% 74%,28% 92%,20% 72%,8% 82%,10% 58%);box-shadow:var(--comic-shadow);transform:rotate(-4deg);z-index:3}.comic-pro-burst,.comic-pro-stars{position:absolute;opacity:.92;pointer-events:none}.comic-pro-stars{width:280px;height:180px;filter:drop-shadow(10px 10px 0 rgba(11,22,33,.92));z-index:4}.comic-pro-stars:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 22%,var(--comic-sun) 0 10px,transparent 11px),radial-gradient(circle at 44% 18%,var(--comic-lime) 0 10px,transparent 11px),radial-gradient(circle at 76% 30%,var(--comic-cyan) 0 10px,transparent 11px),radial-gradient(circle at 24% 72%,var(--comic-pink) 0 10px,transparent 11px),radial-gradient(circle at 66% 76%,var(--comic-coral) 0 10px,transparent 11px)}.comic-pro-frame{background:var(--comic-paper);border:var(--comic-stroke);border-radius:var(--comic-radius);box-shadow:var(--comic-shadow);overflow:hidden;position:relative;z-index:10}.comic-pro-pad{padding:26px 28px}.comic-pro-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;border:var(--comic-stroke2);background:linear-gradient(135deg,var(--comic-sun),var(--comic-coral));box-shadow:var(--comic-shadow-sm);font-weight:900;font-size:14px}.comic-pro-badge-cyan{background:linear-gradient(135deg,var(--comic-cyan),var(--comic-blue))}.comic-pro-badge-mini{width:14px;height:14px;border-radius:4px;background:linear-gradient(135deg,var(--comic-cyan),var(--comic-pink));border:3px solid rgba(11,22,33,.92)}.comic-pro-bubble{position:relative;border:var(--comic-stroke2);border-radius:18px;background:var(--comic-paper);padding:16px 18px;box-shadow:var(--comic-shadow-sm)}.comic-pro-bubble:after{content:"";position:absolute;left:26px;bottom:-18px;width:26px;height:26px;background:var(--comic-paper);border-left:var(--comic-stroke2);border-bottom:var(--comic-stroke2);transform:rotate(45deg)}.comic-pro-pill{display:inline-flex;align-items:center;gap:10px;border:var(--comic-stroke2);background:linear-gradient(135deg,rgba(61,226,255,.22),rgba(255,75,227,.18)),#fff;border-radius:999px;padding:8px 12px;font-weight:800}.comic-pro-h1{font-size:64px;line-height:1.06;letter-spacing:-.02em}.comic-pro-h1,.comic-pro-h2{font-weight:900;color:var(--comic-ink);margin:0}.comic-pro-h2{font-size:46px;line-height:1.1}.comic-pro-h3{font-size:24px;line-height:1.22;font-weight:900;color:var(--comic-ink);margin:0}.comic-pro-text{font-size:20px;line-height:1.55;color:rgba(11,22,33,.92);margin:0}.comic-pro-label-pill{display:inline-flex;justify-content:center;align-items:center;padding:12px 14px;border-radius:14px;border:var(--comic-stroke2);box-shadow:var(--comic-shadow-sm);font-weight:900;background:linear-gradient(135deg,var(--comic-cyan),var(--comic-blue));color:var(--comic-ink);min-width:140px}.comic-pro-label-pill-alt{background:linear-gradient(135deg,var(--comic-pink),var(--comic-coral))}.comic-pro-card{height:100%;border:var(--comic-stroke2);border-radius:18px;background:var(--comic-paper);box-shadow:var(--comic-shadow-sm);padding:18px;position:relative;overflow:hidden}.comic-pro-card-stripe{position:absolute;left:-40px;top:14px;width:160px;height:40px;transform:rotate(-12deg);background:linear-gradient(135deg,var(--comic-sun),var(--comic-pink));border:var(--comic-stroke2);box-shadow:var(--comic-shadow-sm);opacity:.95}.comic-pro-card-stripe-cyan{background:linear-gradient(135deg,var(--comic-cyan),var(--comic-blue))}.comic-pro-card-stripe-lime{background:linear-gradient(135deg,var(--comic-lime),var(--comic-sun))}.comic-pro-card-stripe-coral{background:linear-gradient(135deg,var(--comic-coral),var(--comic-pink))}.comic-pro-card-num{font-size:32px;font-weight:1000;letter-spacing:-.02em;color:var(--comic-ink);position:relative;z-index:5}.comic-pro-panel{border:var(--comic-stroke2);border-radius:18px;background:var(--comic-paper);box-shadow:var(--comic-shadow-sm);padding:18px}.comic-pro-panel-title{font-weight:1000;margin-bottom:10px;padding-bottom:10px;border-bottom:4px solid rgba(11,22,33,.92);color:var(--comic-ink)}.comic-pro-takeaway{display:flex;align-items:center;gap:14px;padding:18px;border-radius:18px;border:var(--comic-stroke2);background:linear-gradient(135deg,rgba(61,226,255,.2),rgba(255,75,227,.16)),#fff;box-shadow:var(--comic-shadow-sm);font-weight:800;font-size:18px}.comic-pro-lamp{width:34px;height:34px;border-radius:14px;border:var(--comic-stroke2);background:linear-gradient(135deg,var(--comic-sun),var(--comic-orange));box-shadow:var(--comic-shadow-sm);flex-shrink:0}.comic-pro-lamp-cyan{background:linear-gradient(135deg,var(--comic-cyan),var(--comic-blue))}.comic-pro-lamp-pink{background:linear-gradient(135deg,var(--comic-pink),var(--comic-coral))}.comic-pro-vocab-term{font-size:40px;font-weight:1000;color:var(--comic-ink)}.comic-pro-vocab-pron{color:rgba(11,22,33,.7);font-style:italic;font-size:18px;margin-top:4px}.comic-pro-vocab-divider{height:4px;background:rgba(11,22,33,.92);border-radius:999px;width:100%;margin:14px 0}.comic-pro-vocab-example{border:var(--comic-stroke2);border-radius:18px;background:linear-gradient(135deg,rgba(255,75,227,.16),rgba(255,107,99,.16)),#fff;box-shadow:var(--comic-shadow-sm);padding:16px 18px;font-style:italic;font-size:17px;margin-top:14px}.comic-pro-title-block{position:relative;height:100%;width:100%}.comic-pro-title-content{position:relative;z-index:10;height:100%}.comic-pro-abstract-content,.comic-pro-intro-content{display:flex;flex-direction:column;gap:16px}.comic-pro-problem-row{display:grid;grid-template-columns:160px 1fr;gap:18px;align-items:start}.comic-pro-grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;height:100%}.comic-pro-two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px;height:100%}.comic-pro-takeaways-list{display:grid;gap:16px}.comic-pro-vocab-content{display:grid;gap:14px}.comic-pro-thankyou-content{height:100%;display:grid;place-items:center;text-align:center}.comic-pro-thankyou-title{font-size:72px;font-weight:900;color:var(--comic-ink);margin:16px 0 12px}.comic-pro-h1:focus-within,.comic-pro-h2:focus-within,.comic-pro-h3:focus-within{background:rgba(11,22,33,.05);border-radius:4px}.comic-pro-bubble:focus-within,.comic-pro-text:focus-within{background:rgba(11,22,33,.05)}.comic-pro-card:focus-within,.comic-pro-panel:focus-within,.comic-pro-takeaway:focus-within{outline:2px solid var(--comic-cyan);outline-offset:2px}.slide-theme-orbit-light{--orbit-navy:#001b32;--orbit-muted:rgba(0,27,50,.74);--orbit-teal:#5ac9e1;--orbit-aqua:#00e4d3;--orbit-lime:#99dc6d;--orbit-coral:#f18587;--orbit-pink:#f573df;--orbit-grey:#acadb8;--orbit-paper:#f7f8fa;--orbit-card:hsla(0,0%,100%,.9);--orbit-card2:hsla(0,0%,100%,.94);--orbit-border:rgba(0,27,50,.14);--orbit-outline:rgba(0,27,50,.14);--orbit-outline-strong:rgba(0,27,50,.26);--orbit-shadow:0 18px 44px rgba(0,0,0,.12);--orbit-shadow-sm:0 10px 26px rgba(0,0,0,.1);--orbit-radius-xl:28px;--orbit-radius-lg:22px;--orbit-radius-md:16px;--orbit-pill:999px;font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.slide-theme-orbit-light.slide-block{background:var(--orbit-paper);color:var(--orbit-navy);position:relative;overflow:hidden}.orbit-light-halftone{position:absolute;inset:0;pointer-events:none;z-index:1;opacity:.5}.orbit-light-halftone-tl{top:0;left:0;height:27%;mask-image:linear-gradient(135deg,#000,transparent 60%);-webkit-mask-image:linear-gradient(135deg,#000,transparent 60%)}.orbit-light-halftone-br,.orbit-light-halftone-tl{position:absolute;width:36%;background:radial-gradient(circle,rgba(0,27,50,.08) 18%,transparent 19%) 0 0/10px 10px}.orbit-light-halftone-br{bottom:0;right:0;height:26%;mask-image:linear-gradient(-45deg,#000,transparent 60%);-webkit-mask-image:linear-gradient(-45deg,#000,transparent 60%);opacity:.75}.orbit-light-path{position:absolute;inset:0;pointer-events:none;z-index:2;overflow:visible}.orbit-light-path svg{position:absolute;width:100%;height:100%}.orbit-light-rings{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:visible}.orbit-light-planet{position:absolute;border-radius:50%;filter:drop-shadow(0 14px 18px rgba(0,0,0,.12));pointer-events:none;z-index:3}.orbit-light-planet-aqua{background:radial-gradient(circle at 35% 35%,#00e4d3,#5ac9e1)}.orbit-light-planet-coral{background:radial-gradient(circle at 35% 35%,#f18587,#f573df)}.orbit-light-planet-lime{background:radial-gradient(circle at 35% 35%,#99dc6d,#5ac9e1);opacity:.78}.orbit-light-stars{position:absolute;inset:0;pointer-events:none;z-index:2}.orbit-light-star{position:absolute;border-radius:50%;background:var(--orbit-navy)}.orbit-light-glass{background:var(--orbit-card);border:1px solid var(--orbit-border);border-radius:var(--orbit-radius-xl);box-shadow:var(--orbit-shadow);backdrop-filter:blur(10px);padding:24px}.orbit-light-pill{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:var(--orbit-pill);font-family:Poppins,system-ui,sans-serif;font-weight:900;color:var(--orbit-navy);background:var(--orbit-coral);box-shadow:var(--orbit-shadow-sm);width:-moz-fit-content;width:fit-content}.orbit-light-title-accent{height:6px;width:84px;border-radius:99px;background:var(--orbit-coral);margin:14px auto 0;opacity:.95}.orbit-light-study-tag{width:100%;border-radius:var(--orbit-radius-xl);padding:18px;letter-spacing:.55em;text-transform:uppercase;border:2px dashed var(--orbit-outline-strong);background:rgba(0,27,50,.04)}.orbit-light-study-tag,.orbit-light-tag{text-align:center;font-family:Poppins,system-ui,sans-serif;font-weight:900}.orbit-light-tag{border-radius:14px;padding:10px 12px;background:var(--orbit-coral);color:var(--orbit-navy);box-shadow:var(--orbit-shadow-sm)}.orbit-light-card{border-radius:var(--orbit-radius-xl);padding:18px;background:var(--orbit-card2);border:1px solid var(--orbit-border);box-shadow:var(--orbit-shadow);min-height:200px}.orbit-light-card-num{font-family:Space Grotesk,system-ui,sans-serif;font-size:42px;font-weight:700;letter-spacing:-.02em;color:var(--orbit-navy)}.orbit-light-panel{border-radius:var(--orbit-radius-xl);background:var(--orbit-card2);border:1px solid var(--orbit-border);box-shadow:var(--orbit-shadow);padding:18px 18px 22px}.orbit-light-panel-header{font-family:Poppins,system-ui,sans-serif;font-weight:900;font-size:18px;margin-bottom:10px}.orbit-light-rule{height:3px;width:100%;background:var(--orbit-coral);border-radius:3px;margin:8px 0 12px;opacity:.95}.orbit-light-callout{background:rgba(0,27,50,.04);border:1px solid var(--orbit-border);border-radius:var(--orbit-radius-xl);padding:18px;display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:center;box-shadow:var(--orbit-shadow-sm)}.orbit-light-callout-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(0,228,211,.16);border:2px solid rgba(0,228,211,.3);font-family:Poppins,system-ui,sans-serif;font-weight:900}.orbit-light-vocab-card{max-width:980px;background:var(--orbit-card2);padding:28px;border-radius:var(--orbit-radius-xl);box-shadow:var(--orbit-shadow);border:1px solid var(--orbit-border)}.orbit-light-vocab-term{font-family:Space Grotesk,system-ui,sans-serif;font-size:54px;font-weight:700;margin-bottom:6px}.orbit-light-vocab-pron{font-style:italic;color:var(--orbit-muted);margin-bottom:16px}.orbit-light-example{margin-top:14px;background:rgba(241,133,135,.18);padding:14px 16px;border-radius:16px;color:var(--orbit-navy);font-weight:800;border:1px solid var(--orbit-border)}.orbit-light-badge,.orbit-light-example{font-family:Poppins,system-ui,sans-serif}.orbit-light-badge{display:inline-flex;gap:10px;align-items:center;padding:9px 12px;border-radius:var(--orbit-pill);background:hsla(0,0%,100%,.75);border:1px solid var(--orbit-border);box-shadow:var(--orbit-shadow-sm);font-size:13px;color:rgba(0,27,50,.56)}.orbit-light-dot{width:9px;height:9px;border-radius:50%;background:var(--orbit-aqua)}.slide-theme-orbit-light .orbit-light-kicker{font-family:Poppins,system-ui,sans-serif;font-weight:800;font-size:13px;letter-spacing:.22em;text-transform:uppercase;opacity:.72}.slide-theme-orbit-light .orbit-light-title{font-size:68px;line-height:1.03;margin:0}.slide-theme-orbit-light .orbit-light-h2,.slide-theme-orbit-light .orbit-light-title{font-family:Space Grotesk,Plus Jakarta Sans,system-ui,sans-serif;letter-spacing:-.02em;font-weight:700}.slide-theme-orbit-light .orbit-light-h2{font-size:46px;line-height:1.08;margin:0 0 10px}.slide-theme-orbit-light .orbit-light-h3{font-family:Space Grotesk,Plus Jakarta Sans,system-ui,sans-serif;font-size:22px;letter-spacing:-.01em;font-weight:700;margin:0 0 8px}.slide-theme-orbit-light .orbit-light-body{margin:0 0 12px;color:var(--orbit-muted);font-size:18px;line-height:1.58;font-weight:500}.slide-theme-orbit-light .orbit-light-body-sm{margin:0;color:var(--orbit-muted);font-size:16px;line-height:1.6;font-weight:500}.slide-theme-orbit-light [contenteditable=true]:focus{outline:2px solid var(--orbit-aqua);outline-offset:6px;border-radius:14px}.orbit-light-callout:focus-within,.orbit-light-card:focus-within,.orbit-light-glass:focus-within,.orbit-light-panel:focus-within{outline:2px solid var(--orbit-aqua);outline-offset:2px}.slide-theme-orbit-dark{--orbit-ink:#fff;--orbit-muted:hsla(0,0%,100%,.7);--orbit-navy:#001b32;--orbit-teal:#5ac9e1;--orbit-aqua:#00e4d3;--orbit-lime:#99dc6d;--orbit-coral:#f18587;--orbit-pink:#f573df;--orbit-grey:#acadb8;--orbit-paper:#070b14;--orbit-card:hsla(0,0%,100%,.12);--orbit-card2:hsla(0,0%,100%,.12);--orbit-border:hsla(0,0%,100%,.18);--orbit-outline:hsla(0,0%,100%,.18);--orbit-outline-strong:hsla(0,0%,100%,.34);--orbit-shadow:0 2px 4px rgba(0,0,0,.12),0 8px 16px rgba(0,0,0,.18),0 24px 56px rgba(0,0,0,.25);--orbit-shadow-sm:0 1px 2px rgba(0,0,0,.1),0 4px 12px rgba(0,0,0,.15);--orbit-radius-xl:28px;--orbit-radius-lg:22px;--orbit-radius-md:16px;--orbit-pill:999px;font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.slide-theme-orbit-dark.slide-block{background:var(--orbit-paper);color:var(--orbit-ink);position:relative;overflow:hidden}.orbit-dark-halftone{position:absolute;inset:0;pointer-events:none;z-index:1;opacity:.5}.orbit-dark-halftone-tl{top:0;left:0;height:27%;mask-image:linear-gradient(135deg,#000,transparent 60%);-webkit-mask-image:linear-gradient(135deg,#000,transparent 60%)}.orbit-dark-halftone-br,.orbit-dark-halftone-tl{position:absolute;width:36%;background:radial-gradient(circle,rgba(236,244,255,.08) 18%,transparent 19%) 0 0/10px 10px}.orbit-dark-halftone-br{bottom:0;right:0;height:26%;mask-image:linear-gradient(-45deg,#000,transparent 60%);-webkit-mask-image:linear-gradient(-45deg,#000,transparent 60%);opacity:.75}.orbit-dark-path{position:absolute;inset:0;pointer-events:none;z-index:2;overflow:visible}.orbit-dark-path svg{position:absolute;width:100%;height:100%}.orbit-dark-rings{inset:0;z-index:1;overflow:visible}.orbit-dark-planet,.orbit-dark-rings{position:absolute;pointer-events:none}.orbit-dark-planet{border-radius:50%;filter:drop-shadow(0 14px 18px rgba(0,0,0,.35));z-index:3}.orbit-dark-planet-aqua{background:radial-gradient(circle at 35% 35%,#00e4d3,#5ac9e1)}.orbit-dark-planet-coral{background:radial-gradient(circle at 35% 35%,#f18587,#f573df)}.orbit-dark-planet-lime{background:radial-gradient(circle at 35% 35%,#99dc6d,#5ac9e1);opacity:.78}.orbit-dark-stars{position:absolute;inset:0;pointer-events:none;z-index:2}.orbit-dark-star{position:absolute;border-radius:50%;background:var(--orbit-ink)}.orbit-dark-glass{background:var(--orbit-card);border:1px solid var(--orbit-border);border-radius:var(--orbit-radius-xl);box-shadow:var(--orbit-shadow);backdrop-filter:blur(10px);padding:24px}.orbit-dark-pill{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:var(--orbit-pill);font-weight:700;width:-moz-fit-content;width:fit-content}.orbit-dark-pill,.orbit-dark-tag{font-family:Poppins,system-ui,sans-serif;color:var(--orbit-navy);background:var(--orbit-aqua);box-shadow:var(--orbit-shadow-sm)}.orbit-dark-tag{border-radius:14px;padding:10px 12px;font-weight:900;text-align:center}.orbit-dark-accent{height:6px;width:84px;border-radius:99px;background:var(--orbit-aqua);margin:14px auto 0;opacity:.95}.orbit-dark-study-tag{width:100%;border-radius:var(--orbit-radius-xl);padding:18px;text-align:center;font-family:Poppins,system-ui,sans-serif;font-weight:900;letter-spacing:.55em;text-transform:uppercase;border:2px dashed var(--orbit-outline-strong);background:hsla(0,0%,100%,.08);color:var(--orbit-ink)}.orbit-dark-mini-card{border-radius:var(--orbit-radius-xl);padding:18px;background:var(--orbit-card2);border:1px solid var(--orbit-border);box-shadow:var(--orbit-shadow);min-height:200px;display:grid;grid-template-rows:auto 1fr;gap:10px}.orbit-dark-mini-card .num{font-family:Space Grotesk,system-ui,sans-serif;font-size:42px;font-weight:700;letter-spacing:-.02em;color:var(--orbit-ink)}.orbit-dark-panel{border-radius:var(--orbit-radius-xl);background:var(--orbit-card2);border:1px solid var(--orbit-border);box-shadow:var(--orbit-shadow);padding:18px 18px 22px}.orbit-dark-panel-header{font-family:Poppins,system-ui,sans-serif;font-weight:900;font-size:18px;margin-bottom:10px;color:var(--orbit-ink)}.orbit-dark-rule{height:3px;width:100%;background:var(--orbit-aqua);border-radius:3px;margin:8px 0 12px;opacity:.95}.orbit-dark-callout{background:hsla(0,0%,100%,.04);border:1px solid var(--orbit-border);border-radius:var(--orbit-radius-xl);padding:18px;display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:center;box-shadow:var(--orbit-shadow-sm)}.orbit-dark-callout-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(0,228,211,.16);border:2px solid rgba(0,228,211,.3);font-family:Poppins,system-ui,sans-serif;font-weight:900;color:var(--orbit-aqua)}.orbit-dark-vocab-card{max-width:980px;background:var(--orbit-card2);padding:28px;border-radius:var(--orbit-radius-xl);box-shadow:var(--orbit-shadow);border:1px solid var(--orbit-border)}.orbit-dark-vocab-term{font-family:Space Grotesk,system-ui,sans-serif;font-size:54px;font-weight:700;margin-bottom:6px;color:var(--orbit-ink)}.orbit-dark-vocab-pron{font-style:italic;color:var(--orbit-muted);margin-bottom:16px}.orbit-dark-example{margin-top:14px;background:rgba(0,228,211,.18);padding:14px 16px;border-radius:16px;color:var(--orbit-ink);font-weight:700;border:1px solid var(--orbit-border)}.orbit-dark-badge,.orbit-dark-example{font-family:Poppins,system-ui,sans-serif}.orbit-dark-badge{display:inline-flex;gap:10px;align-items:center;padding:9px 12px;border-radius:var(--orbit-pill);background:rgba(0,0,0,.18);border:1px solid var(--orbit-border);box-shadow:var(--orbit-shadow-sm);color:rgba(236,244,255,.62);font-size:13px}.orbit-dark-dot{width:9px;height:9px;border-radius:50%;background:var(--orbit-aqua)}.orbit-dark-kicker{font-family:Poppins,system-ui,sans-serif;font-weight:700;font-size:13px;letter-spacing:.24em;text-transform:uppercase;opacity:.72;color:var(--orbit-ink)}.orbit-dark-title{font-size:64px;line-height:1.03}.orbit-dark-h2,.orbit-dark-title{font-family:Space Grotesk,system-ui,sans-serif;letter-spacing:-.02em;font-weight:700;color:var(--orbit-ink)}.orbit-dark-h2{font-size:46px;line-height:1.08}.orbit-dark-h3{font-family:Space Grotesk,system-ui,sans-serif;font-size:22px;letter-spacing:-.01em;font-weight:700;color:var(--orbit-ink)}.orbit-dark-body{font-size:18px;line-height:1.58}.orbit-dark-body,.orbit-dark-body-sm{color:var(--orbit-muted);font-weight:500}.orbit-dark-body-sm{font-size:16px;line-height:1.6}.slide-theme-orbit-dark [contenteditable=true]:focus{outline:2px solid var(--orbit-aqua);outline-offset:6px;border-radius:14px}.orbit-dark-callout:focus-within,.orbit-dark-card:focus-within,.orbit-dark-glass:focus-within,.orbit-dark-panel:focus-within{outline:2px solid var(--orbit-aqua);outline-offset:2px}@media print{.slide-block{page-break-inside:avoid;box-shadow:none;border:1px solid #ccc}.slide-blank-content:focus-within,.slide-bullet-text:focus-within,.slide-column-content:focus-within,.slide-column-header:focus-within,.slide-header:focus-within,.slide-main-title:focus-within,.slide-subtitle:focus-within,.slide-text-content:focus-within{background:transparent}}.notebook-light-decorations{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0;background:linear-gradient(135deg,#f7f8fb,#eef2f7)}.notebook-light-grid{position:absolute;inset:0;opacity:.4;background-image:linear-gradient(90deg,rgba(180,195,210,.35) 1px,transparent 0),linear-gradient(180deg,rgba(180,195,210,.35) 1px,transparent 0);background-size:44px 44px}.notebook-light-blob{position:absolute;border-radius:999px}.notebook-light-blob.blob-teal-left{width:320px;height:320px;left:-80px;top:80px;background:rgba(176,224,220,.55)}.notebook-light-blob.blob-pink-topleft{width:280px;height:280px;left:20px;top:-30px;background:hsla(0,69%,87%,.5)}.notebook-light-blob.blob-teal-topright{width:300px;height:300px;right:-80px;top:-80px;background:rgba(176,224,220,.5)}.notebook-light-blob.blob-pink-bottomright{width:320px;height:320px;right:-50px;bottom:-80px;background:hsla(0,71%,86%,.45)}.notebook-light-ring{position:absolute;border-radius:999px;border:2px solid rgba(180,190,200,.5);background:transparent}.notebook-light-ring.ring-top-center{width:120px;height:120px;left:50%;top:60px;transform:translateX(-50%)}.notebook-light-ring.ring-right-side{width:80px;height:80px;right:120px;top:300px}.notebook-light-ring.ring-bottom-right{width:90px;height:90px;right:180px;bottom:140px}.notebook-light-slashes{position:absolute;display:flex;gap:6px}.notebook-light-slashes i{display:block;width:5px;height:18px;background:currentColor;transform:skewX(-12deg);border-radius:2px}.notebook-light-slashes.slashes-top-right{right:100px;top:50px;color:rgba(160,175,190,.6)}.notebook-light-slashes.slashes-center-bottom{left:50%;bottom:140px;transform:translateX(-50%);color:rgba(160,175,190,.5)}.notebook-light-dotgrid{position:absolute;display:grid;gap:8px;opacity:.4}.notebook-light-dotgrid span{width:5px;height:5px;border-radius:999px;background:currentColor}.notebook-light-dotgrid.dotgrid-top-right{right:60px;top:80px;grid-template-columns:repeat(8,1fr);width:100px;height:80px;color:rgba(160,190,185,.7)}.notebook-light-dotgrid.dotgrid-left-side{left:70px;top:420px;grid-template-columns:repeat(10,1fr);width:130px;height:100px;color:rgba(160,200,195,.5)}.academic-decorations{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0;background:linear-gradient(135deg,#f7f8fb,#eef2f7)}.academic-grid{position:absolute;inset:0;opacity:.35;background-image:linear-gradient(90deg,rgba(11,35,51,.06) 1px,transparent 0),linear-gradient(180deg,rgba(11,35,51,.06) 1px,transparent 0);background-size:44px 44px;mask-image:radial-gradient(circle at 30% 25%,#000 0,transparent 64%);-webkit-mask-image:radial-gradient(circle at 30% 25%,#000 0,transparent 64%)}.academic-blob{position:absolute;border-radius:999px;filter:blur(1px);opacity:.9}.academic-blob.blob-teal{width:640px;height:640px;left:-180px;top:-220px;background:radial-gradient(circle at 30% 30%,rgba(46,196,182,.22),rgba(46,196,182,0) 62%)}.academic-ring{position:absolute;border-radius:999px;border:10px solid rgba(11,35,51,.1);box-shadow:inset 0 0 0 6px rgba(11,35,51,.06);background:transparent}.academic-ring.ring-large{width:220px;height:220px;right:80px;top:60px}.academic-ring.ring-small{width:140px;height:140px;left:40px;bottom:40px;border-width:8px}.academic-dotgrid{position:absolute;width:84px;height:84px;right:56px;bottom:56px;display:grid;grid-template-columns:repeat(6,1fr);gap:6px;opacity:.32}.academic-dotgrid span{width:6px;height:6px;border-radius:999px;background:rgba(11,35,51,.55)}.academic-slashes{position:absolute;left:62px;top:62px;display:flex;gap:8px;opacity:.4}.academic-slashes i{display:block;width:6px;height:22px;background:rgba(11,35,51,.5);transform:skewX(-12deg);border-radius:2px}.journal-container{padding:0;margin-bottom:14px}.journal-header-clean{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:6px}.journal-header-title{font-size:24px;font-weight:700;color:#2d3748;outline:none;border:2px solid transparent;border-radius:8px;padding:2px 8px}.journal-header-title:focus-within{border-color:#59c9e1;background:rgba(89,201,225,.05)}.journal-header-subtitle{font-size:16px;font-weight:600;color:#555;margin-bottom:2px;outline:none;border:2px solid transparent;border-radius:4px;padding:1px 6px}.journal-header-subtitle:focus-within{border-color:#59c9e1;background:rgba(89,201,225,.05)}.journal-student-info-line{font-size:14px;color:#333;padding:6px 0;border-bottom:1px solid #e0e0e0;margin-bottom:10px}.journal-student-info-line:focus-within{background:rgba(89,201,225,.05);border-radius:4px}.journal-page-title{font-size:24px;font-weight:700;color:#2d3748;text-align:center;margin-bottom:2px;outline:none;border-radius:6px;padding:4px}.journal-page-title:focus-within{background:rgba(89,201,225,.05);box-shadow:inset 0 0 0 2px #59c9e1}.journal-page-subtitle{font-size:14px;color:#666;text-align:center;font-weight:600;margin-bottom:12px}.journal-part-header{color:#1e293b;padding:8px 0 8px 16px;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin:12px 0 10px;border-left:4px solid #2d6a80;outline:none}.journal-part-header.facilitator,.journal-part-header.student{border-left-color:#2d6a80}.journal-part-header:focus-within{background:rgba(45,106,128,.05)}.journal-meta-line{display:flex;flex-wrap:wrap;gap:14px;font-size:14px;color:#666;justify-content:center;margin-bottom:6px;padding:6px 0}.journal-meta-line strong{color:#2d3748;outline:none;border:2px solid transparent;border-radius:4px;padding:1px 4px;margin:-1px -4px}.journal-meta-line strong:focus{border-color:#59c9e1;background:rgba(89,201,225,.05)}.journal-meta-line>.relative{display:inline-flex;align-items:center}.journal-meta-line .worksheet-mdx-editor,.journal-meta-line .worksheet-mdx-editor .mdxeditor,.journal-meta-line .worksheet-mdx-editor .mdxeditor [data-lexical-editor=true]{display:inline}.journal-meta-line .worksheet-mdx-editor .mdxeditor p{display:inline;margin:0}.journal-meta-item{display:flex;gap:6px;align-items:center}.journal-meta-label{font-size:12px;font-weight:600;color:#2d6a80}.journal-meta-item>div{font-size:13px;color:#1e293b;outline:none;border-radius:4px;padding:2px 4px}.journal-meta-item>div:focus-within{background:rgba(45,106,128,.05);box-shadow:inset 0 0 0 2px #2d6a80}.journal-labeled-section{display:flex;gap:8px;margin-bottom:10px;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.journal-section-label{font-size:12px;font-weight:700;color:#2d6a80;min-width:120px;flex-shrink:0;padding-top:2px}.journal-section-content{flex:1;font-size:13px;line-height:1.45;color:#334155}.journal-section-content>div{outline:none;border-radius:4px;padding:4px}.journal-section-content>div:focus-within{background:rgba(89,201,225,.05);box-shadow:inset 0 0 0 2px #59c9e1}.journal-editable-list{list-style:disc;padding-left:18px;margin:0}.journal-editable-list li{margin-bottom:4px;outline:none;border-radius:4px;padding:2px 4px}.journal-editable-list li>div{display:inline}.journal-editable-list li:focus-within{background:#fce7f3;box-shadow:inset 0 0 0 2px #db2777}.journal-reflection-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #999;border-radius:8px;overflow:hidden;margin:10px 0}.journal-reflection-table tr:not(:last-child) td{border-bottom:1px solid #999}.journal-reflection-table td{padding:10px;vertical-align:top;font-size:14px;outline:none}.journal-reflection-table td:focus{background:rgba(89,201,225,.05);box-shadow:inset 0 0 0 2px #59c9e1}.journal-reflection-table .label-cell{width:150px;font-size:11px;font-weight:700;color:#2d3748;text-transform:uppercase;letter-spacing:.5px;background:#f5f5f5;border-right:1px solid #999}.journal-reflection-table .content-cell{color:#333;line-height:1.45;background:#fff}.journal-reflection-table .content-cell ul{margin:0;padding-left:16px}.journal-reflection-table .content-cell li{margin-bottom:4px}.journal-reflection-table .content-cell li:focus-within{background:rgba(89,201,225,.05);border-radius:4px}.journal-prompt-choice-container{background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;padding:12px;margin-bottom:12px}.journal-big-question{font-size:15px;font-style:italic;color:#333;margin-bottom:12px;line-height:1.5;padding:10px;background:#fff;border:1px solid #e5e5e5;border-radius:6px;outline:none}.journal-big-question>div{outline:none}.journal-big-question:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #59c9e1}.journal-choose-label,.journal-prompt-options-label{font-size:13px;font-weight:500;color:#333;margin-bottom:8px}.journal-prompt-options{display:flex;flex-direction:column;gap:8px;margin-top:8px}.journal-prompt-option{display:flex;gap:8px;align-items:flex-start;background:#fff;border:1px solid #e5e5e5;border-radius:6px;padding:8px 12px;transition:all .2s ease}.journal-prompt-option:hover{border-color:#2d6a80;background:#fafcfd}.journal-prompt-checkbox{width:18px;height:18px;border:2px solid #2d6a80;border-radius:3px;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#2d6a80}.journal-prompt-content{flex:1}.journal-prompt-label{display:none}.journal-prompt-text{font-size:14px;color:#333;line-height:1.4}.journal-prompt-text>div{outline:none;border-radius:4px;padding:4px}.journal-prompt-text>div:focus-within{background:rgba(89,201,225,.05);box-shadow:inset 0 0 0 2px #59c9e1}.journal-format-container{background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;padding:12px;margin-bottom:12px}.journal-format-label{font-size:13px;font-weight:500;color:#333;margin-bottom:8px}.journal-checkbox-group{display:flex;flex-direction:column;gap:8px}.journal-checkbox-item{display:flex;gap:8px;align-items:flex-start;font-size:14px;color:#333;padding:8px 10px;background:#fff;border:1px solid #e5e5e5;border-radius:6px;transition:all .2s ease}.journal-checkbox-item:hover{border-color:#2d6a80;background:#fafcfd}.journal-checkbox{width:18px;height:18px;border:2px solid #2d6a80;border-radius:3px;flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#2d6a80}.journal-checkbox-item span>div{outline:none;border-radius:4px;padding:2px 4px}.journal-checkbox-item span>div:focus-within{background:rgba(89,201,225,.05);box-shadow:inset 0 0 0 2px #59c9e1}.journal-help-subsection{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px;margin-bottom:10px}.journal-help-subsection-title{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #e2e8f0}.journal-conditional-section{background:#fffbeb;border:1px dashed #f59e0b;border-radius:8px;padding:12px;margin-bottom:10px}.journal-conditional-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.journal-conditional-badge{font-size:11px;font-weight:700;color:#d97706;background:#fef3c7;padding:3px 6px;border-radius:4px}.journal-delete-instruction{font-size:11px;color:#92400e;font-style:italic}.journal-conditional-content{font-size:13px;color:#92400e;line-height:1.45}.journal-conditional-content strong{color:#78350f}.journal-conditional-example{margin-top:8px;padding:8px;background:#fff;border-radius:6px}.journal-conditional-example>div{outline:none;border-radius:4px;padding:4px;display:inline}.journal-conditional-example>div:focus-within{background:#fef3c7;box-shadow:inset 0 0 0 2px #f59e0b}.journal-student-header{background:linear-gradient(135deg,#db2777,#9d174d);border-radius:12px;padding:14px;margin-bottom:12px}.journal-student-meta{display:flex;justify-content:center;gap:12px;font-size:12px;color:#fce7f3;margin-bottom:8px}.journal-student-meta span{color:hsla(0,0%,100%,.6)}.journal-student-meta>div{outline:none;border-radius:4px;padding:2px 4px}.journal-student-meta>div:focus-within{background:hsla(0,0%,100%,.2)}.journal-student-title{font-size:22px;font-weight:700;color:#fff;text-align:center;margin-bottom:10px}.journal-student-title>div{display:inline;outline:none;border-radius:4px;padding:2px 4px}.journal-student-title>div:focus-within{background:hsla(0,0%,100%,.2)}.journal-student-fields{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.journal-student-field{display:flex;gap:8px;align-items:center;font-size:13px;color:#fce7f3}.journal-student-field-input{color:#fff;border-bottom:1px solid hsla(0,0%,100%,.5)}.journal-why-matters{background:#f0fdfa;border-left:4px solid #14b8a6;border-radius:0 8px 8px 0;padding:10px 14px;margin-bottom:12px}.journal-why-matters-title{font-size:14px;font-weight:700;color:#0d9488;margin-bottom:6px}.journal-why-matters-content{font-size:13px;line-height:1.45;color:#115e59}.journal-why-matters-content>div{outline:none;border-radius:4px;padding:4px}.journal-why-matters-content>div:focus-within{background:#ccfbf1;box-shadow:inset 0 0 0 2px #14b8a6}.journal-inquiry-box{background:linear-gradient(135deg,#fce7f3,#fdf2f8);border:2px solid #db2777;border-radius:12px;padding:12px;text-align:center;font-size:16px;font-weight:600;font-style:italic;color:#9d174d;margin-bottom:12px}.journal-inquiry-box>div{outline:none;border-radius:6px;padding:6px}.journal-inquiry-box>div:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #db2777}.journal-timeline-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;margin-bottom:12px}.journal-timeline-row{display:flex;align-items:center;gap:10px;justify-content:center}.journal-timeline-item{display:flex;gap:8px;align-items:center}.journal-timeline-label{font-size:13px;font-weight:600;color:#64748b}.journal-timeline-item>div{font-size:14px;color:#1e293b;outline:none;border-radius:4px;padding:2px 4px}.journal-timeline-item>div:focus-within{background:rgba(89,201,225,.1);box-shadow:inset 0 0 0 2px #59c9e1}.journal-timeline-dot{color:#2d6a80}.journal-tip-box{display:flex;gap:8px;align-items:flex-start;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:10px 14px;margin-bottom:12px}.journal-tip-icon{font-size:20px;flex-shrink:0}.journal-tip-content{font-size:13px;line-height:1.45;color:#92400e}.journal-tip-label{font-weight:700;color:#78350f}.journal-tip-text>div{display:inline;outline:none;border-radius:4px;padding:2px 4px}.journal-tip-text>div:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #f59e0b}.journal-workspace{min-height:240px;background:#fff;background-image:repeating-linear-gradient(180deg,transparent,transparent 27px,#e2e8f0 0,#e2e8f0 28px);border:1px solid #e2e8f0;border-radius:8px;padding:12px;margin-bottom:12px}.journal-word-bank{display:flex;flex-wrap:wrap;gap:6px}.journal-word-item{background:linear-gradient(135deg,#fce7f3,#fdf2f8);border:1px solid #f9a8d4;border-radius:16px;padding:4px 10px;font-size:13px;color:#9d174d;font-weight:500}.journal-word-item>div{outline:none;border-radius:4px;padding:2px 4px}.journal-word-item>div:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #db2777}.journal-reflection-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px;margin-bottom:12px}.journal-reflection-title{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid #e2e8f0}.journal-reflection-prompt{margin-bottom:10px}.journal-reflection-prompt-text{font-size:13px;font-weight:600;color:#64748b;margin-bottom:6px}.journal-reflection-prompt-text>div{outline:none;border-radius:4px;padding:2px 4px}.journal-reflection-prompt-text>div:focus-within{background:#fce7f3;box-shadow:inset 0 0 0 2px #db2777}.journal-reflection-line{height:20px;border-bottom:1px solid #cbd5e1}@media print{.journal-container{page-break-inside:avoid}.journal-workspace{min-height:320px}.journal-page-title:focus-within,.journal-part-header:focus-within{background:transparent;box-shadow:none}}.exit-ticket-container{padding:0;margin-bottom:20px}.exit-ticket-container-half{padding:20px;border-bottom:2px dashed #ddd}.exit-ticket-school-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.exit-ticket-school-info{color:#666;font-size:13px;line-height:1.5}.exit-ticket-school-name{font-size:14px;font-weight:500;color:#333;outline:none;border:2px solid transparent;border-radius:4px;padding:2px 4px}.exit-ticket-school-name:focus-within{border-color:#2d6a80;background:rgba(45,106,128,.05)}.exit-ticket-department,.exit-ticket-year{outline:none;border:2px solid transparent;border-radius:4px;padding:2px 4px}.exit-ticket-department:focus-within,.exit-ticket-year:focus-within{border-color:#2d6a80;background:rgba(45,106,128,.05)}.exit-ticket-logo-placeholder{width:60px;height:60px;border:2px dashed #ccc;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#999;font-size:10px;cursor:pointer;transition:all .2s ease}.exit-ticket-logo-placeholder:hover{border-color:#2d6a80;color:#2d6a80}.exit-ticket-header{text-align:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #2d6a80}.exit-ticket-title{font-size:22px;font-weight:600;color:#1a1a2e;margin-bottom:4px;outline:none;border:2px solid transparent;border-radius:6px;padding:6px}.exit-ticket-title:focus-within{border-color:#2d6a80;background:rgba(45,106,128,.05)}.exit-ticket-subtitle{font-size:14px;color:#666;outline:none;border:2px solid transparent;border-radius:4px;padding:4px}.exit-ticket-subtitle:focus-within{border-color:#2d6a80;background:rgba(45,106,128,.05)}.exit-ticket-page-title{font-size:24px;font-weight:700;color:#2d3748;text-align:center;margin-bottom:4px;outline:none;border-radius:6px;padding:4px}.exit-ticket-page-title:focus-within{background:rgba(45,106,128,.05);box-shadow:inset 0 0 0 2px #2d6a80}.exit-ticket-page-subtitle{font-size:14px;color:#666;text-align:center;font-weight:600;margin-bottom:20px}.exit-ticket-meta-row{display:flex;justify-content:space-between;gap:16px;font-size:13px;margin-bottom:20px;padding:12px 0;border-bottom:1px solid #e5e5e5}.exit-ticket-meta-field{display:flex;gap:8px;align-items:center}.exit-ticket-field-label{font-weight:600;color:#2d6a80}.exit-ticket-field-input{border-bottom:1px solid #333;min-width:120px;height:20px}.exit-ticket-field-input-short{min-width:80px}.exit-ticket-part-header{color:#1e293b;padding:8px 0 8px 16px;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin:20px 0 15px;border-left:4px solid #2d6a80;outline:none}.exit-ticket-part-header.facilitator,.exit-ticket-part-header.student{border-left-color:#2d6a80}.exit-ticket-part-header:focus-within{background:rgba(45,106,128,.05)}.exit-ticket-meta-line{display:flex;flex-wrap:wrap;gap:24px;font-size:14px;color:#666;justify-content:center;margin-bottom:8px;padding:8px 0}.exit-ticket-meta-item{display:flex;gap:6px;align-items:center}.exit-ticket-meta-label{font-size:12px;font-weight:600;color:#2d6a80}.exit-ticket-meta-item>div{font-size:13px;color:#1e293b;outline:none;border-radius:4px;padding:2px 4px}.exit-ticket-meta-item>div:focus-within{background:rgba(45,106,128,.05);box-shadow:inset 0 0 0 2px #2d6a80}.exit-ticket-goal-box{background:#f0faf8;border-left:4px solid #2d6a80;border-radius:0 8px 8px 0;padding:16px;margin-bottom:24px}.exit-ticket-goal-label{font-size:11px;font-weight:600;color:#1a1a2e;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.exit-ticket-goal-hint{font-size:9px;font-weight:400;color:#2d6a80;font-style:italic;text-transform:none;letter-spacing:0}.exit-ticket-goal-text{font-size:14px;color:#333;line-height:1.6;outline:none;border:2px solid transparent;border-radius:6px;padding:6px 8px}.exit-ticket-goal-text:focus-within{border-color:#2d6a80;background:rgba(45,106,128,.05)}.exit-ticket-question-block{margin-bottom:24px}.exit-ticket-question-label{font-size:14px;font-weight:500;color:#1a1a2e;margin-bottom:10px;display:flex;align-items:center;gap:8px;outline:none;border:2px solid transparent;border-radius:6px;padding:6px 8px}.exit-ticket-question-label:focus-within{border-color:#2d6a80;background:rgba(45,106,128,.05)}.exit-ticket-question-number{display:inline-flex;align-items:center;justify-content:center;background:#2d6a80;color:#fff;width:22px;height:22px;border-radius:50%;font-size:12px;font-weight:600;flex-shrink:0}.exit-ticket-answer-space{min-height:80px;border:1px solid #ddd;border-radius:6px;padding:12px;background:#fafafa;font-size:13px;color:#666;line-height:1.8}.exit-ticket-answer-space-short{min-height:50px}.exit-ticket-answer-space-tiny{min-height:35px}.exit-ticket-answer-space-tall{min-height:140px}.exit-ticket-answer-line{border-bottom:1px solid #ccc;min-height:24px;margin-bottom:8px}.exit-ticket-numbered-lines{font-size:14px;color:#333;line-height:2}.exit-ticket-ruled-lines{padding-top:16px}.exit-ticket-ruled-line{border-bottom:1px solid #ddd;min-height:28px}.exit-ticket-prompt-text{font-size:14px;color:#333;line-height:1.6;margin-bottom:16px;padding:12px;background:#fff;border:1px solid #e5e5e5;border-radius:6px}.exit-ticket-prompt-text:focus-within{border-color:#2d6a80;background:rgba(45,106,128,.05)}.exit-ticket-scale-container{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px;background:#fafafa;border:1px solid #e5e5e5;border-radius:8px}.exit-ticket-scale-label{font-size:12px;color:#666;flex-shrink:0;outline:none;border:2px solid transparent;border-radius:4px;padding:2px 4px}.exit-ticket-scale-label:focus-within{border-color:#2d6a80;background:rgba(45,106,128,.05)}.exit-ticket-scale-options{display:flex;gap:16px;flex:1;justify-content:center}.exit-ticket-scale-option{display:flex;flex-direction:column;align-items:center;gap:6px}.exit-ticket-scale-circle{width:36px;height:36px;border:2px solid #ccc;border-radius:50%;cursor:pointer;transition:all .2s ease}.exit-ticket-scale-circle:hover{border-color:#2d6a80;background:rgba(45,106,128,.1)}.exit-ticket-scale-number{font-size:12px;font-weight:600;color:#333}.exit-ticket-stoplight-container{display:flex;gap:12px;margin-bottom:16px}.exit-ticket-stoplight-option{flex:1;padding:16px;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:center}.exit-ticket-stoplight-option:hover{border-color:#2d6a80;box-shadow:0 2px 8px rgba(0,0,0,.08)}.exit-ticket-stoplight-green{background:#e8f8f5;border-left:4px solid #27ae60}.exit-ticket-stoplight-yellow{background:#fef9e7;border-left:4px solid #f4d03f}.exit-ticket-stoplight-red{background:#fdeef0;border-left:4px solid #e74c3c}.exit-ticket-stoplight-circle{width:40px;height:40px;border-radius:50%;margin:0 auto 8px}.exit-ticket-stoplight-circle-green{background:#27ae60}.exit-ticket-stoplight-circle-yellow{background:#f4d03f}.exit-ticket-stoplight-circle-red{background:#e74c3c}.exit-ticket-stoplight-text{font-size:13px;font-weight:600;color:#1a1a2e;margin-bottom:4px;outline:none;border:2px solid transparent;border-radius:4px;padding:2px 4px}.exit-ticket-stoplight-text:focus-within{background:rgba(45,106,128,.05);border-color:#2d6a80}.exit-ticket-stoplight-desc{font-size:11px;color:#666;outline:none;border:2px solid transparent;border-radius:4px;padding:2px 4px}.exit-ticket-stoplight-desc:focus-within{background:rgba(45,106,128,.05);border-color:#2d6a80}.exit-ticket-choice-container{display:flex;flex-direction:column;gap:10px}.exit-ticket-choice-option{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e5e5e5;border-radius:6px;cursor:pointer;transition:all .2s ease;background:#fff}.exit-ticket-choice-option:hover{border-color:#2d6a80;background:#fafcfd}.exit-ticket-choice-checkbox{width:18px;height:18px;border:2px solid #2d6a80;border-radius:3px;flex-shrink:0}.exit-ticket-choice-text{font-size:13px;color:#333;flex:1;outline:none;border:2px solid transparent;border-radius:4px;padding:4px 6px}.exit-ticket-choice-text:focus-within{border-color:#2d6a80;background:rgba(45,106,128,.05)}.exit-ticket-labeled-section{display:flex;gap:12px;margin-bottom:16px;padding:12px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.exit-ticket-section-label{font-size:12px;font-weight:700;color:#2d6a80;min-width:140px;flex-shrink:0;padding-top:2px}.exit-ticket-section-content{flex:1;font-size:13px;line-height:1.6;color:#334155}.exit-ticket-section-content>div{outline:none;border-radius:4px;padding:4px}.exit-ticket-section-content>div:focus-within{background:rgba(45,106,128,.05);box-shadow:inset 0 0 0 2px #2d6a80}.exit-ticket-section-content ul{margin:0;padding-left:20px}.exit-ticket-section-content li{margin-bottom:6px}.exit-ticket-section-content li:focus-within{background:rgba(45,106,128,.05);border-radius:4px}.exit-ticket-reflection-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #999;border-radius:8px;overflow:hidden;margin:15px 0}.exit-ticket-reflection-table tr:not(:last-child) td{border-bottom:1px solid #999}.exit-ticket-reflection-table td{padding:15px;vertical-align:top;font-size:14px;outline:none}.exit-ticket-reflection-table td:focus-within{background:rgba(45,106,128,.05);box-shadow:inset 0 0 0 2px #2d6a80}.exit-ticket-reflection-table .label-cell{width:180px;font-size:11px;font-weight:700;color:#2d3748;text-transform:uppercase;letter-spacing:.5px;background:#f5f5f5;border-right:1px solid #999}.exit-ticket-reflection-table .content-cell{color:#333;line-height:1.6;background:#fff}.exit-ticket-reflection-table .content-cell ul{margin:0;padding-left:20px}.exit-ticket-reflection-table .content-cell li{margin-bottom:6px}.exit-ticket-reflection-table .content-cell li:focus-within{background:rgba(45,106,128,.05);border-radius:4px}.exit-ticket-conditional-section{background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;padding:16px;margin:16px 0}.exit-ticket-conditional-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.exit-ticket-conditional-badge{font-size:11px;font-weight:600;color:#d97706}.exit-ticket-delete-instruction{font-size:10px;color:#9ca3af;font-style:italic}.exit-ticket-conditional-content{font-size:13px;color:#334155;line-height:1.6}.exit-ticket-conditional-content>div{outline:none;border-radius:4px;padding:4px}.exit-ticket-conditional-content>div:focus-within{background:rgba(45,106,128,.05);box-shadow:inset 0 0 0 2px #2d6a80}.exit-ticket-help-subsection-title{font-size:13px;font-weight:600;color:#1a1a2e;margin-bottom:8px}.exit-ticket-tip-box{display:flex;gap:12px;align-items:flex-start;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:16px;margin-top:16px}.exit-ticket-tip-icon{font-size:20px;flex-shrink:0}.exit-ticket-tip-content{flex:1;font-size:13px;line-height:1.6;color:#334155}.exit-ticket-tip-label{font-weight:600;color:#0369a1}.exit-ticket-tip-text{outline:none;border-radius:4px;padding:2px 4px}.exit-ticket-tip-text:focus-within{background:rgba(45,106,128,.05);box-shadow:inset 0 0 0 2px #2d6a80}@media print{.exit-ticket-container,.exit-ticket-container-half{page-break-inside:avoid}.exit-ticket-goal-text:focus-within,.exit-ticket-page-title:focus-within,.exit-ticket-part-header:focus-within,.exit-ticket-question-label:focus-within{background:transparent;box-shadow:none;border-color:transparent}}.slide-theme-classic-light{--classic-primary:#001930;--classic-accent:#f88379;--classic-secondary:#a8e063;--classic-bg:#f4f4f4;--classic-text:#333;--classic-text-secondary:#002d4c;--classic-text-muted:#666;--classic-white:#fff;--classic-border:#e0e0e0;--classic-accent-light:hsla(5,90%,72%,.12);--classic-secondary-light:rgba(168,224,99,.12);--classic-radius:8px;--classic-radius-sm:6px}.slide-theme-classic-light.slide-block{background:var(--classic-bg);color:var(--classic-text);font-family:Poppins,sans-serif;position:relative;overflow:hidden}.classic-light-h1{font-size:56px;line-height:1.1;margin:0}.classic-light-h1,.classic-light-h2{font-weight:700;color:var(--classic-primary)}.classic-light-h2{font-size:36px;margin:0 0 32px}.classic-light-h3{font-size:20px;font-weight:600;color:var(--classic-primary);margin:0 0 12px;padding-bottom:12px;border-bottom:3px solid var(--classic-accent)}.classic-light-text{font-size:18px}.classic-light-text,.classic-light-text-sm{line-height:1.6;color:var(--classic-text);margin:0}.classic-light-text-sm{font-size:16px}.classic-light-text-muted{font-size:14px;color:var(--classic-text-muted)}.classic-light-subtitle-box{background:var(--classic-accent);color:var(--classic-white);padding:12px 40px;border-radius:var(--classic-radius-sm);font-size:18px;font-weight:500;display:inline-block}.classic-light-callout{border:2px dashed var(--classic-secondary);background:var(--classic-secondary-light);padding:24px;border-radius:var(--classic-radius);margin-bottom:28px}.classic-light-callout-label{font-size:32px;font-weight:700;letter-spacing:8px;color:var(--classic-secondary);text-align:center}.classic-light-badge{background:var(--classic-accent);color:var(--classic-white);padding:12px 20px;border-radius:var(--classic-radius-sm);font-weight:600;font-size:14px;flex-shrink:0}.classic-light-column-card{background:var(--classic-accent-light);border-radius:var(--classic-radius);padding:24px 16px}.classic-light-column-number{font-size:40px;font-weight:700;color:var(--classic-accent);margin-bottom:16px}.classic-light-framework-box{background:var(--classic-white);border-radius:var(--classic-radius);padding:28px;border:1px solid var(--classic-border)}.classic-light-takeaway{background:var(--classic-secondary-light);border-radius:var(--classic-radius);padding:20px 24px;margin-bottom:16px;display:flex;align-items:center;gap:20px}.classic-light-takeaway-icon{width:48px;height:48px;background:var(--classic-secondary);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:24px}.classic-light-vocab-card{background:var(--classic-white);border:3px solid var(--classic-primary);border-radius:12px;padding:40px;max-width:800px;margin:0 auto}.classic-light-term{font-size:40px;font-weight:700;color:var(--classic-primary);margin-bottom:12px}.classic-light-pronunciation{font-size:16px;font-style:italic;color:var(--classic-text-muted);margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--classic-border)}.classic-light-definition{font-size:16px;line-height:1.6;color:var(--classic-text);margin-bottom:24px}.classic-light-example-box{background:var(--classic-accent-light);padding:20px;border-radius:var(--classic-radius-sm)}.classic-light-example-label{font-size:14px;font-style:italic;color:var(--classic-text-muted);margin-bottom:8px}.classic-light-example-text{font-size:15px;font-style:italic;color:var(--classic-primary)}.classic-light-title-block{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:100%;padding:60px 80px}.classic-light-title-block .classic-light-subtitle-box{margin-bottom:40px}.classic-light-presenter{font-size:18px;font-weight:600;color:var(--classic-text-secondary);margin-bottom:8px}.classic-light-date{font-size:14px;color:var(--classic-text-muted)}.classic-light-intro-block,.classic-light-problems-block,.classic-light-text-block{display:flex;flex-direction:column;padding:60px 80px;height:100%}.classic-light-problem-item{display:flex;gap:20px;align-items:flex-start;margin-bottom:24px}.classic-light-problem-text{font-size:16px;line-height:1.5;color:var(--classic-text);padding-top:8px}.classic-light-grid-block{display:flex;flex-direction:column;padding:60px 80px;height:100%}.classic-light-four-column{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;flex:1}.classic-light-column-text{font-size:13px;line-height:1.5;color:var(--classic-text)}.classic-light-framework-block{display:flex;flex-direction:column;padding:60px 80px;height:100%}.classic-light-two-column{display:grid;grid-template-columns:1fr 1fr;gap:24px;flex:1}.classic-light-takeaways-block{display:flex;flex-direction:column;padding:60px 80px;height:100%}.classic-light-takeaway-text{font-size:16px;font-weight:500;color:var(--classic-primary)}.classic-light-remember-text{text-align:center;font-size:18px;font-weight:600;color:var(--classic-text);margin-top:32px}.classic-light-thankyou-block,.classic-light-vocabulary-block{display:flex;flex-direction:column;padding:60px 80px;height:100%}.classic-light-thankyou-block{justify-content:center;align-items:center;text-align:center}.classic-light-university{font-size:14px;text-transform:uppercase;letter-spacing:2px;color:var(--classic-text-muted);margin-bottom:24px}.classic-light-thank-title{font-size:64px;font-weight:700;color:var(--classic-primary);margin-bottom:8px}.classic-light-thank-sub{font-size:56px;font-weight:700;color:var(--classic-primary);margin-bottom:32px}.classic-light-presenter-info{font-size:16px;color:var(--classic-text-muted);margin-bottom:4px}.classic-light-presenter-name{font-size:18px;font-weight:600;color:var(--classic-primary)}.classic-light-h1:focus-within,.classic-light-h2:focus-within,.classic-light-h3:focus-within{background:rgba(0,25,48,.05);border-radius:4px}.classic-light-text-sm:focus-within,.classic-light-text:focus-within{background:rgba(0,25,48,.05)}.classic-light-subtitle-box:focus-within{outline:2px solid var(--classic-primary);outline-offset:2px}.classic-light-callout:focus-within{outline:2px solid var(--classic-secondary);outline-offset:2px}.classic-light-badge:focus-within{outline:2px solid var(--classic-primary);outline-offset:2px}.classic-light-column-card:focus-within{outline:2px solid var(--classic-accent);outline-offset:2px}.classic-light-framework-box:focus-within{outline:2px solid var(--classic-accent);outline-offset:2px}.classic-light-takeaway:focus-within{outline:2px solid var(--classic-secondary);outline-offset:2px}.classic-light-vocab-card:focus-within{outline:2px solid var(--classic-primary);outline-offset:2px}.slide-theme-presentation-light{--pres-light-primary:#0f172a;--pres-light-accent:#0ea5e9;--pres-light-violet:#7c3aed;--pres-light-gold:#f59e0b;--pres-light-bg:#fff;--pres-light-text:#334155;--pres-light-text-light:#fff;--pres-light-text-secondary:#475569;--pres-light-text-muted:#64748b;--pres-light-border:#e2e8f0;font-family:DM Sans,sans-serif;background:var(--pres-light-bg);color:var(--pres-light-text);position:relative;overflow:hidden}.pres-light-bg-gradient{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.pres-light-bg-gradient:before{content:"";position:absolute;width:60%;height:60%;top:-10%;left:-10%;background:radial-gradient(circle,rgba(14,165,233,.08) 0,transparent 70%)}.pres-light-bg-gradient:after{content:"";position:absolute;width:50%;height:50%;bottom:-5%;right:-5%;background:radial-gradient(circle,rgba(124,58,237,.06) 0,transparent 70%)}.pres-light-heading{font-family:Merriweather,serif;font-weight:700;color:var(--pres-light-primary);line-height:1.2}.pres-light-heading-xl{font-size:calc(48px * var(--slide-scale, 1));margin-bottom:calc(24px * var(--slide-scale, 1))}.pres-light-heading-lg{font-size:calc(36px * var(--slide-scale, 1));margin-bottom:calc(16px * var(--slide-scale, 1))}.pres-light-heading-md{font-size:calc(28px * var(--slide-scale, 1));margin-bottom:calc(12px * var(--slide-scale, 1))}.pres-light-text{font-family:DM Sans,sans-serif;font-size:calc(18px * var(--slide-scale, 1));line-height:1.6;color:var(--pres-light-text)}.pres-light-text-lg{font-size:calc(24px * var(--slide-scale, 1))}.pres-light-text-muted{color:var(--pres-light-text-muted)}.pres-light-accent-border{border-left:calc(4px * var(--slide-scale, 1)) solid var(--pres-light-accent);padding-left:calc(20px * var(--slide-scale, 1))}.pres-light-title-layout{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:calc(100% - 40px * var(--slide-scale, 1));padding:calc(40px * var(--slide-scale, 1));position:relative;z-index:1;border:1px solid #cbd5e1;border-radius:calc(12px * var(--slide-scale, 1));background:rgba(248,250,252,.8);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);margin:calc(20px * var(--slide-scale, 1));box-sizing:border-box}.pres-light-title-layout .pres-light-heading-xl{font-size:calc(50px * var(--slide-scale, 1));line-height:1.1;margin-bottom:calc(14px * var(--slide-scale, 1));color:#1a1a1a}.pres-light-subtitle{font-size:calc(17px * var(--slide-scale, 1));color:var(--pres-light-text-muted);font-weight:500;letter-spacing:1px;text-transform:uppercase;margin-top:calc(14px * var(--slide-scale, 1))}.pres-light-two-column{display:grid;grid-template-columns:1fr 1fr;gap:calc(48px * var(--slide-scale, 1));height:100%;padding:calc(48px * var(--slide-scale, 1));position:relative;z-index:1}.pres-light-column,.pres-light-two-column-layout{display:flex;flex-direction:column}.pres-light-two-column-layout{height:100%;position:relative;z-index:1;box-sizing:border-box}.pres-light-slide-title{font-family:Merriweather,serif;font-size:calc(32px * var(--slide-scale, 1));font-weight:700;color:#1e293b;margin-bottom:calc(20px * var(--slide-scale, 1));border-left:calc(4px * var(--slide-scale, 1)) solid #0ea5e9;padding-left:calc(16px * var(--slide-scale, 1));line-height:1.2;flex-shrink:0}.pres-light-column-grid{display:grid;grid-template-columns:1fr 1fr;gap:calc(20px * var(--slide-scale, 1));flex:1;min-height:0;overflow:hidden}.pres-light-tiled-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:calc(10px * var(--slide-scale, 1));padding:calc(20px * var(--slide-scale, 1));display:flex;flex-direction:column;box-shadow:0 2px 4px rgba(0,0,0,.05);overflow:hidden}.pres-light-card-heading{font-family:Merriweather,serif;font-size:calc(20px * var(--slide-scale, 1));font-weight:700;color:#0284c7;margin-bottom:calc(12px * var(--slide-scale, 1));display:flex;align-items:center;gap:calc(8px * var(--slide-scale, 1));flex-shrink:0}.pres-light-card-icon{flex-shrink:0}.pres-light-card-list{list-style:none;padding:0;margin:0;overflow:hidden}.pres-light-card-list li{font-family:DM Sans,sans-serif;font-size:calc(14px * var(--slide-scale, 1));line-height:1.5;color:#475569;margin-bottom:calc(10px * var(--slide-scale, 1));padding-left:calc(16px * var(--slide-scale, 1));position:relative;list-style:none!important;list-style-type:none!important}.pres-light-card-list li:before{content:"";position:absolute;left:0;top:.65em;width:calc(5px * var(--slide-scale, 1));height:calc(5px * var(--slide-scale, 1));background:#334155;border-radius:50%}.pres-light-card-list li:last-child{margin-bottom:0}.pres-light-card-list-content{overflow:hidden;border:2px solid transparent;border-radius:6px;padding:6px;margin:-6px}.pres-light-card-list-content:focus-within{border-color:#7ed3e2}.pres-light-card-list-content .mdxeditor{font-family:DM Sans,sans-serif;font-size:calc(14px * var(--slide-scale, 1));line-height:1.5;color:#475569}.pres-light-card-list-content .mdxeditor ul{list-style:disc;padding-left:calc(20px * var(--slide-scale, 1));margin:0}.pres-light-card-list-content .mdxeditor li{margin-bottom:calc(8px * var(--slide-scale, 1))}.pres-light-card-list-content .mdxeditor li:last-child{margin-bottom:0}.pres-light-card-list-content .mdxeditor li::marker{color:#334155}.pres-light-markdown-list .pres-light-list-item{font-family:DM Sans,sans-serif;font-size:calc(14px * var(--slide-scale, 1));line-height:1.5;color:#475569;margin-bottom:calc(10px * var(--slide-scale, 1));padding-left:calc(16px * var(--slide-scale, 1));position:relative}.pres-light-markdown-list .pres-light-list-item:before{content:"";position:absolute;left:0;top:.65em;width:calc(5px * var(--slide-scale, 1));height:calc(5px * var(--slide-scale, 1));background:#334155;border-radius:50%}.pres-light-markdown-list .pres-light-list-item:last-child{margin-bottom:0}.pres-light-tiled-icons-layout{display:flex;flex-direction:column;height:100%;position:relative;z-index:1;box-sizing:border-box}.pres-light-tiles-row{display:flex;gap:calc(24px * var(--slide-scale, 1));flex:1;overflow:hidden;align-items:stretch}.pres-light-tiled-icons-layout .pres-light-tile{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:calc(12px * var(--slide-scale, 1));padding:calc(24px * var(--slide-scale, 1));flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.05);overflow:hidden}.pres-light-tiled-icons-layout .pres-light-tile-icon{width:calc(64px * var(--slide-scale, 1));height:calc(64px * var(--slide-scale, 1));border-radius:50%;background:rgba(124,58,237,.1);color:#7c3aed;display:flex;align-items:center;justify-content:center;margin-bottom:calc(16px * var(--slide-scale, 1));font-size:calc(32px * var(--slide-scale, 1));flex-shrink:0}.pres-light-tiled-icons-layout .pres-light-tile-icon .pres-light-lucide-icon{stroke-width:2}.pres-light-tiled-icons-layout .pres-light-tile-title{font-family:Merriweather,serif;font-weight:700;font-size:calc(18px * var(--slide-scale, 1));color:#0284c7;margin:0 0 calc(12px * var(--slide-scale, 1)) 0;flex-shrink:0}.pres-light-tiled-icons-layout .pres-light-tile-text{font-family:DM Sans,sans-serif;font-size:calc(14px * var(--slide-scale, 1));line-height:1.6;color:#475569;margin:0;overflow:hidden;flex:1}.pres-light-tiled-content{display:flex;flex-direction:column;height:100%;padding:calc(48px * var(--slide-scale, 1));position:relative;z-index:1}.pres-light-tile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:calc(24px * var(--slide-scale, 1));flex:1;align-content:center}.pres-light-tile{display:flex;flex-direction:column;align-items:center;text-align:center;padding:calc(24px * var(--slide-scale, 1))}.pres-light-tile-icon{width:calc(64px * var(--slide-scale, 1));height:calc(64px * var(--slide-scale, 1));border-radius:calc(16px * var(--slide-scale, 1));background:var(--pres-light-violet);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:calc(16px * var(--slide-scale, 1));font-size:calc(28px * var(--slide-scale, 1))}.pres-light-tile-icon.accent{background:var(--pres-light-accent)}.pres-light-tile-icon.gold{background:var(--pres-light-gold)}.pres-light-tiled-images-layout{display:flex;flex-direction:column;height:100%;position:relative;z-index:1;box-sizing:border-box}.pres-light-tiled-images-layout .pres-light-images-row{display:grid;grid-template-columns:1fr 1fr;gap:calc(24px * var(--slide-scale, 1));flex:1;min-height:0}.pres-light-tiled-images-layout .pres-light-image-tile{display:flex;flex-direction:column}.pres-light-tiled-images-layout .pres-light-image-tile-img{width:100%;aspect-ratio:16/9;border-radius:calc(8px * var(--slide-scale, 1));margin-bottom:calc(12px * var(--slide-scale, 1));background:#e2e8f0;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:calc(14px * var(--slide-scale, 1));flex-shrink:0;position:relative}.pres-light-tiled-images-layout .pres-light-image-tile-img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit}.pres-light-tiled-images-layout .pres-light-image-tile-title{font-family:Merriweather,serif;font-weight:700;font-size:calc(18px * var(--slide-scale, 1));color:#0284c7;margin:0 0 calc(8px * var(--slide-scale, 1)) 0;text-align:center}.pres-light-tiled-images-layout .pres-light-image-tile-text{font-family:DM Sans,sans-serif;font-size:calc(14px * var(--slide-scale, 1));line-height:1.5;color:#475569;text-align:center;margin:0}.image-placeholder-container{width:100%;height:100%;position:relative;cursor:pointer;border-radius:calc(8px * var(--slide-scale, 1))}.image-placeholder-container img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:inherit}.image-remove-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:rgba(0,0,0,.6);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;z-index:10}.image-remove-btn:hover{background:rgba(220,38,38,.9)}.image-placeholder-container:hover .image-remove-btn{opacity:1}.image-placeholder-empty{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--carl-bg,#e8e8e8) 0,rgba(89,201,225,.1) 100%);color:var(--carl-text-muted,#666);font-size:calc(12px * var(--slide-scale, 1));transition:all .2s ease;border-radius:inherit}.image-placeholder-container:hover .image-placeholder-empty{background:linear-gradient(135deg,rgba(89,201,225,.15),rgba(0,229,211,.15));color:var(--carl-navy,#001930)}.image-placeholder-loading{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,rgba(89,201,225,.2),rgba(0,229,211,.2));color:var(--carl-navy,#001930);font-size:calc(12px * var(--slide-scale, 1));border-radius:inherit}.image-placeholder-loading .animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.image-options-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-options-content{background:var(--carl-white,#fff);border-radius:12px;padding:16px 20px 20px;width:90%;max-width:320px;position:relative;box-shadow:0 20px 50px rgba(0,25,48,.3);border-top:4px solid var(--carl-teal,#59c9e1)}.image-options-drag-handle{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;margin:-8px -12px 12px;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:8px 8px 0 0;background:linear-gradient(180deg,rgba(89,201,225,.1),transparent);transition:background .2s ease}.image-options-drag-handle:hover{background:rgba(89,201,225,.15)}.image-options-drag-handle:active{cursor:grabbing;background:rgba(89,201,225,.2)}.image-options-drag-handle svg{color:var(--carl-teal,#59c9e1)}.image-options-drag-handle span{font-size:16px;font-weight:600;color:var(--carl-navy,#001930)}.image-options-close{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:50%;background:var(--carl-bg,#e8e8e8);border:none;color:var(--carl-text-muted,#666);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.image-options-close:hover{background:var(--carl-teal,#59c9e1);color:var(--carl-white,#fff)}.image-options-error{background:#fff5f9;border-left:4px solid #f671ea;color:#e055d0;padding:12px 16px;border-radius:8px;font-size:13px;margin-bottom:12px;font-weight:500}.image-options-buttons{display:flex;flex-direction:column;gap:10px}.image-option-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 16px;border-radius:10px;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.image-option-ai{background:linear-gradient(135deg,var(--carl-teal,#59c9e1) 0,var(--carl-teal-secondary,#00e5d3) 100%);color:var(--carl-white,#fff);font-weight:600}.image-option-ai:hover{background:linear-gradient(135deg,#4ab8d1,#00cfc0);transform:translateY(-1px);box-shadow:0 4px 12px rgba(89,201,225,.4)}.image-option-upload{background:var(--carl-bg,#e8e8e8);color:var(--carl-text,#333);border:1px solid rgba(0,25,48,.1)}.image-option-upload:hover{background:var(--carl-navy,#001930);color:var(--carl-white,#fff)}.image-prompt-input{display:flex;flex-direction:column;gap:12px}.image-prompt-context{font-size:12px;color:var(--carl-text-muted,#666);background:rgba(89,201,225,.08);padding:10px 12px;border-radius:8px;margin:0;border-left:3px solid var(--carl-teal,#59c9e1)}.image-prompt-context em{color:var(--carl-text,#333)}.image-prompt-input textarea{width:100%;padding:12px;border:1px solid rgba(0,25,48,.15);border-radius:8px;font-size:13px;font-family:inherit;resize:none;transition:border-color .2s ease;color:var(--carl-text,#333)}.image-prompt-input textarea:focus{outline:none;border-color:var(--carl-teal,#59c9e1);box-shadow:0 0 0 3px rgba(89,201,225,.15)}.image-prompt-buttons{display:flex;flex-wrap:wrap;gap:8px}.image-prompt-btn{padding:10px 14px;border-radius:8px;border:none;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.image-prompt-generate{background:linear-gradient(135deg,var(--carl-teal,#59c9e1) 0,var(--carl-teal-secondary,#00e5d3) 100%);color:var(--carl-white,#fff);font-weight:600;flex:1}.image-prompt-generate:hover{background:linear-gradient(135deg,#4ab8d1,#00cfc0);box-shadow:0 2px 8px rgba(89,201,225,.4)}.image-prompt-auto{background:rgba(89,201,225,.15);color:var(--carl-navy,#001930);flex:1;justify-content:center}.image-prompt-auto:hover{background:rgba(89,201,225,.25)}.image-prompt-cancel{background:var(--carl-bg,#e8e8e8);color:var(--carl-text-muted,#666)}.image-prompt-cancel:hover{background:var(--carl-navy,#001930);color:var(--carl-white,#fff)}.pres-light-tile-image{width:100%;aspect-ratio:4/3;border-radius:calc(12px * var(--slide-scale, 1));overflow:hidden;margin-bottom:calc(16px * var(--slide-scale, 1));background:var(--pres-light-border)}.pres-light-tile-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pres-light-tile-title{font-family:Merriweather,serif;font-weight:600;font-size:calc(18px * var(--slide-scale, 1));color:var(--pres-light-primary);margin-bottom:calc(8px * var(--slide-scale, 1))}.pres-light-tile-text{font-size:calc(14px * var(--slide-scale, 1));color:var(--pres-light-text-muted)}.pres-light-quote-container{display:flex;flex-direction:column;height:100%;position:relative;z-index:1;box-sizing:border-box}.pres-light-quote-layout{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;min-height:0;padding:calc(20px * var(--slide-scale, 1));text-align:center;position:relative}.pres-light-quote-mark{font-family:Merriweather,serif;font-size:calc(120px * var(--slide-scale, 1));color:var(--pres-light-accent);opacity:.3;line-height:.5;margin-bottom:calc(20px * var(--slide-scale, 1))}.pres-light-quote-text{font-family:Merriweather,serif;font-size:calc(32px * var(--slide-scale, 1));font-style:italic;color:var(--pres-light-primary);max-width:800px;line-height:1.5;margin-bottom:calc(32px * var(--slide-scale, 1))}.pres-light-quote-author{font-family:DM Sans,sans-serif;font-size:calc(14px * var(--slide-scale, 1));color:var(--pres-light-text-muted);text-transform:uppercase;letter-spacing:calc(1px * var(--slide-scale, 1));margin:0}.pres-light-bullets-layout{display:flex;flex-direction:column;height:100%;position:relative;z-index:1}.pres-light-bullet-list{list-style:none;padding:0;margin:0;flex:1;display:flex;flex-direction:column;justify-content:center;gap:calc(20px * var(--slide-scale, 1))}.pres-light-bullet-item{display:flex;align-items:flex-start;gap:calc(16px * var(--slide-scale, 1));font-size:calc(22px * var(--slide-scale, 1));line-height:1.5}.pres-light-bullet-marker{font-size:calc(20px * var(--slide-scale, 1));line-height:1;flex-shrink:0}.pres-light-bullet-text{color:var(--pres-light-primary);flex:1}.pres-light-numbers-layout{display:flex;flex-direction:column;height:100%;position:relative;z-index:1}.pres-light-numbers-grid{grid-template-columns:repeat(3,1fr);gap:calc(32px * var(--slide-scale, 1));align-content:center}.pres-light-number-card{text-align:center;padding:calc(24px * var(--slide-scale, 1))}.pres-light-number-value{font-family:Merriweather,serif;font-size:calc(56px * var(--slide-scale, 1));font-weight:700;color:var(--pres-light-accent);margin-bottom:calc(8px * var(--slide-scale, 1))}.pres-light-number-label{font-size:calc(16px * var(--slide-scale, 1));color:var(--pres-light-text-muted);text-transform:uppercase;letter-spacing:.05em}.pres-light-bleed-block,.pres-light-image-text-block,.pres-light-numbers-block,.pres-light-section-title-block{width:100%;height:100%;background:transparent}.pres-light-section-title-layout{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;text-align:center;position:relative;z-index:1;box-sizing:border-box}.pres-light-section-separator{width:calc(60px * var(--slide-scale, 1));height:calc(3px * var(--slide-scale, 1));background:var(--pres-light-accent);margin-bottom:calc(24px * var(--slide-scale, 1));border:none}.pres-light-section-title{font-family:Merriweather,serif;font-size:calc(48px * var(--slide-scale, 1));font-weight:700;color:var(--pres-light-primary);margin:0 0 calc(32px * var(--slide-scale, 1)) 0;line-height:1.2}.pres-light-section-description{font-family:DM Sans,sans-serif;font-size:calc(20px * var(--slide-scale, 1));color:var(--pres-light-text-muted);margin:0 0 calc(16px * var(--slide-scale, 1)) 0;line-height:1.5;max-width:calc(700px * var(--slide-scale, 1))}.pres-light-section-layout{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;text-align:center;background:var(--pres-light-primary);position:relative;z-index:1}.pres-light-section-layout .pres-light-heading-xl{color:var(--pres-light-text-light)}.pres-light-section-number{font-family:Merriweather,serif;font-size:calc(120px * var(--slide-scale, 1));font-weight:700;color:var(--pres-light-accent);opacity:.3;margin-bottom:calc(20px * var(--slide-scale, 1))}.pres-light-image-text-container{display:flex;flex-direction:column;height:100%;position:relative;z-index:1;box-sizing:border-box}.pres-light-image-text-layout{display:grid;grid-template-columns:1fr 1fr;gap:calc(32px * var(--slide-scale, 1));flex:1;align-items:stretch}.pres-light-image-text-content{display:flex;flex-direction:column;justify-content:center}.pres-light-image-text-heading{font-family:DM Sans,sans-serif;font-size:calc(24px * var(--slide-scale, 1));font-weight:600;color:var(--pres-light-accent);margin:0 0 calc(16px * var(--slide-scale, 1)) 0;text-decoration:underline;text-underline-offset:calc(4px * var(--slide-scale, 1))}.pres-light-image-text-paragraph{font-family:DM Sans,sans-serif;font-size:calc(18px * var(--slide-scale, 1));color:var(--pres-light-text-muted);margin:0 0 calc(20px * var(--slide-scale, 1)) 0;line-height:1.5}.pres-light-image-text-bullets{list-style:disc;padding-left:calc(24px * var(--slide-scale, 1));margin:0}.pres-light-image-text-bullets li{font-family:DM Sans,sans-serif;font-size:calc(16px * var(--slide-scale, 1));color:var(--pres-light-text-muted);margin-bottom:calc(8px * var(--slide-scale, 1));line-height:1.4}.pres-light-image-section{background:var(--pres-light-border);overflow:hidden;border-radius:calc(8px * var(--slide-scale, 1));min-height:calc(200px * var(--slide-scale, 1));position:relative;display:flex;align-items:center;justify-content:center}.pres-light-image-section .image-placeholder-container{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.pres-light-image-section img{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;position:static}.pres-light-text-section{display:flex;flex-direction:column;justify-content:center;padding:calc(48px * var(--slide-scale, 1))}.pres-light-numbers-block{width:100%;height:100%;display:flex;flex-direction:column}.pres-light-numbers-container{flex:1;display:flex;flex-direction:column}.pres-light-numbers-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:calc(20px * var(--slide-scale, 1));align-items:stretch;flex:1;margin-top:calc(32px * var(--slide-scale, 1))}.pres-light-numbers-step{text-align:center;background:#f8fafc;padding:calc(20px * var(--slide-scale, 1)) calc(10px * var(--slide-scale, 1));border-radius:calc(12px * var(--slide-scale, 1));border:1px solid #e2e8f0;box-shadow:0 calc(2px * var(--slide-scale, 1)) calc(4px * var(--slide-scale, 1)) rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center}.pres-light-numbers-number{font-size:calc(48px * var(--slide-scale, 1));font-weight:700;color:var(--pres-light-accent);margin-bottom:calc(10px * var(--slide-scale, 1));font-family:Merriweather,serif;line-height:1}.pres-light-numbers-text{font-size:calc(16px * var(--slide-scale, 1));line-height:1.4;color:#1e293b;font-family:DM Sans,sans-serif;margin:0}.pres-light-bleed-block{width:100%;height:100%;display:flex;flex-direction:column}.pres-light-bleed-layout{display:grid;grid-template-columns:1fr 1fr;gap:0;height:100%;overflow:hidden}.pres-light-bleed-content{padding:calc(48px * var(--slide-scale, 1));display:flex;flex-direction:column;justify-content:center}.pres-light-bleed-intro{font-family:DM Sans,sans-serif;font-size:calc(20px * var(--slide-scale, 1));font-weight:600;color:#1e293b;margin-bottom:calc(20px * var(--slide-scale, 1))}.pres-light-bleed-bullets{list-style:disc;padding-left:calc(24px * var(--slide-scale, 1));margin:0}.pres-light-bleed-bullets li{font-family:DM Sans,sans-serif;font-size:calc(18px * var(--slide-scale, 1));line-height:1.6;color:#334155;margin-bottom:calc(12px * var(--slide-scale, 1))}.pres-light-bleed-bullets li:last-child{margin-bottom:0}.pres-light-bleed-image{height:100%;width:100%;overflow:hidden}.pres-light-bleed-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.pres-light-bleed-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f4f8,#e2e8f0);color:#64748b;font-size:1.25em}.pres-light-heading:focus-within,.pres-light-subtitle:focus-within,.pres-light-text:focus-within{background:rgba(14,165,233,.1);border-radius:calc(4px * var(--slide-scale, 1));outline:none}.pres-light-tile:focus-within{outline:2px solid var(--pres-light-accent);outline-offset:4px;border-radius:calc(8px * var(--slide-scale, 1))}.pres-light-bullet-item:focus-within{background:rgba(14,165,233,.1);border-radius:calc(4px * var(--slide-scale, 1))}.pres-light-number-card:focus-within{outline:2px solid var(--pres-light-accent);outline-offset:4px;border-radius:calc(8px * var(--slide-scale, 1))}.pres-light-quote-text:focus-within{background:rgba(14,165,233,.1);border-radius:calc(8px * var(--slide-scale, 1))}.ell-daily-tracker{padding:16px;margin-bottom:16px;border-radius:8px}.ell-daily-title{font-weight:600;font-size:1rem;margin-bottom:12px;display:flex;align-items:center;gap:8px}.ell-daily-icon{font-size:1.1em}.ell-daily-elementary{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b}.ell-daily-grid-elementary{display:flex;justify-content:space-between;gap:12px}.ell-daily-day{display:flex;flex-direction:column;align-items:center;gap:6px}.ell-daily-label{font-weight:600;font-size:.9rem;color:#92400e}.ell-daily-box{width:32px;height:32px;border:2px solid #92400e;border-radius:6px;background:#fff}.ell-daily-middle{background:#ecfdf5;border:2px solid #10b981}.ell-daily-middle .ell-daily-title{color:#047857}.ell-daily-grid-middle{display:flex;flex-wrap:wrap;gap:12px 16px}.ell-daily-item{display:flex;align-items:center;gap:8px;font-size:.9rem}.ell-daily-middle .ell-daily-box{width:20px;height:20px;border:2px solid #047857;border-radius:4px;background:#fff;flex-shrink:0}.ell-daily-high{background:#f8f5ff;border:2px solid #7c3aed}.ell-daily-title-high{font-weight:700;font-size:.95rem;color:#5b21b6;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.ell-daily-grid-high{display:flex;flex-wrap:wrap;gap:8px 16px}.ell-mastery-item{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#374151}.ell-mastery-box{width:16px;height:16px;border:1.5px solid #5b21b6;border-radius:3px;background:#fff;flex-shrink:0}.ell-word-card{padding:16px;border-radius:8px;margin-bottom:12px;position:relative}.ell-word-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.ell-word-main{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.ell-word-number{font-weight:700;color:#6b7280}.ell-word-card-elementary{background:#fef3c7;border:2px solid #f59e0b}.ell-word-term-large{font-size:1.6rem;font-weight:800;color:#92400e}.ell-word-pronunciation-elementary{font-size:1.1rem;color:#b45309;font-style:italic}.ell-definition-elementary{font-size:1.1rem;line-height:1.5;color:#374151;margin:12px 0}.ell-example-box{background:#fff;border:2px dashed #fbbf24;border-radius:8px;padding:12px;margin-top:8px}.ell-example-label{display:flex;align-items:center;gap:6px;font-weight:600;color:#92400e;margin-bottom:6px;font-size:.95rem}.ell-example-icon{font-size:1.1em}.ell-example-text{font-size:1rem;color:#374151;font-style:italic}.ell-word-card-middle{background:#ecfdf5;border:2px solid #10b981}.ell-word-term-medium{font-size:1.35rem;font-weight:700;color:#047857}.ell-word-card-middle .ell-word-pronunciation{font-size:1rem;color:#059669}.ell-definition-middle{font-size:1rem;line-height:1.5;color:#374151;margin:8px 0}.ell-word-parts-box{background:rgba(16,185,129,.1);border-left:3px solid #10b981;padding:10px 12px;margin:10px 0;border-radius:0 6px 6px 0}.ell-word-parts-label{font-weight:700;font-size:.85rem;color:#047857;margin-bottom:4px;text-transform:uppercase}.ell-word-parts-content{font-size:.95rem;color:#374151}.ell-morpheme{font-weight:600;color:#047857}.ell-morpheme-meaning{color:#6b7280;font-size:.9em}.ell-morpheme-result{color:#374151;font-weight:600}.ell-word-card-high{background:#faf5ff;border:2px solid #7c3aed}.ell-word-header-high{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.ell-word-term-serif{font-size:1.25rem;font-weight:700;color:#5b21b6;font-family:Georgia,Times New Roman,serif}.ell-word-pronunciation-high{font-size:.95rem;color:#7c3aed}.ell-ipa{font-family:monospace;color:#6b7280}.ell-mastery-high .ell-confidence-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.ell-etymology-box{background:rgba(124,58,237,.08);border-left:3px solid #7c3aed;padding:12px;margin:12px 0;border-radius:0 6px 6px 0}.ell-etymology-label{font-weight:700;font-size:.8rem;color:#5b21b6;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.ell-etymology-content{font-size:.9rem;color:#374151}.ell-morphemes-line{margin-bottom:6px}.ell-etymology-origin{font-style:italic;margin-bottom:6px}.ell-related-words{color:#6b7280;font-size:.85rem}.ell-definition-simple-high{font-size:1rem;color:#374151;margin:8px 0;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.ell-definition-academic{font-size:.9rem;color:#4b5563;line-height:1.5;font-style:italic;margin:8px 0}.ell-word-meta{font-size:.8rem;color:#6b7280;margin-top:8px;padding-top:8px;border-top:1px solid #e5e7eb}.ell-cognate-row{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;margin:8px 0}.ell-cognate-icon{font-size:1em}.ell-cognate-text{font-size:.9rem;color:#374151}.ell-cognate-word{font-weight:600;color:#1d4ed8}.ell-cognate-elementary{background:#fffbeb;border:1px solid #fcd34d}.ell-cognate-middle{background:#f0fdf4;border:1px solid #86efac}.ell-cognate-box-high{background:#f5f3ff;border:1px solid #c4b5fd;padding:10px 12px;border-radius:6px;margin:8px 0;font-size:.9rem;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.ell-cognate-label-high{font-weight:600;color:#5b21b6}.ell-practice-section{padding:16px;border-radius:8px;margin-bottom:16px}.ell-practice-header{margin-bottom:16px}.ell-practice-icon{font-size:1.1em;margin-right:6px}.ell-practice-elementary{background:#fffbeb;border:2px solid #fbbf24}.ell-practice-elementary .ell-practice-title{font-size:1.25rem;font-weight:700;color:#92400e}.ell-draw-box{background:#fff;border:2px dashed #fbbf24;border-radius:12px;min-height:150px;padding:16px;margin-bottom:16px;flex-direction:column;justify-content:center;text-align:center}.ell-draw-box,.ell-draw-prompt{display:flex;align-items:center}.ell-draw-prompt{font-weight:600;font-size:1.1rem;color:#92400e;gap:8px}.ell-draw-icon{font-size:1.2em}.ell-draw-sub{font-size:.9rem;color:#6b7280;margin-top:6px}.ell-write-field{margin-bottom:12px}.ell-write-label{font-weight:600;color:#92400e;margin-bottom:6px;font-size:1rem}.ell-write-line{height:1.5em;border-bottom:1.5px solid #d1d5db;margin-bottom:6px}.ell-practice-middle{background:#f0fdf4;border:2px solid #10b981}.ell-practice-middle .ell-practice-title{font-size:1.15rem;font-weight:700;color:#047857}.ell-sentence-frames{background:#fff;border:1px solid #86efac;border-radius:8px;padding:14px;margin-bottom:16px}.ell-frames-title{font-weight:600;color:#047857;margin-bottom:10px;display:flex;align-items:center;gap:6px;font-size:.95rem}.ell-frames-icon{font-size:1.1em}.ell-frame{font-size:.95rem;line-height:2;color:#374151;margin-bottom:8px}.ell-frame-blank{display:inline-block;min-width:100px;border-bottom:1.5px solid #10b981;margin:0 4px}.ell-visual-box{background:#fff;border:2px dashed #86efac;border-radius:10px;min-height:100px;padding:14px;margin-bottom:16px;text-align:center}.ell-visual-prompt{font-weight:600;color:#047857;display:flex;align-items:center;justify-content:center;gap:6px}.ell-visual-icon{font-size:1.1em}.ell-visual-sub{font-size:.85rem;color:#6b7280;margin-top:4px}.ell-writing-section{margin-bottom:16px}.ell-writing-label{font-weight:600;color:#047857;margin-bottom:8px;display:flex;align-items:center;gap:6px}.ell-writing-icon{font-size:1em}.ell-writing-line{height:1.4em;border-bottom:1.5px solid #d1d5db;margin-bottom:4px}.ell-partner-box{background:#d1fae5;border-radius:8px;padding:14px}.ell-partner-title{font-weight:700;color:#047857;margin-bottom:8px;display:flex;align-items:center;gap:6px;font-size:1rem}.ell-partner-icon{font-size:1.1em}.ell-partner-text{line-height:1.5;margin-bottom:10px}.ell-partner-field,.ell-partner-text{font-size:.9rem;color:#374151}.ell-partner-line{display:inline-block;min-width:150px;border-bottom:1.5px solid #047857;margin-left:8px}.ell-practice-high{background:#faf5ff;border:2px solid #7c3aed}.ell-practice-section-high{margin-bottom:20px}.ell-practice-title-high{font-weight:700;font-size:1rem;color:#5b21b6;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.ell-section-border{padding-top:16px;border-top:1px solid #c4b5fd}.ell-sentence-frames-high{background:#fff;border:1px solid #c4b5fd;border-radius:6px;padding:14px;margin-bottom:14px}.ell-frames-title-high{font-weight:600;color:#5b21b6;margin-bottom:10px;font-size:.9rem}.ell-frame-high{font-size:.9rem;line-height:2;color:#374151;margin-bottom:6px}.ell-frame-blank-high{display:inline-block;min-width:80px;border-bottom:1.5px solid #7c3aed;margin:0 3px}.ell-writing-prompt-high{margin-bottom:12px}.ell-prompt-label{font-weight:600;color:#5b21b6;font-size:.85rem;margin-bottom:4px}.ell-prompt-text{font-size:.9rem;color:#374151;line-height:1.5}.ell-writing-space-high{margin-top:12px}.ell-writing-line-high{height:1.3em;border-bottom:1px solid #d1d5db;margin-bottom:4px}.ell-terms-used{margin-top:10px;font-size:.85rem}.ell-terms-used-label{font-weight:600;color:#5b21b6}.ell-terms-used-line{display:inline-block;min-width:200px;border-bottom:1px solid #7c3aed;margin-left:8px}.ell-analysis-box{background:#fff;border:1px solid #c4b5fd;border-radius:6px;padding:14px}.ell-analysis-title{font-weight:600;color:#5b21b6;margin-bottom:8px;display:flex;align-items:center;gap:6px;font-size:.9rem}.ell-analysis-icon{font-size:1.1em}.ell-analysis-prompt{font-size:.9rem;color:#374151;line-height:1.5;margin-bottom:12px}.ell-metacognition-box{background:#f5f3ff;border:2px solid #7c3aed;border-radius:8px;padding:14px}.ell-metacognition-label{font-weight:700;font-size:.85rem;color:#5b21b6;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.ell-metacognition-text{font-size:.9rem;color:#374151;line-height:1.5}.ell-rationale-box{background:#f5f3ff;border-left:4px solid #7c3aed}.ell-rationale-title{color:#5b21b6;text-transform:uppercase;font-size:.9rem;letter-spacing:.5px}.ell-title-serif{font-family:Georgia,Times New Roman,serif}.ell-word-confidence{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.ell-confidence-label{font-size:.75rem;font-weight:600;color:#6b7280}.ell-confidence-boxes{display:flex;gap:4px}.ell-confidence-box{width:18px;height:18px;border:1.5px solid #9ca3af;border-radius:3px;background:#fff}@media print{.ell-daily-tracker,.ell-practice-section,.ell-word-card{page-break-inside:avoid}.ell-draw-box,.ell-visual-box{min-height:120px}.ell-word-card-elementary,.ell-word-card-high,.ell-word-card-middle{-moz-column-break-inside:avoid;break-inside:avoid}}.ell-student-reference .ell-page{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;color:#1a2b3c;line-height:1.5}.ell-student-reference .ell-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.ell-student-reference .ell-icon svg{width:16px;height:16px;fill:currentColor}.ell-student-reference .ell-icon-lg{width:22px;height:22px}.ell-student-reference .ell-icon-lg svg{width:20px;height:20px}.ell-student-reference .ell-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.ell-student-reference .ell-school-info{font-size:13px;color:#64748b}.ell-student-reference .ell-school-name{font-weight:600;color:#1a2b3c}.ell-student-reference .ell-school-dept,.ell-student-reference .ell-school-year{color:#64748b}.ell-student-reference .ell-logo{font-family:Nunito,sans-serif;font-size:28px;font-weight:700;color:#1a2b3c}.ell-student-reference .ell-logo span{color:#ec4899}.ell-student-reference .ell-title-row{display:flex;justify-content:space-between;align-items:baseline;margin:12px 0 4px}.ell-student-reference .ell-main-title{font-family:Nunito,sans-serif;font-size:22.4px;font-weight:700;color:#1a2b3c}.ell-student-reference .ell-grade-words{font-size:14px;color:#64748b}.ell-student-reference .ell-form-row{display:flex;gap:14px;margin:10px 0 14px;font-size:14px}.ell-student-reference .ell-form-field{display:flex;align-items:center;gap:8px}.ell-student-reference .ell-form-field label{font-weight:600;color:#1a2b3c}.ell-student-reference .ell-form-line{width:120px;border-bottom:1.5px solid #1a2b3c;height:20px}.ell-student-reference .ell-why-section{background:linear-gradient(135deg,#fdf2f8,#fce7f3);border-left:4px solid #ec4899;border-radius:0 8px 8px 0;padding:10px 14px;margin-bottom:12px}.ell-student-reference .ell-why-label{font-size:11px;font-weight:700;color:#be185d;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;display:flex;align-items:center;gap:6px}.ell-student-reference .ell-why-text{font-size:14px;color:#1a2b3c;line-height:1.45}.ell-student-reference .ell-daily-tracker{background:#f0f9ff;border-left:4px solid #06b6d4;border-radius:0 8px 8px 0;padding:16px 20px;margin-bottom:24px}.ell-student-reference .ell-daily-title{font-size:14px;font-weight:700;color:#1a2b3c;margin-bottom:12px;display:flex;align-items:center;gap:8px}.ell-student-reference .ell-daily-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.ell-student-reference .ell-daily-day{background:#fff;border:1px solid #e0f2fe;border-radius:8px;padding:10px;text-align:center}.ell-student-reference .ell-daily-label{font-size:12px;font-weight:600;color:#64748b;margin-bottom:6px}.ell-student-reference .ell-daily-box{width:28px;height:28px;border:2px solid #06b6d4;border-radius:6px;margin:0 auto;background:#fff}.ell-student-reference .ell-words-container{margin-bottom:10px}.ell-student-reference .ell-word-card{background:#fff;border:1.5px solid #e5e7eb;border-left:4px solid #ec4899;border-radius:0 12px 12px 0;padding:12px 14px;margin-bottom:10px;position:relative}.ell-student-reference .ell-word-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.ell-student-reference .ell-word-main{display:block;flex:1}.ell-student-reference .ell-word-number{font-size:13px;font-weight:700;color:#ec4899;margin-bottom:2px}.ell-student-reference .ell-word-term{font-family:Nunito,sans-serif;font-size:15.4px;font-weight:700;color:#1a2b3c;margin-bottom:2px}.ell-student-reference .ell-word-pronunciation{font-size:12px;color:#06b6d4;font-style:italic}.ell-student-reference .ell-know-this{text-align:right}.ell-student-reference .ell-know-label{font-size:10px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.ell-student-reference .ell-know-boxes{display:flex;gap:4px;justify-content:flex-end}.ell-student-reference .ell-know-box{width:20px;height:20px;border:1.5px solid #d1d5db;border-radius:3px;background:#fff}.ell-student-reference .ell-cognate-row{background:#f0fdfa;border:1px dashed #14b8a6;border-radius:6px;padding:6px 10px;margin-bottom:8px;display:flex;align-items:center;gap:6px}.ell-student-reference .ell-cognate-icon{color:#0d9488}.ell-student-reference .ell-cognate-text{font-size:13px;color:#1a2b3c}.ell-student-reference .ell-cognate-word{color:#0d9488;font-weight:700}.ell-student-reference .ell-definition{font-size:14px;color:#1a2b3c;line-height:1.45;padding:8px 10px;background:#fafafa;border-radius:6px}.ell-student-reference .ell-example-box{margin-top:8px;padding:6px 10px;background:linear-gradient(135deg,#ecfeff,#cffafe);border-radius:6px;border-left:3px solid #06b6d4}.ell-student-reference .ell-example-label{font-size:11px;font-weight:700;color:#0891b2;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;display:flex;align-items:center;gap:6px}.ell-student-reference .ell-example-text{font-size:13px;color:#1a2b3c;font-style:italic}.ell-student-reference .ell-word-card-middle{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:12px 14px;margin-bottom:10px;position:relative}.ell-student-reference .ell-word-header-middle{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px}.ell-student-reference .ell-word-icon-middle{flex-shrink:0;width:38px;height:38px;display:flex;align-items:center;justify-content:center}.ell-student-reference .ell-word-icon-middle svg{width:28px;height:28px}.ell-student-reference .ell-word-icon-middle .ell-ai-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ell-student-reference .ell-word-icon-middle .ell-ai-icon svg{width:32px;height:32px;fill:unset}.ell-student-reference .ell-word-title-section{flex:1}.ell-student-reference .ell-word-term-middle{font-family:Nunito,sans-serif;font-size:14px;font-weight:700;color:#1a2b3c;line-height:1.2}.ell-student-reference .ell-word-pronunciation-middle{font-size:12px;color:#0d9488;font-style:italic;margin-top:2px}.ell-student-reference .ell-word-parts-section{background:#f8fafc;border:2px dashed #3b82f6;border-radius:8px;padding:8px 10px;margin-bottom:8px}.ell-student-reference .ell-word-parts-label{font-size:11px;font-weight:700;color:#3b82f6;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.ell-student-reference .ell-word-parts-content{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;color:#1a2b3c}.ell-student-reference .ell-word-part{display:inline-flex;align-items:center;gap:4px}.ell-student-reference .ell-part-prefix,.ell-student-reference .ell-part-suffix{display:inline-block;background:#fff;border:1.5px solid #94a3b8;border-radius:4px;padding:1px 6px;font-weight:600;color:#1e40af;font-style:italic;font-family:Courier New,monospace}.ell-student-reference .ell-part-meaning{display:inline-flex;align-items:center;color:#64748b;font-size:13px;margin-left:4px}.ell-student-reference .ell-part-equals,.ell-student-reference .ell-part-plus{font-weight:600;color:#94a3b8;font-size:16px}.ell-student-reference .ell-part-combined{font-weight:600;color:#1e40af;font-style:italic}.ell-student-reference .ell-language-connection{background:linear-gradient(135deg,#fefce8,#fef9c3);border:1px solid #eab308;border-radius:8px;padding:6px 10px;margin-bottom:8px;display:flex;align-items:center;gap:6px}.ell-student-reference .ell-language-icon{color:#ca8a04;flex-shrink:0}.ell-student-reference .ell-language-icon svg{fill:#ca8a04}.ell-student-reference .ell-language-text{font-size:12px;color:#713f12;flex:1}.ell-student-reference .ell-lang-separator{color:#a16207;font-weight:500}.ell-student-reference .ell-lang-name{font-weight:600;color:#854d0e}.ell-student-reference .ell-lang-word{color:#713f12;font-weight:500}.ell-student-reference .ell-definition-middle{font-size:13px;color:#1a2b3c;line-height:1.45;margin-bottom:8px}.ell-student-reference .ell-practice-section{margin-top:32px;padding-top:24px;border-top:2px solid #e5e7eb}.ell-student-reference .ell-practice-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;color:#1a2b3c;margin-bottom:8px;display:flex;align-items:center;gap:8px}.ell-student-reference .ell-practice-subtitle{font-size:16px;font-weight:600;color:#0891b2;display:flex;align-items:center;gap:8px;margin-bottom:4px}.ell-student-reference .ell-practice-instruction{font-size:13px;color:#94a3b8;margin-bottom:12px}.ell-student-reference .ell-draw-box{border:2px dashed #06b6d4;border-radius:12px;min-height:180px;background:#f8fdfe;margin-bottom:16px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}.ell-student-reference .ell-draw-prompt{font-size:16px;color:#0891b2;font-weight:600;display:flex;align-items:center;gap:8px}.ell-student-reference .ell-draw-sub{font-size:13px;color:#94a3b8}.ell-student-reference .ell-write-field{margin-top:16px}.ell-student-reference .ell-write-label{font-size:14px;font-weight:600;color:#1a2b3c;margin-bottom:8px}.ell-student-reference .ell-write-line{border-bottom:1.5px solid #cbd5e1;height:32px;margin-bottom:8px}.ell-student-reference .ell-help-box{background:#fefce8;border:1px solid #fde047;border-radius:8px;padding:14px 18px;margin-top:24px;display:flex;align-items:flex-start;gap:12px}.ell-student-reference .ell-help-icon{color:#ca8a04}.ell-student-reference .ell-help-text{font-size:13px;color:#1a2b3c;line-height:1.5}.ell-student-reference .ell-help-text strong{color:#ca8a04}.ell-student-reference .ell-practice-section-middle{margin-top:32px;padding-top:24px;border-top:2px solid #e5e7eb}.ell-student-reference .ell-practice-header-middle{display:flex;align-items:center;gap:10px;margin-bottom:20px}.ell-student-reference .ell-practice-icon-orange{color:#f59e0b}.ell-student-reference .ell-practice-icon-orange svg{width:24px;height:24px}.ell-student-reference .ell-practice-title-middle{font-family:Nunito,sans-serif;font-size:15.4px;font-weight:700;color:#1e3a5f}.ell-student-reference .ell-sentence-starters-box{border:2px solid #e5e7eb;border-left:4px solid #3b82f6;border-radius:8px;padding:16px 20px;background:#fff;margin-bottom:20px}.ell-student-reference .ell-sentence-starters-title{font-size:14px;color:#1e3a5f;margin-bottom:12px;display:flex;align-items:center;gap:6px}.ell-student-reference .ell-sentence-frame{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:12px 16px;margin-bottom:10px;font-size:14px;color:#334155;line-height:2}.ell-student-reference .ell-fill-blank{display:inline-block;border-bottom:2px solid #94a3b8;min-width:100px;height:1.2em;margin:0 4px;vertical-align:bottom}.ell-student-reference .ell-visual-connection-section{margin-bottom:20px}.ell-student-reference .ell-visual-connection-title{font-size:14px;font-weight:600;color:#1e3a5f;display:flex;align-items:center;gap:6px;margin-bottom:4px}.ell-student-reference .ell-visual-connection-subtitle{font-size:13px;color:#64748b;margin-bottom:10px;padding-left:24px}.ell-student-reference .ell-visual-connection-subtitle em{font-style:italic}.ell-student-reference .ell-visual-connection-subtitle .ell-visual-hint{color:#94a3b8;font-size:12px}.ell-student-reference .ell-icon-orange{color:#f97316}.ell-student-reference .ell-visual-connection-box{border:2px solid #e5e7eb;border-radius:8px;min-height:140px;background:#fff}.ell-student-reference .ell-visual-placeholder{text-align:center;color:#94a3b8;font-size:14px;line-height:1.6}.ell-student-reference .ell-visual-hint{font-size:12px;color:#94a3b8}.ell-student-reference .ell-vocab-sentences-section{margin-bottom:24px}.ell-student-reference .ell-vocab-sentences-title{font-size:14px;font-weight:600;color:#1e3a5f;display:flex;align-items:center;gap:6px;margin-bottom:12px}.ell-student-reference .ell-write-line-long{border-bottom:1.5px solid #cbd5e1;height:36px;margin-bottom:4px}.ell-student-reference .ell-partner-challenge-box{background:linear-gradient(135deg,#e0f2fe,#dbeafe);border:1px solid #93c5fd;border-radius:12px;padding:16px 20px;margin-bottom:20px}.ell-student-reference .ell-partner-challenge-title{font-size:15px;color:#1e3a5f;display:flex;align-items:center;gap:8px;margin-bottom:8px}.ell-student-reference .ell-partner-challenge-text{font-size:14px;color:#334155;line-height:1.6;margin-bottom:12px}.ell-student-reference .ell-partner-explained{font-size:14px;color:#1e3a5f;display:flex;align-items:center;gap:8px}.ell-student-reference .ell-fill-blank-medium{display:inline-block;border-bottom:2px solid #64748b;min-width:180px;height:1.2em;vertical-align:bottom}@media print{.ell-student-reference .ell-page{padding:24px 32px}.ell-student-reference .ell-practice-section,.ell-student-reference .ell-word-card{page-break-inside:avoid}.ell-student-reference .ell-draw-box{min-height:150px}}.ell-student-reference .ell-why-section-elementary{background:#fff9e6;border:3px solid gold;border-radius:16px;padding:20px 28px;margin-bottom:24px;text-align:center}.ell-student-reference .ell-why-title-elementary{font-family:Nunito,sans-serif;font-size:18.2px;font-weight:800;color:#ec4899;margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:12px}.ell-student-reference .ell-star-icon{color:gold}.ell-student-reference .ell-why-text-elementary{font-size:16px;color:#1a2b3c;line-height:1.7}.ell-student-reference .ell-word-card-playful{background:#fff;border:3px solid #59c9e1;border-radius:16px;padding:20px 24px;margin-bottom:18px;position:relative}.ell-student-reference .ell-word-top-playful{display:flex;align-items:flex-start;gap:14px;margin-bottom:14px}.ell-student-reference .ell-word-icon-box{width:73px;height:73px;background:linear-gradient(135deg,#59c9e1,#3ba8c4);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ell-student-reference .ell-word-icon-box svg{width:42px;height:42px;fill:#fff}.ell-student-reference .ell-word-icon-box .ell-ai-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ell-student-reference .ell-word-icon-box .ell-ai-icon svg{width:57px;height:57px;fill:unset}.ell-student-reference .ell-word-main-playful{flex:1}.ell-student-reference .ell-word-term-playful{font-family:Nunito,sans-serif;font-size:19.6px;font-weight:800;color:#59c9e1;margin-bottom:2px}.ell-student-reference .ell-word-pronunciation-playful{font-size:15px;color:#59c9e1;font-style:italic}.ell-student-reference .ell-cognate-row-playful{background:#e8f7fc;border:2px dashed #59c9e1;border-radius:10px;padding:12px 16px;margin-bottom:14px;display:flex;align-items:center;gap:12px}.ell-student-reference .ell-definition-playful{font-size:18px;color:#1a2b3c;line-height:1.6;padding:14px 16px;background:#fafafa;border-radius:10px;display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}.ell-student-reference .ell-definition-icon{color:#94a3b8;flex-shrink:0;margin-top:2px}.ell-student-reference .ell-definition-playful .ell-definition-icon svg{width:20px;height:20px;fill:#94a3b8}.ell-student-reference .ell-confidence-section{background:#f9f9f9;border-radius:10px;padding:14px;text-align:center}.ell-student-reference .ell-confidence-label{font-family:DM Sans,sans-serif;font-size:13px;color:#64748b;font-weight:600;margin-bottom:10px}.ell-student-reference .ell-confidence-faces{display:flex;justify-content:center;gap:16px}.ell-student-reference .ell-face{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease}.ell-student-reference .ell-face:hover{transform:scale(1.1)}.ell-student-reference .ell-face-confused{background:#fee2e2;color:#dc2626}.ell-student-reference .ell-face-neutral{background:#fef3c7;color:#d97706}.ell-student-reference .ell-face-happy{background:#d1fae5;color:#059669}.ell-student-reference .ell-face svg{width:24px;height:24px}.ell-student-reference .ell-draw-box-playful{border:3px dashed #59c9e1;border-radius:16px;min-height:180px;background:#f8fdfe;margin-bottom:16px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}.ell-student-reference .ell-draw-box-playful .ell-draw-prompt{font-size:18px;color:#59c9e1;font-weight:700}@media print{.ell-student-reference .ell-word-card-playful{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.ell-student-reference .ell-confidence-section,.ell-student-reference .ell-draw-box-playful{page-break-inside:avoid}}.ell-student-reference .ell-title-high{font-family:"Source Serif 4",Georgia,serif;font-size:19.6px;font-weight:600;color:#1a2b3c}.ell-student-reference .ell-title-row-high{display:flex;justify-content:space-between;align-items:baseline;margin:10px 0 3px}.ell-student-reference .ell-grade-highlight{font-weight:600;color:#ec4899}.ell-student-reference .ell-rationale-section{background:linear-gradient(135deg,#fdf2f8,#fce7f3);border-left:3px solid #ec4899;border-radius:0 6px 6px 0;padding:8px 12px;margin-bottom:10px}.ell-student-reference .ell-rationale-label{font-size:10px;font-weight:700;color:#be185d;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.ell-student-reference .ell-rationale-text{font-size:12px;color:#1a2b3c;line-height:1.4}.ell-student-reference .ell-mastery-goals-section{background:#f0f9ff;border-left:3px solid #06b6d4;border-radius:0 6px 6px 0;padding:8px 12px;margin-bottom:10px}.ell-student-reference .ell-mastery-goals-title{font-weight:700;color:#1a2b3c;margin-bottom:6px;font-size:11px}.ell-student-reference .ell-mastery-goals-list{display:flex;flex-wrap:wrap;gap:4px 10px;color:#475569;font-size:11px}.ell-student-reference .ell-mastery-goal-item{display:flex;align-items:center;gap:6px}.ell-student-reference .ell-mastery-goal-box{width:12px;height:12px;border:1.5px solid #06b6d4;border-radius:2px;background:#fff}.ell-student-reference .ell-word-card-high{background:#fafafa;border:1px solid #e5e7eb;border-left:3px solid #ec4899;border-radius:0 8px 8px 0;padding:10px 12px;margin-bottom:8px;position:relative}.ell-student-reference .ell-word-header-high{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:4px;border-bottom:1px solid #e5e7eb;margin-bottom:6px;gap:8px}.ell-student-reference .ell-word-icon-high{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.ell-student-reference .ell-word-icon-high .ell-ai-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ell-student-reference .ell-word-icon-high .ell-ai-icon svg{width:30px;height:30px;fill:unset}.ell-student-reference .ell-word-main-high{flex:1}.ell-student-reference .ell-word-number-high{font-size:11px;font-weight:700;color:#ec4899}.ell-student-reference .ell-word-term-high{font-family:"Source Serif 4",Georgia,serif;font-size:11.2px;font-weight:600;font-style:italic;color:#1a2b3c;display:inline}.ell-student-reference .ell-word-pronunciation-high{font-size:11px;color:#64748b;font-style:normal;margin-top:1px}.ell-student-reference .ell-ipa{font-family:Courier New,monospace;font-size:11px}.ell-student-reference .ell-mastery-section{text-align:right}.ell-student-reference .ell-mastery-label{font-size:8px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.ell-student-reference .ell-mastery-boxes{display:flex;gap:2px;justify-content:flex-end}.ell-student-reference .ell-mastery-box{width:12px;height:12px;border:1px solid #d1d5db;border-radius:2px;background:#fff}.ell-student-reference .ell-etymology-box{background:#fffbeb;border:1px solid #fcd34d;border-radius:4px;padding:6px 8px;margin-bottom:6px;font-size:11px}.ell-student-reference .ell-etymology-label{font-weight:700;color:#92400e;font-size:9px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.ell-student-reference .ell-etymology-content{color:#1a2b3c;line-height:1.5}.ell-student-reference .ell-morpheme{display:inline-block;background:#fff;padding:1px 5px;border-radius:3px;border:1px solid #e5e7eb;font-family:Courier New,monospace;font-size:11px;font-weight:600}.ell-student-reference .ell-morpheme-meaning{color:#78716c;font-size:10px}.ell-student-reference .ell-related-words{margin-top:4px;font-size:10px;color:#6b7280;padding-top:2px}.ell-student-reference .ell-related-label{color:#9ca3af;font-style:italic}.ell-student-reference .ell-cognate-box-high{background:#f0fdfa;border:1px solid #99f6e4;border-radius:4px;padding:4px 8px;margin-bottom:6px;font-size:10px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.ell-student-reference .ell-cognate-icon-high{color:#0d9488}.ell-student-reference .ell-cognate-label-high{font-weight:700;color:#0d9488;font-size:9px;text-transform:uppercase;letter-spacing:.5px;margin-right:6px}.ell-student-reference .ell-cognate-word-high{color:#0d9488;font-weight:600}.ell-student-reference .ell-core-meaning-box{background:#e8f4f4;border-left:4px solid #0d9488;padding:8px 10px;margin:8px 0}.ell-student-reference .ell-core-meaning-label{font-size:10px;font-weight:700;color:#0d9488;letter-spacing:.5px;margin-bottom:4px}.ell-student-reference .ell-core-meaning-text{font-size:12px;color:#1a2b3c;line-height:1.4;font-weight:500}.ell-student-reference .ell-academic-extension{padding:0 0 6px;margin:0 0 6px}.ell-student-reference .ell-academic-extension-label{font-size:10px;font-weight:700;color:#374151;letter-spacing:.5px;margin-bottom:4px}.ell-student-reference .ell-academic-extension-text{font-size:11px;color:#4b5563;line-height:1.45}.ell-student-reference .ell-definition-simple{font-size:12px;color:#1a2b3c;line-height:1.5;padding:8px 12px;background:#fff;border-radius:4px;border:1px solid #e5e7eb;margin-bottom:6px}.ell-student-reference .ell-definition-academic{font-size:11px;color:#4b5563;line-height:1.6;padding:10px 14px;background:#f5f5f0;border-radius:4px;border-left:3px solid #9ca3af;margin:8px 0 6px;font-style:italic}.ell-student-reference .ell-word-meta-high{font-size:10px;color:#94a3b8;margin-top:6px;font-style:italic}.ell-student-reference .ell-pos{font-weight:600;color:#64748b;font-style:normal}.ell-student-reference .ell-practice-section-high{margin-top:24px;padding-top:16px;border-top:2px solid #e5e7eb}.ell-student-reference .ell-practice-part{margin-bottom:16px}.ell-student-reference .ell-practice-part-border{padding-top:12px;border-top:1px solid #e5e7eb;margin-top:16px}.ell-student-reference .ell-practice-part-title{font-family:"Source Serif 4",Georgia,serif;font-size:15px;font-weight:600;color:#1a2b3c;margin-bottom:12px}.ell-student-reference .ell-sentence-frames-high{background:#f8fafc;border-radius:6px;padding:12px 16px;margin-bottom:16px}.ell-student-reference .ell-frames-title-high{font-size:11px;font-weight:700;color:#475569;margin-bottom:10px}.ell-student-reference .ell-frame-high{font-size:11px;color:#1a2b3c;margin-bottom:8px;line-height:1.8}.ell-student-reference .ell-frame-blank{display:inline-block;width:80px;border-bottom:1px solid #94a3b8;margin:0 3px;vertical-align:bottom}.ell-student-reference .ell-writing-prompt-high{background:#fdf2f8;border-left:3px solid #ec4899;border-radius:0 6px 6px 0;padding:12px 16px;margin-bottom:12px}.ell-student-reference .ell-prompt-label-high{font-size:10px;font-weight:700;color:#be185d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.ell-student-reference .ell-prompt-text-high{font-size:11px;color:#1a2b3c;line-height:1.5}.ell-student-reference .ell-writing-space-high{margin-bottom:16px}.ell-student-reference .ell-writing-line-high{border-bottom:1px solid #cbd5e1;height:24px;margin-bottom:4px}.ell-student-reference .ell-terms-used{margin-top:10px;display:flex;align-items:center;gap:8px;font-size:11px}.ell-student-reference .ell-terms-used-label{color:#64748b;font-weight:600}.ell-student-reference .ell-terms-used-line{flex:1;border-bottom:1px solid #cbd5e1;height:20px}.ell-student-reference .ell-analysis-box-high{background:#f0f9ff;border-radius:6px;padding:12px 16px;margin-bottom:12px}.ell-student-reference .ell-analysis-title-high{font-size:11px;font-weight:700;color:#0369a1;margin-bottom:6px;display:flex;align-items:center;gap:6px}.ell-student-reference .ell-analysis-prompt-high{font-size:11px;color:#1a2b3c;line-height:1.5;margin-bottom:10px}.ell-student-reference .ell-metacognition-box{background:#fefce8;border:1px solid #fde047;border-radius:6px;padding:10px 14px;margin-top:16px}.ell-student-reference .ell-metacognition-label{font-size:10px;font-weight:700;color:#a16207;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.ell-student-reference .ell-metacognition-text{font-size:11px;color:#1a2b3c;line-height:1.5}@media print{.ell-student-reference .ell-word-card-high{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.ell-student-reference .ell-metacognition-box,.ell-student-reference .ell-practice-section-high{page-break-inside:avoid}}