*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#333;min-height:100vh}.app{display:flex;flex-direction:column;min-height:100vh;transition:background-color .5s ease}.app.dark-mode{color:#fff}.header{padding:1.5rem 1rem 1rem;display:flex;justify-content:center}.logo{height:40px}.main-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 1rem 1rem}.prompt-card{background-color:#fff;border-radius:24px;padding:2rem;width:90%;max-width:450px;min-height:580px;box-shadow:0 4px 20px #00000012;display:flex;flex-direction:column;justify-content:space-between;text-align:center;margin-bottom:1rem;position:relative;overflow:hidden;transition:transform .3s ease-out,box-shadow .3s ease-out}.prompt-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026}.category-name{font-family:sofia-pro,sans-serif;font-weight:600;font-size:.85rem;letter-spacing:1.5px;color:#a1a5a5;margin-bottom:1.5rem}.prompt-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem 0;transition:opacity .3s ease}.prompt-text{font-family:utopia-std-caption,serif;font-weight:400;font-style:normal;font-size:1.6rem;line-height:1.2;letter-spacing:-.5px;margin-bottom:.5rem;max-width:90%;color:#333}.prompt-origin{font-family:utopia-std-caption,serif;font-weight:400;font-style:italic;font-size:.94rem;color:#999;margin-bottom:1.5rem}.prompt-description{font-family:utopia-std-caption,serif;font-weight:400;font-style:normal;font-size:.9rem;line-height:1.6;color:#333;max-width:90%;margin:0 auto}.card-slide-left{animation:slideLeft .5s forwards}.card-slide-right{animation:slideRight .5s forwards}.card-spin{animation:spin .7s ease-in-out forwards}@keyframes slideLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-100px);opacity:0}}@keyframes slideRight{0%{transform:translate(0);opacity:1}to{transform:translate(100px);opacity:0}}@keyframes spin{0%{transform:rotateY(0) scale(1);opacity:1}20%{transform:rotateY(90deg) scale(.8);opacity:.8}50%{transform:rotateY(180deg) scale(.7);opacity:.6}80%{transform:rotateY(270deg) scale(.8);opacity:.8}to{transform:rotateY(360deg) scale(1);opacity:0}}.swipe-indicator-container{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;opacity:.5;z-index:4}@media (max-width: 600px){.prompt-card{padding:1.5rem;min-height:480px}.prompt-text{font-size:1.7rem}.prompt-description{font-size:.95rem}.category-title{font-size:1.9rem}.category-description{font-size:.9rem}.category-info{margin-bottom:1.5rem;padding:0 1rem}}.level-selector{display:flex;justify-content:center;gap:1rem;margin:0 0 1.5rem;width:100%}.level-btn{background:none;border:none;font-family:sofia-pro,sans-serif;font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:1.5px;color:#999;padding:.5rem 1rem;cursor:pointer;border-radius:4px;transition:all .2s ease}.level-btn.dark-mode{color:#ffffffb3}.level-btn:hover{background-color:#0000000d}.level-btn.dark-mode:hover{background-color:#ffffff1a}.level-btn.active{color:#0d192c;font-weight:700;border-bottom:2px solid #0D192C}.level-btn.dark-mode.active{color:#fff;border-bottom:2px solid #ffffff}.card-logo{height:25px;width:auto;margin:.75rem auto .5rem;display:block}.card-footer{display:flex;flex-direction:column;align-items:center;margin-top:auto;padding-top:1.5rem}.level-indicator{font-family:sofia-pro,sans-serif;font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:1.5px;color:#777;margin-bottom:.75rem}.category-info{text-align:center;max-width:550px;margin:0 auto 3rem;padding:0 1.5rem}.category-info.dark-mode{color:#fff}.category-title{font-family:sofia-pro,sans-serif;font-weight:800;font-size:1.8rem;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.9rem;color:#333}.category-info.dark-mode .category-title{color:#fff}.category-description{font-family:utopia-std-caption,serif;font-weight:400;font-size:1.25rem;line-height:1.4;margin-bottom:.5rem;color:#555}.category-info.dark-mode .category-description{color:#ffffffd9}@media (max-width: 600px){.category-info{margin-bottom:2rem}.category-title{font-size:1.6rem}.category-description{font-size:1.15rem}}.card-wrapper{position:relative;width:100%;max-width:580px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;gap:20px}.card-container{flex:1;display:flex;align-items:center;justify-content:center;perspective:1000px}.nav-arrow{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#FFFFFF;border:none;border-radius:50%;box-shadow:0 2px 6px #00000014;cursor:pointer;z-index:10;transition:all .2s ease;flex-shrink:0}.nav-arrow:hover{background:#FFFFFF;box-shadow:0 3px 8px #0000001f}.nav-arrow:disabled{opacity:.3;cursor:not-allowed;box-shadow:none}.nav-arrow.dark-mode{background:rgba(255,255,255,.25)}.nav-arrow.dark-mode:hover{background:rgba(255,255,255,.35)}@media (max-width: 600px){.card-wrapper{gap:12px}.nav-arrow{width:32px;height:32px}}.card-slide-left{animation:slideLeft .4s cubic-bezier(.25,.1,.25,1) forwards}.card-slide-right{animation:slideRight .4s cubic-bezier(.25,.1,.25,1) forwards}.card-shuffle{animation:shuffle .5s ease-in-out forwards}@keyframes slideLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-30px);opacity:0}}@keyframes slideRight{0%{transform:translate(0);opacity:1}to{transform:translate(30px);opacity:0}}@keyframes shuffle{0%{transform:translateY(0) scale(1);opacity:1}50%{transform:translateY(10px) scale(.95);opacity:.7}to{transform:translateY(0) scale(1);opacity:0}}@media (min-width: 601px){.progress-indicator{max-width:300px;flex-wrap:wrap;gap:6px;margin-bottom:1.5rem}}.progress-counter{font-family:sofia-pro,sans-serif;font-weight:500;font-size:.85rem;color:#888;margin-bottom:1.5rem;text-align:center;letter-spacing:.5px}.progress-counter.dark-mode{color:#ffffffb3}.content-slide-left,.content-slide-right{animation:contentFadeOut .2s forwards,contentFadeIn .2s .2s forwards}@keyframes contentFadeOut{0%{opacity:1}to{opacity:0}}@keyframes contentFadeIn{0%{opacity:0}to{opacity:1}}.completion-page{display:flex;flex-direction:column;align-items:center;justify-content:center;width:90%;max-width:600px;margin:0 auto;animation:fadeIn .5s ease-in forwards}.completion-message{margin-bottom:2.5rem;text-align:center}.completion-message h2{font-family:utopia-std-caption,serif;font-weight:500;font-size:1.8rem;color:#333;margin-bottom:1rem;line-height:1.3}.dark-mode .completion-message h2{color:#fff}.category-options{width:100%;margin-bottom:2rem}.category-options h3{font-family:sofia-pro,sans-serif;font-weight:700;font-size:1.2rem;text-align:center;margin-bottom:1.5rem;letter-spacing:.5px;color:#333}.dark-mode .category-options h3{color:#fff}.category-list{display:flex;flex-direction:column;gap:1rem;width:100%}.category-option{background:#ffffff;border:none;border-radius:12px;padding:1.2rem 1.5rem;width:100%;text-align:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #00000014;display:flex;justify-content:center;align-items:center}.category-option:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001f}.category-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.category-option h4{font-family:sofia-pro,sans-serif;font-weight:600;font-size:.85rem;letter-spacing:1.5px;color:#a1a5a5;margin-bottom:.6rem;text-align:center}.category-option p{font-family:utopia-std-caption,serif;font-weight:400;font-size:1rem;line-height:1.5;color:#333;text-align:center;max-width:90%;margin:0 auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.completion-message h2{font-size:1.5rem}.category-options h3{font-size:1.1rem}.category-option{padding:1rem 1.2rem}.category-option p{font-size:.9rem}}
