body{background-color:#000;box-sizing:border-box;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;padding:0}.container{padding:20px;text-align:center}.header{font-size:2rem;margin-bottom:20px}.grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);justify-items:center}.character-card{background:#1e1e1e;border-radius:15px;cursor:pointer;padding:10px;transition:transform .2s;width:500px}.character-card:hover{transform:scale(1.05)}.character-card img{border-radius:10px;width:100%}.character-card p{margin-top:8px}.chat-container{height:100vh;position:relative;width:100%}.chat-overlay{background:#0009;color:#fff;display:flex;flex-direction:column;height:100%;padding:20px}.messages{flex:1 1;margin:10px 0;overflow-y:auto}.messages .you{color:#00cfff;margin:5px 0;text-align:right}.messages .ai{color:gold;margin:5px 0;text-align:left}.input-box{display:flex;gap:10px}.input-box input{border:none;border-radius:8px;flex:1 1;padding:8px}.input-box button{background:#00cfff;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:8px 12px}.home-container{background-color:#000;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.chat-section{align-items:center;background:linear-gradient(180deg,#1a1a1a,#000);display:flex;flex:1 1;justify-content:center;padding:3rem 1rem}.chat-box{background-color:#1a1a1a;border:1px solid #333;border-radius:16px;box-shadow:0 8px 24px #00000080;max-width:640px;padding:2rem;width:100%}.chat-title{color:#fff;font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem;text-align:center;text-shadow:0 0 10px #00e6ff4d}.chat-messages{background-color:#111;border:1px solid #333;border-radius:12px;height:400px;overflow-y:auto;padding:1.5rem}.chat-messages,.message{margin-bottom:1rem}.message-welcome{background-color:#222;border-radius:12px;color:#e0e0e0;display:inline-block;font-size:1rem;line-height:1.5;padding:.75rem 1.25rem}.chat-input{align-items:center;display:flex;gap:.75rem}.chat-textarea{background-color:#111;border:1px solid #333;border-radius:12px;color:#fff;flex:1 1;font-size:1rem;max-height:120px;min-height:48px;overflow-y:auto;padding:.75rem;resize:none;transition:border-color .2s}.chat-textarea:focus{border-color:#00e6ff;box-shadow:0 0 0 3px #00e6ff4d;outline:none}.chat-textarea::placeholder{color:#666}.chat-button{background-color:#00e6ff;border:none;border-radius:12px;color:#000;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s,transform .1s,box-shadow .2s}.chat-button:hover{background-color:#00b7cc;box-shadow:0 0 10px #00e6ff80;transform:translateY(-2px)}.services-section{background-color:#000;padding:3rem 1rem}.services-container{margin:0 auto;max-width:1280px;padding:0 1rem}.services-title{color:#fff;font-size:2.25rem;font-weight:700;letter-spacing:-.02em;margin-bottom:2rem;text-align:center;text-shadow:0 0 10px #00e6ff4d}.services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{background-color:#1a1a1a;border:1px solid #333;border-radius:16px;box-shadow:0 6px 16px #00000080;overflow:hidden;transition:transform .2s,box-shadow .2s}.service-card:hover{box-shadow:0 12px 24px #0009;transform:translateY(-6px)}.service-image{border-bottom:1px solid #333;height:200px;object-fit:cover;width:100%}.service-image-tall{height:300px}.service-image-medium{height:250px}.service-content{padding:1.5rem}.service-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.service-description{color:#e0e0e0;font-size:1rem;line-height:1.5;margin-bottom:1rem}.service-button{background-color:#00e6ff;border:none;border-radius:12px;color:#000;cursor:pointer;font-size:.95rem;font-weight:600;padding:.5rem 1.25rem;transition:background-color .2s,transform .1s,box-shadow .2s}.service-button:hover{background-color:#00b7cc;box-shadow:0 0 10px #00e6ff80;transform:translateY(-2px)}.feature-section{background:linear-gradient(180deg,#000,#1a1a1a);padding:3rem 1rem}.feature-container{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:0 auto;max-width:1280px}.feature-image-left{flex:1 1;min-width:300px;position:relative;transform:translateX(-20px)}.feature-image{border:1px solid #333;border-radius:12px;box-shadow:0 4px 12px #00e6ff33;height:400px;object-fit:cover;transition:transform .3s;width:100%}.feature-image:hover{transform:scale(1.05)}.feature-text-right{flex:1 1;min-width:300px;padding:1rem}.feature-title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem;text-shadow:0 0 10px #00e6ff4d}.feature-description{color:#e0e0e0;font-size:1.1rem;line-height:1.6}.showcase-section{background-color:#000;padding:3rem 1rem}.showcase-container{align-items:center;display:flex;flex-wrap:wrap-reverse;gap:2rem;justify-content:center;margin:0 auto;max-width:1280px}.showcase-text-left{flex:1 1;min-width:300px;padding:1rem}.showcase-title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem;text-shadow:0 0 10px #00e6ff4d}.showcase-description{color:#e0e0e0;font-size:1.1rem;line-height:1.6}.showcase-image-right{flex:1 1;min-width:300px;position:relative;transform:translateX(20px)}.showcase-image{border:1px solid #333;border-radius:12px;box-shadow:0 4px 12px #00e6ff33;height:600px;object-fit:cover;transition:transform .3s;width:100%}.showcase-image:hover{transform:scale(1.05)}.gallery-section{background:linear-gradient(180deg,#1a1a1a,#000);padding:3rem 1rem}.gallery-container{margin:0 auto;max-width:1280px}.gallery-title{color:#fff;font-size:2.25rem;font-weight:700;margin-bottom:2rem;text-align:center;text-shadow:0 0 10px #00e6ff4d}.gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.gallery-item-large{grid-column:span 2}.gallery-item-medium,.gallery-item-small{grid-column:span 1}.gallery-image{border:1px solid #333;border-radius:12px;box-shadow:0 4px 12px #00e6ff33;height:auto;object-fit:cover;transition:transform .3s;width:100%}.gallery-item-large .gallery-image{height:400px}.gallery-item-medium .gallery-image{height:500px}.gallery-item-small .gallery-image{height:300px}.gallery-image:hover{transform:scale(1.05)}.page-container{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:center;min-height:100vh;padding:2rem}.page-title{color:#fff;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.page-description{color:#e0e0e0;font-size:1.2rem;max-width:600px;text-align:center}.footer-container{background-color:#000;border-top:1px solid #333;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:3rem 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1280px}.footer-section{display:flex;flex-direction:column}.footer-title{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem;text-shadow:0 0 10px #00e6ff4d}.footer-list{list-style:none;margin:0;padding:0}.footer-item{margin-bottom:.5rem}.footer-link{border-radius:8px;color:#e0e0e0;display:inline-block;font-size:.95rem;padding:.25rem .5rem;text-decoration:none;transition:background-color .2s,color .2s,transform .1s}.footer-link:hover{background-color:#00e6ff;color:#000;transform:translateX(4px)}.footer-text{color:#e0e0e0;font-size:.95rem;padding:.25rem .5rem}.footer-bottom{align-items:center;border-top:1px solid #333;display:flex;justify-content:space-between;margin:2rem auto 0;max-width:1280px;padding-top:1rem}.footer-copyright{color:#e0e0e0;font-size:.9rem}@media (max-width:768px){.footer-content{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}
/*# sourceMappingURL=main.da9df2af.css.map*/