.NotesTxtView-module__PquHjG__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__PquHjG__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__PquHjG__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__PquHjG__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__PquHjG__scrollTrack{gap:16px;width:max-content;padding-right:50px;animation:70s linear infinite NotesTxtView-module__PquHjG__scrollLeft;display:flex}@keyframes NotesTxtView-module__PquHjG__scrollLeft{0%{transform:translate(0)}to{transform:translate(calc(-100% - 16px))}}.NotesTxtView-module__PquHjG__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__PquHjG__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__PquHjG__scrollNoteText:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 8px 25px #6a11cb66,inset 0 1px 1px #ffffff4d}.NotesTxtView-module__PquHjG__scrollNoteText:hover:before{left:100%}.NotesTxtView-module__PquHjG__scrollNoteText.NotesTxtView-module__PquHjG__active{color:#333;background:linear-gradient(135deg,#ff9a9e 0%,#fecfef 100%);box-shadow:0 6px 20px #ff9a9e66,inset 0 1px 1px #ffffff4d}.NotesTxtView-module__PquHjG__contentArea{gap:25px;margin-top:20px;display:flex;position:relative}.NotesTxtView-module__PquHjG__topicsPanel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e6f4eae6;border:1px solid #fff6;border-radius:20px;width:26%;max-height:135vh;padding:25px;position:sticky;top:20px;overflow-y:auto;box-shadow:0 10px 40px #00000014,inset 0 1px #fff9}.NotesTxtView-module__PquHjG__topicsPanel::-webkit-scrollbar{width:6px}.NotesTxtView-module__PquHjG__topicsPanel::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}.NotesTxtView-module__PquHjG__topicsPanel::-webkit-scrollbar-thumb{background:linear-gradient(#6a11cb,#2575fc);border-radius:10px}.NotesTxtView-module__PquHjG__topicsHeaderRow{border-bottom:2px solid #6a11cb1a;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;display:flex}.NotesTxtView-module__PquHjG__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__PquHjG__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__PquHjG__goBackBtn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ff6b6b66}.NotesTxtView-module__PquHjG__goBackBtn:active:after{animation:1s ease-out NotesTxtView-module__PquHjG__ripple}@keyframes NotesTxtView-module__PquHjG__ripple{0%{opacity:.5;transform:scale(0)}to{opacity:0;transform:scale(20)}}.NotesTxtView-module__PquHjG__topicsPanel ul{margin:0;padding:0;list-style:none}.NotesTxtView-module__PquHjG__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__PquHjG__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__PquHjG__topicsPanel li:hover{background:#a5cbd6cc;border-color:#6a11cb33;transform:translate(5px);box-shadow:0 5px 15px #84c6ba66}.NotesTxtView-module__PquHjG__topicsPanel li:hover:before{opacity:1}.NotesTxtView-module__PquHjG__topicsPanel li.NotesTxtView-module__PquHjG__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__PquHjG__topicsPanel li.NotesTxtView-module__PquHjG__active:before{opacity:1;background:#fff;width:8px;height:8px;left:12px}.NotesTxtView-module__PquHjG__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__PquHjG__textControlsRow{border-bottom:2px solid #0000000d;justify-content:flex-end;align-items:center;margin-bottom:25px;padding-bottom:20px;display:flex}.NotesTxtView-module__PquHjG__textSizeControls{background:#2575fc1a;border-radius:12px;align-items:center;margin-right:20px;padding:8px;display:flex}.NotesTxtView-module__PquHjG__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__PquHjG__textSizeControls button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #2575fc66}.NotesTxtView-module__PquHjG__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__PquHjG__downloadNotes:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 12px 30px #ff980066}.NotesTxtView-module__PquHjG__topicContentInner{overflow-wrap:break-word;word-break:break-word;flex-grow:1;padding:0 15px 80px}.NotesTxtView-module__PquHjG__topicItem{margin-bottom:50px;position:relative}.NotesTxtView-module__PquHjG__topicItem:after{content:"";background:linear-gradient(90deg,#0000,#0000001a,#0000);width:100%;height:1px;position:absolute;bottom:-25px;left:0}.NotesTxtView-module__PquHjG__topicItem.NotesTxtView-module__PquHjG__activeTopic .NotesTxtView-module__PquHjG__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__PquHjG__shine}@keyframes NotesTxtView-module__PquHjG__shine{to{background-position:200%}}.NotesTxtView-module__PquHjG__topicHeading{text-align:left;color:#2c3e50;margin-top:0;margin-bottom:20px;font-size:1.5rem;font-weight:800;line-height:1.3;position:relative}.NotesTxtView-module__PquHjG__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__PquHjG__topicHtmlContent{color:#000!important;background:0 0!important;border:none!important;padding:0!important;font-size:16px!important;font-weight:500!important;line-height:1.6!important}.NotesTxtView-module__PquHjG__topicHtmlContent h1{margin:20px 0 10px;font-size:21px!important}.NotesTxtView-module__PquHjG__topicHtmlContent h2{margin:18px 0 8px;font-size:19px!important}.NotesTxtView-module__PquHjG__topicHtmlContent h3{margin:15px 0 6px;font-size:17px!important}.NotesTxtView-module__PquHjG__topicHtmlContent p{line-height:1.5;margin:9px 0!important}.NotesTxtView-module__PquHjG__topicHtmlContent li{line-height:1.4;margin-bottom:7px!important}.NotesTxtView-module__PquHjG__topicHtmlContent img{object-fit:contain;margin:20px auto;display:block;max-width:100%!important;height:auto!important}.NotesTxtView-module__PquHjG__topicHtmlContent ol,.NotesTxtView-module__PquHjG__topicHtmlContent ul{padding-left:25px;list-style-position:outside}.NotesTxtView-module__PquHjG__topicHtmlContent li{word-break:break-word;margin-bottom:10px;padding-left:10px;position:relative}.NotesTxtView-module__PquHjG__topicHtmlContent h1,.NotesTxtView-module__PquHjG__topicHtmlContent h2,.NotesTxtView-module__PquHjG__topicHtmlContent h3{color:#1a237e;margin-top:30px;margin-bottom:15px;font-weight:700}.NotesTxtView-module__PquHjG__topicHtmlContent code{color:#6a11cb;background:#6a11cb1a;border-radius:6px;padding:2px 8px;font-family:JetBrains Mono,monospace;font-size:.95em}.NotesTxtView-module__PquHjG__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__PquHjG__topicHtmlContent table{border-collapse:collapse;background:#fff;border:1px solid #e0e0e0;border-radius:12px;width:100%;margin:25px 0 30px;overflow:hidden;box-shadow:0 8px 25px #00000014}.NotesTxtView-module__PquHjG__topicHtmlContent th,.NotesTxtView-module__PquHjG__topicHtmlContent td{text-align:left;vertical-align:top;border-bottom:1px solid #f0f0f0;padding:16px 18px;line-height:1.55}.NotesTxtView-module__PquHjG__topicHtmlContent th{color:#fff;text-transform:uppercase;letter-spacing:.4px;background:linear-gradient(135deg,#6a11cb,#2575fc);font-size:15px;font-weight:700}.NotesTxtView-module__PquHjG__topicHtmlContent tr:last-child td{border-bottom:none}.NotesTxtView-module__PquHjG__topicHtmlContent tr:nth-child(2n) td{background-color:#f8f9fa}.NotesTxtView-module__PquHjG__topicNavButtons{border-top:2px solid #0000000d;justify-content:space-between;align-items:center;margin-top:40px;padding-top:20px;display:flex}.NotesTxtView-module__PquHjG__bottomLeftControls{align-items:center;display:flex}.NotesTxtView-module__PquHjG__bottomRightControls{gap:15px;display:flex}.NotesTxtView-module__PquHjG__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__PquHjG__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__PquHjG__bottomRightControls button:hover:before{left:100%}.NotesTxtView-module__PquHjG__bottomRightControls button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #2575fc66}.NotesTxtView-module__PquHjG__bottomRightControls button:disabled{box-shadow:none;cursor:not-allowed;background:linear-gradient(135deg,#ccc,#aaa);transform:none}.NotesTxtView-module__PquHjG__bottomRightControls button:disabled:hover:before{left:-100%}.NotesTxtView-module__PquHjG__rightEmptySpace{width:20%;position:sticky}.NotesTxtView-module__PquHjG__topicHtmlContent iframe,.NotesTxtView-module__PquHjG__topicHtmlContent video{border:none;border-radius:12px;max-width:100%;height:auto;margin:20px 0;box-shadow:0 10px 30px #00000026}.NotesTxtView-module__PquHjG__mobileLeftControls{z-index:1000;flex-direction:column;gap:15px;display:flex;position:fixed;top:50%;left:15px;transform:translateY(-50%)}.NotesTxtView-module__PquHjG__mobileHamburgerBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1acb1199,#fc25e399);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__PquHjG__mobileHamburgerBtn:hover{transform:translateY(-5px)scale(1.1);box-shadow:0 12px 35px #6a11cb80}.NotesTxtView-module__PquHjG__mobileHalfSidebar{z-index:1100;background:#e6f4eafa;width:80%;height:calc(100vh - 80px);padding:30px 20px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:fixed;top:80px;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:0 0 50px #0003,inset 0 1px #fffc}.NotesTxtView-module__PquHjG__mobileHalfSidebar.NotesTxtView-module__PquHjG__open{transform:translate(0)}.NotesTxtView-module__PquHjG__mobileHalfSidebar.NotesTxtView-module__PquHjG__closed{transform:translate(-100%)}.NotesTxtView-module__PquHjG__mobileSidebarOverlay{z-index:1050;background:#00000080;width:100%;height:100%;position:fixed;top:0;left:0}.NotesTxtView-module__PquHjG__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__PquHjG__mobileTopicItem.NotesTxtView-module__PquHjG__active{color:#fff;background:linear-gradient(135deg,#ff6b6b,#ff9f43,#feca57);border-radius:12px;font-weight:700;transition:all .3s;box-shadow:0 8px 25px #ff6b6b66}.NotesTxtView-module__PquHjG__mobileTopicItem.NotesTxtView-module__PquHjG__active:hover{background:linear-gradient(135deg,#ff4b4b,coral,#ffd166);transform:translate(3px)scale(1.02);box-shadow:0 12px 30px #ff6b6b80}.NotesTxtView-module__PquHjG__topicEnd{color:#ff4b4b;text-align:center;background:#ffc8c81a;border:2px dashed #ff6b6b;border-radius:12px;margin:40px 0 30px;padding:10px;font-size:16px;font-weight:700;box-shadow:0 4px 12px #ff4b4b33}@media (max-width:1200px){.NotesTxtView-module__PquHjG__contentArea{gap:20px}.NotesTxtView-module__PquHjG__topicsPanel{width:30%}.NotesTxtView-module__PquHjG__topicContent{width:70%}.NotesTxtView-module__PquHjG__rightEmptySpace{display:none}}@media (max-width:1024px){.NotesTxtView-module__PquHjG__contentArea{flex-direction:column}.NotesTxtView-module__PquHjG__topicsPanel,.NotesTxtView-module__PquHjG__topicContent{width:100%;max-height:none;position:static}.NotesTxtView-module__PquHjG__topicContentInner{padding:0 10px}.NotesTxtView-module__PquHjG__topicHeading{white-space:normal;word-break:normal;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%;margin:0 0 20px;padding:0;font-size:1.3rem}.NotesTxtView-module__PquHjG__topicHeading:after{width:60px;left:0;transform:none}.NotesTxtView-module__PquHjG__topicEnd{margin:30px 0 20px;padding:14px;font-size:12px}}@media (max-width:768px){.NotesTxtView-module__PquHjG__mobileLayout{flex-direction:column}.NotesTxtView-module__PquHjG__topicHtmlContent h1{font-size:18px!important}.NotesTxtView-module__PquHjG__topicHtmlContent h2{font-size:16px!important}.NotesTxtView-module__PquHjG__topicHtmlContent h3{font-size:14px!important}.NotesTxtView-module__PquHjG__downloadNotes{text-align:center;width:100%;padding:15px 0;font-size:16px}.NotesTxtView-module__PquHjG__topicHtmlContent{word-break:break-word;overflow-wrap:anywhere;padding:14px;font-weight:400;line-height:1.4;white-space:normal!important;font-family:Inter,Segoe UI,sans-serif!important;font-size:13px!important}.NotesTxtView-module__PquHjG__bottomLeftControls,.NotesTxtView-module__PquHjG__bottomRightControls{flex-direction:column;gap:10px;width:100%;display:flex}.NotesTxtView-module__PquHjG__bottomRightControls button{min-width:100%}.NotesTxtView-module__PquHjG__notestxtWrapper,.NotesTxtView-module__PquHjG__topNotesScroll{padding:10px}.NotesTxtView-module__PquHjG__scrollNoteText{padding:8px 16px;font-size:14px}.NotesTxtView-module__PquHjG__topicContent{padding:20px}.NotesTxtView-module__PquHjG__textControlsRow{flex-direction:column;align-items:stretch;gap:15px}.NotesTxtView-module__PquHjG__textSizeControls{justify-content:center;margin-right:0}.NotesTxtView-module__PquHjG__topicNavButtons{flex-direction:column;gap:15px}.NotesTxtView-module__PquHjG__bottomRightControls{justify-content:space-between;width:100%}.NotesTxtView-module__PquHjG__mobileLeftControls{left:10px}.NotesTxtView-module__PquHjG__mobileHamburgerBtn{width:50px;height:50px;font-size:1.1rem}.NotesTxtView-module__PquHjG__topicEnd{margin:60px 0 20px;padding:14px;font-size:12px}.NotesTxtView-module__PquHjG__topicHtmlContent table{-webkit-overflow-scrolling:touch;white-space:nowrap;border:1px solid #e0e0e0;border-radius:12px;display:block;overflow-x:auto}.NotesTxtView-module__PquHjG__topicHtmlContent thead{z-index:20;background:#fff;display:block;position:sticky;top:0}.NotesTxtView-module__PquHjG__topicHtmlContent th{text-align:left;z-index:10;white-space:nowrap;min-width:150px;padding:16px 18px;font-size:15px;font-weight:700;position:sticky;top:0;color:#fff!important;background:linear-gradient(135deg,#6a11cb,#2575fc)!important}.NotesTxtView-module__PquHjG__topicHtmlContent td{background:#fff;border-bottom:1px solid #f0f0f0;min-width:150px;padding:14px 16px;font-size:14.5px}.NotesTxtView-module__PquHjG__topicHtmlContent tr:nth-child(2n) td{background-color:#f8f9fa}.NotesTxtView-module__PquHjG__topicHtmlContent tr:last-child td{border-bottom:none}}
