@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;margin:0;padding:0}body{font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#444;background-color:#fafbfc;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{color:#222;font-weight:700;line-height:1.2}h1,h2,h3{font-size:18px}h4{font-size:15px}p{font-size:15px;margin:0}a{color:#38c6d9;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}code{font-family:Menlo,Monaco,Courier New,monospace;font-size:13px;padding:2px 4px;background-color:#f4f4f4;border-radius:3px}.primary-button{background-color:#38c6d9;color:#fff;border:none;border-radius:6px;padding:12px 20px;font-size:15px;cursor:pointer;transition:box-shadow .2s ease}.primary-button:hover{box-shadow:0 6px 16px #38c6d940}.primary-button:focus{outline:2px solid rgba(56,198,217,.4);outline-offset:2px}.primary-button:disabled{background-color:#dde3ea;color:#8b8f99;cursor:not-allowed;box-shadow:none}.secondary-button{background-color:#fff;color:#222;border:1px solid #e4e6eb;border-radius:6px;padding:10px 16px;font-size:15px;cursor:pointer;transition:background-color .2s ease}.secondary-button:hover{background-color:#f0f2f5}.secondary-button:hover:disabled{background-color:#fafbfc}.secondary-button:disabled{background-color:#fafbfc;color:#8b8f99;cursor:not-allowed;border-color:#dde3ea}.danger-button{background-color:#fff;color:#b91c1c;border:1px solid #ffbaba;border-radius:6px;padding:10px 16px;font-size:15px;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.danger-button:hover{background-color:#ffefef}.danger-button:focus{outline:none;box-shadow:0 0 0 3px #ff525240}.danger-button:disabled{cursor:not-allowed;opacity:.6}.compact-button{padding:10px 16px;font-size:14px}.icon-button{background:none;border:none;color:#888;font-size:18px;line-height:1;padding:4px;cursor:pointer;border-radius:4px;transition:background-color .15s ease,color .15s ease}.icon-button:hover{background-color:#fee;color:#c00}.icon-button:disabled{color:#ccc;cursor:not-allowed}.button-group{display:flex;gap:12px;align-items:center}.app-card{background-color:#fff;border:1px solid #e4e6eb;border-radius:6px;padding:16px;box-shadow:0 4px 10px #2222220a}.app-card h2{font-size:18px;color:#222;margin-bottom:12px}.app-card p,.app-card li{font-size:15px;color:#444}.app-card ol{display:grid;gap:8px;padding-left:20px}.auth-card{max-width:360px;margin:80px auto;background-color:#fff;border:1px solid #e4e6eb;border-radius:6px;padding:24px;box-shadow:0 8px 24px #22222214;text-align:center}.auth-card h1{font-size:18px;margin-bottom:12px}.auth-card p{color:#444;margin-bottom:24px}.modal-card{width:min(850px,100%);background-color:#fff;border:1px solid #e4e6eb;border-radius:6px;box-shadow:0 16px 32px #22222229;padding:24px;display:grid;gap:20px;max-height:calc(100vh - 96px);overflow-y:auto}.modal-card-wide{max-width:1100px;width:95%}.modal-card-extra-wide{max-width:1400px;width:95%}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.card-set-list{list-style:none;display:grid;gap:12px;padding:0;margin:0}.card-set-item{border:1px solid #e4e6eb;border-radius:6px;padding:16px;display:flex;justify-content:space-between;gap:16px;background-color:#fff}.card-set-meta{flex:1;display:grid;gap:8px}.card-set-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.card-set-meta h3{font-size:18px;margin-bottom:6px}.card-set-meta p{font-size:15px;color:#444}.card-set-details{display:grid;gap:6px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));font-size:13px;color:#222}.card-set-details strong{color:#222}.card-set-dates{font-size:13px;color:#555}.card-set-status{display:flex;align-items:center;gap:8px}.card-set-actions{display:flex;flex-direction:column;gap:8px;align-items:flex-end;min-width:140px}.error-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;background-color:#ffefef;color:#8a1f1f;border:1px solid #ffbaba;border-radius:6px;padding:12px 16px;margin-bottom:16px}.error-banner>div{display:flex;flex-direction:column;gap:12px}.error-banner button{background:transparent;border:none;color:inherit;cursor:pointer}.success-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;background-color:#22c55e1f;color:#15803d;border:1px solid rgba(34,197,94,.4);border-radius:6px;padding:12px 16px;margin-bottom:16px}.success-banner>div{display:flex;flex-direction:column;gap:12px}.success-banner button{background:transparent;border:none;color:inherit;cursor:pointer}.card-table-wrapper{overflow-x:auto}.card-table{width:100%;border-spacing:0;border-collapse:separate}.card-table th,.card-table td{text-align:left;padding:12px;border-bottom:1px solid #e4e6eb;vertical-align:top}.card-table tbody tr:hover{background-color:#f5f7fa}.card-table th{font-size:13px;font-weight:600;color:#222;background-color:#fafbfc}.card-table td{font-size:15px;color:#444}.form-field{display:grid;gap:6px}.form-field label{font-size:13px;color:#222}.form-field input,.form-field textarea{width:100%;border:1px solid #e4e6eb;border-radius:6px;padding:12px;font-size:15px;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:#38c6d9;box-shadow:0 0 0 3px #38c6d933}.form-field textarea{resize:vertical;min-height:120px}.form-row{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.modal-form{display:grid;gap:16px}.card-input{width:100%;border:1px solid #e4e6eb;border-radius:6px;padding:10px 12px;font-size:15px;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.card-input[type=number]{padding-right:8px}.card-input.card-input-textarea{resize:vertical;min-height:90px}.card-input:focus{outline:none;border-color:#38c6d9;box-shadow:0 0 0 3px #38c6d92e}.card-input[disabled]{background-color:#f0f2f5;color:#8b8f99}.card-filter-input{border:1px solid #e4e6eb;border-radius:6px;padding:10px 14px;font-size:15px;width:240px;transition:border-color .2s ease,box-shadow .2s ease}.card-filter-input:focus{outline:none;border-color:#38c6d9;box-shadow:0 0 0 3px #38c6d933}.checkbox-field{display:flex;align-items:center;gap:8px;font-size:15px;color:#444}.checkbox-field input{width:auto;height:auto}.checkbox-field-inline{display:flex;align-items:center;gap:4px;font-size:13px;color:#444;white-space:nowrap}.checkbox-field-inline input[type=checkbox]{width:14px;height:14px}.modal-backdrop{position:fixed;inset:0;background-color:#22222273;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}.modal-header{display:grid;gap:4px}.modal-header h3{font-size:18px;color:#222;margin-bottom:6px}.modal-header p{font-size:13px;color:#555}.modal-actions{display:flex;justify-content:flex-end;gap:12px}.modal-tabs{display:flex;gap:8px;border-bottom:1px solid #e4e6eb;padding-bottom:8px;margin-top:-8px}.tab-button{background:transparent;border:1px solid transparent;border-radius:6px 6px 0 0;padding:8px 16px;font-size:15px;color:#555;cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.tab-button:hover{color:#222}.tab-button.active{color:#222;border-color:#e4e6eb;border-bottom-color:#fff;background-color:#fff;font-weight:600}.modal-body{padding:16px 0;display:flex;flex-direction:column;gap:12px}.status-pill{padding:6px 10px;border-radius:999px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:6px}.status-pill.success{background-color:#22c55e1f;color:#15803d}.status-pill.muted{background-color:#0f172a14;color:#1f2937}.status-pill.alert{background-color:#ef44441f;color:#b91c1c}.status-pill.warning{background-color:#fbbf241f;color:#b45309}.status-pill.info{background-color:#38c6d91f;color:#0e7490}.pagination-controls{margin-top:16px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid #e4e6eb;padding-top:12px}.pagination-info{font-size:13px;color:#555}.pagination-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pagination-page-indicator{font-size:13px;color:#222}.pagination-size{display:flex;align-items:center;gap:8px;font-size:13px;color:#555}.pagination-size select{border:1px solid #e4e6eb;border-radius:6px;padding:8px 12px;font-size:15px;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.pagination-size select:focus{outline:none;border-color:#38c6d9;box-shadow:0 0 0 3px #38c6d92e}.card-fields-list{display:grid;gap:12px}.card-field{border:1px solid #e4e6eb;border-radius:6px;padding:12px;background-color:#fff;display:grid;gap:10px}.card-field-header{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.card-field-name{font-weight:600;color:#222}.card-field-type{font-size:13px;color:#555}.card-field-media{display:grid;gap:8px}.card-field-media img{width:min(320px,100%);max-height:220px;object-fit:contain;border-radius:6px;border:1px solid #e4e6eb}.card-field-media audio{width:100%}.card-field-meta{font-size:13px;color:#555;display:flex;flex-wrap:wrap;gap:12px}.card-field-empty{font-size:13px;color:#555}.card-field-attributes{display:grid;gap:8px}.card-field-control{display:grid;gap:6px}.card-field-control-label{font-size:13px;color:#222}.card-field-actions{display:flex;flex-wrap:wrap;gap:8px}.card-field-error{font-size:13px;color:#b91c1c}.card-row-actions{display:flex;justify-content:flex-end;gap:8px}.card-updated-label{font-size:13px;color:#555}.card-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.card-toolbar-left{display:flex;flex-direction:column;gap:4px;color:#555;font-size:13px}.card-toolbar-left h2{color:#222;margin:0}.card-toolbar-right{display:flex;align-items:center;gap:12px}.template-editor-layout{display:grid;gap:24px;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:start}.template-editor-pane{display:grid;gap:16px}.template-editor-pane-preview{gap:16px}.template-preview-block{border:1px solid #e4e6eb;border-radius:6px;background-color:#fafbfc;padding:16px;display:grid;gap:12px}.template-preview-info{display:grid;gap:4px}.template-preview-info h4{font-size:15px;color:#222}.template-preview-info p{font-size:13px;color:#555}.template-preview-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.template-preview-column{display:grid;gap:8px}.template-preview-label{font-size:13px;color:#222;font-weight:600}.template-preview-frame{width:100%;min-height:220px;border:none;border-radius:6px;background-color:#fff;box-shadow:0 4px 10px #2222220a}.template-schema-block{border:1px solid #e4e6eb;border-radius:6px;background-color:#fff;padding:16px;display:grid;gap:12px;box-shadow:0 4px 10px #2222220a}.template-schema-header{display:grid;gap:4px}.template-schema-header h4{font-size:15px;color:#222}.template-schema-header p{font-size:13px;color:#555}.template-schema-helper{font-size:12px;color:#555}.template-schema-empty{font-size:13px;color:#555}.template-schema-list{display:grid;gap:10px;margin:0}.template-schema-row{display:grid;gap:4px}.template-schema-row dt{font-size:13px;color:#222;font-weight:600;word-break:break-word}.template-schema-row dd{margin:0;display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:#555}.template-schema-label{color:#222}.template-schema-type{padding:2px 6px;border-radius:999px;background-color:#38c6d91f;color:#0f4c58}.template-schema-required{color:#555}.template-fields{display:grid;gap:12px}.template-field-row{border:1px solid #e4e6eb;border-radius:6px;padding:12px;background-color:#fafbfc;display:grid;gap:12px}.template-field-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.template-field-footer{display:flex;justify-content:space-between;align-items:center;gap:12px}.template-field-row-compact{display:flex;align-items:center;gap:8px;padding:8px;background:#fafbfc;border:1px solid #e4e6eb;border-radius:6px}.template-field-row-compact .form-field{flex:1;min-width:0}.template-field-row-compact .form-field:first-child{flex:2}.template-field-row-compact input,.template-field-row-compact select{padding:6px 8px;font-size:13px}.template-field-controls{display:flex;justify-content:flex-end}.template-field-empty{font-size:13px;color:#555}.template-description{font-size:12px;color:#666;margin:0}.template-date{font-size:13px}.template-detail-header{margin-bottom:16px}.template-detail-container{grid-column:1 / -1;width:100%}.template-detail-grid{display:grid;gap:24px;grid-template-columns:1fr 1fr}.upload-label{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.upload-label[aria-disabled=true]{pointer-events:none;color:#8b8f99}.import-form{padding:24px}.import-info{display:grid;gap:8px;margin-bottom:24px}.import-info h4{font-size:15px;font-weight:600;color:#222;margin:0}.import-info p{font-size:13px;color:#444;margin:0;line-height:1.5}.import-hint{color:#555!important;font-style:italic}.import-actions{display:flex;justify-content:center;padding:32px 0}.import-progress{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 0}.import-progress span{font-size:15px;color:#444}.import-spinner{width:32px;height:32px;border:3px solid #e4e6eb;border-top-color:#38c6d9;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.create-form-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px}.create-form-layout-3col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.create-form-section{display:flex;flex-direction:column;gap:12px}.create-form-section h4{font-size:15px;font-weight:600;color:#222;margin:0;padding-bottom:8px;border-bottom:1px solid #e4e6eb}.section-hint{font-size:13px;color:#555;margin:0}.add-card-fields{display:flex;flex-direction:column;gap:12px}.add-card-field-row{display:flex;flex-direction:column;gap:4px;padding:12px;background:#fafbfc;border:1px solid #e4e6eb;border-radius:6px}.add-card-field-label{font-size:13px;font-weight:600;color:#222}.add-card-field-row .card-input{width:100%}.add-card-field-row .card-input-textarea{resize:vertical;min-height:60px}.add-card-field-type{font-weight:400;color:#666;margin-left:6px;font-size:12px}.add-card-media-field{display:flex;flex-direction:column;gap:8px}.add-card-media-preview{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.add-card-media-preview img{max-width:200px;max-height:150px;border-radius:4px;border:1px solid #e4e6eb}.add-card-media-preview audio{max-width:100%}.add-card-media-upload{display:flex;align-items:center}.json-editor-wrapper{flex:1;min-height:400px;border:1px solid #e4e6eb}.json-viewer-wrapper{border:1px solid #e4e6eb;height:500px}.json-paste-section{margin-top:8px;display:flex;flex-direction:column;gap:8px}.json-paste-textarea{font-family:monospace;font-size:13px;line-height:1.4;resize:vertical;min-height:120px}@media(max-width:960px){.template-editor-layout{grid-template-columns:1fr}.create-form-layout-3col{grid-template-columns:1fr 1fr}.create-form-layout-3col .create-form-section:last-child{grid-column:span 2}}@media(max-width:768px){.template-detail-grid{grid-template-columns:1fr}}@media(max-width:720px){.card-set-item{flex-direction:column;align-items:stretch}.card-set-actions{align-items:stretch;flex-direction:row;flex-wrap:wrap;justify-content:flex-end}.card-toolbar{flex-direction:column;align-items:flex-start}.card-toolbar-right{width:100%;justify-content:space-between}.card-filter-input{flex:1}.create-form-layout,.create-form-layout-3col{grid-template-columns:1fr}.create-form-layout-3col .create-form-section:last-child{grid-column:span 1}.modal-card-wide{max-width:100%;width:100%;margin:0;border-radius:0;max-height:100vh}}.question-card{background:#fff;border:1px solid #e4e6eb;border-radius:6px;padding:16px;margin-bottom:16px}.question-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.question-card-meta{display:flex;gap:12px;align-items:center}.question-order{font-weight:700;color:#222;font-size:15px}.question-type-badge{background:#f0f2f5;color:#444;padding:4px 8px;border-radius:4px;font-size:13px}.question-actions{display:flex;gap:8px}.question-card-body{display:flex;flex-direction:column;gap:12px}.question-text{font-size:15px;color:#222;line-height:1.5;margin:0}.question-options{display:flex;flex-direction:column;gap:8px;padding-left:8px}.question-option{display:flex;align-items:center;gap:8px;padding:8px;border-radius:4px;background:#fafbfc}.question-option.correct-answer{background:#e8f5e9;border:1px solid #22c55e}.option-label{font-weight:700;color:#444;min-width:24px}.option-text{flex:1;color:#222}.correct-indicator{color:#22c55e;font-weight:700}.question-explanation{padding:12px;background:#f0f2f5;border-radius:4px;font-size:14px;color:#444;line-height:1.5}.context-section{background:#fff;border:1px solid #e4e6eb;border-radius:6px;padding:20px;margin-bottom:24px}.context-header h3{font-size:18px;color:#222;margin:0 0 12px}.context-content{margin-bottom:20px}.context-passage{background:#fafbfc;padding:16px;border-radius:6px;border:1px solid #e4e6eb;font-size:15px;line-height:1.6;color:#222;white-space:pre-wrap}.context-questions h4{font-size:16px;color:#444;margin:0 0 12px}.difficulty-indicator-wrapper{display:flex;flex-direction:column;gap:4px}.difficulty-label{font-size:13px;color:#444}.difficulty-bar{width:100%;height:8px;background:#e4e6eb;border-radius:4px;overflow:hidden}.difficulty-bar-fill{height:100%;transition:width .3s ease;border-radius:4px}.difficulty-easy{background:#22c55e}.difficulty-medium{background:#f59e0b}.difficulty-hard{background:#ff5252}.validation-warnings{display:flex;flex-wrap:wrap;gap:8px}.validation-warning{background:#fff3cd;border:1px solid #f59e0b;color:#856404;padding:6px 12px;border-radius:4px;font-size:13px}.option-editor{display:flex;align-items:center;gap:8px;margin-bottom:8px}.option-editor .option-label{font-weight:700;min-width:24px}.option-editor .card-input{flex:1}.option-controls{display:flex;gap:4px}.review-metadata{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid #e4e6eb}.review-metadata>div{font-size:14px;color:#444}.review-metadata strong{color:#222;margin-right:4px}.exam-header{margin-bottom:16px}.exam-header h2{margin-bottom:12px;color:#222}.exam-info{display:flex;gap:24px;flex-wrap:wrap;font-size:14px;color:#444}.exam-timer{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;background-color:#f8f9fa;border:2px solid #e4e6eb;border-radius:8px;margin-bottom:20px;transition:all .3s ease}.exam-timer.timer-warning{background-color:#fff5f5;border-color:#ff5252;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.timer-icon{font-size:24px}.timer-display{font-size:28px;font-weight:700;color:#222;font-variant-numeric:tabular-nums}.timer-warning .timer-display{color:#ff5252}.timer-label{font-size:13px;font-weight:600;color:#ff5252;text-transform:uppercase}.exam-progress-container{margin-bottom:24px}.exam-progress{width:100%;height:12px;background-color:#e4e6eb;border-radius:6px;margin-bottom:8px;overflow:hidden;box-shadow:inset 0 1px 3px #0000001a}.exam-progress-bar{height:100%;background:linear-gradient(90deg,#38c6d9,#2ab3c4);transition:width .3s ease;border-radius:6px}.progress-text{text-align:center;font-size:13px;color:#444;font-weight:600}.question-navigation{display:flex;flex-wrap:wrap;gap:8px;padding:16px;background-color:#f8f9fa;border-radius:8px;margin-bottom:24px;justify-content:center}.question-nav-item{width:36px;height:36px;border:2px solid #e4e6eb;background-color:#fff;border-radius:6px;font-size:13px;font-weight:600;color:#444;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.question-nav-item:hover{border-color:#38c6d9;background-color:#f0fbfc}.question-nav-item.current{border-color:#38c6d9;background-color:#38c6d9;color:#fff}.question-nav-item.answered{background-color:#e8f5e9;border-color:#22c55e;color:#22c55e}.question-nav-item.answered.current{background-color:#22c55e;border-color:#22c55e;color:#fff}.question-card{background-color:#fff;border:1px solid #e4e6eb;border-radius:6px;padding:24px;margin-bottom:24px}.question-instructions{font-size:13px;color:#444;background-color:#f0fafb;border:1px solid #d0eef2;border-radius:4px;padding:10px 14px;margin-bottom:16px;line-height:1.5}.context-display{background-color:#f8f9fa;border-left:4px solid #38c6d9;padding:16px;margin-bottom:24px;border-radius:4px}.context-text{font-size:15px;line-height:1.6;color:#222;white-space:pre-wrap}.context-media{margin-top:12px}.context-media audio{width:100%;max-width:400px}.question-text{font-size:16px;font-weight:600;color:#222;margin-bottom:20px;line-height:1.5}.option-item{display:flex;align-items:center;padding:12px;border:1px solid #e4e6eb;border-radius:6px;margin-bottom:8px;cursor:pointer;transition:background-color .2s ease}.option-item:hover{background-color:#f8f9fa}.option-item input[type=radio]{margin-right:12px;cursor:pointer}.option-item span{font-size:15px;color:#222}.exam-controls{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.text-alert{color:#ff5252;font-weight:600}.exam-results{max-width:900px;margin:0 auto}.results-top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.results-top-bar h2{margin:0;color:#222}.score-card{background-color:#fff;border:2px solid #e4e6eb;border-radius:8px;padding:32px;margin-bottom:24px;text-align:center}.score-card.score-pass{border-color:#22c55e;background-color:#f0fdf4}.score-card.score-fail{border-color:#ff5252;background-color:#fff5f5}.score-main{margin-bottom:16px}.score-percentage{font-size:64px;font-weight:700;color:#222;line-height:1;margin-bottom:4px}.score-status{font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-top:4px}.score-pass .score-status{color:#22c55e}.score-fail .score-status{color:#ff5252}.score-progress-bar{height:8px;background-color:#e4e6eb;border-radius:4px;overflow:hidden;margin:16px auto 24px;max-width:400px}.score-progress-fill{height:100%;border-radius:4px;transition:width .6s ease}.score-progress-fill.fill-pass{background-color:#22c55e}.score-progress-fill.fill-fail{background-color:#ff5252}.score-details{margin-top:16px}.score-stats{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;gap:8px}.stat-label{font-size:13px;color:#666;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.stat-value{font-size:20px;font-weight:700;color:#222}.question-dots{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-bottom:24px}.question-dot{width:12px;height:12px;border-radius:50%;display:inline-block}.question-dot.dot-correct{background-color:#22c55e}.question-dot.dot-incorrect{background-color:#ff5252}.review-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.review-toolbar h3{margin:0;color:#222}.review-filters{display:flex;gap:4px;background-color:#f1f3f5;border-radius:6px;padding:3px}.filter-button{padding:6px 14px;border:none;background:transparent;border-radius:4px;font-size:13px;font-weight:500;color:#666;cursor:pointer;transition:all .15s ease}.filter-button:hover{color:#222}.filter-button.filter-active{background-color:#fff;color:#222;font-weight:600;box-shadow:0 1px 2px #00000014}.answer-review{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.answer-item{background-color:#fff;border:1px solid #e4e6eb;border-radius:6px;overflow:hidden}.answer-item.answer-correct{border-left:4px solid #22c55e}.answer-item.answer-incorrect{border-left:4px solid #ff5252}.answer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;-webkit-user-select:none;user-select:none}.answer-header-right{display:flex;align-items:center;gap:12px}.answer-chevron{font-size:11px;color:#999}.answer-number{font-weight:600;color:#222}.answer-indicator{font-weight:600;font-size:13px}.answer-indicator.correct{color:#22c55e}.answer-indicator.incorrect{color:#ff5252}.answer-body{padding:0 20px 20px}.answer-details{margin-top:16px}.answer-row{display:flex;gap:8px;margin-bottom:8px;font-size:15px}.answer-row strong{color:#222}.text-success{color:#22c55e;font-weight:600}.text-error{color:#ff5252;font-weight:600}.options-results{display:flex;flex-direction:column;gap:8px;margin-top:12px}.option-result{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border:1px solid #e4e6eb;border-radius:6px;font-size:15px;color:#444;background-color:#fafbfc}.option-result.option-result-correct{border-color:#22c55e;background-color:#f0fdf4;color:#222}.option-result.option-result-wrong{border-color:#ff5252;background-color:#fff5f5;color:#222}.option-result-text{flex:1}.option-result-marker{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;margin-left:12px;white-space:nowrap}.option-result-correct .option-result-marker{color:#22c55e}.option-result-wrong .option-result-marker{color:#ff5252}.answer-explanation{margin-top:12px;padding-top:12px;border-top:1px solid #e4e6eb}.answer-explanation p{font-size:14px;color:#444;line-height:1.6;margin-top:4px}.results-actions{display:flex;justify-content:center;margin-top:32px}.exam-mode-badge{display:inline-block;font-size:13px;font-weight:400;background-color:#38c6d9;color:#fff;padding:2px 10px;border-radius:12px;margin-left:10px;vertical-align:middle}.srs-impact-card{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:20px 24px;margin-bottom:24px}.srs-impact-card h3{margin:0 0 4px;font-size:15px;color:#222}.checkbox-label{display:flex;align-items:center;gap:6px;font-size:14px;color:#444;cursor:pointer}.help-text{font-size:13px;color:#666;margin-top:4px}.muted-text{color:#666}.question-text{font-size:13px}.text-center{text-align:center}.page-stack{display:flex;flex-direction:column;gap:24px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-actions{display:flex;gap:8px;flex-wrap:wrap}.content-padding{padding:16px}.options-list{display:flex;flex-direction:row;justify-content:space-between}.empty-state{text-align:center;padding:32px;color:#666}.status-indicator{margin-left:8px;color:#38c6d9}.hidden{display:none}.cursor-pointer{cursor:pointer}.input-narrow{max-width:300px}.full-width{width:100%}.table-col-narrow{width:220px}.table-col-60{width:60%}.table-col-16{width:16%}.table-col-12{width:12%}.form-section-budget{padding:16px;border-top:1px solid #E4E6EB}.landing-root{overflow-x:hidden}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 0;transition:background-color .3s ease,box-shadow .3s ease,padding .3s ease}.landing-nav--scrolled{background-color:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 8px #2222220f;padding:10px 0}.landing-nav-inner{max-width:1120px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.landing-brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:#222;text-decoration:none;cursor:pointer}.landing-brand:hover{text-decoration:none}.landing-brand-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;background:linear-gradient(135deg,#38c6d9,#2ab0c2);color:#fff;border-radius:8px;font-size:18px;font-weight:700}.landing-nav-links{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}.landing-nav-links button{background:none;border:none;font-family:inherit;font-size:15px;color:#444;padding:8px 14px;border-radius:6px;cursor:pointer;transition:color .2s ease,background-color .2s ease}.landing-nav-links button:hover{color:#222;background-color:#38c6d90f}.landing-nav-cta{background-color:#38c6d9!important;color:#fff!important;padding:8px 20px!important;font-weight:700}.landing-nav-cta:hover{box-shadow:0 4px 14px #38c6d94d;background-color:#2fb8ca!important}.landing-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.landing-hamburger span{display:block;width:24px;height:2px;background:#222;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.landing-hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.landing-hamburger--open span:nth-child(2){opacity:0}.landing-hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;gap:64px;padding:120px 24px 80px;max-width:1120px;margin:0 auto;overflow:hidden}.hero-particles{position:absolute;inset:0;pointer-events:none;z-index:0}.hero-particle{position:absolute;font-family:Noto Sans JP,sans-serif;font-weight:700;animation:heroFloat ease-in-out infinite;pointer-events:none;-webkit-user-select:none;user-select:none}@keyframes heroFloat{0%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-24px) rotate(3deg)}to{transform:translateY(0) rotate(-3deg)}}.hero-glow{position:fixed;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:0}.hero-glow--1{width:500px;height:500px;background:#38c6d914;top:-100px;right:-100px}.hero-glow--2{width:400px;height:400px;background:#38c6d90d;bottom:0;left:-80px}.hero-content{position:relative;z-index:1;flex:1;max-width:540px}.hero-badge{display:inline-block;padding:6px 14px;background:#38c6d914;border:1px solid rgba(56,198,217,.2);border-radius:20px;font-size:13px;font-weight:700;color:#38c6d9;margin-bottom:24px;letter-spacing:.02em}.hero-title{font-size:44px;font-weight:700;color:#222;line-height:1.15;margin-bottom:20px}.hero-title-accent{background:linear-gradient(135deg,#38c6d9,#2a9dad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:17px;color:#555;line-height:1.7;margin-bottom:32px}.hero-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.hero-cta-primary{background:linear-gradient(135deg,#38c6d9,#2fb8ca);color:#fff;border:none;border-radius:6px;padding:14px 28px;font-size:15px;font-weight:700;cursor:pointer;transition:box-shadow .3s ease,transform .2s ease;font-family:inherit}.hero-cta-primary:hover{box-shadow:0 8px 24px #38c6d959;transform:translateY(-1px)}.hero-cta-secondary{display:flex;align-items:center;gap:8px;background:none;border:none;color:#444;font-size:15px;cursor:pointer;font-family:inherit;padding:14px 8px;transition:color .2s ease}.hero-cta-secondary:hover{color:#38c6d9}.hero-play-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:2px solid #e4e6eb;font-size:11px;color:#38c6d9;transition:border-color .2s ease,box-shadow .2s ease}.hero-cta-secondary:hover .hero-play-icon{border-color:#38c6d9;box-shadow:0 0 0 4px #38c6d91a}.hero-note{margin-top:16px;font-size:13px;color:#999}.hero-visual{position:relative;z-index:1;flex-shrink:0}.hero-illustration{width:400px;height:auto;animation:cardFloat 4s ease-in-out infinite}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.step-visual--practice{text-align:left}.step-question-label{font-size:11px;font-weight:700;color:#38c6d9;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}.step-question-text{font-size:14px;color:#222;font-weight:700;margin-bottom:14px;line-height:1.5}.step-options{display:flex;flex-direction:column;gap:6px}.step-option{padding:8px 12px;border:1px solid #e4e6eb;border-radius:4px;font-size:13px;color:#444;transition:border-color .2s ease,background-color .2s ease}.step-option--selected{border-color:#38c6d9;background:#38c6d90f;color:#222;font-weight:700}.how-illustrations{display:flex;justify-content:center;gap:48px;margin-top:64px}.how-illustration{width:220px;height:auto;opacity:.85}.step-visual--learn{text-align:center}.step-flashcard-front{font-size:32px;font-weight:700;color:#222;margin-bottom:2px}.step-flashcard-reading{font-size:13px;color:#999;margin-bottom:12px}.step-flashcard-divider{height:1px;background:#e4e6eb;margin:0 16px 12px}.step-flashcard-meaning{font-size:18px;color:#38c6d9;font-weight:700;margin-bottom:16px}.step-flashcard-rating{display:flex;gap:6px;justify-content:center;margin-bottom:10px}.step-rating-btn{padding:5px 0;border-radius:4px;font-size:11px;font-weight:700;flex:1;text-align:center}.step-rating-btn--again{background:#fff0f0;color:#d32f2f}.step-rating-btn--hard{background:#fff8e1;color:#f57f17}.step-rating-btn--good{background:#e8f5e9;color:#2e7d32}.step-rating-btn--easy{background:#e0f7fa;color:#00838f}.step-flashcard-interval{font-size:12px;color:#999}.trust-section{padding:32px 24px;background:#fff;border-bottom:1px solid #e4e6eb}.trust-inner{max-width:1120px;margin:0 auto;text-align:center}.trust-label{font-size:13px;color:#999;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.trust-logos{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;align-items:center}.trust-logo{font-size:18px;font-weight:700;color:#bbb;letter-spacing:.08em;padding:8px 16px;border:1px solid #e4e6eb;border-radius:6px;transition:color .2s ease,border-color .2s ease}.trust-logo:hover{color:#38c6d9;border-color:#38c6d94d}.section-label{display:inline-block;font-size:13px;font-weight:700;color:#38c6d9;letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px}.features-section{padding:96px 24px;background:#fff}.features-inner{max-width:1120px;margin:0 auto;text-align:center}.features-heading{font-size:32px;font-weight:700;color:#222;margin-bottom:12px}.features-subheading{font-size:16px;color:#666;max-width:560px;margin:0 auto 56px;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:left}.feature-card{background:#fafbfc;border:1px solid #e4e6eb;border-radius:6px;padding:28px 24px;transition:box-shadow .3s ease,transform .2s ease,border-color .3s ease}.feature-card:hover{box-shadow:0 8px 24px #38c6d91a;transform:translateY(-2px);border-color:#38c6d94d}.feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#38c6d91a;color:#38c6d9;margin-bottom:16px}.feature-title{font-size:16px;font-weight:700;color:#222;margin-bottom:8px}.feature-desc{font-size:14px;color:#666;line-height:1.6}.how-section{padding:96px 24px;background:#fafbfc}.how-inner{max-width:1120px;margin:0 auto;text-align:center}.how-heading{font-size:32px;font-weight:700;color:#222;margin-bottom:12px}.how-subheading{font-size:16px;color:#666;max-width:560px;margin:0 auto 56px;line-height:1.6}.how-steps{display:flex;flex-direction:column;gap:0}.how-step-content{display:flex;align-items:center;gap:48px;text-align:left}.how-step-content--reverse{flex-direction:row-reverse}.how-step-text{flex:1}.how-step-number{display:inline-block;font-size:48px;font-weight:700;color:#38c6d926;line-height:1;margin-bottom:8px}.how-step-title{font-size:22px;font-weight:700;color:#222;margin-bottom:12px}.how-step-desc{font-size:15px;color:#666;line-height:1.7}.how-step-visual-wrap{flex:1;display:flex;justify-content:center}.how-step-connector{width:2px;height:48px;background:linear-gradient(to bottom,#38c6d94d,#38c6d90d);margin:24px auto}.step-visual{width:280px;padding:24px;background:#fff;border:1px solid #e4e6eb;border-radius:12px;box-shadow:0 4px 16px #2222220d}.step-visual--deck{display:flex;flex-direction:column;gap:10px}.step-mini-card{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-radius:6px;border:1px solid #e4e6eb;transition:transform .2s ease}.step-mini-card:hover{transform:translate(4px)}.step-mini-card--1{border-left:3px solid #38c6d9}.step-mini-card--2{border-left:3px solid #f59e0b}.step-mini-card--3{border-left:3px solid #22c55e}.step-mini-label{font-size:14px;font-weight:700;color:#222}.step-mini-count{font-size:13px;color:#999}.step-visual--track{display:flex;flex-direction:column;gap:16px}.step-chart{display:flex;align-items:flex-end;gap:8px;height:80px}.step-chart-bar{flex:1;background:linear-gradient(to top,#38c6d94d,#38c6d9);border-radius:3px 3px 0 0;min-width:0;transition:height .6s ease}.step-stat-row{display:flex;justify-content:space-around}.step-stat{font-size:13px;color:#666}.step-stat strong{color:#38c6d9;font-weight:700}.audience-section{padding:96px 24px;background:#fff}.audience-inner{max-width:1120px;margin:0 auto;text-align:center}.audience-heading{font-size:32px;font-weight:700;color:#222;margin-bottom:12px}.audience-subheading{font-size:16px;color:#666;max-width:480px;margin:0 auto 48px;line-height:1.6}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:left}.audience-card{background:#fafbfc;border:1px solid #e4e6eb;border-radius:6px;padding:28px 24px;transition:box-shadow .3s ease,transform .2s ease,border-color .3s ease}.audience-card:hover{box-shadow:0 8px 24px #38c6d91a;transform:translateY(-2px);border-color:#38c6d94d}.audience-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#38c6d91a;color:#38c6d9;margin-bottom:16px}.audience-title{font-size:16px;font-weight:700;color:#222;margin-bottom:8px}.audience-desc{font-size:14px;color:#666;line-height:1.6;margin-bottom:16px}.audience-tags{display:flex;flex-wrap:wrap;gap:6px}.audience-tag{display:inline-block;padding:3px 10px;background:#38c6d90f;border:1px solid rgba(56,198,217,.15);border-radius:12px;font-size:12px;color:#38c6d9;font-weight:700}.stats-section{padding:64px 24px;background:linear-gradient(135deg,#222,#2a3040)}.stats-inner{max-width:1120px;margin:0 auto;display:flex;justify-content:space-around;flex-wrap:wrap;gap:32px}.stat-item{text-align:center;min-width:160px}.stat-value{font-size:42px;font-weight:700;color:#fff;line-height:1}.stat-suffix{font-size:22px;color:#38c6d9;margin-left:2px}.stat-label{display:block;font-size:14px;color:#fff9;margin-top:8px}.testimonials-section{padding:96px 24px;background:#fff}.testimonials-inner{max-width:1120px;margin:0 auto;text-align:center}.testimonials-heading{font-size:32px;font-weight:700;color:#222;margin-bottom:48px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:left}.testimonial-card{background:#fafbfc;border:1px solid #e4e6eb;border-radius:6px;padding:28px 24px;transition:box-shadow .3s ease}.testimonial-card:hover{box-shadow:0 6px 20px #2222220f}.testimonial-stars{color:#f59e0b;font-size:16px;margin-bottom:14px;letter-spacing:2px}.testimonial-text{font-size:14px;color:#555;line-height:1.7;margin-bottom:20px}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#38c6d9,#2a9dad);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.testimonial-name{font-size:14px;font-weight:700;color:#222}.testimonial-role{font-size:13px;color:#999}.faq-section{padding:96px 24px;background:#fafbfc}.faq-inner{max-width:720px;margin:0 auto;text-align:center}.faq-heading{font-size:32px;font-weight:700;color:#222;margin-bottom:40px}.faq-list{text-align:left;display:flex;flex-direction:column;gap:8px}.faq-item{background:#fff;border:1px solid #e4e6eb;border-radius:6px;overflow:hidden;transition:border-color .2s ease}.faq-item--open{border-color:#38c6d94d}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:none;border:none;font-family:inherit;font-size:15px;font-weight:700;color:#222;cursor:pointer;text-align:left;gap:12px;transition:color .2s ease}.faq-question:hover{color:#38c6d9}.faq-chevron{font-size:20px;color:#999;flex-shrink:0;line-height:1}.faq-answer{padding:0 20px 16px;font-size:14px;color:#555;line-height:1.7}.page-content{padding-top:80px;min-height:calc(100vh - 200px)}.page-container{max-width:720px;margin:0 auto;padding:48px 24px 80px}.page-title{font-size:32px;font-weight:700;color:#222;margin-bottom:8px}.page-updated{font-size:13px;color:#999;margin-bottom:40px}.page-section{margin-bottom:32px}.page-section h2{font-size:18px;font-weight:700;color:#222;margin-bottom:12px}.page-section h3{font-size:15px;font-weight:700;color:#222;margin-top:16px;margin-bottom:8px}.page-section p{font-size:15px;color:#444;line-height:1.7;margin-bottom:12px}.page-list{padding-left:20px;margin-bottom:12px;display:flex;flex-direction:column;gap:8px}.page-list li{font-size:15px;color:#444;line-height:1.6}.cta-section{position:relative;padding:96px 24px;background:#fafbfc;overflow:hidden;text-align:center}.cta-glow{position:absolute;width:600px;height:600px;border-radius:50%;background:#38c6d90f;filter:blur(100px);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.cta-inner{position:relative;max-width:560px;margin:0 auto}.cta-heading{font-size:32px;font-weight:700;color:#222;margin-bottom:12px}.cta-subheading{font-size:16px;color:#666;margin-bottom:36px;line-height:1.6}.cta-form{display:flex;gap:0;max-width:480px;margin:0 auto;border-radius:6px;overflow:hidden;border:1px solid #e4e6eb;background:#fff;box-shadow:0 4px 16px #2222220f}.cta-input{flex:1;border:none;padding:14px 18px;font-size:15px;font-family:inherit;color:#444;background:#fff;outline:none;min-width:0}.cta-input::placeholder{color:#bbb}.cta-button{background:linear-gradient(135deg,#38c6d9,#2fb8ca);color:#fff;border:none;padding:14px 24px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;transition:box-shadow .3s ease}.cta-button:hover{box-shadow:0 4px 14px #38c6d959}.cta-note{margin-top:14px;font-size:13px;color:#999}.cta-success{padding:16px 24px;background:#22c55e14;border:1px solid rgba(34,197,94,.3);border-radius:6px;color:#15803d;font-size:15px;font-weight:700;max-width:480px;margin:0 auto}.cta-error{margin-top:10px;font-size:13px;color:#ff5252}.landing-footer{background:#222;color:#ffffffb3;padding:64px 24px 32px}.footer-inner{max-width:1120px;margin:0 auto}.footer-brand{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px}.footer-brand-name{font-size:18px;font-weight:700;color:#fff}.footer-tagline{width:100%;font-size:14px;color:#ffffff80;margin-bottom:32px}.footer-links{display:flex;gap:64px;margin-bottom:48px}.footer-col{min-width:120px}.footer-col-title{font-size:13px;font-weight:700;color:#fff6;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer-col a{color:#ffffffa6;text-decoration:none;font-size:14px;transition:color .2s ease}.footer-col a:hover{color:#38c6d9;text-decoration:none}.footer-bottom{padding-top:32px;border-top:1px solid rgba(255,255,255,.08);font-size:13px;color:#ffffff59}@media(max-width:768px){.landing-hamburger{display:flex}.landing-nav-links{position:fixed;top:0;right:-100%;width:260px;height:100vh;flex-direction:column;background:#fff;padding:80px 24px 32px;box-shadow:-4px 0 24px #0000001a;transition:right .3s ease;align-items:flex-start;gap:4px;z-index:999}.landing-nav-links--open{right:0}.landing-nav-links button{width:100%;text-align:left;padding:12px 16px}.landing-nav-links a{width:100%;text-align:left;padding:12px 16px;font-size:15px;color:#444;text-decoration:none;border-radius:6px;transition:color .2s ease,background-color .2s ease}.landing-nav-links a:hover{color:#222;background-color:#38c6d90f}.landing-nav-backdrop{position:fixed;inset:0;background:#0000004d;z-index:998}.hero-section{flex-direction:column;text-align:center;padding:100px 24px 56px;min-height:auto;gap:40px}.hero-content{max-width:100%}.hero-title{font-size:30px}.hero-actions{justify-content:center}.hero-visual{display:flex;justify-content:center}.hero-illustration{width:280px}.features-grid{grid-template-columns:1fr}.how-step-content,.how-step-content--reverse{flex-direction:column;gap:24px}.how-illustrations{gap:24px;flex-direction:column;align-items:center}.how-illustration{width:180px}.testimonials-grid,.audience-grid{grid-template-columns:1fr}.trust-logos{gap:16px}.trust-logo{font-size:14px;padding:6px 12px}.stats-inner{gap:24px}.stat-value{font-size:32px}.footer-links{flex-direction:column;gap:32px}.cta-form{flex-direction:column}.cta-button{border-radius:0 0 6px 6px}}@media(min-width:769px)and (max-width:1024px){.features-grid,.testimonials-grid,.audience-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:36px}}html{scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.feature-card,.testimonial-card,.how-step,.stat-item{animation:fadeInUp .6s ease both}.feature-card:nth-child(1){animation-delay:.05s}.feature-card:nth-child(2){animation-delay:.1s}.feature-card:nth-child(3){animation-delay:.15s}.feature-card:nth-child(4){animation-delay:.2s}.feature-card:nth-child(5){animation-delay:.25s}.feature-card:nth-child(6){animation-delay:.3s}.compare-hub-section{padding:96px 24px;background:#fff}.compare-hub-section-inner{max-width:1120px;margin:0 auto;text-align:center}.compare-hub-section-heading{font-size:28px;font-weight:700;color:#222;margin-bottom:12px}.compare-hub-section-subheading{font-size:15px;color:#666;max-width:600px;margin:0 auto 48px;line-height:1.7}.compare-hub-section-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:left}.compare-hub-section-card{display:flex;flex-direction:column;padding:28px 24px;background:#fafbfc;border:1px solid #E4E6EB;border-radius:6px;text-decoration:none;transition:box-shadow .2s,border-color .2s}.compare-hub-section-card:hover{border-color:#38c6d9;box-shadow:0 4px 16px #38c6d91a}.compare-hub-section-card-title{font-size:16px;font-weight:700;color:#222;margin-bottom:8px}.compare-hub-section-card-desc{font-size:14px;color:#666;line-height:1.6;flex:1;margin-bottom:16px}.compare-hub-section-card-link{font-size:14px;color:#38c6d9;font-weight:600}.compare-hub-section-footer{margin-top:32px}.compare-hub-section-view-all{font-size:15px;color:#38c6d9;font-weight:600;text-decoration:none}.compare-hub-section-view-all:hover{text-decoration:underline}.compare-hub-hero{padding:80px 24px 48px;text-align:center;background:#fafbfc}.compare-hub-hero-inner{max-width:640px;margin:0 auto}.compare-hub-hero-title{font-size:32px;font-weight:700;color:#222;margin-bottom:16px}.compare-hub-hero-subtitle{font-size:15px;color:#666;line-height:1.7}.compare-hub-list{padding:48px 24px}.compare-hub-list-inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.compare-hub-card{display:flex;align-items:center;padding:24px;background:#fff;border:1px solid #E4E6EB;border-radius:6px;text-decoration:none;transition:box-shadow .2s,border-color .2s}.compare-hub-card:hover{border-color:#38c6d9;box-shadow:0 4px 16px #38c6d91a}.compare-hub-card-content{flex:1}.compare-hub-card-title{font-size:18px;font-weight:700;color:#222;margin-bottom:4px}.compare-hub-card-tagline{font-size:14px;color:#666;line-height:1.6}.compare-hub-card-arrow{font-size:20px;color:#38c6d9;margin-left:16px;flex-shrink:0}.compare-hub-bottom{padding:48px 24px 80px;background:#fafbfc}.compare-hub-bottom-inner{max-width:640px;margin:0 auto}.compare-hub-bottom-inner h2{font-size:18px;font-weight:700;color:#222;margin-bottom:16px}.compare-hub-bottom-inner p{font-size:15px;color:#444;line-height:1.7;margin-bottom:12px}.compare-page{padding-top:40px}.compare-hero{padding:48px 24px 40px;text-align:center}.compare-hero-inner{max-width:640px;margin:0 auto}.compare-back-link{display:inline-block;font-size:13px;color:#38c6d9;text-decoration:none;margin-bottom:24px;font-weight:600}.compare-back-link:hover{text-decoration:underline}.compare-hero-title{font-size:32px;font-weight:700;color:#222;margin-bottom:16px}.compare-hero-tagline{font-size:15px;color:#666;line-height:1.7}.compare-section{padding:48px 24px}.compare-section--alt{background:#fafbfc}.compare-inner{max-width:720px;margin:0 auto}.compare-section-title{font-size:18px;font-weight:700;color:#222;margin-bottom:20px}.compare-intro-text{font-size:15px;color:#444;line-height:1.7;margin-bottom:16px}.compare-strengths-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px}.compare-strengths-list li{font-size:15px;color:#444;line-height:1.6;padding-left:24px;position:relative}.compare-strengths-list li:before{content:"";position:absolute;left:0;top:8px;width:10px;height:10px;border-radius:50%;background:#e4e6eb}.compare-strengths-list--langvora li:before{background:#38c6d9}.compare-table-wrapper{overflow-x:auto}.compare-table{width:100%;border-collapse:collapse;font-size:14px}.compare-table th{text-align:left;font-weight:700;color:#222;padding:12px 16px;border-bottom:2px solid #E4E6EB;background:#fff}.compare-table td{padding:12px 16px;border-bottom:1px solid #E4E6EB;color:#444;vertical-align:middle}.compare-table tbody tr:hover{background:#f5f7fa}.compare-table th:nth-child(2),.compare-table td:nth-child(2),.compare-table th:nth-child(3),.compare-table td:nth-child(3){text-align:center;width:140px}.compare-yes,.compare-no{display:inline-block;width:22px;height:22px;border-radius:50%;position:relative}.compare-yes{background:#22c55e}.compare-yes:after{content:"";position:absolute;left:6px;top:5px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.compare-no{background:#e4e6eb}.compare-no:after,.compare-no:before{content:"";position:absolute;top:50%;left:50%;width:10px;height:2px;background:#999;border-radius:1px}.compare-no:after{transform:translate(-50%,-50%) rotate(45deg)}.compare-no:before{transform:translate(-50%,-50%) rotate(-45deg)}.compare-text-value{font-size:13px;color:#666}.compare-cta{padding:64px 24px;text-align:center;background:#fafbfc}.compare-cta-title{font-size:24px;font-weight:700;color:#222;margin-bottom:12px}.compare-cta-text{font-size:15px;color:#666;max-width:480px;margin:0 auto 24px;line-height:1.7}.compare-cta-button{display:inline-block;padding:12px 32px;background:#38c6d9;color:#fff;font-size:15px;font-weight:600;border-radius:6px;text-decoration:none;transition:background .2s}.compare-cta-button:hover{background:#2db3c5}@media(max-width:768px){.compare-hub-section-grid{grid-template-columns:1fr}.compare-hub-hero{padding-top:60px}.compare-hero-title,.compare-hub-hero-title{font-size:24px}.compare-table th:nth-child(2),.compare-table td:nth-child(2),.compare-table th:nth-child(3),.compare-table td:nth-child(3){width:100px}.compare-table{font-size:13px}.compare-table th,.compare-table td{padding:10px 12px}}@media(min-width:769px)and (max-width:1024px){.compare-hub-section-grid{grid-template-columns:repeat(2,1fr)}}
