.home-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#e8e3d8;padding:1rem}.home-content{width:100%;max-width:28rem;text-align:center}.home-title{font-size:2.25rem;font-weight:700;color:#3d3d3d;margin-bottom:2rem}.home-buttons{display:flex;flex-direction:column;gap:1rem}.home-button{width:100%;height:4rem;background-color:#c89456;color:#fff;font-size:1.25rem;font-weight:500;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:background-color .2s;border:none;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:center}.home-button:hover{background-color:#b8844a}.home-button-secondary{background-color:#fff;color:#c89456;border:2px solid #c89456}.home-button-secondary:hover{background-color:#f9f9f9}.home-main{min-height:100vh;display:flex;flex-direction:column;background-color:#fff;padding-bottom:5rem}.home-header{padding:1rem;background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.home-header-title{font-size:1.25rem;font-weight:600;color:#1f2937;text-align:center;margin:0}.home-scroll-content{flex:1;overflow-y:auto;padding:1rem}.today-trivia-section{margin-bottom:2rem}.section-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.trivia-card{background-color:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 2px 8px #0000001a}.trivia-image{width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#c89456,#e8d4b8)}.trivia-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.trivia-content{padding:1rem}.trivia-title{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.trivia-description{font-size:.875rem;color:#6b7280;line-height:1.5;margin-bottom:.75rem}.trivia-tag{display:inline-block;padding:.25rem .75rem;background-color:#f3f4f6;color:#6b7280;font-size:.75rem;border-radius:.5rem}.categories-section{margin-bottom:2rem}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.category-card{display:flex;align-items:center;gap:.75rem;padding:1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;text-decoration:none;transition:all .2s}.category-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.category-icon{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.category-icon-text{font-size:1.5rem}.category-name{color:#000;font-size:.75rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}@media(min-width:640px){.home-scroll-content{max-width:42rem;margin:0 auto}.categories-grid{grid-template-columns:repeat(3,1fr)}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;width:100%;background:#fff;box-shadow:0 -2px 8px #0000001a;z-index:100}.bottom-nav-content{display:flex;justify-content:space-around;align-items:center;max-width:100%;margin:0 auto;padding:8px 0}.nav-link{display:flex;flex-direction:column;align-items:center;color:#6b7280;text-decoration:none;font-size:.75rem;flex:1;text-align:center}.nav-link-active{color:#3b82f6}.nav-icon{width:24px;height:24px;margin-bottom:4px}.nav-label{margin-top:2px}@media(min-width:640px){.nav-icon{width:1.5rem;height:1.5rem}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#e8e3d8;padding:1rem}.login-content{width:100%;max-width:28rem}.login-title{text-align:center;font-size:1.875rem;font-weight:700;color:#3d3d3d;margin-bottom:.5rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-field{display:flex;flex-direction:column;gap:.5rem}.login-label{color:#3d3d3d;font-size:1rem;font-weight:400}.login-input{height:5rem;background-color:#fff;border:none;box-shadow:0 4px 6px -1px #0000001a;border-radius:1rem;color:#3d3d3d;font-size:1.125rem;padding:0 1.5rem}.login-input::-moz-placeholder{color:#9ca3af}.login-input::placeholder{color:#9ca3af}.login-input:disabled{opacity:.5;cursor:not-allowed}.login-button{width:100%;height:5rem;background-color:#c89456;color:#fff;font-size:1.5rem;font-weight:500;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:background-color .2s;border:none;cursor:pointer}.login-button:hover:not(:disabled){background-color:#b8844a}.login-button:disabled{opacity:.5;cursor:not-allowed}.login-error{background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem}.login-link-text{text-align:center;color:#3d3d3d;font-size:.875rem}.login-link{color:#c89456;font-weight:500;text-decoration:none}.login-link:hover{text-decoration:underline}.register-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#e8e3d8;padding:1rem}.register-content{width:100%;max-width:28rem}.register-title{text-align:center;font-size:1.875rem;font-weight:700;color:#3d3d3d;margin-bottom:.5rem}.register-form{display:flex;flex-direction:column;gap:1.5rem}.register-field{display:flex;flex-direction:column;gap:.5rem}.register-label{color:#3d3d3d;font-size:1rem;font-weight:400}.register-input{height:5rem;background-color:#fff;border:none;box-shadow:0 4px 6px -1px #0000001a;border-radius:1rem;color:#3d3d3d;font-size:1.125rem;padding:0 1.5rem}.register-input::-moz-placeholder{color:#9ca3af}.register-input::placeholder{color:#9ca3af}.register-input:disabled{opacity:.5;cursor:not-allowed}.register-password-field{position:relative}.register-password-strength{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);display:flex;gap:.25rem}.register-strength-bar{width:.75rem;height:1.5rem;border-radius:.125rem;transition:background-color .2s}.register-strength-bar-inactive{background-color:#d1d5db}.register-strength-bar-active{background-color:#6b9f5e}.register-button{width:100%;height:5rem;background-color:#c89456;color:#fff;font-size:1.5rem;font-weight:500;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:background-color .2s;border:none;cursor:pointer}.register-button:hover:not(:disabled){background-color:#b8844a}.register-button:disabled{opacity:.5;cursor:not-allowed}.register-error{background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem}.register-link-text{text-align:center;color:#3d3d3d;font-size:.875rem}.register-link{color:#c89456;font-weight:500;text-decoration:none}.register-link:hover{text-decoration:underline}.progress-page{min-height:100vh;background-color:#f5f5f0;padding-bottom:5rem;overflow-x:hidden}.progress-header{background-color:#fff;border-bottom:1px solid #e5e7eb;height:3.5rem;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;position:fixed;left:0;right:0;top:0;z-index:30}.progress-header-title{font-size:1rem;font-weight:600}.progress-content{padding:5rem 1rem 1.5rem;max-width:56rem;margin:0 auto}.progress-stats-card{padding:1.5rem;background-color:#fff;border-radius:.5rem;margin-bottom:1.5rem}.progress-stats-label{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.progress-stats-value{font-size:2.25rem;font-weight:700;color:#3b82f6}.progress-chart-card{padding:1.5rem;background-color:#fff;border-radius:.5rem;margin-bottom:1.5rem}.progress-chart-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.progress-chart-container{overflow-x:auto;margin:0 -.5rem;padding:0 .5rem}.progress-badges-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.progress-badge-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.progress-badge-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.progress-badge-earned{background-color:#fef3c7;color:#d97706}.progress-badge-locked{background-color:#f3f4f6;color:#9ca3af}.progress-badge-name{font-size:.75rem;text-align:center;color:#6b7280;line-height:1.2}.progress-history-list{display:flex;flex-direction:column;gap:1.5rem}.progress-history-item{display:flex;flex-direction:column;padding:1rem;background-color:#f9fafb;border-radius:8px;box-shadow:0 2px 4px #0000001a}.progress-history-date{font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:.5rem}.progress-history-content{margin-top:.5rem}.progress-history-question{font-weight:600;color:#111827}.progress-history-meta{font-size:.875rem;color:#6b7280}.progress-history-status{margin-top:1rem;font-size:1rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;text-align:center}.progress-history-status.correct{background-color:#4caf50;color:#fff}.progress-history-status.incorrect{background-color:#f44336;color:#fff}.progress-history-icon{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700}.progress-history-icon-correct{background-color:#dcfce7;color:#16a34a}.progress-history-icon-incorrect{background-color:#fee2e2;color:#dc2626}.progress-history-details{min-width:0;flex:1}.progress-history-question{font-weight:500;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-history-meta{font-size:.75rem;color:#6b7280}.progress-history-result{font-size:.875rem;font-weight:500;flex-shrink:0;margin-left:.5rem}.progress-history-result-correct{color:#16a34a}.progress-history-result-incorrect{color:#dc2626}.share-buttons{display:flex;gap:8px;flex-wrap:wrap;margin:0 auto;width:auto;justify-content:center}.share-btn{display:flex;align-items:center;gap:4px;padding:8px 12px;border-radius:6px;border:none;cursor:pointer;font-size:.875rem;color:#fff}.share-btn.twitter{background:#1da1f2}.share-btn.facebook{background:#4267b2}.share-btn.linkedin{background:#0a66c2}.share-btn.line{background:#00c300}.share-btn:hover{opacity:.85}@media(min-width:640px){.progress-header-title{font-size:1.125rem}.progress-stats-card{padding:1.5rem}.progress-stats-label{font-size:.875rem}.progress-stats-value{font-size:2.25rem}.progress-badge-icon{width:4rem;height:4rem}.progress-badge-name{font-size:.75rem}.progress-history-icon{width:2.5rem;height:2.5rem}.progress-history-question{font-size:.875rem}.progress-history-meta{font-size:.75rem}.progress-history-result{font-size:.875rem}}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:all .2s;cursor:pointer;border:none;outline:none}.button:disabled{opacity:.5;cursor:not-allowed}.button-default{background-color:#18181b;color:#fff;padding:.5rem 1rem}.button-default:hover:not(:disabled){background-color:#27272a}.button-ghost{background-color:transparent;color:#18181b;padding:.5rem 1rem}.button-ghost:hover:not(:disabled){background-color:#f4f4f5}.button-icon{width:2.5rem;height:2.5rem;padding:0}.input{display:flex;width:100%;border-radius:.375rem;border:1px solid #e4e4e7;background-color:#fff;padding:.5rem .75rem;font-size:.875rem;transition:all .2s}.input:focus{outline:none;border-color:#18181b;box-shadow:0 0 0 1px #18181b}.input:disabled{opacity:.5;cursor:not-allowed}.input::-moz-placeholder{color:#a1a1aa}.input::placeholder{color:#a1a1aa}.label{font-size:.875rem;font-weight:500;color:#18181b;display:block;margin-bottom:.5rem}.card{border-radius:.5rem;border:1px solid #e4e4e7;background-color:#fff;box-shadow:0 1px 2px #0000000d}.settings-page{min-height:100vh;background-color:#f5f5f0;padding-bottom:5rem}.settings-header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}.settings-header-title{font-size:1rem;font-weight:600}.settings-content{padding:1.5rem 1rem;max-width:56rem;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.settings-card{padding:1.5rem;background-color:#fff;border-radius:.5rem}.settings-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.settings-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.settings-item:last-child{border-bottom:none}.settings-label{font-size:.875rem;color:#3d3d3d}.settings-value{font-size:.875rem;color:#6b7280}.settings-logout-button{width:100%;padding:.75rem;background-color:#dc2626;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.settings-logout-button:hover{background-color:#b91c1c}.randomness-card{border:1px solid #e5e7eb;background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 2px #0000000a}.settings-description{margin-bottom:1rem;font-size:.875rem;color:#6b7280}.randomness-controls{display:flex;flex-direction:column;gap:1rem}.slider-full{width:100%}.slider-values{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.slider-label{color:#6b7280}.slider-value{font-weight:600;color:#111827}.category-page{min-height:100vh;background:linear-gradient(to bottom,#fff7ed,#fff)}.category-header{position:sticky;top:0;z-index:10;border-bottom:1px solid #e5e7eb;background-color:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.category-header-content{display:flex;align-items:center;gap:1rem;padding:1rem}.back-button{color:#1f2937;text-decoration:none;display:flex;align-items:center;transition:opacity .2s}.back-button:hover{opacity:.7}.back-icon{width:1.5rem;height:1.5rem}.category-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.category-main{padding:1.5rem 1rem}.category-intro{margin-bottom:1.5rem;text-align:center}.category-icon{font-size:3.75rem;margin-bottom:1rem}.category-description{color:#6b7280;margin:0}.category-items{display:flex;flex-direction:column;gap:1rem}.category-card{border:none;padding:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .2s}.category-card:hover{transform:scale(1.02)}.category-card-title{margin:0 0 .5rem;font-weight:700;color:#1f2937;font-size:1rem}.category-card-text{margin:0;font-size:.875rem;color:#6b7280}@media(min-width:640px){.category-main{padding:2rem 1.5rem}.category-title{font-size:1.5rem}}.sc-hjsuWn,.stars-wrapper,.StarsWrapper{position:relative;z-index:50!important}.quiz-container{max-width:480px;margin:60px auto;padding:32px 24px;border-radius:16px;background:#fff;box-shadow:0 8px 32px #171e2e17;display:flex;flex-direction:column;align-items:center}.quiz-question{font-weight:700;font-size:1.2rem;margin-bottom:2rem;text-align:center}.quiz-options{display:flex;flex-direction:column;gap:12px;width:100%}.quiz-option{background:#f7f8ff;border:1px solid #dfe2ec;border-radius:8px;padding:12px 20px;font-size:1rem;cursor:pointer;text-align:left;transition:background .18s,border .18s;outline:none}.quiz-option:hover,.quiz-option:focus{background:#e0e7ff;border:1.5px solid #6366f1}.quiz-option.correct{background:#bef8be;border-color:#16a34a;color:#052e16}.quiz-option.selected{background:#fbbf24;border-color:#b45309;color:#78350f}.quiz-feedback{margin-top:24px;font-size:1.1rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.correct-text{color:#16a34a;font-weight:700}.incorrect-text{color:#d63a32;font-weight:700}.explanation-link{display:inline-block;margin-top:4px;color:#6366f1;font-weight:700;text-decoration:underline;font-size:1rem;transition:color .15s}.explanation-link:hover{color:#4338ca}.quiz-next{margin-top:0;display:block;min-width:120px;padding:8px 24px;border-radius:8px;border:none;background:#6366f1;color:#fff;font-weight:600;cursor:pointer;text-align:center;transition:background .18s}.quiz-next:hover{background:#4338ca}.bottom-nav{position:fixed;bottom:0;width:100%;background:#fff;box-shadow:0 -2px 8px #0000001a}.bottom-nav-content{max-width:480px;margin:0 auto;display:flex;justify-content:space-around;padding:8px 0}.nav-link{color:#6b7280;text-decoration:none;display:flex;flex-direction:column;align-items:center;font-size:.85rem}.nav-link-active{color:#6366f1}.nav-icon{width:24px;height:24px}.nav-label{margin-top:4px}.content-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;padding-bottom:60px!important;height:auto}.dialogue-swipe-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#fce7f3;padding:20px 20px 40px;position:relative}.swipe-overlay{position:fixed;left:0;right:0;top:0;bottom:3.5rem;z-index:40;background:#fff0;touch-action:pan-y}.back-button{position:absolute;top:20px;left:20px;background-color:#fff;border:none;padding:10px 20px;border-radius:20px;font-size:16px;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:background-color .2s}.back-button:hover{background-color:#f3f4f6}.dialogue-card-wrapper.swipe-left{transform:translate(-400px) rotate(-10deg);opacity:0}.dialogue-card-wrapper.swipe-right{transform:translate(400px) rotate(10deg);opacity:0}.action-buttons{display:flex;gap:24px;margin-top:24px}.action-button{padding:12px 24px;border-radius:9999px;font-weight:600;box-shadow:0 2px 4px #0000001a;transition:all .2s;border:none;cursor:pointer;font-size:16px}.action-button.dislike{background-color:#fee2e2;color:#dc2626}.action-button.dislike:hover{background-color:#fecaca}.action-button.like{background-color:#d1fae5;color:#059669}.action-button.like:hover{background-color:#a7f3d0}@media(max-width:640px){.dialogue-card-wrapper{max-width:100%;height:calc(100vh - 200px)}.action-buttons{gap:16px}.action-button{padding:10px 20px;font-size:14px}}
