.NotesTxtView-module__vZ22PW__notestxtWrapper{background:linear-gradient(135deg,#f5f7fa 0%,#d8e2ff 50%,#f5f7fa 100%);min-height:100vh;padding:15px;font-family:Inter,Segoe UI,sans-serif;position:relative}.NotesTxtView-module__vZ22PW__notestxtWrapper:before{content:"";z-index:-1;background-image:radial-gradient(circle at 20% 80%,#7877c61a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#ff96661a 0%,#0000 50%);width:100%;height:100%;position:fixed;top:0;left:0}.NotesTxtView-module__vZ22PW__topNotesScroll{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:16px;margin-bottom:20px;padding:12px;position:relative;overflow:hidden;box-shadow:0 8px 32px #1f268726,inset 0 1px #fffc}.NotesTxtView-module__vZ22PW__topNotesScroll:after{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(45deg,#6a11cb,#2575fc,#ff9a9e);border-radius:16px;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.NotesTxtView-module__vZ22PW__scrollTrack{gap:16px;width:max-content;padding-right:50px;animation:30s linear infinite NotesTxtView-module__vZ22PW__scrollLeft;display:flex}@keyframes NotesTxtView-module__vZ22PW__scrollLeft{0%{transform:translate(0)}to{transform:translate(calc(-100% - 16px))}}.NotesTxtView-module__vZ22PW__scrollNoteText{cursor:pointer;color:#fff;white-space:nowrap;letter-spacing:.3px;background:linear-gradient(135deg,#6a11cb 0%,#2575fc 100%);border-radius:50px;padding:10px 22px;font-size:15px;font-weight:700;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 4px 15px #6a11cb4d,inset 0 1px 1px #fff3}.NotesTxtView-module__vZ22PW__scrollNoteText:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .7s;position:absolute;top:0;left:-100%}.NotesTxtView-module__vZ22PW__scrollNoteText:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 8px 25px #6a11cb66,inset 0 1px 1px #ffffff4d}.NotesTxtView-module__vZ22PW__scrollNoteText:hover:before{left:100%}.NotesTxtView-module__vZ22PW__scrollNoteText.NotesTxtView-module__vZ22PW__active{color:#333;background:linear-gradient(135deg,#ff9a9e 0%,#fecfef 100%);box-shadow:0 6px 20px #ff9a9e66,inset 0 1px 1px #ffffff4d}.NotesTxtView-module__vZ22PW__contentArea{gap:25px;margin-top:20px;display:flex;position:relative}.NotesTxtView-module__vZ22PW__topicsPanel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e6f4eae6;border:1px solid #fff6;border-radius:20px;width:26%;max-height:85vh;padding:25px;position:sticky;top:20px;overflow-y:auto;box-shadow:0 10px 40px #00000014,inset 0 1px #fff9}.NotesTxtView-module__vZ22PW__topicsPanel::-webkit-scrollbar{width:6px}.NotesTxtView-module__vZ22PW__topicsPanel::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}.NotesTxtView-module__vZ22PW__topicsPanel::-webkit-scrollbar-thumb{background:linear-gradient(#6a11cb,#2575fc);border-radius:10px}.NotesTxtView-module__vZ22PW__topicsHeaderRow{border-bottom:2px solid #6a11cb1a;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;display:flex}.NotesTxtView-module__vZ22PW__goBackBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border:none;border-radius:10px;padding:8px 16px;font-size:14px;font-weight:700;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #ff6b6b4d}.NotesTxtView-module__vZ22PW__goBackBtn:after{content:"";opacity:0;transform-origin:50%;background:#ffffff80;border-radius:100%;width:5px;height:5px;position:absolute;top:50%;left:50%;transform:scale(1)translate(-50%)}.NotesTxtView-module__vZ22PW__goBackBtn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ff6b6b66}.NotesTxtView-module__vZ22PW__goBackBtn:active:after{animation:1s ease-out NotesTxtView-module__vZ22PW__ripple}@keyframes NotesTxtView-module__vZ22PW__ripple{0%{opacity:.5;transform:scale(0)}to{opacity:0;transform:scale(20)}}.NotesTxtView-module__vZ22PW__topicsPanel ul{margin:0;padding:0;list-style:none}.NotesTxtView-module__vZ22PW__topicsPanel li{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:#ffffff80;border:1px solid #0000;border-radius:12px;margin-bottom:8px;padding:14px 18px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.NotesTxtView-module__vZ22PW__topicsPanel li:before{content:"";opacity:0;background:#6a11cb;border-radius:50%;width:6px;height:6px;transition:opacity .3s;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.NotesTxtView-module__vZ22PW__topicsPanel li:hover{background:#a5cbd6cc;border-color:#6a11cb33;transform:translate(5px);box-shadow:0 5px 15px #84c6ba66}.NotesTxtView-module__vZ22PW__topicsPanel li:hover:before{opacity:1}.NotesTxtView-module__vZ22PW__topicsPanel li.NotesTxtView-module__vZ22PW__active{color:#fff;background:linear-gradient(135deg,#2e617d,#4caf50);border-color:#0000;padding-left:28px;font-weight:700;box-shadow:0 8px 25px #2e7d3266}.NotesTxtView-module__vZ22PW__topicsPanel li.NotesTxtView-module__vZ22PW__active:before{opacity:1;background:#fff;width:8px;height:8px;left:12px}.NotesTxtView-module__vZ22PW__topicContent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff6;border-radius:24px;flex-direction:column;width:54%;min-height:100vh;padding:30px;display:flex;box-shadow:0 20px 60px #0000001a,inset 0 1px #fffc}.NotesTxtView-module__vZ22PW__textControlsRow{border-bottom:2px solid #0000000d;justify-content:flex-end;align-items:center;margin-bottom:25px;padding-bottom:20px;display:flex}.NotesTxtView-module__vZ22PW__textSizeControls{background:#2575fc1a;border-radius:12px;align-items:center;margin-right:20px;padding:8px;display:flex}.NotesTxtView-module__vZ22PW__textSizeControls button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#2575fc,#6a11cb);border:none;border-radius:10px;min-width:50px;margin:0 4px;padding:10px 16px;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #2575fc4d}.NotesTxtView-module__vZ22PW__textSizeControls button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #2575fc66}.NotesTxtView-module__vZ22PW__downloadNotes{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff9800,#ff5722);border:none;border-radius:12px;align-items:center;gap:10px;padding:12px 24px;font-size:15px;font-weight:700;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 6px 20px #ff98004d}.NotesTxtView-module__vZ22PW__downloadNotes:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 12px 30px #ff980066}.NotesTxtView-module__vZ22PW__topicContentInner{overflow-wrap:break-word;word-break:break-word;flex-grow:1;padding:0 15px}.NotesTxtView-module__vZ22PW__topicItem{margin-bottom:50px;position:relative}.NotesTxtView-module__vZ22PW__topicItem:after{content:"";background:linear-gradient(90deg,#0000,#0000001a,#0000);width:100%;height:1px;position:absolute;bottom:-25px;left:0}.NotesTxtView-module__vZ22PW__topicItem.NotesTxtView-module__vZ22PW__activeTopic .NotesTxtView-module__vZ22PW__topicHeading{background:linear-gradient(45deg,#ff9800,#ff5722,#ff9800) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;border-bottom:3px solid #0000;border-image:linear-gradient(90deg,#ff9800,#ff5722) 1;margin-bottom:25px;padding-bottom:15px;font-size:1.5rem;animation:3s linear infinite NotesTxtView-module__vZ22PW__shine}@keyframes NotesTxtView-module__vZ22PW__shine{to{background-position:200%}}.NotesTxtView-module__vZ22PW__topicHeading{text-align:center;color:#2c3e50;margin-top:0;margin-bottom:20px;font-size:1.5rem;font-weight:800;line-height:1.3;position:relative}.NotesTxtView-module__vZ22PW__topicHeading:after{content:"";background:linear-gradient(90deg,#6a11cb,#2575fc);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.NotesTxtView-module__vZ22PW__topicHtmlContent{color:#000!important;background:0 0!important;border:none!important;padding:0!important;font-size:18px!important;font-weight:500!important;line-height:1.6!important}.NotesTxtView-module__vZ22PW__topicHtmlContent img{object-fit:contain;margin:20px auto;display:block;max-width:100%!important;height:auto!important}.NotesTxtView-module__vZ22PW__topicHtmlContent ol,.NotesTxtView-module__vZ22PW__topicHtmlContent ul{padding-left:25px;list-style-position:outside}.NotesTxtView-module__vZ22PW__topicHtmlContent li{word-break:break-word;margin-bottom:10px;padding-left:10px;position:relative}.NotesTxtView-module__vZ22PW__topicHtmlContent h1,.NotesTxtView-module__vZ22PW__topicHtmlContent h2,.NotesTxtView-module__vZ22PW__topicHtmlContent h3{color:#1a237e;margin-top:30px;margin-bottom:15px;font-weight:700}.NotesTxtView-module__vZ22PW__topicHtmlContent code{color:#6a11cb;background:#6a11cb1a;border-radius:6px;padding:2px 8px;font-family:JetBrains Mono,monospace;font-size:.95em}.NotesTxtView-module__vZ22PW__topicHtmlContent pre{color:#f8f8f2;background:#1e1e1e;border-radius:12px;margin:20px 0;padding:20px;overflow-x:auto;box-shadow:0 8px 32px #0003}.NotesTxtView-module__vZ22PW__topicNavButtons{border-top:2px solid #0000000d;justify-content:space-between;align-items:center;margin-top:40px;padding-top:20px;display:flex}.NotesTxtView-module__vZ22PW__bottomLeftControls{align-items:center;display:flex}.NotesTxtView-module__vZ22PW__bottomRightControls{gap:15px;display:flex}.NotesTxtView-module__vZ22PW__bottomRightControls button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#2575fc,#6a11cb);border:none;border-radius:12px;min-width:120px;padding:12px 24px;font-weight:700;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 6px 20px #2575fc4d}.NotesTxtView-module__vZ22PW__bottomRightControls button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .7s;position:absolute;top:0;left:-100%}.NotesTxtView-module__vZ22PW__bottomRightControls button:hover:before{left:100%}.NotesTxtView-module__vZ22PW__bottomRightControls button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #2575fc66}.NotesTxtView-module__vZ22PW__bottomRightControls button:disabled{box-shadow:none;cursor:not-allowed;background:linear-gradient(135deg,#ccc,#aaa);transform:none}.NotesTxtView-module__vZ22PW__bottomRightControls button:disabled:hover:before{left:-100%}.NotesTxtView-module__vZ22PW__rightEmptySpace{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #fff6;border-radius:20px;width:20%;height:fit-content;padding:20px;position:sticky;top:20px;box-shadow:0 10px 40px #0000000d,inset 0 1px #fffc}.NotesTxtView-module__vZ22PW__topicHtmlContent iframe,.NotesTxtView-module__vZ22PW__topicHtmlContent video{border:none;border-radius:12px;max-width:100%;height:auto;margin:20px 0;box-shadow:0 10px 30px #00000026}.NotesTxtView-module__vZ22PW__mobileLeftControls{z-index:1000;flex-direction:column;gap:15px;display:flex;position:fixed;top:50%;left:15px;transform:translateY(-50%)}.NotesTxtView-module__vZ22PW__mobileHamburgerBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6a11cb,#2575fc);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;padding:12px 15px;font-size:1.3rem;transition:all .3s;display:flex;box-shadow:0 8px 25px #6a11cb66,0 4px 6px #0000001a}.NotesTxtView-module__vZ22PW__mobileHamburgerBtn:hover{transform:translateY(-5px)scale(1.1);box-shadow:0 12px 35px #6a11cb80}.NotesTxtView-module__vZ22PW__mobileHalfSidebar{z-index:1100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#e6f4eafa;width:85%;height:100%;padding:30px 20px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:0 0 50px #0003,inset 0 1px #fffc}.NotesTxtView-module__vZ22PW__mobileHalfSidebar.NotesTxtView-module__vZ22PW__open{transform:translate(0)}.NotesTxtView-module__vZ22PW__mobileHalfSidebar.NotesTxtView-module__vZ22PW__closed{transform:translate(-100%)}.NotesTxtView-module__vZ22PW__mobileSidebarOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1050;background:#00000080;width:100%;height:100%;position:fixed;top:0;left:0}.NotesTxtView-module__vZ22PW__mobileTopicItem{cursor:pointer;background:#ffffffb3;border:1px solid #0000;border-radius:12px;margin-bottom:10px;padding:16px 20px;font-weight:500;transition:all .3s}.NotesTxtView-module__vZ22PW__mobileTopicItem:hover{background:#a5d6a7cc;transform:translate(5px)}.NotesTxtView-module__vZ22PW__mobileTopicItem.NotesTxtView-module__vZ22PW__active{color:#fff;background:linear-gradient(135deg,#2e7d32,#4caf50);font-weight:700;box-shadow:0 8px 25px #2e7d3266}@media (max-width:1200px){.NotesTxtView-module__vZ22PW__contentArea{gap:20px}.NotesTxtView-module__vZ22PW__topicsPanel{width:30%}.NotesTxtView-module__vZ22PW__topicContent{width:70%}.NotesTxtView-module__vZ22PW__rightEmptySpace{display:none}}@media (max-width:1024px){.NotesTxtView-module__vZ22PW__contentArea{flex-direction:column}.NotesTxtView-module__vZ22PW__topicsPanel,.NotesTxtView-module__vZ22PW__topicContent{width:100%;max-height:none;position:static}.NotesTxtView-module__vZ22PW__topicContentInner{padding:0 10px}.NotesTxtView-module__vZ22PW__topicHeading{font-size:2rem}}@media (max-width:768px){.NotesTxtView-module__vZ22PW__mobileLayout{flex-direction:column}.NotesTxtView-module__vZ22PW__downloadNotes{text-align:center;width:100%;padding:15px 0;font-size:16px}.NotesTxtView-module__vZ22PW__topicHtmlContent{word-break:break-word;overflow-wrap:anywhere;padding:14px;font-weight:400;line-height:1.5;white-space:normal!important;font-family:Inter,Segoe UI,sans-serif!important;font-size:14px!important}.NotesTxtView-module__vZ22PW__bottomLeftControls,.NotesTxtView-module__vZ22PW__bottomRightControls{flex-direction:column;gap:10px;width:100%;display:flex}.NotesTxtView-module__vZ22PW__bottomRightControls button{min-width:100%}.NotesTxtView-module__vZ22PW__notestxtWrapper,.NotesTxtView-module__vZ22PW__topNotesScroll{padding:10px}.NotesTxtView-module__vZ22PW__scrollNoteText{padding:8px 16px;font-size:14px}.NotesTxtView-module__vZ22PW__topicContent{padding:20px}.NotesTxtView-module__vZ22PW__textControlsRow{flex-direction:column;align-items:stretch;gap:15px}.NotesTxtView-module__vZ22PW__textSizeControls{justify-content:center;margin-right:0}.NotesTxtView-module__vZ22PW__topicNavButtons{flex-direction:column;gap:15px}.NotesTxtView-module__vZ22PW__bottomRightControls{justify-content:space-between;width:100%}.NotesTxtView-module__vZ22PW__mobileLeftControls{left:10px}.NotesTxtView-module__vZ22PW__mobileHamburgerBtn{width:50px;height:50px;font-size:1.1rem}}
