:root{--primary: #3b82f6;--primary-dark: #1e40af;--accent: #f59e0b;--success: #10b981;--danger: #ef4444;--bg-light: #f9fafb;--bg-white: #ffffff;--text-dark: #1f2937;--text-light: #6b7280;--border: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-light);color:var(--text-dark)}.lesson-viewer{max-width:900px;margin:0 auto;background:var(--bg-white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg)}.lesson-header{padding:32px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:32px}.lesson-info{flex:1}.badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase;margin-bottom:12px;background:#fff3}.badge-vocabulary{background:#3b82f64d}.badge-grammar{background:#a78bfa4d}.badge-listening{background:#22c55e4d}.badge-reading{background:#f973164d}.badge-speaking{background:#ec48994d}.lesson-title{font-size:28px;font-weight:700;margin-bottom:8px;line-height:1.2}.lesson-band{font-size:14px;opacity:.9;font-weight:500}.lesson-stats{display:flex;gap:24px;flex-wrap:wrap}.stat{display:flex;flex-direction:column;align-items:center}.stat-label{font-size:12px;opacity:.8;margin-bottom:6px}.stat-value{font-size:20px;font-weight:600}.stat-value.hearts{font-size:24px}.stat-value.xp{color:var(--accent)}.stat-value.crowns{font-size:24px}.progress-container{padding:20px 32px;background:var(--bg-light);border-bottom:1px solid var(--border)}.progress-bar{height:8px;background:var(--border);border-radius:4px;overflow:hidden;margin-bottom:12px}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:4px;transition:width .3s ease}.progress-text{font-size:13px;color:var(--text-light);font-weight:500}.lesson-content{padding:48px 32px;min-height:400px;display:flex;flex-direction:column;justify-content:space-between}.question-section{margin-bottom:32px}.question-text{font-size:20px;font-weight:600;color:var(--text-dark);margin-bottom:28px;line-height:1.4}.question-body{display:flex;flex-direction:column;gap:20px}.vocabulary-options,.grammar-options,.listening-options,.reading-options{display:flex;flex-direction:column;gap:12px}.option-button{padding:16px;border:2px solid var(--border);border-radius:8px;background:var(--bg-light);cursor:pointer;font-size:15px;display:flex;align-items:center;gap:12px;transition:all .2s ease;text-align:left}.option-button:hover{border-color:var(--primary);background:#3b82f60d}.option-button.selected{border-color:var(--primary);background:#3b82f61a;color:var(--primary);font-weight:600}.option-id{min-width:30px;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--primary)}.option-text{flex:1}.vocabulary-focus{background:var(--bg-light);padding:20px;border-radius:8px;border-left:4px solid var(--accent);margin-top:20px}.vocabulary-focus h3{font-size:18px;font-weight:600;color:var(--text-dark);margin-bottom:8px}.pronunciation{font-style:italic;color:var(--text-light);font-size:14px;margin-bottom:8px}.definition{color:var(--text-dark);font-size:15px;margin-bottom:8px;line-height:1.5}.band-level{font-size:13px;color:var(--primary);font-weight:600}.pattern-info{background:var(--bg-light);padding:16px;border-radius:8px;margin-top:16px}.pattern{font-size:14px;color:var(--text-light);margin-bottom:8px;font-weight:500}.explanation{font-size:15px;color:var(--text-dark);line-height:1.6}.audio-player{width:100%;margin-bottom:20px}.passage-box{background:var(--bg-light);padding:20px;border-radius:8px;border-left:4px solid var(--primary);margin-bottom:20px}.passage-text{font-size:15px;line-height:1.8;color:var(--text-dark)}.speaking-section{gap:24px}.speaking-prompt{background:var(--bg-light);padding:20px;border-radius:8px;border-left:4px solid var(--accent)}.prompt-text{font-size:16px;color:var(--text-dark);line-height:1.6;margin-bottom:12px}.time-limit{font-size:14px;color:var(--text-light);font-weight:500}.recording-controls{display:flex;gap:16px;align-items:center}.btn-record{padding:12px 24px;background:var(--danger);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-record:hover{background:#dc2626;transform:scale(1.05)}.btn-stop{padding:12px 24px;background:var(--text-light);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.recording-confirmed{font-size:14px;color:var(--success);font-weight:600}.lesson-footer{display:flex;gap:16px;justify-content:space-between;padding-top:24px;border-top:1px solid var(--border)}.btn-primary,.btn-secondary{padding:12px 24px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;flex:1}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--bg-light);color:var(--text-dark);border:2px solid var(--border)}.btn-secondary:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.lesson-results{padding:48px 32px;display:flex;justify-content:center;align-items:center;min-height:400px}.results-card{text-align:center;max-width:400px}.results-card h2{font-size:32px;margin-bottom:32px;color:var(--text-dark)}.results-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px}.result-item{display:flex;flex-direction:column;align-items:center;padding:20px;background:var(--bg-light);border-radius:8px}.result-label{font-size:12px;color:var(--text-light);margin-bottom:8px;text-transform:uppercase;font-weight:600}.result-value{font-size:24px;font-weight:700;color:var(--primary)}.lesson-loader,.lesson-error{display:flex;justify-content:center;align-items:center;min-height:200px;font-size:16px;color:var(--text-light)}.lesson-error{color:var(--danger);padding:32px}@media (max-width: 768px){.lesson-header{flex-direction:column;align-items:flex-start;padding:24px}.lesson-stats{width:100%;justify-content:space-around}.lesson-content{padding:24px}.results-summary{grid-template-columns:1fr}.lesson-title{font-size:22px}.question-text{font-size:18px}.lesson-footer{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.question-section{animation:slideIn .3s ease-out}.feedback-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.feedback-popup{background:#fff;border-radius:16px;padding:2rem;max-width:420px;width:90%;box-shadow:0 8px 32px #0003;text-align:center}.feedback-popup.correct{border-top:6px solid #22c55e}.feedback-popup.incorrect{border-top:6px solid #ef4444}.feedback-header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.feedback-icon{font-size:1.8rem}.feedback-popup.correct .feedback-icon,.feedback-popup.correct .feedback-title{color:#22c55e}.feedback-popup.incorrect .feedback-icon,.feedback-popup.incorrect .feedback-title{color:#ef4444}.feedback-title{font-size:1.4rem;font-weight:700}.feedback-explanation,.feedback-vocab{background:#f8fafc;border-radius:8px;padding:1rem;margin-bottom:1.2rem;text-align:left}.feedback-continue{margin-top:.5rem;width:100%}.skill-tree-wrapper{min-height:100vh;background:#f0f4f8;padding-bottom:60px}.stats-bar{display:flex;justify-content:center;gap:32px;padding:16px 24px;background:#fff;border-bottom:2px solid #e0e0e0;position:sticky;top:0;z-index:100}.stat{display:flex;align-items:center;gap:6px}.stat-icon{font-size:1.4rem}.stat-value{font-size:1rem;font-weight:700;color:#333}.skill-tree{max-width:480px;margin:0 auto;padding:24px 16px;display:flex;flex-direction:column;gap:40px}.band-section{display:flex;flex-direction:column;align-items:center;gap:12px}.band-header{display:flex;align-items:center;gap:10px;padding:10px 24px;border-radius:24px;border:3px solid;background:#fff;font-weight:700;font-size:1rem;box-shadow:0 2px 8px #00000014}.band-header.locked{opacity:.45;filter:grayscale(.6)}.band-emoji{font-size:1.3rem}.crown{font-size:1.2rem;margin-left:4px}.lock-icon{font-size:1rem;margin-left:4px}.lesson-path,.node-row{display:flex;flex-direction:column;align-items:center;width:100%}.node-row.left{align-items:flex-start;padding-left:60px}.node-row.right{align-items:flex-end;padding-right:60px}.connector{width:3px;height:28px;border-left:3px dashed #ccc;margin:0 auto}.connector.done{border-left-style:solid;border-color:inherit}.lesson-node{display:flex;flex-direction:column;align-items:center;justify-content:center;width:90px;height:90px;border-radius: 50​​​​​​​​​​​​​​​​ .pdf-library{max-width:900px;margin:0 auto}}.lesson-node .pdf-library-header{margin-bottom:24px}.lesson-node .pdf-library-title{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:4px}.lesson-node .pdf-library-subtitle{font-size:14px;color:#6b7280}.lesson-node .pdf-library-list{display:flex;flex-direction:column;gap:12px}.lesson-node .pdf-card{display:flex;align-items:center;gap:16px;width:100%;padding:18px 20px;border:2px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;text-align:left;transition:all .2s ease}.lesson-node .pdf-card:hover{border-color:#3b82f6;background:#3b82f60d}.lesson-node .pdf-card-icon{font-size:28px;flex-shrink:0}.lesson-node .pdf-card-text{display:flex;flex-direction:column;gap:4px;flex:1}.lesson-node .pdf-card-title{font-size:16px;font-weight:600;color:#1f2937}.lesson-node .pdf-card-description{font-size:13px;color:#6b7280}.lesson-node .pdf-card-chevron{font-size:24px;color:#9ca3af;flex-shrink:0}@media (max-width: 768px){.lesson-node .pdf-card{padding:14px 16px}}.lesson-node :root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){.lesson-node :root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.lesson-node .annotationLayer .textWidgetAnnotation :is(input,textarea):required,.lesson-node .annotationLayer .choiceWidgetAnnotation select:required,.lesson-node .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.lesson-node .annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.lesson-node .annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.lesson-node .annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.lesson-node .annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.lesson-node .annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.lesson-node .annotationLayer canvas{position:absolute;width:100%;height:100%}.lesson-node .annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.lesson-node .annotationLayer .linkAnnotation{outline:var(--link-outline)}.lesson-node .annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.lesson-node .annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.lesson-node .annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.lesson-node .annotationLayer .textWidgetAnnotation :is(input,textarea),.lesson-node .annotationLayer .choiceWidgetAnnotation select,.lesson-node .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.lesson-node .annotationLayer .textWidgetAnnotation :is(input,textarea):required,.lesson-node .annotationLayer .choiceWidgetAnnotation select:required,.lesson-node .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.lesson-node .annotationLayer .choiceWidgetAnnotation select option{padding:0}.lesson-node .annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.lesson-node .annotationLayer .textWidgetAnnotation textarea{resize:none}.lesson-node .annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.lesson-node .annotationLayer .choiceWidgetAnnotation select[disabled],.lesson-node .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.lesson-node .annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.lesson-node .annotationLayer .choiceWidgetAnnotation select:hover,.lesson-node .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.lesson-node .annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.lesson-node .annotationLayer .choiceWidgetAnnotation select:hover,.lesson-node .annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.lesson-node .annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.lesson-node .annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.lesson-node .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.lesson-node .annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.lesson-node .annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.lesson-node .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.lesson-node .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.lesson-node .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.lesson-node .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.lesson-node .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.lesson-node .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.lesson-node .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.lesson-node .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.lesson-node .annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.lesson-node .annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.lesson-node .annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.lesson-node .annotationLayer .popupTriggerArea{height:100%;width:100%}.lesson-node .annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.lesson-node .annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.lesson-node .annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.lesson-node .annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.lesson-node .annotationLayer .popup h1{display:inline-block}.lesson-node .annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.lesson-node .annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.lesson-node .annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.lesson-node .annotationLayer .highlightAnnotation,.lesson-node .annotationLayer .underlineAnnotation,.lesson-node .annotationLayer .squigglyAnnotation,.lesson-node .annotationLayer .strikeoutAnnotation,.lesson-node .annotationLayer .freeTextAnnotation,.lesson-node .annotationLayer .lineAnnotation svg line,.lesson-node .annotationLayer .squareAnnotation svg rect,.lesson-node .annotationLayer .circleAnnotation svg ellipse,.lesson-node .annotationLayer .polylineAnnotation svg polyline,.lesson-node .annotationLayer .polygonAnnotation svg polygon,.lesson-node .annotationLayer .caretAnnotation,.lesson-node .annotationLayer .inkAnnotation svg polyline,.lesson-node .annotationLayer .stampAnnotation,.lesson-node .annotationLayer .fileAttachmentAnnotation{cursor:pointer}.lesson-node .annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.lesson-node .annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.lesson-node .annotationLayer .annotationTextContent span{width:100%;display:inline-block}.lesson-node :root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){.lesson-node :root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}.lesson-node [data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}.lesson-node [data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}.lesson-node [data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.lesson-node .textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.lesson-node .textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.lesson-node .textLayer span.markedContent{top:0;height:0}.lesson-node .textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.lesson-node .textLayer .highlight.appended{position:initial}.lesson-node .textLayer .highlight.begin{border-radius:4px 0 0 4px}.lesson-node .textLayer .highlight.end{border-radius:0 4px 4px 0}.lesson-node .textLayer .highlight.middle{border-radius:0}.lesson-node .textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.lesson-node .textLayer br::selection{background:transparent}.lesson-node .textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.lesson-node .textLayer .endOfContent.active{top:0}.lesson-node .pdf-viewer{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.lesson-node .pdf-viewer-header{display:flex;align-items:center;gap:20px;padding:24px 32px;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff}.lesson-node .pdf-viewer-title-block{flex:1;min-width:0}.lesson-node .pdf-viewer-title{font-size:22px;font-weight:700;margin-bottom:4px;line-height:1.2}.lesson-node .pdf-viewer-description{font-size:13px;opacity:.9}.lesson-node .pdf-download-button{flex-shrink:0;text-decoration:none;text-align:center;white-space:nowrap}.lesson-node .pdf-document-container{display:flex;justify-content:center;padding:32px;background:#f9fafb;overflow-x:auto}.lesson-node .pdf-document-container .react-pdf__Document{box-shadow:0 4px 6px -1px #0000001a}.lesson-node .pdf-viewer-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 32px;border-top:1px solid #e5e7eb}.lesson-node .pdf-page-indicator{font-size:14px;font-weight:500;color:#6b7280}.lesson-node .pdf-loader,.lesson-node .pdf-error{display:flex;justify-content:center;align-items:center;min-height:200px;font-size:16px;color:#6b7280}.lesson-node .pdf-error{color:#ef4444;padding:32px}.lesson-node .btn-primary,.lesson-node .btn-secondary{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.lesson-node .btn-primary{background:#3b82f6;color:#fff}.lesson-node .btn-primary:hover:not(:disabled){background:#1e40af}.lesson-node .btn-primary:disabled{opacity:.5;cursor:not-allowed}.lesson-node .pdf-viewer-header .btn-secondary{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);flex-shrink:0}.lesson-node .pdf-viewer-header .btn-secondary:hover{background:#ffffff40}.lesson-node .pdf-viewer-footer .btn-secondary{background:#f9fafb;color:#1f2937;border:2px solid #e5e7eb}.lesson-node .pdf-viewer-footer .btn-secondary:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6}.lesson-node .pdf-viewer-footer .btn-secondary:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.lesson-node .pdf-viewer-header{flex-wrap:wrap;padding:20px}.lesson-node .pdf-document-container{padding:16px}.lesson-node .pdf-viewer-footer{padding:16px 20px}}
