.dart-flutter-page{background:linear-gradient(135deg,#020617 0%,#0f172a 100%);min-height:100vh}.dart-flutter-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}.dart-flutter-page .game-hero{background:#000;padding:2rem 0;position:relative}.dart-flutter-page .hero-content{z-index:10;flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.dart-flutter-page .hero-title{text-shadow:2px 2px 4px #00000080;visibility:visible;opacity:1;white-space:nowrap;margin:2rem 0 1rem;font-size:3.5rem;font-weight:800;line-height:1;display:block;color:#0175c2!important}.dart-flutter-page .hero-text{z-index:10;visibility:visible;opacity:1;flex-direction:column;flex:2;justify-content:center;max-width:800px;margin-top:3rem;margin-right:2rem;display:flex;position:relative}.dart-flutter-page .hero-subtitle{z-index:10;visibility:visible;opacity:1;max-width:100%;margin:0;display:block;position:relative}.dart-flutter-page .hero-image{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;max-width:280px;margin-top:3rem;margin-left:4rem;display:flex;position:relative}.dart-flutter-page .book-cover-image{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;z-index:1;border-radius:12px;width:100%;max-width:250px;height:auto;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;animation:3s ease-in-out infinite floatDartFlutter;position:relative;box-shadow:0 20px 40px #0000004d,0 0 30px #0175c24d,0 0 60px #0175c233}.dart-flutter-page .book-cover-image:hover{transform:scale(1.05);box-shadow:0 25px 50px #0006,0 0 40px #0175c280,0 0 80px #0175c24d}.dart-flutter-page .hero-image:after{content:"";filter:blur(15px);z-index:0;background:radial-gradient(#0175c299 0%,#0175c233 50%,#0175c200 70%);width:80%;height:40px;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)scaleY(.5)}.dart-flutter-page .hero-image:before{content:"";filter:blur(20px);z-index:-1;background:radial-gradient(#0175c266 0%,#0175c200 60%);width:90%;height:20px;position:absolute;bottom:-30px;left:50%;transform:translate(-50%)}@keyframes floatDartFlutter{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.dart-flutter-page .info-title{text-shadow:2px 2px 4px #00000080;visibility:visible;opacity:1;margin-bottom:1.5rem;font-size:2rem;font-weight:700;display:block;color:#fff!important}.dart-flutter-page .info-description{opacity:1;text-shadow:1px 1px 2px #00000080;visibility:visible;width:100%;max-width:100%;font-size:1.125rem;line-height:1.6;display:block;color:#fff!important}.dart-flutter-page .hero-content .content-wrapper{z-index:10;flex-direction:column;flex-basis:100%;justify-content:center;margin:0;padding:0;display:flex;position:relative}.dart-flutter-page .intro-text{margin-bottom:1.5rem}.dart-flutter-page .intro-text p{color:#d1d5db;text-align:justify;margin-bottom:.75rem;font-size:1rem;line-height:1.6}.dart-flutter-page .intro-text p:last-child{margin-bottom:0}.dart-flutter-page .accordion-sections{flex-direction:column;gap:.75rem;display:flex}.dart-flutter-page .accordion-item{background:#374151;border-radius:8px;transition:all .3s;overflow:hidden}.dart-flutter-page .accordion-item:hover{background:#4b5563}.dart-flutter-page .accordion-header{cursor:pointer;text-align:left;background:#374151;border:none;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.25rem;display:flex}.dart-flutter-page .accordion-header h3{color:#fff;margin:0;font-size:1.125rem;font-weight:600}.dart-flutter-page .accordion-icon{color:#0175c2;font-size:1.5rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);transform:rotate(0)}.dart-flutter-page .accordion-header:hover .accordion-icon{color:#0284c7;transform:scale(1.1)}.dart-flutter-page .accordion-content{opacity:0;background:#374151;max-height:0;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;transform:translateY(-10px)}.dart-flutter-page .accordion-content.open{opacity:1;max-height:200px;padding:1rem 1.25rem 1.25rem;transform:translateY(0)}.dart-flutter-page .accordion-content p{color:#d1d5db;margin:0;font-size:1rem;line-height:1.6;transition:opacity .3s}.dart-flutter-page .accordion-content:not(.open) p{opacity:0}.dart-flutter-page .accordion-content.open p{opacity:1}@media (width<=1024px){.dart-flutter-page .container{padding:0 1.5rem}.dart-flutter-page .hero-content{text-align:left;flex-direction:column;align-items:flex-start;gap:3rem;max-width:100%;padding:4rem 2rem 4rem 2.5rem}.dart-flutter-page .hero-text{text-align:center;flex:1;max-width:100%;margin-top:2rem;margin-right:0;padding:0 1rem 0 .5rem}.dart-flutter-page .hero-image{justify-content:center;max-width:200px;margin-left:0}.dart-flutter-page .hero-title{white-space:normal;word-wrap:break-word;hyphens:auto;text-align:center;width:100%;max-width:100%;margin:1.5rem 0 2.5rem;font-size:3rem;line-height:1.2}.dart-flutter-page .hero-subtitle{text-align:center;width:100%;max-width:100%}.dart-flutter-page .info-title{word-wrap:break-word;hyphens:auto;text-align:center;width:100%;max-width:100%;margin-bottom:1.2rem;font-size:2.2rem}.dart-flutter-page .info-description{word-wrap:break-word;hyphens:auto;text-align:center;width:100%;max-width:100%;font-size:1rem;line-height:1.6}.dart-flutter-page .hero-image{order:-1;justify-content:center;max-width:300px;margin:0 auto}.dart-flutter-page .book-cover-image{width:85%;max-width:280px}.dart-flutter-page .hero-image:after{filter:blur(12px);background:radial-gradient(#0175c280 0%,#0175c21a 50%,#0175c200 70%);height:40px;bottom:-20px}.dart-flutter-page .hero-image:before{filter:blur(18px);height:20px;bottom:-25px}.dart-flutter-page .hero-content .content-wrapper{margin:0;padding:0}}@media (width<=768px){.dart-flutter-page .hero-content{text-align:left;flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2rem 1.5rem 2rem 2rem}.dart-flutter-page .hero-text{text-align:center;width:100%;max-width:100%;margin:1rem 0 0;padding:0 1rem 0 .5rem}.dart-flutter-page .hero-title{white-space:normal;word-wrap:break-word;hyphens:auto;text-align:center;width:100%;max-width:100%;margin:0 0 1.5rem;font-size:2.2rem;line-height:1.3}.dart-flutter-page .hero-subtitle{text-align:center;width:100%;max-width:100%;margin:0}.dart-flutter-page .info-title{word-wrap:break-word;hyphens:auto;text-align:center;width:100%;max-width:100%;margin-bottom:1rem;font-size:1.8rem;line-height:1.3}.dart-flutter-page .info-description{word-wrap:break-word;hyphens:auto;text-align:center;width:100%;max-width:100%;margin:0;font-size:1rem;line-height:1.6}.dart-flutter-page .hero-image{order:-1;justify-content:center;max-width:200px;margin:0 auto}.dart-flutter-page .book-cover-image{width:90%;max-width:180px}.dart-flutter-page .hero-image:after{filter:blur(8px);background:radial-gradient(#0175c266 0%,#0175c21a 50%,#0175c200 70%);height:25px;bottom:-10px}.dart-flutter-page .hero-image:before{filter:blur(12px);height:12px;bottom:-15px}.dart-flutter-page .hero-content .content-wrapper{margin:0;padding:0}.dart-flutter-page .accordion-header{padding:.75rem 1rem}.dart-flutter-page .accordion-header h3{font-size:.95rem}.dart-flutter-page .accordion-content.open{padding:.75rem 1rem 1rem}}@media (width<=480px){.dart-flutter-page .hero-content{text-align:left;align-items:flex-start;gap:1rem;padding:1.5rem 1rem 1.5rem 1.5rem}.dart-flutter-page .hero-text{text-align:left;padding:0 .5rem}.dart-flutter-page .hero-title{text-align:left;margin:0 0 1rem;font-size:1.8rem;line-height:1.2}.dart-flutter-page .hero-subtitle{text-align:left}.dart-flutter-page .info-title{text-align:left;margin-bottom:.8rem;font-size:1.5rem;line-height:1.2}.dart-flutter-page .info-description{text-align:left;font-size:.9rem;line-height:1.5}.dart-flutter-page .hero-image{max-width:160px}.dart-flutter-page .book-cover-image{max-width:140px}}
