*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:#f1f5f9;color:#0f172a;min-height:100vh;line-height:1.5}a{text-decoration:none;color:inherit}.land{overflow-x:hidden}.land__hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:stretch;overflow:hidden}.land__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(https://images.unsplash.com/photo-1626621341517-bbf3d9990a23?auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center 30%;background-color:#1a3a2a;animation:heroZoom 18s ease-in-out infinite alternate}@keyframes heroZoom{0%{transform:scale(1)}to{transform:scale(1.06)}}.land__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(160deg,#0a140ab8,#32190099,#0f280fcc)}.land__topbar{position:absolute;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:20px 48px}@media (max-width: 600px){.land__topbar{padding:16px 20px}}.land__topbar-brand{font-size:1.3rem;font-weight:800;color:#fef3c7;letter-spacing:.5px}.land__topbar-links{display:flex;gap:12px}.land__hero-content{position:relative;z-index:5;max-width:760px;margin:0 auto;padding:100px 40px 80px;text-align:center}@media (max-width: 600px){.land__hero-content{padding:80px 20px 60px}}.land__hero-badge{display:inline-block;background:#d97706e6;color:#fff;font-size:.78rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:5px 16px;border-radius:20px;margin-bottom:20px}.land__hero-title{font-size:clamp(2.4rem,6vw,4.2rem);font-weight:900;line-height:1.1;color:#fefce8;letter-spacing:-1px;margin-bottom:20px}.land__hero-title--accent{color:#fcd34d}.land__hero-sub{font-size:clamp(1rem,2vw,1.18rem);color:#d1fae5;line-height:1.7;margin-bottom:36px;opacity:.9}.land__hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.land__scroll-hint{margin-top:48px;color:#fcd34d;font-size:1.4rem;opacity:.7;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.land__stats{position:relative;z-index:5;display:flex;justify-content:center;flex-wrap:wrap;gap:0;background:#0000008c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1)}.land__stat{flex:1;min-width:140px;padding:22px 24px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}.land__stat:last-child{border-right:none}.land__stat-value{font-size:1.8rem;font-weight:900;color:#fcd34d}.land__stat-label{font-size:.8rem;color:#d1fae5;text-transform:uppercase;letter-spacing:1px;margin-top:4px}.land__btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border-radius:8px;font-size:.9rem;font-weight:700;cursor:pointer;border:none;transition:all .18s;font-family:inherit;text-decoration:none;white-space:nowrap}.land__btn--gold{background:#d97706;color:#fff}.land__btn--gold:hover{background:#b45309;transform:translateY(-1px);box-shadow:0 6px 20px #d9770666}.land__btn--outline{background:transparent;color:#fefce8;border:2px solid rgba(255,255,255,.6)}.land__btn--outline:hover{background:#ffffff1a}.land__btn--ghost{background:#ffffff1f;color:#fefce8;border:1px solid rgba(255,255,255,.3)}.land__btn--ghost:hover{background:#fff3}.land__btn--lg{padding:14px 32px;font-size:1rem;border-radius:10px}.land__container{max-width:1100px;margin:0 auto;padding:0 40px}@media (max-width: 600px){.land__container{padding:0 20px}}.land__section-badge{display:inline-block;background:#d97706;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;padding:4px 14px;border-radius:20px;margin-bottom:14px}.land__section-badge--dark{background:#1e3a5f}.land__section-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#fefce8;line-height:1.2;margin-bottom:20px}.land__section-title--dark{color:#0f172a}.land__section-desc{color:#d1fae5;line-height:1.8;margin-bottom:14px;font-size:1.02rem}.land__culture{background:linear-gradient(135deg,#0f2d1a,#1e3a2e 60%,#2d1a0f);padding:80px 40px}@media (max-width: 600px){.land__culture{padding:60px 20px}}.land__culture-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media (max-width: 800px){.land__culture-inner{grid-template-columns:1fr}}.land__culture-img{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 24px 60px #00000080}.land__culture-img img{width:100%;height:360px;object-fit:cover;display:block}.land__culture-img--fallback{height:360px;background:linear-gradient(135deg,#1a4a2a,#2d6a3f,#1a3a2a)}.land__culture-img-caption{position:absolute;bottom:0;left:0;right:0;padding:10px 16px;background:#0009;color:#d1fae5;font-size:.78rem;font-style:italic}.land__features{background:#f8fafc;padding:80px 0;text-align:center}.land__features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-top:40px}.land__feature-card{background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 4px 20px #0f172a12;transition:transform .2s,box-shadow .2s;text-align:left;border-top:3px solid #d97706}.land__feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0f172a1f}.land__feature-icon{font-size:2rem;margin-bottom:12px}.land__feature-title{font-size:1.05rem;font-weight:700;color:#0f172a;margin-bottom:8px}.land__feature-desc{font-size:.88rem;color:#64748b;line-height:1.7}.land__steps{background:linear-gradient(135deg,#1e3a5f,#0f2d4a);padding:80px 0;text-align:center}.land__steps .land__section-title{color:#fefce8}.land__steps-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px;margin-top:40px}.land__step{color:#e2e8f0}.land__step-num{width:52px;height:52px;border-radius:50%;background:#d97706;color:#fff;font-size:1.4rem;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.land__step-title{font-size:1.1rem;font-weight:700;color:#fef3c7;margin-bottom:8px}.land__step-desc{font-size:.88rem;line-height:1.7;opacity:.8}.land__footer-cta{position:relative;min-height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center}.land__footer-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://images.unsplash.com/photo-1508193638397-1c4234db14d8?auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-color:#0f2d1a}.land__footer-cta-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a140abf,#0a140ae6)}.land__footer-cta-content{position:relative;z-index:2;text-align:center;padding:60px 40px 40px;color:#fefce8}.land__footer-cta-content h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;margin-bottom:12px}.land__footer-cta-content p{color:#d1fae5;margin-bottom:28px;font-size:1rem}.land__footer{position:relative;z-index:2;width:100%;padding:20px 40px;border-top:1px solid rgba(255,255,255,.1);color:#d1fae5;font-size:.82rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0a0f1eb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .18s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-box{position:relative;display:flex;width:100%;max-width:780px;min-height:480px;border-radius:20px;overflow:hidden;box-shadow:0 32px 80px #00000073;animation:slideUp .24s cubic-bezier(.22,1,.36,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.modal-panel--brand{flex:0 0 280px;background:linear-gradient(160deg,#1e3a5f,#0f2240 60%,#1a3a2a);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 28px;color:#fff;text-align:center;gap:12px;position:relative;overflow:hidden}.modal-panel--brand:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.modal-brand__icon{font-size:3.2rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.modal-brand__name{font-size:1.35rem;font-weight:800;letter-spacing:-.3px;color:#fef3c7}.modal-brand__tagline{font-size:.8rem;color:#a5c8e4;line-height:1.6;opacity:.9}.modal-brand__divider{width:40px;height:2px;background:#fff3;border-radius:2px;margin:4px 0}.modal-brand__pills{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;margin-top:4px}.modal-brand__pill{background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:3px 10px;font-size:.72rem;color:#d1fae5;font-weight:600}.modal-panel--form{flex:1;background:#fff;display:flex;flex-direction:column;justify-content:center;padding:44px 40px;position:relative}.modal-close{position:absolute;top:14px;right:16px;background:none;border:none;cursor:pointer;font-size:1.1rem;color:#94a3b8;transition:color .15s;line-height:1;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal-close:hover{color:#0f172a;background:#f1f5f9}.modal-header{text-align:left;margin-bottom:28px}.modal-title{font-size:1.65rem;font-weight:800;color:#0f172a;letter-spacing:-.4px}.modal-sub{font-size:.85rem;color:#64748b;margin-top:5px}.modal-panel--form .form-group label{font-size:.8rem;font-weight:700;color:#374151;letter-spacing:.4px;text-transform:uppercase}.modal-panel--form .form-group input{border:1.5px solid #e2e8f0;border-radius:10px;padding:11px 14px;font-size:.95rem;background:#f8fafc;transition:border-color .18s,background .18s,box-shadow .18s}.modal-panel--form .form-group input:focus{border-color:#1d4ed8;background:#fff;box-shadow:0 0 0 3px #1d4ed81a;outline:none}.modal-submit{display:block;width:100%;margin-top:8px;padding:12px 20px;font-size:.95rem;font-weight:700;border-radius:10px;border:none;color:#fff;text-align:center;cursor:pointer;font-family:inherit;letter-spacing:.2px;background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 14px #1d4ed847;transition:transform .15s,box-shadow .15s,opacity .15s}.modal-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #1d4ed861}.modal-submit:active{transform:translateY(0)}.modal-submit:disabled{opacity:.55;cursor:not-allowed;transform:none}.modal-footer-text{text-align:center;margin-top:20px;font-size:.85rem;color:#64748b}.modal-forgot{font-size:.8rem;color:#d97706;font-weight:600}.modal-forgot:hover{text-decoration:underline}@media (max-width: 600px){.modal-box{flex-direction:column;max-width:420px}.modal-panel--brand{flex:0 0 auto;padding:28px 24px;min-height:0;border-radius:0}.modal-brand__tagline{display:none}.modal-panel--form{padding:32px 24px}}.navbar__village-filter{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:4px 12px;background:#ffffff12;border-radius:8px;border:1px solid rgba(255,255,255,.12);max-width:620px}.navbar__vf-label{font-size:.72rem;color:#d97706;font-weight:700;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.navbar__vf-select{font-size:.78rem;padding:4px 8px;border-radius:6px;border:1px solid #475569;background:#1e3a5f;color:#e2e8f0;cursor:pointer;font-family:inherit}.navbar__vf-select--village{min-width:160px}.navbar__vf-active{display:inline-flex;align-items:center;font-size:.78rem;color:#fcd34d;font-weight:700;background:#d9770640;padding:3px 10px;border-radius:12px}.admin-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 28px;font-size:.82rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.admin-bar__label{font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap;color:#64748b}.admin-bar__village{color:#475569;font-size:.83rem}.admin-bar__select{font-size:.8rem;padding:4px 10px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;color:#1e293b;cursor:pointer;font-family:inherit;outline:none}.admin-bar__select:focus{border-color:#1d4ed8}.admin-bar__select--village{min-width:180px}.admin-bar__active{display:inline-flex;align-items:center;gap:4px;font-size:.78rem;color:#1d4ed8;font-weight:700;background:#eff6ff;padding:3px 10px;border-radius:12px;border:1px solid #bfdbfe}.admin-bar__clear{background:none;border:none;color:#64748b;cursor:pointer;font-size:.9rem;line-height:1;padding:0;margin-left:2px}.admin-bar__clear:hover{color:#dc2626}.admin-bar__hint{font-size:.75rem;color:#94a3b8;font-style:italic}.users-table-wrap{overflow-x:auto;border-radius:12px;box-shadow:0 2px 10px #0f172a14}.users-table{width:100%;border-collapse:collapse;background:#fff;font-size:.85rem}.users-table th{background:#1e3a5f;color:#e2e8f0;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;padding:11px 14px;text-align:left;white-space:nowrap}.users-table td{padding:11px 14px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.users-table tbody tr:hover{background:#f8fafc}.users-table__row--pending{background:#fffbeb!important}.users-table__row--pending:hover{background:#fef3c7!important}.users-table__name{font-weight:600;color:#0f172a}.users-table__role-select{font-size:.78rem;padding:3px 8px;border-radius:6px;border:1.5px solid #cbd5e1;background:#f8fafc;font-family:inherit;cursor:pointer}.users-table__badge{display:inline-block;font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.5px}.users-table__badge--green{background:#dcfce7;color:#15803d}.users-table__badge--grey{background:#f1f5f9;color:#94a3b8}.users-table__badge--amber{background:#fef3c7;color:#92400e}.reg-page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 16px}.reg-page__bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(https://images.unsplash.com/photo-1626621341517-bbf3d9990a23?auto=format&fit=crop&w=1400&q=80);background-size:cover;background-position:center}.reg-page__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(135deg,#0f172abf,#1e3a5fa6)}.reg-card{position:relative;z-index:2;width:100%;max-width:680px;background:#fff;border-radius:20px;padding:40px 44px;box-shadow:0 24px 64px #0f172a59}.reg-card__brand{text-align:center;margin-bottom:6px}.reg-card__brand-link{font-size:1.55rem;font-weight:900;color:#1e3a5f;text-decoration:none;letter-spacing:-.5px}.reg-card__brand-link:hover{color:#d97706}.reg-card__sub{color:#64748b;font-size:.8rem;margin:4px 0 0}.reg-card__title{text-align:center;font-size:1.1rem;font-weight:700;color:#0f172a;margin:18px 0 20px;padding-top:18px;border-top:1px solid #f1f5f9}.reg-card__section-label{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#475569;margin:18px 0 10px}.reg-card__section-hint{font-weight:400;text-transform:none;font-size:.78rem;color:#94a3b8}.reg-card__check{width:60px;height:60px;border-radius:50%;background:#16a34a;color:#fff;font-size:2rem;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.reg-card__footer{text-align:center;margin-top:22px;font-size:.87rem;color:#64748b}.reg-card__footer-link{color:#1d4ed8;font-weight:600;text-decoration:none}.reg-card__footer-link:hover{text-decoration:underline}.reg-btn{display:inline-block;padding:12px 40px;background:linear-gradient(135deg,#d97706,#b45309);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;letter-spacing:.3px;transition:opacity .15s,transform .1s;box-shadow:0 4px 14px #b4530959}.reg-btn:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.reg-btn:disabled{opacity:.6;cursor:not-allowed}.req{color:#dc2626}.vselect{position:relative}.vselect__input{width:100%;padding:9px 12px;font-size:.88rem;border:1.5px solid #cbd5e1;border-radius:8px;background:#fff;color:#1e293b;font-family:inherit;outline:none;box-sizing:border-box;transition:border-color .15s}.vselect__input:focus{border-color:#1d4ed8}.vselect__input:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.vselect__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:1000;background:#fff;border:1.5px solid #cbd5e1;border-radius:8px;max-height:220px;overflow-y:auto;box-shadow:0 8px 24px #0f172a1f}.vselect__option{padding:9px 14px;font-size:.87rem;color:#1e293b;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:background .1s}.vselect__option:last-child{border-bottom:none}.vselect__option:hover{background:#eff6ff}.vselect__option--active{background:#dbeafe;font-weight:600;color:#1d4ed8}.vselect__empty,.vselect__more{padding:10px 14px;font-size:.82rem;color:#94a3b8;font-style:italic}.vselect__more{border-top:1px solid #f1f5f9}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.875rem;font-weight:500;color:#374151;padding:8px 12px;border:1.5px solid #e2e8f0;border-radius:8px;transition:border-color .18s,background .18s}.checkbox-label:hover{border-color:#dc2626;background:#fff5f5}.page{padding:20px;max-width:1300px;margin:0 auto}@media (max-width: 600px){.page{padding:14px 12px}}.page-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:24px}.page-title{font-size:1.6rem;font-weight:800;color:#0f172a;letter-spacing:-.4px}.navbar{background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#fff;padding:0 32px;height:62px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:200;box-shadow:0 2px 16px #0f172a80}.navbar__logo{font-size:1.25rem;font-weight:800;color:#d97706;letter-spacing:-.3px}.navbar__links{display:flex;gap:4px}.navbar__links a{color:#94a3b8;font-size:.88rem;font-weight:500;padding:6px 14px;border-radius:20px;transition:all .18s}.navbar__links a:hover{color:#fff;background:#ffffff1a}.navbar__links a.active{color:#fbbf24;background:#fbbf241f;font-weight:700}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border:none;border-radius:8px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .18s;white-space:nowrap}.btn:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 4px 12px #0000002e}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none;filter:none}.btn--primary{background:#1d4ed8;color:#fff}.btn--success{background:#16a34a;color:#fff}.btn--danger{background:#dc2626;color:#fff}.btn--secondary{background:#475569;color:#fff}.btn--outline{background:transparent;border:2px solid #1d4ed8;color:#1d4ed8}.btn--ghost-dark{background:#ffffff14;color:#94a3b8;border:1.5px solid #475569}.btn--ghost-dark:hover{background:#ffffff26;color:#e2e8f0;border-color:#64748b}.btn--sm{padding:5px 12px;font-size:.8rem;border-radius:6px}.btn--full{width:100%;justify-content:center}.card{background:#fff;border-radius:14px;padding:20px 22px;box-shadow:0 1px 6px #0f172a12,0 4px 16px #0f172a0d;border:1px solid #e2e8f0}.section-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#64748b;margin-bottom:12px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-group label{font-size:.82rem;font-weight:600;color:#374151}.form-group input,.form-group select,.form-group textarea{padding:9px 12px;border:1.5px solid #cbd5e1;border-radius:8px;font-size:.92rem;font-family:inherit;background:#fff;color:#0f172a;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81f}.form-group textarea{resize:vertical;min-height:90px}.alert{padding:10px 14px;border-radius:8px;font-size:.875rem;font-weight:500;margin-bottom:12px}.alert--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.alert--success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.person-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.person-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 4px #0f172a12;border:1px solid #e2e8f0;border-left:4px solid #1d4ed8;cursor:pointer;transition:transform .18s,box-shadow .18s;display:flex;flex-direction:column;gap:12px}.person-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0f172a1f}.person-card.female{border-left-color:#7c3aed}.person-card.other{border-left-color:#0e7490}.person-card__avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.person-card__avatar--placeholder{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;font-weight:700;flex-shrink:0}.person-card__name{font-size:1rem;font-weight:700;color:#0f172a}.person-card__meta{font-size:.78rem;color:#64748b;margin-top:2px}.person-card__actions{display:flex;gap:6px}.prof-page{padding-bottom:40px}.prof-topbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:16px}.prof-topbar__left{display:flex;align-items:center;gap:6px}.prof-back{background:none;border:none;cursor:pointer;font-size:.85rem;color:#64748b;font-weight:600;padding:0;transition:color .15s}.prof-back:hover{color:#1d4ed8}.prof-breadcrumb__sep{color:#cbd5e1;font-size:1rem}.prof-breadcrumb__name{font-size:.85rem;font-weight:700;color:#0f172a}.prof-topbar__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.prof-action-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border-radius:8px;font-size:.82rem;font-weight:700;border:1.5px solid #e2e8f0;background:#fff;cursor:pointer;transition:all .15s;color:#374151;white-space:nowrap}.prof-action-btn:hover{border-color:#94a3b8;background:#f8fafc}.prof-action-btn--tree{color:#16a34a;border-color:#bbf7d0;background:#f0fdf4}.prof-action-btn--tree:hover{background:#dcfce7}.prof-action-btn--edit{color:#1d4ed8;border-color:#bfdbfe;background:#eff6ff}.prof-action-btn--edit:hover{background:#dbeafe}.prof-action-btn--delete{color:#dc2626;border-color:#fecaca;background:#fef2f2}.prof-action-btn--delete:hover{background:#fee2e2}.prof-hero{margin-bottom:20px}.prof-hero__name{font-size:1.9rem;font-weight:800;color:#0f172a;letter-spacing:-.5px;margin:0 0 4px}.prof-hero__sub{display:flex;align-items:center;gap:6px;font-size:.88rem;color:#64748b;flex-wrap:wrap}.prof-hero__dot{color:#cbd5e1}.prof-grid{display:grid;grid-template-columns:270px 1fr 260px;gap:24px;align-items:start}@media (max-width: 1100px){.prof-grid{grid-template-columns:240px 1fr}.prof-col--right{display:none}}@media (max-width: 700px){.prof-grid{grid-template-columns:1fr}}.prof-identity{text-align:center}.prof-avatar-wrap{margin:0 auto 10px}.prof-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;display:block;margin:0 auto;border:3px solid #e2e8f0}.prof-avatar--placeholder{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;margin:0 auto}.prof-identity__name{font-size:1.05rem;font-weight:800;color:#0f172a;margin-bottom:10px}.prof-tags{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;margin-bottom:14px}.prof-info-list{display:flex;flex-direction:column;gap:0;text-align:left}.prof-info-row{display:flex;align-items:center;gap:8px;padding:9px 0;border-bottom:1px solid #f1f5f9;font-size:.82rem}.prof-info-row__icon{font-size:.9rem;width:18px;text-align:center;flex-shrink:0}.prof-info-row__label{color:#64748b;flex:1;font-weight:500}.prof-info-row__val{font-weight:700;color:#0f172a}.prof-info-row__val--empty{color:#cbd5e1;font-weight:400}.prof-info-row--placeholder .prof-info-row__label{color:#94a3b8}.prof-bio{font-size:.88rem;line-height:1.75;color:#475569;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;white-space:pre-wrap;margin:0}.prof-bio-toggle{background:none;border:none;cursor:pointer;color:#1d4ed8;font-size:.8rem;font-weight:700;padding:6px 0 0;display:block}.prof-stats{display:flex;gap:0}.prof-stats__item{flex:1;display:flex;flex-direction:column;align-items:center;padding:14px 4px;border-right:1px solid #f1f5f9}.prof-stats__item:last-child{border-right:none}.prof-stats__icon{font-size:1.1rem;margin-bottom:3px}.prof-stats__value{font-size:1.3rem;font-weight:800;color:#0f172a;line-height:1}.prof-stats__label{font-size:.7rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.4px;margin-top:2px}.prof-section-head{display:flex;align-items:center;gap:7px;font-size:.95rem;font-weight:800;color:#0f172a;margin-bottom:18px}.prof-section-head__icon{font-size:1rem}.fam-diag{display:flex;flex-direction:column;align-items:center;gap:0;padding:8px 0}.fam-diag__parents{display:flex;align-items:center;gap:12px}.fam-diag__h-line{width:32px;height:2px;background:#cbd5e1;flex-shrink:0}.fam-diag__v-line{width:2px;height:28px;background:#cbd5e1}.fam-diag__children{display:flex;gap:16px;align-items:flex-start}.fam-diag__box{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 14px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;min-width:90px;cursor:default}.fam-diag__box--self{border:2px solid #a5b4fc;background:#eef2ff}.fam-diag__avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;overflow:hidden}.fam-diag__avatar--self{width:52px;height:52px;font-size:1rem}.fam-diag__box-name{font-size:.78rem;font-weight:700;color:#0f172a;text-align:center}.fam-diag__box-role{font-size:.68rem;font-weight:600;text-align:center}.prof-rels-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}@media (max-width: 800px){.prof-rels-grid{grid-template-columns:1fr}}.prof-rels-group__title{font-size:.8rem;font-weight:800;margin-bottom:8px;display:flex;align-items:center;gap:5px}.prof-rels-empty{font-size:.8rem;color:#94a3b8;padding:4px 0}.prof-rels-empty--heart{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;padding:12px 0}.prof-rels-empty--center{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;padding:16px 0}.prof-rels-add{display:inline-flex;align-items:center;gap:4px;background:none;border:1.5px dashed #cbd5e1;border-radius:8px;padding:5px 12px;font-size:.78rem;font-weight:700;color:#64748b;cursor:pointer;transition:all .15s;margin-top:6px}.prof-rels-add:hover{border-color:#1d4ed8;color:#1d4ed8;background:#eff6ff}.prof-rel-row{display:flex;align-items:center;gap:10px;padding:8px;border-radius:10px;cursor:pointer;border:1px solid #f1f5f9;background:#fafafa;transition:all .15s;margin-bottom:6px}.prof-rel-row:hover{background:#f0f9ff;border-color:#bae6fd}.prof-rel-row__avatar{width:36px;height:36px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.prof-rel-row__name{font-size:.85rem;font-weight:700;color:#0f172a}.prof-rel-row__role{font-size:.72rem;color:#64748b;font-weight:500}.prof-rel-row__arrow{color:#cbd5e1;font-size:1.2rem;margin-left:auto}.prof-rel-row__remove{background:none;border:none;cursor:pointer;color:#fca5a5;font-size:1rem;padding:2px 4px;border-radius:4px;transition:color .15s;flex-shrink:0}.prof-rel-row__remove:hover{color:#dc2626;background:#fef2f2}.prof-timeline{display:flex;flex-direction:column;gap:0}.prof-timeline__item{display:flex;gap:12px;align-items:flex-start;border-left:2px solid #e2e8f0;margin-left:7px;padding:8px 0 8px 16px;position:relative}.prof-timeline__dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;position:absolute;left:-7px;top:12px;border:2px solid #fff;box-shadow:0 0 0 1px #e2e8f0}.prof-timeline__year{font-size:.78rem;font-weight:800;margin-bottom:1px}.prof-timeline__label{font-size:.78rem;color:#64748b;line-height:1.4}.prof-actions-list{display:flex;flex-direction:column;gap:2px}.prof-action-row{display:flex;align-items:center;gap:10px;padding:9px 8px;border-radius:8px;border:none;background:none;cursor:pointer;text-align:left;width:100%;transition:background .15s}.prof-action-row:hover{background:#f8fafc}.prof-action-row__icon{font-size:1.1rem;width:28px;text-align:center;flex-shrink:0}.prof-action-row__text{flex:1}.prof-action-row__label{font-size:.85rem;font-weight:700;color:#0f172a}.prof-action-row__sub{font-size:.73rem;color:#94a3b8;margin-top:1px}.prof-action-row__arr{color:#cbd5e1;font-size:1.1rem}.home-header{flex-wrap:wrap;gap:10px}.home-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:1;justify-content:flex-end}.home-search-wrap{position:relative;display:flex;align-items:center;flex:1;min-width:180px;max-width:340px}.home-search-icon{position:absolute;left:10px;font-size:.9rem;color:#94a3b8;pointer-events:none}.home-search-input{width:100%;padding:8px 32px;border:1.5px solid #e2e8f0;border-radius:9px;font-size:.88rem;font-family:inherit;color:#0f172a;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.home-search-input:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81a}.home-search-clear{position:absolute;right:8px;background:none;border:none;cursor:pointer;font-size:1.1rem;color:#94a3b8;line-height:1;padding:2px 4px}.home-search-clear:hover{color:#374151}.home-add-btn{white-space:nowrap;flex-shrink:0}@media (max-width: 520px){.home-toolbar{width:100%}.home-search-wrap{max-width:100%}}.prof-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:20px}.prof-header__left{display:flex;flex-direction:column;gap:4px}.prof-identity-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;margin-bottom:18px}.prof-id-btn{padding:10px 0;border-radius:9px;font-size:.82rem;font-weight:700;cursor:pointer;border:none;transition:all .15s;text-align:center}.prof-id-btn--delete{background:#fef2f2;color:#dc2626;border:1.5px solid #fecaca}.prof-id-btn--delete:hover{background:#fee2e2}.prof-id-btn--edit{background:#eff6ff;color:#1d4ed8;border:1.5px solid #bfdbfe}.prof-id-btn--edit:hover{background:#dbeafe}.prof-view-tree-btn{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:20px;font-size:.76rem;font-weight:700;cursor:pointer;border:1.5px solid #bbf7d0;background:#f0fdf4;color:#16a34a;transition:all .15s}.prof-view-tree-btn:hover{background:#dcfce7;border-color:#86efac}@keyframes pfm-in{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:none}}@keyframes pfm-fade{0%{opacity:0}to{opacity:1}}.pfm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#080c1ca6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;padding:0;animation:pfm-fade .18s ease}@media (min-width: 600px){.pfm-backdrop{align-items:center;padding:20px}}.pfm-modal{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:520px;max-height:92vh;display:flex;flex-direction:column;box-shadow:0 -4px 40px #0003;animation:pfm-in .22s cubic-bezier(.22,1,.36,1);overflow:hidden}@media (min-width: 600px){.pfm-modal{border-radius:18px;box-shadow:0 24px 60px #00000047}}.pfm-modal:before{content:"";display:block;width:36px;height:4px;background:#e2e8f0;border-radius:2px;margin:10px auto 0;flex-shrink:0}@media (min-width: 600px){.pfm-modal:before{display:none}}.pfm-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 10px;border-bottom:1px solid #f1f5f9;flex-shrink:0}.pfm-header__title{font-size:1rem;font-weight:800;color:#0f172a}.pfm-close{background:#f1f5f9;border:none;cursor:pointer;width:28px;height:28px;border-radius:50%;font-size:1.1rem;display:flex;align-items:center;justify-content:center;color:#64748b;transition:background .15s,color .15s}.pfm-close:hover{background:#e2e8f0;color:#0f172a}.pfm-form{overflow-y:auto;display:flex;flex-direction:column;flex:1;padding:14px 16px 0}.pfm-preview{display:flex;align-items:center;gap:12px;background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:10px 16px;flex-shrink:0}.pfm-preview__avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;overflow:hidden}.pfm-preview__name{font-size:.9rem;font-weight:700;color:#0f172a;line-height:1.3}.pfm-preview__meta{font-size:.72rem;color:#64748b;margin-top:2px;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.pfm-badge{display:inline-block;padding:1px 7px;border-radius:10px;font-size:.68rem;font-weight:700;border:1px solid}.pfm-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;padding:12px 16px;flex:1}@media (max-width: 420px){.pfm-fields{grid-template-columns:1fr}}.pfm-field{display:flex;flex-direction:column;gap:4px}.pfm-field--full{grid-column:1 / -1}.pfm-field--vcenter{justify-content:flex-end;padding-bottom:1px}.pfm-label{font-size:.75rem;font-weight:700;color:#374151}.pfm-opt{font-size:.7rem;color:#94a3b8;font-weight:400;margin-left:3px}.pfm-required{color:#dc2626}.pfm-input{padding:8px 10px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.85rem;font-family:inherit;color:#0f172a;background:#fff;width:100%;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.pfm-input:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81a}.pfm-textarea{resize:none;min-height:58px}.pfm-check-label{display:flex;align-items:center;gap:7px;font-size:.82rem;color:#374151;font-weight:600;cursor:pointer;padding:8px 10px;border:1.5px solid #e2e8f0;border-radius:8px;height:36px;box-sizing:border-box}.pfm-check-label input{width:15px;height:15px;accent-color:#dc2626;cursor:pointer}.pfm-footer{display:flex;justify-content:flex-end;gap:8px;padding:10px 16px 14px;border-top:1px solid #f1f5f9;flex-shrink:0;background:#fff;margin-top:auto}@media (max-width: 600px){.pfm-footer{padding-bottom:max(14px,env(safe-area-inset-bottom))}}.pfm-btn{display:inline-flex;align-items:center;gap:5px;padding:9px 18px;border-radius:9px;font-size:.85rem;font-weight:700;cursor:pointer;border:none;transition:all .15s;min-width:90px;justify-content:center}.pfm-btn--primary{background:#1d4ed8;color:#fff}.pfm-btn--primary:hover:not(:disabled){background:#1e40af}.pfm-btn--primary:disabled{opacity:.6;cursor:not-allowed}.pfm-btn--ghost{background:#f1f5f9;color:#374151}.pfm-btn--ghost:hover{background:#e2e8f0}.pfm-spinner{display:inline-block;width:12px;height:12px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.toast-container{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:1500;display:flex;flex-direction:column;gap:8px;width:min(92vw,380px);pointer-events:none}.toast{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:12px;font-size:.85rem;font-weight:600;box-shadow:0 4px 20px #0000002e;pointer-events:all;animation:pfm-in .2s ease}.toast--success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.toast--error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.toast--info{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.toast__icon{font-size:.9rem;font-weight:900;flex-shrink:0}.toast__msg{flex:1}.toast__close{background:none;border:none;cursor:pointer;font-size:1rem;opacity:.5;padding:0 2px}.toast__close:hover{opacity:1}.pfm-success{display:flex;flex-direction:column;align-items:center;padding:36px 24px;gap:10px;text-align:center}.pfm-success__avatar{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800}.pfm-success__name{font-size:1.1rem;font-weight:800;color:#0f172a}.pfm-success__msg{font-size:.85rem;color:#64748b}.pfm-success__actions{display:flex;gap:8px;margin-top:8px}.pfm-tabs{display:flex;gap:0;border-bottom:2px solid #e2e8f0;margin-bottom:0}.pfm-tab{flex:1;padding:10px 6px;background:none;border:none;font-size:.85rem;font-weight:600;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.pfm-tab:hover{color:#1d4ed8}.pfm-tab--active{color:#1d4ed8;border-bottom-color:#1d4ed8}.pfm-search-list{list-style:none;margin:6px 0 0;padding:0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;max-height:200px;overflow-y:auto}.pfm-search-item{padding:9px 12px;cursor:pointer;font-size:.87rem;border-bottom:1px solid #f1f5f9;transition:background .12s}.pfm-search-item:last-child{border-bottom:none}.pfm-search-item:hover{background:#f0f7ff}.pfm-search-item--selected{background:#dbeafe;font-weight:600}.rel-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#080c1c99;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:20px;animation:pfm-fade .18s ease}.rel-modal-box{background:#fff;border-radius:20px;padding:0;width:100%;max-width:500px;box-shadow:0 32px 80px #00000047;animation:pfm-in .22s cubic-bezier(.22,1,.36,1);overflow:hidden}.rel-modal-head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #f1f5f9;font-size:1rem;font-weight:800;color:#0f172a}.rel-modal-body{padding:20px 24px}.rel-modal-close{background:#f1f5f9;border:none;cursor:pointer;width:30px;height:30px;border-radius:50%;font-size:1.1rem;display:flex;align-items:center;justify-content:center;color:#64748b;transition:background .15s,color .15s}.rel-modal-close:hover{background:#e2e8f0;color:#0f172a}.fam2{display:flex;flex-direction:column;align-items:center;gap:0;padding:8px 0}.fam2-gen{display:flex;flex-direction:column;align-items:center;width:100%}.fam2-gen__label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#94a3b8;margin-bottom:10px}.fam2-row{display:flex;align-items:flex-start;justify-content:center;gap:0;flex-wrap:wrap}.fam2-row--centered{justify-content:center}.fam2-vconnector{width:2px;height:28px;background:#cbd5e1;margin:2px auto}.fam2-hline{width:28px;height:2px;background:#cbd5e1;align-self:center;flex-shrink:0;margin:0 2px}.fam2-hline--dashed{background:repeating-linear-gradient(90deg,#cbd5e1 0,#cbd5e1 4px,transparent 4px,transparent 8px)}.fam2-hline--spouse{background:#fda4af}.fam2-hbar{width:60%;height:2px;background:#cbd5e1;margin:0 auto 2px}.fam2-box{display:flex;flex-direction:column;align-items:center;gap:5px;padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;min-width:82px;max-width:110px;transition:border-color .15s,box-shadow .15s}.fam2-box[style*=pointer]{cursor:pointer}.fam2-box[style*=pointer]:hover{border-color:#93c5fd;box-shadow:0 2px 10px #1d4ed81a}.fam2-box--self{border:2px solid #a5b4fc;background:#eef2ff}.fam2-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800;overflow:hidden;flex-shrink:0}.fam2-box--self .fam2-avatar{width:52px;height:52px;font-size:1rem}.fam2-name{font-size:.75rem;font-weight:700;color:#0f172a;text-align:center;line-height:1.2}.fam2-role{font-size:.65rem;font-weight:600;text-align:center}.profile{display:grid;grid-template-columns:280px 1fr;gap:20px;align-items:start}@media (max-width: 768px){.profile{grid-template-columns:1fr}}.profile__avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #e2e8f0;display:block;margin:0 auto 4px}.profile__avatar--placeholder{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.5rem;font-weight:800;margin:0 auto 4px}.profile__info-row{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;padding:6px 0;border-bottom:1px solid #f1f5f9;gap:10px}.profile__info-row span:first-child{color:#64748b;font-weight:500;white-space:nowrap}.profile__info-row span:last-child{color:#0f172a;font-weight:600;text-align:right}.manage-two-col{display:grid;grid-template-columns:minmax(0,540px) 1fr;gap:20px;align-items:start}@media (max-width: 900px){.manage-two-col{grid-template-columns:1fr}}.manage-rel-placeholder{text-align:center;padding:32px 16px;color:#94a3b8}.manage-rel-placeholder__icon{font-size:2rem;margin-bottom:8px;opacity:.4}.manage-rel-placeholder p{font-size:.88rem;line-height:1.5}.relations-list{display:flex;flex-wrap:wrap;gap:8px}.relations-list__chip{display:inline-flex;align-items:center;gap:6px;background:#eff6ff;border:1px solid #bfdbfe;padding:4px 10px 4px 12px;border-radius:20px;font-size:.82rem;color:#1d4ed8;font-weight:600}.relations-list__chip a:hover{text-decoration:underline}.rel-chip__remove{background:none;border:none;cursor:pointer;color:#94a3b8;font-size:.9rem;line-height:1;padding:0 2px;transition:color .15s}.rel-chip__remove:hover{color:#dc2626}.search-bar{position:relative}.search-input{padding:8px 14px 8px 36px;border:1.5px solid #cbd5e1;border-radius:22px;font-size:.875rem;font-family:inherit;background:#fff;width:220px;transition:all .2s}.search-input:focus{outline:none;border-color:#1d4ed8;width:280px;box-shadow:0 0 0 3px #1d4ed81a}.search-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:.9rem;pointer-events:none}.search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0f172a1f;z-index:100;overflow:hidden}.search-result-item{padding:10px 14px;cursor:pointer;font-size:.875rem;border-bottom:1px solid #f8fafc;transition:background .12s}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:#f8fafc}.tree-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.tree-tab{padding:7px 18px;border-radius:20px;border:2px solid #1d4ed8;background:transparent;color:#1d4ed8;cursor:pointer;font-weight:600;font-size:.85rem;font-family:inherit;transition:all .18s}.tree-tab:hover,.tree-tab.active{background:#1d4ed8;color:#fff}.tree-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px 16px;margin-bottom:12px;box-shadow:0 1px 4px #0f172a0f}.tree-toolbar__left{display:flex;align-items:center;gap:14px}.tree-toolbar__stat{font-weight:800;font-size:.92rem;color:#1d4ed8}.tree-toolbar__hint{font-size:.78rem;color:#94a3b8}.tree-toolbar__controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tree-ctrl-group{display:flex;border:1.5px solid #cbd5e1;border-radius:7px;overflow:hidden}.tree-ctrl-btn{padding:5px 13px;background:#fff;border:none;border-right:1px solid #cbd5e1;font-size:.8rem;font-family:inherit;font-weight:600;color:#374151;cursor:pointer;transition:background .14s}.tree-ctrl-btn:last-child{border-right:none}.tree-ctrl-btn:hover{background:#eff6ff}.tree-ctrl-btn.active{background:#1d4ed8;color:#fff}.tree-ctrl-select{padding:5px 10px;border:1.5px solid #cbd5e1;border-radius:7px;font-size:.8rem;font-family:inherit;font-weight:600;color:#374151;background:#fff;cursor:pointer}.tree-ctrl-select:focus{outline:none;border-color:#1d4ed8}.tree-ctrl-zoom{padding:0 10px;font-size:.82rem;font-weight:700;color:#1d4ed8;min-width:52px;text-align:center;background:#eff6ff;border-left:1px solid #cbd5e1;border-right:1px solid #cbd5e1}.tree-container{background:#fff;border:1px solid #e2e8f0;border-radius:14px;height:640px;position:relative;overflow:hidden;box-shadow:0 2px 10px #0f172a0f}.tree-legend{position:absolute;bottom:14px;left:14px;background:#fffffff2;border:1px solid #e2e8f0;border-radius:8px;padding:8px 14px;display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-size:.78rem;box-shadow:0 2px 8px #0f172a14}.tree-legend__item{display:flex;align-items:center;gap:6px}.tree-legend__dot{width:12px;height:12px;border-radius:50%}.rel-form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:4px}@media (max-width: 540px){.rel-form__row{grid-template-columns:1fr}}.rel-form__radio-group{display:flex;flex-direction:column;gap:6px}.rel-form__radio-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.88rem;color:#374151;padding:6px 10px;border:1.5px solid #e2e8f0;border-radius:7px;transition:border-color .15s,background .15s}.rel-form__radio-label:hover{border-color:#93c5fd;background:#f0f7ff}.rel-form__radio-label input[type=radio]{accent-color:#1d4ed8}.rel-form__preview{margin-top:12px;padding:10px 14px;background:#eff6ff;border-left:4px solid #1d4ed8;border-radius:0 8px 8px 0;font-size:.85rem;line-height:1.5;color:#1e3a5f}.btn-link{background:none;border:none;cursor:pointer;padding:0;color:#1d4ed8;font-weight:700;font-size:inherit;font-family:inherit;text-decoration:none;transition:text-decoration .1s}.btn-link:hover{text-decoration:underline}.empty-state{text-align:center;padding:60px 24px;color:#64748b}.empty-state__icon{font-size:2.8rem;margin-bottom:12px}.empty-state__text{margin-bottom:16px;font-size:1rem}.spinner{display:inline-block;width:22px;height:22px;border:3px solid #e2e8f0;border-top-color:#1d4ed8;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-page{display:flex;align-items:center;justify-content:center;height:60vh;gap:10px;color:#64748b;font-size:.95rem}.navbar__user{display:flex;align-items:center;gap:10px}.navbar__username{font-size:.82rem;color:#94a3b8;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar__badge{background:#d97706;color:#fff;font-size:.68rem;font-weight:700;text-transform:uppercase;padding:2px 7px;border-radius:10px;letter-spacing:.5px}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:linear-gradient(135deg,#0f172a,#1e3a5f)}.auth-card{background:#fff;border-radius:16px;padding:36px 32px;width:100%;max-width:420px;box-shadow:0 20px 60px #00000059}.auth-card--wide{max-width:680px}.auth-card__header{text-align:center;margin-bottom:24px}.auth-card__header h1{font-size:1.8rem;font-weight:800;color:#1e3a5f;letter-spacing:-.5px}.auth-card__header p{font-size:.9rem;color:#64748b;margin-top:4px}.auth-card__footer{margin-top:20px;text-align:center;font-size:.85rem;color:#64748b;display:flex;justify-content:space-between;flex-wrap:wrap;gap:6px}.auth-card__footer a{color:#1d4ed8;font-weight:600}.auth-card__footer a:hover{text-decoration:underline}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 560px){.form-row-2{grid-template-columns:1fr}}.reg-cascade{display:flex;flex-direction:column;gap:8px;margin-bottom:4px}.reg-cascade__step{display:flex;align-items:flex-start;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;transition:border-color .15s}.reg-cascade__step:focus-within{border-color:#1d4ed8;background:#fff}.reg-cascade__num{width:22px;height:22px;flex-shrink:0;margin-top:22px;background:#1d4ed8;color:#fff;border-radius:50%;font-size:.72rem;font-weight:800;display:flex;align-items:center;justify-content:center}
