:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#ffffffb3;text-decoration:inherit}a:hover{color:#ffffffe6}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:transparent;cursor:pointer;transition:border-color .25s}button:hover{border-color:#ffffff4d}button:focus,button:focus-visible{outline:none}.homepage-container{width:100vw;min-height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden;margin:0;padding:0}.homepage-header{text-align:center;padding:3rem 2rem 2rem;position:relative;z-index:10}.main-title{font-size:3.5rem;font-weight:700;color:#fff;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.2);animation:fadeInDown 1s ease-out}.subtitle{font-size:1.2rem;color:#ffffffe6;margin-top:1rem;animation:fadeInUp 1s ease-out .3s both}.bubble-tree-container{position:relative;width:100%;height:70vh;margin:2rem 0;display:flex;align-items:center;justify-content:center}.tree-boundary-circle{position:absolute;width:400px;height:400px;max-width:85vw;max-height:85vw;border:2px solid rgba(255,255,255,.15);border-radius:50%;top:calc(50% - 50px);left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1;box-shadow:0 0 30px #ffffff0f}.bubble{position:absolute;border-radius:50%;background:linear-gradient(135deg,#fff3,#ffffff0d);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0000001a,inset 0 0 20px #ffffff1a;display:flex;align-items:center;justify-content:center;cursor:pointer;transform:translate(-50%,calc(-50% - 50px));transition:all .3s cubic-bezier(.4,0,.2,1);animation:bubbleFadeIn .8s ease-out both,bubbleBreathing 4s ease-in-out infinite;z-index:2}.bubble:hover{transform:translate(-50%,calc(-50% - 50px)) scale(1.1);border-color:#ffffff80;z-index:100}.bubble-content{text-align:center;padding:1rem;color:#fff;-webkit-user-select:none;user-select:none;opacity:0;pointer-events:none}.family-name{font-size:clamp(.8rem,1.5vw,1.2rem);font-weight:600;margin-bottom:.3rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.family-count{font-size:clamp(.7rem,1.2vw,.95rem);color:#ffffffe6;font-weight:500}.stats-section{display:flex;justify-content:center;gap:3rem;padding:2rem;position:relative;z-index:10}.stat-card{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:15px;padding:2rem 3rem;text-align:center;color:#fff;min-width:200px;box-shadow:0 8px 32px #0000001a;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-card h3{font-size:3rem;margin:0;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.stat-card p{font-size:1rem;margin:.5rem 0 0;opacity:.95}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:2rem;color:#fff;animation:pulse 2s ease-in-out infinite}@keyframes bubbleFloat{0%,to{transform:translate(-50%,calc(-50% - 50px)) translateY(0) rotate(0)}25%{transform:translate(-50%,calc(-50% - 50px)) translateY(-10px) rotate(2deg)}50%{transform:translate(-50%,calc(-50% - 50px)) translateY(0) rotate(0)}75%{transform:translate(-50%,calc(-50% - 50px)) translateY(10px) rotate(-2deg)}}@keyframes bubbleFadeIn{0%{opacity:0;transform:translate(-50%,calc(-50% - 50px)) scale(.3)}to{opacity:1;transform:translate(-50%,calc(-50% - 50px)) scale(1)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes colorShift{0%,10%{background:linear-gradient(135deg,#ff69b44d,#ff69b41a);box-shadow:0 12px 48px #ff69b44d,inset 0 0 30px #ff69b433}20%,30%{background:linear-gradient(135deg,#8a2be24d,#8a2be21a);box-shadow:0 12px 48px #8a2be24d,inset 0 0 30px #8a2be233}40%,50%{background:linear-gradient(135deg,#00bfff4d,#00bfff1a);box-shadow:0 12px 48px #00bfff4d,inset 0 0 30px #00bfff33}60%,70%{background:linear-gradient(135deg,#00ff7f4d,#00ff7f1a);box-shadow:0 12px 48px #00ff7f4d,inset 0 0 30px #00ff7f33}80%,90%{background:linear-gradient(135deg,#ffd7004d,#ffd7001a);box-shadow:0 12px 48px #ffd7004d,inset 0 0 30px #ffd70033}to{background:linear-gradient(135deg,#ff69b44d,#ff69b41a);box-shadow:0 12px 48px #ff69b44d,inset 0 0 30px #ff69b433}}@keyframes bubbleBreathing{0%,to{transform:scale(1);box-shadow:0 8px 32px #0000001a,inset 0 0 20px #ffffff1a}50%{transform:scale(1.03);box-shadow:0 12px 40px #ffffff4d,inset 0 0 30px #fff3}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.modal-content{background:linear-gradient(135deg,#ffffff26,#ffffff0d);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,.3);border-radius:16px;padding:1.5rem;min-width:260px;max-width:320px;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d,inset 0 0 40px #ffffff1a;animation:slideUp .4s cubic-bezier(.4,0,.2,1),modalBreathing 4s ease-in-out infinite .4s;position:relative}.modal-close{position:absolute;top:1rem;right:1rem;background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.3rem;line-height:1;color:#fff;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0;outline:none}.modal-close:hover{background:#ffffff4d;transform:scale(1.1)}.modal-header{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.3);padding-right:2rem}.modal-body{color:#fffffff2;font-size:1rem;text-align:center;line-height:1.6}.modal-info{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.modal-info-item{background:#ffffff1a;padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between;align-items:center}.modal-info-label{font-weight:600;color:#fffc;font-size:.9rem}.modal-info-value{font-size:1.1rem;font-weight:700;color:#fff}.home-detail-modal{max-width:380px;padding:1.8rem}.home-detail-loading{text-align:center;padding:2rem;color:#ffffff80;font-size:.9rem}.home-detail-header{display:flex;align-items:center;gap:14px;margin-bottom:16px;padding-right:28px}.home-detail-avatar{width:48px;height:48px;border-radius:50%;background:#ffffff26;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600;color:#ffffffd9;flex-shrink:0}.home-detail-names{flex:1;min-width:0}.home-detail-tree-name{font-size:1.15rem;font-weight:700;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-detail-owner{font-size:.82rem;color:#ffffff80;margin-top:2px}.home-detail-stats{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:14px;padding:10px 12px;background:#ffffff0f;border-radius:10px;border:1px solid rgba(255,255,255,.1)}.home-detail-stat-item{display:flex;align-items:center;gap:6px;color:#ffffff8c;font-size:.78rem}.home-detail-stat-item svg{opacity:.6}.home-detail-section{margin-bottom:12px}.home-detail-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:#ffffff59;margin-bottom:4px}.home-detail-text{font-size:.88rem;color:#ffffffbf;line-height:1.5}.home-detail-links{display:flex;flex-direction:column;gap:4px}.home-detail-link{display:inline-flex;align-items:center;gap:5px;color:#fff9;font-size:.82rem;text-decoration:none;transition:color .2s;word-break:break-all}.home-detail-link:hover{color:#fffffff2}.home-detail-view-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;margin-top:6px;border:1px solid rgba(255,255,255,.3);border-radius:14px;background:#ffffff1a;color:#ffffffe6;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-detail-view-btn:hover{background:#fff3;border-color:#ffffff80;color:#fff;transform:translateY(-1px)}.bottom-nav{position:fixed;bottom:0;left:0;width:100%;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:3px solid rgba(255,255,255,.5);padding:1rem 2rem;z-index:999;animation:navbarBreathing 4s ease-in-out infinite}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.nav-links{display:flex;gap:2rem;align-items:center}.nav-search{flex:1;display:flex;justify-content:center;max-width:400px;position:relative}.nav-search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#ffffff80;font-size:1.1rem;pointer-events:none;z-index:1}.search-input-nav{width:100%;padding:.7rem 2.8rem .7rem 1.2rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:25px;color:#fff;font-size:.95rem;outline:none;transition:all .3s ease}.search-input-nav::placeholder{color:#ffffff80}.search-input-nav:focus{background:#ffffff26;border-color:#fff6;box-shadow:0 0 15px #ffffff1a}.nav-auth{display:flex;gap:1rem;align-items:center}.signup-button{background:linear-gradient(135deg,#ffffff40,#ffffff26);color:#fff;border:2px solid rgba(255,255,255,.4);box-shadow:0 4px 15px #0003;animation:buttonBreathing 3s ease-in-out infinite}.create-tree-button{background:#ffffff1f;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;border:2px solid rgba(255,255,255,.25);box-shadow:0 4px 15px #00000026;text-shadow:0 1px 2px rgba(0,0,0,.2)}.create-tree-button:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.create-tree-button:active{transform:translateY(0)}.page-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:998;animation:fadeIn .3s ease-out;padding:2rem;padding-bottom:100px;overflow-y:auto;box-sizing:border-box}.page-content{background:linear-gradient(135deg,#ffffff26,#ffffff0d);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:2px solid rgba(255,255,255,.3);border-radius:20px;padding:2rem;max-width:700px;width:90%;max-height:calc(100vh - 200px);overflow-y:auto;box-shadow:0 20px 60px #0000004d,inset 0 0 40px #ffffff1a;animation:slideUp .4s cubic-bezier(.4,0,.2,1),modalBreathing 4s ease-in-out infinite .4s;position:relative;margin:auto 0}.page-close{position:absolute;top:1.5rem;right:1.5rem;background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;line-height:1;color:#fff;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0;outline:none}.page-close:hover{background:#ffffff4d;transform:scale(1.1)}.page-header{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1.2rem;margin-top:0;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.3);padding-right:2.5rem}.page-body{color:#fffffff2;font-size:1rem;line-height:1.7}.page-body h2{color:#fff;font-size:1.8rem;margin-top:2rem;margin-bottom:1rem}.page-body h3{color:#fffffff2;font-size:1.4rem;margin-top:1.5rem;margin-bottom:.8rem}.page-body p{margin-bottom:1rem}.page-body ul,.page-body ol{margin-left:2rem;margin-bottom:1rem}.page-body li{margin-bottom:.5rem}@media(min-width:1441px){.main-title{font-size:4.5rem}.subtitle{font-size:1.6rem}.bubble-tree-container{height:75vh}.stat-card{padding:2.5rem 3rem}.stat-card h3{font-size:4rem}.stat-card p{font-size:1.3rem}.modal-content{max-width:450px;padding:2.5rem}.page-content{max-width:1000px;padding:4rem}}@media(min-width:1226px)and (max-width:1426px){.main-title{font-size:3.8rem}.subtitle{font-size:1.4rem}.bubble-tree-container{height:70vh}.tree-boundary-circle{width:500px;height:500px;max-width:83vw;max-height:83vw}.stat-card{padding:2rem 2.5rem}.page-content{max-width:900px}}@media(min-width:1025px)and (max-width:1225px){.main-title{font-size:3.4rem}.subtitle{font-size:1.3rem}.bubble-tree-container{height:68vh}.tree-boundary-circle{width:440px;height:440px;max-width:80vw;max-height:80vw}.stat-card{padding:2rem}.page-content{max-width:850px}}@media(min-width:769px)and (max-width:1024px){.main-title{font-size:3rem}.subtitle{font-size:1.2rem}.bubble-tree-container{height:65vh}.tree-boundary-circle{width:400px;height:400px;max-width:78vw;max-height:78vw}.stats-section{gap:2rem;padding:2rem 1.5rem}.stat-card{padding:2rem;min-width:250px}.stat-card h3{font-size:3rem}.bottom-nav{padding:1rem 1.5rem}.nav-link{font-size:.95rem;padding:.5rem 1rem}.modal-content{max-width:400px}.page-content{max-width:700px;padding:2.5rem}}@media(min-width:481px)and (max-width:768px){.main-title{font-size:2.5rem}.subtitle{font-size:1rem}.bubble-tree-container{height:60vh}.tree-boundary-circle{width:320px;height:320px;max-width:75vw;max-height:75vw;border-width:2px}.stats-section{flex-direction:column;gap:1.5rem;padding:1.5rem 1rem}.stat-card{min-width:auto;width:100%;max-width:400px;margin:0 auto;padding:1.5rem 2rem}.stat-card h3{font-size:2.5rem}.bottom-nav{padding:.75rem 1rem}.nav-container{flex-direction:column;gap:1rem}.nav-links{gap:1rem;flex-wrap:wrap;justify-content:center}.nav-link{font-size:.9rem;padding:.4rem .8rem}.nav-search{width:100%;max-width:100%}.auth-button{padding:.5rem 1.2rem;font-size:.9rem}.modal-content{max-width:90%;padding:1.8rem}.modal-header{font-size:1.3rem}.page-content{max-width:90%;padding:2rem;max-height:calc(100vh - 200px)}.page-header{font-size:1.5rem}.page-body{font-size:1rem}.page-body h2{font-size:1.5rem}.page-body h3{font-size:1.2rem}}@keyframes buttonBreathing{0%,to{transform:scale(1);box-shadow:0 4px 15px #0003}50%{transform:scale(1.03);box-shadow:0 6px 20px #ffffff4d}}@keyframes modalBreathing{0%,to{box-shadow:0 20px 60px #0000004d,inset 0 0 40px #ffffff1a}50%{box-shadow:0 25px 70px #fff3,inset 0 0 50px #ffffff26}}@media(max-width:480px){.main-title{font-size:1.8rem;padding:0 1rem}.subtitle{font-size:.9rem;padding:0 1rem}.bubble-tree-container{height:50vh}.tree-boundary-circle{width:280px;height:280px;max-width:70vw;max-height:70vw;border-width:2px}.stats-section{flex-direction:column;gap:1rem;padding:1rem .5rem}.stat-card{min-width:auto;width:100%;padding:1rem 1.5rem}.stat-card h3{font-size:2rem}.stat-card p{font-size:.9rem}.bottom-nav{padding:.5rem .75rem;height:auto;border-radius:12px 12px 0 0}.nav-container{flex-direction:column;gap:.5rem;align-items:stretch}.nav-links{flex-wrap:nowrap;justify-content:space-between;gap:.25rem;overflow-x:auto;padding-bottom:.25rem}.nav-link{font-size:.8rem;padding:.5rem;white-space:nowrap}.mobile-top-nav{display:flex;position:absolute;top:15px;right:15px;z-index:1000;gap:12px;align-items:center}.mobile-search-btn{background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;padding:0}.mobile-profile-container{position:relative}.mobile-profile-btn{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ffffff40,#ffffff26);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;color:#fff}.nav-profile-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.mobile-profile-dropdown{position:absolute;top:50px;right:0;background:#14141ef2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:8px 0;min-width:140px;display:flex;flex-direction:column;box-shadow:0 4px 15px #00000080;z-index:1001}.mobile-profile-dropdown button{background:transparent;border:none;color:#fff;padding:12px 16px;text-align:left;font-size:14px;width:100%;cursor:pointer;transition:background .2s}.mobile-profile-dropdown button:hover{background:#ffffff1a}.nav-search,.nav-auth{display:none!important}.auth-button{padding:.5rem 1rem;font-size:.85rem}.modal-content{max-width:95%;min-width:auto;padding:1.5rem}.modal-header{font-size:1.2rem;padding-right:2.5rem}.modal-body{font-size:.95rem}.modal-close{width:28px;height:28px;font-size:1.1rem}.page-overlay{padding:1rem;padding-bottom:80px}.page-content{max-width:95%;padding:1.5rem;max-height:calc(100vh - 150px)}.page-header{font-size:1.3rem;padding-right:2.5rem}.page-close{width:35px;height:35px;font-size:1.2rem;top:1rem;right:1rem}.page-body{font-size:.95rem;line-height:1.6}.page-body h2{font-size:1.3rem;margin-top:1.5rem}.page-body h3{font-size:1.1rem;margin-top:1.2rem}.page-body ul,.page-body ol{margin-left:1.5rem}.modal-info-item{padding:.6rem .8rem;flex-direction:column;align-items:flex-start;gap:.3rem}.modal-info-label{font-size:.85rem}.modal-info-value{font-size:1rem}}@media(max-width:320px){.main-title{font-size:1.5rem}.subtitle{font-size:.85rem}.stat-card h3{font-size:1.8rem}.bubble-tree-container{height:45vh}.tree-boundary-circle{width:240px;height:240px;max-width:68vw;max-height:68vw;border-width:1.5px}.nav-link{font-size:.8rem;padding:.3rem .6rem}.auth-button{font-size:.8rem;padding:.45rem .9rem}}@media(min-width:768px){.mobile-top-nav{display:none!important}}.auth-error-overlay{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .3s ease}.auth-error-popup{background:linear-gradient(135deg,#ffffff40,#ffffff26);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,.3);border-radius:20px;padding:40px;max-width:450px;width:90%;text-align:center;box-shadow:0 15px 50px #0006,inset 0 0 30px #ffffff1a;animation:slideUp .3s ease}.auth-error-icon{margin-bottom:25px;display:flex;justify-content:center;animation:pulse 2s infinite}.auth-error-popup h2{color:#fffffff2;margin-bottom:15px;font-size:28px;font-weight:600;text-shadow:0 2px 10px rgba(0,0,0,.3)}.auth-error-popup p{color:#ffffffd9;margin-bottom:30px;font-size:16px;line-height:1.6;text-shadow:0 1px 5px rgba(0,0,0,.2)}.auth-error-buttons{display:flex;gap:15px;justify-content:center}.auth-error-btn-primary,.auth-error-btn-secondary{padding:14px 28px;border:2px solid rgba(255,255,255,.3);border-radius:10px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3)}.auth-error-btn-primary{background:linear-gradient(135deg,#fff3,#ffffff1f);box-shadow:0 4px 15px #0003}.auth-error-btn-primary:hover{background:linear-gradient(135deg,#ffffff4d,#fff3);transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;border-color:#ffffff80}.auth-error-btn-secondary{background:linear-gradient(135deg,#ffffff26,#ffffff1a)}.auth-error-btn-secondary:hover{background:linear-gradient(135deg,#ffffff40,#ffffff26);transform:translateY(-2px);box-shadow:0 6px 20px #fff3;border-color:#ffffff80}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.crop-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1100}.crop-modal{background:#ffffff14;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:28px;width:90%;max-width:480px}.crop-modal-title{margin:0 0 20px;font-size:20px;font-weight:600;color:#fff;text-align:center}.crop-container{position:relative;width:100%;height:300px;border-radius:12px;overflow:hidden;background:#0000004d}.crop-zoom-control{display:flex;align-items:center;gap:12px;margin:20px 0}.crop-zoom-control label{color:#ffffff80;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.crop-zoom-slider{flex:1;-webkit-appearance:none;appearance:none;height:4px;background:#ffffff26;border-radius:2px;outline:none}.crop-zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 2px 6px #0000004d}.crop-modal-actions{display:flex;gap:12px}.crop-cancel-btn{flex:1;padding:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#ffffffb3;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.crop-cancel-btn:hover:not(:disabled){background:#ffffff1a;color:#fff}.crop-confirm-btn{flex:1;padding:14px;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.crop-confirm-btn:hover:not(:disabled){background:#fff3;border-color:#ffffff59;transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.crop-cancel-btn:disabled,.crop-confirm-btn:disabled{opacity:.4;cursor:not-allowed}.create-tree-container{width:100vw;min-height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden;margin:0;padding:0}.family-tree-name-banner{position:absolute;top:20px;left:0;right:0;z-index:2;display:flex;justify-content:center;pointer-events:none}.family-tree-name-text{font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:700;color:#ffffff26;text-align:center;letter-spacing:6px;text-transform:uppercase;margin:0;padding:8px 30px;-webkit-user-select:none;user-select:none}@media(max-width:768px){.family-tree-name-text{font-size:1.3rem;letter-spacing:4px}}@media(max-width:480px){.family-tree-name-text{font-size:1rem;letter-spacing:3px}}.add-initial-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,#ffffff40,#ffffff26);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.4);border-radius:50%;width:70px;height:70px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem;font-weight:300;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 32px #0000004d,inset 0 0 20px #ffffff1a;animation:pulse 2s ease-in-out infinite;z-index:10;padding:0}.add-initial-button:hover{background:linear-gradient(135deg,#ffffff59,#ffffff40);transform:translate(-50%,-50%) scale(1.1);box-shadow:0 12px 48px #0006,inset 0 0 30px #fff3}@keyframes pulse{0%,to{box-shadow:0 8px 32px #0000004d,inset 0 0 20px #ffffff1a}50%{box-shadow:0 12px 48px #ffffff4d,inset 0 0 30px #fff3}}.tree-canvas{position:relative;width:100%;height:calc(100vh - 100px);overflow:hidden}.tree-content{width:500%;height:500%;position:relative;transition:transform .1s ease-out;min-width:5000px;min-height:5000px}.zoom-controls{position:fixed;top:20px;left:20px;display:flex;gap:.5rem;z-index:1000;background:linear-gradient(135deg,#ffffff40,#ffffff26);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,.3);border-radius:12px;padding:.5rem;box-shadow:0 8px 32px #0006}.zoom-controls button{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;width:40px;height:40px;border-radius:8px;cursor:pointer;font-size:1.2rem;font-weight:600;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.zoom-controls button:hover{background:#fff3;border-color:#ffffff80;transform:scale(1.05)}.zoom-controls button:active{transform:scale(.95)}.zoom-controls button:nth-child(2){min-width:60px;font-size:.9rem}.connections-svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;min-width:5000px;min-height:5000px}.relation-dot{fill:#fffc;stroke:#fff6;stroke-width:2;cursor:pointer;pointer-events:all;transition:all .3s ease;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.relation-dot:hover{fill:#fff;stroke:#fffc;r:10;filter:drop-shadow(0 6px 12px rgba(255,255,255,.4))}.relation-dropdown-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:transparent;z-index:9999}.relation-dropdown{background:linear-gradient(135deg,#ffffff40,#ffffff26);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,.3);border-radius:12px;min-width:250px;max-width:300px;box-shadow:0 20px 60px #0000004d,inset 0 0 40px #ffffff1a;animation:slideUp .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.relation-dropdown-header{padding:1rem;border-bottom:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;gap:.3rem}.relation-header-top{display:flex;justify-content:space-between;align-items:center;gap:1rem}.relation-header-top span{color:#fff;font-weight:600;font-size:1rem}.swap-relation-btn{background:#ffffff26;border:2px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;font-size:1.2rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.swap-relation-btn:hover{background:#ffffff40;border-color:#ffffff80;transform:rotate(180deg) scale(1.1);box-shadow:0 4px 12px #ffffff4d}.swap-relation-btn:active{transform:rotate(180deg) scale(.95)}.current-relation{color:#ffffffb3;font-size:.85rem;font-weight:400}.relation-dropdown-list{max-height:200px;overflow-y:auto;overflow-x:hidden;padding:.5rem;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.relation-dropdown-list::-webkit-scrollbar{width:6px}.relation-dropdown-list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:10px}.relation-dropdown-list::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:10px}.relation-dropdown-list::-webkit-scrollbar-thumb:hover{background:#ffffff80}.relation-dropdown-item{padding:.8rem 1rem;color:#ffffffe6;cursor:pointer;border-radius:8px;transition:all .3s ease;font-size:.95rem;margin-bottom:.3rem}.relation-dropdown-item:hover{background:#fff3;transform:translate(5px)}.relation-dropdown-item.active{background:#ffffff26;border-left:3px solid rgba(255,255,255,.8);padding-left:calc(1rem - 3px)}.relation-dropdown-item.create-custom{background:#ffffff1a;border:2px dashed rgba(255,255,255,.4);color:#fff;font-weight:600;margin-top:.5rem}.relation-dropdown-item.create-custom:hover{background:#fff3;border-color:#fff9;transform:translate(0) scale(1.02)}.relation-dropdown-divider{height:1px;background:#fff3;margin:.5rem .5rem .3rem}.relation-dropdown-item.pending-relation{opacity:.7;font-style:italic}.pending-badge{font-size:.9em;margin-left:.3rem}.tree-node{position:absolute;transform:translate(-50%,-50%);cursor:pointer;z-index:2;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:center;gap:.5rem}.node-circle{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ffffff40,#ffffff26);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.4);box-shadow:0 8px 32px #0000004d,inset 0 0 20px #ffffff1a;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#fff;transition:all .3s ease;text-shadow:2px 2px 4px rgba(0,0,0,.3);animation:breathing 3s ease-in-out infinite}.tree-node:hover .node-circle{transform:scale(1.1);border-color:#fff9;box-shadow:0 12px 48px #ffffff4d,inset 0 0 30px #fff3}.tree-node.dragging{cursor:grabbing!important;z-index:999}.tree-node.dragging .node-circle{transform:scale(1.15);box-shadow:0 16px 64px #ffffff80,inset 0 0 40px #ffffff4d;border-color:#fffc}.tree-node.connecting{z-index:998}.tree-node.connecting .node-circle{animation:pulse-connect 1s ease-in-out infinite;border-color:#fff9;box-shadow:0 0 30px #fff3,inset 0 0 30px #ffffff1a}@keyframes pulse-connect{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes breathing{0%,to{transform:scale(1);box-shadow:0 8px 32px #0000004d,inset 0 0 20px #ffffff1a}50%{transform:scale(1.05);box-shadow:0 12px 40px #fff3,inset 0 0 30px #ffffff26}}.tree-node.linked{opacity:.9;cursor:grab}.tree-node.linked:active{cursor:grabbing}.tree-node.linked .node-circle{background:linear-gradient(135deg,#00000040,#00000026);border:2px solid rgba(0,0,0,.45);box-shadow:0 4px 16px #00000040,inset 0 0 10px #0000001a;animation:none}.tree-node.linked .node-label{color:#ffffffd9}.relation-dot.cross-link-dot{fill:#000c;stroke:#00000080;filter:drop-shadow(0 4px 8px rgba(0,0,0,.4))}.relation-dot.cross-link-dot:hover{fill:#000;stroke:#000c;r:10;filter:drop-shadow(0 6px 12px rgba(0,0,0,.6))}.relation-dot.linked-internal-dot{fill:#0009;stroke:#0006;cursor:default;filter:none;transition:fill .2s,r .2s}.linked-relation-group:hover .linked-internal-dot{fill:#000000e6;stroke:#000000b3}.linked-relation-label{fill:#fff0;font-size:11px;font-weight:500;pointer-events:none;transition:fill .2s;text-shadow:0 1px 4px rgba(0,0,0,.8)}.linked-relation-group:hover .linked-relation-label{fill:#fffffff2}.tree-node.linked:hover .node-circle{transform:none;border-color:#0009;box-shadow:0 4px 16px #0003,inset 0 0 10px #0000001a}.tree-node{cursor:grab}.node-label{background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.3rem .8rem;border-radius:12px;color:#fff;font-size:.9rem;font-weight:600;white-space:nowrap;border:1px solid rgba(255,255,255,.2)}.context-menu{position:fixed;background:linear-gradient(135deg,#ffffff40,#ffffff26);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,.3);border-radius:12px;padding:.5rem;box-shadow:0 8px 32px #0006;z-index:1000;display:flex;flex-direction:column;gap:.3rem;animation:fadeIn .2s ease-out}.context-menu button{background:transparent;border:none;color:#fff;padding:.7rem 1.5rem;text-align:left;cursor:pointer;border-radius:8px;font-size:1rem;font-weight:500;transition:all .2s ease}.context-menu button:hover{background:#fff3}.add-button-wrapper{position:relative}.add-button-wrapper>button{width:100%}.add-submenu{position:absolute;left:100%;top:0;margin-left:.5rem;background:linear-gradient(135deg,#ffffff40,#ffffff26);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,.3);border-radius:12px;padding:.5rem;box-shadow:0 8px 32px #0006;z-index:1001;display:flex;flex-direction:column;gap:.3rem;animation:slideInRight .2s ease-out;white-space:nowrap}.add-submenu button{background:transparent;border:none;color:#fff;padding:.7rem 1.5rem;text-align:left;cursor:pointer;border-radius:8px;font-size:1rem;font-weight:500;transition:all .2s ease}.add-submenu button:hover{background:#fff3}@keyframes slideInRight{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1001;animation:fadeIn .3s ease-out}.popup-content{background:linear-gradient(135deg,#ffffff26,#ffffff0d);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:2px solid rgba(255,255,255,.3);border-radius:12px;padding:1rem;max-width:320px;width:80%;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d,inset 0 0 40px #ffffff1a;animation:slideUp .4s cubic-bezier(.4,0,.2,1);position:relative}.popup-close{position:absolute;top:1rem;right:1rem;background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:36px;height:36px;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;color:#fff;transition:all .3s ease;padding:0;margin:0;line-height:1;text-align:center;vertical-align:middle}.popup-close:hover{background:#ffffff4d;transform:scale(1.1)}.popup-content h2{color:#fff;font-size:1.1rem;margin-bottom:.7rem;margin-top:0;padding-right:1.8rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.form-group{margin-bottom:.6rem}.form-group label{display:block;color:#fff;font-size:.8rem;font-weight:600;margin-bottom:.25rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.45rem .6rem;border-radius:6px;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:.8rem;transition:all .3s ease;box-sizing:border-box}.form-group select option{background:#1e1e1ef2;color:#fff}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff9}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#fff9;background:#ffffff26}.link-input-row{display:flex;gap:.5rem;margin-bottom:.5rem;align-items:center}.link-input-row input{flex:1}.add-link-button{background:linear-gradient(135deg,#ffffff40,#ffffff26);border:2px solid rgba(255,255,255,.4);border-radius:50%;width:40px;height:40px;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;color:#fff;font-weight:700;transition:all .3s ease;flex-shrink:0;padding:0;margin:0;line-height:1;text-align:center;vertical-align:middle}.add-link-button:hover{background:linear-gradient(135deg,#ffffff59,#ffffff40);transform:scale(1.1)}.location-fields{display:flex;flex-direction:column;gap:.4rem}.location-select{width:100%}.location-details{width:100%;margin-top:.25rem}.popup-content.edit-node-popup{max-width:400px!important;max-height:85vh;padding:1rem}.popup-content.view-node-popup{max-width:420px!important;max-height:85vh;padding:1.2rem}.view-header{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.view-avatar{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3)}.view-header h2{margin:0!important;padding:0!important;font-size:1.3rem!important}.view-gender-badge{background:#ffffff26;padding:3px 12px;border-radius:12px;font-size:12px;color:#fffc;text-transform:capitalize}.view-linked-badge{background:#00000040;border:1px solid rgba(0,0,0,.4);padding:3px 12px;border-radius:12px;font-size:11px;color:#000000e6}.view-details{display:flex;flex-direction:column;gap:12px}.view-row{display:flex;flex-direction:column;gap:3px}.view-label{font-size:11px;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.view-value{font-size:14px;color:#fffffff2;line-height:1.4}.view-detail-sub{color:#ffffff80;font-size:13px}.view-links{display:flex;flex-direction:column;gap:6px}.view-link-item{color:#fffc;font-size:13px;text-decoration:none;word-break:break-all;padding:6px 10px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:6px;transition:all .2s}.view-link-item:hover{background:#ffffff26;border-color:#fff3}.view-empty{text-align:center;color:#fff6;font-size:14px;padding:20px 0;font-style:italic}.popup-content.confirm-popup,.popup-content.link-popup{max-width:400px!important}.toggle-label{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;width:100%;margin:0;padding:0}.toggle-label>span{font-size:.8rem;font-weight:600;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.3);flex:1;display:flex;align-items:center;height:26px}.toggle-switch{position:relative;width:52px;height:26px;display:inline-block;flex-shrink:0}.toggle-input{opacity:0;width:0;height:0;position:absolute}.toggle-slider{position:absolute;cursor:pointer;inset:0;background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:30px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:2px;bottom:2px;background:#fff;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 8px #0000004d}.toggle-input:checked+.toggle-slider{background:#ffffff4d;border-color:#ffffff80}.toggle-input:checked+.toggle-slider:before{transform:translate(26px);background:#fff}.toggle-slider:hover{background:#ffffff40;border-color:#ffffff80}.toggle-input:checked+.toggle-slider:hover{background:#ffffff59;border-color:#fff9}.save-button,.link-button{width:100%;padding:.7rem;background:linear-gradient(135deg,#ffffff4d,#fff3);border:2px solid rgba(255,255,255,.5);border-radius:10px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:.8rem;box-shadow:0 4px 15px #0003}.save-button:hover,.link-button:hover{background:linear-gradient(135deg,#fff6,#ffffff4d);transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.confirm-popup{max-width:400px;text-align:center}.confirm-popup p{color:#ffffffe6;font-size:1.1rem;margin-bottom:2rem}.confirm-buttons{display:flex;gap:1rem}.cancel-button,.delete-button{flex:1;padding:.9rem;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;border:2px solid rgba(255,255,255,.4)}.cancel-button{background:transparent;color:#fff}.cancel-button:hover{background:#ffffff1a}.delete-button{background:#ffffff1a;border-color:#ffffff40;color:#ffc8c8e6}.delete-button:hover{background:#ffffff2e;border-color:#ffffff59;transform:translateY(-2px)}.link-popup{max-width:400px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.search-popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:flex-start;justify-content:center;padding-top:12vh;z-index:1100;animation:fadeIn .2s ease-out}.search-popup-container{background:#ffffff14;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,.15);border-radius:24px;width:90%;max-width:620px;max-height:70vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 16px 70px #0006,inset 0 0 30px #ffffff0d;animation:searchSlideDown .25s cubic-bezier(.4,0,.2,1)}@keyframes searchSlideDown{0%{opacity:0;transform:translateY(-20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.search-popup-header{display:flex;align-items:center;padding:4px 8px 4px 16px;border-bottom:1px solid rgba(255,255,255,.12);gap:0}.search-header-icon{display:flex;align-items:center;flex-shrink:0;padding-right:12px}.search-popup-input{flex:1;padding:16px 0;border:none;outline:none;background:transparent;color:#fff;font-size:1rem;box-sizing:border-box}.search-popup-input::placeholder{color:#ffffff59}.search-clear-icon{display:flex;align-items:center;cursor:pointer;padding:8px;border-radius:50%;transition:background .2s}.search-clear-icon:hover{background:#ffffff1a}.search-divider{width:1px;height:24px;background:#ffffff1f;margin:0 4px;flex-shrink:0}.search-close-icon{display:flex;align-items:center;cursor:pointer;padding:10px;border-radius:50%;transition:background .2s}.search-close-icon:hover{background:#ffffff1a}.search-suggestions{max-height:calc(70vh - 56px);overflow-y:auto;overflow-x:hidden;padding:8px 0}.search-suggestions::-webkit-scrollbar{width:4px}.search-suggestions::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.search-suggestion-item{display:flex;align-items:center;gap:14px;padding:12px 20px;cursor:pointer;transition:background .15s;border:none;background:transparent}.search-suggestion-item:hover{background:#ffffff14}.search-suggestion-item:active{background:#ffffff1f}.suggestion-icon{width:36px;height:36px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0}.suggestion-info{flex:1;min-width:0}.suggestion-name{color:#ffffffe6;font-size:.95rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-meta{display:flex;gap:8px;margin-top:2px}.suggestion-meta span{color:#fff6;font-size:.8rem}.suggestion-arrow{display:flex;align-items:center;flex-shrink:0;opacity:0;transition:opacity .15s}.search-suggestion-item:hover .suggestion-arrow{opacity:1}.no-results{color:#fff6;font-size:.9rem;text-align:center;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;gap:12px}.no-results p{margin:0}.nav-search.hide{opacity:0;pointer-events:none;transition:opacity .3s ease}.nav-search{transition:opacity .3s ease}.bottom-nav{position:fixed;bottom:0;left:0;width:100%;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:3px solid rgba(255,255,255,.5);padding:1rem 1.5rem;z-index:999;animation:navbarBreathing 4s ease-in-out infinite;box-sizing:border-box;overflow-x:hidden}@keyframes navbarBreathing{0%,to{box-shadow:0 -4px 20px #ffffff1a}50%{box-shadow:0 -8px 30px #fff3}}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;box-sizing:border-box}.nav-right{display:flex;align-items:center;gap:1.5rem;position:relative;flex-shrink:0}.nav-zoom-controls{display:flex;gap:.8rem;align-items:center}.zoom-circle-btn{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#ffffff40,#ffffff26);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.4);color:#fff;font-size:1.2rem;font-weight:600;line-height:1;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 4px 15px #0003;animation:buttonBreathing 3.5s ease-in-out infinite}.zoom-circle-btn:hover{background:linear-gradient(135deg,#ffffff59,#ffffff40);transform:scale(1.1);box-shadow:0 6px 20px #0000004d;border-color:#fff9}.zoom-circle-btn:active{transform:scale(.95)}.zoom-dial{min-width:60px;height:32px;border-radius:16px;background:linear-gradient(135deg,#fff3,#ffffff1a);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.4);color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0003,inset 0 0 20px #ffffff0d;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.zoom-dial:hover{background:linear-gradient(135deg,#ffffff4d,#ffffff26);transform:scale(1.05);box-shadow:0 6px 20px #0000004d,inset 0 0 30px #ffffff1a;border-color:#fff9}.nav-links{display:flex;gap:1.5rem;align-items:center;flex-shrink:1}.nav-link{color:#ffffffe6;text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;background:transparent;border:1px solid transparent;cursor:pointer;outline:none}.nav-link:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.nav-link.active{background:#ffffff26;border-color:#fff6}.nav-auth{display:flex;gap:.75rem;align-items:center;flex-shrink:0}.auth-button{padding:.6rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;border:none;outline:none}.login-button{background:transparent;color:#ffffffe6;border:2px solid rgba(255,255,255,.3)}.login-button:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.signup-button{background:linear-gradient(135deg,#ffffff40,#ffffff26);color:#fff;border:2px solid rgba(255,255,255,.4);box-shadow:0 4px 15px #0003;animation:buttonBreathing 3.5s ease-in-out infinite .5s}.signup-button:hover{background:linear-gradient(135deg,#ffffff59,#ffffff40);border-color:#fff9;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.profile-btn{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ffffff40,#ffffff26);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.4);color:#fff;font-size:1.3rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 4px 15px #0003;animation:buttonBreathing 3.5s ease-in-out infinite}@keyframes buttonBreathing{0%,to{transform:scale(1);box-shadow:0 4px 15px #0003}50%{transform:scale(1.05);box-shadow:0 6px 20px #ffffff4d}}.notification-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1100;animation:fadeIn .3s ease-out}.notification-popup{width:500px;max-width:90vw;max-height:80vh;perspective:1000px;animation:slideUpFade .4s cubic-bezier(.4,0,.2,1),popupBreathing 4s ease-in-out infinite .4s}@keyframes popupBreathing{0%,to{filter:drop-shadow(0 20px 40px rgba(255,255,255,.1))}50%{filter:drop-shadow(0 25px 50px rgba(255,255,255,.2))}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.notification-card{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .3s ease-in-out}.notification-card.flipping-forward{animation:flipCardForward .3s ease-in-out}.notification-card.flipping-backward{animation:flipCardBackward .3s ease-in-out}@keyframes flipCardForward{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@keyframes flipCardBackward{0%{transform:rotateY(0)}to{transform:rotateY(-360deg)}}.notification-front,.notification-back{width:100%;background:linear-gradient(135deg,#fff3,#ffffff14);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:2px solid rgba(255,255,255,.3);border-radius:20px;box-shadow:0 20px 60px #00000080,inset 0 0 40px #ffffff1a;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden}.notification-front.hidden{display:none}.notification-back{display:none;max-height:80vh;overflow-y:auto}.notification-back.visible{display:block}.notification-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.8rem;border-bottom:2px solid rgba(255,255,255,.2)}.notification-header h3{color:#fff;font-size:1.3rem;font-weight:700;margin:0;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.notification-close-btn{background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;color:#fff;transition:all .3s ease;padding:0;line-height:1}.notification-close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.notification-list{max-height:400px;overflow-y:auto;padding:1rem}.notification-item{display:flex;gap:1rem;padding:1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;margin-bottom:.8rem;transition:all .3s ease;cursor:pointer}.notification-item:last-child{margin-bottom:0}.notification-item:hover{background:#ffffff26;transform:translate(-5px);box-shadow:0 4px 15px #0003}.notification-icon{font-size:1.8rem;flex-shrink:0}.notification-content{flex:1}.notification-title{color:#fff;font-size:1rem;font-weight:700;margin-bottom:.3rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.notification-text{color:#ffffffd9;font-size:.9rem;line-height:1.4;margin-bottom:.3rem}.notification-time{color:#fff9;font-size:.8rem;font-style:italic}.notification-detail-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.8rem;border-bottom:2px solid rgba(255,255,255,.2)}.back-button{background:linear-gradient(135deg,#ffffff40,#ffffff26);border:2px solid rgba(255,255,255,.4);border-radius:25px;padding:.6rem 1.2rem;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-button:hover{background:linear-gradient(135deg,#ffffff59,#ffffff40);transform:translate(-3px);box-shadow:0 4px 15px #0000004d}.notification-detail-content{padding:2rem;text-align:center}.notification-detail-icon{font-size:4rem;margin-bottom:1rem}.notification-detail-title{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.notification-detail-time{color:#fff9;font-size:.9rem;font-style:italic;margin-bottom:1.5rem}.notification-detail-divider{width:60%;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);margin:1.5rem auto}.notification-detail-text{color:#ffffffe6;font-size:1rem;line-height:1.7;text-align:left;margin:0}.search-section-label{padding:8px 20px 4px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#ffffff59}.search-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:2rem;color:#fff6;font-size:.9rem}.search-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;gap:12px;color:#ffffff4d}.search-empty-state p{margin:0;font-size:.85rem}.view-tree-btn{padding:6px 16px;border:1px solid rgba(255,255,255,.25);border-radius:20px;background:#ffffff14;color:#ffffffd9;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.view-tree-btn:hover{background:#ffffff2e;border-color:#fff6;color:#fff}.top-tree-rank{font-size:.85rem;font-weight:700;color:#ffffffb3}.search-detail-view{padding:0;animation:detailFadeIn .25s ease-out}@keyframes detailFadeIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.search-detail-back{display:flex;align-items:center;gap:8px;padding:12px 20px;border:none;background:transparent;color:#ffffff80;font-size:.82rem;cursor:pointer;transition:color .2s;border-bottom:1px solid rgba(255,255,255,.08);width:100%;text-align:left}.search-detail-back:hover{color:#ffffffd9}.search-detail-card{padding:20px 24px 24px;display:flex;flex-direction:column;gap:18px}.search-detail-header{display:flex;align-items:center;gap:16px}.search-detail-avatar{width:52px;height:52px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:600;color:#fffc;flex-shrink:0}.search-detail-name-block{flex:1;min-width:0}.search-detail-tree-name{font-size:1.1rem;font-weight:600;color:#fffffff2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-detail-owner{font-size:.82rem;color:#ffffff73;margin-top:2px}.search-detail-stats{display:flex;gap:20px;flex-wrap:wrap}.search-detail-stat{display:flex;align-items:center;gap:6px;color:#ffffff80;font-size:.8rem}.search-detail-stat svg{opacity:.6}.search-detail-section{display:flex;flex-direction:column;gap:6px}.search-detail-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:#ffffff59}.search-detail-text{font-size:.88rem;color:#ffffffb3;line-height:1.5}.search-detail-links{display:flex;flex-direction:column;gap:6px}.search-detail-link{display:inline-flex;align-items:center;gap:6px;color:#fff9;font-size:.82rem;text-decoration:none;transition:color .2s;word-break:break-all}.search-detail-link:hover{color:#ffffffe6}.search-detail-view-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:1px solid rgba(255,255,255,.25);border-radius:14px;background:#ffffff14;color:#ffffffe6;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:4px}.search-detail-view-btn:hover{background:#ffffff29;border-color:#fff6;color:#fff}.view-tree-header{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;gap:16px;padding:12px 24px;background:#0006;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1)}.view-tree-header h2{color:#fff;font-size:1.1rem;font-weight:600;margin:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.view-tree-badge{padding:4px 12px;border-radius:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;font-size:.75rem;font-weight:500;white-space:nowrap;flex-shrink:0}.back-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid rgba(255,255,255,.25);border-radius:8px;background:#ffffff14;color:#ffffffe6;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;flex-shrink:0}.back-btn:hover{background:#ffffff26;border-color:#fff6}@media(min-width:1441px){.node-circle{width:60px;height:60px;font-size:1.4rem}.node-label{font-size:.95rem;max-width:80px}.zoom-controls button{width:60px;height:60px;font-size:1.8rem}.popup-content{max-width:600px;padding:3rem}.popup-header{font-size:2rem}.notification-popup{width:550px;height:650px}}@media(min-width:1025px)and (max-width:1440px){.node-circle{width:50px;height:50px;font-size:1.2rem}.node-label{font-size:.9rem;max-width:70px}.popup-content{max-width:550px;padding:2.5rem}.notification-popup{width:500px;height:600px}}@media(min-width:769px)and (max-width:1024px){.node-circle{width:45px;height:45px;font-size:1.1rem}.node-label{font-size:.8rem;max-width:65px}.zoom-controls button{width:48px;height:48px;font-size:1.4rem}.add-initial-button{font-size:1.1rem;padding:1rem 2rem}.popup-content{max-width:450px;padding:1.5rem}.popup-content h2{font-size:1.4rem}.notification-popup{width:90%;max-width:480px;height:auto;max-height:600px}.bottom-nav{padding:1rem 1.5rem}.zoom-circle-btn,.notification-btn{width:48px;height:48px;font-size:1.3rem}}@media(min-width:481px)and (max-width:768px){.node-circle{width:35px;height:35px;font-size:.9rem}.node-label{font-size:.75rem;max-width:55px}.zoom-controls button{width:45px;height:45px;font-size:1.3rem}.add-initial-button{font-size:1rem;padding:.9rem 1.8rem}.popup-content{max-width:90%;padding:1.2rem}.popup-content h2{font-size:1.3rem}.form-group{margin-bottom:.8rem}.form-group label{font-size:.85rem;margin-bottom:.3rem}.form-group input,.form-group select,.form-group textarea{font-size:.85rem;padding:.55rem}.bottom-nav{padding:.5rem .75rem;height:auto;border-radius:12px 12px 0 0}.nav-container{flex-direction:column;gap:.5rem;align-items:stretch}.nav-links{flex-wrap:nowrap;justify-content:space-between;gap:.25rem;overflow-x:auto;padding-bottom:.25rem;order:2}.nav-right{order:1;justify-content:space-between;width:100%}.nav-link{font-size:.8rem;padding:.5rem;white-space:nowrap}.auth-button{padding:.5rem 1rem;font-size:.85rem}.zoom-circle-btn,.notification-btn{width:45px;height:45px;font-size:1.2rem}.notification-popup{width:calc(100vw - 2rem);max-width:450px;height:auto;max-height:550px}.notification-detail-title{font-size:1.4rem}.notification-detail-icon{font-size:3rem}.notification-detail-content{padding:1.5rem}.context-menu{min-width:160px}.context-menu button{padding:.7rem 1rem;font-size:.9rem}.relation-dropdown{min-width:230px;max-width:280px}.relation-dropdown-list{max-height:180px}.relation-dropdown-item{padding:.75rem .9rem;font-size:.9rem}.relation-dot{r:7}.relation-dot:hover{r:9}}@media(max-width:480px){.node-circle{width:30px;height:30px;font-size:.85rem}.node-label{font-size:.7rem;max-width:45px}.zoom-controls{gap:.5rem;top:1rem;left:1rem}.zoom-controls button{width:40px;height:40px;font-size:1.2rem}.add-initial-button{font-size:.9rem;padding:.8rem 1.5rem}.popup-content{max-width:95%;padding:1rem;max-height:calc(100vh - 80px)}.popup-content h2{font-size:1.1rem;padding-right:2rem;margin-bottom:.8rem}.popup-close{width:30px;height:30px;font-size:1.1rem;top:.8rem;right:.8rem}.form-group{margin-bottom:.7rem}.form-group label{font-size:.8rem;margin-bottom:.3rem}.form-group input,.form-group select,.form-group textarea{font-size:.8rem;padding:.5rem}.location-fields{gap:.4rem}.form-actions{flex-direction:column;gap:.75rem}.form-actions button{width:100%;padding:.7rem;font-size:.95rem}.bottom-nav{padding:.5rem .75rem}.nav-container{flex-direction:column;gap:.5rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:.4rem}.nav-link{font-size:.75rem;padding:.3rem .6rem}.nav-search{width:100%;max-width:100%}.nav-auth{justify-content:center;gap:.5rem}.auth-button{padding:.4rem .8rem;font-size:.75rem}.nav-right{justify-content:center;gap:.5rem}.nav-zoom-controls{gap:.3rem}.zoom-circle-btn{width:28px;height:28px;font-size:.85rem}.notification-btn{width:28px;height:28px;font-size:.9rem}.zoom-dial{flex-direction:row;bottom:auto;right:auto;gap:.3rem;height:28px;min-width:48px;padding:0 .35rem;font-size:.65rem;font-weight:600}.zoom-dial button{width:28px;height:28px;font-size:.8rem}.notification-popup{width:calc(100vw - 1.5rem);max-width:95%;height:auto;max-height:calc(100vh - 120px);padding:1.2rem}.notification-header h3{font-size:1.1rem}.notification-close-btn{width:30px;height:30px;font-size:1.3rem}.notification-item{padding:.9rem;gap:.7rem}.notification-icon{font-size:1.5rem;min-width:35px;width:35px;height:35px}.notification-title{font-size:.95rem}.notification-text{font-size:.85rem}.notification-time{font-size:.75rem}.notification-detail-header{margin-bottom:1rem}.back-button{font-size:.95rem;padding:.4rem .9rem}.notification-detail-icon{font-size:2.5rem;margin-bottom:1rem}.notification-detail-title{font-size:1.2rem}.notification-detail-text{font-size:.9rem;line-height:1.5}.notification-detail-content{padding:1.2rem}.context-menu{min-width:140px}.context-menu button{padding:.6rem .9rem;font-size:.85rem}.confirm-popup{max-width:95%;padding:1.5rem}.confirm-popup h3{font-size:1.1rem}.confirm-popup p{font-size:.9rem}.confirm-buttons button{padding:.6rem 1.2rem;font-size:.9rem}.relation-dropdown{min-width:200px;max-width:calc(100vw - 2rem);left:50%!important;transform:translate(-50%);margin-top:0}.relation-dropdown-header{padding:.8rem}.relation-header-top span{font-size:.95rem}.swap-relation-btn{width:32px;height:32px;font-size:1.1rem}.current-relation{font-size:.8rem}.relation-dropdown-list{max-height:150px}.relation-dropdown-item{padding:.7rem .8rem;font-size:.85rem}.relation-dot{r:6;stroke-width:1.5}.relation-dot:hover{r:7.5}.custom-relation-popup{max-width:95%;padding:1.5rem}.custom-relation-popup .popup-header{font-size:1.2rem}.custom-relation-popup .form-group input{font-size:.9rem;padding:.7rem}}@media(max-width:320px){.node-circle{width:25px;height:25px;font-size:.75rem}.node-label{font-size:.65rem;max-width:40px}.zoom-controls button{width:35px;height:35px;font-size:1rem}.add-initial-button{font-size:.85rem;padding:.7rem 1.2rem}.popup-header{font-size:1.1rem}.zoom-circle-btn,.notification-btn{width:36px;height:36px;font-size:1rem}.zoom-dial button{width:36px;height:36px;font-size:.9rem}.notification-popup{padding:1rem}.nav-link{font-size:.8rem;padding:.3rem .6rem}.auth-button{font-size:.8rem;padding:.45rem .9rem}.relation-dropdown{min-width:180px;max-width:calc(100vw - 1.5rem);left:50%!important;transform:translate(-50%)}.relation-dropdown-header{padding:.7rem}.relation-header-top span{font-size:.9rem}.swap-relation-btn{width:30px;height:30px;font-size:1rem}.current-relation{font-size:.75rem}.relation-dropdown-list{max-height:120px}.relation-dropdown-item{padding:.6rem .7rem;font-size:.8rem}.relation-dot{r:5;stroke-width:1.5}.relation-dot:hover{r:6.5}.custom-relation-popup{max-width:95%;min-width:auto;padding:1.2rem}.custom-relation-popup .popup-header{font-size:1.1rem}.custom-relation-popup .form-group input{font-size:.85rem;padding:.65rem}}@media(max-width:768px){.mobile-top-nav{display:flex;position:absolute;top:15px;right:15px;z-index:1000;gap:12px;align-items:center}.mobile-search-btn{background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;padding:0}.mobile-profile-container{position:relative}.mobile-profile-btn{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ffffff40,#ffffff26);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;color:#fff}.nav-profile-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.mobile-profile-dropdown{position:absolute;top:50px;right:0;background:#14141ef2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:8px 0;min-width:140px;display:flex;flex-direction:column;box-shadow:0 4px 15px #00000080;z-index:1001}.mobile-profile-dropdown button{background:transparent;border:none;color:#fff}.current-relation{font-size:.75rem}.relation-dropdown-list{max-height:120px}.relation-dropdown-item{padding:.6rem .7rem;font-size:.8rem}.relation-dot{r:5;stroke-width:1.5}.relation-dot:hover{r:6.5}.custom-relation-popup{max-width:95%;min-width:auto;padding:1.2rem}.custom-relation-popup .popup-header{font-size:1.1rem}.custom-relation-popup .form-group input{font-size:.85rem;padding:.65rem}}.node-circle img,.view-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.edit-photo-section{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:16px}.edit-photo-preview{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#fff3,#ffffff1a);border:2px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;overflow:hidden}.edit-photo-preview img{width:100%;height:100%;border-radius:50%;object-fit:cover}.edit-photo-initial{font-size:32px;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3)}.edit-photo-actions{display:flex;gap:8px}.edit-photo-btn{padding:5px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;color:#ffffffe6;font-size:12px;cursor:pointer;transition:all .2s ease}.edit-photo-btn:hover{background:#fff3}.edit-photo-btn.remove{border-color:#ff646466;color:#ff9696e6}.edit-photo-btn.remove:hover{background:#ff646426}.edit-photo-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.mobile-top-nav{display:flex;position:absolute;top:15px;right:15px;z-index:1000;gap:12px;align-items:center}.mobile-search-btn{background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;padding:0}.mobile-profile-container{position:relative}.mobile-profile-btn{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ffffff40,#ffffff26);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;color:#fff}.nav-profile-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.mobile-profile-dropdown{position:absolute;top:50px;right:0;background:#14141ef2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:8px 0;min-width:140px;display:flex;flex-direction:column;box-shadow:0 4px 15px #00000080;z-index:1001}.mobile-profile-dropdown button{background:transparent;border:none;color:#fff;padding:12px 16px;text-align:left;font-size:14px;width:100%;cursor:pointer;transition:background .2s}.mobile-profile-dropdown button:hover{background:#ffffff1a}.bottom-nav .nav-search,.bottom-nav .profile-btn,.bottom-nav .auth-button{display:none!important}.bottom-nav .nav-right{justify-content:center!important}}.nav-zoom-controls-mobile{display:none}@media(max-width:768px){.nav-zoom-controls{display:none!important}.nav-zoom-controls-mobile{display:flex;flex-direction:column;align-items:center;gap:8px;position:fixed!important;bottom:70px;right:8px}}.print-view{max-width:720px;margin:0 auto;padding:40px 32px 120px}.print-section{margin-bottom:20px}.print-desc{margin:0 0 16px;font-size:13px;color:#ffffff73;line-height:1.5}.print-options{display:flex;flex-direction:column;gap:10px}.print-option-btn{display:flex;align-items:center;gap:16px;padding:16px 18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#ffffffb3;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.print-option-btn:hover{background:#ffffff14;border-color:#ffffff2e}.print-option-btn.active{background:#ffffff1a;border-color:#ffffff40;color:#fff}.print-option-btn svg{flex-shrink:0;opacity:.6}.print-option-btn.active svg{opacity:1}.print-option-btn>div{display:flex;flex-direction:column;gap:2px}.option-title{font-size:14px;font-weight:600}.option-desc{font-size:12px;color:#fff6}.print-option-btn.active .option-desc{color:#ffffff8c}.size-options{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px}.size-option-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#ffffffb3;cursor:pointer;transition:all .2s ease}.size-option-btn:hover{background:#ffffff14;border-color:#ffffff2e}.size-option-btn.active{background:#ffffff1f;border-color:#ffffff4d;color:#fff}.size-name{font-size:14px;font-weight:600}.size-dims{font-size:10px;color:#ffffff59}.size-option-btn.active .size-dims{color:#ffffff80}.orientation-row{display:flex;align-items:center;gap:10px}.orient-label{font-size:13px;color:#ffffff80;margin-right:4px}.orient-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff9;cursor:pointer;font-size:13px;transition:all .2s ease}.orient-btn:hover{background:#ffffff14}.orient-btn.active{background:#ffffff1a;border-color:#ffffff40;color:#fff}.custom-dims{margin-top:4px}.custom-dim-row{display:flex;align-items:flex-end;gap:12px}.custom-dim-field{flex:1;display:flex;flex-direction:column}.custom-dim-field label{font-size:11px;color:#fff6;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.custom-dim-field input,.custom-dim-field select{padding:12px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;font-size:14px;outline:none;transition:all .2s ease;box-sizing:border-box;width:100%}.custom-dim-field input:focus,.custom-dim-field select:focus{border-color:#ffffff4d;background:#ffffff1a;box-shadow:0 0 0 3px #ffffff0f}.custom-dim-field input::placeholder{color:#ffffff40}.custom-dim-field select option{background:#1e1e2e;color:#fff}.unit-field{max-width:120px}.dim-separator{font-size:16px;color:#ffffff4d;padding-bottom:12px;font-weight:300}.print-summary{border-color:#ffffff26}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.summary-item{display:flex;flex-direction:column;gap:4px}.summary-label{font-size:11px;color:#fff6;text-transform:uppercase;letter-spacing:.5px}.summary-value{font-size:14px;color:#fff;font-weight:500}.multi-page-note{margin:16px 0 0;padding:12px 14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:12px;color:#ffffff8c;line-height:1.5}.preview-container{border-radius:12px;overflow:hidden;background:#0000004d;border:1px solid rgba(255,255,255,.08);min-height:180px;display:flex;align-items:center;justify-content:center}.preview-canvas{display:block;width:100%;border-radius:12px}.preview-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px;color:#fff6;font-size:13px}.preview-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px;color:#ffffff4d;font-size:13px;text-align:center}.print-generate-btn{display:flex;align-items:center;justify-content:center}.generate-text,.generating-text{display:flex;align-items:center;gap:10px}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.print-view{padding:24px 16px 40px}.size-options{grid-template-columns:repeat(2,1fr)}.custom-dim-row{flex-wrap:wrap}.custom-dim-field{min-width:calc(50% - 20px)}.dim-separator{display:none}.orientation-row{flex-wrap:wrap}.summary-grid{grid-template-columns:1fr}}.profile-page{display:flex;min-height:100vh;background-size:cover;background-position:center;background-attachment:fixed;position:relative}.profile-page:before{content:"";position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:0}.profile-sidebar{position:fixed;left:0;top:0;bottom:80px;width:280px;background:#ffffff0f;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;z-index:2}.sidebar-header{padding:32px 24px 24px;text-align:center;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-avatar-wrapper{position:relative;width:80px;height:80px;margin:0 auto 12px;cursor:pointer}.sidebar-avatar{width:80px;height:80px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:700;color:#fff;border:2px solid rgba(255,255,255,.2);margin:0;box-shadow:0 4px 16px #00000026;overflow:hidden}.sidebar-avatar img,.pp-large-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.avatar-edit-overlay{position:absolute;bottom:0;right:0;width:28px;height:28px;border-radius:50%;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:1}.avatar-edit-overlay:hover{background:#ffffff40;border-color:#fff6;transform:scale(1.1)}.avatar-remove-overlay{position:absolute;bottom:0;left:0;width:28px;height:28px;border-radius:50%;background:#ff646440;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,100,100,.4);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:1}.avatar-remove-overlay:hover{background:#ff646466;border-color:#ff646499;transform:scale(1.1)}.avatar-file-input{display:none}.sidebar-name{margin:0;font-size:18px;font-weight:600;color:#fff}.sidebar-email{margin:4px 0 0;font-size:13px;color:#ffffff80;word-break:break-all}.sidebar-nav{padding:16px 12px;flex:1}.sidebar-nav-item{width:100%;display:flex;align-items:center;gap:14px;padding:14px 16px;background:transparent;border:none;border-radius:10px;color:#fff9;font-size:15px;cursor:pointer;transition:all .2s ease;position:relative;margin-bottom:4px}.sidebar-nav-item:hover{background:#ffffff14;color:#ffffffe6}.sidebar-nav-item.active{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sidebar-badge{position:absolute;right:16px;background:#ffffff26;color:#ffffffe6;font-size:11px;padding:2px 8px;border-radius:10px;font-weight:600;min-width:20px;text-align:center;border:1px solid rgba(255,255,255,.2)}.sidebar-footer{padding:12px;border-top:1px solid rgba(255,255,255,.08)}.sidebar-back{color:#ffffff80}.sidebar-back:hover{color:#ffffffe6}.sidebar-logout{color:#ffffff73}.sidebar-logout:hover{background:#ffffff14;color:#ffffffb3}.profile-main{flex:1;margin-left:280px;position:relative;z-index:1;min-height:100vh}.profile-content{max-width:720px;margin:0 auto;padding:40px 32px 120px}.content-title{margin:0 0 24px;font-size:28px;font-weight:700;color:#fff}.content-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.content-title-row .content-title{margin-bottom:0}.content-loading{text-align:center;color:#ffffff80;padding:60px 0;font-size:15px}.pp-card{background:#ffffff0f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;margin-bottom:20px;overflow:hidden}.pp-card-title{margin:0 0 16px;font-size:16px;font-weight:600;color:#ffffffe6}.pp-avatar-card{display:flex;align-items:center;gap:20px}.pp-large-avatar{width:72px;height:72px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#fff;border:2px solid rgba(255,255,255,.2);flex-shrink:0;box-shadow:0 4px 16px #00000026;overflow:hidden}.pp-avatar-name{margin:0;font-size:20px;font-weight:600;color:#fff}.pp-avatar-email{margin:4px 0 0;font-size:14px;color:#ffffff80}.pp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;overflow:hidden}.pp-form-group{display:flex;flex-direction:column;min-width:0;overflow:hidden}.pp-form-group.pp-full-width{margin-top:16px}.pp-form-group label{color:#ffffff80;font-size:12px;font-weight:500;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.pp-form-group input,.pp-form-group select,.pp-form-group textarea{width:100%;max-width:100%;padding:12px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;font-size:14px;outline:none;transition:all .2s ease;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.pp-form-group input[type=date]{-webkit-appearance:none;appearance:none;min-width:0;max-width:100%;color-scheme:dark}.pp-form-group input:focus,.pp-form-group select:focus,.pp-form-group textarea:focus{border-color:#ffffff4d;background:#ffffff1a;box-shadow:0 0 0 3px #ffffff0f}.pp-form-group input::placeholder,.pp-form-group textarea::placeholder{color:#ffffff40}.pp-form-group select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='rgba(255,255,255,0.5)' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.pp-form-group select option{background:#1e1e2e;color:#fff}.pp-form-group select:disabled{opacity:.35;cursor:not-allowed}.pp-form-group textarea{resize:vertical;min-height:80px}.pp-toggle-wrapper{display:flex;align-items:center;gap:12px;padding-top:6px}.pp-toggle-label{color:#ffffffb3;font-size:14px;font-weight:500}.pp-toggle-btn{width:48px;height:26px;border-radius:13px;border:none;cursor:pointer;position:relative;transition:all .3s ease;padding:0}.pp-toggle-on{background:#ffffff40;border:2px solid rgba(255,255,255,.35)}.pp-toggle-off{background:#ffffff1a;border:2px solid rgba(255,255,255,.2)}.pp-toggle-thumb{width:20px;height:20px;border-radius:50%;background:#fff;position:absolute;top:1px;transition:all .3s ease;box-shadow:0 1px 4px #0000004d}.pp-toggle-on .pp-toggle-thumb{left:24px}.pp-toggle-off .pp-toggle-thumb{left:2px}.pp-public-url-section{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}.pp-public-url-section label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;color:#ffffff73;margin-bottom:8px}.pp-url-row{display:flex;gap:8px;align-items:center}.pp-url-input{flex:1;padding:10px 14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#fff9;font-size:13px;cursor:text}.pp-copy-btn{padding:10px 20px;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.pp-copy-btn:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}.pp-copied{background:#fff3!important;border-color:#ffffff59!important;color:#fffffff2!important}.pp-link-row{display:flex;gap:10px;margin-bottom:10px;align-items:center}.pp-link-row input{flex:1;padding:12px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;font-size:14px;outline:none;transition:all .2s ease}.pp-link-row input:focus{border-color:#ffffff4d;background:#ffffff1a}.pp-link-row input::placeholder{color:#ffffff40}.pp-link-remove{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#ffffff80;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;padding:0}.pp-link-remove:hover{background:#ffffff26;color:#fffc}.pp-link-add{background:transparent;border:1px dashed rgba(255,255,255,.15);color:#ffffff80;padding:10px 16px;border-radius:10px;cursor:pointer;font-size:13px;transition:all .2s ease;width:100%}.pp-link-add:hover{border-color:#ffffff4d;color:#fffc;background:#ffffff0a}.pp-save-btn{width:100%;padding:16px;background:#ffffff1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:16px}.pp-save-btn:hover:not(:disabled){background:#fff3;border-color:#ffffff59;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.pp-save-btn:disabled{opacity:.4;cursor:not-allowed}.pp-password-card{border-color:#ffffff0f}.pp-password-btn{width:100%;padding:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:10px;color:#fffc;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px}.pp-password-btn:hover:not(:disabled){background:#ffffff26;transform:translateY(-1px)}.pp-password-btn:disabled{opacity:.35;cursor:not-allowed}.pp-message{text-align:center;padding:12px;border-radius:10px;font-size:14px;font-weight:500;margin-bottom:16px}.pp-message.success{background:#ffffff1a;color:#ffffffd9;border:1px solid rgba(255,255,255,.2)}.pp-message.error{background:#ffffff0f;color:#ffc8c8d9;border:1px solid rgba(255,255,255,.12)}.pp-mark-all-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#ffffffb3;padding:8px 16px;border-radius:8px;font-size:13px;cursor:pointer;transition:all .2s ease}.pp-mark-all-btn:hover{background:#ffffff26;color:#fff}.pp-empty-state{text-align:center;padding:80px 0;color:#ffffff59}.pp-empty-state p{margin-top:16px;font-size:16px}.pp-notif-list{display:flex;flex-direction:column;gap:12px}.pp-notif-item{display:flex;align-items:center;gap:16px;padding:18px 20px;background:#ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:14px;cursor:pointer;transition:all .2s ease}.pp-notif-item:hover{background:#ffffff17;border-color:#ffffff26;transform:translate(4px)}.pp-notif-unread{border-left:3px solid rgba(255,255,255,.35);background:#ffffff14}.pp-notif-icon{font-size:24px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:12px;flex-shrink:0;color:#fff9}.pp-notif-body{flex:1;min-width:0}.pp-notif-summary{font-weight:500;color:#fff;font-size:14px;margin-bottom:6px;line-height:1.4}.pp-notif-meta{display:flex;align-items:center;gap:12px}.pp-status{font-weight:600;font-size:12px;text-transform:capitalize}.pp-status-pending{color:#ffffff80}.pp-status-approved{color:#ffffffb3}.pp-status-rejected{color:#ffc8c8b3}.pp-notif-time{font-size:12px;color:#ffffff59}.pp-notif-arrow{flex-shrink:0}.pp-back-btn{display:inline-flex;align-items:center;gap:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#ffffffb3;padding:10px 18px;border-radius:10px;font-size:14px;cursor:pointer;transition:all .2s ease;margin-bottom:20px}.pp-back-btn:hover{background:#ffffff1f;color:#fff;transform:translate(-3px)}.pp-detail-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.pp-detail-row:last-child{border-bottom:none}.pp-detail-label{color:#ffffff73;font-size:14px}.pp-detail-value{color:#fff;font-size:14px;font-weight:500}.pp-timeline{padding-top:4px}.pp-timeline-step{display:flex;gap:16px;min-height:64px}.pp-timeline-dot-col{display:flex;flex-direction:column;align-items:center;width:24px}.pp-timeline-dot{width:16px;height:16px;border-radius:50%;border:3px solid;flex-shrink:0}.pp-timeline-dot-pending{border-color:#ffffff59;background:#ffffff1a}.pp-timeline-dot-approved{border-color:#ffffff80;background:#ffffff26}.pp-timeline-dot-rejected{border-color:#ffc8c880;background:#ffc8c81a}.pp-timeline-line{width:2px;flex:1;background:#ffffff1f;margin:4px 0}.pp-timeline-content{flex:1;padding-bottom:20px}.pp-timeline-msg{color:#fff;font-size:14px;font-weight:500;margin-bottom:4px}.pp-timeline-time{color:#fff6;font-size:12px}.pp-action-buttons{display:flex;gap:16px;margin-top:8px}.pp-accept-btn,.pp-reject-btn{flex:1;padding:14px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pp-accept-btn{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.2)}.pp-accept-btn:hover:not(:disabled){background:#fff3;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.pp-reject-btn{background:#ffffff0f;color:#ffffffb3;border:1px solid rgba(255,255,255,.12)}.pp-reject-btn:hover:not(:disabled){background:#ffffff1a;transform:translateY(-2px);color:#fff}.pp-accept-btn:disabled,.pp-reject-btn:disabled{opacity:.4;cursor:not-allowed}.profile-btn{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ffffff40,#ffffff26);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.4);color:#fff;font-size:1.3rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:0;margin-left:8px;box-shadow:0 4px 15px #0003}.profile-btn:hover{background:linear-gradient(135deg,#ffffff59,#ffffff40);transform:scale(1.1);box-shadow:0 6px 20px #0000004d;border-color:#fff9}.profile-btn:active{transform:scale(.95)}.profile-btn.active{background:linear-gradient(135deg,#ffffff59,#ffffff40);border-color:#fff9;box-shadow:0 6px 20px #0000004d}.nav-profile-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.confirm-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:100}.confirm-popup{background:#ffffff14;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:32px;width:90%;max-width:380px;text-align:center}.confirm-icon{margin-bottom:16px}.confirm-title{margin:0 0 8px;font-size:18px;font-weight:600;color:#fff}.confirm-text{margin:0 0 24px;font-size:14px;color:#ffffff80;line-height:1.5}.confirm-actions{display:flex;gap:12px}.confirm-cancel-btn{flex:1;padding:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#ffffffb3;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.confirm-cancel-btn:hover:not(:disabled){background:#ffffff1a;color:#fff}.confirm-remove-btn{flex:1;padding:14px;background:#ff646433;border:1px solid rgba(255,100,100,.35);border-radius:12px;color:#ffc8c8e6;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.confirm-remove-btn:hover:not(:disabled){background:#ff64644d;border-color:#ff646480;transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.confirm-cancel-btn:disabled,.confirm-remove-btn:disabled{opacity:.4;cursor:not-allowed}.profile-page .bottom-nav{z-index:3}@media(max-width:768px){.profile-page{flex-direction:column}.profile-sidebar{position:fixed;inset:auto 0 80px;width:100%;height:auto;flex-direction:row;border-right:none;border-top:1px solid rgba(255,255,255,.1);z-index:10}.sidebar-header{display:none}.sidebar-nav{display:flex;flex-direction:row;padding:8px 12px;gap:4px;flex:1}.sidebar-nav-item{flex:1;justify-content:center;padding:10px 8px;font-size:12px;margin-bottom:0}.sidebar-nav-item span{display:none}.sidebar-nav-item svg{width:24px;height:24px}.sidebar-badge{position:absolute;top:4px;right:calc(50% - 20px);font-size:10px;padding:1px 6px}.sidebar-footer{display:flex;flex-direction:row;padding:8px 4px;border-top:none;border-left:1px solid rgba(255,255,255,.08)}.sidebar-footer .sidebar-nav-item{padding:10px 12px}.sidebar-footer .sidebar-nav-item span{display:none}.profile-main{margin-left:0;margin-bottom:130px}.profile-content{padding:24px 16px 40px}.content-title{font-size:22px}.pp-form-grid{grid-template-columns:1fr}.pp-avatar-card{flex-direction:column;text-align:center}.pp-action-buttons{flex-direction:column}.content-title-row{flex-direction:column;align-items:flex-start;gap:12px}}.mobile-profile-dropdown button{display:flex;align-items:center}@media(max-width:768px){.profile-sidebar{display:none}}@media(max-width:768px){.mobile-top-nav{display:flex;position:absolute;top:15px;right:15px;z-index:1000;gap:12px;align-items:center}}#root{margin:0;padding:0;width:100%;height:100%}
