/* Reset basic styles to match app */
body { margin: 0; padding: 0; background: radial-gradient(circle at top right, #1e293b 0%, #0f172a 100%) !important; color: var(--text-main, #e9edef); overflow: hidden; font-family: 'Inter', sans-serif; }

/* Desktop App Container */
.app-container { display: flex; flex-direction: column; height: 100vh; overflow: hidden; justify-content: flex-start !important; align-items: stretch !important; margin: 0; padding: 0; }

/* lp-nav overrides for ferramentas.html */
.lp-nav { position: relative !important; }
.lp-nav-menu { display: flex; flex-direction: row; gap: 8px; align-items: center; justify-content: center; overflow-x: auto; flex-grow: 1; margin: 0 20px; }
.lp-nav-menu::-webkit-scrollbar { height: 4px; }
.lp-nav-menu::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 10px; }

/* Nav Items Standalone Styles */
.nav-item { position: relative; padding: 8px 15px; background: transparent; border: none; color: #8696a0; border-radius: 8px; cursor: pointer; display: flex; align-items: center; gap: 8px; font-size: 0.9rem; font-weight: 600; transition: all 0.3s ease; white-space: nowrap; flex-shrink: 0; }
.nav-item:hover { background: rgba(255, 255, 255, 0.05); color: #fff; }
.nav-item.active { background: rgba(0, 168, 132, 0.1); color: #00a884; }
.nav-item i { position: relative; z-index: 2; transition: all 0.3s ease; font-size: 1rem; }
.nav-item:hover i, .nav-item.active i { text-shadow: 0 0 10px currentColor; }
.btn-voltar { width: 32px; height: 32px; border-radius: 6px; background: rgba(239, 68, 68, 0.1); border: 1px solid rgba(239, 68, 68, 0.2); color: #ef4444; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: 0.2s; font-size: 0.95rem; }
.btn-voltar:hover { background: #ef4444; color: white; border-color: #ef4444; }

/* Main Content Area */
main { flex-grow: 1; display: flex; flex-direction: column; overflow-y: auto; position: relative; scroll-behavior: smooth; background: transparent; }
main::-webkit-scrollbar { width: 6px; }
main::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 10px; }

/* Tabs System */
.tab-content { display: none; width: 80%; margin: 30px auto; padding: 0; box-sizing: border-box; animation: fadeInTab 0.3s ease-out forwards; }
.tab-content.active { display: block; }
@keyframes fadeInTab { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

/* Welcome Tab */
.welcome-tab { padding: 40px 20px; }
.welcome-card { max-width: 100%; margin: 0 auto; text-align: left; background: rgba(255,255,255,0.02); padding: 40px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.05); }
.welcome-header { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }
.welcome-icon { font-size: 3rem; color: var(--primary); }
.welcome-header h2 { font-size: 2.2rem; color: white; margin: 0; }
.welcome-card p { color: var(--text-dim); font-size: 1.2rem; line-height: 1.6; margin: 0; }

/* Tool Headers */


/* Sidebar Subtitle & Footer */
.sidebar-subtitle { font-size: 0.8rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 1px; margin-top: 10px; padding-left: 5px; }
.sidebar-footer-content { padding: 20px; border-top: 1px solid rgba(255,255,255,0.05); }
.sidebar-footer-text { color: var(--text-dim); font-size: 0.75rem; text-align: center; margin: 0; }

/* Tool Container Overrides */
.tool-container, .tool-section-content, .hero-content, .hero-content, .seo-article, .card { max-width: 100% !important; }
.lp-hero { padding-top: 0 !important; }

/* Mobile Top Bar (Optional if needed later) */
.mobile-top-bar { display: none; }

@media (max-width: 768px) {
    .app-container { flex-direction: column; }
    .sidebar { width: 100%; height: auto; flex-shrink: 0; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); max-height: 200px; }
    .sidebar-header { flex-direction: row; align-items: center; justify-content: space-between; padding: 15px; }
    .sidebar-nav { display: flex; flex-direction: row; overflow-x: auto; overflow-y: hidden; padding: 10px; }
    .nav-item { white-space: nowrap; padding: 8px 12px; font-size: 0.85rem; }
    .nav-item.active::before { top: auto; bottom: 0; left: 10%; width: 80%; height: 3px; border-radius: 4px 4px 0 0; }
    main { padding-top: 10px; }
    .tab-content { padding: 15px; width: 95% !important; margin: 15px auto !important; }
}

@media (max-width: 1024px) {
    .tab-content { width: 95% !important; }
}


/* --- Grupos --- */
#tool-grupos .directory-container {
            max-width: 1200px;
            margin: 40px auto;
            padding: 0 20px;
        }#tool-grupos .filter-bar {
            display: flex;
            gap: 15px;
            justify-content: center;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }#tool-grupos .filter-btn {
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.1);
            color: var(--text-main);
            padding: 10px 20px;
            border-radius: 50px;
            cursor: pointer;
            font-family: 'Inter', sans-serif;
            font-weight: 500;
            transition: 0.3s;
        }#tool-grupos .filter-btn:hover, #tool-grupos .filter-btn.active {
            background: var(--primary);
            border-color: var(--primary);
            color: white;
        }#tool-grupos .groups-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
            gap: 25px;
        }#tool-grupos .group-card {
            background: var(--bg-card);
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 16px;
            padding: 25px;
            display: flex;
            flex-direction: column;
            transition: 0.3s;
        }#tool-grupos .group-card:hover {
            transform: translateY(-5px);
            border-color: var(--primary);
            box-shadow: 0 10px 30px rgba(0, 168, 132, 0.15);
        }#tool-grupos .group-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;
        }#tool-grupos .group-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: rgba(0, 168, 132, 0.2);
            color: var(--primary);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
        }#tool-grupos .group-info h3 {
            color: var(--text-main);
            font-size: 1.15rem;
            margin-bottom: 5px;
        }#tool-grupos .group-badge {
            background: rgba(255,255,255,0.1);
            color: var(--text-dim);
            padding: 4px 10px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            display: inline-block;
        }#tool-grupos .group-desc {
            color: var(--text-dim);
            font-size: 0.95rem;
            line-height: 1.5;
            margin-bottom: 20px;
            flex-grow: 1;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }#tool-grupos .group-modal-overlay {
            position: fixed;
            top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(0, 0, 0, 0.75);
            backdrop-filter: blur(5px);
            z-index: 2000;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            pointer-events: none;
            transition: 0.3s;
        }#tool-grupos .group-modal-overlay.active {
            opacity: 1;
            pointer-events: auto;
        }#tool-grupos .group-modal {
            background: var(--bg-card);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 20px;
            width: 90%;
            max-width: 500px;
            max-height: 90vh;
            overflow-y: auto;
            padding: 30px;
            position: relative;
            transform: translateY(20px);
            transition: 0.3s;
            box-shadow: 0 15px 40px rgba(0,0,0,0.5);
        }#tool-grupos .group-modal-overlay.active .group-modal {
            transform: translateY(0);
        }#tool-grupos .group-modal-close {
            position: absolute;
            top: 20px; right: 20px;
            background: rgba(255,255,255,0.1);
            border: none;
            color: white;
            width: 35px; height: 35px;
            border-radius: 50%;
            cursor: pointer;
            display: flex; align-items: center; justify-content: center;
            transition: 0.3s;
        }#tool-grupos .group-modal-close:hover {
            background: rgba(239, 68, 68, 0.8);
        }#tool-grupos .group-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top: 1px solid rgba(255,255,255,0.05);
            padding-top: 15px;
            margin-top: auto;
        }#tool-grupos .member-count {
            color: #00d2ff;
            font-size: 0.85rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 5px;
        }#tool-grupos .btn-join {
            background: var(--primary);
            color: white;
            text-decoration: none;
            padding: 10px 20px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.9rem;
            transition: 0.2s;
        }#tool-grupos .btn-join:hover {
            filter: brightness(1.1);
        }#tool-grupos .register-banner {
            background: linear-gradient(135deg, rgba(0, 168, 132, 0.1), rgba(0, 210, 255, 0.1));
            border: 1px solid var(--primary);
            border-radius: 20px;
            padding: 40px;
            text-align: center;
            margin: 60px auto;
            max-width: 800px;
        }#tool-grupos .seo-article { max-width: 800px; margin: 60px auto; padding: 40px; background: var(--bg-card); border-radius: 20px; border: 1px solid rgba(255,255,255,0.05); line-height: 1.8; color: var(--text-dim); }#tool-grupos .seo-article h2, #tool-grupos .seo-article h3 { color: var(--text-main); margin-top: 30px; margin-bottom: 15px; }#tool-grupos .seo-article p { margin-bottom: 15px; }
    
/* --- Calculadora --- */
#tool-calculadora .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 20px; }@media(max-width: 600px) {
#tool-calculadora .form-row { grid-template-columns: 1fr; } }#tool-calculadora .form-group label { display: block; margin-bottom: 8px; font-weight: 600; color: var(--text-main); font-size: 0.95rem; }#tool-calculadora .input-wrapper { position: relative; }#tool-calculadora .input-wrapper span { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #8696a0; font-weight: 600; }#tool-calculadora .input-wrapper input { width: 100%; padding: 12px 15px 12px 45px !important; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); background: rgba(0,0,0,0.2); color: white; font-family: 'Inter', sans-serif; font-size: 1.1rem; box-sizing: border-box; }#tool-calculadora .input-wrapper.perc span { left: auto; right: 15px; }#tool-calculadora .input-wrapper.perc input { padding: 12px 40px 12px 15px !important; }#tool-calculadora .input-wrapper input:focus { outline: none; border-color: var(--primary); }#tool-calculadora #calc-result { margin-top: 30px; display: none; background: rgba(0,0,0,0.3); padding: 25px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.05); }#tool-calculadora .res-box { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 15px; }#tool-calculadora .res-box:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }#tool-calculadora .res-title { color: var(--text-dim); font-weight: 500; font-size: 1.1rem; }#tool-calculadora .res-value { font-size: 1.6rem; font-weight: 800; color: var(--primary-light); }#tool-calculadora .res-value.highlight { color: #00a884; font-size: 2rem; }#tool-calculadora .seo-article { max-width: 800px; margin: 30px auto; padding: 40px; background: var(--bg-card); border-radius: 20px; border: 1px solid rgba(255,255,255,0.05); line-height: 1.8; color: var(--text-dim); }#tool-calculadora .seo-article h2, #tool-calculadora .seo-article h3 { color: var(--text-main); margin-top: 30px; margin-bottom: 15px; }#tool-calculadora .seo-article p { margin-bottom: 15px; }#tool-calculadora .tab-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 14px;
            padding: 10px;
            margin-bottom: 30px;
        }#tool-calculadora .tab-btn {
            padding: 14px 12px;
            background: rgba(255, 255, 255, 0.01);
            border: 1px solid rgba(255, 255, 255, 0.03);
            border-radius: 10px;
            color: var(--text-dim);
            font-weight: 500;
            font-size: 0.95rem;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            font-family: 'Inter', sans-serif;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            white-space: nowrap;
        }#tool-calculadora .tab-btn i {
            font-size: 1.1rem;
            transition: transform 0.3s ease;
        }#tool-calculadora .tab-btn:hover {
            color: white;
            background: rgba(255, 255, 255, 0.04);
            border-color: rgba(255, 255, 255, 0.1);
            transform: translateY(-1px);
        }#tool-calculadora .tab-btn:hover i {
            transform: scale(1.15);
        }#tool-calculadora #tab-preco.active {
            background: rgba(0, 210, 255, 0.1) !important;
            border: 1px solid rgba(0, 210, 255, 0.3) !important;
            color: white !important;
            font-weight: 600 !important;
            box-shadow: 0 4px 15px rgba(0, 210, 255, 0.1);
        }#tool-calculadora #tab-perda.active {
            background: rgba(245, 158, 11, 0.1) !important;
            border: 1px solid rgba(245, 158, 11, 0.3) !important;
            color: white !important;
            font-weight: 600 !important;
            box-shadow: 0 4px 15px rgba(245, 158, 11, 0.1);
        }#tool-calculadora #tab-parcelas.active {
            background: rgba(168, 85, 247, 0.1) !important;
            border: 1px solid rgba(168, 85, 247, 0.3) !important;
            color: white !important;
            font-weight: 600 !important;
            box-shadow: 0 4px 15px rgba(168, 85, 247, 0.1);
        }#tool-calculadora #tab-unidade.active {
            background: rgba(16, 185, 129, 0.1) !important;
            border: 1px solid rgba(16, 185, 129, 0.3) !important;
            color: white !important;
            font-weight: 600 !important;
            box-shadow: 0 4px 15px rgba(16, 185, 129, 0.1);
        }#tool-calculadora #tab-desconto.active {
            background: rgba(239, 68, 68, 0.1) !important;
            border: 1px solid rgba(239, 68, 68, 0.3) !important;
            color: white !important;
            font-weight: 600 !important;
            box-shadow: 0 4px 15px rgba(239, 68, 68, 0.1);
        }#tool-calculadora #tab-reversa.active {
            background: rgba(236, 72, 153, 0.1) !important;
            border: 1px solid rgba(236, 72, 153, 0.3) !important;
            color: white !important;
            font-weight: 600 !important;
            box-shadow: 0 4px 15px rgba(236, 72, 153, 0.1);
        }@media(max-width: 768px) {
#tool-calculadora .tab-container {
                grid-template-columns: repeat(2, 1fr);
                gap: 8px;
            }#tool-calculadora .tab-btn {
                padding: 12px 10px;
                font-size: 0.88rem;
            }
        }@media(max-width: 480px) {
#tool-calculadora .tab-container {
                grid-template-columns: 1fr;
                gap: 6px;
            }#tool-calculadora .tab-btn {
                padding: 12px;
                font-size: 0.9rem;
            }
        }
    
/* --- Ofertas --- */
#tool-ofertas .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 20px; }@media(max-width: 600px) {
#tool-ofertas .form-row { grid-template-columns: 1fr; } }#tool-ofertas .form-group label { display: block; margin-bottom: 8px; font-weight: 600; color: var(--text-main); font-size: 0.95rem; }#tool-ofertas .input-wrapper { position: relative; }#tool-ofertas .input-wrapper span { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #8696a0; font-weight: 600; }#tool-ofertas .input-wrapper input, #tool-ofertas .input-wrapper select { width: 100%; padding: 12px 15px 12px 45px !important; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); background: rgba(0,0,0,0.2); color: white; font-family: 'Inter', sans-serif; font-size: 1.1rem; box-sizing: border-box; }#tool-ofertas .input-wrapper.perc span { left: auto; right: 15px; }#tool-ofertas .input-wrapper.perc input { padding: 12px 40px 12px 15px !important; }#tool-ofertas .input-wrapper input:focus, #tool-ofertas .input-wrapper select:focus { outline: none; border-color: var(--primary); }#tool-ofertas #calc-result { margin-top: 30px; display: none; }#tool-ofertas .copy-card { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.06); padding: 25px; border-radius: 12px; margin-bottom: 20px; position: relative; transition: 0.3s; }#tool-ofertas .copy-card:hover { border-color: var(--primary); }#tool-ofertas .copy-card-title { color: #00d2ff; font-weight: 700; font-size: 1.05rem; margin-bottom: 12px; display: flex; align-items: center; gap: 6px; text-transform: uppercase; letter-spacing: 0.5px; }#tool-ofertas .copy-textarea { width: 100%; height: 160px; background: rgba(0, 0, 0, 0.4); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 8px; color: #e9edef; font-family: 'Inter', monospace, sans-serif; font-size: 0.95rem; padding: 15px; box-sizing: border-box; resize: none; line-height: 1.5; margin-bottom: 15px; }#tool-ofertas .copy-textarea:focus { outline: none; border-color: var(--primary); }#tool-ofertas .seo-article { max-width: 800px; margin: 30px auto; padding: 40px; background: var(--bg-card); border-radius: 20px; border: 1px solid rgba(255,255,255,0.05); line-height: 1.8; color: var(--text-dim); }#tool-ofertas .seo-article h2, #tool-ofertas .seo-article h3 { color: var(--text-main); margin-top: 30px; margin-bottom: 15px; }#tool-ofertas .seo-article p { margin-bottom: 15px; }
    
/* --- Melhor Horário --- */
#tool-horario .form-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 15px; margin-bottom: 20px; }@media(max-width: 768px) {
#tool-horario .form-row { grid-template-columns: 1fr; } }#tool-horario .form-group label { display: block; margin-bottom: 8px; font-weight: 600; color: var(--text-main); font-size: 0.95rem; }#tool-horario .input-wrapper select { width: 100%; padding: 12px 15px 12px 40px !important; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); background: rgba(0,0,0,0.2); color: white; font-family: 'Inter', sans-serif; font-size: 1rem; box-sizing: border-box; cursor: pointer; }#tool-horario .input-wrapper select:focus { outline: none; border-color: var(--primary); }#tool-horario .input-wrapper span { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #8696a0; font-size: 1rem; pointer-events: none; }#tool-horario #calc-result { margin-top: 30px; display: none; }#tool-horario .time-slot-card { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.06); padding: 15px 20px; border-radius: 12px; display: flex; align-items: center; gap: 15px; transition: 0.3s; }#tool-horario .time-slot-card:hover { border-color: var(--primary); background: rgba(255, 255, 255, 0.05); }#tool-horario .time-slot-number { width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1rem; }#tool-horario .time-slot-number.pos1 { background: rgba(239, 68, 68, 0.15); color: #ef4444; border: 1px solid rgba(239, 68, 68, 0.3); }#tool-horario .time-slot-number.pos2 { background: rgba(245, 158, 11, 0.15); color: #f59e0b; border: 1px solid rgba(245, 158, 11, 0.3); }#tool-horario .time-slot-number.pos3 { background: rgba(0, 168, 132, 0.15); color: #00a884; border: 1px solid rgba(0, 168, 132, 0.3); }#tool-horario .time-slot-info { text-align: left; }#tool-horario .time-slot-title { font-weight: 700; color: white; font-size: 1.05rem; }#tool-horario .time-slot-subtitle { color: var(--text-dim); font-size: 0.85rem; margin-top: 2px; }#tool-horario .seo-article { max-width: 800px; margin: 30px auto; padding: 40px; background: var(--bg-card); border-radius: 20px; border: 1px solid rgba(255,255,255,0.05); line-height: 1.8; color: var(--text-dim); }#tool-horario .seo-article h2, #tool-horario .seo-article h3 { color: var(--text-main); margin-top: 30px; margin-bottom: 15px; }#tool-horario .seo-article p { margin-bottom: 15px; }
    
/* --- Scripts --- */
#tool-scripts .form-group label { display: block; margin-bottom: 8px; font-weight: 600; color: var(--text-main); }#tool-scripts .form-group select { width: 100%; padding: 12px 15px; height: 55px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); background: rgba(0,0,0,0.3); color: white; font-family: 'Inter', sans-serif; font-size: 1.1rem; cursor: pointer; line-height: 1.5; box-sizing: border-box; }#tool-scripts .form-group select:focus { outline: none; border-color: var(--primary); }#tool-scripts #scripts-result { margin-top: 30px; display: none; }#tool-scripts .script-card { background: rgba(0,0,0,0.2); border: 1px solid rgba(255,255,255,0.05); padding: 20px; border-radius: 12px; margin-bottom: 20px; position: relative; }#tool-scripts .script-card p { margin-bottom: 15px; font-size: 1.05rem; line-height: 1.5; color: var(--text-main); }#tool-scripts .btn-copy-script { background: transparent; border: 1px solid var(--primary); color: var(--primary); padding: 8px 15px; border-radius: 6px; cursor: pointer; font-weight: 600; transition: 0.2s; }#tool-scripts .btn-copy-script:hover { background: var(--primary); color: white; }#tool-scripts .seo-article { max-width: 800px; margin: 30px auto; padding: 40px; background: var(--bg-card); border-radius: 20px; border: 1px solid rgba(255,255,255,0.05); line-height: 1.8; color: var(--text-dim); }#tool-scripts .seo-article h2, #tool-scripts .seo-article h3 { color: var(--text-main); margin-top: 30px; margin-bottom: 15px; }#tool-scripts .seo-article p { margin-bottom: 15px; }#tool-scripts .cta-box { background: linear-gradient(135deg, rgba(0, 168, 132, 0.1), rgba(0, 210, 255, 0.1)); border: 1px solid var(--primary); padding: 30px; border-radius: 15px; text-align: center; margin-top: 40px; }
    
/* --- Gerador Links --- */
#tool-links .form-group {
            margin-bottom: 20px;
            text-align: left;
        }#tool-links .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: var(--text-main);
        }#tool-links .form-group input, #tool-links .form-group textarea {
            width: 100%;
            padding: 12px 15px;
            border-radius: 8px;
            border: 1px solid rgba(255,255,255,0.1);
            background: rgba(0,0,0,0.2);
            color: white;
            font-family: 'Inter', sans-serif;
            box-sizing: border-box;
        }#tool-links .form-group textarea {
            resize: vertical;
            min-height: 100px;
        }#tool-links .form-group input:focus, #tool-links .form-group textarea:focus {
            outline: none;
            border-color: var(--primary);
        }#tool-links #result-area {
            display: none;
            margin-top: 30px;
            padding-top: 30px;
            border-top: 1px solid rgba(255,255,255,0.1);
        }#tool-links .link-output {
            background: rgba(0,0,0,0.3);
            padding: 15px;
            border-radius: 8px;
            word-break: break-all;
            color: var(--primary-light);
            font-family: monospace;
            margin-bottom: 15px;
        }#tool-links .qr-code-wrapper {
            background: white;
            padding: 15px;
            border-radius: 12px;
            display: inline-block;
            margin-top: 15px;
        }#tool-links .seo-article {
            max-width: 800px;
            margin: 30px auto;
            padding: 40px;
            background: var(--bg-card);
            border-radius: 20px;
            border: 1px solid rgba(255,255,255,0.05);
            line-height: 1.8;
            color: var(--text-dim);
        }#tool-links .seo-article h2, #tool-links .seo-article h3 {
            color: var(--text-main);
            margin-top: 30px;
            margin-bottom: 15px;
        }#tool-links .seo-article h2 {
            font-size: 2rem;
            font-weight: 800;
        }#tool-links .seo-article h3 {
            font-size: 1.4rem;
        }#tool-links .seo-article p {
            margin-bottom: 15px;
        }#tool-links .seo-article ul {
            margin-left: 20px;
            margin-bottom: 20px;
        }#tool-links .cta-box {
            background: linear-gradient(135deg, rgba(0, 168, 132, 0.1) 0%, rgba(0, 210, 255, 0.1) 100%);
            border: 1px solid var(--primary);
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            margin-top: 40px;
        }
/* Auto-extracted inline styles */
.tool-component-1 { height: 1px; background: rgba(255,255,255,0.05); margin: 10px 0; }
.hero-icon { color: #00d2ff; }
.tool-icon-3 { color: #00a884; }
.tool-icon-4 { color: #f59e0b; }
.tool-icon-5 { color: #ef4444; }
.tool-icon-6 { color: #a855f7; }
.tool-icon-7 { color: #ec4899; }
.hero-wrapper { padding-top: 20px; padding-bottom: 20px; text-align: center; flex-direction: column; justify-content: flex-start; min-height: auto; }
.hero-content { max-width: 800px; margin: 0 auto; margin-bottom: 40px; }
.hero-title { font-size: 2.8rem; margin-bottom: 20px; }
.hero-subtitle { font-size: 1.2rem; color: var(--text-dim); }
.tool-component-12 { margin: 0 auto; width: 100%; }
.tool-component-13 { display: flex; justify-content: center; gap: 20px; align-items: center; margin-bottom: 40px; flex-wrap: wrap; }
.tool-component-14 { margin-bottom: 0; }
.tool-component-15 { display: flex; align-items: center; gap: 10px; }
.tool-component-16 { color: var(--text-dim); font-size: 0.9rem; font-weight: 500; }
.tool-component-17 { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: var(--text-main); padding: 8px 15px; border-radius: 50px; font-family: 'Inter', sans-serif; cursor: pointer; outline: none; }
.tool-component-18 { text-align: left; }
.tool-component-19 { text-align: center; margin-bottom: 30px; }
.tool-component-20 { color: var(--primary); margin-bottom: 10px; font-size: 2rem; }
.tool-component-21 { color: var(--text-main); font-size: 1.1rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.tool-component-23 { grid-column: 1 / -1; }
.tool-component-24 { display: block; margin-bottom: 8px; font-weight: 600; color: white; }
.tool-input-box-25 { width: 100%; padding: 12px 15px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); background: rgba(0,0,0,0.3); color: white; box-sizing: border-box; }
.tool-component-26 { grid-column: 1 / -1; text-align: center; margin-top: 10px; }
.tool-component-27 { padding: 15px 40px; font-size: 1.1rem; width: 100%; max-width: 400px; }
.hero-icon8 { display: none; text-align: center; margin-top: 20px; color: #00a884; font-weight: 600; font-size: 1.1rem; }
.tool-component-29 { text-align: center; padding: 40px; color: var(--text-dim); border-top: 1px solid rgba(255,255,255,0.05); margin-top: 40px; }
.hero-wrapper { text-align: center; }
.hero-content { width: 100%; max-width: 800px; margin: 0 auto; }
.tool-icon-32 { color: #10b981; }
.tool-component-33 { display: block; }
.tool-component-34 { font-size: 0.8rem; font-weight: normal; color: var(--text-dim); }
.tool-component-35 { text-align: left; margin-bottom: 25px; }
.tool-component-36 { width: 100%; font-size: 1.1rem; padding: 15px; }
.tool-alert-danger-37 { display: none; background: linear-gradient(135deg, rgba(239, 68, 68, 0.2), rgba(239, 68, 68, 0.05)); border: 1px solid #ef4444; padding: 15px; border-radius: 8px; margin-top: 20px; text-align: left; }
.tool-component-38 { color: #ff6b6b; font-weight: 700; font-size: 1rem; }
.tool-component-39 { color: var(--text-main); font-size: 0.85rem; margin-top: 5px; line-height: 1.4; margin-bottom: 0; }
.tool-alert-warning-40 { display: none; background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(245, 158, 11, 0.05)); border: 1px solid #f59e0b; padding: 15px; border-radius: 8px; margin-top: 20px; text-align: left; }
.tool-component-41 { color: #fbc531; font-weight: 700; font-size: 1rem; }
.tool-component-42 { display: none; margin-top: 30px; text-align: left; }
.tool-component-43 { margin-bottom: 25px; }
.tool-alert-success-44 { background: linear-gradient(135deg, rgba(0, 168, 132, 0.15), rgba(0, 168, 132, 0.05)); border: 1px solid rgba(0, 168, 132, 0.3); padding: 20px; border-radius: 12px; text-align: center; }
.tool-component-45 { color: var(--text-main); font-weight: 600; font-size: 0.95rem; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.5px; }
.tool-icon-46 { font-size: 1.8rem; font-weight: 800; color: #00d2ff; margin-bottom: 8px; }
.tool-component-47 { color: var(--text-dim); font-size: 0.8rem; line-height: 1.3; }
.tool-alert-danger-48 { background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(239, 68, 68, 0.03)); border: 1px solid rgba(239, 68, 68, 0.2); padding: 20px; border-radius: 12px; text-align: center; }
.tool-icon-49 { font-size: 1.8rem; font-weight: 800; color: #f59e0b; margin-bottom: 8px; }
.tool-component-50 { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.05); padding: 20px; border-radius: 12px; }
.tool-component-51 { color: white; margin-top: 0; margin-bottom: 15px; font-size: 1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.08); padding-bottom: 8px; }
.tool-component-52 { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; font-size: 0.95rem; }
.tool-component-53 { color: var(--text-dim); }
.tool-component-54 { width: 18px; color: #8696a0; }
.tool-component-55 { font-weight: 600; color: white; }
.tool-icon-56 { width: 18px; color: #ef4444; }
.tool-icon-57 { font-weight: 600; color: #ef4444; }
.tool-component-58 { display: flex; justify-content: space-between; align-items: center; font-size: 0.95rem; padding-top: 10px; border-top: 1px solid rgba(255,255,255,0.05); }
.tool-component-59 { color: var(--text-dim); font-weight: 600; }
.tool-icon-60 { width: 18px; color: #00a884; }
.tool-icon-61 { font-weight: 800; color: #00a884; font-size: 1.1rem; }
.tool-component-62 { display: none; }
.tool-component-63 { left: 15px; }
.tool-component-64 { color: #8696a0; }
.tool-component-65 { padding-left: 45px !important; }
.tool-icon-66 { width: 100%; font-size: 1.1rem; padding: 15px; background: linear-gradient(135deg, #f59e0b, #ef4444); border-color: #f59e0b; }
.tool-alert-warning-67 { background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.05)); border: 1px solid rgba(245, 158, 11, 0.3); padding: 20px; border-radius: 12px; text-align: center; }
.tool-alert-danger-68 { background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(239, 68, 68, 0.05)); border: 1px solid rgba(239, 68, 68, 0.3); padding: 20px; border-radius: 12px; text-align: center; }
.tool-icon-69 { font-size: 1.8rem; font-weight: 800; color: #ef4444; margin-bottom: 8px; }
.cta-alert-box { background: linear-gradient(135deg, rgba(0, 168, 132, 0.15), rgba(0, 210, 255, 0.15)); border: 1px solid var(--primary); padding: 25px; border-radius: 15px; text-align: center; }
.cta-alert-title { color: white; margin-top: 0; margin-bottom: 10px; font-size: 1.25rem; }
.cta-alert-text { color: var(--text-main); font-size: 0.95rem; line-height: 1.6; margin-bottom: 20px; }
.tool-component-73 { text-decoration: none; padding: 12px 30px; font-size: 1.1rem; display: inline-block; }
.tool-input-box-74 { width: 100%; padding: 12px 15px 12px 45px !important; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); background: rgba(0,0,0,0.2); color: white; font-family: 'Inter', sans-serif; font-size: 1.1rem; box-sizing: border-box; outline: none; height: 50px; }
.tool-component-75 { background: #1c1e21; }
.tool-icon-76 { width: 100%; font-size: 1.1rem; padding: 15px; background: linear-gradient(135deg, #a855f7, #ec4899); border-color: #a855f7; }
.tool-component-77 { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.05); padding: 20px; border-radius: 12px; display: flex; flex-direction: column; justify-content: space-between; }
.tool-component-78 { color: var(--text-dim); font-weight: 600; font-size: 0.9rem; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.tool-component-79 { font-size: 0.85rem; color: var(--text-main); margin-bottom: 12px; line-height: 1.4; }
.hero-wrapper0 { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 12px; margin-top: 10px; }
.hero-wrapper1 { color: var(--text-dim); font-size: 0.8rem; margin-bottom: 4px; }
.hero-wrapper2 { font-size: 1.25rem; font-weight: 700; color: white; }
.hero-wrapper3 { color: var(--text-dim); font-size: 0.8rem; margin-top: 8px; margin-bottom: 4px; }
.tool-icon-84 { font-size: 1.45rem; font-weight: 800; color: #ef4444; }
.hero-wrapper5 { color: #8696a0; font-size: 0.75rem; }
.tool-alert-success-86 { background: linear-gradient(135deg, rgba(0, 168, 132, 0.15), rgba(0, 168, 132, 0.05)); border: 1px solid rgba(0, 168, 132, 0.3); padding: 20px; border-radius: 12px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-wrapper7 { color: var(--text-main); font-weight: 600; font-size: 0.9rem; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.tool-icon-88 { font-size: 1.25rem; font-weight: 700; color: #00d2ff; }
.tool-icon-89 { font-size: 1.45rem; font-weight: 800; color: #00a884; }
.tool-grid-layout-90 { display: grid; grid-template-columns: 2fr 1fr; gap: 10px; }
.tool-input-box-91 { width: 100%; padding: 12px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); background: rgba(0,0,0,0.2); color: white; font-family: 'Inter', sans-serif; font-size: 1rem; box-sizing: border-box; outline: none; height: 50px; }
.tool-icon-92 { width: 100%; font-size: 1.1rem; padding: 15px; background: linear-gradient(135deg, #10b981, #059669); border-color: #10b981; }
.hero-content3 { background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(16, 185, 129, 0.05)); border: 1px solid rgba(16, 185, 129, 0.3); padding: 25px; border-radius: 12px; text-align: center; margin-bottom: 20px; }
.hero-content4 { color: var(--text-main); font-weight: 600; font-size: 1rem; margin-bottom: 8px; text-transform: uppercase; }
.tool-icon-95 { font-size: 2.2rem; font-weight: 800; color: #10b981; }
.hero-content6 { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; font-size: 0.95rem; }
.tool-icon-97 { width: 18px; color: #10b981; }
.tool-icon-98 { width: 18px; color: #00d2ff; }
.tool-icon-99 { font-weight: 600; color: #00d2ff; }
.tool-icon-100 { width: 18px; color: #f59e0b; }
.tool-icon-101 { font-weight: 800; color: #f59e0b; font-size: 1.05rem; }
.tool-grid-layout-102 { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.tool-icon-103 { width: 100%; font-size: 1.1rem; padding: 15px; background: linear-gradient(135deg, #ef4444, #f59e0b); border-color: #ef4444; }
.tool-component-104 { margin-bottom: 20px; }
.tool-component-105 { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.05); padding: 18px; border-radius: 12px; text-align: center; }
.tool-component-106 { color: var(--text-dim); font-weight: 500; font-size: 0.85rem; margin-bottom: 5px; }
.tool-component-107 { font-size: 1.6rem; font-weight: 800; color: white; }
.tool-alert-danger-108 { background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(239, 68, 68, 0.05)); border: 1px solid rgba(239, 68, 68, 0.3); padding: 18px; border-radius: 12px; text-align: center; }
.tool-component-109 { color: var(--text-main); font-weight: 600; font-size: 0.85rem; margin-bottom: 5px; }
.tool-icon-110 { font-size: 1.6rem; font-weight: 800; color: #ef4444; }
.tool-component-111 { background: rgba(0, 168, 132, 0.08); border: 1px solid rgba(0, 168, 132, 0.25); padding: 20px; border-radius: 12px; display: flex; gap: 15px; align-items: flex-start; line-height: 1.5; }
.tool-icon-112 { color: #00d2ff; font-size: 1.4rem; margin-top: 2px; flex-shrink: 0; }
.tool-component-113 { color: white; margin: 0 0 5px 0; font-size: 0.95rem; }
.tool-component-114 { color: var(--text-dim); font-size: 0.82rem; margin: 0; }
.tool-icon-115 { width: 100%; font-size: 1.1rem; padding: 15px; background: linear-gradient(135deg, #ec4899, #db2777); border-color: #ec4899; }
.tool-component-116 { background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(236, 72, 153, 0.05)); border: 1px solid rgba(236, 72, 153, 0.3); padding: 25px; border-radius: 12px; text-align: center; margin-bottom: 20px; }
.tool-icon-117 { font-size: 2.2rem; font-weight: 800; color: #ec4899; }
.tool-component-118 { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.05); padding: 18px; border-radius: 12px; line-height: 1.6; color: var(--text-dim); font-size: 0.9rem; }
.tool-icon-119 { color: #f59e0b; margin-right: 6px; }
.tool-component-120 { color: white; }
.cta-title { color: var(--primary); margin-top: 0; }
.cta-text { color: var(--text-main); font-weight: 500; font-size: 1.1rem; }
.tool-component-123 { text-decoration: none; padding: 15px 30px; font-size: 1.2rem; }
.tool-icon-124 { width: 100%; font-size: 1.1rem; padding: 15px; background: linear-gradient(135deg, #00a884, #00d2ff); border-color: #00a884; }
.tool-component-125 { color: white; margin-top: 30px; margin-bottom: 20px; font-size: 1.2rem; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 10px; }
.tool-component-126 { padding: 10px 20px; font-size: 0.9rem; width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px; }
.tool-alert-success-127 { background: linear-gradient(135deg, rgba(0, 168, 132, 0.15), rgba(0, 210, 255, 0.15)); border: 1px solid var(--primary); padding: 25px; border-radius: 15px; text-align: center; margin-top: 30px; }
.tool-component-128 { position: relative; }
.tool-component-129 { color: white; margin-top: 30px; margin-bottom: 10px; font-size: 1.25rem; }
.tool-component-130 { color: var(--text-dim); font-size: 0.85rem; margin-bottom: 20px; }
.tool-component-131 { color: white; margin-top: 30px; margin-bottom: 15px; font-size: 1.25rem; }
.tool-grid-layout-132 { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 25px; }
.tool-component-133 { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.05); padding: 20px; border-radius: 12px; margin-bottom: 30px; }
.tool-component-134 { color: white; margin-top: 0; margin-bottom: 10px; font-size: 1rem; display: flex; align-items: center; gap: 8px; }
.tool-component-135 { color: var(--text-dim); font-size: 0.95rem; line-height: 1.5; margin: 0; }
.tool-component-136 { color: var(--primary); text-align: left; margin-bottom: 20px; }
.tool-component-137 { color: #8696a0; display: block; margin-top: 5px; }
.tool-component-138 { margin-bottom: 15px; color: var(--primary); }
.tool-component-139 { display: flex; gap: 10px; justify-content: center; margin-bottom: 20px; }
.tool-component-140 { text-decoration: none; }
.tool-component-141 { margin-top: 20px; margin-bottom: 10px; }
.result-area-hidden { display: none; }
.tool-component-142 { font-size: 0.85rem; color: #8696a0; margin-top: 10px; }
.tool-component-143 { text-align: center; color: var(--text-dim); grid-column: 1/-1; }
.tool-component-144 { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.tool-component-145 { cursor: pointer; }
.tool-component-146 { display: flex; gap: 8px; align-items: center; margin-top: 5px; flex-wrap: wrap; }
.tool-icon-147 { background: rgba(0, 210, 255, 0.1); color: #00d2ff; padding: 4px 10px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; display: inline-flex; align-items: center; gap: 5px; }
.tool-component-148 { display: flex; gap: 10px; align-items: center; width: 100%; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 15px; margin-top: auto; }
.tool-component-149 { flex: 1; justify-content: center; background: transparent; border: 1px solid rgba(255, 255, 255, 0.15); color: var(--text-dim); padding: 10px; border-radius: 8px; font-weight: 500; font-size: 0.8rem; cursor: pointer; display: flex; align-items: center; gap: 5px; transition: 0.2s; }
.offer-card { flex: 1; text-align: center; padding: 10px; display: flex; align-items: center; justify-content: center; border-radius: 8px; font-weight: 600; font-size: 0.9rem; text-decoration: none; background: var(--primary); color: white; transition: 0.2s; }
.tool-component-151 { width: 80px; height: 80px; object-fit: cover; border-radius: 50%; }
.tool-component-152 { font-size: 2.5rem; color: var(--primary); }
.tool-component-153 { text-align: center; margin-bottom: 20px; }
.tool-component-154 { width: 80px; height: 80px; margin: 0 auto 15px; background: rgba(0, 168, 132, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.tool-component-155 { color: white; font-size: 1.5rem; margin-bottom: 10px; }
.tool-component-156 { color: var(--text-dim); font-size: 1rem; line-height: 1.6; margin-bottom: 30px; text-align: justify; padding: 0 10px; }
.tool-component-157 { display: flex; gap: 15px; flex-direction: column; }
.tool-component-158 { width: 100%; text-align: center; padding: 15px; border-radius: 10px; font-weight: 600; font-size: 1.1rem; text-decoration: none; background: var(--primary); color: white; transition: 0.2s; }

/* Wrapper grid que envolve o conteúdo da ferramenta + banner lateral */
.tools-banner-wrapper {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 0;
    align-items: start;
    width: 100%;
}

/* Coluna do conteúdo da ferramenta */
.tools-banner-wrapper #app-root {
    min-width: 0;
}

/* Coluna do banner lateral — sem sticky, apenas flui à direita */
.global-tool-sidebar {
    padding: 0 16px 24px 12px;
    align-self: start;
}

/* Responsivo: empilha abaixo de 900px */
@media (max-width: 900px) {
    .tools-banner-wrapper {
        grid-template-columns: 1fr;
    }
    .global-tool-sidebar {
        padding: 0 16px 24px;
    }
    .sys-vertical-banner-img {
        aspect-ratio: 16/7;
    }
}

/* === STYLES DO MODAL DE GRUPOS DO DIRETÓRIO === */

/* Banner card component */
.sys-vertical-banner {
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(160deg, #0f2233 0%, #0a1a28 100%);
    border: 1px solid rgba(0, 168, 132, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
}
.sys-vertical-banner:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0, 168, 132, 0.25);
}
.sys-vertical-banner-img {
    width: 100%;
    aspect-ratio: 9/14;
    object-fit: cover;
    display: block;
}
.sys-vertical-banner-body {
    padding: 18px 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sys-vertical-banner-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
    margin: 0;
}
.sys-vertical-banner-sub {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin: 0;
}
.sys-vertical-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    padding: 11px 16px;
    border-radius: 50px;
    background: #00a884;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    transition: background 0.2s ease, box-shadow 0.2s ease;
    border: none;
    cursor: pointer;
}
.sys-vertical-banner-btn:hover {
    background: #00d2ff;
    box-shadow: 0 0 18px rgba(0, 210, 255, 0.5);
}

/* Responsivo: empilha abaixo de 900px */
@media (max-width: 900px) {
    #tools-view.tools-view-with-banner {
        grid-template-columns: 1fr;
    }
    .global-tool-sidebar {
        position: static;
        padding: 0 16px 20px;
    }
    .sys-vertical-banner-img {
        aspect-ratio: 16/7;
    }
}

/* === STYLES DO MODAL DE GRUPOS DO DIRETÓRIO === */
.group-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
    box-sizing: border-box;
}

.group-modal-overlay.active {
    display: flex !important;
}

.group-modal {
    background: #111b21;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 30px;
    max-width: 520px;
    width: 100%;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7);
    animation: groupModalPop 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes groupModalPop {
    from { opacity: 0; transform: scale(0.88); }
    to { opacity: 1; transform: scale(1); }
}

.group-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: all 0.2s ease;
    z-index: 2;
}

.group-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}
