*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--royal-blue:#1e3a8a;--gold:#d4af37;--white:#ffffff;--light-gray:#f3f4f6;--dark-gray:#374151;--green:#4ade80;--red:#ef4444;--purple:#a855f7}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--light-gray);color:var(--dark-gray);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}a,button{-webkit-tap-highlight-color:transparent}button{cursor:pointer;border:none;outline:none;font-family:inherit;touch-action:manipulation}input,select,textarea{font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background-color:var(--royal-blue);color:var(--white);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.1);width:100%}.navbar-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.logo-container{gap:1rem}.logo-circle,.logo-container{display:flex;align-items:center;flex-shrink:0}.logo-circle{width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid var(--gold);background:var(--white);justify-content:center}.logo-circle img{width:100%;height:100%;object-fit:cover}.logo-text{font-size:1.5rem;font-weight:700;color:var(--gold);white-space:nowrap}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links,.nav-links li{list-style:none;margin:0;padding:0}.nav-links a{color:var(--white);font-weight:500;transition:color .3s;white-space:nowrap;padding:.5rem 0;display:inline-block}.nav-links a:hover{color:var(--gold)}.mobile-menu-btn{display:none;background:none;color:var(--white);font-size:1.8rem;padding:.5rem;z-index:101;transition:transform .3s;line-height:1;border:none;cursor:pointer}.mobile-menu-btn:active{transform:scale(.9)}.mobile-menu-btn.open{transform:rotate(90deg)}.banner{background:linear-gradient(135deg,var(--royal-blue),#2563eb);color:var(--white);padding:2rem 0;overflow:hidden}.banner-scroll{display:flex;animation:scroll 30s linear infinite;white-space:nowrap}.banner-text{font-size:1.5rem;font-weight:600;padding:0 3rem}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hero-section{padding:3rem 0;text-align:center}.hero-title{font-size:2.5rem;color:var(--royal-blue);margin-bottom:1rem}.hero-subtitle{font-size:1.2rem;color:var(--dark-gray);margin-bottom:2rem}.hero-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.hero-image-card{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s}.hero-image-card:hover{transform:translateY(-5px)}.hero-image-card img{width:100%;height:200px;object-fit:cover}.hero-slider{position:relative;width:100%;height:500px;overflow:hidden;margin-bottom:3rem}.slider-container{position:relative;width:100%;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;opacity:0;transform:translateX(100%);transition:all .8s ease-in-out}.slide.active{opacity:1;transform:translateX(0);z-index:2}.slide.prev{transform:translateX(-100%);z-index:1}.slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(30,58,138,.85),rgba(30,58,138,.6));z-index:1}.slide-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center;color:var(--white)}.slide-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 8px rgba(0,0,0,.3);animation:fadeInUp .8s ease-out}.slide-subtitle{font-size:clamp(1.1rem,3vw,1.5rem);font-weight:500;max-width:700px;text-shadow:1px 1px 4px rgba(0,0,0,.3);animation:fadeInUp .8s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.slider-dots{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;gap:1rem;z-index:3}.dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.5);border:2px solid var(--white);cursor:pointer;transition:all .3s;padding:0}.dot:hover{background:rgba(255,255,255,.8);transform:scale(1.2)}.dot.active{background:var(--gold);border-color:var(--gold);transform:scale(1.3)}.featured-video-section{padding:0 0 3rem}.video-wrapper{width:100%;max-width:960px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.15);background:#000;aspect-ratio:16/9}.video-wrapper iframe{width:100%;height:100%;border:0;display:block}.subjects-section{padding:3rem 0}.section-title{font-size:2rem;color:var(--royal-blue);text-align:center;margin-bottom:2rem}.subjects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.subject-card{background:var(--white);border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),border .2s;cursor:pointer;will-change:transform;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;border:2px solid transparent}.subject-card:hover{transform:translateY(-5px) translateZ(0);box-shadow:0 8px 20px rgba(212,175,55,.3);border-color:var(--gold)}.subject-icon{font-size:3rem;margin-bottom:1rem}.subject-name{font-size:1.3rem;font-weight:600;color:var(--royal-blue)}.subject-name:lang(hi),:lang(hi) .subject-name{font-weight:600;-webkit-text-stroke:0;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.subject-name-main{display:inline}.subject-name-suffix{display:inline;margin-top:0;font-size:.95em}.quiz-card-meta{margin-top:6px;font-size:13px;color:#5b6b7a;display:flex;flex-direction:column;gap:2px}.quiz-card-difficulty,.quiz-card-questions{line-height:1.2}.testimonials-section{padding:3rem 0;background:var(--white)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.testimonial-card{background:var(--light-gray);border-radius:12px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.testimonial-name{font-weight:600;color:var(--royal-blue);margin-bottom:.5rem}.testimonial-rating{color:var(--gold);margin-bottom:1rem}.testimonial-feedback{color:var(--dark-gray);font-style:italic}.footer{background-color:var(--royal-blue);color:var(--white);padding:2rem 0;margin-top:3rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem}.footer-section h3{color:var(--gold);margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a:hover{color:var(--gold)}.footer-bottom{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.btn-primary{background-color:var(--gold);color:var(--royal-blue);padding:.75rem 2rem;border-radius:8px;font-weight:600;transition:transform .15s cubic-bezier(.4,0,.2,1),box-shadow .15s;border:none;cursor:pointer;font-size:1rem;white-space:nowrap;will-change:transform;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.btn-primary:hover{box-shadow:0 0 15px var(--gold);transform:scale(1.05) translateZ(0)}.btn-primary:active{transform:scale(.98) translateZ(0)}.btn-secondary{background-color:var(--royal-blue);color:var(--white);padding:.75rem 2rem;border-radius:8px;font-weight:600;transition:transform .15s cubic-bezier(.4,0,.2,1),background-color .15s;border:none;cursor:pointer;font-size:1rem;white-space:nowrap;will-change:transform;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.btn-secondary:hover{background-color:#2563eb;transform:translateY(-2px) translateZ(0)}.btn-secondary:active{transform:translateY(0) translateZ(0)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary:disabled:hover{background-color:var(--royal-blue);transform:none}.exam-container{display:grid;grid-template-columns:1fr 300px;grid-gap:1rem;gap:1rem;max-width:1400px;margin:0 auto;padding:100px 1rem 1rem;min-height:100vh}.exam-header{position:fixed;top:85px;left:0;right:0;z-index:90;grid-column:1/-1;background:var(--royal-blue);color:var(--white);padding:1rem 2rem;border-radius:0;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 12px rgba(0,0,0,.2);flex-wrap:wrap;gap:.5rem}.timer{font-size:1.5rem;font-weight:700;color:var(--gold);white-space:nowrap}.question-panel{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);margin-top:90px;min-height:400px}.question-number{color:var(--royal-blue);font-weight:600;margin-bottom:1rem}.question-text{font-size:1.1rem;margin-bottom:1.5rem;color:var(--dark-gray)}.question-image{width:100%;max-width:600px;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:8px;margin:1rem 0}.options-list{list-style:none}.option-item{background:var(--light-gray);padding:1rem;margin-bottom:.75rem;border-radius:8px;cursor:pointer;transition:all .3s;border:2px solid transparent;word-wrap:break-word;overflow-wrap:break-word;-webkit-user-select:none;-moz-user-select:none;user-select:none}.option-item:hover{background:#e5e7eb;transform:translateX(5px)}.option-item.selected{background:#dbeafe;border-color:var(--royal-blue);transform:translateX(5px)}.option-item.correct{background:#dcfce7;border-color:var(--green)}.option-item.incorrect{background:#fee2e2;border-color:var(--red)}.exam-controls{gap:1rem;margin-top:2rem;justify-content:center}.exam-controls button{min-width:120px;white-space:nowrap}.palette-panel{background:var(--white);padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:175px;align-self:start;max-height:calc(100vh - 195px);overflow-y:auto}.palette-title{color:var(--royal-blue);font-weight:600;margin-bottom:1rem}.palette-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:.5rem;gap:.5rem;margin-bottom:1.5rem}.palette-btn{width:40px;height:40px;border-radius:6px;font-weight:600;transition:all .3s;border:2px solid #e5e7eb}.palette-btn:hover{transform:scale(1.1)}.palette-legend{margin-top:1.5rem}.legend-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem}.legend-color{width:20px;height:20px;border-radius:4px;border:1px solid #e5e7eb}.result-container{max-width:800px;margin:2rem auto;padding:1rem}.result-card{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.1);text-align:center;word-wrap:break-word}.result-title{font-size:clamp(1.5rem,5vw,2rem);color:var(--royal-blue);margin-bottom:2rem;word-wrap:break-word}.result-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.stat-item{padding:1rem;background:var(--light-gray);border-radius:8px}.stat-label{font-size:clamp(.85rem,2.5vw,.9rem);color:var(--dark-gray);margin-bottom:.5rem;word-wrap:break-word}.stat-value{font-size:clamp(1.5rem,5vw,1.8rem);font-weight:700;color:var(--royal-blue)}.instructions-container{max-width:900px;margin:2rem auto;padding:1rem}.instructions-card{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.1);word-wrap:break-word}.instructions-form{margin:2rem 0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:var(--royal-blue);margin-bottom:.5rem;font-size:clamp(.9rem,3vw,1rem)}.form-group input,.form-group select{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:clamp(.9rem,3vw,1rem)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--royal-blue)}.instructions-list{list-style:none;margin:2rem 0}.instructions-list li{margin-bottom:.5rem;background:var(--light-gray);border-radius:6px;padding:.75rem .75rem .75rem 2rem;position:relative;font-size:clamp(.85rem,2.5vw,.95rem);word-wrap:break-word}.instructions-list li:before{content:"•";position:absolute;left:1rem;color:var(--gold);font-weight:700}@media (max-width:1024px){.exam-container{grid-template-columns:1fr;padding:100px .5rem .5rem}.palette-panel{position:relative;top:0;max-height:none;margin-bottom:1rem}.subjects-grid{grid-template-columns:repeat(2,1fr)}.mobile-menu-btn{display:block}.nav-links{display:none}.nav-links.mobile-open{display:flex!important}}@media (max-width:768px){.hero-slider{height:350px;margin-bottom:2rem}.slide-title{font-size:1.8rem}.slide-subtitle{font-size:1rem}.slider-dots{bottom:1rem}.dot{width:10px;height:10px}.container{padding:0 15px}.nav-links{display:none;position:fixed;top:70px;left:0;right:0;background:var(--royal-blue);flex-direction:column;padding:0;gap:0;box-shadow:0 8px 16px rgba(0,0,0,.3);z-index:99;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-links.mobile-open{display:flex!important}.nav-links li{width:100%;list-style:none}.nav-links a{display:block;padding:1.2rem 1.5rem;width:100%;border-bottom:1px solid rgba(255,255,255,.1);text-align:left;font-size:1.1rem;font-weight:500;transition:all .2s ease;background:var(--royal-blue);color:var(--white);position:relative}.nav-links a:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:rgba(212,175,55,.15);transition:width .3s ease}.nav-links a:focus:before,.nav-links a:hover:before{width:100%}.nav-links a:focus,.nav-links a:hover{color:var(--gold);padding-left:2rem;outline:none}.nav-links a:active{background:rgba(212,175,55,.25)}.nav-links a:active:before{width:100%}.nav-links li:last-child a{border-bottom:none}.mobile-menu-btn{display:block}.nav-links.mobile-open{display:flex}.exam-container{grid-template-columns:1fr;padding:140px .5rem .5rem}.exam-header{top:75px;padding:.75rem 1rem;font-size:.9rem}.exam-header>div:first-child{flex:1 1;min-width:0}.timer{font-size:1.2rem}.question-panel{padding:1.5rem;margin-top:.5rem}.question-text{font-size:1rem}.palette-panel{position:relative;top:0;max-height:none;margin-bottom:.5rem;order:-1}.palette-grid{grid-template-columns:repeat(5,1fr);gap:.5rem}.palette-btn{width:100%;height:45px;font-size:.9rem}.hero-title{font-size:1.8rem}.banner-text{font-size:1.2rem;padding:0 2rem}.subjects-grid{grid-template-columns:1fr;gap:1rem}.subject-card{padding:1.5rem}.exam-controls{gap:.5rem}.exam-controls button{flex:1 1;min-width:100px;font-size:.9rem;padding:.6rem 1rem}.result-container{padding:.5rem;margin:1rem auto}.result-card{padding:1.5rem}.instructions-container{padding:.5rem;margin:1rem auto}.instructions-card{padding:1.5rem}.form-group input,.form-group select{font-size:16px}}@media (max-width:480px){.logo-circle{width:50px;height:50px}.logo-text{font-size:1.1rem}.mobile-menu-btn{display:block;font-size:1.6rem}.nav-links{display:none}.nav-links.mobile-open{display:flex!important}.nav-links a{font-size:1rem;padding:1rem 1.25rem}.nav-links a:focus,.nav-links a:hover{padding-left:1.75rem}.exam-header{font-size:.85rem;padding:.5rem;top:75px}.timer{font-size:1rem}.question-panel{padding:1rem;margin-top:0}.question-text{font-size:.95rem}.option-item{padding:.75rem;font-size:.9rem}.palette-grid{grid-template-columns:repeat(4,1fr);gap:.4rem}.palette-btn{height:40px;font-size:.85rem}.exam-controls button{flex:1 1 auto;min-width:90px;max-width:150px;font-size:.85rem;padding:.5rem .75rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.5rem}.subject-icon{font-size:2.5rem}.subject-name{font-size:1.1rem}.banner-text{font-size:1rem;padding:0 1.5rem}.result-stats{grid-template-columns:1fr;gap:.75rem}.stat-value{font-size:1.5rem}.instructions-card,.result-card{padding:1rem}.instructions-list li{font-size:.85rem;padding:.6rem .6rem .6rem 1.75rem}.instructions-list li:before{left:.75rem}.hero-slider{height:280px;margin-bottom:1.5rem}.slide-title{font-size:1.5rem;padding:0 1rem}.slide-subtitle{font-size:.9rem;padding:0 1rem}.slider-dots{bottom:.75rem;gap:.75rem}.dot{width:8px;height:8px}}#__next-build-watcher,[data-nextjs-dialog-overlay],[data-nextjs-toast],body>div[style*="position: fixed"][style*="bottom: 0"][style*="left: 0"],nextjs-portal{display:none!important}.exam-controls{display:flex;flex-wrap:wrap;gap:.5rem;align-items:stretch}.exam-controls .btn-primary,.exam-controls .btn-secondary{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.5rem);min-width:140px;box-sizing:border-box}.exam-controls .btn-primary{flex:1 1 100%}.exam-controls button{white-space:normal;word-break:break-word;text-align:center;line-height:1.2;padding:10px;box-sizing:border-box}.exam-controls button:active{transform:translateY(1px)}@media (max-width:600px){.exam-controls{position:fixed;left:0;right:0;bottom:0;background:#ffffff;border-top:1px solid #e5e7eb;padding:.75rem .75rem calc(.75rem + env(safe-area-inset-bottom));z-index:999;box-shadow:0 -6px 18px rgba(0,0,0,.06);display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.exam-controls .btn-primary{grid-column:1/-1;max-width:260px;width:100%;margin:0 auto}.exam-container,.question-panel{padding-bottom:calc(170px + env(safe-area-inset-bottom))}.start-mode-btn{width:100%}}.learn-title{font-size:clamp(1.4rem,5vw,2.4rem);line-height:1.15;word-break:break-word}.learn-subtitle{font-size:clamp(.95rem,3.6vw,1.05rem);line-height:1.4;word-break:break-word;margin-top:6px;color:#666}.learn-header{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}.learn-header-left{min-width:260px}.learn-header-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.progress-bar{margin-top:14px;background:#eee}.progress-bar,.progress-fill{height:10px;border-radius:999px}.progress-fill{background:#22c55e}.learn-question-panel{margin-top:18px;border:1px solid #ddd;border-radius:16px;padding:18px}.options-grid{display:grid;grid-gap:10px;gap:10px}.option-item{padding:12px;border-radius:12px;border:1px solid #ddd}.correct-option{background:#ecfdf5;color:#15803d;font-weight:800}.explain-title{font-weight:900;margin-bottom:6px}.learn-controls-container{max-width:950px;margin:20px auto 0;padding:0 20px;box-sizing:border-box}.learn-controls{display:flex;justify-content:space-between;align-items:center;gap:12px}.learn-controls button{flex:1 1;max-width:240px;box-sizing:border-box;background:var(--royal-blue);color:#ffffff;border:none}.learn-controls button:disabled{opacity:.55;cursor:not-allowed}@media (max-width:600px){.learn-header{flex-direction:column;align-items:stretch}.learn-header-left{width:100%}.learn-header-actions{width:100%;flex-direction:column;justify-content:stretch;gap:10px}.learn-header-actions .learn-action-btn,.learn-header-actions button{width:100%}.learn-controls-container{max-width:100%;padding:0;margin:0}.learn-controls{position:fixed;left:0;right:0;bottom:0;background:#ffffff;border-top:1px solid #e5e7eb;padding:12px 12px calc(12px + env(safe-area-inset-bottom));z-index:999;display:flex;justify-content:space-between;gap:10px}.learn-controls button{width:48%;max-width:none;background:var(--royal-blue);color:#ffffff}.learn-container,.learn-question-panel{padding-bottom:calc(120px + env(safe-area-inset-bottom))}}.question-text{font-weight:700;margin-bottom:10px}@media (min-width:601px){.explanation-box,.learn-question-panel .question-text{line-height:1.4;min-height:calc(1.4em * 2)}.learn-controls-container{padding-top:14px}}.explanation-box{margin-top:16px;padding:14px;border-radius:12px;background:#eff6ff;color:#1e3a8a}@media (min-width:601px) and (max-width:820px){.learn-header-actions{width:100%;justify-content:flex-start}.learn-header-actions .learn-action-btn,.learn-header-actions button{min-width:180px}}.learn-finish-btn{white-space:pre-line;line-height:1.15;text-align:center;padding:10px 12px;min-height:44px}.revision-notes-page{position:relative;z-index:1;background:var(--light-gray);padding-top:2rem;padding-bottom:2rem;-webkit-touch-callout:none}.revision-notes-page,.revision-notes-page *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.revision-notes-page .container{max-width:980px;padding-left:20px;padding-right:20px}.revision-top-controls{width:100%;max-width:760px;min-height:48px;margin:0 auto 1.15rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:nowrap}.revision-back-button{background:transparent;border:2px solid var(--royal-blue);padding:.5rem 1rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;line-height:1.2}.revision-back-button,.revision-language-select{color:var(--royal-blue);min-height:42px;white-space:nowrap}.revision-language-select{min-width:130px;padding:8px 12px;border-radius:8px;border:2px solid var(--royal-blue);background:#f3f4f6;font-size:.95rem;font-weight:700;cursor:not-allowed;opacity:.9;text-align:center}.revision-page-heading{width:100%;max-width:760px;min-height:72px;margin:0 auto 1.15rem;display:flex;align-items:center;justify-content:center}.revision-page-title{width:100%;margin:0;color:var(--royal-blue);font-size:1.85rem;font-weight:800;line-height:1.35;text-align:center;display:block;white-space:normal}.revision-page-icon{display:none}.revision-page-title span:last-child{display:block;max-width:100%;margin:0 auto;text-align:center}.revision-empty-card{width:100%;max-width:760px;margin:1.25rem auto 0;background:#ffffff;border-radius:16px;padding:2rem;box-shadow:0 8px 24px rgba(0,0,0,.08);text-align:center}.revision-empty-title{margin:0 0 .75rem;color:var(--royal-blue);font-size:1.35rem;line-height:1.4}.revision-empty-description{margin:0;color:#6b7280;font-size:1rem;line-height:1.6}.revision-note-selector-card{width:100%;max-width:560px;min-height:104px;margin:0 auto .65rem;background:#ffffff;border-radius:14px;padding:1rem;box-shadow:0 6px 18px rgba(0,0,0,.06);display:flex;flex-direction:column;justify-content:center}.revision-note-selector-label{display:block;margin-bottom:.5rem;color:var(--royal-blue);font-size:1rem;font-weight:800;line-height:1.35}.revision-note-selector{width:100%;min-height:44px;padding:10px 12px;border-radius:10px;border:2px solid var(--royal-blue);background:#ffffff;color:#111827;font-size:1rem;font-weight:700;line-height:1.25;cursor:pointer;outline:none}.revision-note-selector:focus{box-shadow:0 0 0 3px rgba(30,58,138,.16)}.revision-note-content-wrap{width:100%;margin:0 auto;display:block}.revision-file-description{display:none!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.revision-note-card{width:100%;min-height:420px;background:#ffffff;border-radius:16px;padding:1.75rem;box-shadow:0 8px 24px rgba(0,0,0,.08);margin-top:0;margin-bottom:1.25rem;display:block}.revision-note-fixed-header{margin:0 0 1.1rem;padding:0;height:auto;min-height:0;max-height:none;overflow:visible}.revision-note-title{margin:0 0 .75rem;color:var(--royal-blue);font-size:1.75rem;font-weight:800;line-height:1.35;min-height:42px;height:auto;max-height:none;overflow:visible}.revision-note-description{display:none!important}.revision-note-body{margin:0;padding:0}.revision-note-section:first-child{margin-top:0}.revision-note-section{margin-top:1.15rem}.revision-note-section-title{min-height:30px;margin:0 0 .65rem;color:#111827;font-size:1.05rem;font-weight:800;line-height:1.45}.revision-note-points{margin:0;padding-left:1.35rem;color:#374151;font-size:1rem;line-height:1.7}.revision-note-point{margin-bottom:.5rem}.revision-note-point::marker{color:var(--royal-blue)}.revision-notes-protected,.revision-notes-protected *{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}@media (max-width:640px){.revision-notes-page{padding-top:1.75rem;padding-bottom:2rem}.revision-notes-page .container{padding-left:12px;padding-right:12px}.revision-top-controls{max-width:100%;min-height:48px;margin-bottom:1rem;gap:.75rem;flex-wrap:nowrap}.revision-back-button{min-height:42px;font-size:.9rem;padding:.45rem .85rem}.revision-language-select{min-height:42px;min-width:132px;font-size:.9rem}.revision-page-heading{min-height:72px;margin-bottom:1rem}.revision-page-title{font-size:1.42rem;line-height:1.42}.revision-page-icon{display:none}.revision-note-selector-card{min-height:104px;margin-bottom:.55rem;padding:1rem}.revision-note-content-wrap{margin-top:0}.revision-note-card{min-height:420px;padding:1.35rem;display:block}.revision-note-fixed-header{margin-bottom:1rem;height:auto;min-height:0;max-height:none;overflow:visible}.revision-note-title{font-size:1.42rem;line-height:1.35;min-height:36px;height:auto;max-height:none;overflow:visible}.revision-note-description{font-size:.95rem;line-height:1.7;min-height:48px;height:auto;max-height:none;overflow:visible}.revision-note-section-title{font-size:1rem}.revision-note-points{font-size:.95rem;line-height:1.75}}@media (max-width:380px){.revision-notes-page .container{padding-left:10px;padding-right:10px}.revision-back-button{font-size:.85rem;padding:.4rem .75rem}.revision-language-select{min-width:112px;font-size:.85rem;padding:6px 8px}.revision-note-title,.revision-page-title{font-size:1.35rem}}@media print{.revision-notes-page{display:none!important}body:before{content:"Printing is disabled for revision notes.";display:block;padding:2rem;font-size:20px;font-weight:700;color:#111827}}.revision-note-point,.revision-note-points{word-break:normal;overflow-wrap:anywhere}.revision-note-point{line-height:1.85;margin-bottom:.7rem;padding-left:.15rem}.revision-note-point,.revision-note-point *{white-space:normal}.revision-note-section{margin-top:1.25rem}.revision-note-section-title{margin-bottom:.75rem}@media (max-width:640px){.revision-note-points{line-height:1.85}.revision-note-point{line-height:1.9;margin-bottom:.75rem;overflow-wrap:anywhere}}.page-loading-overlay{position:fixed;inset:0;z-index:99999;background:rgba(255,255,255,.78);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:all}.page-loading-box,.page-loading-overlay{display:flex;align-items:center;justify-content:center}.page-loading-box{min-width:150px;padding:1.25rem 1.5rem;border-radius:14px;background:#ffffff;box-shadow:0 12px 32px rgba(0,0,0,.18);flex-direction:column}.page-loading-spinner{width:42px;height:42px;border:4px solid #e5e7eb;border-top:4px solid var(--royal-blue);border-radius:50%;animation:page-loading-spin .8s linear infinite}.page-loading-text{margin-top:.85rem;color:var(--royal-blue);font-size:1rem;font-weight:800;line-height:1.3}@keyframes page-loading-spin{to{transform:rotate(1turn)}}