@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--lp-ink: #1a1009;--lp-bark: #5c3d1e;--lp-leaf: #2d6a4f;--lp-leaf2: #40916c;--lp-cream: #fdf6ec;--lp-warm: #f5e6d0;--lp-gold: #d4a843;--lp-muted: #7a6652;--lp-radius: 16px}.lp-root{font-family:DM Sans,sans-serif;background:var(--lp-cream);color:var(--lp-ink);min-height:100vh;overflow-x:hidden;position:relative}.lp-grain{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px}.lp-nav{position:sticky;top:0;z-index:50;background:#fdf6ecd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(92,61,30,.12)}.lp-nav-inner{max-width:1100px;margin:0 auto;padding:14px 28px;display:flex;align-items:center;justify-content:space-between}.lp-nav-logo{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:var(--lp-leaf);letter-spacing:-.02em}.lp-nav-links{display:flex;align-items:center;gap:28px}.lp-nav-links a{text-decoration:none;color:var(--lp-muted);font-size:14px;font-weight:500;transition:color .2s}.lp-nav-links a:hover{color:var(--lp-leaf)}.lp-nav-admin{background:var(--lp-ink)!important;color:var(--lp-cream)!important;padding:6px 16px;border-radius:100px;font-size:13px!important}.lp-hero{position:relative;min-height:88vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;max-width:1100px;margin:0 auto;padding:80px 28px 60px;overflow:hidden}.lp-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.lp-ring{position:absolute;border-radius:50%;border:1.5px solid;opacity:.15}.lp-ring-1{width:600px;height:600px;right:-120px;top:-160px;border-color:var(--lp-leaf)}.lp-ring-2{width:380px;height:380px;right:40px;top:-30px;border-color:var(--lp-gold);opacity:.2}.lp-ring-3{width:200px;height:200px;right:200px;top:120px;border-color:var(--lp-bark);opacity:.1}.lp-hero-content{position:relative;z-index:1;animation:lp-fadein .9s ease both}@keyframes lp-fadein{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.lp-eyebrow{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--lp-gold);margin-bottom:20px}.lp-hero-title{font-family:Playfair Display,serif;font-size:clamp(2.6rem,5vw,4rem);font-weight:900;line-height:1.08;color:var(--lp-ink);margin:0 0 24px;letter-spacing:-.02em}.lp-hero-title em{font-style:italic;color:var(--lp-leaf)}.lp-hero-sub{font-size:1.05rem;line-height:1.7;color:var(--lp-muted);max-width:480px;margin:0 0 36px;font-weight:300}.lp-hero-actions{display:flex;gap:14px;flex-wrap:wrap}.lp-btn-primary{display:inline-block;padding:14px 28px;background:var(--lp-leaf);color:#fff;border-radius:100px;text-decoration:none;font-weight:600;font-size:15px;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 20px #2d6a4f59}.lp-btn-primary:hover{background:var(--lp-leaf2);transform:translateY(-2px);box-shadow:0 8px 28px #2d6a4f66}.lp-btn-ghost{display:inline-block;padding:14px 28px;border:1.5px solid rgba(92,61,30,.25);color:var(--lp-bark);border-radius:100px;text-decoration:none;font-weight:500;font-size:15px;transition:border-color .2s,color .2s}.lp-btn-ghost:hover{border-color:var(--lp-leaf);color:var(--lp-leaf)}.lp-hero-visual{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;animation:lp-fadein 1.1s .2s ease both}.lp-tree-art{display:flex;flex-direction:column;align-items:center;gap:16px;position:relative}.lp-tree-art:before{content:"";position:absolute;top:44px;bottom:44px;left:50%;width:2px;background:linear-gradient(to bottom,var(--lp-leaf),transparent);transform:translate(-50%);opacity:.3}.lp-tree-row{display:flex;gap:20px}.lp-tree-node{width:72px;height:72px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;box-shadow:0 8px 32px #2d6a4f26,0 2px 8px #0000000f;border:2px solid rgba(45,106,79,.15);animation:lp-pop .5s calc(var(--i, 0) * .1s) both cubic-bezier(.34,1.56,.64,1)}.lp-tree-node.root{width:88px;height:88px;font-size:2.4rem;--i: 0}.lp-tree-row:nth-child(2) .lp-tree-node:nth-child(1){--i: 1}.lp-tree-row:nth-child(2) .lp-tree-node:nth-child(2){--i: 2}.lp-tree-row:nth-child(3) .lp-tree-node:nth-child(1){--i: 3}.lp-tree-row:nth-child(3) .lp-tree-node:nth-child(2){--i: 4}.lp-tree-row:nth-child(3) .lp-tree-node:nth-child(3){--i: 5}.lp-tree-node.sm{width:58px;height:58px;font-size:1.6rem}@keyframes lp-pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.lp-stats{display:flex;align-items:center;justify-content:center;gap:0;background:var(--lp-leaf);padding:28px}.lp-stat{display:flex;flex-direction:column;align-items:center;padding:0 48px}.lp-stat-num{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:#fff;line-height:1;margin-bottom:4px}.lp-stat-label{font-size:13px;color:#ffffffb3;font-weight:400}.lp-stat-divider{width:1px;height:40px;background:#fff3}.lp-section-label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--lp-gold);margin-bottom:12px;text-align:center}.lp-section-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;color:var(--lp-ink);text-align:center;margin:0 0 48px;letter-spacing:-.02em}.lp-features{padding:96px 28px;max-width:1100px;margin:0 auto}.lp-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lp-feature-card{background:#fff;border-radius:var(--lp-radius);padding:28px 24px;border:1px solid rgba(92,61,30,.08);transition:transform .2s,box-shadow .2s}.lp-feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #2d6a4f1a}.lp-feature-icon{font-size:2rem;display:block;margin-bottom:14px}.lp-feature-card h3{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:var(--lp-ink);margin:0 0 8px}.lp-feature-card p{font-size:14px;line-height:1.65;color:var(--lp-muted);margin:0;font-weight:300}.lp-plan{background:var(--lp-warm);padding:80px 28px;display:flex;justify-content:center}.lp-plan-card{background:#fff;border-radius:24px;padding:52px 48px;max-width:520px;width:100%;box-shadow:0 24px 60px #2d6a4f1f;border:1px solid rgba(45,106,79,.1);text-align:center}.lp-plan-badge{display:inline-block;background:#d4a84326;color:var(--lp-bark);border:1px solid rgba(212,168,67,.4);border-radius:100px;padding:4px 16px;font-size:12px;font-weight:600;letter-spacing:.05em;margin-bottom:20px}.lp-plan-card h2{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:900;color:var(--lp-ink);line-height:1.1;margin:0 0 16px}.lp-plan-sub{font-size:15px;color:var(--lp-muted);line-height:1.6;margin:0 0 28px;font-weight:300}.lp-plan-features{list-style:none;padding:0;margin:0 0 32px;text-align:left}.lp-plan-features li{padding:8px 0;border-bottom:1px solid rgba(92,61,30,.07);font-size:14px;color:var(--lp-ink);font-weight:400}.lp-plan-features li:last-child{border-bottom:none}.lp-families{padding:96px 28px;max-width:1100px;margin:0 auto}.lp-loading-dots{display:flex;justify-content:center;gap:8px;padding:40px}.lp-loading-dots span{width:10px;height:10px;background:var(--lp-leaf);border-radius:50%;animation:lp-bounce .9s infinite alternate}.lp-loading-dots span:nth-child(2){animation-delay:.3s}.lp-loading-dots span:nth-child(3){animation-delay:.6s}@keyframes lp-bounce{to{transform:translateY(-10px);opacity:.4}}.lp-no-families{text-align:center;color:var(--lp-muted);font-size:15px;padding:40px}.lp-family-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.lp-family-card{display:flex;align-items:center;gap:14px;background:#fff;border-radius:14px;padding:18px 20px;text-decoration:none;border:1px solid rgba(92,61,30,.08);transition:transform .2s,box-shadow .2s}.lp-family-card:hover{transform:translate(4px);box-shadow:0 8px 24px #2d6a4f1a}.lp-family-dot{width:18px;height:18px;border-radius:50%;flex-shrink:0}.lp-family-info{flex:1;display:flex;flex-direction:column}.lp-family-name{font-weight:600;color:var(--lp-ink);font-size:15px}.lp-family-count{font-size:12px;color:var(--lp-muted);margin-top:2px}.lp-family-arrow{color:var(--lp-leaf);font-size:1rem;font-weight:600}.lp-request{background:linear-gradient(135deg,var(--lp-ink) 0%,#2d3a28 100%);padding:96px 28px}.lp-request-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.lp-request-copy .lp-section-label{text-align:left;color:var(--lp-gold)}.lp-request-copy h2{font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:900;color:#fff;line-height:1.1;margin:0 0 20px;letter-spacing:-.02em;text-align:left}.lp-request-copy p{color:#fff9;line-height:1.7;font-size:15px;font-weight:300;margin:0 0 24px}.lp-request-note{display:flex;gap:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;font-size:13px;color:#ffffff80;line-height:1.5}.lp-request-form-wrap{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:36px}.lp-form{display:flex;flex-direction:column;gap:20px}.lp-field{display:flex;flex-direction:column;gap:7px}.lp-field label{font-size:13px;font-weight:600;color:#ffffffb3}.lp-field-hint{font-weight:300;color:#ffffff59}.lp-field input,.lp-field select{padding:12px 16px;background:#ffffff12;border:1px solid rgba(255,255,255,.15);border-radius:10px;color:#fff;font-size:14px;font-family:DM Sans,sans-serif;transition:border-color .2s;outline:none}.lp-field input::placeholder{color:#ffffff40}.lp-field input:focus,.lp-field select:focus{border-color:var(--lp-leaf2)}.lp-field select option{background:#2d3a28}.lp-slug-preview{display:flex;align-items:center;background:#ffffff12;border:1px solid rgba(255,255,255,.15);border-radius:10px;overflow:hidden;transition:border-color .2s}.lp-slug-preview:focus-within{border-color:var(--lp-leaf2)}.lp-slug-preview span{padding:12px 12px 12px 16px;color:#ffffff59;font-size:14px;white-space:nowrap}.lp-slug-preview input{flex:1;padding:12px 16px 12px 0;background:transparent;border:none;color:#fff;font-size:14px;font-family:DM Sans,sans-serif;outline:none}.lp-submit-btn{padding:15px;background:var(--lp-leaf);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:700;font-family:DM Sans,sans-serif;cursor:pointer;transition:background .2s,transform .15s;box-shadow:0 4px 20px #2d6a4f66}.lp-submit-btn:hover{background:var(--lp-leaf2);transform:translateY(-1px)}.lp-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.lp-form-note{text-align:center;font-size:12px;color:#ffffff4d;margin:0}.lp-request-success{text-align:center;padding:20px 0}.lp-success-icon{font-size:56px;margin-bottom:16px}.lp-request-success h3{font-family:Playfair Display,serif;font-size:1.6rem;color:#fff;margin:0 0 12px}.lp-request-success p{color:#fff9;font-size:14px;line-height:1.6;margin:0 0 8px}.lp-success-note{color:#ffffff4d!important;font-size:12px!important;margin-top:16px!important}.lp-footer{display:flex;align-items:center;justify-content:center;gap:12px;padding:24px;background:var(--lp-ink);color:#ffffff4d;font-size:13px}.lp-footer-admin{color:#fff6;text-decoration:none;transition:color .2s}.lp-footer-admin:hover{color:var(--lp-gold)}@media (max-width: 900px){.lp-hero{grid-template-columns:1fr;text-align:center;padding-top:60px}.lp-hero-sub{margin:0 auto 36px}.lp-hero-actions{justify-content:center}.lp-hero-visual{margin-top:20px}.lp-feature-grid{grid-template-columns:repeat(2,1fr)}.lp-request-inner{grid-template-columns:1fr;gap:32px}.lp-request-copy h2,.lp-request-copy .lp-section-label{text-align:center}.lp-stat{padding:0 24px}}@media (max-width: 600px){.lp-nav-links{gap:14px}.lp-nav-links a:not(.lp-nav-admin){display:none}.lp-feature-grid{grid-template-columns:1fr}.lp-plan-card{padding:36px 24px}.lp-stats{flex-direction:column;gap:24px}.lp-stat-divider{width:60px;height:1px}.lp-request-form-wrap{padding:24px 20px}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand-color) 0%,var(--brand-dark) 100%);padding:24px}.auth-card{background:#fff;border-radius:20px;padding:40px 36px;width:100%;max-width:420px;box-shadow:0 20px 60px #00000026;text-align:center}.auth-logo{font-size:48px;margin-bottom:12px}.auth-card h1{font-size:1.5rem;color:var(--brand-color);font-weight:800;margin-bottom:4px}.auth-card h2{font-size:1rem;color:#6b7280;font-weight:500;margin-bottom:28px}.form-group{text-align:left;margin-bottom:18px}.form-group label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.form-group input,.form-group select{width:100%;padding:11px 14px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;transition:border-color .2s;outline:none}.form-group input:focus,.form-group select:focus{border-color:var(--brand-color)}.auth-btn{width:100%;padding:13px;background:var(--brand-color);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;margin-top:8px;transition:background .2s,transform .1s}.auth-btn:hover{background:var(--brand-dark)}.auth-btn:active{transform:scale(.98)}.auth-hint{margin-top:20px;font-size:13px;color:#9ca3af}.auth-link{margin-top:20px;font-size:13px}.auth-link a{color:var(--brand-color);text-decoration:none}.register-card{max-width:520px}.success-card{text-align:center}.success-sub{color:#6b7280;margin-bottom:20px}.credentials-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px;text-align:left;margin-bottom:16px}.credentials-box pre{font-family:Courier New,monospace;font-size:13px;white-space:pre-wrap;color:#1f2937}.copy-btn{width:100%;padding:12px;background:var(--brand-color);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;margin-bottom:12px}.success-actions{display:flex;gap:10px;justify-content:center}.secondary-btn{padding:10px 20px;background:#f1f5f9;color:#374151;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.password-row{display:flex;gap:8px}.generate-btn{padding:11px 14px;background:#f1f5f9;border:2px solid #e5e7eb;border-radius:8px;font-size:13px;font-weight:600;color:#374151;white-space:nowrap}@media (max-width: 480px){.auth-card{padding:28px 20px}.form-row{grid-template-columns:1fr}}.family-members-container{max-width:1400px;margin:0 auto;padding:24px}.members-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:20px}.members-header h2{font-size:28px;color:#1f2937}.search-input{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;width:300px}.search-input:focus{outline:none;border-color:#667eea}.members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.member-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;display:flex;gap:16px;position:relative}.member-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.member-avatar{position:relative;flex-shrink:0}.member-avatar img{width:80px;height:80px;border-radius:50%;object-fit:cover}.avatar-placeholder{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:600}.deceased-badge{position:absolute;top:-5px;right:-5px;background:#4b5563;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px}.member-info{flex:1}.member-info h3{font-size:20px;margin-bottom:8px;color:#1f2937}.member-detail{font-size:14px;color:#6b7280;margin-bottom:4px}.member-detail.relationship{margin-top:8px;padding-top:8px;border-top:1px solid #e5e7eb;font-size:13px}.no-members{text-align:center;padding:60px 20px;color:#6b7280;font-size:16px}.members-title-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:12px}.header-actions{display:flex;gap:10px;flex-wrap:wrap}.print-btn,.filter-admin-btn{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:2px solid #e5e7eb;background:#fff;color:#374151;transition:all .2s;white-space:nowrap}.print-btn:hover{border-color:#667eea;color:#667eea}.filter-admin-btn:hover,.filter-admin-btn.active{background:#f59e0b;border-color:#f59e0b;color:#fff}.member-name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-badge{background:#f59e0b;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px;white-space:nowrap}.admin-indicator{position:absolute;bottom:-4px;right:-4px;background:#f59e0b;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:11px;border:2px solid white}@media (max-width: 640px){.members-grid{grid-template-columns:1fr}.members-title-row{flex-direction:column;align-items:flex-start}.header-actions{width:100%}.print-btn,.filter-admin-btn{flex:1;text-align:center}}.member-detail-container{max-width:900px;margin:0 auto;padding:24px}.member-detail-card{background:#fff;border-radius:16px;box-shadow:0 4px 16px #0000001a;overflow:hidden}.detail-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:40px;display:flex;gap:24px;align-items:center;color:#fff}.member-avatar-large img,.avatar-placeholder-large{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid white}.avatar-placeholder-large{background:#fff3;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:600}.member-name-section h1{font-size:32px;margin-bottom:8px}.deceased-badge-large{background:#0000004d;padding:6px 16px;border-radius:20px;font-size:14px;display:inline-block;margin-bottom:16px}.action-buttons{display:flex;gap:12px;margin-top:12px}.btn-edit,.btn-delete{padding:8px 20px;border-radius:8px;font-size:14px;font-weight:500;text-decoration:none;display:inline-block}.btn-edit{background:#fff;color:#667eea}.btn-delete{background:#fff3;color:#fff}.detail-content{padding:32px}.detail-section{margin-bottom:32px}.detail-section h3{font-size:20px;color:#1f2937;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.detail-item label{display:block;font-size:13px;color:#6b7280;margin-bottom:4px;font-weight:500}.detail-item p{font-size:16px;color:#1f2937}.relationships-grid{display:grid;gap:16px}.relationship-item label{display:block;font-size:13px;color:#6b7280;margin-bottom:4px}.relationship-link{color:#667eea;text-decoration:none;font-size:16px;font-weight:500}.relationship-link:hover{text-decoration:underline}.children-section{margin-top:20px}.children-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.child-item{background:#f9fafb;padding:12px 16px;border-radius:8px;text-decoration:none;color:#1f2937;display:flex;justify-content:space-between;transition:background .2s}.child-item:hover{background:#f3f4f6}.child-age{color:#6b7280;font-size:14px}.notes-content{background:#f9fafb;padding:16px;border-radius:8px;line-height:1.6;color:#4b5563}.btn-back{background:#eee;border:1px solid #ccc;padding:6px 12px;border-radius:6px;cursor:pointer;margin-bottom:12px;font-size:.9rem}.btn-back:hover{background:#ddd}.siblings-section{margin-top:20px}.siblings-section>label{font-size:13px;font-weight:700;color:#374151;display:block;margin-bottom:10px}.siblings-list{display:flex;flex-direction:column;gap:8px}.sibling-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;text-decoration:none;color:#1f2937;transition:background .15s,border-color .15s}.sibling-item:hover{background:var(--brand-light, #eef0fd);border-color:var(--brand-color, #667eea)}.sibling-gender{font-size:18px}.sibling-name{font-weight:600;flex:1}.sibling-age{font-size:12px;color:#6b7280}.sibling-deceased{color:#9ca3af;font-size:12px}.section-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.section-header-row h3{margin-bottom:0}.geo-actions{display:flex;gap:8px}.geo-set-btn{padding:6px 14px;background:var(--brand-color, #667eea);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.geo-remove-btn{padding:6px 12px;background:#fee2e2;color:#dc2626;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.map-container{border-radius:10px;overflow:hidden;border:1px solid #e2e8f0}.map-link{display:block;font-size:12px;color:var(--brand-color, #667eea);margin-top:6px;text-decoration:none}.geo-address-text{font-size:13px;color:#4b5563;margin-top:8px}.no-data{color:#9ca3af;font-size:14px}.member-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.geo-modal{max-width:520px;text-align:left}.geo-modal h3{text-align:center}.geo-modal .modal-subtitle{text-align:center;margin-bottom:16px}.geo-search-row{display:flex;gap:8px;margin-bottom:12px}.geo-search-row input{flex:1;padding:10px 14px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px}.geo-search-row input:focus{border-color:var(--brand-color, #667eea);outline:none}.geo-search-btn{padding:10px 16px;background:var(--brand-color, #667eea);color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer}.geo-results{display:flex;flex-direction:column;gap:4px;margin-bottom:12px;max-height:180px;overflow-y:auto}.geo-result-item{text-align:left;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:13px;color:#1f2937}.geo-result-item:hover{background:var(--brand-light, #eef0fd)}.geo-location-btn{width:100%;padding:10px;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;color:#166534;font-size:14px;font-weight:600;cursor:pointer;margin-bottom:14px}.geo-picked{margin-bottom:14px}.geo-picked-address{font-size:13px;color:#374151;margin-top:8px}.modal-card{background:#fff;border-radius:20px;padding:32px;width:100%;max-width:440px;box-shadow:0 25px 60px #0003;text-align:center}.modal-card h3{font-size:1.2rem;color:#0f172a;margin-bottom:8px}.modal-subtitle{color:#64748b;font-size:14px;margin-bottom:16px}.super-create-btn{flex:2;padding:10px 20px;background:var(--brand-color, #667eea);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer}.super-create-btn:disabled{opacity:.5;cursor:not-allowed}.form-container{max-width:800px;margin:0 auto;padding:24px}.form-card{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 16px #0000001a}.form-card h2{font-size:28px;color:#1f2937;margin-bottom:32px}.form-section{margin-bottom:32px}.form-section h3{font-size:18px;color:#374151;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.form-group{margin-bottom:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#374151;font-weight:500;font-size:14px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;font-family:inherit}.checkbox-group label{display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox-group input[type=checkbox]{width:auto;margin:0}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:2px solid #e5e7eb}.form-actions button{padding:12px 32px;border-radius:8px;font-size:16px;font-weight:500}.form-actions button[type=button]{background:#f3f4f6;color:#4b5563}.form-actions button[type=button]:hover:not(:disabled){background:#e5e7eb}.form-actions button[type=submit]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.form-actions button[type=submit]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.admin-toggle{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:14px 16px}@media (max-width: 640px){.form-container{padding:12px}.form-card{padding:20px 16px;border-radius:12px}.form-row{grid-template-columns:1fr;gap:0;margin-bottom:0}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%;padding:14px}}.tree-container{max-width:1400px;margin:0 auto;padding:24px}.tree-header{margin-bottom:32px}.tree-header h2{font-size:32px;color:#1f2937;margin-bottom:8px}.tree-subtitle{color:#6b7280;font-size:16px}.tree-content{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 16px #0000001a;overflow-x:auto}.tree-root{margin-bottom:40px}.generation-label{display:inline-block;background:#667eea;color:#fff;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:20px}.tree-node{position:relative}.node-content{position:relative;margin-bottom:12px}.node-link{text-decoration:none;display:inline-block}.node-card{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;transition:all .2s;min-width:250px}.node-card:hover{background:#fff;border-color:#667eea;box-shadow:0 4px 12px #667eea33}.node-gender{font-size:32px;flex-shrink:0}.node-gender.male{filter:hue-rotate(200deg)}.node-gender.female{filter:hue-rotate(300deg)}.node-info{flex:1;display:flex;flex-direction:column;gap:4px}.node-name{font-weight:600;color:#1f2937;font-size:16px}.node-date,.node-spouse{font-size:13px;color:#6b7280}.node-connector{position:absolute;left:20px;top:100%;width:2px;height:20px;background:#d1d5db}.node-children{border-left:2px solid #d1d5db;padding-left:20px}.tree-legend{background:#f9fafb;padding:20px;border-radius:12px;margin-top:32px}.tree-legend h4{color:#374151;margin-bottom:12px}.legend-items{display:flex;gap:24px;flex-wrap:wrap;font-size:14px;color:#6b7280}.no-tree{text-align:center;padding:80px 20px;color:#6b7280}.no-tree p{margin-bottom:12px;font-size:16px}.tree-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.tree-controls{display:flex;gap:8px;flex-shrink:0}.tree-ctrl-btn{padding:6px 14px;background:var(--brand-light, #eef0fd);color:var(--brand-color, #667eea);border:1px solid var(--brand-color, #667eea);border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.tree-ctrl-btn:hover{background:var(--brand-color, #667eea);color:#fff}.node-name-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.node-admin-badge{font-size:12px;background:#fef3c7;border-radius:4px;padding:0 4px;border:1px solid #fcd34d;line-height:1.4}.node-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;background:#f3f4f6}.collapse-spacer{width:24px;flex-shrink:0}.spouse-link{color:inherit;text-decoration:none;border-bottom:1px dashed currentColor}.spouse-link:hover{color:var(--brand-color, #667eea)}.tree-legend{display:flex;gap:16px;flex-wrap:wrap;padding:16px 20px;background:#f9fafb;border-top:1px solid #e5e7eb;font-size:13px;color:#6b7280;margin-top:24px;border-radius:0 0 12px 12px}.capitalize{text-transform:capitalize}.network-container{display:flex;flex-direction:column;background:#f8fafc}.network-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#fff;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:10px;flex-shrink:0}.network-header h2{font-size:1.1rem;color:#0f172a;margin:0 0 2px}.network-subtitle{font-size:12px;color:#6b7280;margin:0}.network-controls{display:flex;gap:6px;flex-wrap:wrap}.net-ctrl-btn{padding:5px 12px;background:var(--brand-light, #eef0fd);color:var(--brand-color, #667eea);border:1px solid var(--brand-color, #667eea);border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .15s}.net-ctrl-btn:hover{background:var(--brand-color, #667eea);color:#fff}.network-canvas-wrap{position:relative;flex:1;overflow:hidden;min-height:400px}.network-tooltip{position:fixed;background:#0a0f1ee6;color:#fff;border-radius:10px;padding:10px 14px;pointer-events:none;z-index:200;min-width:150px;box-shadow:0 8px 24px #0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tt-name{font-weight:700;font-size:14px;margin-bottom:4px}.tt-sub{font-size:12px;color:#94a3b8;margin-bottom:4px}.tt-badge{font-size:11px;padding:2px 6px;border-radius:4px;display:inline-block;margin:2px 2px 0 0}.tt-badge.admin{background:#fbbf2433;color:#fbbf24}.tt-badge.dec{background:#9ca3af33;color:#9ca3af}.tt-badge.pin{background:#4755694d;color:#94a3b8}.tt-hint{font-size:11px;color:#475569;margin-top:6px;padding-top:6px;border-top:1px solid rgba(255,255,255,.08)}.network-legend{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:8px 20px;background:#fff;border-top:1px solid #e5e7eb;font-size:12px;color:#4b5563;flex-shrink:0}.leg-group{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.leg-title{font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#374151}.leg-divider{width:1px;height:20px;background:#e5e7eb;flex-shrink:0}.dot{display:inline-block;width:12px;height:12px;border-radius:50%;vertical-align:middle;margin-right:3px}.dot.gold-ring{outline:2.5px solid #fbbf24;outline-offset:1px}.line{display:inline-block;width:24px;height:3px;vertical-align:middle;border-radius:2px;margin-right:3px}.line.solid{background:#94a3b8}.line.dash.gold{background:repeating-linear-gradient(90deg,#f59e0b 0,#f59e0b 5px,transparent 5px,transparent 9px)}.line.dot.green{background:repeating-linear-gradient(90deg,#10b981 0,#10b981 3px,transparent 3px,transparent 7px)}@media (max-width: 600px){.network-header{padding:10px 14px}.network-legend{padding:6px 14px;gap:10px}.net-ctrl-btn{padding:4px 8px;font-size:11px}}.success-card{max-width:520px;text-align:center}.success-icon{font-size:48px;margin-bottom:12px}.success-card h2{color:#1f2937;margin-bottom:8px}.success-sub{color:#6b7280;font-size:14px;margin-bottom:24px}.credentials-box{background:#f3f4f6;border:1px solid #d1d5db;border-radius:10px;padding:20px;text-align:left;margin-bottom:16px}.credentials-box pre{font-family:Courier New,monospace;font-size:13px;color:#1f2937;white-space:pre-wrap;line-height:1.7}.copy-btn{width:100%;padding:12px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s;margin-bottom:16px}.copy-btn:hover{background:#5a6fd6}.success-actions{display:flex;gap:12px}.secondary-btn{flex:1;padding:10px;background:#fff;color:#374151;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .2s,color .2s}.secondary-btn:hover{border-color:#667eea;color:#667eea}.password-row{display:flex;gap:10px}.password-row input{flex:1}.generate-btn{padding:12px 16px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}.generate-btn:hover{background:#059669}.field-hint{font-size:12px;color:#9ca3af;display:block;margin-top:6px}.error-message{background:#fee2e2;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.guide-container{max-width:1100px;margin:0 auto;padding:24px}.guide-header{margin-bottom:28px}.guide-header h2{font-size:28px;color:#1f2937;margin-bottom:6px}.guide-subtitle{color:#6b7280;font-size:15px}.guide-layout{display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:start}.guide-sidebar{background:#fff;border-radius:14px;box-shadow:0 2px 12px #00000012;padding:10px;display:flex;flex-direction:column;gap:2px;position:sticky;top:90px}.guide-nav-btn{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border-radius:8px;border:none;background:transparent;color:#374151;font-size:14px;font-weight:500;text-align:left;cursor:pointer;transition:background .15s,color .15s}.guide-nav-btn:hover{background:#f3f4f6}.guide-nav-btn.active{background:#eff6ff;color:#2563eb;font-weight:600}.guide-nav-icon{font-size:16px;flex-shrink:0}.guide-admin-tag{margin-left:auto;background:#fef3c7;color:#b45309;font-size:10px;font-weight:700;padding:1px 6px;border-radius:8px;white-space:nowrap}.guide-content{background:#fff;border-radius:14px;box-shadow:0 2px 12px #00000012;padding:32px;min-height:400px}.guide-section-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f3f4f6}.guide-section-icon{font-size:28px}.guide-section-header h3{font-size:22px;color:#1f2937;flex:1}.guide-admin-badge{background:#fef3c7;color:#b45309;font-size:12px;font-weight:700;padding:3px 10px;border-radius:10px}.guide-body{display:flex;flex-direction:column;gap:20px}.guide-text{color:#374151;font-size:15px;line-height:1.7}.guide-tip,.guide-warning{display:flex;gap:12px;padding:14px 18px;border-radius:10px;font-size:14px;line-height:1.6;color:#374151}.guide-tip{background:#f0fdf4;border-left:4px solid #22c55e}.guide-warning{background:#fffbeb;border-left:4px solid #f59e0b}.guide-tip-icon{font-size:18px;flex-shrink:0;margin-top:1px}.guide-steps{display:flex;flex-direction:column;gap:14px}.guide-step{display:flex;gap:16px;align-items:flex-start}.guide-step-num{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.guide-step-body strong{display:block;color:#1f2937;font-size:15px;margin-bottom:3px}.guide-step-body p{color:#6b7280;font-size:14px;line-height:1.5}.guide-features{display:grid;grid-template-columns:1fr 1fr;gap:14px}.guide-feature{display:flex;gap:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:14px;align-items:flex-start}.guide-feature-icon{font-size:20px;flex-shrink:0}.guide-feature strong{display:block;font-size:14px;color:#1f2937;margin-bottom:3px}.guide-feature p{font-size:13px;color:#6b7280;line-height:1.5}.guide-legend{display:flex;flex-wrap:wrap;gap:12px}.guide-legend-item{display:flex;align-items:center;gap:8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:8px 14px;font-size:14px;color:#374151}.guide-legend-symbol{font-size:18px}.guide-roles{display:grid;grid-template-columns:1fr 1fr;gap:16px}.guide-role-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.guide-role-header{display:flex;align-items:center;gap:8px;margin-bottom:14px;font-size:16px;color:#1f2937}.guide-role-header span{font-size:20px}.guide-role-card ul{list-style:none;display:flex;flex-direction:column;gap:8px}.guide-role-card li{font-size:13px;color:#6b7280;padding-left:18px;position:relative;line-height:1.5}.guide-role-card li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700}.guide-tips-list{list-style:none;display:flex;flex-direction:column;gap:12px}.guide-tips-list li{padding-left:22px;position:relative;font-size:14px;color:#374151;line-height:1.6}.guide-tips-list li:before{content:"💡";position:absolute;left:0;font-size:14px}@media (max-width: 700px){.guide-layout{grid-template-columns:1fr}.guide-sidebar{position:static;flex-direction:row;flex-wrap:wrap;gap:4px}.guide-nav-btn{flex:1;min-width:120px;font-size:12px;padding:8px 10px;justify-content:center;text-align:center;flex-direction:column;gap:4px}.guide-admin-tag{display:none}.guide-content{padding:20px 16px}.guide-features,.guide-roles{grid-template-columns:1fr}}.header{background:#fff;border-bottom:3px solid var(--brand-color);padding:.75rem 1.5rem;position:fixed;top:0;left:0;right:0;z-index:100;box-shadow:0 2px 8px #00000014}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.1rem;text-decoration:none;color:var(--brand-color);flex-shrink:0}.logo-icon{font-size:1.4rem}.desktop-nav{display:flex;align-items:center;gap:1.5rem;flex:1;justify-content:center}.nav-link{text-decoration:none;color:#444;font-size:.95rem;font-weight:500;white-space:nowrap;padding:4px 0;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.nav-link:hover{color:var(--brand-color);border-bottom-color:var(--brand-color)}.add-member{padding:.35rem .85rem;background:var(--brand-color);color:#fff!important;border-radius:6px;border-bottom:none!important}.add-member:hover{background:var(--brand-dark)!important}.create-user{padding:.35rem .85rem;background:#10b981;color:#fff!important;border-radius:6px;border-bottom:none!important}.create-user:hover{background:#059669!important}.desktop-user{display:flex;align-items:center;gap:1rem;flex-shrink:0}.user-info{display:flex;flex-direction:column;text-align:right}.user-name{font-weight:600;color:#333;font-size:.9rem}.admin-badge{background:gold;padding:1px 6px;border-radius:4px;font-size:.7rem;font-weight:700;text-align:center}.logout-btn{background:#e74c3c;color:#fff;border:none;padding:.4rem .9rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s}.logout-btn:hover{background:#c0392b}.mobile-controls{display:none;align-items:center;gap:10px}.mobile-user-pill{position:relative;width:36px;height:36px}.mobile-avatar{width:36px;height:36px;border-radius:50%;background:var(--brand-color);color:#fff;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center}.mobile-admin-dot{position:absolute;bottom:0;right:0;width:11px;height:11px;background:gold;border-radius:50%;border:2px solid white}.hamburger{display:flex;flex-direction:column;justify-content:space-between;width:26px;height:20px;background:none;border:none;cursor:pointer;padding:0}.hamburger span{display:block;height:2.5px;width:100%;background:#333;border-radius:2px;transition:all .25s ease;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(8.75px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-8.75px) rotate(-45deg)}.mobile-menu{display:none;flex-direction:column;background:#fff;border-top:1px solid #f0f0f0;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.mobile-menu.open{max-height:500px;padding:12px 0 16px}.mobile-menu-user{display:flex;align-items:center;gap:10px;padding:10px 20px 14px;border-bottom:1px solid #f0f0f0;margin-bottom:8px}.mobile-menu-name{font-weight:600;color:#1f2937;font-size:15px}.mobile-admin-badge{background:gold;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:700}.mobile-menu-links{display:flex;flex-direction:column;padding:0 12px}.mobile-link{text-decoration:none;color:#374151;font-size:15px;font-weight:500;padding:12px;border-radius:8px;transition:background .15s;display:block}.mobile-link:hover{background:var(--brand-light);color:var(--brand-color)}.mobile-menu-divider{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;padding:12px 12px 4px}.mobile-logout-btn{margin:12px 24px 0;padding:12px;background:#fee2e2;color:#dc2626;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s}.mobile-logout-btn:hover{background:#fecaca}@media (max-width: 768px){.desktop-nav,.desktop-user{display:none}.mobile-controls,.mobile-menu{display:flex}.header{padding:.75rem 1rem}}.super-dashboard{min-height:100vh;background:#f8fafc}.super-header{background:#1e293b;color:#fff;padding:14px 24px;position:sticky;top:0;z-index:50}.super-header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.super-logo{display:flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:700}.super-user-area{display:flex;align-items:center;gap:12px}.super-username{font-size:14px;color:#94a3b8}.super-badge{background:#7c3aed;color:#fff;font-size:11px;font-weight:700;padding:2px 10px;border-radius:10px}.super-logout{background:#dc2626;color:#fff;border:none;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:13px}.super-content{max-width:1200px;margin:0 auto;padding:36px 24px}.super-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;gap:16px}.super-title-row>button{width:auto!important;flex:0 0 auto!important}.super-title-row h1{font-size:1.8rem;color:#0f172a}.super-subtitle{color:#64748b;font-size:14px;margin-top:4px}.super-create-btn{background:#7c3aed;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;width:auto;max-width:200px;transition:background .2s}.super-create-btn:hover{background:#6d28d9}.super-create-form{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px;margin-bottom:28px}.super-create-form h3{margin-bottom:20px;color:#0f172a}.slug-preview{display:flex;align-items:center;border:2px solid #e5e7eb;border-radius:8px;overflow:hidden}.slug-base{background:#f1f5f9;padding:11px 12px;font-size:14px;color:#64748b;white-space:nowrap;border-right:1px solid #e5e7eb}.slug-preview input{border:none!important;border-radius:0!important;flex:1}.super-form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.super-form-actions .super-create-btn{width:auto!important;max-width:none;flex:0 0 auto}.super-form-actions button[type=button]{background:#f1f5f9;color:#374151;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:14px}.super-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:auto}.super-table{width:100%;border-collapse:collapse;font-size:14px}.super-table th{background:#f8fafc;color:#475569;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:12px 16px;text-align:left;border-bottom:1px solid #e2e8f0}.super-table td{padding:14px 16px;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.super-table tr:last-child td{border-bottom:none}.super-table tr:hover td{background:#f8fafc}.tenant-name{font-weight:600;color:#0f172a}.tenant-url{color:#667eea;text-decoration:none;font-size:13px}.tenant-url:hover{text-decoration:underline}.super-table code{background:#f1f5f9;padding:2px 8px;border-radius:4px;font-size:12px;color:#7c3aed}.status-badge{padding:3px 10px;border-radius:10px;font-size:12px;font-weight:600}.status-badge.active{background:#dcfce7;color:#16a34a}.status-badge.inactive{background:#f1f5f9;color:#94a3b8}.tenant-actions{display:flex;gap:8px}.action-btn{padding:5px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;border:none;transition:opacity .15s}.action-btn:hover{opacity:.8}.action-btn.activate{background:#dcfce7;color:#16a34a}.action-btn.deactivate{background:#fef9c3;color:#92400e}.action-btn.delete{background:#fee2e2;color:#dc2626}.super-summary{margin-top:16px;font-size:13px;color:#94a3b8;text-align:right}.super-empty{text-align:center;padding:60px;color:#94a3b8;background:#fff;border-radius:14px;border:1px dashed #e2e8f0}.super-auth{background:linear-gradient(135deg,#1e293b,#4c1d95)}.super-note{text-align:center;color:#9ca3af;font-size:13px;margin-bottom:24px;margin-top:-16px}.admin-badge-detail{display:inline-block;background:#f59e0b;color:#fff;font-size:13px;font-weight:700;padding:3px 12px;border-radius:12px;margin-bottom:8px}.theme-picker{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:8px}.theme-picker.large .theme-swatch{width:44px;height:44px}.theme-swatch{width:32px;height:32px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:transform .15s,border-color .15s}.theme-swatch:hover{transform:scale(1.15)}.theme-swatch.selected{border-color:#1f2937;transform:scale(1.15)}.theme-custom{width:36px!important;height:36px;border-radius:50%;border:2px solid #e5e7eb;cursor:pointer;padding:0;overflow:hidden;background:none;flex-shrink:0;flex-grow:0}.theme-custom-row{display:flex;align-items:center;gap:12px;margin-top:20px;padding-top:16px;border-top:1px solid #f1f5f9}.theme-custom-row label{font-size:14px;color:#374151;font-weight:500}.tenant-theme-cell{display:flex;align-items:center;gap:8px}.tenant-theme-dot{width:20px;height:20px;border-radius:50%;display:inline-block;flex-shrink:0;border:2px solid rgba(0,0,0,.1)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200;padding:24px}.modal-card{background:#fff;border-radius:20px;padding:36px;width:100%;max-width:440px;box-shadow:0 25px 60px #0003;text-align:center}.modal-icon{font-size:40px;margin-bottom:12px}.modal-card h3{font-size:1.3rem;color:#0f172a;margin-bottom:8px}.modal-subtitle{color:#64748b;font-size:14px;margin-bottom:20px}.modal-subtitle code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-size:13px}.modal-hint{color:#64748b;font-size:13px;margin:12px 0 20px}.modal-hint code{background:#f1f5f9;padding:2px 6px;border-radius:4px}.modal-card .form-group{text-align:left;margin-bottom:16px}.modal-card .form-group label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.modal-card .form-group input{width:100%;padding:10px 14px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px}.modal-card .form-group input:focus{border-color:#7c3aed;outline:none}.modal-actions{display:flex;gap:10px;margin-top:20px}.modal-actions button:first-child{flex:1;background:#f1f5f9;color:#374151;border:none;padding:10px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.modal-actions .super-create-btn{flex:2}.action-btn.reset{background:#ede9fe;color:#7c3aed}.action-btn.theme{background:#fef3c7;color:#92400e;font-size:11px;padding:4px 8px}:root{--brand-color: #667eea;--brand-dark: #4f5bd5;--brand-light: #eef0fd}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f5f5f5;color:#333}.app{min-height:100vh}.main-content{padding-top:70px;min-height:100vh}.loading{text-align:center;padding:60px 20px;font-size:18px;color:#666}.error{text-align:center;padding:60px 20px;color:#d32f2f;font-size:18px}.error-message{background-color:#ffebee;border:1px solid #d32f2f;color:#c62828;padding:12px 16px;border-radius:8px;margin-bottom:20px}.field-hint{font-size:12px;color:#9ca3af;margin-top:4px;display:block}button{cursor:pointer;font-family:inherit;transition:all .2s;border:none}button:disabled{opacity:.6;cursor:not-allowed}input,textarea,select{font-family:inherit}.brand-bg{background:var(--brand-color)!important}.brand-text{color:var(--brand-color)!important}.brand-light{background:var(--brand-light)!important}
