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-page{align-items:center;background:linear-gradient(135deg,#0f0c29,#302b63 50%,#24243e);color:#e0e0ff;display:flex;font-family:Segoe UI,system-ui,sans-serif;justify-content:center;min-height:100vh;padding:2rem}.content-wrapper{max-width:1100px;text-align:center;width:100%}.header{margin-bottom:4rem}.main-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#a78bfa,#7c3aed);-webkit-background-clip:text;font-size:4.5rem;font-weight:800;margin:0}.subtitle{font-size:1.8rem;margin:.5rem 0 .25rem;opacity:.9}.contact-info{font-size:1.1rem;margin-top:.5rem;opacity:.7}.companion-section{align-items:center;display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}.companion-title{color:#c4b5fd;font-size:3.5rem;margin:0}.companion-description{font-size:1.4rem;line-height:1.6;max-width:700px;opacity:.9}.companion-visual{aspect-ratio:1/1.2;background:#1e1e3c66;border:1px solid #7c3aed4d;border-radius:1.5rem;max-width:500px;overflow:hidden;position:relative;width:100%}.lucyna-image{display:block;height:100%;object-fit:cover;width:100%}.video-control-btn{background:#0009;border:none;border-radius:50%;bottom:16px;color:#fff;cursor:pointer;font-size:1.6rem;height:48px;line-height:48px;padding:0;position:absolute;right:16px;text-align:center;transition:all .25s;width:48px;z-index:10}.video-control-btn:hover{background:#000000d9;transform:scale(1.15)}.visual-placeholder{color:#888;font-size:1.2rem}.cta-section{margin-top:2rem}.start-chat-button{background:linear-gradient(90deg,#7c3aed,#a78bfa);border:none;border-radius:3rem;box-shadow:0 10px 30px #7c3aed66;color:#fff;display:inline-block;font-size:1.6rem;font-weight:700;padding:1.2rem 3.5rem;text-decoration:none;transition:all .3s ease}.start-chat-button:hover{background:linear-gradient(90deg,#a78bfa,#7c3aed);box-shadow:0 15px 40px #7c3aed99;transform:translateY(-4px)}@media (max-width:768px){.main-title{font-size:3.2rem}.companion-title{font-size:2.8rem}.start-chat-button{font-size:1.4rem;padding:1rem 2.5rem}}.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)}
/*# sourceMappingURL=main.caab1f5e.css.map*/