:root{--eb-navy-dark:#0a1a3d;--eb-navy-mid:#12285c;--eb-navy-light:#1e3a8a;--eb-gold:#c5a059;--eb-gold-light:#ffd700;--eb-gold-dark:#92400e;--eb-bg-light:#f8fafc;--eb-card-bg:#ffffff;--eb-text-dark:#0f172a;--eb-text-muted:#64748b;--eb-border:#e2e8f0}.eb-daily-prompt-card{display:flex;align-items:center;gap:16px;background:linear-gradient(135deg,#07132e 0%,#0a1a3d 100%)!important;border:1px solid rgb(197 160 89 / .4)!important;border-radius:14px!important;padding:18px 22px!important;margin-bottom:20px!important;box-shadow:0 8px 24px rgb(10 26 61 / .3)!important}.eb-prompt-icon{font-size:28px;background:rgb(255 255 255 / .08);border:1px solid rgb(197 160 89 / .4);width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.eb-prompt-body{flex:1}.eb-prompt-tag{display:inline-block!important;font-size:0.76rem!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:0.06em!important;color:#ffd700!important;-webkit-text-fill-color:#ffd700!important;background:rgb(212 175 55 / .2)!important;border:1px solid rgb(212 175 55 / .5)!important;padding:2px 10px!important;border-radius:12px!important;margin-bottom:6px!important}.eb-prompt-body h3,#eb-prompt-text{margin:0!important;font-size:1.12rem!important;font-weight:800!important;color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;line-height:1.45!important}.eb-btn-prompt-reply{background:linear-gradient(135deg,#ffd700 0%,#c5a059 100%)!important;color:#07132e!important;-webkit-text-fill-color:#07132e!important;border:none!important;padding:10px 18px!important;border-radius:8px!important;font-size:0.88rem!important;font-weight:800!important;cursor:pointer!important;white-space:nowrap!important;transition:all 0.2s ease!important;box-shadow:0 4px 12px rgb(197 160 89 / .25)!important}.eb-btn-prompt-reply:hover{background:#ffffff!important;color:#07132e!important;-webkit-text-fill-color:#07132e!important;transform:translateY(-2px)!important}.eb-comm-nav-bar{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid var(--eb-border);border-radius:12px;padding:8px 14px;margin-bottom:14px;box-shadow:0 2px 8px rgb(0 0 0 / .04);flex-wrap:wrap;gap:10px}.eb-comm-tabs{display:flex;gap:6px;flex-wrap:wrap}.eb-comm-tab-btn{background:#fff0;border:none;padding:8px 14px;font-size:.9rem;font-weight:600;color:var(--eb-text-muted);border-radius:8px;cursor:pointer;transition:all 0.2s ease;display:inline-flex;align-items:center;gap:6px}.eb-comm-tab-btn:hover{color:var(--eb-navy-dark);background:#f1f5f9}.eb-comm-tab-btn.active{background:var(--eb-navy-dark);color:#ffffff!important}.eb-unread-pill{background:#ef4444;color:#fff;font-size:.72rem;font-weight:800;padding:2px 6px;border-radius:10px;line-height:1}.eb-comm-search-box input{border:1px solid var(--eb-border);background:#f8fafc;padding:8px 14px;border-radius:20px;font-size:.88rem;color:var(--eb-text-dark);outline:none;width:210px;transition:all 0.2s ease}.eb-comm-search-box input:focus{border-color:var(--eb-gold);background:#fff;width:250px;box-shadow:0 0 0 3px rgb(197 160 89 / .2)}.eb-hubs-bar{display:flex;align-items:center;gap:10px;margin-bottom:12px;background:#f8fafc;border:1px solid var(--eb-border);border-radius:10px;padding:8px 14px;overflow-x:auto}.eb-hubs-label{font-size:.8rem;font-weight:800;text-transform:uppercase;color:var(--eb-text-muted);white-space:nowrap}.eb-hubs-scroll{display:flex;gap:6px}.eb-hub-pill{background:#fff;border:1px solid var(--eb-border);padding:4px 12px;border-radius:16px;font-size:.82rem;font-weight:600;color:var(--eb-text-dark);cursor:pointer;white-space:nowrap;transition:all 0.15s ease}.eb-hub-pill:hover{border-color:var(--eb-gold);color:var(--eb-navy-dark)}.eb-hub-pill.active{background:var(--eb-navy-dark);color:#ffffff!important;border-color:var(--eb-navy-dark)}.eb-topic-pills-row{display:flex;gap:8px;margin-bottom:20px;overflow-x:auto;padding-bottom:4px}.eb-topic-pill{background:#fff;border:1px solid var(--eb-border);padding:6px 14px;border-radius:20px;font-size:.84rem;font-weight:600;color:var(--eb-text-muted);cursor:pointer;white-space:nowrap;transition:all 0.2s ease}.eb-topic-pill:hover{border-color:var(--eb-gold);color:var(--eb-navy-dark)}.eb-topic-pill.active{background:var(--eb-gold);color:var(--eb-navy-dark)!important;border-color:var(--eb-gold);font-weight:700}.eb-post-creator-card{background:#fff;border:1px solid var(--eb-border);border-radius:14px;padding:18px 20px;margin-bottom:22px;box-shadow:0 4px 12px rgb(0 0 0 / .03)}.eb-creator-top{display:flex;gap:14px;align-items:flex-start}.eb-creator-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--eb-gold)}.eb-creator-top textarea{flex:1;border:1px solid var(--eb-border);border-radius:10px;padding:12px 14px;font-size:.95rem;font-family:inherit;resize:none;outline:none;background:#f8fafc;transition:all 0.2s}.eb-creator-top textarea:focus{background:#fff;border-color:var(--eb-gold);box-shadow:0 0 0 3px rgb(197 160 89 / .15)}.eb-creator-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:10px}.eb-creator-selectors{display:flex;gap:12px;flex-wrap:wrap}.eb-selector-item{display:flex;align-items:center;gap:6px;font-size:.82rem;color:var(--eb-text-muted)}.eb-selector-item select{border:1px solid var(--eb-border);border-radius:6px;padding:4px 8px;font-size:.82rem;background:#fff;color:var(--eb-text-dark)}.eb-btn-post{background:var(--eb-navy-dark);color:#fff;border:none;padding:8px 20px;border-radius:8px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all 0.2s}.eb-btn-post:hover{background:var(--eb-navy-light);transform:translateY(-1px)}.eb-post-card{background:#fff;border:1px solid var(--eb-border);border-radius:14px;padding:20px 22px;margin-bottom:18px;box-shadow:0 4px 14px rgb(0 0 0 / .03)}.eb-post-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.eb-post-author-box{display:flex;align-items:center;gap:12px}.eb-post-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.eb-author-title-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.eb-post-author-name{font-weight:700;font-size:.98rem;color:var(--eb-navy-dark)}.eb-rep-pill{font-size:.72rem;font-weight:800;padding:2px 7px;border-radius:10px}.tier-strategist{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.tier-resident{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.tier-nomad{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.tier-scout{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.eb-post-author-badge{font-size:.8rem;color:var(--eb-text-muted);display:block;margin-top:1px}.eb-post-meta{text-align:right}.eb-milestone-pill{display:inline-block;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:800;background:linear-gradient(135deg,#fef3c7,#fed7aa);color:#9a3412;border:1px solid #fdba74;margin-bottom:4px}.eb-post-cat-pill{display:inline-block;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:700;background:#f1f5f9;color:var(--eb-text-muted)}.eb-post-time{font-size:.72rem;color:#94a3b8;display:block;margin-top:2px}.eb-post-body{font-size:.96rem;line-height:1.65;color:#334155;margin-bottom:14px}.eb-post-actions{display:flex;gap:10px;border-top:1px solid #f1f5f9;padding-top:10px;flex-wrap:wrap}.eb-action-btn{background:#fff0;border:none;font-size:.85rem;font-weight:600;color:var(--eb-text-muted);cursor:pointer;padding:5px 10px;border-radius:6px;transition:all 0.15s;display:inline-flex;align-items:center;gap:5px}.eb-action-btn:hover{background:#f1f5f9;color:var(--eb-navy-dark)}.eb-btn-like.has-liked{color:#e11d48}.eb-btn-bookmark.has-bookmarked{color:#d97706;font-weight:700}.eb-comments-drawer{margin-top:12px;padding-top:12px;border-top:1px dashed var(--eb-border)}.eb-comment-list{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.eb-comment-item{display:flex;gap:10px;background:#f8fafc;padding:8px 12px;border-radius:10px}.eb-comment-avatar{width:30px;height:30px;border-radius:50%}.eb-comment-content{flex:1}.eb-comment-author{font-weight:700;font-size:.82rem;color:var(--eb-navy-dark)}.eb-comment-text{font-size:.86rem;line-height:1.5;color:#334155;margin-top:2px}.eb-comment-input-row{display:flex;gap:8px}.eb-comment-input-row input{flex:1;border:1px solid var(--eb-border);border-radius:8px;padding:7px 12px;font-size:.85rem;outline:none}.eb-comment-input-row input:focus{border-color:var(--eb-gold)}.eb-btn-comment-submit{background:var(--eb-navy-dark);color:#fff;border:none;padding:7px 14px;border-radius:8px;font-weight:600;font-size:.82rem;cursor:pointer}.eb-partner-tool-card{background:#fff;border:1px solid #e2e8f0;border-left:4px solid var(--eb-gold);border-radius:12px;padding:14px 18px;margin:16px 0;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 12px rgb(0 0 0 / .02);gap:14px;flex-wrap:wrap}.eb-partner-info{display:flex;align-items:center;gap:12px}.eb-partner-icon{font-size:26px;background:#f8fafc;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px}.eb-partner-info h4{margin:0 0 2px 0;font-size:.94rem;font-weight:700;color:var(--eb-navy-dark)}.eb-partner-info p{margin:0;font-size:.82rem;color:var(--eb-text-muted)}.eb-partner-badge{background:#ecfdf5;color:#047857;font-size:.72rem;font-weight:800;padding:2px 6px;border-radius:4px;margin-left:6px}.eb-btn-partner-link{background:var(--eb-navy-dark);color:#ffffff!important;padding:8px 14px;border-radius:8px;font-size:.82rem;font-weight:700;text-decoration:none!important;transition:all 0.15s;white-space:nowrap}.eb-btn-partner-link:hover{background:var(--eb-navy-light);transform:translateY(-1px)}.eb-advisory-escalation-card{background:linear-gradient(135deg,#0a1a3d 0%,#1e3a8a 100%);border-radius:14px;padding:24px;margin-top:30px;color:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 8px 24px rgb(10 26 61 / .2);flex-wrap:wrap;gap:16px}.eb-escalation-content{max-width:580px}.eb-escalation-badge{display:inline-block;background:rgb(212 175 55 / .2);color:gold;padding:3px 10px;border-radius:12px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.eb-escalation-content h3{margin:0 0 6px 0;color:#ffffff!important;font-size:1.15rem;font-weight:700}.eb-escalation-content p{margin:0;color:#e2e8f0!important;font-size:.88rem;line-height:1.5}.eb-escalation-actions{display:flex;gap:10px;flex-wrap:wrap}.eb-btn-gold-action{background:var(--eb-gold);color:var(--eb-navy-dark)!important;padding:10px 18px;border-radius:8px;font-size:.88rem;font-weight:800;text-decoration:none!important;transition:all 0.15s}.eb-btn-gold-action:hover{background:#d4af37;transform:translateY(-1px)}.eb-btn-subtle-action{background:rgb(255 255 255 / .1);color:#ffffff!important;padding:10px 16px;border-radius:8px;font-size:.88rem;font-weight:600;text-decoration:none!important;border:1px solid rgb(255 255 255 / .2)}.eb-messenger-container{display:flex;background:#fff;border:1px solid var(--eb-border);border-radius:16px;overflow:hidden;height:580px;box-shadow:0 8px 24px rgb(0 0 0 / .06)}.eb-messenger-sidebar{width:300px;border-right:1px solid var(--eb-border);display:flex;flex-direction:column;background:#f8fafc;height:100%;min-height:0}.eb-sidebar-header{padding:14px 16px;border-bottom:1px solid var(--eb-border);display:flex;justify-content:space-between;align-items:center;background:#fff;flex-shrink:0}.eb-sidebar-header h3{margin:0;font-size:1rem;font-weight:700;color:var(--eb-navy-dark)}.eb-security-pill{background:rgb(197 160 89 / .15);color:#92400e;border:1px solid rgb(197 160 89 / .4);padding:2px 8px;border-radius:12px;font-size:.72rem;font-weight:800}.eb-conversations-list{flex:1;overflow-y:auto;min-height:0}.eb-conv-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:all 0.15s ease}.eb-conv-item:hover{background:#e2e8f0}.eb-conv-item.active{background:#e0e7ff;border-left:4px solid var(--eb-navy-light)}.eb-conv-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.eb-conv-details{flex:1;min-width:0}.eb-conv-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.eb-conv-name{font-weight:700;font-size:.88rem;color:var(--eb-navy-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eb-conv-time{font-size:.7rem;color:#94a3b8}.eb-conv-snippet{font-size:.78rem;color:var(--eb-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.eb-conv-unread-pill{background:#ef4444;color:#fff;font-size:.7rem;font-weight:800;padding:1px 6px;border-radius:10px;margin-left:4px}.eb-messenger-viewport{flex:1;display:flex;flex-direction:column;background:#fff;height:100%;min-height:0}.eb-chat-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;color:var(--eb-text-muted)}.eb-chat-empty-state h3{margin:12px 0 6px;color:var(--eb-navy-dark);font-size:1.25rem}.eb-chat-empty-state p{max-width:380px;font-size:.92rem;line-height:1.5;margin-bottom:14px}.eb-security-note{background:#f8fafc;border:1px solid var(--eb-border);padding:6px 14px;border-radius:20px;font-size:.78rem;font-weight:600;color:#047857}.eb-chat-active-box{flex:1;display:flex;flex-direction:column;height:100%;min-height:0}.eb-chat-header{padding:12px 18px;border-bottom:1px solid var(--eb-border);display:flex;justify-content:space-between;align-items:center;background:#fff;flex-shrink:0}.eb-chat-peer-info{display:flex;align-items:center;gap:12px}.eb-peer-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover}.eb-chat-header-actions{display:flex;gap:8px}.eb-btn-action-shield{background:#f1f5f9;border:1px solid var(--eb-border);padding:5px 10px;border-radius:6px;font-size:.78rem;font-weight:600;color:#475569;cursor:pointer;transition:all 0.15s}.eb-btn-action-shield:hover{background:#fee2e2;color:#b91c1c;border-color:#fca5a5}.eb-chat-messages-thread{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:12px;background:#f8fafc;min-height:0}.eb-bubble-row{display:flex;flex-direction:column;max-width:75%}.eb-bubble-row.mine{align-self:flex-end;align-items:flex-end}.eb-bubble-row.peer{align-self:flex-start;align-items:flex-start}.eb-bubble{padding:10px 14px;border-radius:14px;font-size:.92rem;line-height:1.5;word-break:break-word;box-shadow:0 1px 4px rgb(0 0 0 / .06)}.eb-bubble-row.mine .eb-bubble{background:var(--eb-navy-dark);color:#fff;border-bottom-right-radius:3px}.eb-bubble-row.peer .eb-bubble{background:#fff;color:#0f172a;border:1px solid var(--eb-border);border-bottom-left-radius:3px}.eb-bubble-time{font-size:.7rem;color:#94a3b8;margin-top:3px;padding:0 4px}.eb-chat-input-bar{display:flex;padding:12px 16px;background:#fff;border-top:1px solid var(--eb-border);gap:10px;align-items:center;flex-shrink:0}.eb-chat-input-bar textarea{flex:1;border:1px solid var(--eb-border);border-radius:10px;padding:10px 14px;font-size:.92rem;font-family:inherit;resize:none;outline:none;background:#f8fafc}.eb-chat-input-bar textarea:focus{background:#fff;border-color:var(--eb-gold)}.eb-btn-send{background:var(--eb-gold);color:var(--eb-navy-dark);border:none;padding:10px 18px;border-radius:10px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all 0.15s}.eb-btn-send:hover{background:#d4af37;transform:translateY(-1px)}.eb-chat-security-sub{font-size:.72rem;color:#64748b;text-align:center;padding-bottom:8px;background:#fff;flex-shrink:0}.eb-section-title-row{margin-bottom:18px}.eb-section-title-row h2{font-size:1.35rem;font-weight:800;color:var(--eb-navy-dark);margin:0 0 4px 0}.eb-section-title-row p{font-size:.9rem;color:var(--eb-text-muted);margin:0}.eb-members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}.eb-member-card{background:#fff;border:1px solid var(--eb-border);border-radius:14px;padding:20px;text-align:center;box-shadow:0 4px 12px rgb(0 0 0 / .03);display:flex;flex-direction:column;align-items:center}.eb-member-avatar{width:68px;height:68px;border-radius:50%;object-fit:cover;margin-bottom:8px;border:2px solid var(--eb-gold)}.eb-member-name{font-size:1.05rem;font-weight:700;color:var(--eb-navy-dark);margin-bottom:2px}.eb-member-country{font-size:.82rem;color:var(--eb-text-muted);margin-bottom:8px}.eb-member-bio{font-size:.86rem;color:#475569;line-height:1.5;margin-bottom:16px;flex:1}.eb-member-btn-group{display:flex;gap:8px;width:100%}.eb-btn-dm{flex:1;background:var(--eb-navy-dark);color:#fff;border:none;padding:8px 12px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all 0.15s}.eb-btn-dm:hover{background:var(--eb-navy-light)}.eb-btn-contact{flex:1;background:#fff0;border:1px solid var(--eb-border);color:var(--eb-navy-dark);padding:8px 12px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all 0.15s}.eb-btn-contact:hover{border-color:var(--eb-gold);background:#f8fafc}.eb-btn-contact.is-connected{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.eb-security-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:#0f172a;color:#fff;border:1px solid #ef4444;box-shadow:0 10px 30px rgb(0 0 0 / .35);padding:12px 20px;border-radius:12px;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:10px;z-index:9999999}.eb-spinner{width:20px;height:20px;border:2px solid rgb(255 255 255 / .3);border-radius:50%;border-top-color:#fff;animation:spin 0.8s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){.eb-daily-prompt-card{flex-direction:column;align-items:flex-start}.eb-btn-prompt-reply{width:100%;text-align:center}.eb-advisory-escalation-card{flex-direction:column;align-items:flex-start}.eb-escalation-actions{width:100%}.eb-btn-gold-action,.eb-btn-subtle-action{width:100%;text-align:center}.eb-messenger-container{flex-direction:column;height:auto;min-height:520px}.eb-messenger-sidebar{width:100%;max-height:200px;border-right:none;border-bottom:1px solid var(--eb-border)}}.eb-community-container h1,.eb-community-container h2,.eb-community-container h3,.eb-community-container h4,.eb-community-container h5,.eb-community-container h6,.eb-community-container .eb-section-title-row h2,.eb-community-container h2.ebp-reveal,.eb-community-container .ebp-reveal.ebp-visible,.eb-community-container .eb-comm-hero h1{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;text-shadow:none!important;-webkit-text-stroke:0 transparent!important;font-weight:800!important;opacity:1!important;visibility:visible!important;display:block!important}.eb-section-title-row{background:linear-gradient(135deg,#07132e 0%,#0d1e45 100%)!important;border:1px solid rgb(197 160 89 / .35)!important;border-radius:12px!important;padding:16px 20px!important;margin-bottom:20px!important;box-shadow:0 4px 14px rgb(0 0 0 / .2)!important}.eb-section-title-row h2{font-size:1.45rem!important;margin:0 0 4px 0!important;color:#ffffff!important;-webkit-text-fill-color:#ffffff!important}.eb-section-title-row p{color:#cbd5e1!important;font-size:0.95rem!important;margin:0!important}.eb-social-invite-bar{background:linear-gradient(135deg,#0d1b3e 0%,#1e3a8a 100%);border:1px solid rgb(197 160 89 / .4);border-radius:12px;padding:16px 20px;margin-bottom:20px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 16px rgb(0 0 0 / .2)}.eb-social-invite-icon{font-size:28px;background:rgb(255 255 255 / .1);width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px}.eb-social-invite-text{flex:1}.eb-btn-quick-invite{background:#c5a059;color:#0a1a3d!important;font-weight:700;font-size:13.5px;border:none;border-radius:8px;padding:10px 18px;cursor:pointer;white-space:nowrap;transition:all 0.2s}.eb-btn-quick-invite:hover{background:#dfb86c;transform:translateY(-2px);box-shadow:0 4px 12px rgb(197 160 89 / .35)}.eb-invite-container-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:16px}@media (max-width:800px){.eb-invite-container-grid{grid-template-columns:1fr}}.eb-invite-social-card,.eb-direct-invite-card,.eb-suggested-friends-card{background:#0d1b3e;border:1px solid rgb(255 255 255 / .1);border-radius:14px;padding:24px}.eb-social-share-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.eb-social-btn{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:10px;text-decoration:none!important;font-size:13.5px;font-weight:600;transition:all 0.2s;color:#ffffff!important}.eb-social-btn:hover{transform:translateY(-2px);filter:brightness(1.15)}.eb-btn-whatsapp{background:#25D366}.eb-btn-facebook{background:#1877F2}.eb-btn-twitter{background:#000;border:1px solid rgb(255 255 255 / .2)}.eb-btn-linkedin{background:#0A66C2}.eb-btn-telegram{background:#229ED9}.eb-btn-email{background:#475569}.eb-copy-input-row{display:flex;gap:8px;margin-top:8px}.eb-copy-input-row input{flex:1;background:#07132e;border:1px solid rgb(255 255 255 / .15);border-radius:8px;padding:10px 14px;color:#fff;font-size:13px}.eb-btn-copy-invite{background:#c5a059;color:#0a1a3d;font-weight:700;border:none;border-radius:8px;padding:0 16px;cursor:pointer;transition:all 0.2s}.eb-btn-copy-invite:hover{background:#dfb86c}.eb-input-field{width:100%;background:#07132e;border:1px solid rgb(255 255 255 / .15);border-radius:8px;padding:10px 14px;color:#fff;font-size:13.5px;box-sizing:border-box}.eb-btn-send-direct-invite{width:100%;background:linear-gradient(135deg,#c5a059 0%,#a68440 100%);color:#0a1a3d;font-weight:800;font-size:14px;border:none;border-radius:8px;padding:12px;cursor:pointer;transition:all 0.2s}.eb-btn-send-direct-invite:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgb(197 160 89 / .35)}.eb-suggested-friends-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin-top:16px}.eb-suggested-friend-item{background:#07132e;border:1px solid rgb(255 255 255 / .08);border-radius:10px;padding:14px;display:flex;align-items:center;gap:12px}.eb-friend-avatar-wrap .eb-suggested-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px}.eb-friend-info{flex:1;display:flex;flex-direction:column}.eb-friend-info strong{color:#fff;font-size:14px}.eb-friend-info span{color:#94a3b8;font-size:12px}.eb-btn-connect-friend{background:rgb(197 160 89 / .15);border:1px solid #c5a059;color:#fce7b2;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer;transition:all 0.2s}.eb-btn-connect-friend:hover{background:#c5a059;color:#0a1a3d}.eb-phone-hero-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.eb-btn-phone-primary{background:linear-gradient(135deg,#ffd700 0%,#c5a059 100%);color:#07132e!important;border:none;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:8px;box-shadow:0 4px 14px rgb(255 215 0 / .25);transition:transform 0.15s ease,box-shadow 0.15s ease}.eb-btn-phone-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgb(255 215 0 / .4)}.eb-btn-phone-secondary{background:rgb(255 255 255 / .08);border:1px solid rgb(197 160 89 / .4);color:#ffd700!important;padding:11px 16px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background 0.2s ease}.eb-btn-phone-secondary:hover{background:rgb(255 215 0 / .15);border-color:gold}.eb-imported-contact-card{background:rgb(255 255 255 / .05);border:1px solid rgb(197 160 89 / .3);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px;transition:border-color 0.2s ease}.eb-imported-contact-card:hover{border-color:gold}.eb-contact-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.eb-contact-card-name{color:#fff;font-weight:800;font-size:14px}.eb-contact-card-detail{color:#94a3b8;font-size:12px;margin-top:2px;word-break:break-all}.eb-contact-card-dest{display:inline-block;font-size:10.5px;color:gold;background:rgb(255 215 0 / .12);border:1px solid rgb(255 215 0 / .3);padding:1px 7px;border-radius:4px;margin-top:5px;font-weight:700}.eb-contact-action-bar{display:flex;gap:6px;flex-wrap:wrap;align-items:center;padding-top:8px;border-top:1px solid rgb(255 255 255 / .08)}.eb-action-pill-btn{border:none;padding:5px 10px;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:opacity 0.15s ease}.eb-action-pill-btn:hover{opacity:.9}.eb-action-pill-sms{background:#0284c7;color:#ffffff!important}.eb-action-pill-wa{background:#25d366;color:#ffffff!important}.eb-action-pill-email{background:#6366f1;color:#ffffff!important}.eb-action-pill-invite{background:gold;color:#07132e!important;font-weight:800}.eb-action-pill-del{background:rgb(239 68 68 / .2);color:#f87171!important;margin-left:auto}.eb-modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgb(3 7 18 / .8);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px}.eb-modal-box{background:#0a1a3d;border:1px solid #c5a059;border-radius:16px;max-width:540px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px rgb(0 0 0 / .6);padding:24px;position:relative}.eb-modal-close-btn{position:absolute;top:16px;right:16px;background:rgb(255 255 255 / .1);border:none;color:#cbd5e1;font-size:18px;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.eb-modal-close-btn:hover{background:rgb(255 255 255 / .2);color:#fff}.eb-creator-avatar-wrap,.eb-user-badge-avatar-wrap{position:relative;display:inline-block;cursor:pointer;transition:transform 0.2s ease}.eb-creator-avatar-wrap:hover,.eb-user-badge-avatar-wrap:hover{transform:scale(1.05)}.eb-avatar-edit-badge{position:absolute;bottom:-2px;right:-2px;background:#c5a059;color:#07132e;border:2px solid #fff;border-radius:50%;width:22px;height:22px;font-size:11px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgb(0 0 0 / .35);transition:all 0.2s ease}.eb-creator-avatar-wrap:hover .eb-avatar-edit-badge,.eb-user-badge-avatar-wrap:hover .eb-avatar-edit-badge{background:gold;transform:scale(1.15)}.eb-comm-user-badge{display:flex;align-items:center;gap:14px;background:rgb(255 255 255 / .06);border:1px solid rgb(197 160 89 / .35);border-radius:14px;padding:10px 16px;margin-top:14px;width:fit-content;backdrop-filter:blur(6px)}.eb-header-user-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #c5a059}.eb-user-badge-name{color:#fff;font-weight:700;font-size:.95rem;margin-bottom:2px}.eb-btn-change-photo{background:#fff0;border:none;color:gold;font-size:.8rem;font-weight:700;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:3px;transition:color 0.2s}.eb-btn-change-photo:hover{color:#fff}.eb-avatar-modal-box{max-width:460px;text-align:center}.eb-avatar-modal-header{margin-bottom:20px}.eb-avatar-modal-icon{font-size:32px;margin-bottom:6px}.eb-avatar-preview-section{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.eb-avatar-circle-frame{width:120px;height:120px;border-radius:50%;border:3px solid #c5a059;box-shadow:0 0 20px rgb(197 160 89 / .4),inset 0 0 10px rgb(0 0 0 / .5);overflow:hidden;background:#07132e;display:flex;align-items:center;justify-content:center}.eb-avatar-circle-frame img{width:100%;height:100%;object-fit:cover}.eb-avatar-preview-label{margin-top:8px;color:gold;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.eb-avatar-dropzone{background:rgb(255 255 255 / .03);border:2px dashed rgb(197 160 89 / .5);border-radius:14px;padding:24px 16px;margin-bottom:18px;transition:all 0.25s ease;cursor:pointer}.eb-avatar-dropzone.dragover,.eb-avatar-dropzone:hover{background:rgb(197 160 89 / .1);border-color:gold;box-shadow:0 0 15px rgb(212 175 55 / .25)}.eb-drop-icon{font-size:28px;display:block;margin-bottom:4px}.eb-drop-title{color:#fff;font-weight:700;font-size:.95rem;margin:0 0 4px}.eb-drop-sub{color:#cbd5e1;font-size:.85rem;margin:0 0 12px}.eb-btn-browse-file{background:rgb(255 255 255 / .12);border:1px solid rgb(255 255 255 / .25);color:#fff;font-weight:700;font-size:.85rem;padding:8px 18px;border-radius:8px;cursor:pointer;transition:all 0.2s;margin-bottom:8px}.eb-btn-browse-file:hover{background:#c5a059;border-color:gold;color:#07132e}.eb-drop-note{display:block;color:#94a3b8;font-size:11px}.eb-avatar-status-box{padding:10px 14px;border-radius:8px;font-size:12.5px;font-weight:600;margin-bottom:16px;text-align:center}.eb-avatar-status-box.success{background:rgb(16 185 129 / .15);border:1px solid #10b981;color:#34d399}.eb-avatar-status-box.error{background:rgb(239 68 68 / .15);border:1px solid #ef4444;color:#f87171}.eb-avatar-modal-footer{display:flex;justify-content:space-between;align-items:center;gap:12px}.eb-btn-modal-remove{background:#fff0;border:1px solid rgb(239 68 68 / .5);color:#f87171;padding:9px 16px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;transition:all 0.2s}.eb-btn-modal-remove:hover{background:rgb(239 68 68 / .2);border-color:#ef4444}.eb-btn-modal-save{flex:1;background:linear-gradient(135deg,#ffd700 0%,#c5a059 100%);border:none;color:#07132e;padding:10px 20px;border-radius:8px;font-size:13.5px;font-weight:800;cursor:pointer;transition:all 0.2s;box-shadow:0 4px 14px rgb(197 160 89 / .35)}.eb-btn-modal-save:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px rgb(197 160 89 / .5)}.eb-btn-modal-save:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}