:root{--accent:#00bdb6;--accent-light:#edfaf8;--accent-muted:#00a09a;--navy:#133844;--text:#133844;--text-secondary:#5a6b73;--background:#f5f5f5;--canvas:#f7f4ee;--surface:#fff;--border:#ebebeb;--shadow-light:0 2px 8px #0000000f;--shadow-medium:0 4px 12px #00000014;--radius:12px;--radius-lg:20px;--font:-apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overscroll-behavior:none;scrollbar-gutter:stable;overflow-y:scroll}html,body{height:100%}body{font-family:var(--font);color:var(--text);background:var(--surface);-webkit-font-smoothing:antialiased;line-height:1.6}.nav{z-index:100;height:64px;box-shadow:0 1px 0 var(--border);background:#fff;justify-content:space-between;align-items:center;padding:0 32px;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{letter-spacing:-.5px;font-size:22px;font-weight:900;text-decoration:none}.nav-logo .exam{color:var(--navy)}.nav-logo .pen{color:var(--accent)}.nav-links{gap:28px;list-style:none;display:flex}.nav-links a{color:var(--text-secondary);font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--accent)}.page-section{background:var(--surface);min-height:calc(100vh - 160px);padding:100px 24px 96px}.page-section .section-title{color:var(--navy)}.page-section .section-subtitle{color:var(--text-secondary)}section{padding:96px 24px}.container{max-width:1080px;margin:0 auto}.section-label{text-transform:uppercase;letter-spacing:1.5px;color:var(--accent);margin-bottom:16px;font-size:15px;font-weight:700}.section-title{color:var(--navy);letter-spacing:-.5px;margin-bottom:16px;font-size:48px;font-weight:800;line-height:1.2}.section-subtitle{color:var(--text-secondary);max-width:560px;font-size:17px;line-height:1.6}.hero{background:var(--surface);justify-content:center;align-items:center;min-height:100vh;padding:96px 24px 64px;display:flex}.hero-content{grid-template-columns:1fr 1fr;align-items:start;gap:56px;width:100%;max-width:1080px;display:grid}.hero-text{text-align:left;padding-top:40px}.hero-logo{letter-spacing:-2px;margin-bottom:16px;font-size:56px;font-weight:900;line-height:1}.hero-logo .cam{color:var(--navy)}.hero-logo .pen{color:var(--accent)}.hero-headline{color:var(--navy);margin-bottom:12px;font-size:42px;font-weight:700;line-height:1.35}.hero-headline .highlight{color:var(--accent)}.hero-tagline{color:var(--text-secondary);margin-bottom:32px;font-size:19px;line-height:1.6}.hero-buttons{gap:16px;display:flex}.hero-cta{background:var(--accent);color:#fff;border-radius:50px;align-items:center;gap:8px;padding:16px 32px;font-size:16px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 16px #00bdb64d}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00bdb666}.hero-note{color:#aaa;margin-top:20px;font-size:13px}.hero-demo-card{aspect-ratio:9/16;background:var(--navy);border-radius:24px;justify-content:center;align-items:center;width:420px;margin-top:40px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #13384440,inset 0 0 0 1px #ffffff14}.hero-demo-card:before{content:"";background:#ffffff1a;border-radius:3px;width:48px;height:6px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.hero-demo-label{color:#ffffff59;letter-spacing:.5px;font-size:14px;font-weight:600}.hero-card-wrap{justify-content:center;display:flex}.flip-card{perspective:1200px;width:100%;max-width:420px}.flip-card-inner{transform-style:preserve-3d;position:relative;transform:rotate(1deg)}.flip-card-front,.flip-card-back{backface-visibility:hidden;width:100%;height:680px}.flip-card-inner{height:680px}.flip-card-front .result-card,.flip-card-back .result-card{flex-direction:column;height:100%;display:flex}.flip-card-front .qc-answer{flex:1}.flip-card-back{backface-visibility:hidden;width:100%;position:absolute;top:0;left:0;transform:rotateY(180deg)}.qc-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.qc-header-left{align-items:center;gap:10px;display:flex}.qc-badge{background:var(--accent);color:#fff;font-size:14px;font-weight:700;font-family:var(--font);border-radius:8px;padding:5px 10px}.qc-label{color:#333;font-size:16px;font-weight:600}.qc-marks{color:var(--accent);background:var(--accent-light);border-radius:9999px;padding:4px 10px;font-size:13px;font-weight:600}.qc-question{color:#333;border-bottom:1px solid var(--border);padding:16px 20px;font-size:16px;line-height:1.5}.qc-answer{padding:16px 20px 8px}.qc-answer-label{letter-spacing:1.2px;text-transform:uppercase;color:#aaa;margin-bottom:10px;font-size:12px;font-weight:600;display:block}.qc-canvas{background-color:#fff;background-image:repeating-linear-gradient(90deg,#0000,#0000 35.5px,#007aff1f 35.5px 36px);border-radius:14px;min-height:120px;padding:0 16px;overflow:hidden;box-shadow:0 3px 8px #0000000f}.qc-handwriting{color:#333;border-bottom:1px solid #007aff1f;margin:0;font-family:Georgia,Times New Roman,serif;font-size:14px;font-style:italic;line-height:36px}.qc-handwriting:first-child{padding-top:8px}.qc-handwriting:last-child{border-bottom:none;padding-bottom:8px}.qc-submit-wrap{padding:12px 20px 16px}.slide-track{background:var(--accent-light);cursor:default;-webkit-user-select:none;user-select:none;touch-action:pan-y;border:1.5px solid #00bdb633;border-radius:28px;width:100%;height:56px;position:relative;overflow:hidden}.slide-track-done{background:#00bdb61f}.slide-fill{background:linear-gradient(90deg, var(--accent), #00bdb699);pointer-events:none;border-radius:28px;height:100%;transition:opacity 50ms;position:absolute;top:0;left:0}.slide-label{font-family:var(--font);color:var(--accent-muted);letter-spacing:.5px;pointer-events:none;justify-content:center;align-items:center;gap:6px;padding-left:40px;font-size:14px;font-weight:600;transition:opacity .1s;display:flex;position:absolute;inset:0}.slide-label-icon{width:14px;height:14px;stroke:var(--accent);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;opacity:.5;animation:1.5s ease-in-out infinite slide-label-pulse}.slide-label-icon:first-child{animation-delay:0s}.slide-label-icon:last-child{animation-delay:.3s}@keyframes slide-label-pulse{0%,to{opacity:.3;transform:translate(0)}50%{opacity:.8;transform:translate(3px)}}.slide-handle{background:var(--accent);cursor:grab;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;top:4px;left:4px;box-shadow:0 2px 8px #00bdb666,0 0 #00bdb600}.slide-handle:active{cursor:grabbing;box-shadow:0 4px 16px #00bdb680}.slide-handle-snap{transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.slide-handle-nudge{animation:2s ease-in-out 1s infinite slide-nudge}@keyframes slide-nudge{0%,to{transform:translate(0)}20%{transform:translate(12px)}40%{transform:translate(0)}}.slide-handle-icon{stroke:#fff;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px;margin-left:-4px}.slide-handle-icon-second{opacity:.5;margin-left:-12px}.rc-back-wrap{text-align:center;padding:12px 16px 16px}.rc-back-link{font-family:var(--font);color:var(--accent);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:13px;font-weight:600;transition:opacity .2s;display:inline-flex}.rc-back-link:hover{opacity:.7}.rc-back-icon{width:16px;height:16px;stroke:var(--accent);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.result-card{background:var(--surface);border-radius:16px;width:100%;max-width:420px;font-size:14px;overflow:hidden;box-shadow:0 3px 8px #0000000f}.rc-header{background:var(--background);border-bottom:1px solid var(--border);padding:12px 16px}.rc-subject{color:#aaa;letter-spacing:.3px;font-size:13px;font-weight:600}.rc-score-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.rc-score-label{color:var(--accent);align-items:center;gap:6px;font-size:15px;font-weight:600;display:flex}.rc-icon{fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.rc-icon-teal{stroke:var(--accent)}.rc-icon-green{stroke:#22b873}.rc-icon-orange{stroke:#f59e24}.rc-badge{color:#fff;border-radius:9999px;padding:5px 14px;font-size:16px;font-weight:700}.rc-badge-green{background:#22b873}.rc-badge-orange{background:#f59e24}.rc-badge-red{background:#e84040}.rc-section{border-radius:10px;margin:12px 16px;padding:12px}.rc-section-teal{background:#00bdb60f;border:1px solid #00bdb626}.rc-section-green{background:#22b87314;border:1px solid #22b87333}.rc-section-orange{background:#f59e2414;border:1px solid #f59e2440}.rc-section-label{align-items:center;gap:6px;margin-bottom:8px;font-size:14px;font-weight:600;display:flex}.rc-label-teal{color:var(--accent)}.rc-label-green{color:#22b873}.rc-label-orange{color:#f59e24}.rc-marks{flex-direction:column;gap:6px;display:flex}.rc-mark{color:#333;border-radius:6px;align-items:flex-start;gap:8px;padding:8px;font-size:14px;display:flex}.rc-mark-correct{background:#22b87314}.rc-mark-wrong{background:#e8404014}.rc-check{color:#22b873;min-width:20px;font-weight:700}.rc-cross{color:#e84040;min-width:20px;font-weight:700}.rc-body{color:#333;font-size:14px;line-height:1.5}.section-steps{background:var(--background)}.steps-flow{align-items:stretch;gap:24px;margin-top:56px;display:flex}.step{text-align:center;background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-medium);flex:1;padding:28px 20px}.step-icon{background:var(--accent-light);border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;display:inline-flex}.step-icon svg{width:32px;height:32px;stroke:var(--accent);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.step h3{color:var(--navy);margin-bottom:8px;font-size:24px;font-weight:800}.step p{color:var(--text-secondary);font-size:15px;line-height:1.6}.step-arrow{align-self:center;align-items:center;margin:0 -8px;display:flex}.step-arrow svg{width:24px;height:24px;stroke:var(--accent);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.section-features{background:var(--surface)}.features-primary{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:56px;display:grid}.feature-primary{background:var(--surface);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-medium);padding:40px 32px}.feature-icon{background:var(--accent-light);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;display:inline-flex}.feature-icon svg{width:28px;height:28px;stroke:var(--accent);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.feature-primary h3{color:var(--navy);margin-bottom:8px;font-size:20px;font-weight:700}.feature-primary p{color:var(--text-secondary);font-size:15px;line-height:1.6}.features-secondary{grid-template-columns:repeat(2,1fr);align-items:start;gap:24px;margin-top:24px;display:grid}.feature-small{border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-medium);align-items:flex-start;gap:14px;padding:24px;display:flex}.feature-icon-small{background:var(--accent-light);border-radius:10px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;display:flex}.feature-icon-small svg{width:20px;height:20px;stroke:var(--accent);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.feature-small h4{color:var(--navy);margin-bottom:4px;font-size:15px;font-weight:700}.feature-small p{color:var(--text-secondary);font-size:14px;line-height:1.5}.section-subjects{background:var(--canvas)}.subject-pills{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:32px;display:flex}.subject-pill{background:var(--surface);color:var(--navy);box-shadow:var(--shadow-light);border-radius:50px;align-items:center;gap:10px;padding:14px 24px;font-size:16px;font-weight:600;display:inline-flex}.subject-pill-icon{width:24px;height:24px;stroke:var(--accent);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;color:var(--accent)}.subject-code{color:var(--text-secondary);font-size:13px;font-weight:500}.subjects-note{color:var(--text-secondary);margin-top:20px;font-size:14px}.level-heading{color:var(--navy);margin-top:40px;margin-bottom:28px;font-size:24px;font-weight:800}.subject-cards-grid{grid-template-columns:repeat(2,1fr);gap:16px;max-width:640px;margin:0 auto;display:grid}.subject-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:left;align-items:center;gap:16px;padding:24px;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.subject-card:hover{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.subject-card-icon{background:var(--accent-light);width:48px;min-width:48px;height:48px;color:var(--accent);border-radius:14px;justify-content:center;align-items:center;display:flex}.subject-card-icon svg{width:26px;height:26px;stroke:var(--accent);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;color:var(--accent)}.subject-card-info{flex:1}.subject-card-info h3{color:var(--navy);margin-bottom:4px;font-size:17px;font-weight:700;line-height:1}.subject-card-code{color:var(--text-secondary);font-size:13px;font-weight:500}.subject-card-chevron{width:20px;height:20px;stroke:var(--text-secondary);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;transition:stroke .2s,transform .2s}.subject-card:hover .subject-card-chevron{stroke:var(--accent);transform:translate(2px)}.subject-cards-stacked{grid-template-columns:repeat(2,1fr);max-width:none}.subject-card-disabled{opacity:.5;cursor:default}.subject-card-disabled:hover{border-color:var(--border);box-shadow:none}.coming-soon-badge{color:var(--accent);border:1px solid var(--accent);vertical-align:middle;border-radius:50px;margin-left:4px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-block}.subject-card-icon-disabled{background:var(--background)}.subject-card-icon-disabled svg{stroke:var(--text-secondary);color:var(--text-secondary)}.back-button{font-family:var(--font);color:var(--accent);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:28px;padding:0;font-size:15px;font-weight:600;transition:opacity .2s;display:inline-flex}.back-button:hover{opacity:.7}.back-button svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.papers-view{margin-top:40px}.section-video{background:var(--background);padding:80px 24px}.video-placeholder{aspect-ratio:16/9;background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);justify-content:center;align-items:center;max-width:640px;margin:0 auto;display:flex;overflow:hidden}.video-caption{color:var(--text-secondary);font-size:14px;font-weight:500}.section-cta{background:var(--navy);padding:80px 24px}.cta-title{color:#fff;letter-spacing:-.5px;margin-bottom:12px;font-size:36px;font-weight:800}.cta-subtitle{color:#fff9;margin-bottom:32px;font-size:17px}.cta-button{background:var(--accent);color:#fff;border-radius:50px;align-items:center;padding:18px 36px;font-size:17px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00bdb666}.cta-button:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:60%;height:100%;animation:3s ease-in-out infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{0%{left:-100%}40%{left:150%}to{left:150%}}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00bdb680}.footer{color:var(--text-secondary);text-align:center;border-top:1px solid var(--border);background:#fff;padding:32px 24px}.footer-links{justify-content:center;gap:24px;margin-bottom:24px;list-style:none;display:flex}.footer-links a{color:var(--text-secondary);font-size:14px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-copyright{color:#aaa;font-size:13px}@media (max-width:768px){.nav-links{display:none}.hero-content{grid-template-columns:1fr;gap:40px}.hero-text{text-align:center}.hero-buttons{justify-content:center}.hero-demo-card{margin-left:auto;margin-right:auto}.flip-card{max-width:360px;margin:0 auto}.hero-logo{font-size:48px}.hero-headline{font-size:22px}.hero-tagline{font-size:16px}.section-title{font-size:30px}.steps-flow{flex-direction:column;align-items:center;gap:0}.step{max-width:360px}.step-line{width:2px;min-width:2px;height:32px;margin-top:0}.features-primary,.features-secondary{grid-template-columns:1fr}section,.section-cta{padding:64px 20px}.cta-title{font-size:28px}}@media (max-width:480px){.hero-logo{font-size:40px}.hero-headline{font-size:20px}.hero-cta{padding:14px 28px;font-size:15px}.subject-cards-grid{grid-template-columns:1fr}.subject-pills{flex-direction:column;align-items:center}}.coming-soon{background:var(--navy);justify-content:center;align-items:center;min-height:100vh;display:flex}.coming-soon-content{text-align:center}.coming-soon-logo{letter-spacing:-2px;margin-bottom:16px;font-size:72px;font-weight:900}.coming-soon-logo .exam,.coming-soon-logo .cam{color:#fff}.coming-soon-logo .pen{color:var(--accent)}.coming-soon-text{color:#ffffff80;letter-spacing:4px;text-transform:uppercase;font-size:20px;font-weight:500}.fade-in{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(16px)}.fade-in.visible{opacity:1;transform:translateY(0)}
