@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Poppins:wght@600;700&display=swap";:root{--color-bg: #f9f7fc;--color-header-bg: #f3f0fa;--color-primary: #b886ff;--color-primary-dark: #230736;--color-accent: #9b30ff;--color-text: #141414;--color-heading: #1a1a1a;--color-highlight: #ffb400}body{font-family:Inter,sans-serif;color:var(--color-text)}.hpHeader-title{font-family:Poppins,sans-serif;font-weight:700}.homePage{background-color:var(--color-bg);height:100%}.hpHeader{display:flex;justify-content:space-between;align-items:center;padding:1rem 3rem;background-color:#f9f7fccc;color:var(--color-text);position:sticky;top:0;z-index:1000;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(106,13,173,.2)}.hpHeader-LogoTitle{display:flex;align-items:center}.hpHeader-logo{height:50px;width:50px}.hpHeader-title{font-size:1.5rem;font-weight:700;color:var(--color-primary-dark);margin:0}.hpHeader-nav ul{list-style:none;display:flex;gap:2rem;margin:0;padding:0;font-family:Inter,sans-serif}.hpHeader-nav a{text-decoration:none;color:var(--color-text);font-weight:500;transition:color .3s ease}.hpHeader-nav a:hover{color:var(--color-accent)}.hpHeader-hamburger{display:none;background:none;border:none;cursor:pointer;color:var(--color-primary-dark)}.hpHeader-hamburger:hover{background-color:var(--color-primary-dark);color:#fff}@media (max-width: 1000px){.hpHeader-hamburger{display:block}.hpHeader{padding:.5rem}.hpHeader-nav{display:none;position:absolute;top:70px;right:1rem;background:var(--color-bg);padding:1rem;border:1px solid var(--color-primary-dark);border-radius:8px;flex-direction:column;gap:1rem}.hpHeader-nav.open{display:flex}.hpHeader-nav ul{flex-direction:column;gap:1rem;margin:0;padding:0}}.hpHeader-hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hpHeader-hamburger.open span:nth-child(2){opacity:0}.hpHeader-hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.footer{background:var(--color-header-bg, #f3f0fa);padding:2rem 1rem;margin-top:3rem;border-top:1px solid var(--color-primary-dark);text-align:center}.footer-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.footer-copy{font-size:.9rem;color:var(--color-text)}.footer-links{display:flex;gap:3rem}.footer-link{color:var(--color-highlight);text-decoration:none;font-weight:600;transition:color .3s ease}.footer-link:hover{color:var(--color-accent)}.divider{border:0;height:3px;margin:2rem 0}.divider-purple{background:linear-gradient(to right,transparent,var(--color-primary-dark),transparent)}.divider-yellow{background:linear-gradient(to right,transparent,var(--color-highlight),transparent)}.main-section{text-align:center;padding:50px 20px}.main-section-title{font-family:Poppins,sans-serif;font-size:4rem;color:var(--color-primary-dark);margin-top:15px;margin-bottom:20px;line-height:.9}.main-section-subtitle{font-family:Inter,sans-serif;font-size:1.5rem;color:var(--color-text);margin-top:6px;margin-bottom:4px;line-height:1.2}.main-section-description{font-family:Inter,sans-serif;font-size:1.2rem;color:var(--color-text);max-width:900px;margin:20px auto 0;line-height:1.6}.about-section{background:var(--color-bg);padding:50px 1rem;margin:3rem auto;max-width:900px;line-height:1.6;font-family:Inter,sans-serif;overflow-x:hidden}.about-card,.quick-stats-card,.about-me-image,.about-me-banner{box-sizing:border-box;max-width:100%}.about-heading-container{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem}.about-heading{font-size:3rem;font-weight:700;color:var(--color-primary-dark);margin-bottom:1rem;font-family:Poppins,sans-serif}.about-subheading{font-size:1.5rem;font-weight:600;color:var(--color-primary-dark);margin-top:2rem;margin-bottom:1rem}.about-section p{color:var(--color-text);margin-bottom:1rem;line-height:1.6}.beyond-code{background:#2f2038;color:#fbe3d7;border-left:5px solid var(--color-primary);border-radius:8px;padding:1.5rem;margin:2rem 0;box-shadow:0 2px 6px #00000014}.beyond-code-title{font-size:1.5rem;font-weight:600;color:var(--color-primary);margin-top:2rem;margin-bottom:1rem}.beyond-code-title{margin-top:0;color:var(--color-primary)}.beyond-code-list{list-style:none;margin:0;padding:0}.beyond-code-list li{margin-bottom:1rem;line-height:1.6;color:#fbe3d7}.beyond-code-list strong{color:var(--color-primary)}.about-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.about-main{line-height:1.6;color:var(--color-text)}.about-sidecards{display:flex;flex-direction:column;gap:1.5rem}.about-card{background:#bdbebe;border-radius:8px;padding:10px 1.25rem;box-shadow:0 2px 6px #00000014}.about-card ul{list-style:none;padding:0;margin:0}.about-card li{margin-bottom:.75rem;color:var(--color-text);line-height:1.4}@media (max-width: 900px){.about-grid{grid-template-columns:1fr}.about-sidecards{flex-direction:column;gap:1.25rem;width:100%}.about-card,.quick-stats-card{width:100%;margin:0 auto;box-sizing:border-box}}.about-me-banner{border-radius:12px;width:90%}.about-approach{display:flex;align-items:center;gap:2rem;margin-top:3rem}.about-me-image{flex:1;width:100%;max-width:350px;border-radius:12px;object-fit:cover;box-shadow:0 4px 12px #0000001a}.about-approach-text{flex:2;line-height:1.6;color:var(--color-text)}@media (max-width: 900px){.about-approach{flex-direction:column;text-align:center}.about-me-image{max-width:50%;margin-bottom:1.5rem}.about-approach-text{text-align:left}}.quick-stats-card{background:#fc7b54;border-radius:8px;padding:1.5rem;box-shadow:0 2px 6px #00000014}.quick-stats-title{font-size:1.25rem;font-weight:600;color:#1a1a40;margin-bottom:1rem}.quick-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem;text-align:center}.stat-number{display:block;font-size:1.5rem;font-weight:700;color:#1a1a40}.stat-label{font-size:.9rem;color:#222}.experience-section{padding:4rem 1.5rem;max-width:1100px;margin:0 auto}.experience-heading-container{text-align:center;margin-bottom:3rem}.experience-heading{font-size:2.25rem;font-weight:700;margin-bottom:.75rem;color:var(--color-primary-dark);font-family:Poppins,sans-serif}.experience-intro{font-size:1.1rem;color:#555;max-width:750px;margin:0 auto;line-height:1.6;font-family:Inter,sans-serif}.experience-card{display:flex;gap:2rem;background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px #0000000f;transition:transform .2s ease,box-shadow .2s ease;align-items:center}.experience-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001a}.experience-left{flex:1;border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;justify-content:center}.experience-role{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;font-family:Poppins,sans-serif}.experience-company{font-size:1rem;font-weight:600;margin-bottom:.25rem;font-family:Inter,sans-serif}.experience-meta{display:inline-block;font-size:.85rem;font-weight:500;margin-bottom:.75rem}.experience-subheader{font-size:.95rem;font-style:italic;line-height:1.4;opacity:.95;font-family:Inter,sans-serif}.experience-card:nth-child(odd) .experience-left{background:var(--color-primary-dark);color:#fff}.experience-card:nth-child(2n) .experience-left{background:#fc7b54;color:var(--color-primary-dark)}.experience-right{flex:2;display:flex;align-items:center}.experience-right ul{margin:0;padding-left:1.25rem}.experience-right li{margin-bottom:.6rem;line-height:1.5;color:#333;position:relative;font-family:Inter,sans-serif}.experience-card:nth-child(odd) .experience-right li:before{content:"▹";color:var(--color-primary-dark);font-weight:700;position:absolute;left:-1.25rem}.experience-card:nth-child(2n) .experience-right li:before{content:"▹";color:#fc7b54;font-weight:700;position:absolute;left:-1.25rem}.experience-button-container{text-align:center;margin-top:2rem}.experience-button{background:var(--color-primary-dark);color:#fff;font-weight:600;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:background .2s ease}.experience-button:hover{background:var(--color-primary)}.experience-card{display:flex;align-items:center;gap:2rem;background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.experience-logo{flex:0 0 120px;display:flex;justify-content:center;align-items:center}.experience-logo img{width:80%;height:auto;max-height:90px;object-fit:contain;border-radius:8px}.experience-left{flex:1.2;border-radius:8px;padding:1.25rem}.experience-right{flex:2}@media (max-width: 900px){.experience-card{flex-direction:column;align-items:center;text-align:center}.experience-logo{margin-bottom:1.25rem}.experience-left{margin-bottom:1.5rem}.experience-right ul{text-align:left}}.education-section{padding:4rem 1.5rem;max-width:1100px;margin:0 auto}.education-heading{text-align:center;font-size:2.25rem;font-weight:700;margin-bottom:3rem;color:#1a1a1a;font-family:Poppins,sans-serif}.education-card{display:flex;gap:2rem;background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px #0000000f;align-items:center}.education-card:nth-child(odd) .education-left{background:var(--color-primary-dark);color:#fff}.education-card:nth-child(2n) .education-left{background:#fc7b54;color:var(--color-primary-dark)}.education-left{flex:1;border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;justify-content:center}.education-degree{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;font-family:Poppins,sans-serif}.education-school{font-size:1rem;font-weight:600;margin-bottom:.25rem;font-family:Inter,sans-serif}.education-meta{font-size:.85rem;font-weight:500;margin-bottom:.75rem;font-family:Inter,sans-serif}.education-subheader{font-size:.95rem;font-style:italic;line-height:1.4;opacity:.95;font-family:Inter,sans-serif}.education-logo{flex:0 0 120px;display:flex;justify-content:center;align-items:center}.education-logo img{width:auto;height:80%;max-height:120px;object-fit:contain;border-radius:8px}.education-right{flex:2;display:flex;align-items:center}.education-right ul{margin:0;padding-left:1.25rem}.education-right li{margin-bottom:.6rem;line-height:1.5;color:#333;position:relative}.education-right li:before{content:"▹";color:#1a1463;font-weight:700;position:absolute;left:-1.25rem}.education-intro{font-size:1.1rem;color:#555;max-width:750px;margin:0 auto 10px;line-height:1.6;text-align:center;font-family:Inter,sans-serif}@media (max-width: 900px){.education-card{flex-direction:column;align-items:stretch}.education-left{margin-bottom:1.5rem}.education-right{align-items:flex-start}.education-logo img{width:70%;height:auto;object-fit:contain;border-radius:8px}}.skills-section{padding:4rem 1.5rem;max-width:1100px;margin:0 auto;background-color:var(--color-primary-dark)}.skills-heading{text-align:center;font-size:2.25rem;font-weight:700;margin-bottom:3rem;color:#fff;font-family:Poppins,sans-serif}.skills-category{margin-bottom:2.5rem}.skills-category-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff;font-family:Poppins,sans-serif}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.skill-card{background:#fff;border-radius:8px;padding:.2rem 1rem;box-shadow:0 2px 6px #00000014;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.skill-card:hover{transform:translateY(-3px);box-shadow:0 4px 10px #0000001f}.skill-name{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--color-primary-dark);font-family:Poppins,sans-serif}.skill-meta{display:flex;justify-content:space-between;font-size:.9rem;color:#555;margin-top:.5rem;font-family:Inter,sans-serif}.skill-rating{font-weight:500}.skill-years{font-weight:500;color:#333}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:10px;padding:2rem;max-width:500px;width:90%;position:relative;animation:fadeIn .3s ease}.modal-close-x{position:absolute;top:.5rem;right:.75rem;font-size:1.5rem;background:none;border:none;color:#333;cursor:pointer}.modal-close-btn{margin-top:1.5rem;padding:.6rem 1.2rem;border:none;border-radius:6px;background:var(--color-primary-dark);color:#fff;cursor:pointer;font-weight:600}.modal-close-btn:hover{background:#4a1577}.skills-button-container{text-align:center;margin-top:2rem;font-size:2rem}.skills-button{background:var(--color-primary-dark);color:#fff;font-weight:600;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:background .2s ease}.skills-button:hover{background:var(--color-primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.projects-section{padding:4rem 1.5rem;max-width:1100px;margin:0 auto}.projects-heading-container{text-align:center;margin-bottom:3rem}.projects-heading{font-size:2.25rem;font-weight:700;margin-bottom:.75rem;color:var(--color-primary-dark);font-family:Poppins,sans-serif}.project-card{display:flex;gap:2rem;align-items:center;margin-bottom:3rem;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001a}.project-image{flex:1}.project-image img{width:100%;border-radius:8px;object-fit:cover}.project-content{flex:2}.project-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--color-primary-dark)}.project-description{margin-bottom:.5rem;font-size:1rem;line-height:1.6;color:#444}.project-impact{font-size:.95rem;margin-bottom:1rem;color:#666}.project-highlights{margin-bottom:1rem;padding-left:1.25rem}.project-highlights li{margin-bottom:.5rem;line-height:1.5;color:#333}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-badge{background:var(--color-primary-dark);color:#fff;padding:.35rem .75rem;border-radius:6px;font-size:.8rem;font-weight:500;font-family:Inter,sans-serif}.project-card.left-image .project-image{order:0}.project-card.left-image .project-content,.project-card.right-image .project-image{order:1}.project-card.right-image .project-content{order:0}.see-more-container{text-align:center;margin-top:2rem}.see-more-btn{background:var(--color-primary-dark);color:#fff;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease}.see-more-btn:hover{background:#4b1669}@media (max-width: 900px){.project-card{flex-direction:column;align-items:stretch}.project-card .project-image{order:0!important;margin-bottom:1.5rem}.project-card .project-content{order:1!important}}.blog-section{padding:4rem 1.5rem;max-width:1100px;margin:0 auto}.blog-heading-container{text-align:center;margin-bottom:2.5rem}.blog-heading{font-size:2.25rem;font-weight:700;margin-bottom:.5rem;color:var(--color-primary-dark)}.blog-intro{max-width:700px;margin:0 auto;font-size:1.05rem;line-height:1.6;color:#555}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:stretch}.blog-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000f;padding:1.5rem;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001a}.blog-image{width:100%;height:auto;border-radius:8px;margin-bottom:1rem}.blog-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--color-primary-dark)}.blog-description{flex:1;font-size:.95rem;margin-bottom:1rem;color:#444}.blog-btn{background:var(--color-primary-dark);color:#fff;text-decoration:none;padding:.6rem 1.25rem;border-radius:8px;font-weight:600;text-align:center;transition:background .2s ease}.blog-btn:hover{background:#4b1669}@media (max-width: 768px){.blog-grid{grid-template-columns:1fr}}.contact-section{padding:4rem 1.5rem;max-width:900px;margin:0 auto;text-align:center}.contact-heading{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--color-primary-dark);font-family:Poppins,sans-serif}.contact-intro{font-size:1.1rem;color:#555;margin-bottom:2rem}.contact-links{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.contact-link{display:flex;align-items:center;gap:.75rem;font-size:1.2rem;font-weight:600;color:var(--color-primary-dark);text-decoration:none;background:#fff;border:2px solid var(--color-primary-dark);padding:.75rem 1.5rem;border-radius:8px;transition:all .2s ease}.contact-link:hover{background:var(--color-primary-dark);color:#fff}.contact-icon{font-size:1.5rem}.contact-inline{display:inline-flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:500;color:var(--color-primary-dark)}.book-section{display:flex;align-items:center;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto;padding:4rem 1rem;line-height:1.6;flex-wrap:wrap}.book-cover{width:320px;height:auto;border-radius:6px;box-shadow:0 6px 12px #0000001a;flex-shrink:0}.book-section h2{font-size:2rem;margin-bottom:.1rem;color:var(--color-primary-dark);font-family:Poppins,sans-serif;line-height:1.1}.subtitle{font-weight:400;font-style:italic;color:#555;margin-top:.15rem;margin-bottom:.25rem;line-height:1.2}.comingSoon{font-size:1.3rem;line-height:.8;color:var(--color-primary-dark);font-family:Poppins,sans-serif}.book-section p{color:#333;margin-bottom:1rem;max-width:600px}.book-button{background:none;border:1px solid #222;padding:.5rem 1.25rem;font-size:1rem;cursor:pointer;border-radius:4px;transition:all .2s ease-in-out}.book-button:hover{background-color:#222;color:#fff}@media (max-width: 900px){.book-section{flex-direction:column;text-align:center}.book-cover{width:80%;max-width:340px;margin-bottom:1.5rem}.book-section p{max-width:100%}}.login{max-width:400px;margin:3rem auto;padding:2rem;background:#fff9e6;border-radius:12px;box-shadow:0 4px 12px #00000026;text-align:center}.login input[type=email],.login input[type=password],.login input[type=text]{width:100%;padding:.75rem;margin-bottom:1rem;border-radius:6px;border:1px solid #ccc}.password-wrapper{text-align:left}.password-wrapper label{font-size:.9rem;display:flex;align-items:center;gap:.4rem;margin-top:-.5rem;margin-bottom:1rem}.login button{padding:.75rem 1.25rem;background:#5c3a00;color:#fff;border:none;border-radius:6px;cursor:pointer}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center}.modal-content{border:3px solid #012222;background:#fff;padding:20px;border-radius:8px;max-width:400px;width:90%;color:#020250;box-shadow:0 4px 12px #0000004d}.modal-title,.modal-author{color:#010142}.clickable-row{cursor:pointer;background-color:#fff;color:#000;border:2px solid #030122}.table-header{background-color:#030122;color:#fff;border:2px solid #030122}@media (max-width: 900px){.description-cell{display:none}}.filter-bar{margin:1rem 0;display:flex;align-items:center;gap:.5rem}.filter-bar label{font-weight:600;color:#012}.filter-bar select{padding:.4rem .6rem;border-radius:6px;border:2px solid #0077cc;background:#fff;color:#07c;font-weight:600;cursor:pointer;transition:all .3s ease}.filter-bar select:hover{background:#07c;color:#fff}.add-wine-modal{width:95%;height:95%;overflow-y:auto}.wine-form{display:flex;flex-direction:column;gap:.75rem}.wine-form input,.wine-form textarea{margin:0 auto;padding:.5rem;border:2px solid #0077cc;border-radius:6px;font-size:1rem;width:95%}.wine-form textarea{min-height:80px}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.form-actions button{padding:.6rem 1.2rem;border:none;border-radius:6px;font-weight:700;cursor:pointer}.form-actions button[type=button]{background:#ccc;color:#222}.form-actions button[type=submit]{background:#07c;color:#fff}.modal-row{display:flex;justify-content:space-between;gap:1rem}.modal-title.centered{text-align:center;font-size:1.6rem;margin-bottom:1rem}.modal-footer{display:flex;justify-content:center;margin-top:1.5rem}.close-btn{background:#07c;color:#fff;font-weight:700;padding:.6rem 1.2rem;border:none;border-radius:6px;cursor:pointer;transition:.3s ease}.close-btn:hover{background:#005fa3}.modal-footer.space-between{display:flex;justify-content:space-between;margin-top:1.5rem}.modal-footer button{padding:.6rem 1.2rem;border:none;border-radius:6px;font-weight:700;cursor:pointer}.modal-footer button:first-child{background:#07c;color:#fff}.modal-footer button:first-child:hover{background:#005fa3}.modal-footer button:last-child{background:#ff4d4d;color:#fff}.modal-footer button:last-child:hover{background:#c00}.wine-form select{margin:0 auto;padding:.5rem;border:2px solid #0077cc;border-radius:6px;font-size:1rem;width:95%;background:#fff;color:#020250}.header{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#4facfe,#00f2fe);padding:1rem 2rem;box-shadow:0 4px 6px #0000001a}.header-title{font-size:1.8rem;font-weight:700;color:#00004d;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;text-align:center;flex:1}.header-btn{background:#fff;color:#07c;font-size:1rem;font-weight:600;padding:.6rem 1.2rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;min-width:80px}.header-btn:hover{background:#07c;color:#fff;transform:scale(1.05)}.books-btn{margin-right:auto}.wine-btn{margin-left:auto}.header-btn.active{background:#07c;color:#fff;transform:scale(1.08)}.meganTitle{font-size:2rem;margin-bottom:1rem;color:#00004d;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.globalContainer{padding:5px 20px;background-color:#dde6f3;height:100vh}.homepage-container{display:flex;height:100vh;width:100%;overflow:hidden;background-color:#0f0f0f;color:#fff;font-family:Inter,sans-serif}@media (max-width: 900px){.homepage-container{flex-direction:column;height:100dvh}}.left-panel{width:28%;min-width:300px;max-width:420px;background-color:#161616;padding:2rem;display:flex;flex-direction:column;gap:2.5rem;border-right:1px solid rgba(255,255,255,.08)}@media (max-width: 1024px){.left-panel{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}}@media (max-width: 900px){.left-panel{display:none}}.hero-image-container{width:100%;display:flex;justify-content:center}.hero-image{width:180px;height:180px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.15);box-shadow:0 4px 16px #0000004d;transition:transform .2s ease}.hero-image:hover{transform:scale(1.03)}@media (max-width: 600px){.hero-image{width:140px;height:140px}}.intro-text{display:flex;flex-direction:column;gap:.75rem}.intro-name{font-size:1.9rem;font-weight:700;margin:0;color:#fff;text-shadow:none}.intro-title{font-size:1rem;font-weight:400;color:#b0b0b0;margin:0}.intro-description{font-size:.95rem;line-height:1.5;color:#d0d0d0;margin-top:.5rem}.badge-list{display:flex;flex-wrap:wrap;gap:.5rem}.badge{padding:.45rem .85rem;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);font-size:.8rem;color:#e5e5e5;transition:background .2s ease}.badge:hover{background:#ffffff26}.persona-toggle{display:flex;gap:.5rem}.persona-btn{flex:1;padding:.45rem .75rem;border-radius:8px;background:transparent;border:1px solid rgba(255,255,255,.15);color:#ffffffbf;font-size:.8rem;cursor:pointer;transition:background .15s ease,border-color .15s ease}.persona-btn:hover{border-color:#ffffff4d}.persona-btn.active{background-color:#6b5c7a40;border-color:#6b5c7a99;color:#fff}.right-panel{flex:1;padding:2rem;display:flex;flex-direction:column;background-color:#0f0f0f}.mobile-header{display:none}@media (max-width: 1024px){.right-panel{width:100%;min-height:80vh}}@media (max-width: 900px){.right-panel{width:100%;height:100%;flex:1;display:flex;flex-direction:column;padding:0}}@media (max-width: 900px){.mobile-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 .75rem;background-color:#0f0f0f;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-header-left{display:flex;align-items:center;gap:.6rem}.mobile-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.mobile-identity{display:flex;flex-direction:column;line-height:1.1}.mobile-name{font-size:1rem;font-weight:600;color:#fff}.mobile-persona{font-size:.8rem;color:#ffffffa6}.persona-mode-pill{padding:.35rem .75rem;border-radius:999px;background-color:#6b5c7a26;color:#cfc6dc;border:1px solid rgba(107,92,122,.35);font-size:.75rem;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease}.persona-mode-pill:hover{background-color:#6b5c7a40;border-color:#6b5c7a8c}.mobile-persona-menu{display:flex;gap:.5rem;padding:.5rem .75rem;background-color:#0f0f0f;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-persona-option{flex:1;padding:.45rem .5rem;border-radius:8px;background:transparent;border:1px solid rgba(255,255,255,.15);color:#ffffffbf;font-size:.75rem;cursor:pointer}.mobile-persona-option.active{background-color:#6b5c7a40;border-color:#6b5c7a99;color:#fff}}.chatbot-intro{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.chatbot-intro-title{margin:0;font-size:1.4rem;font-weight:600;color:#fff}.chatbot-intro-text{margin-top:.5rem;color:#b5b5b5;font-size:.95rem;line-height:1.45}@media (max-width: 900px){.chatbot-intro{padding-right:.5rem;padding-left:.5rem}}.chat-container{display:flex;flex-direction:column;flex:1;overflow:hidden;border-radius:12px;background-color:#111;border:1px solid rgba(255,255,255,.08);padding:1rem}.chat-message-list{flex:1;overflow-y:auto;padding-right:.5rem;display:flex;flex-direction:column;gap:1rem}.chat-message-list::-webkit-scrollbar{width:6px}.chat-message-list::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:6px}@media (max-width: 900px){.chat-message-list{padding-bottom:5.5rem;padding-left:.5rem;padding-right:.5rem;-webkit-overflow-scrolling:touch}.chat-message-list::-webkit-scrollbar{display:none}.chat-message{max-width:100%}.chat-bubble{padding:.75rem 1rem;border-radius:14px;font-size:.95rem;line-height:1.45}.chat-message.user .chat-bubble{background-color:#4b3f72}.story-choices{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.story-choice-btn{min-height:44px;padding:.6rem .9rem;border-radius:10px;font-size:.95rem;text-align:left}}.chat-message{display:flex;width:100%}.chat-message.user{justify-content:flex-end}.chat-message.assistant{justify-content:flex-start}.chat-bubble{max-width:80%;padding:.75rem 1rem;border-radius:12px;font-size:.95rem;line-height:1.4}.chat-message.user .chat-bubble{background-color:#6b5c7a;color:#fff;border-bottom-right-radius:2px}.chat-message.assistant .chat-bubble{background-color:#1e1e1e;color:#e5e5e5;border-bottom-left-radius:2px;border:1px solid rgba(255,255,255,.08)}.chat-bubble{line-height:1.5}.chat-bubble em,.chat-bubble strong{color:#fff}.chat-bubble h1,.chat-bubble h2,.chat-bubble h3{margin-top:.6rem;margin-bottom:.4rem}.chat-bubble ul{margin:.4rem 0 .4rem 1.2rem}.chat-bubble strong{font-weight:600}.story-choices{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.story-choice-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff;padding:.6rem .8rem;border-radius:8px;cursor:pointer;text-align:left;transition:background .2s ease}.story-choice-btn:hover{background:#ffffff26}.chat-input-container{display:flex;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.chat-input{flex:1;background-color:#1b1b1b;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.75rem 1rem;resize:none;font-size:.95rem}.chat-send-btn{background-color:#6b5c7a;color:#fff;border:none;padding:.6rem .85rem;border-radius:8px;cursor:pointer;font-size:1.1rem;transition:background .2s ease}.chat-send-btn:hover{background-color:#5a4c66}@media (max-width: 900px){.chat-input-container{position:sticky;bottom:0;z-index:10;margin-top:0;padding:.75rem;background-color:#0f0f0f;border-top:1px solid rgba(255,255,255,.08)}.chat-input{font-size:16px;border-radius:12px;padding:.75rem 1rem}.chat-send-btn{min-width:44px;min-height:44px;border-radius:999px;font-size:1.2rem;display:flex;align-items:center;justify-content:center}.chat-input-container{box-shadow:0 -6px 12px #00000059}}.preset-questions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.preset-question{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#e5e5e5;padding:.45rem .75rem;border-radius:8px;font-size:.8rem;cursor:pointer;transition:background .2s ease}.preset-question:hover{background:#ffffff26}body{margin:0;padding:0;background-color:var(--color-bg)}
