:root{--primary:#667eea;--primary-dark:#764ba2;--bg:#f5f7fa;--text:#333;--text-secondary:#666;--border:#e0e0e0;--shadow:0 2px 8px #00000014;--shadow-lg:0 8px 25px #00000026;--radius:12px}#root{width:100%;min-height:100vh}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}button{font-family:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.category-nav{flex-direction:column;gap:.25rem;display:flex}.category-item{cursor:pointer;text-align:left;color:#444;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:all .2s;display:flex}.category-item:hover{background:#f0f0f0}.category-item.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.category-icon{font-size:1.1rem}.arrow{color:#999;margin-left:auto;font-size:.8rem}.category-item.active .arrow{color:#ffffffb3}.category-children{margin-top:.25rem}.category-group{margin-bottom:.25rem}@media (width<=768px){.category-nav{flex-flow:wrap;gap:.5rem}.category-item{padding:.5rem .75rem;font-size:.85rem}.category-children{display:none}.category-group{margin-bottom:0}}.game-card{color:inherit;background:#fff;border-radius:12px;text-decoration:none;transition:all .3s;display:block;overflow:hidden;box-shadow:0 2px 8px #00000014}.game-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.game-thumbnail{aspect-ratio:16/9;background:linear-gradient(135deg,#f5f7fa 0%,#e4e8ec 100%);overflow:hidden}.game-thumbnail img{object-fit:cover;width:100%;height:100%}.placeholder-thumbnail{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.placeholder-thumbnail span{opacity:.8;font-size:3rem}.game-info{padding:1rem}.game-name{color:#333;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:1.1rem;font-weight:600;overflow:hidden}.game-category{color:#888;margin-bottom:.5rem;font-size:.85rem}.game-description{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}@media (width<=768px){.game-info{padding:.75rem}.game-name{font-size:.95rem}.game-category,.game-description{font-size:.8rem}}.home-page{flex-direction:column;min-height:100vh;display:flex}.header{z-index:100;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:1rem;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.header-content{justify-content:space-between;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;display:flex}.logo{color:#fff;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.search-box input{background:#ffffffe6;border:none;border-radius:25px;outline:none;width:300px;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.search-box input:focus{background:#fff;box-shadow:0 0 0 3px #ffffff4d}.main-content{flex:1;gap:1.5rem;width:100%;max-width:1400px;margin:0 auto;padding:1.5rem;display:flex}.sidebar{flex-shrink:0;width:250px}.sidebar h2{color:#333;margin-bottom:1rem;font-size:1.1rem}.game-section{flex:1}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.section-header h2{color:#333;font-size:1.3rem}.game-count{color:#666;font-size:.9rem}.game-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.empty-state{text-align:center;color:#666;padding:3rem}.empty-state .hint{color:#999;margin-top:.5rem;font-size:.9rem}.featured-banner{width:100%;max-width:1400px;margin:1rem auto 0;padding:0 1.5rem}.featured-link{color:#fff;background:linear-gradient(135deg,#0f0c29 0%,#302b63 50%,#24243e 100%);border:1px solid #ffc83233;border-radius:16px;justify-content:space-between;align-items:center;padding:1.5rem 2rem;text-decoration:none;transition:all .3s;display:flex}.featured-link:hover{border-color:#ffc83280;transform:translateY(-3px);box-shadow:0 8px 30px #0000004d}.featured-badge{color:#1a1a2e;background:linear-gradient(135deg,#f7971e,#ffd200);border-radius:20px;margin-bottom:8px;padding:3px 10px;font-size:.75rem;font-weight:700;display:inline-block}.featured-content h2{color:#fff;margin-bottom:4px;font-size:1.5rem}.featured-content p{color:#aaa;font-size:.9rem}.featured-sub{margin-top:2px;color:gold!important;font-size:.8rem!important}.featured-cta{color:#1a1a2e;background:linear-gradient(135deg,#f7971e,#ffd200);border-radius:20px;margin-top:10px;padding:6px 18px;font-size:.9rem;font-weight:700;display:inline-block}.featured-icons{gap:8px;font-size:2rem;display:flex}.featured-icons span{opacity:.8;transition:transform .3s}.featured-link:hover .featured-icons span{transform:scale(1.2)}.featured-link:hover .featured-icons span:nth-child(2){transition-delay:50ms}.featured-link:hover .featured-icons span:nth-child(3){transition-delay:.1s}.featured-link:hover .featured-icons span:nth-child(4){transition-delay:.15s}.featured-link:hover .featured-icons span:nth-child(5){transition-delay:.2s}@media (width<=768px){.header-content{flex-direction:column;gap:.75rem}.search-box input{width:100%}.main-content{flex-direction:column;padding:1rem}.sidebar{width:100%}.game-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}.game-page{background:#1a1a2e;flex-direction:column;min-height:100vh;display:flex}.error-page{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.error-page h1{color:#fff}.error-page p{color:#aaa}.back-link{color:#667eea;text-decoration:none}.back-link:hover{text-decoration:underline}.game-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.back-button{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;text-decoration:none;transition:background .2s}.back-button:hover{background:#ffffff4d}.game-title{flex:1;align-items:center;gap:.75rem;display:flex}.game-title h1{color:#fff;margin:0;font-size:1.3rem}.game-category-tag{color:#fff;background:#fff3;border-radius:12px;padding:.25rem .75rem;font-size:.8rem}.game-controls-info{gap:1rem;display:flex}.control-item{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.control-label{color:#ffffffb3;font-size:.75rem}.control-value{color:#fff;background:#ffffff26;border-radius:6px;padding:.25rem .5rem;font-size:.85rem}.game-container{flex:1;justify-content:center;align-items:center;padding:1rem;display:flex}.game-iframe{background:#000;border:none;border-radius:12px;width:100%;max-width:900px;height:80vh;box-shadow:0 10px 40px #00000080}.game-description-panel{background:#ffffff0d;border-radius:12px;max-width:900px;margin:0 auto 2rem;padding:1.5rem}.game-description-panel h3{color:#fff;margin-bottom:.75rem;font-size:1rem}.game-description-panel p{color:#aaa;line-height:1.6}@media (width<=768px){.game-header{flex-direction:column;align-items:flex-start;gap:.75rem}.game-controls-info{flex-direction:column;gap:.5rem;width:100%}.control-item{flex-direction:row;align-items:center;gap:.5rem}.game-iframe{border-radius:8px;height:70vh}.game-description-panel{margin:0 1rem 1rem;padding:1rem}}.adventure-page{color:#e0e0e0;background:linear-gradient(135deg,#0f0c29 0%,#302b63 50%,#24243e 100%);min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.theme-select{max-width:1200px;margin:0 auto;padding:40px 20px}.theme-select-header{text-align:center;margin-bottom:40px}.theme-select-header h1{background:linear-gradient(135deg,#f7971e,#ffd200);-webkit-text-fill-color:transparent;text-shadow:none;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:3rem}.theme-select-header p{color:#aaa;font-size:1.1rem}.theme-select-sub{margin-top:6px;color:#777!important;font-size:.9rem!important}.theme-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.theme-card{cursor:pointer;text-align:left;color:#e0e0e0;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;align-items:flex-start;gap:16px;padding:20px;font-family:inherit;transition:all .3s;display:flex}.theme-card:hover{background:#ffffff1a;border-color:#ffc83266;transform:translateY(-4px);box-shadow:0 8px 30px #0000004d}.theme-icon{flex-shrink:0;font-size:2.5rem}.theme-info{flex:1;min-width:0}.theme-name{margin-bottom:2px;font-size:1.1rem;font-weight:600}.theme-name-cn{color:gold;margin-bottom:8px;font-size:.85rem}.theme-desc{color:#aaa;margin-bottom:4px;font-size:.85rem;line-height:1.4}.theme-desc-cn{color:#777;font-size:.8rem;line-height:1.3}.generating-overlay{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:80vh;display:flex}.generating-spinner{border:4px solid #ffc83233;border-top-color:gold;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.generating-overlay h2{color:gold;font-size:1.5rem}.generating-overlay p{color:#888}.generating-hint{margin-top:4px;color:#666!important;font-size:.8rem!important}.error-banner{color:#ff6b6b;background:#f4433626;border-bottom:1px solid #f443364d;justify-content:space-between;align-items:center;padding:12px 20px;font-size:.9rem;display:flex}.error-notice{color:#ff6b6b;background:#f443361a;border-bottom:1px solid #f4433633;justify-content:space-between;align-items:center;padding:8px 20px;font-size:.85rem;display:flex}.error-dismiss{color:#ff6b6b;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 8px;font-size:1.1rem}.error-dismiss:hover{background:#f4433633}.fallback-notice{color:gold;text-align:center;background:#ffc8321a;border-bottom:1px solid #ffc83233;padding:6px 20px;font-size:.8rem}.infinite-notice{color:#64c8ff;text-align:center;background:linear-gradient(90deg,#64c8ff14,#64c8ff26,#64c8ff14);border-bottom:1px solid #64c8ff33;padding:6px 20px;font-size:.8rem;animation:3s ease-in-out infinite infinitePulse}@keyframes infinitePulse{0%,to{opacity:.7}50%{opacity:1}}.header-badge{margin-left:4px;font-size:.8rem}.game-layout{grid-template-columns:640px 1fr;gap:0;min-height:calc(100vh - 60px);display:grid}.adventure-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;height:60px;padding:10px 20px;display:flex}.header-left{align-items:center;gap:16px;display:flex}.header-btn{color:#ccc;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;padding:6px 14px;font-family:inherit;font-size:.9rem;transition:all .2s}.header-btn:hover{color:#fff;background:#ffffff26}.header-btn.lang-btn{text-align:center;min-width:100px}.header-btn.lang-btn.active{color:gold;background:#ffc83226;border-color:gold}.header-theme{align-items:center;gap:8px;display:flex}.header-icon{font-size:1.3rem}.header-title{font-size:1.1rem;font-weight:600}.header-center{flex:1;max-width:300px;margin:0 20px}.header-progress{align-items:center;display:flex}.progress-track{color:#ffffff80;letter-spacing:1px;font-size:.85rem}.header-right{align-items:center;gap:10px;display:flex}.story-canvas{background:#1a1a2e;border-right:1px solid #ffffff1a;width:640px;height:480px;position:relative;overflow:hidden}.canvas-single-image{object-fit:cover;width:100%;height:100%;animation:.8s canvasFadeIn;display:block}@keyframes canvasFadeIn{0%{opacity:.4;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.bg-image{object-fit:cover;width:100%;height:100%;animation:.8s canvasFadeIn;display:block}.bg-placeholder{flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.bg-placeholder:before{content:"";background:radial-gradient(#ffc8320d 0%,#0000 70%);position:absolute;inset:0}.bg-label{color:#ffffff26;text-transform:uppercase;letter-spacing:4px;font-size:1.8rem;font-weight:700}.bg-theme{color:#ffffff1a;font-size:1rem}.bg-cave{background:linear-gradient(#1a0a00 0%,#2d1810 50%,#1a0a00 100%)}.bg-cavern{background:linear-gradient(#0d1b2a 0%,#1b2838 50%,#0d1b2a 100%)}.bg-jungle{background:linear-gradient(#0a1f0a 0%,#1a3a1a 50%,#0d1f0d 100%)}.bg-crystal{background:linear-gradient(135deg,#1a0033 0%,#331a66 50%,#1a0033 100%)}.bg-magma{background:linear-gradient(#3a0a00 0%,#6a1a00 50%,#3a0a00 100%)}.bg-ship{background:linear-gradient(#0a0a2e 0%,#1a1a4e 50%,#0a0a2e 100%)}.bg-planet{background:linear-gradient(135deg,#2e1a0a 0%,#4e2a1a 50%,#2e1a0a 100%)}.bg-nebula{background:linear-gradient(135deg,#1a0033 0%,#306 50%,#1a0033 100%)}.bg-alien{background:linear-gradient(135deg,#0a2e0a 0%,#1a4e2a 50%,#0a2e0a 100%)}.bg-asteroid{background:linear-gradient(#1a1a1a 0%,#3a3a3a 50%,#1a1a1a 100%)}.bg-village{background:linear-gradient(#1a1a2e 0%,#2a1a3e 50%,#1a1a2e 100%)}.bg-cemetery{background:linear-gradient(#0a0a1a 0%,#1a1a2e 50%,#0a0a1a 100%)}.bg-forest{background:linear-gradient(#0a1a0a 0%,#1a2e1a 50%,#0a1a0a 100%)}.bg-mansion{background:linear-gradient(#1a0a1a 0%,#2e1a2e 50%,#1a0a1a 100%)}.bg-church{background:linear-gradient(#1a1a2e 0%,#2e2e4e 50%,#1a1a2e 100%)}.bg-desert{background:linear-gradient(#2e1a0a 0%,#4e2a1a 50%,#2e1a0a 100%)}.bg-town{background:linear-gradient(#1a1a1a 0%,#2e2a1a 50%,#1a1a1a 100%)}.bg-saloon{background:linear-gradient(#2e1a0a 0%,#3a2a1a 50%,#2e1a0a 100%)}.bg-canyon{background:linear-gradient(#2a1a0a 0%,#4e2a1a 50%,#2a1a0a 100%)}.bg-ranch{background:linear-gradient(#1a2a0a 0%,#2e4e1a 50%,#1a2a0a 100%)}.bg-coral{background:linear-gradient(#001a2e 0%,#036 50%,#001a2e 100%)}.bg-trench{background:linear-gradient(#000a1a 0%,#001a3a 50%,#000a1a 100%)}.bg-ruin{background:linear-gradient(#1a1a0a 0%,#2e2e1a 50%,#1a1a0a 100%)}.bg-abyss{background:linear-gradient(#000010 0%,#000a2e 50%,#000010 100%)}.bg-tomb{background:linear-gradient(#0a0a0a 0%,#1a1a1a 50%,#0a0a0a 100%)}.bg-temple{background:linear-gradient(#1a1a0a 0%,#2e2e1a 50%,#1a1a0a 100%)}.bg-chamber{background:linear-gradient(#0a0a1a 0%,#1a1a2e 50%,#0a0a1a 100%)}.bg-tunnel{background:linear-gradient(#050505 0%,#0a0a0a 50%,#050505 100%)}.bg-wasteland{background:linear-gradient(#1a1a0a 0%,#2e2e1a 50%,#1a1a0a 100%)}.bg-bunker{background:linear-gradient(#0a0a0a 0%,#1a1a1a 50%,#0a0a0a 100%)}.bg-city{background:linear-gradient(#1a1a2e 0%,#2e2e4e 50%,#1a1a2e 100%)}.bg-hall{background:linear-gradient(#1a0a1a 0%,#2e1a2e 50%,#1a0a1a 100%)}.bg-classroom{background:linear-gradient(#1a1a2e 0%,#2e2e4e 50%,#1a1a2e 100%)}.bg-library{background:linear-gradient(#1a1a0a 0%,#2e2e1a 50%,#1a1a0a 100%)}.bg-garden{background:linear-gradient(#0a1a0a 0%,#1a2e1a 50%,#0a1a0a 100%)}.bg-tower{background:linear-gradient(#0a0a2e 0%,#1a1a4e 50%,#0a0a2e 100%)}.bg-street{background:linear-gradient(#0a0a2e 0%,#1a0a3e 50%,#0a0a2e 100%)}.bg-club{background:linear-gradient(135deg,#1a0033 0%,#330a4e 50%,#1a0033 100%)}.bg-lab{background:linear-gradient(#0a1a1a 0%,#1a2e2e 50%,#0a1a1a 100%)}.bg-rooftop{background:linear-gradient(#1a1a3e 0%,#2e2e5e 50%,#1a1a3e 100%)}.bg-subway{background:linear-gradient(#0a0a0a 0%,#1a1a1a 50%,#0a0a0a 100%)}.bg-plaza{background:linear-gradient(#1a1a0a 0%,#2e2e1a 50%,#1a1a0a 100%)}.game-scene{background:#0003;flex-direction:column;gap:20px;padding:24px;display:flex;overflow-y:auto}.scene-turn{color:#666;text-transform:uppercase;letter-spacing:2px;font-size:.8rem;animation:.3s fadeInDown}.scene-loading{flex:1;justify-content:center;align-items:center;display:flex}.scene-loading-dots{gap:8px;display:flex}.scene-loading-dots span{background:gold;border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite both dotBounce}.scene-loading-dots span:first-child{animation-delay:-.32s}.scene-loading-dots span:nth-child(2){animation-delay:-.16s}.scene-loading-dots span:nth-child(3){animation-delay:0s}@keyframes dotBounce{0%,80%,to{opacity:.3;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.scene-text{flex:1}.scene-story{color:#d0d0d0;white-space:pre-wrap;font-size:1rem;line-height:1.7;animation:.5s fadeInUp}.scene-story-cn{color:gold;white-space:pre-wrap;border-top:1px solid #ffffff14;margin-top:16px;padding-top:16px;font-size:.95rem;line-height:1.7}.scene-choices{border-top:1px solid #ffffff14;flex-direction:column;gap:10px;padding-top:16px;display:flex}.choice-btn{opacity:0;cursor:pointer;text-align:left;color:#e0e0e0;background:#ffffff0d;border:1px solid #ffffff26;border-left:4px solid #666;border-radius:12px;align-items:center;gap:12px;padding:14px 18px;font-family:inherit;font-size:.95rem;transition:all .25s;animation:.4s forwards slideInRight;display:flex}.choice-btn:hover{background:#ffffff1a;transform:translate(6px)scale(1.02);box-shadow:0 4px 20px #0000004d}.choice-btn:active{transform:translate(6px)scale(.98)}.choice-flavor{flex-shrink:0;font-size:1.2rem}.choice-content{flex-direction:column;flex:1;gap:4px;display:flex}.choice-text{line-height:1.4}.choice-text-cn{color:gold;font-size:.85rem}.ending-screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:80vh;padding:40px;display:flex}.ending-ornament{color:#ffc8324d;letter-spacing:12px;font-size:1.5rem}.ending-title{background:linear-gradient(135deg,#f7971e,#ffd200);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:4rem;animation:2s ease-in-out infinite endingPulse}@keyframes endingPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.ending-card{background:#ffffff0d;border:1px solid #ffc8324d;border-radius:16px;max-width:500px;padding:30px}.ending-card h2{color:gold;margin-bottom:12px;font-size:1.5rem}.ending-card p{color:#bbb;line-height:1.6}.ending-cn{opacity:.8;margin-top:8px;color:gold!important}.transition-overlay{z-index:1000;background:#0000004d;justify-content:center;align-items:center;animation:.2s overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.transition-spinner{justify-content:center;align-items:center;width:50px;height:50px;display:flex}.spinner-ring{border:2px solid #ffc83233;border-top-color:gold;border-radius:50%;width:100%;height:100%;animation:.8s linear infinite spin}.btn-play-again{color:#1a1a2e;cursor:pointer;background:linear-gradient(135deg,#f7971e,#ffd200);border:none;border-radius:12px;padding:14px 40px;font-family:inherit;font-size:1.1rem;font-weight:700;transition:all .3s}.btn-play-again:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ffc8324d}.btn-continue{color:#e0e0e0;cursor:pointer;background:#ffffff14;border:1px solid #fff3;border-radius:12px;padding:14px 40px;font-family:inherit;font-size:1.1rem;font-weight:600;transition:all .3s}.btn-continue:hover{background:#ffffff26;border-color:#fff6;transform:translateY(-3px);box-shadow:0 8px 25px #0000004d}.ending-actions{align-items:center;gap:16px;display:flex}.ending-stats{color:#666;font-size:.85rem}@media (width<=900px){.game-layout{grid-template-columns:1fr!important}.story-canvas{border-bottom:1px solid #ffffff1a;flex-shrink:0;min-height:200px;border-right:none!important;width:100%!important;height:200px!important}.game-layout{flex-direction:column!important;display:flex!important}.game-scene{flex:1;overflow-y:auto}.theme-grid{grid-template-columns:1fr}.adventure-header{flex-wrap:wrap;gap:6px;height:auto;min-height:50px;padding:8px 12px}.header-center{flex:100%;order:3;margin:0}.ending-actions{flex-direction:column;gap:10px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}.loading{color:#666;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.spinner{border:3px solid #e0e0e0;border-top-color:#667eea;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.error{color:#e74c3c;justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;display:flex}
