:root{--bg-top: #0f172a;--bg-bottom: #312e81;--glass: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--text-primary: #e2e8f0;--accent: #6366f1;--record: #ef4444}body,html{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;font-family:Inter,sans-serif;color:var(--text-primary)}.app-wrapper{position:relative;width:100vw;min-height:100vh;height:auto;background:linear-gradient(to bottom,var(--bg-top),var(--bg-bottom));overflow-y:auto;display:flex;justify-content:center;align-items:flex-start;box-sizing:border-box}.sky{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.stars{width:1px;height:1px;background:transparent;box-shadow:100px 200px #fff,400px 500px #fff,700px 100px #fff,200px 800px #fff,600px 300px #fff,900px 700px #fff,1200px 200px #fff,300px 600px #fff,500px 200px #fff;animation:drift 100s linear infinite}.stars2{width:2px;height:2px;background:transparent;box-shadow:150px 250px #fff,450px 550px #fff,750px 150px #fff,250px 850px #fff,650px 350px #fff,950px 750px #fff,1250px 250px #fff;animation:drift 150s linear infinite}@keyframes drift{0%{transform:translateY(0)}to{transform:translateY(-1000px)}}.comet{position:absolute;top:10%;left:-200px;width:150px;height:2px;background:linear-gradient(90deg,#fff0,#fff);border-radius:50%;box-shadow:0 0 10px 2px #fff6;opacity:0;z-index:1}.recording-mode .comet{animation:shoot 4s infinite ease-in-out}@keyframes shoot{0%{left:-200px;top:10%;opacity:1;transform:rotate(-10deg)}to{left:120vw;top:40%;opacity:0;transform:rotate(-5deg)}}.container{position:relative;z-index:2;width:100%;max-width:900px;padding:20px}h1{font-size:3rem;letter-spacing:8px;margin-bottom:0;text-shadow:0 0 20px rgba(99,102,241,.5)}header p{opacity:.7;letter-spacing:2px}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:40px}.glass-card{background:var(--glass);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:30px;box-shadow:0 8px 32px #0000004d;transition:transform .3s}.glass-card:hover{transform:translateY(-5px)}.btn{width:100%;padding:15px;border-radius:8px;border:none;background:var(--accent);color:#fff;font-weight:700;cursor:pointer;margin-top:20px;transition:.3s}.btn:hover{box-shadow:0 0 15px var(--accent)}.btn.recording{background:var(--record);box-shadow:0 0 20px var(--record)}.chat-window{background:#0000004d;height:300px;overflow-y:auto;border-radius:8px;padding:15px;margin-bottom:15px}.message{margin-bottom:10px;padding:10px;border-radius:6px;font-size:.9rem}.message.ai{background:#6366f133;border-left:3px solid var(--accent)}.message.user{background:#ffffff1a;border-right:3px solid white;text-align:right}.chat-input-area{display:flex;gap:10px}input{flex:1;padding:12px;background:#0000004d;border:1px solid var(--glass-border);color:#fff;border-radius:6px}input:focus{outline:1px solid var(--accent)}@media(max-width:768px){.content-grid{grid-template-columns:1fr}}.landing-container{max-width:1200px;width:100%;text-align:center;z-index:10;padding:20px;margin-top:50px;animation:fadeIn 2s ease-in}.landing-row{display:flex;align-items:center;justify-content:center;gap:50px;margin-top:40px;text-align:left}.landing-title{font-size:4rem;letter-spacing:12px;margin-top:400px;margin-bottom:20px;padding-top:20px;padding-bottom:10px;line-height:1.3;display:block;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.auth-tabs{display:flex;justify-content:center;gap:10px;margin-bottom:25px;background:#ffffff1a;padding:5px;border-radius:8px}.auth-tabs .tab{flex:1;background:transparent;border:none;color:#94a3b8;padding:10px;cursor:pointer;font-weight:700;border-radius:6px;transition:.3s}.auth-tabs .tab.active{background:#6366f1;color:#fff;box-shadow:0 2px 10px #6366f166}.auth-tabs .tab:hover{color:#fff}.error-text{color:#ef4444;font-size:.9rem;margin-bottom:10px;background:#ef44441a;padding:8px;border-radius:4px}.landing-subtitle{font-size:1.2rem;color:#6366f1;letter-spacing:3px;margin-top:0;margin-bottom:50px;text-transform:uppercase}.landing-note{flex:1;max-width:600px;line-height:1.8;font-size:1.1rem;color:#cbd5e1;background:#0006;padding:40px;border-radius:12px;border-left:2px solid #6366f1;box-shadow:0 10px 30px #00000080}.landing-note p{margin-bottom:20px}.highlight{color:#ef4444;font-weight:700}.closing-line{font-style:italic;text-align:center;margin-top:40px;font-size:1.3rem;color:#fff}.btn-enter{margin-top:40px;background:transparent;border:1px solid white;color:#fff;padding:15px 40px;font-size:1.2rem;letter-spacing:2px;cursor:pointer;transition:.3s;border-radius:50px}.btn-enter:hover{background:#fff;color:#000;box-shadow:0 0 20px #ffffff80}.fade-in{animation:fadeIn 1.5s ease-out forwards}.fade-in-fast{animation:fadeIn .5s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.star-tree-wrapper{position:relative;width:400px;height:600px;top:auto;left:auto;transform:none;flex-shrink:0;opacity:.9}.tree-star{position:absolute;background:#fff;border-radius:50%;box-shadow:0 0 15px 4px #a7c5ff99;opacity:0;transform:scale(0);animation:growTreeStar 5s cubic-bezier(.25,.46,.45,.94) forwards}@keyframes growTreeStar{to{opacity:1;transform:scale(1)}}.ts-1{bottom:5%;left:50%;width:6px;height:6px;animation-delay:.5s}.ts-2{bottom:12%;left:50%;width:5px;height:5px;animation-delay:.8s}.ts-3{bottom:20%;left:49%;width:5px;height:5px;animation-delay:1.2s}.ts-4{bottom:28%;left:51%;width:4px;height:4px;animation-delay:1.5s}.ts-5{bottom:35%;left:40%;width:4px;height:4px;animation-delay:2s}.ts-6{bottom:38%;left:30%;width:3px;height:3px;animation-delay:2.3s}.ts-7{bottom:42%;left:20%;width:3px;height:3px;animation-delay:2.6s}.ts-8{bottom:35%;left:60%;width:4px;height:4px;animation-delay:2s}.ts-9{bottom:38%;left:70%;width:3px;height:3px;animation-delay:2.3s}.ts-10{bottom:42%;left:80%;width:3px;height:3px;animation-delay:2.6s}.ts-11{bottom:50%;left:45%;width:4px;height:4px;animation-delay:3.2s}.ts-12{bottom:55%;left:35%;width:3px;height:3px;animation-delay:3.5s}.ts-13{bottom:50%;left:55%;width:4px;height:4px;animation-delay:3.2s}.ts-14{bottom:55%;left:65%;width:3px;height:3px;animation-delay:3.5s}.ts-15{bottom:65%;left:50%;width:4px;height:4px;animation-delay:4s}.ts-16{bottom:70%;left:40%;width:3px;height:3px;animation-delay:4.3s}.ts-17{bottom:70%;left:60%;width:3px;height:3px;animation-delay:4.3s}.ts-18{bottom:75%;left:30%;width:2px;height:2px;animation-delay:4.7s}.ts-19{bottom:75%;left:70%;width:2px;height:2px;animation-delay:4.7s}.ts-20{bottom:80%;left:50%;width:3px;height:3px;animation-delay:5s;box-shadow:0 0 20px 8px #a7c5ffcc}@media(max-width:1000px){.landing-row{flex-direction:column-reverse;gap:20px}.star-tree-wrapper{height:400px;width:300px}.landing-title{font-size:2.5rem}}.guide-container{max-width:800px;margin-top:50px;text-align:center;padding-bottom:50px}.guide-title{font-size:3rem;letter-spacing:8px;margin-bottom:40px;color:#fff;text-shadow:0 0 20px rgba(99,102,241,.8)}.guide-card{background:#0009;border:1px solid rgba(255,255,255,.1);padding:50px;border-radius:20px;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 50px #00000080}.step{margin-bottom:40px;border-left:3px solid #6366f1;padding-left:20px;animation:slideIn .5s ease-out forwards;opacity:0}.step:nth-child(1){animation-delay:.2s}.step:nth-child(2){animation-delay:.8s}.step:nth-child(3){animation-delay:1.4s}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.step h3{margin:0 0 10px;color:#a5b4fc;font-size:1.5rem}.step p{margin:0;color:#e2e8f0;line-height:1.6;font-size:1.1rem}.final-thought{text-align:center;font-style:italic;font-size:1.3rem;margin-top:50px;color:#fff;padding:20px;border-top:1px solid rgba(255,255,255,.1);animation:fadeIn 2s ease-in forwards;animation-delay:2s;opacity:0}.auth-container{display:flex;justify-content:center;align-items:center;width:100%;margin-top:50px}.auth-card{width:400px;padding:40px;text-align:center;border:1px solid rgba(255,255,255,.2);box-shadow:0 0 40px #6366f14d}.auth-header h2{margin:10px 0 5px;letter-spacing:2px}.auth-header p{color:#94a3b8;font-size:.9rem;margin-bottom:30px}.heart-icon.beating{animation:beat 1.5s infinite}@keyframes beat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.input-group{position:relative;margin-bottom:20px;text-align:left}.input-group label{display:block;color:#cbd5e1;font-size:.8rem;margin-bottom:5px;margin-left:5px}.input-group input{width:100%;padding:12px 12px 12px 40px;background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:1rem;box-sizing:border-box}.input-group input:focus{border-color:#6366f1;outline:none}.input-icon{position:absolute;left:12px;top:42px;color:#94a3b8}.input-group input:not([placeholder*=Daughter])+.input-icon{top:14px}.input-group .input-icon{top:50%;transform:translateY(-50%)}.input-group label+input+.input-icon{top:65%}.btn-auth{width:100%;background:#6366f1;color:#fff;padding:12px;border-radius:8px;border:none;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:10px;margin-top:10px;transition:.3s}.btn-auth:hover{background:#4f46e5;box-shadow:0 0 15px #6366f199}.auth-switch{margin-top:20px;font-size:.9rem;color:#94a3b8}.auth-switch span{color:#6366f1;cursor:pointer;font-weight:700;margin-left:5px}.auth-switch span:hover{text-decoration:underline}.sub-text{color:#94a3b8;font-size:.9rem;margin-bottom:20px}.input-tabs{display:flex;gap:10px;margin-bottom:20px;background:#0000004d;padding:5px;border-radius:10px}.input-tabs button{flex:1;background:transparent;border:none;color:#94a3b8;padding:10px;border-radius:8px;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:8px;transition:.3s}.input-tabs button:hover{background:#ffffff0d;color:#fff}.input-tabs button.active{background:#6366f1;color:#fff;box-shadow:0 4px 10px #6366f166}.text-box textarea{width:100%;height:100px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px;color:#fff;font-family:inherit;resize:none;margin-bottom:10px;box-sizing:border-box}.text-box textarea:focus{outline:1px solid #6366f1}.small-hint{font-size:.8rem;color:#64748b;margin-top:10px}.mode-container{text-align:center;padding-top:50px;max-width:900px;margin:0 auto}.mode-title{font-size:2.5rem;margin-bottom:10px}.mode-subtitle{color:#94a3b8;margin-bottom:50px}.mode-cards{display:flex;justify-content:center;gap:30px}.mode-card{flex:1;padding:40px;cursor:pointer;transition:.3s;text-align:center;border:1px solid rgba(255,255,255,.1)}.mode-card:hover{transform:translateY(-10px);background:#ffffff1a;box-shadow:0 10px 40px #6366f14d;border-color:#6366f1}.icon-wrapper{position:relative;width:80px;height:80px;margin:0 auto 20px;background:#6366f133;border-radius:50%;display:flex;justify-content:center;align-items:center}.sub-icon{position:absolute;bottom:0;right:0;background:#6366f1;border-radius:50%;padding:5px}.mode-card h3{margin-bottom:10px;font-size:1.5rem}.mode-card p{color:#cbd5e1;font-size:.95rem;line-height:1.6;margin-bottom:30px}.btn-select{color:#6366f1;font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.content-grid.single-focus{display:flex;justify-content:center}.content-grid.single-focus .card{max-width:600px;width:100%}@media(max-width:768px){.mode-cards{flex-direction:column}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media screen and (max-width:768px){#root,.app-wrapper,.landing-container{width:100vw!important;height:100vh!important;overflow-x:hidden!important;position:relative}.landing-title{position:absolute;top:6%!important;left:50%;transform:translate(-50%);width:90%!important;text-align:center;z-index:10}.landing-title h1{font-size:2.5rem!important;line-height:1.1;letter-spacing:.3rem;margin-bottom:5px}.landing-title p{font-size:.9rem!important}canvas{display:block;width:100%!important;height:50%!important;position:absolute;bottom:0!important;left:0!important}.footer,.creator-name{position:fixed!important;bottom:20px!important;left:0;width:100%;text-align:center;font-size:.75rem!important;color:#fff9;z-index:20}.btn-enter,button{z-index:30!important}}
