*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8faf9;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif}h1,h2,h3,h4,h5,h6{font-weight:500}button,h1,h2,h3,h4,h5,h6,input,textarea{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif}.app-logo{align-items:center;color:#1a1a1a;display:flex;gap:1rem}.logo-icon{flex-shrink:0}.logo-icon svg{display:block}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-title{font-weight:700;letter-spacing:.5px}.logo-subtitle{font-weight:400;letter-spacing:1px;opacity:.7}.logo-small .logo-icon svg{height:32px;width:32px}.logo-small .logo-title{font-size:.9rem}.logo-small .logo-subtitle{font-size:.6rem}.logo-medium .logo-icon svg{height:48px;width:48px}.logo-medium .logo-title{font-size:1.3rem}.logo-medium .logo-subtitle{font-size:.75rem}.logo-large .logo-icon svg{height:80px;width:80px}.logo-large .logo-title{font-size:2rem}.logo-large .logo-subtitle{font-size:1rem}a.app-logo{text-decoration:none;transition:opacity .2s}a.app-logo:hover{opacity:.8}.legal-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.legal-modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:24px;box-shadow:0 20px 40px #0000001a;display:flex;flex-direction:column;max-height:85vh;max-width:800px;overflow:hidden;width:90%}.legal-modal-header{align-items:center;background-color:#fff;border-bottom:1px solid #eaeaea;display:flex;justify-content:space-between;padding:24px 32px}.legal-modal-header h2{color:#1a1a1a;font-family:Outfit,sans-serif;font-size:24px;font-weight:600;margin:0}.legal-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s ease}.legal-modal-close:hover{background-color:#f5f5f5;color:#1a1a1a}.legal-modal-body{flex:1 1;overflow-y:auto;padding:32px}.legal-text{color:#4a4a4a;font-family:Inter,sans-serif;font-size:16px;line-height:1.6;white-space:pre-wrap}.legal-modal-footer{background-color:#f8faf9;border-top:1px solid #eaeaea;display:flex;justify-content:flex-end;padding:24px 32px}.legal-modal-button{background-color:#1a1a1a;border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:15px;font-weight:500;padding:12px 24px;transition:all .2s ease}.legal-modal-button:hover{background-color:#000;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}@media (max-width:640px){.legal-modal-content{border-radius:0;height:100%;max-height:100vh;width:100%}.legal-modal-body,.legal-modal-footer,.legal-modal-header{padding:20px}}.footer{background:linear-gradient(180deg,#f8f9f580,#f1f8f5);border-top:1px solid #a8d5ba33;padding:5rem 2rem 2rem}.footer-container{margin:0 auto;max-width:1400px}.footer-content{grid-gap:5rem;display:grid;gap:5rem;grid-template-columns:1.5fr 2.5fr;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{align-items:center;display:flex;gap:.75rem}.logo-text{color:#2c2416;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;letter-spacing:.5px;line-height:1.3}.footer-tagline{color:#5c4a35;font-family:Cormorant Garamond,serif;font-size:1.1rem;line-height:1.6}.footer-links{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(4,1fr)}.footer-column{display:flex;flex-direction:column;gap:1.2rem}.footer-heading{color:#2c2416;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.footer-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;padding:0}.footer-list li a{color:#5c4a35;font-family:Montserrat,sans-serif;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-list li a:hover{color:#a8d5ba}.footer-social{display:flex;gap:.75rem}.social-link{align-items:center;background:#a8d5ba1a;border-radius:10px;color:#a8d5ba;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#a8d5ba33;transform:translateY(-3px)}.footer-bottom{padding-top:2rem}.footer-divider{background:linear-gradient(90deg,#0000 0,#a8d5ba4d 50%,#0000);height:1px;margin-bottom:2rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.footer-copyright{color:#5c4a35}.footer-bottom-links,.footer-copyright{font-family:Montserrat,sans-serif;font-size:.85rem}.footer-bottom-links{align-items:center;display:flex;gap:1rem}.footer-bottom-links a{color:#5c4a35;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#a8d5ba}.footer-bottom-links .divider{color:#a8d5ba66}@media (max-width:1024px){.footer-content{gap:3rem;grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer{padding:4rem 1.5rem 2rem}.footer-links{gap:2rem;grid-template-columns:1fr}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{flex-wrap:wrap;justify-content:center}}.App{background-color:#f8faf9;min-height:100vh}.App,main{position:relative}main{z-index:1}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8faf9f2;border-bottom:1px solid #1a1a1a14;left:0;position:fixed;right:0;top:0;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1.2rem 2rem}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:8px;z-index:1001}.menu-toggle span{background:#1a1a1a;height:2px;transition:all .3s ease;width:25px}.menu-toggle.active span:first-child{transform:rotate(45deg) translate(7px,7px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav{align-items:center;display:flex;gap:2rem}.nav-link{color:#666;font-size:.9rem;font-weight:400;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#1a1a1a}.nav-cta{background:#1a1a1a;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.7rem 1.5rem;transition:all .3s ease}.nav-cta:hover{box-shadow:0 4px 12px #1a1a1a4d;transform:translateY(-2px)}@media (max-width:768px){.menu-toggle{display:flex}.nav{align-items:flex-start;background:#f8faf9fa;border-left:1px solid #1a1a1a14;flex-direction:column;gap:2rem;height:100vh;padding:6rem 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:70%}.nav.active{right:0}.nav-link{font-size:1.1rem}.language-selector{justify-content:space-between;width:100%}.lang-btn{flex:1 1}.nav-cta{text-align:center;width:100%}}.hero{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero-video-container{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero-video{height:100%;object-fit:cover;width:100%}.hero-overlay{background:#00000080;background:linear-gradient(180deg,#0000004d 0,#000000b3);height:100%;left:0;position:absolute;top:0;width:100%}.hero-content-centered{align-items:center;display:flex;flex-direction:column;gap:2rem;margin-top:-60px;max-width:900px;padding:0 2rem;position:relative;text-align:center;z-index:1}.hero-title{color:#fff;font-size:4.5rem;font-weight:600;letter-spacing:-.02em;line-height:1.1;text-shadow:0 2px 10px #0000004d}.hero-title-accent{color:#a8d5ba;font-family:Playfair Display,serif;font-style:italic;font-weight:400}.hero-description{color:#ffffffe6;font-size:1.25rem;font-weight:400;line-height:1.6;max-width:600px;text-shadow:0 1px 4px #0000004d}.hero-cta{display:flex;gap:1.5rem;margin-top:1rem}.btn-primary{align-items:center;background:#a8d5ba;border:none;border-radius:50px;color:#1a1a1a;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;padding:1rem 2.5rem;transition:all .3s ease}.btn-primary:hover{background:#fff;box-shadow:0 6px 20px #a8d5ba66;transform:translateY(-2px)}.btn-secondary{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #ffffff80;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 2.5rem;transition:all .3s ease}.btn-secondary:hover{background:#fff3;border-color:#fff;transform:translateY(-2px)}.hero-stats-floating{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;bottom:3rem;display:flex;gap:3rem;left:50%;padding:1.5rem 3rem;position:absolute;transform:translateX(-50%);z-index:1}.stat-item{align-items:center;display:flex;flex-direction:column;letter-spacing:1px;text-align:center}.stat-number{color:#fff;display:block;font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{display:block;font-size:.9rem;opacity:.9}.stat-divider{background:#fff3;height:40px;width:1px}@media (max-height:800px),(max-width:1400px){.hero-stats-floating{display:none}}@media (max-width:768px){.hero-title{font-size:3rem}.hero-cta{flex-direction:column;width:100%}.btn-primary,.btn-secondary{justify-content:center;width:100%}}.features{background:#fff;padding:8rem 2rem;position:relative}.features-container{margin:0 auto;max-width:1400px}.section-header{margin:0 auto 5rem;max-width:700px;text-align:center}.section-title{word-wrap:break-word;color:#1a1a1a;font-size:3rem;font-weight:500;-webkit-hyphens:auto;hyphens:auto;line-height:1.2;margin-bottom:1.5rem}.title-accent{color:#1a1a1a;font-weight:400}.section-description{color:#666;font-size:1.1rem;line-height:1.7}.bento-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,minmax(180px,auto));margin-bottom:4rem}.bento-card{animation:fadeUp .8s cubic-bezier(.165,.84,.44,1) forwards;background:#f8faf9;border:1px solid #1a1a1a14;border-radius:24px;display:flex;flex-direction:column;opacity:0;overflow:hidden;padding:2rem;position:relative;transition:all .4s cubic-bezier(.165,.84,.44,1)}.bento-card:first-child{animation-delay:.1s}.bento-card:nth-child(2){animation-delay:.2s}.bento-card:nth-child(3){animation-delay:.3s}.bento-card:nth-child(4){animation-delay:.4s}.bento-card:nth-child(5){animation-delay:.5s}.bento-card:nth-child(6){animation-delay:.6s}.bento-card:nth-child(7){animation-delay:.7s}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.bento-card:hover{border-color:#1a1a1a26;box-shadow:0 20px 40px #1a1a1a14;transform:translateY(-4px) scale(1.01);z-index:2}.bento-card.clickable{cursor:pointer}.span-2x2{grid-column:span 2;grid-row:span 2}.span-wide{grid-column:span 3}.bento-content{display:flex;flex-direction:column;height:100%;justify-content:space-between}.main-feature{background:linear-gradient(145deg,#f8faf9,#fff)}.feature-icon-large{border-radius:20px;box-shadow:0 4px 12px #0000000d;height:80px;margin-bottom:2rem;width:80px}.feature-icon,.feature-icon-large{align-items:center;background:#fff;color:#1a1a1a;display:flex;justify-content:center}.feature-icon{border:1px solid #1a1a1a0d;border-radius:16px;height:56px;margin-bottom:1.5rem;width:56px}.bento-title{color:#1a1a1a;font-size:2rem;font-weight:600;letter-spacing:-.02em;margin-bottom:1rem}.bento-description{color:#666;font-size:1.1rem;line-height:1.6;max-width:90%}.bento-title-small{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.bento-description-small{color:#666;font-size:.95rem;line-height:1.5}.bento-action{align-items:center;color:#1a1a1a;display:flex;font-weight:500;gap:.5rem;margin-top:2rem;opacity:0;transform:translateX(-10px);transition:all .3s ease}.bento-card:hover .bento-action{opacity:1;transform:translateX(0)}.small-feature{align-items:center;justify-content:center;padding:1.5rem;text-align:center}.small-feature h4{color:#1a1a1a;font-size:1rem;font-weight:600;margin-bottom:.5rem}.small-feature p{color:#666;font-size:.85rem;line-height:1.4}.additional-icon{align-items:center;background:#fff;border:1px solid #1a1a1a0d;border-radius:12px;color:#1a1a1a;display:flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.horizontal{align-items:center;flex-direction:row;gap:2rem;justify-content:flex-start;padding:2rem 3rem;text-align:left}.horizontal .additional-icon{height:64px;margin-bottom:0;width:64px}.horizontal-content{display:flex;flex-direction:column;gap:.25rem}.horizontal h4{font-size:1.25rem;margin-bottom:.25rem}.horizontal p{font-size:1rem}@media (max-width:1024px){.bento-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.span-2x2{grid-row:auto}.span-2x2,.span-wide{grid-column:span 2}}@media (max-width:768px){.features{padding:5rem 1.5rem}.section-title{font-size:2.5rem}.bento-grid{display:flex;flex-direction:column;gap:1.5rem}.bento-card{min-height:auto;padding:1.5rem}.feature-icon-large{height:64px;width:64px}.bento-title{font-size:1.75rem}.horizontal{flex-direction:column;gap:1rem;padding:2rem;text-align:center}}@media (max-width:480px){.features{padding:4rem 1rem}.section-title{font-size:2rem}.bento-title{font-size:1.5rem}}.cta{align-items:center;color:#fff;display:flex;justify-content:center;min-height:80vh;overflow:hidden;padding:10rem 2rem;position:relative}.cta:before{background:linear-gradient(180deg,#fff 0,#fff0);content:"";height:150px;pointer-events:none;z-index:5}.cta-background,.cta:before{left:0;position:absolute;top:0;width:100%}.cta-background{height:100%;z-index:0}.cta-bg-image{animation:slowZoom 20s infinite alternate;height:100%;object-fit:cover;width:100%}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.cta-overlay{background:linear-gradient(180deg,#0000004d,#000000b3);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.cta-container{margin:0 auto;max-width:900px;position:relative;width:100%;z-index:2}.cta-content-centered{align-items:center;display:flex;flex-direction:column;text-align:center}.cta-title{color:#fff;font-size:4rem;font-weight:600;line-height:1.1;margin-bottom:2rem;text-shadow:0 2px 10px #0000004d}.cta-title-accent{color:#a8d5ba;font-family:Playfair Display,serif;font-style:italic;font-weight:400}.cta-description{color:#ffffffe6;font-size:1.25rem;line-height:1.6;margin-bottom:3rem;max-width:600px;text-shadow:0 1px 4px #0000004d}.cta-form{max-width:500px;width:100%}.form-group{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;display:flex;gap:.5rem;margin-bottom:1rem;padding:.5rem}.form-input{background:#0000;border:none;color:#fff;flex:1 1;font-size:1rem;outline:none;padding:1rem 1.5rem}.form-input::placeholder{color:#ffffffb3}.form-submit{background:#a8d5ba;border:none;border-radius:50px;color:#1a1a1a;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;white-space:nowrap}.form-submit:hover{background:#fff;box-shadow:0 4px 15px #a8d5ba66;transform:translateY(-1px)}.form-note{color:#fff9;font-size:.9rem;margin-top:1rem}.modal-content{text-align:center}.modal-close{transition:transform .2s ease}.modal-icon{align-items:center;display:flex;justify-content:center;margin:0 auto 1.5rem}.modal-title{font-size:2rem;margin-bottom:1rem}.modal-text{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:1rem}.modal-text-small{color:#1a1a1a;font-size:.95rem;font-weight:500;margin-bottom:2rem}.modal-button{padding:1rem 3rem}.modal-button:hover{box-shadow:0 6px 20px #1a1a1a33;transform:translateY(-2px)}@media (max-width:768px){.cta{min-height:auto;padding:6rem 1.5rem}.cta-title{font-size:2.5rem}.cta-description{font-size:1rem}.form-group{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;border:none;flex-direction:column;padding:0}.form-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;margin-bottom:1rem}.form-submit{width:100%}.modal-content{padding:2rem}.modal-title{font-size:1.6rem}}.about-page{background:#f8faf9;min-height:100vh;overflow-x:hidden;padding-bottom:4rem}.progress-bar{background:#a8d5a0;height:5px;left:0;position:fixed;right:0;top:0;transform-origin:0;z-index:100}.about-hero-section{align-items:center;background:radial-gradient(circle at center,#e8f5e8 0,#f8faf9 70%);display:flex;flex-direction:column;height:80vh;justify-content:center;padding:2rem;text-align:center}.main-title{color:#2c3e50;font-size:4rem;font-weight:700;letter-spacing:-.03em;margin-bottom:1rem}.main-subtitle{color:#5d6d7e;font-size:1.5rem;line-height:1.6;max-width:600px}.timeline-container{margin:0 auto;max-width:1000px;padding:4rem 2rem;position:relative}.timeline-line{background:#a8d5a04d;bottom:0;left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-item{display:flex;justify-content:center;padding-bottom:6rem;position:relative;width:100%}.timeline-dot{background:#a8d5a0;border-radius:50%;box-shadow:0 0 0 4px #f8faf9;height:16px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:16px;z-index:2}.content-card{background:#fff;border:1px solid #a8d5a033;border-radius:20px;box-shadow:0 10px 30px #0000000d;padding:2.5rem;position:relative;width:45%}.timeline-item.left{justify-content:flex-start}.timeline-item.left .content-card{margin-right:auto}.timeline-item.right{justify-content:flex-end}.timeline-item.right .content-card{margin-left:auto}.content-card h2{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.content-text{color:#555;font-size:1.1rem;line-height:1.8;margin:0}.content-text-large{color:#2c3e50;font-size:1.4rem;font-weight:500;line-height:1.6}.cta-card{background:linear-gradient(135deg,#e8f5e8,#fff);border:2px solid #a8d5a0;text-align:center}@media (max-width:768px){.timeline-dot,.timeline-line{left:20px}.timeline-item{justify-content:flex-end;padding-left:50px}.content-card{width:100%}.main-title{font-size:2.5rem}.main-subtitle{font-size:1.2rem}}.contact-page{background-color:#f8faf9;display:flex;flex-direction:column;min-height:100vh;padding-top:80px}.contact-container{align-items:center;display:flex;flex:1 1;justify-content:center;margin:0 auto;max-width:1200px;padding:40px 20px;width:100%}.contact-content{grid-gap:60px;align-items:center;background:#fff;border-radius:32px;box-shadow:0 20px 40px #a8d5ba26;display:grid;gap:60px;grid-template-columns:1fr 1fr;padding:60px;width:100%}.contact-text-section{display:flex;flex-direction:column;gap:24px}.contact-title{color:#1a1a1a;font-family:Playfair Display,serif;font-size:3.5rem;font-weight:600;line-height:1.1}.contact-subtitle{color:#a8d5ba;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500;margin-top:-10px}.contact-description{color:#666;font-family:Inter,sans-serif;font-size:1.125rem;line-height:1.6;max-width:450px}.contact-card{align-items:center;background:#f8faf9;border:1px solid #0000;border-radius:20px;display:flex;gap:20px;margin-top:20px;padding:24px;transition:transform .3s ease,box-shadow .3s ease}.contact-card:hover{background:#fff;border-color:#a8d5ba;box-shadow:0 10px 25px #0000000d;transform:translateY(-5px)}.contact-icon-wrapper{align-items:center;background:#a8d5ba;border-radius:16px;color:#1a1a1a;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.contact-details{display:flex;flex-direction:column;gap:4px}.contact-label{color:#888;font-size:.875rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.contact-email{color:#1a1a1a;font-size:1.25rem;font-weight:500;text-decoration:none;transition:color .2s ease}.contact-email:hover{color:#a8d5ba}.contact-image-section{align-items:center;display:flex;justify-content:center}.contact-illustration{border-radius:24px;filter:drop-shadow(0 20px 40px rgba(168,213,186,.2));height:auto;max-width:500px;width:100%}@media (max-width:968px){.contact-content{gap:40px;grid-template-columns:1fr;padding:40px;text-align:center}.contact-text-section{align-items:center}.contact-description{margin:0 auto}.contact-card{max-width:400px;text-align:left;width:100%}}@media (max-width:480px){.contact-title{font-size:2.5rem}.contact-content{padding:24px}.contact-card{flex-direction:column;padding:20px;text-align:center}.contact-details{align-items:center}}.auth-page{align-items:center;background:linear-gradient(135deg,#f8faf9,#e8f5e8);display:flex;justify-content:center;min-height:100vh;padding:2rem}.auth-container{background:#fff;border:2px solid #1a1a1a14;border-radius:20px;box-shadow:0 20px 60px #1a1a1a14;max-width:450px;padding:3rem;width:100%}.auth-logo{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.auth-logo-text{display:flex;flex-direction:column;gap:0;line-height:1.2}.auth-logo .logo-name{color:#1a1a1a;font-size:1.3rem;font-weight:500;letter-spacing:.5px}.auth-logo .logo-tagline{color:#666;font-size:.7rem;font-weight:400;letter-spacing:1px;text-transform:uppercase}.auth-title{color:#1a1a1a;font-size:2rem;font-weight:500;margin-bottom:.5rem;text-align:center}.auth-subtitle{color:#666;font-size:1rem;margin-bottom:2rem;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-error{background:#dc35451a;border:1px solid #dc35454d;border-radius:8px;color:#dc3545;font-size:.9rem;padding:.75rem 1rem}.form-field input{background:#f8faf9;border:2px solid #1a1a1a1a;border-radius:10px;color:#1a1a1a;font-size:1rem;outline:none;padding:.9rem 1.2rem;transition:all .3s ease}.form-field input::placeholder{color:#999}.form-field input:focus{background:#fff;border-color:#1a1a1a;box-shadow:0 0 0 4px #1a1a1a0d}.auth-button{background:#1a1a1a;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:.5rem;padding:1rem 2rem;transition:all .3s ease}.auth-button:hover:not(:disabled){box-shadow:0 6px 20px #1a1a1a33;transform:translateY(-2px)}.auth-button:disabled{cursor:not-allowed;opacity:.6}.auth-switch{color:#666;font-size:.9rem;margin-top:1.5rem;text-align:center}.auth-switch a{color:#1a1a1a;font-weight:500;text-decoration:none;transition:opacity .3s ease}.auth-switch a:hover{opacity:.7}.auth-back{color:#666;display:block;font-size:.9rem;margin-top:2rem;text-align:center;text-decoration:none;transition:color .3s ease}.auth-back:hover{color:#1a1a1a}@media (max-width:768px){.auth-page{padding:1rem}.auth-container{padding:2rem 1.5rem}.auth-title{font-size:1.75rem}}.otp-inputs{display:flex;gap:.75rem;justify-content:center;margin:2rem 0}.otp-input{border:2px solid #d3d9de;border-radius:8px;font-size:1.5rem;font-weight:600;height:60px;text-align:center;transition:all .2s;width:50px}.otp-input:focus{border-color:#2a5885;box-shadow:0 0 0 3px #2a58851a;outline:none}.otp-input:disabled{background:#f7f8fa;cursor:not-allowed}.link-button{background:none;border:none;color:#2a5885;cursor:pointer;font-size:.9rem;text-decoration:underline;transition:color .2s}.link-button:hover{color:#5181b8}.link-button:disabled{color:#99a2ad;cursor:not-allowed}.auth-success{background:#e8f5e9;border-radius:8px;color:#2e7d32;font-size:.9rem;margin-bottom:1rem;padding:.75rem;text-align:center}@media (max-width:480px){.otp-inputs{gap:.5rem}.otp-input{font-size:1.2rem;height:50px;width:40px}}.modal-crest{max-width:900px;overflow-y:auto}.modal-close{border:1px solid #a8d5ba4d;color:#2c3e50;height:32px;margin-bottom:-32px;margin-left:auto;position:-webkit-sticky;position:sticky;right:0;top:0;width:32px;z-index:100}.modal-close:hover:not(:disabled){background:#a8d5ba33;border-color:#a8d5ba;transform:rotate(90deg)}.modal-close:disabled{cursor:not-allowed;opacity:.5}.crests-gallery{border-bottom:1px solid #a8d5ba33;margin-bottom:2rem;padding-bottom:2rem}.crests-gallery h3{color:#2c3e50;font-size:1.1rem;margin:0 0 1rem}.crests-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.crest-item{background:#fff;border:2px solid #a8d5ba33;border-radius:12px;cursor:pointer;padding:1rem;position:relative;transition:all .2s ease}.crest-item:hover{border-color:#a8d5ba;box-shadow:0 4px 12px #a8d5ba26;transform:translateY(-2px)}.crest-item.active{background:#a8d5ba0d;border-color:#a8d5ba}.crest-preview-placeholder{aspect-ratio:1;background:linear-gradient(135deg,#f1f8f5,#e8f3ed);border-radius:8px;justify-content:center;margin-bottom:.75rem;width:100%}.crest-item-info{text-align:center}.crest-item-name{color:#2c3e50;font-weight:600;margin-bottom:.25rem}.crest-item-motto{color:#7a8a99;font-size:.85rem;font-style:italic;margin-bottom:.5rem}.crest-active-badge{background:#a8d5ba;border-radius:12px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.crest-set-active-btn{background:#a8d5ba1a;border:1px solid #a8d5ba4d;border-radius:8px;color:#2c3e50;cursor:pointer;font-weight:500;margin-top:.5rem;padding:.5rem;transition:all .2s ease;width:100%}.crest-set-active-btn:hover{background:#a8d5ba33;border-color:#a8d5ba}.crest-form-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.crest-form-fields{display:flex;flex-direction:column;gap:1rem}.form-field label{color:#2c3e50;display:block;margin-bottom:.5rem}.form-field input{border:1px solid #a8d5ba4d;border-radius:8px;font-size:.95rem;padding:.75rem;transition:all .2s ease;width:100%}.form-field input:focus{border-color:#a8d5ba;box-shadow:0 0 0 3px #a8d5ba1a;outline:none}.form-field input:disabled{background:#f8f9f5;cursor:not-allowed}.crest-info{background:#a8d5ba14;border:1px solid #a8d5ba33;border-radius:10px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.crest-cost{color:#2c3e50;font-size:1.1rem;margin:0}.crest-cost strong{color:#a8d5ba}.crest-hint{color:#666;font-size:.9rem;line-height:1.5;margin:0}.crest-form-actions{display:flex;gap:1rem;justify-content:flex-end}.modal-button,.modal-button-secondary{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.9rem 1.5rem;transition:all .2s ease}.modal-button-secondary{background:#a8d5ba1a;border:1px solid #a8d5ba4d;color:#2c3e50}.modal-button-secondary:hover:not(:disabled){background:#a8d5ba33}.crest-generate-btn{background:linear-gradient(135deg,#a8d5ba,#8fc5a0);color:#fff}.crest-generate-btn:hover:not(:disabled){background:linear-gradient(135deg,#8fc5a0,#7ab88e);box-shadow:0 4px 16px #a8d5ba66;transform:translateY(-2px)}.crest-generate-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.spinner{animation:spin 1s linear infinite}.crest-details-overlay{align-items:center;animation:fadeIn .2s ease;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10001}.crest-details-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;max-width:600px;padding:2rem;position:relative;width:90%}.crest-details-modal h3{color:#2c3e50;margin:0 0 1.5rem}.crest-details-content{display:flex;gap:2rem}.crest-preview-large{align-items:center;background:linear-gradient(135deg,#f1f8f5,#e8f3ed);border-radius:12px;color:#a8d5ba;display:flex;flex-shrink:0;height:200px;justify-content:center;width:200px}.crest-details-info{flex:1 1}.crest-details-info p{color:#2c3e50;line-height:1.6;margin:0 0 .75rem}.crest-details-info strong{color:#a8d5ba}@media (max-width:768px){.crest-form-content{grid-template-columns:1fr}.crests-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.crest-details-content{align-items:center;flex-direction:column}.crest-preview-large{height:150px;width:150px}.modal-crest{margin:1rem;max-height:95vh;max-width:none;padding:1.5rem;width:95%}.modal-title{font-size:1.3rem;margin-bottom:1.5rem}.crests-gallery h3{font-size:1.1rem}.crests-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.crest-item{padding:.75rem}.crest-preview-placeholder{height:100px}.crest-item-name{font-size:.9rem}.crest-item-motto{font-size:.75rem}.crest-set-active-btn{font-size:.75rem;padding:.4rem .8rem}.crest-form-content{flex-direction:column}.crest-form-fields{gap:1rem}.form-field label{font-size:.9rem}.form-field input,.form-field select,.form-field textarea{font-size:.9rem;padding:.7rem}.form-field small{font-size:.75rem}.crest-info{margin-top:1rem;padding:1rem}.crest-cost,.crest-hint{font-size:.85rem}.crest-form-actions{flex-direction:column-reverse;gap:.75rem}.crest-generate-btn,.modal-button,.modal-button-secondary{font-size:.9rem;padding:.9rem 1.5rem;width:100%}.crest-details-modal{margin:1rem;max-width:none;padding:1.5rem;width:95%}.crest-details-modal h3{font-size:1.2rem}.crest-details-content{flex-direction:column}.crest-preview-large{height:250px;margin-bottom:1.5rem}.crest-details-info p{font-size:.9rem}}@media (max-width:480px){.modal-crest{padding:1rem}.modal-title{font-size:1.2rem}.crests-grid{gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.crest-preview-placeholder{height:80px}.crest-item-name{font-size:.8rem}.crest-item-motto{font-size:.7rem}.crest-preview-large{height:200px}}.profile-page{background:linear-gradient(180deg,#f8faf9,#e8f5e8);min-height:100vh}.profile-header{left:0;position:fixed;right:0;z-index:1000}.profile-header-content{max-width:1400px}.my-profile-link{color:#2a5885;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.my-profile-link:hover{color:#5181b8}.profile-main{margin-top:80px}.profile-container{max-width:1400px}.profile-header-section{align-items:center;display:flex;justify-content:space-between;margin-bottom:3rem}.profile-header-section h1{color:#1a1a1a;font-size:2.5rem;font-weight:500}.create-tree-btn{align-items:center;background:#1a1a1a;border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.create-tree-btn:hover{box-shadow:0 6px 20px #1a1a1a33;transform:translateY(-2px)}.loading{color:#666;font-size:1.1rem;padding:4rem;text-align:center}.empty-state h2{color:#1a1a1a;font-size:1.8rem;font-weight:500;margin-bottom:1rem}.empty-state p{font-size:1.1rem;margin-bottom:2rem}.create-first-btn{background:#1a1a1a;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 2.5rem;transition:all .3s ease}.create-first-btn:hover{box-shadow:0 6px 20px #1a1a1a33;transform:translateY(-2px)}.trees-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.tree-card{background:#fff;border:2px solid #1a1a1a14;border-radius:16px;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.tree-card:hover{border-color:#1a1a1a26;box-shadow:0 12px 30px #1a1a1a1a;transform:translateY(-4px)}.tree-card-crest{height:80px;opacity:.15;pointer-events:none;position:absolute;right:1rem;top:1rem;width:80px}.tree-card-crest img{height:100%;object-fit:contain;width:100%}.tree-card-content h3{color:#1a1a1a;font-size:1.5rem;font-weight:500;margin-bottom:.5rem}.tree-date{color:#666;font-size:.9rem;margin-bottom:1.5rem}.tree-card-actions{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr 1fr}.tree-btn{align-items:center;border-radius:50px;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.4rem;justify-content:center;padding:.7rem 1rem;text-align:center;text-decoration:none;transition:all .3s ease;white-space:nowrap}.tree-btn-view{background:#1a1a1a;border:none;color:#fff}.tree-btn-view:hover{box-shadow:0 4px 12px #1a1a1a33;transform:translateY(-2px)}.tree-btn-crest{align-items:center;background:#0000;border:2px solid #fbbf24;color:#fbbf24;display:flex;gap:.5rem;justify-content:center}.tree-btn-crest:hover{background:#fbbf241a}.tree-btn-delete{background:#0000;border:2px solid #dc3545;color:#dc3545}.tree-btn-delete:hover{background:#dc35451a}.modal-form .form-field{display:flex;flex-direction:column;gap:.5rem}.modal-form .form-field label{color:#1a1a1a;font-size:.9rem;font-weight:500}.modal-form .form-field input{background:#f8faf9;border:2px solid #1a1a1a1a;border-radius:10px;color:#1a1a1a;font-size:1rem;outline:none;padding:.9rem 1.2rem;transition:all .3s ease}.modal-form .form-field input:focus{background:#fff;border-color:#1a1a1a;box-shadow:0 0 0 4px #1a1a1a0d}@media (max-width:768px){.profile-header-section{align-items:flex-start;flex-direction:column;gap:1.5rem}.profile-header-section h1{font-size:2rem}.trees-grid{grid-template-columns:1fr}.profile-user{gap:.75rem}.profile-header-content,.profile-user{align-items:flex-start;flex-direction:column}.profile-header-content{gap:1rem;padding:0 1rem}.profile-logo{font-size:1rem}.profile-user{justify-content:space-between;width:100%}.logout-btn,.user-email{font-size:.8rem}.logout-btn{padding:.5rem 1rem}.profile-main{padding:2rem 1rem}.profile-header-section{align-items:flex-start;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.profile-header-section h1{font-size:1.8rem}.create-tree-btn{justify-content:center;padding:.9rem 1.5rem;width:100%}.trees-grid{gap:1.5rem;grid-template-columns:1fr}.tree-card{padding:1.5rem}.tree-card-crest{height:60px;right:.75rem;top:.75rem;width:60px}.tree-card-content h3{font-size:1.3rem;padding-right:70px}.tree-card-actions{flex-direction:column}.tree-btn{padding:.7rem 1.2rem}.empty-state{padding:3rem 1rem}.empty-state h2{font-size:1.5rem}.empty-state p{font-size:1rem}}@media (max-width:480px){.profile-header-section h1{font-size:1.5rem}.tree-card-content h3{font-size:1.2rem}.tree-card-crest{height:50px;width:50px}}.delete-modal{max-width:450px;text-align:center}.delete-icon{align-items:center;background:#dc35451a;border-radius:50%;display:flex;height:64px;justify-content:center;margin:0 auto 1.5rem;width:64px}.modal-description{color:#666;font-size:1rem;line-height:1.6;margin-bottom:2rem}.modal-description strong{color:#1a1a1a;font-weight:600}.modal-actions{display:flex;gap:1rem}.modal-button-secondary{background:#0000;border:2px solid #1a1a1a33;border-radius:50px;color:#1a1a1a;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:1rem 2rem;transition:all .3s ease}.modal-button-secondary:hover{background:#1a1a1a0d;border-color:#1a1a1a}.modal-button-danger{background:#dc3545;border:none;border-radius:50px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:1rem 2rem;transition:all .3s ease}.modal-button-danger:hover{background:#c82333;box-shadow:0 6px 20px #dc35454d;transform:translateY(-2px)}.language-switcher{display:inline-block;position:relative}.language-button{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px #0000000d;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:4px;padding:6px 10px;transition:all .2s ease}.language-button:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 2px 4px #00000014}.language-button:active{transform:scale(.98)}.language-flag{font-size:20px;line-height:1}.language-arrow{color:#9ca3af;transition:transform .2s ease}.language-arrow.open{transform:rotate(180deg)}.language-dropdown{animation:slideDown .15s ease-out;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:160px;padding:4px;position:absolute;right:0;top:calc(100% + 4px);z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.language-option{align-items:center;background:#0000;border:none;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:10px;padding:10px 12px;text-align:left;transition:all .15s ease;width:100%}.language-option:hover{background:#f3f4f6}.language-option.active{background:#eef2ff;color:#4f46e5}.language-option .language-flag{font-size:20px}.language-option .language-name{flex:1 1;font-weight:500}.check-icon{color:#4f46e5;flex-shrink:0}@media (max-width:768px){.language-dropdown{min-width:140px;right:0}}.language-option{overflow:hidden;position:relative}.language-option:before{background:linear-gradient(90deg,#0000,#4f46e51a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.language-option:hover:before{left:100%}.language-button:focus{box-shadow:0 0 0 3px #4f46e533;outline:none}.language-option:focus{background:#f3f4f6;outline:none}@media (prefers-color-scheme:dark){.language-button{background:#1f2937;border-color:#374151;color:#f9fafb}.language-button:hover{background:#374151;border-color:#4b5563}.language-dropdown{background:#1f2937;border-color:#374151}.language-option{color:#f9fafb}.language-option:hover{background:#374151}.language-option.active{background:#312e81;color:#a5b4fc}.check-icon{color:#a5b4fc}}.my-profile-page{background:linear-gradient(180deg,#f8faf9,#e8f5e8);min-height:100vh}.profile-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8faf9f2;border-bottom:1px solid #1a1a1a14;padding:1.2rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.profile-header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.header-left{align-items:center;display:flex;gap:1.5rem}.back-btn{align-items:center;background:#0000;border:2px solid #1a1a1a1a;border-radius:50px;color:#1a1a1a;display:inline-flex;gap:.5rem;padding:.6rem 1.5rem}.back-btn:hover{background:#1a1a1a0d}.profile-logo-link{text-decoration:none}.profile-user{align-items:center;display:flex;gap:1.5rem}.user-email{color:#666}.logout-btn,.user-email{font-size:.9rem;font-weight:500}.logout-btn{background:#0000;border:2px solid #1a1a1a1a;border-radius:50px;color:#1a1a1a;cursor:pointer;padding:.6rem 1.5rem;transition:all .3s ease}.logout-btn:hover{background:#1a1a1a0d;border-color:#1a1a1a}.profile-main{padding:3rem 2rem}.profile-container{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1200px}.profile-card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000d;display:flex;gap:3rem;padding:3rem;transition:box-shadow .3s ease}.profile-card:hover{box-shadow:0 4px 12px #00000014}.profile-avatar-section{align-items:center;display:flex;flex-direction:column;gap:1.5rem}.profile-avatar{align-items:center;background:#f8faf9;border:2px solid #1a1a1a14;border-radius:16px;display:flex;height:200px;justify-content:center;overflow:hidden;width:200px}.profile-avatar img{height:100%;object-fit:cover;width:100%}.avatar-placeholder{color:#ccc;font-size:4rem;font-weight:600}.avatar-upload-btn{background:#1a1a1a;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:500;padding:.7rem 1.5rem;transition:all .3s ease}.avatar-upload-btn:hover{background:#333;transform:translateY(-1px)}.profile-info-section{flex:1 1}.profile-name{color:#1a1a1a;font-size:2rem;font-weight:600;margin-bottom:.5rem}.profile-email{color:#666;font-size:.95rem}.edit-profile-btn,.profile-email{font-weight:500;margin-bottom:2rem}.edit-profile-btn{background:#1a1a1a;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:.9rem;padding:.8rem 1.8rem;transition:all .3s ease}.edit-profile-btn:hover{background:#333;transform:translateY(-1px)}.profile-details{display:flex;flex-direction:column;gap:1.5rem}.detail-block{background:#f8faf9;border:1px solid #1a1a1a0f;border-radius:12px;padding:1.5rem}.detail-block h3{color:#666;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.detail-block p{color:#1a1a1a;font-size:1rem;font-weight:400;line-height:1.6}.profile-edit-form{display:flex;flex-direction:column;gap:1.5rem}.profile-edit-form .form-field{display:flex;flex-direction:column;gap:.5rem}.profile-edit-form label{color:#666;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.profile-edit-form input,.profile-edit-form textarea{background:#fff;border:2px solid #1a1a1a1a;border-radius:12px;font-family:inherit;font-size:1rem;padding:.9rem 1.2rem;transition:all .3s ease}.profile-edit-form input:focus,.profile-edit-form textarea:focus{background:#fafafa;border-color:#1a1a1a;outline:none}.form-actions{display:flex;gap:1rem;margin-top:1rem}.save-btn{background:#1a1a1a;border:none;border-radius:50px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.8rem 2rem;transition:all .3s ease}.save-btn:hover{background:#333;transform:translateY(-1px)}.cancel-btn{background:#0000;border:2px solid #1a1a1a1a;border-radius:50px;color:#1a1a1a;cursor:pointer;font-size:.9rem;font-weight:500;padding:.8rem 2rem;transition:all .3s ease}.cancel-btn:hover{background:#1a1a1a0d;border-color:#1a1a1a}.profile-section{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000d;padding:2rem;transition:box-shadow .3s ease}.profile-section:hover{box-shadow:0 4px 12px #00000014}.profile-section h2{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.albums-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.album-item{border-radius:12px;cursor:pointer;transition:all .3s ease}.album-item:hover{transform:translateY(-4px)}.album-cover{aspect-ratio:1;background:#f8faf9;border:1px solid #1a1a1a14;border-radius:12px;overflow:hidden;position:relative}.album-cover img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.album-item:hover .album-cover img{transform:scale(1.05)}.album-count{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1a1a1ad9;border-radius:8px;bottom:.75rem;color:#fff;font-size:.75rem;font-weight:600;padding:.4rem .8rem;position:absolute;right:.75rem}.album-info{padding:1rem .5rem}.album-info h3{color:#1a1a1a;font-size:1rem;font-weight:600;margin-bottom:.25rem}.album-info p{color:#666;font-size:.85rem;font-weight:500}.album-modal-overlay{align-items:center;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.album-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;max-height:90vh;max-width:1000px;overflow-y:auto;position:relative;width:100%}.modal-close{background:#fff;border:2px solid #1a1a1a1a;box-shadow:0 2px 8px #0000001a;font-size:1.5rem;height:48px;line-height:1;position:fixed;transition:all .3s ease;width:48px;z-index:1001}.modal-close:hover{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.album-modal-header{align-items:flex-start;border-bottom:1px solid #1a1a1a14;display:flex;gap:1rem;justify-content:space-between;padding:2.5rem 6rem 2.5rem 2.5rem}.album-modal-header h2{color:#1a1a1a;font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.album-tree-name{color:#666;font-size:.95rem;font-weight:500}.add-photo-btn{background:#1a1a1a;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;margin-top:.5rem;padding:.8rem 1.5rem;transition:all .3s ease;white-space:nowrap}.add-photo-btn:hover{background:#333;transform:translateY(-1px)}.album-photos-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding:2.5rem}.album-photo-item{aspect-ratio:1;background:#f8faf9;border:1px solid #1a1a1a14;border-radius:12px;overflow:hidden;position:relative;transition:all .3s ease}.album-photo-item:hover{box-shadow:0 4px 12px #0000001a;transform:scale(1.03)}.album-photo-item img{height:100%;object-fit:cover;width:100%}.photo-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1a1a1ad9;border-radius:8px;color:#fff;font-size:.7rem;font-weight:600;left:.75rem;letter-spacing:.5px;padding:.4rem .8rem;position:absolute;text-transform:uppercase;top:.75rem}.trees-list{display:flex;flex-direction:column;gap:1rem}.tree-list-item{align-items:center;background:#f8faf9;border:2px solid #1a1a1a0f;border-radius:12px;display:flex;gap:1.5rem;padding:1.5rem;text-decoration:none;transition:all .3s ease}.tree-list-item:hover{background:#fff;border-color:#1a1a1a1f;box-shadow:0 2px 8px #0000000f;transform:translateX(4px)}.tree-item-crest{border:1px solid #1a1a1a14;border-radius:12px;flex-shrink:0;height:60px;overflow:hidden;width:60px}.tree-item-crest img{height:100%;object-fit:cover;width:100%}.tree-item-info{flex:1 1}.tree-item-info h3{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.tree-item-info p{color:#666;font-size:.9rem;font-weight:500}.tree-list-item svg{color:#ccc;flex-shrink:0;transition:all .3s ease}.tree-list-item:hover svg{color:#1a1a1a;transform:translateX(4px)}.empty-message{color:#666;font-size:1rem;font-weight:500;padding:3rem;text-align:center}.empty-state{padding:4rem 2rem;text-align:center}.empty-state svg{margin-bottom:2rem;opacity:.3}.empty-state p{color:#666;font-size:1rem;font-weight:500;line-height:1.6;margin:0 auto;max-width:400px}@media (max-width:768px){.profile-header-content{flex-wrap:wrap;padding:0 1rem}.header-left{gap:1rem;order:1;width:100%}.profile-user{justify-content:space-between;margin-top:.5rem;order:2;width:100%}.back-btn{font-size:.85rem;padding:.5rem 1rem}.profile-main{padding:2rem 1rem}.profile-card{flex-direction:column;gap:2rem;padding:2rem}.profile-avatar{height:150px;width:150px}.avatar-placeholder{font-size:3rem}.albums-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.album-modal{max-height:95vh}.modal-close{font-size:1.3rem;height:40px;right:1rem;top:1rem;width:40px}.album-modal-header{align-items:flex-start;flex-direction:column;padding:2rem 4rem 2rem 2rem}.add-photo-btn{text-align:center;width:100%}.album-photos-grid{gap:1rem;grid-template-columns:repeat(2,1fr);padding:2rem}.tree-list-item{padding:1rem}.tree-item-crest{height:50px;width:50px}}@media (max-width:480px){.profile-name{font-size:1.5rem}.profile-avatar{height:120px;width:120px}.album-photos-grid,.albums-grid{grid-template-columns:1fr}}.inline-person-form{animation:slideIn .2s ease;background:#fff;border:1px solid #a8d5ba;border-radius:16px;box-shadow:0 6px 20px #a8d5ba33;max-width:320px;min-width:280px;padding:1.25rem;position:relative;z-index:100}@keyframes slideIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.inline-form-header{border-bottom:1px solid #a8d5ba33;margin-bottom:1rem;padding-bottom:.75rem}.inline-form-header h4{color:#2c3e50;font-size:1rem;font-weight:600;margin:0 0 .25rem}.inline-form-subtitle{color:#999;font-size:.85rem}.inline-form-field{margin-bottom:1rem}.inline-form-field:last-of-type{margin-bottom:1.25rem}.inline-form-field label{color:#666;display:block;font-size:.85rem;font-weight:500;margin-bottom:.4rem}.inline-form-field input{border:1px solid #a8d5ba4d;border-radius:10px;font-family:inherit;font-size:.9rem;padding:.6rem .75rem;transition:all .2s ease;width:100%}.inline-form-field input:focus{border-color:#a8d5ba;box-shadow:0 0 0 3px #a8d5ba1a;outline:none}.inline-form-field input.error{border-color:#dc3545}.inline-form-field input.error:focus{box-shadow:0 0 0 3px #dc35451a}.error-message{display:block;font-size:.75rem;margin-top:.3rem}.gender-selector{display:flex;gap:.5rem}.gender-btn{align-items:center;background:#fff;border:1px solid #a8d5ba4d;border-radius:10px;color:#a8d5ba;cursor:pointer;display:flex;flex:1 1;justify-content:center;padding:.6rem;transition:all .2s ease}.gender-btn:hover{background:#a8d5ba14;border-color:#a8d5ba}.gender-btn.active{background:#a8d5ba;border-color:#a8d5ba;color:#fff}.gender-btn.clear{border-color:#9993;color:#999;flex:0 0 auto;width:40px}.gender-btn.clear:hover{background:#dc35450d;border-color:#dc3545;color:#dc3545}.gender-btn svg{height:20px;width:20px}.gender-btn.clear svg{height:16px;width:16px}.inline-form-actions{display:flex;gap:.5rem}.inline-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-family:inherit;font-size:.9rem;font-weight:500;gap:.4rem;justify-content:center;padding:.65rem 1rem;transition:all .2s ease}.inline-btn svg{height:16px;width:16px}.inline-btn:disabled{cursor:not-allowed;opacity:.6}.inline-btn-cancel{background:#a8d5ba1a;color:#2c3e50}.inline-btn-cancel:hover:not(:disabled){background:#a8d5ba33}.inline-btn-save{background:#a8d5ba;color:#fff}.inline-btn-save:hover:not(:disabled){background:#8fc5a0;box-shadow:0 4px 12px #a8d5ba4d;transform:translateY(-1px)}@media (max-width:768px){.inline-person-form{max-width:280px;min-width:240px;padding:1rem}.inline-form-header h4{font-size:.95rem}.inline-form-subtitle{font-size:.8rem}.inline-form-field input{font-size:.85rem;padding:.5rem .65rem}.inline-btn{font-size:.85rem;padding:.55rem .85rem}}.person-detail-overlay{align-items:center;background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:10000}.person-detail-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:1000px;overflow:hidden;position:relative;width:100%}.modal-close{background:#0000001a;color:#333;font-size:24px;right:16px;top:16px;transition:all .2s}.modal-close:hover{background:#0003;transform:scale(1.1)}.person-detail-content{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr;max-height:700px}.person-info-section{border-right:1px solid #e0e0e0;overflow-y:auto;padding:40px}.person-info-section h2{color:#2c3e50;font-size:28px;margin:0 0 24px}.person-info-display{gap:16px}.info-row,.person-info-display{display:flex;flex-direction:column}.info-row{gap:4px}.info-label{color:#7f8c8d;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.info-value{color:#2c3e50;font-size:16px}.info-block{display:flex;flex-direction:column;gap:8px;margin-top:8px}.info-bio{color:#34495e;font-size:15px;line-height:1.6;margin:0;white-space:pre-wrap}.edit-btn{background:#a8d5ba;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:24px;padding:12px 24px;transition:all .2s}.edit-btn:hover{background:#8fc5a0;transform:translateY(-1px)}.person-info-edit{display:flex;flex-direction:column;gap:16px}.form-field{gap:6px}.form-field label{color:#7f8c8d;font-size:13px;font-weight:600}.form-field input,.form-field textarea{border:1px solid #ddd;border-radius:6px;font-size:15px;padding:10px 12px;transition:border-color .2s}.form-field input:focus,.form-field textarea:focus{border-color:#c19a6b;outline:none}.form-field textarea{min-height:80px}.edit-actions{display:flex;gap:12px;margin-top:8px}.cancel-btn,.save-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:12px;transition:all .2s}.save-btn{background:#a8d5ba;color:#fff}.save-btn:hover{background:#8fc5a0}.cancel-btn{background:#ecf0f1;color:#7f8c8d}.cancel-btn:hover{background:#bdc3c7}.person-media-section{background:#f8f9fa;overflow-y:auto;padding:40px}.person-media-section h3{color:#2c3e50;font-size:20px;margin:0 0 20px}.media-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.media-item{aspect-ratio:1;background:#fff;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden;position:relative;transition:all .2s}.media-item .media-pdf,.media-item img{cursor:pointer}.media-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.media-item img{height:100%;object-fit:cover;width:100%}.media-pdf{align-items:center;color:#e74c3c;display:flex;flex-direction:column;gap:8px;height:100%;justify-content:center;width:100%}.media-pdf span{font-size:12px;font-weight:600}.media-badge{background:#a8d5ba;border-radius:4px;color:#fff;font-size:11px;font-weight:600;left:8px;padding:4px 8px;position:absolute;top:8px}.media-actions{display:flex;gap:4px;opacity:0;position:absolute;right:8px;top:8px;transition:opacity .2s}.media-item:hover .media-actions{opacity:1}.media-action-btn{align-items:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 2px 8px #00000026;color:#2c3e50;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .2s;width:28px}.media-action-btn:hover{background:#fff;transform:scale(1.1)}.media-action-btn.delete{color:#e74c3c}.upload-item{align-items:center;background:#fff;border:2px dashed #a8d5ba;color:#7f8c8d;cursor:pointer;display:flex;flex-direction:column;gap:8px;justify-content:center;transition:all .2s}.upload-item:hover{background:#ecf0f1;border-color:#7f8c8d;color:#2c3e50}.upload-item span{color:#a8d5ba;font-size:13px;font-weight:600}@media (max-width:1024px){.person-detail-content{max-height:80vh}.person-info-section,.person-media-section{padding:32px}}@media (max-width:768px){.person-detail-modal{display:block;max-height:90vh;overflow-y:auto}.person-detail-content{display:block;grid-template-columns:1fr;height:auto;max-height:none}.person-info-section{border-bottom:1px solid #e0e0e0;border-right:none}.person-info-section,.person-media-section{height:auto;max-height:50vh;overflow-y:auto;padding:24px}.media-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.family-tree-canvas{background:#f8f9f5;height:calc(100vh - 120px);min-height:700px;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.tree-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:2rem 2rem 4rem;width:100%}.tree-canvas-crest{height:200px;left:-300px;opacity:.8;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:200px;z-index:0}.tree-canvas-crest img{height:100%;object-fit:contain;width:100%}.zoom-controls{border:1px solid #e0e5dd;border-radius:12px;bottom:2rem;box-shadow:0 2px 8px #00000014;gap:.5rem;padding:.5rem;position:absolute;right:2rem;z-index:100}.zoom-btn,.zoom-controls{align-items:center;background:#fff;display:flex}.zoom-btn{border:1px solid #e0e5dd;border-radius:8px;color:#2c3e50;cursor:pointer;height:36px;justify-content:center;transition:all .2s ease;width:36px}.zoom-btn:hover{background:#f0f4f8;border-color:#a8d5ba;transform:scale(1.05)}.zoom-btn:active{transform:scale(.95)}.zoom-btn.with-text{font-size:.9rem;font-weight:500;gap:.5rem;padding:0 .75rem;width:auto}.zoom-divider{background:#e0e5dd;height:24px;margin:0 .25rem;width:1px}.zoom-level{color:#2c3e50;font-size:.9rem;font-weight:600;min-width:50px;text-align:center;-webkit-user-select:none;user-select:none}.pan-hint{animation:fadeInOut 4s ease-in-out;background:#a8d5ba;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#2c3e50;font-size:.85rem;left:50%;opacity:0;padding:.5rem 1rem;pointer-events:none;position:absolute;top:1rem;transform:translateX(-50%);z-index:100}@keyframes fadeInOut{0%,to{opacity:0}10%,90%{opacity:1}}.tree-legend{background:#fff;border:1px solid #e0e5dd;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:.75rem;left:1rem;padding:1rem;position:absolute;top:1rem;z-index:100}.legend-item{color:#666;font-size:.85rem;gap:.5rem;white-space:nowrap}.legend-icon,.legend-item{align-items:center;display:flex}.legend-icon{border-radius:50%;color:#fff;flex-shrink:0;font-size:1rem;font-weight:700;height:28px;justify-content:center;width:28px}.legend-icon svg{height:16px;width:16px}.legend-icon.male{background:linear-gradient(135deg,#6fa3d8,#4a7ba7)}.legend-icon.female{background:linear-gradient(135deg,#e8a5c0,#c67d9a)}.legend-badge{align-items:center;color:#a8d5ba;display:flex;flex-shrink:0;font-size:.9rem;height:28px;justify-content:center;width:28px}.legend-badge svg{height:12px;width:12px}.tree-roots{display:flex;flex-wrap:wrap;gap:6rem;justify-content:center}.tree-node-with-siblings{align-items:center;display:flex;flex-direction:column}.tree-node-siblings-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:4rem;justify-content:center}.tree-node{align-items:center;flex-direction:column}.tree-node,.tree-node-couple{display:flex;position:relative}.tree-node-couple{align-items:flex-start;gap:0}.couple-connector{align-items:center;display:flex;justify-content:center;margin:0 -2px;padding-top:40px;position:relative}.couple-line{background:#a8d5ba;height:1px;width:50px}.couple-heart{background:#f8f9f5;color:#a8d5ba;font-size:16px;left:50%;line-height:1;padding:2px 8px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.tree-person-card{background:#fff;border:1px solid #e0e5dd;border-radius:16px;box-shadow:0 2px 8px #0000000f;min-width:180px;padding:1.25rem;position:relative;text-align:center;transition:all .3s ease;width:180px}.tree-person-card.from-outside{background:#a8d5ba0d;border-color:#a8d5ba;border-style:dashed}.outside-badge{align-items:center;background:#a8d5ba;border-radius:6px;box-shadow:0 2px 6px #0003;color:#2c3e50;display:flex;gap:4px;height:24px;justify-content:center;left:50%;min-width:24px;padding:0 6px;position:absolute;top:-10px;transform:translateX(-50%);z-index:5}.outside-badge svg{flex-shrink:0;height:12px;width:12px}.tree-person-card:hover{border-color:#a8d5ba66;box-shadow:0 4px 16px #a8d5ba26;transform:translateY(-2px)}.card-actions{display:flex;gap:.25rem;opacity:0;position:absolute;right:.5rem;top:.5rem;transition:opacity .2s ease;z-index:10}.tree-person-card:hover .card-actions{opacity:1}.card-action-btn{align-items:center;background:#fff;border:1px solid #a8d5ba4d;border-radius:8px;color:#a8d5ba;cursor:pointer;display:flex;height:24px;justify-content:center;transition:all .2s ease;width:24px}.card-action-btn:hover{background:#a8d5ba1a;border-color:#a8d5ba80}.card-action-btn.delete{border-color:#dc354533;color:#dc3545}.card-action-btn.delete:hover{background:#dc35451a;border-color:#dc354566}.quick-action-buttons{opacity:0;pointer-events:none;position:absolute;transition:opacity .2s ease,transform .2s ease;z-index:15}.tree-person-card:hover .quick-action-buttons{opacity:1;pointer-events:auto}.quick-action-btn{align-items:center;background:#a8d5ba;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 8px #a8d5ba4d;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.quick-action-btn:hover{background:#8fc5a0;box-shadow:0 4px 12px #a8d5ba66;transform:scale(1.1)}.quick-action-btn svg{height:16px;width:16px}.quick-action-buttons.add-child{left:50%;top:-16px;transform:translateX(-50%)}.tree-person-card:hover .quick-action-buttons.add-child{transform:translateX(-50%) translateY(0)}.quick-action-buttons.add-spouse{right:-16px;top:50%;transform:translateY(-50%)}.tree-person-card:hover .quick-action-buttons.add-spouse{transform:translateY(-50%) translateX(0)}.quick-action-buttons.add-parent{bottom:-16px;left:50%;transform:translateX(-50%)}.tree-person-card:hover .quick-action-buttons.add-parent{transform:translateX(-50%) translateY(0)}.card-photo{background:linear-gradient(135deg,#f1f8f5,#e8f3ed);border:2px solid #a8d5ba40;border-radius:50%;height:100px;margin:0 auto .75rem;overflow:visible;position:relative;width:100px}.card-photo>.photo-placeholder,.card-photo>img{border-radius:50%;overflow:hidden}.card-photo img{height:100%;object-fit:cover;width:100%}.photo-placeholder{align-items:center;background:linear-gradient(135deg,#a8d5ba,#8fc5a0);display:flex;height:100%;justify-content:center;width:100%}.photo-initials{color:#fff;font-size:2rem;font-weight:700;text-shadow:0 1px 3px #00000026;text-transform:uppercase;-webkit-user-select:none;user-select:none}.photo-count{background:#a8d5bae6;border-radius:0 4px 0 0;bottom:0;color:#fff;font-size:.7rem;font-weight:600;left:0;padding:3px 7px;position:absolute;z-index:10}.photo-file-input{display:none}.photo-add-btn{align-items:center;background:#a8d5ba;border:3px solid #fff;border-radius:50%;bottom:-2px;box-shadow:0 2px 6px #a8d5ba4d;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:-2px;transition:all .2s ease;width:32px;z-index:10}.photo-add-btn svg{height:16px;width:16px}.photo-add-btn:hover{background:#8fc5a0;box-shadow:0 3px 10px #a8d5ba66;transform:scale(1.1)}.loading-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.gender-badge{align-items:center;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 6px #0003;color:#fff;display:flex;height:32px;justify-content:center;left:-4px;position:absolute;top:-4px;width:32px;z-index:10}.gender-badge svg{height:16px;width:16px}.gender-badge.male{background:#1a1a1ab3;color:#fff}.gender-badge.female{background:#a8d5bae6;color:#fff}.card-info{text-align:center}.card-name{color:#2c3e50;font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:.25rem}.card-dates{color:#7a8a99;font-size:.8rem;line-height:1.3}.children-line-vertical{background:#a8d5ba66;height:30px;margin:0 auto;width:1px}.children-line-horizontal{background:#a8d5ba99;height:1px;height:30px;left:50%;top:-30px;transform:translateX(-50%);width:2px}.children-line-vertical.line-above,.children-line-vertical.line-below{background:#a8d5ba99;height:30px;margin:0 auto;width:2px}.tree-node-children{display:flex;flex-wrap:nowrap;gap:4rem;justify-content:center;padding-top:30px;position:relative}.tree-node-children>.tree-node:before{background:#a8d5ba66;content:"";height:30px;left:50%;position:absolute;top:-30px;transform:translateX(-50%);width:1px}.tree-node-children:has(>.tree-node:only-child){padding-top:0}.tree-node-children:has(>.tree-node:only-child)>.tree-node:before{top:0}.tree-node:has(>.tree-node-children>.tree-node:only-child)>.children-line-horizontal{display:none}.tree-node:has(>.tree-node-children>.tree-node:only-child)>.children-line-vertical{height:60px}.tree-node-children.children-above{align-items:flex-end;display:flex;flex-wrap:nowrap;gap:4rem;justify-content:center;margin-top:30px;position:relative}.tree-node-children.children-above>.tree-node:after{background:#a8d5ba99;bottom:-30px;content:"";height:30px;left:50%;position:absolute;transform:translateX(-50%);width:2px}.tree-node-children.children-above>.tree-node:before{display:none}.tree-node-parents.parents-below{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:4rem;justify-content:center;margin-top:30px;position:relative}.tree-node-parents.parents-below>.tree-node:before{background:#a8d5ba99;content:"";height:30px;left:50%;position:absolute;top:-30px;transform:translateX(-50%);width:2px}.tree-node>.children-line-horizontal.line-below{display:none}.tree-node:has(.parents-below>.tree-node+.tree-node)>.children-line-horizontal.line-below{display:block}.gallery-overlay{align-items:center;animation:fadeIn .2s ease;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1001}.gallery-modal{animation:slideUp .3s ease;background:#1a1a1a;border-radius:16px;box-shadow:0 20px 60px #00000080;color:#fff;max-height:90vh;max-width:900px;overflow-y:auto;padding:2rem;position:relative;width:90%}.gallery-close{align-items:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:32px}.gallery-close:hover{background:#fff3;transform:rotate(90deg)}.gallery-title{color:#fff;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.gallery-content{display:flex;flex-direction:column;gap:1rem}.gallery-viewer{background:#000;border-radius:12px;min-height:400px;overflow:hidden}.gallery-image-container,.gallery-viewer{align-items:center;display:flex;justify-content:center;position:relative}.gallery-image-container{padding:2rem;width:100%}.gallery-image-container img{border-radius:8px;max-height:500px;max-width:100%;object-fit:contain}.pdf-preview{align-items:center;color:#999;display:flex;flex-direction:column;gap:1.5rem;padding:3rem}.pdf-icon{color:#dc3545;font-size:3rem;font-weight:700}.pdf-preview a{background:#fff;border-radius:8px;color:#1a1a1a;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.pdf-preview a:hover{background:#f8faf9;transform:translateY(-1px)}.photo-label{background:#a8d5bae6;border-radius:8px;color:#fff;font-size:.85rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:2rem;top:2rem}.gallery-arrow{align-items:center;background:#ffffffe6;border:none;border-radius:50%;color:#1a1a1a;cursor:pointer;display:flex;font-size:1.5rem;font-weight:300;height:48px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:48px;z-index:10}.gallery-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.gallery-arrow.prev{left:1rem}.gallery-arrow.next{right:1rem}.gallery-info{align-items:center;display:flex;justify-content:space-between;padding:0 .5rem}.gallery-counter{color:#999;font-size:.9rem}.gallery-actions-buttons{display:flex;gap:.5rem}.gallery-set-avatar-btn{background:#a8d5bae6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.gallery-set-avatar-btn:hover{background:#a8d5ba;transform:translateY(-1px)}.gallery-delete-btn{background:#dc3545e6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.gallery-delete-btn:hover{background:#dc3545;transform:translateY(-1px)}.gallery-empty{color:#999;padding:3rem;text-align:center}.gallery-actions{border-top:1px solid #ffffff1a;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.gallery-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.gallery-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.gallery-grid-item{aspect-ratio:1;background:#2a2a2a;border:2px solid #0000;border-radius:12px;cursor:pointer;overflow:hidden;position:relative;transition:all .2s ease}.gallery-grid-item:hover{border-color:#a8d5ba80;box-shadow:0 8px 24px #0000004d;transform:translateY(-4px)}.gallery-grid-item.is-profile{border-color:#a8d5ba}.gallery-grid-item img{height:100%;object-fit:cover;width:100%}.gallery-grid-pdf{align-items:center;color:#dc3545;display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:center;width:100%}.gallery-grid-pdf span{font-size:.85rem;font-weight:600}.gallery-grid-badge{background:#a8d5ba;border-radius:6px;color:#fff;font-size:.75rem;font-weight:600;left:.5rem;padding:.25rem .5rem;position:absolute;top:.5rem;z-index:2}.gallery-grid-actions{background:linear-gradient(0deg,#000c,#0000);bottom:0;display:flex;gap:.5rem;justify-content:center;left:0;opacity:0;padding:2rem .5rem .5rem;position:absolute;right:0;transition:opacity .2s ease}.gallery-grid-item:hover .gallery-grid-actions{opacity:1}.gallery-grid-action-btn{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.gallery-grid-action-btn.set-avatar{background:#a8d5ba;color:#fff}.gallery-grid-action-btn.set-avatar:hover{background:#8fc5a0;transform:scale(1.1)}.gallery-grid-action-btn.delete{background:#dc3545;color:#fff}.gallery-grid-action-btn.delete:hover{background:#c82333;transform:scale(1.1)}.gallery-grid-item.add-photo{align-items:center;background:#a8d5ba1a;border:2px dashed #a8d5ba80;color:#a8d5ba;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;justify-content:center}.gallery-grid-item.add-photo:hover{background:#a8d5ba33;border-color:#a8d5ba}.gallery-grid-item.add-photo span{font-size:.85rem;font-weight:600}.gallery-upload-btn-empty{background:#a8d5ba;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-weight:600;margin-top:1rem;padding:.9rem 2rem;transition:all .2s ease}.gallery-upload-btn-empty:hover{background:#8fc5a0;transform:translateY(-1px)}.gallery-footer{border-top:1px solid #ffffff1a;margin-top:1.5rem;padding-top:1.5rem}.art-effect-toggle{align-items:center;color:#ccc;cursor:pointer;display:flex;font-size:.9rem;gap:.75rem;-webkit-user-select:none;user-select:none}.art-effect-toggle input[type=checkbox]{accent-color:#a8d5ba;cursor:pointer;height:18px;width:18px}.art-effect-toggle:hover{color:#fff}.fullscreen-overlay{animation:fadeIn .2s ease;background:#000000f2;bottom:0;left:0;padding:4rem;position:fixed;right:0;top:0;z-index:10000}.fullscreen-content,.fullscreen-overlay{align-items:center;display:flex;justify-content:center}.fullscreen-content{max-height:85vh;max-width:90vw}.fullscreen-content img{border-radius:12px;box-shadow:0 20px 60px #00000080;max-height:100%;max-width:100%;object-fit:contain}.fullscreen-close{align-items:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:48px;justify-content:center;position:absolute;right:2rem;top:2rem;transition:all .2s ease;width:48px;z-index:10001}.fullscreen-close:hover{background:#fff3;transform:rotate(90deg)}.fullscreen-arrow{align-items:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:56px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:56px;z-index:10001}.fullscreen-arrow:hover{background:#fff3;transform:translateY(-50%) scale(1.1)}.fullscreen-arrow.prev{left:2rem}.fullscreen-arrow.next{right:2rem}.fullscreen-counter{background:#000000b3;border-radius:20px;bottom:2rem;color:#fff;font-size:.9rem;font-weight:500;left:50%;padding:.5rem 1rem;position:absolute;transform:translateX(-50%);z-index:10001}.tree-empty{color:#999;font-size:1.1rem;padding:4rem 2rem;text-align:center}.inline-form-overlay{align-items:center;animation:fadeIn .2s ease;background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.inline-form-container{animation:slideUp .2s ease}@media (max-width:1024px){.tree-node-children{gap:3rem}.tree-roots{gap:4rem}}@media (max-width:768px){.family-tree-canvas{height:calc(100vh - 60px);min-height:500px;padding:1rem .5rem;touch-action:pan-x pan-y}.tree-content{padding:1rem}.tree-legend{display:none}.tree-node-children{gap:2rem}.children-line-horizontal{width:30px}.tree-node-children>.tree-node:before{height:20px;top:-20px}.tree-node-children{padding-top:20px}.tree-person-card{width:150px}.card-photo{height:90px;width:90px}.photo-initials{font-size:2rem}.card-name{font-size:.85rem}.card-dates{font-size:.75rem}.couple-line{width:40px}.card-actions{gap:.3rem}.action-btn{height:32px;width:32px}.action-btn svg{height:16px;width:16px}.gallery-modal{padding:1rem}.gallery-image-container img{max-height:250px}.gallery-arrow{font-size:1.1rem;height:36px;width:36px}.inline-person-form{max-width:none;padding:1rem;width:95%}.inline-form-title{font-size:1.1rem}.inline-form-field label{font-size:.85rem}.inline-form-field input,.inline-form-field select,.inline-form-field textarea{font-size:.9rem;padding:.6rem}.inline-form-actions{flex-direction:column-reverse;gap:.5rem}.inline-form-btn{font-size:.9rem;padding:.75rem;width:100%}}@media (max-width:480px){.family-tree-canvas{height:calc(100vh - 60px);min-height:0;padding:.5rem .25rem;touch-action:none}.zoom-controls{bottom:1rem;box-shadow:0 4px 12px #00000026;gap:.5rem;justify-content:center;left:50%;max-width:95%;padding:.5rem;position:fixed;right:auto;transform:translateX(-50%);width:auto;z-index:1000}.zoom-btn{height:32px;width:32px}.tree-person-card{min-width:130px;width:130px}.card-photo{height:80px;width:80px}.photo-initials{font-size:1.8rem}.card-name{font-size:.8rem}.card-dates{font-size:.7rem}.action-btn{height:30px;width:30px}.action-btn svg{height:15px;width:15px}.couple-line{width:30px}.legend-crest{align-items:center;border-bottom:1px solid #e0e5dd;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;transition:all .3s ease}.legend-crest:hover{transform:scale(1.05)}.legend-crest img{height:120px;object-fit:contain;transition:all .3s ease;width:120px}.legend-crest-label{color:#666;font-size:.75rem;font-weight:500;text-align:center}.zoom-btn.with-text{gap:0;justify-content:center;padding:0;width:32px}.zoom-btn.with-text span{display:none}.zoom-divider{background:#e0e5dd;height:24px;margin:0 .25rem;width:1px}}.add-person-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1a1a1a99;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:9999}.add-person-modal{animation:slideUp .3s ease;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:650px;overflow-y:auto;position:relative;width:100%}.add-person-modal::-webkit-scrollbar{width:6px}.add-person-modal::-webkit-scrollbar-track{background:#f1f8f5;border-radius:0 24px 24px 0}.add-person-modal::-webkit-scrollbar-thumb{background:#a8d5ba;border-radius:4px}.add-person-modal::-webkit-scrollbar-thumb:hover{background:#8fc5a0}.modal-header{background:linear-gradient(180deg,#f1f8f5,#fff);border-bottom:1px solid #a8d5ba4d;border-radius:24px 24px 0 0;padding:2rem 2.5rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.modal-title{align-items:center;display:flex;font-weight:600;gap:.75rem;margin:0}.modal-title:before{background:#a8d5ba;border-radius:3px;content:"";display:block;height:24px;width:6px}.modal-close{background:#fffc;border:1px solid #1a1a1a1a;border-radius:50%;color:#666;height:36px;transition:all .2s ease;width:36px}.modal-close:hover{background:#fff;border-color:#dc3545;color:#dc3545;transform:rotate(90deg)}.modal-body{padding:2rem 2.5rem}.form-section{background:#fafcfb;border:1px solid #a8d5ba33;border-radius:16px;margin-bottom:2.5rem;padding:1.5rem}.form-section:last-child{margin-bottom:0}.form-section-title{align-items:center;color:#4a7ba7;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin-bottom:1.2rem}.form-section-title svg{color:#a8d5ba}.form-row{grid-gap:1.5rem;gap:1.5rem}.form-field,.form-row{margin-bottom:1.2rem}.form-field:last-child{margin-bottom:0}.form-field label{color:#555;display:flex!important;margin-left:.2rem}.form-field input,.form-field select,.form-field textarea{background:#fff;border:2px solid #e0e5dd;border-radius:12px;color:#1a1a1a;font-family:inherit;font-size:1rem;outline:none;padding:.9rem 1.2rem;transition:all .3s ease;width:100%}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#a8d5ba;box-shadow:0 0 0 4px #a8d5ba33}.form-field input:hover,.form-field select:hover,.form-field textarea:hover{border-color:#c1d9cc}.form-checkbox-field{align-items:center;background:#fff;border:2px solid #e0e5dd;border-radius:12px;cursor:pointer;flex-direction:row;padding:1rem;transition:all .2s ease}.form-checkbox-field:hover{background:#f1f8f5;border-color:#a8d5ba}.checkbox-label{gap:1rem;margin:0;width:100%}.checkbox-label input[type=checkbox]{accent-color:#a8d5ba;height:22px;margin:0;width:22px}.checkbox-label span{color:#1a1a1a;font-weight:500}.form-hint{color:#888;margin-left:.2rem;margin-top:.4rem}.modal-footer{background:#fff;border-radius:0 0 24px 24px;border-top:1px solid #1a1a1a0d;bottom:0;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2.5rem 2rem;position:-webkit-sticky;position:sticky;z-index:10}.btn-cancel{background:#f5f5f5;border:none;border-radius:50px;color:#666;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 2rem;transition:all .2s ease}.btn-cancel:hover{background:#e0e0e0;color:#1a1a1a}.btn-submit{background:linear-gradient(135deg,#a8d5ba,#8fc5a0);border:none;border-radius:50px;box-shadow:0 4px 12px #a8d5ba66;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.btn-submit:hover:not(:disabled){background:linear-gradient(135deg,#96c9aa,#7ab88e);box-shadow:0 6px 16px #a8d5ba80;transform:translateY(-2px)}.btn-submit:disabled{cursor:not-allowed;opacity:.7;transform:none}@media (max-width:768px){.add-person-modal{border-radius:0;height:100%;max-height:100%}.modal-header{border-radius:0}.modal-body,.modal-header{padding:1.5rem}.form-row{gap:1rem;grid-template-columns:1fr}.modal-footer{border-radius:0;padding:1.5rem}}.confirmation-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#1a1a1a80;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10000}.confirmation-modal{animation:scaleIn .2s ease-out;background:#fff;border:2px solid #1a1a1a14;border-radius:20px;box-shadow:0 20px 60px #0003;color:#1a1a1a;display:flex;flex-direction:column;gap:1.5rem;max-width:450px;padding:2rem;width:100%}.confirmation-modal-header{margin-bottom:0}.confirmation-modal-title{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin:0;text-align:center}.confirmation-modal-body{color:#666;font-size:1rem;line-height:1.6;text-align:center;word-break:break-word}.confirmation-modal-warning{align-items:flex-start;background:#ffc1071a;border:1px solid #ffc1074d;border-radius:12px;color:#b45309;display:flex;font-size:.9rem;gap:10px;margin-top:1rem;padding:1rem;text-align:left}.confirmation-modal-warning svg{color:#f59e0b;flex-shrink:0;margin-top:2px}.confirmation-modal-footer{display:flex;gap:1rem;justify-content:center;margin-top:.5rem}.confirmation-btn{border:none;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:600;min-width:120px;outline:none;padding:.8rem 2rem;transition:all .2s ease}.confirmation-btn-cancel{background:#fff;border:2px solid #e0e5dd;color:#666}.confirmation-btn-cancel:hover{background:#f8faf9;border-color:#a8d5ba;color:#1a1a1a}.confirmation-btn-confirm{background:linear-gradient(135deg,#a8d5ba,#8fc5a0);box-shadow:0 4px 12px #a8d5ba4d;color:#fff}.confirmation-btn-confirm:hover{background:linear-gradient(135deg,#8fc5a0,#7ab88e);box-shadow:0 6px 16px #a8d5ba66;transform:translateY(-2px)}.confirmation-btn-danger{background:linear-gradient(135deg,#ff9a9e,#fecfef);background:#ff6b6b;box-shadow:0 4px 12px #ff6b6b4d;color:#fff}.confirmation-btn-danger:hover{background:#fa5252;box-shadow:0 6px 16px #ff6b6b66;transform:translateY(-2px)}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.tree-page{background:#f8faf9;min-height:100vh}.loading-page{align-items:center;color:#666;display:flex;font-size:1.2rem;justify-content:center;min-height:100vh}.tree-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8faf9f2;border-bottom:1px solid #1a1a1a14;left:0;position:fixed;right:0;top:0;z-index:1000}.tree-header-content{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1.2rem 2rem}.logo-link{align-items:center;display:flex;text-decoration:none}.language-selector{background:#1a1a1a0a;border-radius:6px;display:flex;gap:.25rem;padding:.25rem}.lang-btn{background:#0000;border:none;border-radius:4px;color:#666;cursor:pointer;font-size:.75rem;font-weight:500;letter-spacing:.5px;padding:.35rem .6rem;text-transform:uppercase;transition:all .2s ease}.lang-btn:hover{background:#1a1a1a0f;color:#1a1a1a}.lang-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#1a1a1a}.back-link{align-items:center;color:#666;display:inline-flex;font-size:.9rem;gap:.5rem;text-decoration:none;transition:color .3s ease}.back-link:hover{color:#1a1a1a}.tree-title-container{align-items:center;display:flex;flex:1 1;gap:1.5rem;justify-content:center}.tree-crest{background:linear-gradient(135deg,#f1f8f5,#e8f3ed);border:2px solid #a8d5ba4d;border-radius:8px;box-shadow:0 2px 8px #a8d5ba33;cursor:pointer;height:60px;order:2;overflow:hidden;transition:all .3s ease;width:60px}.tree-crest:hover{border-color:#a8d5ba80;box-shadow:0 4px 16px #a8d5ba4d;transform:scale(1.05)}.tree-crest img{height:100%;object-fit:cover;width:100%}.tree-title{color:#1a1a1a;font-size:1.8rem;font-weight:500;order:1;text-align:center}.add-person-btn{align-items:center;background:#1a1a1a;border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.8rem 1.5rem;transition:all .3s ease;white-space:nowrap}.add-person-btn:hover{box-shadow:0 6px 20px #1a1a1a33;transform:translateY(-2px)}.tree-main{margin-top:80px;padding:3rem 2rem}.tree-container{margin:0 auto;max-width:1400px}.empty-tree{padding:4rem 2rem;text-align:center}.empty-tree svg{margin-bottom:2rem}.empty-tree h2{color:#1a1a1a;font-size:2rem;font-weight:500;margin-bottom:1rem}.empty-tree p{color:#666;font-size:1.1rem;margin-bottom:1.5rem}.tree-hint{align-items:flex-start;background:#1a1a1a0a;border:1px solid #1a1a1a14;border-radius:12px;display:flex;gap:.75rem;margin-bottom:2rem;max-width:500px;padding:1rem 1.5rem;text-align:left}.tree-hint svg{flex-shrink:0;margin-top:2px}.tree-hint span{color:#666;font-size:.9rem;line-height:1.6}.tree-hint strong{color:#1a1a1a;font-weight:500}.tree-info{align-items:center;background:#1a1a1a0a;border:1px solid #1a1a1a14;border-radius:12px;display:flex;gap:.75rem;margin-bottom:2rem;padding:1rem 1.5rem}.tree-info svg{flex-shrink:0}.tree-info span{color:#666;font-size:.9rem;line-height:1.5}.add-first-person-btn{background:#1a1a1a;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 2.5rem;transition:all .3s ease}.add-first-person-btn:hover{box-shadow:0 6px 20px #1a1a1a33;transform:translateY(-2px)}.persons-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.person-card{background:#fff;border:2px solid #1a1a1a14;border-radius:16px;padding:2rem;position:relative;transition:all .3s ease}.person-card:hover{border-color:#1a1a1a26;box-shadow:0 12px 30px #1a1a1a1a;transform:translateY(-4px)}.person-avatar{display:flex;justify-content:center;margin-bottom:1.5rem}.person-info h3{color:#1a1a1a;font-size:1.3rem;font-weight:500;margin-bottom:.5rem;text-align:center}.person-dates{color:#666;font-size:.85rem;margin-bottom:1rem;text-align:center}.person-description{color:#666;font-size:.95rem;line-height:1.6}.person-description,.person-relations{border-top:1px solid #1a1a1a14;margin-top:1rem;padding-top:1rem}.person-relations{display:flex;flex-direction:column;gap:.5rem}.relation{color:#666;font-size:.85rem;line-height:1.4}.relation-label{color:#1a1a1a;font-weight:500}.person-actions{display:flex;gap:.5rem;position:absolute;right:1rem;top:1rem}.person-delete-btn,.person-edit-btn{align-items:center;background:#0000;border:none;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.person-edit-btn{color:#1a1a1a}.form-hint{color:#666;margin-bottom:1rem}.form-hint,.form-hint-warning{font-size:.85rem;line-height:1.4}.form-hint-warning{color:#dc3545;font-weight:500;margin-bottom:0;margin-top:.5rem}.form-checkbox-field{padding:.75rem 0}.checkbox-label{align-items:center;color:#1a1a1a;cursor:pointer;display:flex;font-size:.95rem;gap:.75rem}.checkbox-label input[type=checkbox]{accent-color:#1a1a1a;cursor:pointer;height:20px;width:20px}.checkbox-label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.checkbox-label:has(input[type=checkbox]:disabled){cursor:not-allowed;opacity:.6}.checkbox-label span{flex:1 1;line-height:1.4}.form-field select{background:#f8faf9;border:2px solid #1a1a1a1a;border-radius:10px;color:#1a1a1a;cursor:pointer;font-family:inherit;font-size:1rem;outline:none;padding:.9rem 1.2rem;transition:all .3s ease}.form-field select:focus{background:#fff;border-color:#1a1a1a;box-shadow:0 0 0 4px #1a1a1a0d}.form-field select:disabled{cursor:not-allowed;opacity:.5}.modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1a1a1a80;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:9999}.modal-content{animation:slideUp .3s ease;background:#fff;border:2px solid #1a1a1a14;border-radius:20px;box-shadow:0 20px 60px #0003;max-height:90vh;max-width:500px;overflow-y:auto;padding:3rem;position:relative;width:100%}.modal-large{max-width:700px}.modal-close{align-items:center;background:none;border:none;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:absolute;right:1.5rem;top:1.5rem;transition:background .2s ease;z-index:10}.modal-close:hover{background:#1a1a1a0d}.modal-title{color:#1a1a1a;font-size:1.8rem;font-weight:500;margin-bottom:2rem}.modal-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{color:#1a1a1a;font-size:.9rem;font-weight:500}.form-field input,.form-field textarea{background:#f8faf9;border:2px solid #1a1a1a1a;border-radius:10px;color:#1a1a1a;font-family:inherit;font-size:1rem;outline:none;padding:.9rem 1.2rem;transition:all .3s ease}.form-field input:focus,.form-field textarea:focus{background:#fff;border-color:#1a1a1a;box-shadow:0 0 0 4px #1a1a1a0d}.form-field textarea{min-height:100px;resize:vertical}.modal-button{background:#1a1a1a;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:.5rem;padding:1rem 2rem;transition:all .3s ease}.modal-button:hover:not(:disabled){box-shadow:0 6px 20px #1a1a1a33;transform:translateY(-2px)}.modal-button:disabled{cursor:not-allowed;opacity:.6}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.tree-header{padding:.75rem 0}.tree-header-content{flex-wrap:wrap;gap:.75rem;padding:0 1rem}.back-link{font-size:.85rem;order:1}.tree-title-container{gap:.75rem;justify-content:center;order:3;width:100%}.tree-crest{height:40px;order:2;width:40px}.tree-title{font-size:1.2rem;order:1;text-align:center}.header-actions{gap:.5rem;margin-left:auto;order:2}.add-person-btn,.create-crest-btn{font-size:.85rem;padding:.7rem 1.2rem}.form-row,.persons-grid{grid-template-columns:1fr}.modal-content{padding:1.5rem 1rem}}@media (max-width:480px){.tree-header-content{padding:0 .75rem}.tree-title{font-size:1rem}.tree-crest{height:36px;width:36px}.add-person-btn,.create-crest-btn{font-size:.8rem;padding:.6rem .9rem}.add-person-btn span,.create-crest-btn span{display:none}}.create-crest-btn,.header-actions{align-items:center}.create-crest-btn{background:linear-gradient(135deg,#a8d5ba,#8fc5a0);border:none;border-radius:10px;box-shadow:0 2px 8px #a8d5ba4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.9rem 1.5rem;transition:all .3s ease}.create-crest-btn:hover{background:linear-gradient(135deg,#8fc5a0,#7ab88e);box-shadow:0 4px 16px #a8d5ba66;transform:translateY(-2px)}.create-crest-btn svg{height:20px;width:20px}.modal-crest{max-height:90vh;max-width:1100px;width:95%}.crest-form{display:flex;flex-direction:column;gap:1.5rem}.crest-form-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 400px;max-height:60vh}.crest-form-fields{max-height:60vh;overflow-x:hidden;overflow-y:auto;padding-right:1rem}.crest-form-fields::-webkit-scrollbar{width:6px}.crest-form-fields::-webkit-scrollbar-track{background:#f8faf9;border-radius:3px}.crest-form-fields::-webkit-scrollbar-thumb{background:#a8d5ba;border-radius:3px}.crest-form-fields::-webkit-scrollbar-thumb:hover{background:#8fc5a0}.crest-preview-container{display:flex;flex-direction:column;gap:1.5rem;position:-webkit-sticky;position:sticky;top:0}.crest-preview{align-items:center;background:linear-gradient(135deg,#f1f8f5,#e8f3ed);border:2px solid #a8d5ba4d;border-radius:12px;display:flex;justify-content:center;min-height:400px;padding:2rem;position:relative}.crest-preview-placeholder{align-items:center;color:#a8d5ba;display:flex;flex-direction:column;gap:1rem;text-align:center}.crest-preview-placeholder svg{height:64px;opacity:.5;width:64px}.crest-actions{display:flex;gap:1rem}.crest-btn-secondary{background:#fff;border:2px solid #e0e5dd;border-radius:10px;color:#666;cursor:pointer;flex:1 1;font-weight:500;padding:1rem;transition:all .2s ease}.crest-btn-secondary:hover{border-color:#a8d5ba;color:#1a1a1a}.crest-btn-primary{align-items:center;background:#1a1a1a;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex:2 1;font-weight:500;gap:.5rem;justify-content:center;padding:1rem;transition:all .2s ease}.crest-btn-primary:hover{background:#333;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.crest-btn-primary:disabled{cursor:not-allowed;opacity:.7;transform:none}.profile-link{align-items:center;background:#1a1a1a0a;border-radius:8px;color:#2c3e50;display:flex;font-weight:500;gap:.5rem;padding:.5rem .75rem;text-decoration:none;transition:all .2s ease}.profile-link:hover{background:#1a1a1a14;color:#1a1a1a}.profile-icon{align-items:center;color:#666;display:flex;justify-content:center}.profile-link:hover .profile-icon{color:#1a1a1a}@media (max-width:768px){.profile-text{display:none}.profile-link{padding:.5rem}}.pricing-page{align-items:center;background:#f8faf9;display:flex;flex-direction:column;min-height:100vh;padding-top:80px}.pricing-container{max-width:1000px;padding:2rem;text-align:center;width:100%}.pricing-header{margin-bottom:4rem}.pricing-badge{background:#a8d5ba33;border-radius:50px;color:#5c9e76;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:1.5rem;padding:.5rem 1rem;text-transform:uppercase}.pricing-title{color:#1a1a1a;font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem}.pricing-title span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a8d5ba,#5c9e76);-webkit-background-clip:text}.pricing-subtitle{color:#666;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.pricing-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.pricing-card{background:#fff;border:2px solid #1a1a1a0d;border-radius:24px;display:flex;flex-direction:column;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease}.pricing-card:hover{border-color:#a8d5ba4d;box-shadow:0 20px 40px #a8d5ba26;transform:translateY(-10px)}.pricing-card.featured{background:linear-gradient(180deg,#fff,#f1f8f5);border-color:#a8d5ba}.card-header{margin-bottom:2rem}.card-title{font-size:1.5rem}.card-price,.card-title{color:#1a1a1a;margin-bottom:.5rem}.card-price{font-size:2.5rem;font-weight:700}.card-price span{color:#666;font-size:1rem;font-weight:400}.card-description{color:#666;font-size:.95rem}.card-features{flex:1 1;list-style:none;margin:0 0 2rem;padding:0;text-align:left}.card-features li{align-items:center;color:#4a4a4a;display:flex;font-size:.95rem;gap:.75rem;margin-bottom:1rem}.card-features li svg{color:#5c9e76;flex-shrink:0}.card-button{border:none;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.card-button.primary{background:#1a1a1a;color:#fff}.card-button.primary:hover{background:#333;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.card-button.secondary{background:#f8faf9;border:2px solid #1a1a1a0d;color:#1a1a1a}.card-button.secondary:hover{background:#fff;border-color:#1a1a1a}.early-access-section{border:1px solid #a8d5ba33;border-radius:32px;box-shadow:0 20px 60px #0000000d;overflow:hidden;padding:4rem 2rem;position:relative}.early-access-content{margin:0 auto;max-width:600px;position:relative;z-index:2}.early-access-title{font-size:2.5rem}.early-access-text{margin-bottom:2.5rem}.email-input{border:2px solid #1a1a1a1a;border-radius:12px}.email-input:focus{box-shadow:0 0 0 4px #a8d5ba1a}.submit-btn{background:linear-gradient(135deg,#a8d5ba,#5c9e76);border-radius:12px}.submit-btn:hover:not(:disabled){box-shadow:0 8px 20px #5c9e7633;transform:translateY(-2px)}.success-message{animation:fadeIn .5s ease;background:#a8d5ba1a;color:#5c9e76;margin-top:1.5rem}@media (max-width:768px){.pricing-title{font-size:2.5rem}.email-form{flex-direction:column}.submit-btn{width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.admin-dashboard{background:linear-gradient(180deg,#f8faf9,#e8f5e8);min-height:100vh;padding:8rem 2rem 4rem}.dashboard-header{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;margin:0 auto 3rem;max-width:1400px}.dashboard-header h1{color:#1a1a1a;font-size:2.5rem;font-weight:600;margin-bottom:.5rem}.dashboard-subtitle{color:#666;font-size:1rem;font-weight:400}.header-actions{display:flex;flex-shrink:0;gap:1rem}.export-btn{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.export-btn:hover{background:#4f46e5;box-shadow:0 4px 12px #6366f14d;transform:translateY(-2px)}.back-btn{background:#fff;border:1px solid #1a1a1a33;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.back-btn:hover{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto 3rem;max-width:1400px}.admin-dashboard .stat-card{background:#fff;border:1px solid #1a1a1a1a;border-radius:12px;display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.admin-dashboard .stat-card:hover{box-shadow:0 8px 24px #1a1a1a1a;transform:translateY(-4px)}.admin-dashboard .stat-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:64px;justify-content:center;width:64px}.admin-dashboard .stat-icon.users{background:#6366f11a;color:#6366f1}.admin-dashboard .stat-icon.trees{background:#22c55e1a;color:#22c55e}.admin-dashboard .stat-icon.crests{background:#fbbf241a;color:#fbbf24}.admin-dashboard .stat-content{flex:1 1}.admin-dashboard .stat-content h3{color:#666;font-size:.9rem;font-weight:500;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.admin-dashboard .stat-number{color:#1a1a1a;font-size:2.5rem;font-weight:600;margin-bottom:.75rem}.admin-dashboard .stat-details{display:flex;flex-direction:column;gap:.5rem}.admin-dashboard .stat-details span{background:#1a1a1a0a;border-radius:6px;color:#666;display:inline-block;font-size:.85rem;padding:.25rem .75rem;width:-webkit-fit-content;width:fit-content}.admin-dashboard .stat-details span.verified{background:#22c55e1a;color:#16a34a}.admin-dashboard .stat-details span.new{background:#6366f11a;color:#6366f1}.section{margin:0;max-width:1400px}.section-badge{background:#1a1a1a0f;border-radius:6px;color:#666;font-size:.85rem;font-weight:500;padding:.35rem .75rem}.referral-table{overflow-x:auto}.referral-table table{border-collapse:collapse;width:100%}.referral-table th{border-bottom:2px solid #1a1a1a1a;color:#666;font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:1rem;text-align:left;text-transform:uppercase}.referral-table td{border-bottom:1px solid #1a1a1a0d;padding:1rem}.source-name{color:#1a1a1a;font-weight:500}.source-badge{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border:1px solid #6366f133;border-radius:6px;color:#6366f1;display:inline-block;font-size:.85rem;font-weight:600;padding:.35rem .75rem;text-transform:capitalize}.number{color:#1a1a1a;font-weight:600}.percentage-bar{background:#1a1a1a0d;border-radius:6px;height:28px;overflow:hidden;position:relative;width:150px}.percentage-fill{background:linear-gradient(90deg,#6366f1,#8b5cf6);box-shadow:inset 0 1px 2px #ffffff4d;height:100%;left:0;position:absolute;top:0;transition:width .8s cubic-bezier(.4,0,.2,1)}.percentage-bar span{color:#1a1a1a;font-size:.75rem;font-weight:700;position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:1}.chart{align-items:flex-end;display:flex;gap:4px;height:200px;padding:1rem 0}.chart-bar{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5rem;height:100%}.bar{background:linear-gradient(180deg,#6366f1,#8b5cf6);border-radius:4px 4px 0 0;min-height:2px;position:relative;transition:all .3s ease;width:100%}.chart-bar:hover .bar{opacity:.8;transform:translateY(-2px)}.bar-value{color:#1a1a1a;font-size:.7rem;font-weight:600;left:50%;position:absolute;top:-20px;transform:translateX(-50%);white-space:nowrap}.bar-label{color:#666;font-size:.7rem;margin-top:auto}.error-message,.loading{background:#fff;border:1px solid #1a1a1a1a;border-radius:12px;color:#666;font-size:1.1rem;margin:4rem auto;max-width:600px;padding:3rem;text-align:center}.error-message{color:#dc3545}@media (max-width:768px){.admin-dashboard{padding:6rem 1rem 2rem}.dashboard-header{align-items:flex-start;flex-direction:column;gap:1rem}.dashboard-header h1{font-size:2rem}.stats-grid{gap:1rem;grid-template-columns:1fr}.stat-card{padding:1.5rem}.stat-number{font-size:2rem}.percentage-bar{width:150px}.chart{height:150px}}.merch-page{background-color:#f8faf9;color:#1a1a1a;min-height:100vh;padding-top:80px}.merch-hero{align-items:center;background:linear-gradient(180deg,#fff,#f0f7f4);display:flex;justify-content:center;min-height:60vh;padding:4rem 2rem}.merch-hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;max-width:1200px;width:100%}.merch-text-content{display:flex;flex-direction:column;gap:1.5rem}.merch-badge{background-color:#a8d5ba;border-radius:50px;color:#1a1a1a;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:1px;padding:.5rem 1.5rem;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.merch-hero-title{color:#1a1a1a;font-size:3.5rem;font-weight:700;line-height:1.1}.merch-hero-subtitle{color:#666;font-size:1.2rem;line-height:1.6;max-width:500px}.merch-image-container{aspect-ratio:4/3;position:relative;width:100%}.image-backdrop{background:#a8d5ba;opacity:.2;position:absolute;right:-20px;top:20px;z-index:0}.image-backdrop,.merch-hero-image{border-radius:24px;height:100%;width:100%}.merch-hero-image{box-shadow:0 20px 40px #00000014;object-fit:cover;position:relative;z-index:1}.merch-categories{background:#f8faf9;padding:6rem 2rem}.categories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.category-card{align-items:center;background:#fff;border:1px solid #0000000d;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem 1.5rem;text-align:center;transition:all .3s ease}.category-card:hover{border-color:#a8d5ba;box-shadow:0 15px 30px #a8d5ba33;transform:translateY(-10px)}.card-icon{align-items:center;background:#f8faf9;border-radius:50%;color:#1a1a1a;display:flex;height:80px;justify-content:center;transition:all .3s ease;width:80px}.category-card:hover .card-icon{background:#a8d5ba;color:#fff}.card-icon svg{height:32px;width:32px}.category-card h3{color:#1a1a1a;font-size:1.2rem;font-weight:600;margin:0}.card-line{background:#a8d5ba;height:2px;opacity:0;transition:all .3s ease;width:40px}.category-card:hover .card-line{opacity:1;width:60px}@media (max-width:1024px){.merch-hero-content{gap:3rem;grid-template-columns:1fr;text-align:center}.merch-text-content{align-items:center}.merch-hero-title{font-size:2.5rem}.categories-grid{grid-template-columns:repeat(2,1fr)}.image-backdrop{right:0;top:10px;transform:scale(.95)}}@media (max-width:640px){.categories-grid{grid-template-columns:1fr}.merch-hero{padding:3rem 1.5rem}}.merch-waitlist{background:#fff;display:flex;justify-content:center;padding:4rem 2rem}.early-access-section{background:linear-gradient(135deg,#f8faf9,#e8f5e8)}.legal-ai-page{background-color:#f8faf9;color:#1a1a1a;min-height:100vh;padding-top:80px}.legal-hero-section{align-items:center;background:linear-gradient(135deg,#f8faf9,#e8f5e8);display:flex;justify-content:center;min-height:calc(100vh - 80px);padding:4rem 2rem}.legal-content-wrapper{grid-gap:6rem;align-items:center;display:grid;gap:6rem;grid-template-columns:1fr 1fr;max-width:1400px;width:100%}.legal-text-content{display:flex;flex-direction:column;gap:2rem}.legal-badge{align-items:center;background:#e8f5e8;border:1px solid #a8d5ba;border-radius:50px;color:#2e7d32;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;letter-spacing:1px;padding:.5rem 1rem;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.pulse-dot{animation:pulse 2s infinite;background:#2e7d32;border-radius:50%;box-shadow:0 0 0 #2e7d3266;height:8px;width:8px}@keyframes pulse{0%{box-shadow:0 0 0 0 #2e7d3266}70%{box-shadow:0 0 0 10px #2e7d3200}to{box-shadow:0 0 0 0 #2e7d3200}}.legal-title{color:#1a1a1a;font-size:4rem;font-weight:700;letter-spacing:-.02em;line-height:1.1}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2e7d32,#a8d5ba);-webkit-background-clip:text}.legal-description{color:#666;font-size:1.2rem;line-height:1.6;max-width:500px}.legal-features-list{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.legal-feature-item{align-items:flex-start;display:flex;gap:1.5rem}.feature-icon-box{align-items:center;background:#fff;border:1px solid #1a1a1a14;border-radius:12px;box-shadow:0 4px 12px #0000000d;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.feature-icon-box svg{color:#2e7d32;height:24px;width:24px}.feature-text h3{color:#1a1a1a;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.feature-text p{color:#666;font-size:.95rem;line-height:1.5}.legal-visual-content{display:flex;justify-content:center;position:relative}.visual-card-container{aspect-ratio:4/5;max-width:500px;position:relative;width:100%}.visual-card-glow{background:radial-gradient(circle,#a8d5ba66 0,#0000 70%);height:120%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:120%;z-index:0}.visual-card{background:#fff;border:1px solid #1a1a1a14;border-radius:24px;box-shadow:0 20px 50px #1a1a1a1a;height:100%;overflow:hidden;position:relative;width:100%;z-index:1}.visual-image{height:100%;object-fit:cover;width:100%}.scan-line{animation:scan 3s linear infinite;background:#a8d5ba;box-shadow:0 0 15px #a8d5ba;height:2px;left:0;opacity:.5;position:absolute;top:0;width:100%}@keyframes scan{0%{opacity:0;top:0}10%{opacity:1}90%{opacity:1}to{opacity:0;top:100%}}.visual-overlay{bottom:2rem;left:2rem;position:absolute;right:2rem}.status-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #a8d5ba80;border-radius:12px;box-shadow:0 4px 12px #0000000d;color:#1a1a1a;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem}.status-dot{background:#2e7d32;border-radius:50%;box-shadow:0 0 8px #a8d5ba;height:6px;width:6px}@media (max-width:1024px){.legal-content-wrapper{gap:4rem;grid-template-columns:1fr}.legal-text-content{align-items:center;text-align:center}.legal-feature-item{text-align:left}.legal-title{font-size:3rem}}@media (max-width:768px){.legal-title{font-size:2.5rem}.legal-hero-section{padding:2rem 1.5rem}}.legal-waitlist{background:#f8faf9;display:flex;justify-content:center;padding:4rem 2rem}.early-access-section{background:#fff;border:1px solid #a8d5ba4d;border-radius:24px;box-shadow:0 10px 30px #0000000d;max-width:800px;padding:3rem;text-align:center;width:100%}.early-access-title{color:#1a1a1a;font-size:2rem;font-weight:600;margin-bottom:1rem}.early-access-text{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.email-form{display:flex;gap:1rem;margin:0 auto;max-width:500px}.email-input{border:1px solid #0000001a;border-radius:50px;flex:1 1;font-size:1rem;outline:none;padding:1rem 1.5rem;transition:all .3s ease}.email-input:focus{border-color:#a8d5ba;box-shadow:0 0 0 4px #a8d5ba33}.submit-btn{background:#1a1a1a;border:none;border-radius:50px;color:#fff;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .3s ease;white-space:nowrap}.submit-btn:hover{background:#333;box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.success-message{align-items:center;background:#a8d5ba33;border-radius:12px;color:#2e7d32;display:flex;font-size:1.1rem;font-weight:500;gap:.5rem;justify-content:center;padding:1rem}.error-message{color:#d32f2f;font-size:.9rem;margin-top:1rem}@media (max-width:640px){.email-form{flex-direction:column}.submit-btn{width:100%}.early-access-section{padding:2rem 1.5rem}}
/*# sourceMappingURL=main.971e92c2.css.map*/