@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap");:root{--primary-blue:#5c9ce6;--primary-dark:#3a6ea5;--accent-orange:#f5a623;--accent-yellow:#f8e71c;--bg-blue-light:#e0f0ff;--bg-gradient-start:#dcecf9;--bg-gradient-end:#f0f4f8;--text-dark:#2c3e50;--text-light:#fff;--glass-border:hsla(0,0%,100%,.6);--glass-bg:hsla(0,0%,100%,.85);--shadow-soft:0 4px 20px rgba(0,0,0,.05);--shadow-card:0 8px 30px rgba(74,144,226,.15)}*{box-sizing:border-box;padding:0;margin:0}body{font-family:Quicksand,sans-serif;color:var(--text-dark)}.app-container,body{background:#e0f0ff;min-height:100vh;display:flex;flex-direction:column}.app-container{width:100%}.header{display:flex;justify-content:center;align-items:center;padding:1.5rem 2.5rem;background:transparent}.greeting-text{font-family:Comic Sans MS,Comic Sans,cursive;font-size:2rem;font-weight:600;color:#4a90e2;text-align:center}.logo{font-size:1.25rem;font-weight:700;color:#2c3e50;gap:.75rem}.logo,.logo-icon{display:flex;align-items:center}.logo-icon{width:32px;height:32px;background:#4a90e2;border-radius:50%;color:#fff;justify-content:center}.nav{display:flex;gap:2rem}.nav-item{display:flex;align-items:center;gap:.5rem;color:#7f8c8d;font-weight:600;text-decoration:none;font-size:.95rem;transition:color .2s}.nav-item.active,.nav-item:hover{color:#4a90e2}.user-profile{gap:1rem}.user-pill,.user-profile{display:flex;align-items:center}.user-pill{gap:.75rem;background:#f0f4f8;padding:.4rem .5rem .4rem 1rem;border-radius:50px}.user-name{font-weight:700;font-size:.9rem;color:#2c3e50}.avatar{object-fit:cover}.avatar,.coin-pill{width:32px;height:32px;border-radius:50%}.coin-pill{background:#f8e71c;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;box-shadow:0 4px 10px rgba(248,231,28,.4);background:linear-gradient(135deg,gold,#f5a623)}.dashboard-content{padding:0 2.5rem 2.5rem;display:flex;flex-direction:column;gap:2rem}.hero-section{background:linear-gradient(100deg,#89c4f4,#5c9ce6);border-radius:24px;padding:0;display:flex;position:relative;overflow:hidden;min-height:480px;color:#fff}.hero-left{flex:1 1;padding:4rem 1rem 4rem 4rem;flex-direction:column;z-index:2}.hero-center,.hero-left{display:flex;justify-content:center}.hero-center{flex:0 0 350px;align-items:center;position:relative;z-index:3}.hero-center:before{content:"";position:absolute;bottom:60px;left:50%;transform:translateX(-50%);width:200px;height:12px;background:rgba(20,90,240,.4);border-radius:50%;filter:blur(8px);z-index:-1}.hero-grandpa{width:140%;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));margin-top:20px}.hero-right{flex:1 1;padding:4rem 4rem 4rem 1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2}.hero-title{font-size:3rem;line-height:1.2;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 10px rgba(74,144,226,.3)}.hero-subtitle{font-size:1.4rem;font-weight:500;opacity:.95;margin-bottom:2.5rem;max-width:80%}.btn-primary{background:#357abd;color:#fff;border:none;padding:.8rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;box-shadow:0 8px 20px rgba(53,122,189,.4);transition:transform .2s,box-shadow .2s;align-self:flex-start}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(53,122,189,.5)}.character-picker{background:#fff;width:100%;border-radius:16px;padding:.8rem;display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.picker-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.picker-input{border:none;outline:none;font-size:1.1rem;color:#7f8c8d;width:100%;font-family:inherit}.voice-actions{background:#fff;border-radius:30px;padding:2rem;width:100%;text-align:center;position:relative}.voice-actions:after{content:"";position:absolute;top:50%;left:10%}.voice-title{font-size:1rem;color:#2c3e50;margin-bottom:1.5rem;font-weight:600}.voice-buttons{gap:0}.btn-action-icon,.voice-buttons{display:flex;justify-content:center;align-items:center}.btn-action-icon{width:90px;height:60px;border:none;cursor:pointer;transition:transform .2s;color:#fff;position:relative;z-index:1}.btn-book{background:#5c9ce6;border-radius:40px 0 0 40px;padding-right:20px;margin-right:-30px}.btn-advice{background:#f5a623;color:#fff;padding:.6rem 4rem;border-radius:50px;font-weight:700;font-size:1rem;display:flex;flex-direction:column;line-height:1.1;border:6px solid #fff;z-index:2;position:relative;cursor:pointer;box-sizing:content-box}.btn-chat{background:#5c9ce6;border-radius:0 40px 40px 0;padding-left:20px;margin-left:-30px}@keyframes pulse-ring{0%{transform:translate(-50%,-50%) scale(.8);opacity:.8}to{transform:translate(-50%,-50%) scale(2.2);opacity:0}}@keyframes wave-animation{0%,to{height:10px}50%{height:30px}}.pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150px;height:150px;border-radius:50%;border:4px solid hsla(0,0%,100%,.4);animation:pulse-ring 2s infinite}.pulse-ring:nth-child(2){animation-delay:.5s}.pulse-ring:nth-child(3){animation-delay:1s}.lower-section{display:grid;grid-template-columns:1fr 2fr;grid-gap:2rem;gap:2rem}.voice-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:50;flex-direction:column;background:rgba(92,156,230,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.voice-close,.voice-overlay{display:flex;align-items:center;justify-content:center}.voice-close{position:absolute;top:24px;right:24px;background:hsla(0,0%,100%,.2);border:none;width:48px;height:48px;border-radius:50%;color:#fff;cursor:pointer;transition:background .2s}.voice-close:hover{background:hsla(0,0%,100%,.3)}.voice-visualizer{position:relative;width:320px;height:320px;display:flex;align-items:center;justify-content:center;margin-bottom:32px}.voice-avatar-container{position:relative;z-index:10;width:192px;height:192px;border-radius:50%;overflow:hidden;border:4px solid hsla(0,0%,100%,.5);box-shadow:0 25px 50px -12px rgba(0,0,0,.25);background:#ebf8ff}.voice-avatar-img{width:100%;height:100%;object-fit:cover;transform:scale(1.25) translateY(8px)}.voice-status{text-align:center;margin-bottom:48px}.voice-status h2{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-shadow:0 4px 6px rgba(0,0,0,.1)}.voice-status p{color:hsla(0,0%,100%,.9);font-size:1.125rem;font-weight:500}.voice-controls{display:flex;align-items:center;gap:32px}.voice-btn-small{width:56px;height:56px;border-radius:50%;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;color:#fff;border:none;cursor:pointer;transition:background .2s}.voice-btn-small:hover{background:hsla(0,0%,100%,.3)}.voice-mic-btn{width:96px;height:96px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.voice-mic-btn:hover{transform:scale(1.05)}.voice-mic-btn:active{transform:scale(.95)}.voice-mic-btn.active{background:#ef4444;color:#fff}.voice-mic-btn.inactive{background:#fff;color:#3b82f6}.chat-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:50;background:hsla(0,0%,100%,.95);animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.chat-header{padding:1rem 1.5rem;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05);justify-content:space-between;z-index:10}.chat-header,.chat-header-info{display:flex;align-items:center}.chat-header-info{gap:1rem}.chat-avatar-small{width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid #5c9ce6;background:#ebf8ff}.chat-header-info h3{font-size:1.25rem;font-weight:700;color:#2c3e50}.chat-close-btn{background:#f0f4f8;border:none;width:40px;height:40px;border-radius:50%;color:#7f8c8d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.chat-close-btn:hover{background:#e2e8f0;color:#2c3e50}.chat-messages{flex:1 1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;background:#f7fafc}.message-bubble{max-width:80%;padding:1rem;border-radius:1.5rem;font-size:1rem;line-height:1.5;position:relative;display:flex;align-items:flex-end;gap:.5rem}.message-bubble.grandpa{align-self:flex-start;background:#fff;color:#2c3e50;border-bottom-left-radius:.25rem;box-shadow:0 2px 5px rgba(0,0,0,.05)}.message-bubble.user{align-self:flex-end;background:#5c9ce6;color:#fff;border-bottom-right-radius:.25rem;box-shadow:0 4px 6px rgba(92,156,230,.2)}.message-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;margin-bottom:-4px;border:1px solid #ddd}.chat-input-area{padding:1rem 1.5rem;background:#fff;display:flex;align-items:center;gap:1rem;border-top:1px solid #edf2f7}.chat-input{flex:1 1;padding:.75rem 1.25rem;border-radius:2rem;border:2px solid #e2e8f0;font-family:inherit;font-size:1rem;outline:none;transition:border-color .2s}.chat-input:focus{border-color:#5c9ce6}.chat-action-btn{background:none;border:none;color:#a0aec0;cursor:pointer;transition:color .2s}.chat-action-btn:hover{color:#5c9ce6}.chat-send-btn{width:48px;height:48px;border-radius:50%;background:#5c9ce6;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,background .2s}.chat-send-btn:hover{transform:scale(1.05);background:#4a90e2}.card-container{background:#fff;border-radius:24px}.card-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-title{font-size:1.5rem;font-weight:700;color:#1a202c}.search-bar{background:#f7fafc;border-radius:50px;padding:.8rem 1.5rem;display:flex;align-items:center;gap:.8rem;margin-bottom:1.5rem;border:1px solid #edf2f7}.search-icon{color:#a0aec0}.search-input{border:none;background:transparent;width:100%;font-size:1rem;outline:none;color:#4a5568}.magical-stories{display:flex;flex-direction:column}.stories-actions{background:linear-gradient(135deg,#5c9ce6,#357abd);padding:1rem;border-radius:16px;display:flex;justify-content:space-around;margin-top:auto;box-shadow:0 10px 20px rgba(74,144,226,.2)}.story-btn{background:hsla(0,0%,100%,.2);border:none;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background .2s}.story-btn:hover{background:hsla(0,0%,100%,.3)}.events-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.event-card{background:#fff;border-radius:20px;overflow:hidden;padding:1rem;display:flex;flex-direction:column;transition:transform .2s}.event-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.05)}.event-image-container{height:140px;width:100%;border-radius:16px;overflow:hidden;margin-bottom:1rem;background:#f0f0f0}.event-image{width:100%;height:100%;object-fit:cover}.event-content h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.event-desc{font-size:.85rem;color:#718096;margin-bottom:1rem;line-height:1.4}.chat-container-flex{display:flex;width:100%;height:100%;overflow:hidden}.chat-sidebar{width:260px;background:#f7fafc;border-right:1px solid #edf2f7;display:flex;flex-direction:column;padding:1rem;transition:width .3s ease}.chat-sidebar.closed{width:0;padding:0;overflow:hidden;border:none}.chat-main-area{flex:1 1;display:flex;flex-direction:column;position:relative;background:#fff}.new-chat-btn{background:#fff;border:1px solid #e2e8f0;width:100%;padding:.8rem;border-radius:8px;text-align:left;font-weight:600;color:#4a5568;cursor:pointer;margin-bottom:1.5rem;transition:all .2s;display:flex;align-items:center;gap:.5rem}.new-chat-btn:hover{background:#edf2f7}.sidebar-section-label{font-size:.75rem;font-weight:700;color:#a0aec0;margin-bottom:.5rem;margin-top:1rem;text-transform:uppercase}.sidebar-section-label:first-child{margin-top:0}.sidebar-item{display:flex;align-items:center;gap:.8rem;padding:.8rem;border-radius:8px;cursor:pointer;color:#4a5568;font-size:.95rem;transition:background .2s}.sidebar-item:hover{background:#edf2f7}.sidebar-item.active{background:#ebf8ff;color:#3182ce}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;margin-right:10px;color:#4a5568}.chat-overlay{overflow:hidden}.chat-overlay,.daily-note-card{display:flex;flex-direction:column}.daily-note-card{background:#fef9c3;background-image:radial-gradient(#f0f0f0 1px,transparent 0);background-size:20px 20px;border-radius:2px;padding:2rem 1.5rem;box-shadow:0 4px 10px rgba(0,0,0,.1);position:relative;transform:rotate(-1deg);align-items:center;justify-content:center;min-height:250px}.note-pin{width:16px;height:16px;background:#ef4444;top:15px;left:50%;transform:translateX(-50%);box-shadow:0 2px 5px rgba(0,0,0,.2);z-index:2}.note-pin,.note-pin:after{border-radius:50%;position:absolute}.note-pin:after{content:"";top:-5px;left:-2px;width:20px;height:20px;background:hsla(0,0%,100%,.3)}.note-title{font-family:Patrick Hand,cursive,sans-serif;font-size:1.8rem;color:#4b5563;text-align:center;margin-bottom:2rem;line-height:1.3}.note-action-btn{background:#4b5563;color:#fff;border:none;padding:.8rem 2rem;border-radius:50px;font-family:inherit;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s;display:flex;align-items:center;gap:.5rem}.note-action-btn:hover{transform:scale(1.05);background:#374151}.snaps-section{display:flex;flex-direction:column;flex:1 1}.snaps-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.snaps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:2rem;gap:2rem;padding:1rem}.snap-card{background:#fff;padding:10px 10px 40px;box-shadow:0 4px 15px rgba(0,0,0,.1);transform:rotate(-2deg);transition:all .3s ease;position:relative;cursor:pointer}.snap-card:nth-child(2n){transform:rotate(2deg)}.snap-card:hover{transform:rotate(0) scale(1.05);box-shadow:0 10px 25px rgba(0,0,0,.15);z-index:5}.snap-image-container{width:100%;aspect-ratio:1;background:#f0f0f0;overflow:hidden;margin-bottom:.5rem;border:1px solid #eee}.snap-image{width:100%;height:100%;object-fit:cover}.snap-caption{font-family:Patrick Hand,cursive,sans-serif;text-align:center;color:#555;font-size:1.1rem;position:absolute;bottom:10px;width:calc(100% - 20px)}.event-footer{justify-content:space-between}.coin-price,.event-footer{display:flex;align-items:center}.coin-price{background:#fff9c4;padding:.3rem .8rem;border-radius:50px;font-size:.9rem;font-weight:700;gap:.4rem}.coin-icon-small{width:16px;height:16px;background:#f8e71c;border-radius:50%}.btn-join{background:#357abd;color:#fff;border:none;padding:.5rem 1.5rem;border-radius:50px;font-weight:600;font-size:.9rem;cursor:pointer}.filter-btn{background:#357abd;width:40px;height:40px;box-shadow:0 4px 10px rgba(74,144,226,.3)}.close-btn,.filter-btn{color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.close-btn{background:#a0aec0;width:24px;height:24px;font-size:.8rem}.mood-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:1rem}.mood-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;border-radius:1.5rem;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;font-family:inherit;color:#fff;font-weight:700;gap:.5rem;font-size:1rem}.mood-btn:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.mood-btn-happy{background:#ffd93d;color:#5d4037}.mood-btn-sad{background:#5c9ce6}.mood-btn-angry{background:#ff6b6b}.mood-btn-scared{background:#a29bfe}.mood-emoji{font-size:2rem}.mood-subtext{text-align:center;color:#95a5a6;font-size:.9rem;margin-top:auto;padding-top:1rem;font-weight:500;line-height:1.4}@media (max-width:768px){.header{padding:1rem 1.5rem}.greeting-text{font-size:1.5rem}.dashboard-content{padding:0 1rem 1.5rem;gap:1.5rem}.hero-section{flex-direction:column;min-height:auto;padding:2rem 1.5rem}.hero-left{padding:0;text-align:center;align-items:center}.btn-primary{align-self:center}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem;max-width:100%}.hero-center{flex:0 0 250px;margin:2rem 0}.hero-grandpa{width:120%}.hero-right{padding:0;width:100%}.voice-title{font-size:.9rem}.voice-actions{padding:1.5rem 1rem}.btn-advice{padding:.5rem 3rem;font-size:.9rem}.lower-section{grid-template-columns:1fr;gap:1.5rem}.daily-note-card{padding:1.5rem}.note-title{font-size:1.1rem}.note-action-btn{padding:.5rem 1.5rem;font-size:.9rem}.snaps-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.snap-card{height:120px}.stories-list{grid-template-columns:1fr}.card-container{padding:1.5rem}.card-title{font-size:1.1rem}.activities-grid,.mood-grid{grid-template-columns:1fr}.voice-overlay{padding:1rem}.voice-panel{max-width:95%;padding:2rem 1.5rem}.voice-circle{width:120px;height:120px}.wave{width:3px}.nav{gap:1rem}.nav-item{font-size:.85rem}}@media (max-width:480px){.greeting-text{font-size:1.2rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1rem}.hero-center{flex:0 0 200px}.btn-advice{padding:.5rem 2.5rem;font-size:.85rem}.voice-panel{padding:1.5rem 1rem}.snaps-grid{grid-template-columns:1fr}.snap-card{height:150px}.dashboard-content{padding:0 .75rem 1rem}}@font-face{font-family:__Quicksand_572227;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/d426c6df177f02c4-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Quicksand_572227;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/9b4fbfc777bb173a-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Quicksand_572227;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/a74fb1607b845cb0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Quicksand_Fallback_572227;src:local("Arial");ascent-override:94.93%;descent-override:23.73%;line-gap-override:0.00%;size-adjust:105.35%}.__className_572227{font-family:__Quicksand_572227,__Quicksand_Fallback_572227;font-style:normal}