:global(:root){--brand-primary: #1a1a1a;--brand-accent: #3b82f6;--bg-gradient: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%)}.landing-page{opacity:0;transition:opacity .8s ease-out;overflow-x:hidden}.landing-page.visible{opacity:1}.badge{display:inline-block;padding:6px 12px;background:#3b82f61a;color:var(--brand-accent);border-radius:99px;font-weight:700;font-size:13px;margin-bottom:24px}.highlight{background:linear-gradient(120deg,#3b82f633,#3b82f600);background-position:0 88%;background-repeat:no-repeat;background-size:100% .4em}.cta-button{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:12px;font-weight:600;text-decoration:none;transition:all .2s}.cta-button.primary{background:#1a1a1a;color:#fff;box-shadow:0 10px 20px #00000026}.cta-button.primary:hover{background:#333;transform:translateY(-2px);box-shadow:0 15px 30px #0003}.cta-button.secondary{background:#f3f4f6;color:#1a1a1a}.cta-button.secondary:hover{background:#e5e7eb}.ui-card{background:#fff;border-radius:20px;box-shadow:0 20px 40px #00000014,0 1px 3px #0000000d;border:1px solid rgba(0,0,0,.03)}.floating-card{position:absolute;padding:12px 20px;display:flex;align-items:center;gap:12px;font-weight:600;font-size:14px;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.feature-highlight-section{max-width:1200px;margin:0 auto -90px;padding:0 24px}.highlight-container{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:20px 0;background:transparent;border-radius:0;overflow:visible}.highlight-container.reverse{background:transparent;padding:0}.highlight-content h2{font-size:40px;font-weight:800;line-height:1.2;margin:0 0 24px;color:#1a1a1a}.highlight-content p{font-size:18px;color:#4b5563;line-height:1.6;word-break:keep-all;overflow-wrap:break-word;word-wrap:break-word;max-width:100%}.highlight-visual{display:flex;justify-content:center;position:relative;perspective:1000px}@media (max-width: 900px){.highlight-container{grid-template-columns:1fr;text-align:center;gap:20px;padding:40px 0}.highlight-visual{margin-top:-20px;width:100%}.highlight-container .highlight-content{order:-1}.highlight-content h2{font-size:32px}.highlight-container.reverse .highlight-content{order:-1}.highlight-container.reverse .highlight-visual{order:1}}@media (min-width: 901px){.feature-highlight-section{margin-bottom:0;padding-bottom:150px}.highlight-container{gap:120px;padding:60px 0}.highlight-container.reverse .highlight-content{order:2}.highlight-container.reverse .highlight-visual{order:1}}.hero-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;max-width:1200px;margin:0 auto;padding:80px 24px 120px;align-items:center}.hero-content{max-width:540px}.hero-title{font-size:clamp(40px,5vw,64px);font-weight:800;line-height:1.1;color:#1a1a1a;margin:0 0 24px;letter-spacing:-.03em}.hero-desc{font-size:18px;line-height:1.6;color:#4b5563;margin:0 0 40px}.hero-actions{display:flex;gap:16px;margin-bottom:48px}.hero-stats{display:flex;align-items:center;gap:24px}.stat{display:flex;flex-direction:column}.stat strong{font-size:20px;color:#1a1a1a}.stat span{font-size:13px;color:#6b7280}.divider{width:1px;height:32px;background:#e5e7eb}.hero-visual{position:relative;height:640px;display:flex;align-items:center;justify-content:center;perspective:1000px}.main-card{width:380px;max-width:100%;min-width:0;height:500px;padding:24px;transform:rotateY(-5deg) rotateX(2deg);animation:hero-float 6s ease-in-out infinite}@keyframes hero-float{0%,to{transform:rotateY(-5deg) rotateX(2deg) translateY(0)}50%{transform:rotateY(-2deg) rotateX(0) translateY(-10px)}}.card-header{display:flex;align-items:center;gap:16px;margin-bottom:32px}.dots{display:flex;gap:6px}.dots span{width:10px;height:10px;border-radius:50%;background:#f3f4f6}.dots span:nth-child(1){background:#fee2e2}.dots span:nth-child(2){background:#fef3c7}.dots span:nth-child(3){background:#d1fae5}.header-bar{flex:1;height:8px;background:#f3f4f6;border-radius:4px}.card-body .row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.skeleton-text{height:12px;background:#f3f4f6;border-radius:6px}.w-60{width:60%}.w-40{width:40%}.w-30{width:30%}.w-20{width:20%}.chart-area{display:flex;align-items:flex-end;justify-content:space-between;height:160px;margin-bottom:32px;padding-bottom:8px;border-bottom:1px solid #f3f4f6}.bar{width:15%;background:#eff6ff;border-radius:8px 8px 0 0}.bar-1{height:40%}.bar-2{height:70%}.bar-3{height:50%}.bar-4{height:90%;background:#3b82f6;box-shadow:0 4px 12px #3b82f64d}.skeleton-avatar{width:40px;height:40px;border-radius:50%;background:#f3f4f6}.col{display:flex;flex-direction:column;gap:6px;flex:1;margin-left:12px}.mt-4{margin-top:16px}.badge-pill{padding:4px 12px;background:#ecfdf5;color:#059669;font-size:11px;font-weight:700;border-radius:99px}.card-1{top:80px;right:-20px;z-index:2}.card-2{bottom:100px;left:-40px;z-index:2;animation-delay:2s}.icon-success{color:#22c55e}.icon-purple{color:#9333ea}@media (max-width: 900px){.hero-section{grid-template-columns:1fr;text-align:center;gap:60px}.hero-content{margin:0 auto}.hero-actions{justify-content:center;flex-wrap:wrap}.hero-stats{justify-content:center}.hero-visual{height:520px;font-size:.8em;margin:0 auto;width:100%}.main-card{width:100%}.card-1{right:0}.card-2{left:0}}@media (min-width: 901px){.hero-section{gap:120px;padding:120px 24px 200px}}.features-section{max-width:1200px;margin:0 auto;padding:0 24px 120px}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:32px;font-weight:800;margin:0 0 12px}.section-header p{color:#6b7280;font-size:18px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.feature-card{padding:32px;background:#f9fafb;border-radius:24px;transition:background .2s}.feature-card:hover{background:#f3f4f6}.icon-box{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;margin-bottom:24px}.icon-box.blue{background:#e0f2fe;color:#0284c7}.icon-box.purple{background:#f3e8ff;color:#9333ea}.icon-box.green{background:#dcfce7;color:#16a34a}.feature-card h3{font-size:20px;font-weight:700;margin:0 0 12px}.feature-card p{color:#4b5563;line-height:1.6;margin:0}@media (max-width: 480px){.features-section .grid{grid-template-columns:1fr}}@media (min-width: 901px){.grid{gap:64px}.features-section{padding-bottom:200px}.section-header{margin-bottom:100px}}.registration-card{width:420px;max-width:100%;min-width:0;height:auto;min-height:640px;padding:32px;position:relative;display:flex;flex-direction:column;transform:rotateY(5deg) rotateX(2deg);animation:registration-float 6s ease-in-out infinite;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:20px}@keyframes registration-float{0%,to{transform:rotateY(5deg) rotateX(2deg) translateY(0)}50%{transform:rotateY(2deg) rotateX(1deg) translateY(-10px)}}.registration-header{display:flex;flex-direction:column;margin-bottom:24px}.header-top-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.icon-wrapper{color:#1a1a1a;margin-bottom:8px}.form-group{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.form-label{font-size:14px;font-weight:700;color:#4b5563}.form-input-look{width:100%;background:#fff;display:flex;align-items:center;height:auto}.input-wrapper{border:1px solid #d1d5db;border-radius:8px;padding:12px 16px;width:100%;display:flex;align-items:center;height:48px;position:relative}.input-wrapper:has(.cursor){border-color:#d1d5db;box-shadow:none}.fake-input{font-size:15px;color:#1a1a1a;font-weight:400;line-height:1}.input-wrapper .fake-input{color:#1a1a1a}.cursor{width:1px;height:18px;background:#1a1a1a;margin-left:1px;animation:blink 1s step-end infinite;display:inline-block;vertical-align:middle}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.chip-container{display:flex;flex-wrap:wrap;gap:8px}@keyframes recommend-pulse{0%,to{background:#fff;border-color:#e5e7eb;box-shadow:0 0 #3b82f600}50%{background:#f0f9ff;border-color:#dbeafe;box-shadow:0 0 6px #3b82f626}}.chip-option{padding:8px 16px;border:1px solid #e5e7eb;border-radius:20px;font-size:14px;color:#4b5563;background:#fff;animation:recommend-pulse 3s infinite ease-in-out}.form-actions-mock{margin-top:auto;display:flex;gap:12px;justify-content:flex-end;padding-top:24px;border-top:1px solid #f3f4f6}.btn-ghost,.btn-primary{border-radius:8px;padding:10px 18px;font-size:14px;font-weight:700;cursor:default;transition:all .2s}.btn-ghost{background:#fff;border:1px solid #e5e7eb;color:#1a1a1a}.btn-ghost:hover{background:#f9fafb}.btn-primary.orange-theme{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.btn-primary.orange-theme:hover{background:#ffedd5;border-color:#fdc28c}.card-3{top:220px;right:-6px;left:auto;z-index:2;animation-delay:1s;padding:6px 12px;font-size:12px;gap:6px;line-height:1;min-height:auto}.icon-magic{font-size:16px}@media (max-width: 900px){.registration-card{margin:0 auto;width:100%;max-width:420px}.card-3{right:8px}}.phone-frame{width:320px;max-width:100%;height:640px;background:#f8fafc;border-radius:40px;border:8px solid #1a1a1a;box-shadow:0 25px 50px -12px #00000040;position:relative;overflow:hidden;display:flex;flex-direction:column;transform:rotateY(-5deg) rotateX(2deg);animation:mobile-float 6s ease-in-out infinite}@keyframes mobile-float{0%,to{transform:rotateY(-5deg) rotateX(2deg) translateY(0)}50%{transform:rotateY(-2deg) rotateX(0) translateY(-10px)}}.phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:120px;height:24px;background:#1a1a1a;border-bottom-left-radius:16px;border-bottom-right-radius:16px;z-index:10}.phone-screen{flex:1;background:#fdfbfb;display:flex;flex-direction:column;position:relative;padding-top:32px}.exam-header{padding:12px 16px;display:flex;flex-direction:column;gap:12px;background:#fff;border-bottom:1px solid #f1f5f9}.timer-bar{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;border-radius:99px;padding:4px 12px;font-size:13px;color:#64748b;font-weight:600}.timer-track{width:80px;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.timer-fill{width:30%;height:100%;background:#3b82f6}.top-buttons{display:flex;gap:8px;justify-content:flex-end}.micro-btn{padding:4px 10px;font-size:11px;border:1px solid #e2e8f0;border-radius:99px;color:#64748b;background:#fff}.question-nav{display:flex;gap:8px;padding:12px 16px;overflow-x:hidden;background:#fff}.nav-circle{min-width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;display:grid;place-items:center;font-size:14px;font-weight:600;color:#64748b}.nav-circle.active{background:#f59e0b;color:#fff;border-color:#f59e0b}.question-content-area{flex:1;padding:24px 20px;display:flex;flex-direction:column;gap:20px}.q-num-large{font-size:18px;font-weight:800;color:#1a1a1a}.text-lines{display:flex;flex-direction:column;gap:8px}.text-line{height:10px;background:#f1f5f9;border-radius:4px}.visual-box{height:100px;background:#f8fafc;border-radius:12px;border:1px dashed #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:24px}.choice-list-text{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px;font-size:13px;color:#4b5563;line-height:1.5}.choice-list-text span{display:inline-block}.omr-sheet{background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;box-shadow:0 -4px 20px #0000000d;padding:16px 20px;display:flex;flex-direction:column;gap:12px;margin-top:auto}.omr-numbers{display:flex;justify-content:space-between;gap:6px}.omr-option{flex:1;height:32px;border-radius:6px;border:1px solid #e2e8f0;display:grid;place-items:center;font-size:13px;color:#475569;font-weight:700;background:#fff}.omr-option:hover{background:#f8fafc}.meta-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:6px}.meta-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 2px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;gap:2px}.meta-btn.selected{border-color:#f59e0b;background:#fffbeb}.meta-alpha{font-size:13px;font-weight:800;color:#1a1a1a}.meta-btn.selected .meta-alpha{color:#d97706}.meta-desc{font-size:9px;color:#94a3b8;text-align:center;letter-spacing:-.02em}.next-button-block{width:100%;padding:10px;background:#f8fafc;color:#64748b;font-weight:700;text-align:center;border-radius:10px;margin-top:4px;font-size:13px}@media (max-width: 900px){.phone-frame{margin:0 auto}}.report-dashboard{width:420px;max-width:100%;min-width:0;height:480px;padding:24px;display:flex;flex-direction:column;transform:rotateY(-5deg) rotateX(2deg);animation:report-float 6s ease-in-out infinite}@keyframes report-float{0%,to{transform:rotateY(-5deg) rotateX(2deg) translateY(0)}50%{transform:rotateY(0) rotateX(0) translateY(-10px)}}.dashboard-header{display:flex;align-items:center;margin-bottom:24px}.dashboard-grid{display:grid;gap:16px;margin-bottom:20px}.sub-card{background:#f8fafc;border-radius:12px;padding:16px;border:1px solid #f1f5f9}.sub-label{font-size:12px;font-weight:700;color:#64748b;margin-bottom:12px;text-transform:uppercase;letter-spacing:.02em}.meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.meta-badge{font-size:11px;padding:2px 8px;border-radius:4px;font-weight:600}.meta-badge.easy{background:#dcfce7;color:#166534}.meta-bar-bg{flex:1;height:6px;background:#e2e8f0;border-radius:3px}.meta-bar{height:100%;border-radius:3px}.meta-bar.danger{background:#ef4444}.meta-val{font-size:11px;font-weight:700}.meta-val.danger{color:#ef4444}.meta-feedback{font-size:13px;font-weight:700;color:#b91c1c;background:#fef2f2;padding:6px 10px;border-radius:8px;display:inline-block}.rank-list{display:flex;flex-direction:column;gap:8px}.rank-item{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#fff;border-radius:8px;border:1px solid #f1f5f9}.rank-item.highlight{background:#fff1f2;border-color:#fecdd3}.rank-num{font-size:12px;font-weight:800;color:#94a3b8;width:14px}.rank-item.highlight .rank-num{color:#e11d48}.rank-name{font-size:13px;font-weight:600;color:#1e293b;flex:1}.rank-badge{font-size:10px;font-weight:700;color:#fff;background:#e11d48;padding:2px 6px;border-radius:99px}.filter-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.filter-btn{font-size:12px;font-weight:600;padding:6px 12px;border-radius:99px;background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.filter-btn.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a;box-shadow:0 4px 10px #00000026}.card-4{bottom:40px;right:-40px;z-index:2;animation-delay:1.5s;background:#fff}.icon-brain{font-size:18px}@media (max-width: 900px){.report-dashboard{margin:0 auto;width:100%;max-width:420px}.card-4{right:0}}.digi-pipeline{width:100%;max-width:820px;height:auto;min-height:260px;padding:20px;display:flex;align-items:center;justify-content:space-between;transform:none;animation:none;background:transparent;margin:0 auto}.pipeline-card{display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;z-index:1}.pipeline-label{font-size:14px;font-weight:700;color:#1f2937;white-space:nowrap;display:inline-block;transform:translateZ(0);backface-visibility:hidden}.doc-icon,.app-icon{width:120px;height:150px;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px #00000014;border:1px solid #f1f5f9}.doc-icon{background:#f8fafc;color:#cbd5e1}.app-icon{background:#1a1a1a;flex-direction:column;gap:8px;padding:16px}.mini-row{width:100%;height:6px;background:#fff3;border-radius:4px}.mini-btn{width:60%;height:20px;background:#3b82f6;border-radius:6px;margin-top:auto}.pipeline-process{flex:1;min-width:40px;height:4px;background:#f1f5f9;margin:0 12px 24px;position:relative;border-radius:4px;overflow:hidden}.process-beam{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,#3b82f6,transparent);background-size:50% 100%;background-repeat:no-repeat;animation:beam-flow 1.5s linear infinite}.speed-badge{top:0;left:23%;background:#fcfcfc;border-color:#fef3c7;color:#d97706;animation-delay:.5s;width:max-content}.icon-timer{font-size:16px}@keyframes beam-flow{0%{background-position:-100% 0}to{background-position:200% 0}}.screen-shimmer{animation:shimmer 2s ease-in-out infinite}@keyframes shimmer{0%,to{box-shadow:0 8px 20px #0000001a}50%{box-shadow:0 8px 25px #2563eb33}}@media (max-width: 900px){.digi-pipeline{width:100%;max-width:100%;height:auto;padding:24px;margin:0 auto;transform:none!important;animation:none}.doc-icon,.app-icon{width:60px;height:80px}.pipeline-label{font-size:12px}.doc-icon :global(svg),.app-icon :global(svg){transform:scale(.8)}}.meta-chips-card{width:auto;height:auto;min-height:100px;min-width:150px;background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:rotate(-2deg) translateY(-5px);animation:note-float 4s ease-in-out infinite;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;margin-bottom:0;z-index:10}@keyframes note-float{0%,to{transform:rotate(-2deg) translateY(-5px)}50%{transform:rotate(-2deg) translateY(-15px)}}.note-title{font-size:14px;font-weight:800;color:#1a1a1a;border-bottom:2px solid #3b82f6;padding-bottom:4px;margin-bottom:4px;width:100%}.mini-chip{display:flex;align-items:center;gap:8px;padding:0;height:auto;background:transparent;box-shadow:none;border:none;border-radius:0;font-family:Comic Sans MS,Chalkboard SE,Marker Felt,sans-serif;font-size:14px;font-weight:500;color:#4b5563;transition:none}.mini-chip:before{content:"";display:block;width:6px;height:6px;background-color:#ef4444;border-radius:50%}.mini-chip:nth-child(3):before{background-color:#f59e0b}.mini-chip:nth-child(4):before{background-color:#3b82f6}.mini-chip.mistake,.mini-chip.concept,.mini-chip.guess{background:transparent;color:#4b5563;border:none}.mini-chip:hover{transform:none;color:#1a1a1a}@media (max-width: 600px){.digi-pipeline{padding:12px}.pipeline-label{font-size:11px}.doc-icon,.app-icon{width:52px;height:72px}.pipeline-process{min-width:16px;margin:0 6px 18px}.meta-chips-card{min-width:110px;padding:12px}.note-title,.mini-chip{font-size:12px}}
