@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Montserrat:wght@700;900&display=swap');

:root {
    --primary-dark: #0a192f;
    --primary-blue: #003366;
    --primary-light: #174b82;
    --gold: #d4af37;
    --gold-light: #f5d76e;
    --ccm-green: #1f603c;
    --ccm-green-light: #2b8c56;
    --bg-color: #f8fafc;
    --surface: #ffffff;
    --text-main: #2d3748;
    --text-light: #718096;
    --danger: #e53e3e;
    --success: #38a169;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; background-color: var(--bg-color); color: var(--text-main); display: flex; flex-direction: column; min-height: 100vh; }
.text-center { text-align: center; }

.navbar { background: rgba(10, 25, 47, 0.98); backdrop-filter: blur(10px); padding: 12px 40px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 3px solid var(--gold); box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
.logo-area { display: flex; align-items: center; gap: 15px; }
.nav-logo { width: 45px; height: 45px; border-radius: 50%; border: 2px solid var(--gold); object-fit: cover; }
.nav-title { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; color: white; text-transform: uppercase; letter-spacing: 1px; }
.nav-right-container { display: flex; align-items: center; gap: 20px; }
.nav-list { list-style: none; display: flex; gap: 20px; align-items: center; }
.nav-list li a { color: #e2e8f0; text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: 0.3s; padding: 8px 12px; border-radius: 6px; }
.nav-list li a:hover, .nav-list li a.active { background: rgba(255,255,255,0.1); color: var(--gold); }
.admin-link { border: 1px solid var(--gold); color: var(--gold) !important; }
.admin-link:hover { background: var(--gold) !important; color: var(--primary-dark) !important; }

.notif-wrapper { position: relative; }
.nav-notif-btn { background: rgba(255,255,255,0.1); border: 1px solid rgba(212,175,55,0.4); color: white; border-radius: 50%; width: 42px; height: 42px; display: flex; justify-content: center; align-items: center; font-size: 1.2rem; cursor: pointer; transition: 0.3s; position: relative; }
.nav-notif-btn:hover { background: rgba(212,175,55,0.2); transform: scale(1.05); }
.notif-badge { position: absolute; top: -3px; right: -3px; background: var(--danger); color: white; font-size: 0.7rem; font-weight: bold; border-radius: 10px; padding: 2px 6px; min-width: 18px; text-align: center; border: 2px solid var(--primary-dark); animation: pulseBadge 2s infinite; }

@keyframes pulseBadge {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

.notif-dropdown { position: absolute; right: 0; top: 50px; width: 320px; max-height: 400px; background: white; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,0.25); border: 1px solid #e2e8f0; overflow-y: auto; z-index: 2000; display: none; flex-direction: column; }
.notif-dropdown.active { display: flex; animation: fadeInScale 0.25s ease-out; }
.notif-header { padding: 15px; border-bottom: 1px solid #edf2f7; font-weight: bold; color: var(--primary-dark); font-family: 'Montserrat', sans-serif; display: flex; justify-content: space-between; align-items: center; background: #f8fafc; border-top-left-radius: 14px; border-top-right-radius: 14px; }
.notif-header span { font-size: 0.95rem; }
.notif-list { display: flex; flex-direction: column; }
.notif-item { padding: 12px 15px; border-bottom: 1px solid #f0f4f8; cursor: pointer; transition: 0.2s; text-align: left; }
.notif-item:hover { background: #f7fafc; }
.notif-item.unread { background: #f0f7ff; border-left: 4px solid var(--primary-blue); }
.notif-title { font-weight: 600; font-size: 0.88rem; color: var(--primary-dark); margin-bottom: 4px; }
.notif-desc { font-size: 0.8rem; color: var(--text-light); line-height: 1.3; }
.notif-time { font-size: 0.72rem; color: #a0aec0; margin-top: 4px; }
.notif-empty { padding: 30px 15px; text-align: center; color: var(--text-light); font-size: 0.9rem; font-style: italic; }

.main-header { position: relative; background: linear-gradient(135deg, var(--primary-dark), var(--primary-blue)); padding: 60px 20px; text-align: center; color: white; }
.hero-logo { width: 100px; height: 100px; border-radius: 50%; border: 4px solid var(--gold); margin-bottom: 15px; }
.main-header h1 { font-family: 'Montserrat', sans-serif; font-size: 3rem; text-shadow: 2px 4px 10px rgba(0,0,0,0.5); margin-bottom: 10px; }
.lema-container { background: rgba(0,0,0,0.2); padding: 10px 25px; border-radius: 30px; display: inline-block; border: 1px solid rgba(212, 175, 55, 0.3); }
.lema { font-size: 1rem; font-weight: 600; color: var(--gold-light); letter-spacing: 4px; text-transform: uppercase; }

.landing-container { max-width: 1100px; margin: 50px auto; padding: 0 20px; width: 100%; }
.container { max-width: 750px; margin: 0 auto 40px; padding: 0 20px; position: relative; z-index: 10; width: 100%; flex: 1; }
.container-large { max-width: 1200px; margin: 40px auto; padding: 0 20px; width: 100%; flex: 1; }

.landing-intro h2 { font-family: 'Montserrat', sans-serif; font-size: 2.2rem; color: var(--primary-dark); margin-bottom: 15px; }
.landing-intro .subtitle { font-size: 1.15rem; color: #4a5568; line-height: 1.6; max-width: 800px; margin: 0 auto; }
.feature-row { display: flex; align-items: center; gap: 50px; margin-bottom: 70px; }
.feature-row.reverse { flex-direction: row-reverse; }
.feature-text { flex: 1; }
.feature-text h3 { font-family: 'Montserrat', sans-serif; font-size: 1.8rem; color: var(--primary-blue); margin-bottom: 20px; position: relative; padding-bottom: 10px; }
.feature-text h3::after { content: ''; position: absolute; left: 0; bottom: 0; width: 60px; height: 4px; background: var(--gold); border-radius: 2px; }
.feature-text p { font-size: 1.1rem; color: #4a5568; line-height: 1.8; margin-bottom: 15px; }
.feature-image-wrapper { flex: 1; position: relative; }
.feature-image-wrapper::before { content: ''; position: absolute; top: 15px; left: -15px; width: 100%; height: 100%; border: 3px solid var(--gold-light); border-radius: 16px; z-index: 0; }
.feature-row.reverse .feature-image-wrapper::before { left: 15px; }
.feature-img { width: 100%; height: auto; border-radius: 16px; position: relative; z-index: 1; box-shadow: 0 10px 30px rgba(0,0,0,0.15); transition: transform 0.3s ease; }
.feature-img:hover { transform: translateY(-5px); }

.cat-hero { background: white; padding: 40px; border-radius: 20px; box-shadow: 0 8px 30px rgba(0,0,0,0.05); margin-bottom: 40px; border: 1px solid #e2e8f0; }
.cat-hero h2 { font-family: 'Montserrat', sans-serif; color: var(--primary-dark); font-size: 2rem; margin-bottom: 10px; }
.cat-hero p { color: var(--text-light); font-size: 1.1rem; margin-bottom: 25px; }
.search-bar-wrapper { max-width: 650px; margin: 0 auto; position: relative; display: flex; box-shadow: 0 10px 25px rgba(0,51,102,0.1); border-radius: 30px; background: white; overflow: hidden; border: 2px solid #cbd5e0; transition: 0.3s; }
.search-bar-wrapper:focus-within { border-color: var(--primary-light); box-shadow: 0 10px 30px rgba(0,51,102,0.15); transform: translateY(-2px); }
.search-icon { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); font-size: 1.3rem; opacity: 0.5; pointer-events: none; }
.cat-search { width: 100%; padding: 18px 20px 18px 55px; font-size: 1.1rem; border: none; outline: none; background: transparent; font-family: 'Inter', sans-serif; color: var(--primary-dark); }
.search-btn { background: var(--primary-blue); color: white; border: none; padding: 0 30px; font-weight: bold; font-size: 1.05rem; cursor: pointer; transition: 0.3s; }
.search-btn:hover { background: var(--primary-light); }
.categories-grid-pro { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; }
.category-card-pro { background: linear-gradient(to bottom, #ffffff, #f7faf8); padding: 30px 20px; border-radius: 16px; text-align: center; box-shadow: 0 6px 15px rgba(0,0,0,0.04); cursor: pointer; transition: all 0.3s ease; border: 2px solid var(--ccm-green); display: flex; flex-direction: column; align-items: center; justify-content: space-between; height: 100%; }
.category-card-pro:hover { transform: translateY(-5px); border-color: var(--ccm-green-light); box-shadow: 0 12px 25px rgba(31, 96, 60, 0.15); }
.category-card-pro.highlight { border: 2px solid var(--gold); background: linear-gradient(to bottom, #ffffff, #fffdf5); }
.category-card-pro.highlight:hover { border-color: #e5c158; box-shadow: 0 12px 25px rgba(212, 175, 55, 0.2); }
.cat-icon { font-size: 3rem; margin-bottom: 15px; filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); }
.category-card-pro h3 { color: var(--primary-dark); font-family: 'Montserrat', sans-serif; font-size: 1.2rem; margin-bottom: 10px; }
.category-card-pro p { color: #4a5568; font-size: 0.85rem; line-height: 1.5; margin-bottom: 15px; flex-grow: 1; }
.cat-badge { display: inline-block; padding: 6px 15px; background: rgba(31, 96, 60, 0.1); color: var(--ccm-green); font-weight: 700; border-radius: 20px; font-size: 0.8rem; transition: 0.3s; }
.highlight .cat-badge { background: rgba(212, 175, 55, 0.15); color: #9a7d23; }
.category-card-pro:hover .cat-badge { background: var(--ccm-green); color: white; }
.highlight:hover .cat-badge { background: var(--gold); color: white; }

.profile-card-pro { background: white; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); overflow: hidden; margin: 0 auto 30px; border: 1px solid #edf2f7; }
.profile-cover { height: 180px; background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-light) 50%, var(--gold) 100%); position: relative; }
.profile-cover::after { content: ''; position: absolute; width: 100%; height: 100%; background: url('https://www.transparenttextures.com/patterns/cubes.png') opacity(0.2); pointer-events: none; }

.btn-change-cover:hover { background: white; transform: scale(1.05); }

.profile-details-pro { padding: 0 30px 40px; text-align: center; }
.profile-details-pro h2 { font-family: 'Montserrat', sans-serif; font-size: 2.2rem; color: var(--primary-dark); margin-bottom: 5px; }
.profile-tag { display: inline-block; background: rgba(212, 175, 55, 0.15); color: #9a7d23; padding: 6px 15px; border-radius: 20px; font-weight: 700; font-size: 0.9rem; margin-bottom: 25px; }
.profile-stats { display: flex; justify-content: center; align-items: center; gap: 30px; margin-bottom: 30px; background: #f8fafc; padding: 20px; border-radius: 16px; display: inline-flex; }
.stat-box { display: flex; flex-direction: column; align-items: center; }
.stat-num { font-size: 1.8rem; font-weight: 900; color: var(--primary-blue); font-family: 'Montserrat', sans-serif; }
.stat-label { font-size: 0.85rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
.stat-divider { width: 2px; height: 40px; background: #cbd5e0; }
.profile-actions { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.btn-outline-gold { background: transparent; border: 2px solid var(--gold); color: #9a7d23; padding: 12px 25px; border-radius: 12px; font-weight: bold; cursor: pointer; transition: 0.3s; display: flex; align-items: center; gap: 8px; font-size: 1rem; }
.btn-outline-gold:hover { background: var(--gold); color: white; box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3); }

.profile-tabs { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; }
.tab-btn { background: transparent; border: none; padding: 12px 25px; font-size: 1.05rem; font-weight: 700; color: var(--text-light); cursor: pointer; border-bottom: 3px solid transparent; transition: 0.3s; font-family: 'Inter', sans-serif; }
.tab-btn:hover { color: var(--primary-blue); }
.tab-btn.active { color: var(--primary-blue); border-bottom-color: var(--gold); }
.empty-state { text-align: center; padding: 50px 20px; background: white; border-radius: 16px; border: 2px dashed #cbd5e0; grid-column: 1 / -1; }
.empty-state h3 { color: var(--primary-dark); margin-bottom: 10px; font-family: 'Montserrat', sans-serif; }
.empty-state p { color: var(--text-light); }

.google-btn-wrapper { max-width: 280px; margin: 20px auto; }
.btn-google { display: flex; align-items: center; justify-content: center; gap: 12px; background: white; color: #3c4043; border: 1px solid #dadce0; padding: 12px 20px; border-radius: 8px; font-weight: 600; font-size: 1.05rem; cursor: pointer; transition: 0.3s; width: 100%; box-shadow: 0 2px 4px rgba(0,0,0,0.05); font-family: 'Inter', sans-serif; }
.btn-google:hover { background: #f8f9fa; box-shadow: 0 4px 10px rgba(0,0,0,0.1); border-color: #d2e3fc; }
.google-icon { width: 22px; height: 22px; }
.btn-primary { background: linear-gradient(135deg, var(--primary-blue), var(--primary-light)); color: white; border: none; padding: 14px 20px; border-radius: 10px; font-weight: bold; font-size: 1.05rem; cursor: pointer; display: block; width: 100%; transition: 0.3s; margin: 0 auto; }
.btn-primary:hover { box-shadow: 0 5px 15px rgba(0, 51, 102, 0.3); transform: translateY(-2px); }

.auth-banner { background: white; text-align: center; padding: 40px 30px; border-radius: 16px; box-shadow: 0 8px 30px rgba(0,0,0,0.08); margin: 0 auto 40px; border: 2px dashed #cbd5e0; }
.auth-banner h2 { color: var(--primary-dark); margin-bottom: 15px; font-family: 'Montserrat', sans-serif; font-size: 1.8rem; }
.auth-banner p { font-size: 1.1rem; color: #4a5568; margin-bottom: 20px; }
.create-post-box { background: var(--surface); padding: 30px; border-radius: 20px; box-shadow: 0 8px 30px rgba(0,0,0,0.08); margin: 0 auto 40px; border: 1px solid #edf2f7; }
.create-post-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.profile-pic-small { width: 45px; height: 45px; border-radius: 50%; object-fit: cover; border: 2px solid #e2e8f0; }
.create-post-header h2 { font-size: 1.2rem; color: #4a5568; font-weight: 600; }
textarea { width: 100%; min-height: 120px; padding: 18px 20px; border: 2px solid #e2e8f0; border-radius: 12px; font-family: 'Inter', sans-serif; resize: vertical; margin-bottom: 15px; font-size: 1.05rem; color: #2d3748; }
textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus { outline: none; border-color: var(--primary-light); box-shadow: 0 0 0 3px rgba(23, 75, 130, 0.1); }
.post-options { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.category-select { padding: 12px 15px; border-radius: 10px; border: 2px solid #e2e8f0; flex: 1; min-width: 180px; font-size: 1rem; font-weight: 600; color: #4a5568; outline: none; cursor: pointer; }
.upload-btn { background: white; padding: 12px 20px; border: 2px dashed #cbd5e0; border-radius: 10px; cursor: pointer; display: flex; align-items: center; justify-content: center; font-weight: 600; color: #4a5568; transition: 0.3s; flex: 1; min-width: 180px; text-align: center; }
.upload-btn:hover { border-color: var(--primary-light); color: var(--primary-light); background: rgba(23, 75, 130, 0.02); }

.feed-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 30px; width: 100%; }
.post-card-grid { background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.06); cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; border: 1px solid #edf2f7; position: relative; text-align: left; }
.post-card-grid:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(0,0,0,0.12); }
.post-cover { height: 200px; background-size: cover; background-position: center; border-bottom: 1px solid #edf2f7; }
.post-card-body { padding: 25px; display: flex; flex-direction: column; flex-grow: 1; }
.post-card-body h3 { font-family: 'Montserrat', sans-serif; font-size: 1.4rem; color: var(--primary-dark); margin: 12px 0 10px 0; line-height: 1.3; }
.post-excerpt { color: #4a5568; font-size: 1rem; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; flex-grow: 1; }
.post-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; padding-top: 20px; border-top: 1px solid #edf2f7; font-size: 0.85rem; color: #a0aec0; }
.btn-excluir-meu-post { position: absolute; top: 15px; right: 15px; background: rgba(229, 62, 62, 0.9); border: none; color: white; border-radius: 8px; padding: 6px 12px; cursor: pointer; font-size: 0.8rem; font-weight: bold; transition: 0.3s; z-index: 10; backdrop-filter: blur(4px); box-shadow: 0 2px 10px rgba(0,0,0,0.2); }
.btn-excluir-meu-post:hover { background: #c53030; transform: scale(1.05); }

/* Link Autor */
.link-autor:hover { color: var(--primary-light) !important; text-decoration: underline; }
.btn-like-post:hover { transform: scale(1.1); }
#btn-like-modal:hover { transform: scale(1.05); }

.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(10, 25, 47, 0.8); z-index: 2000; display: flex; justify-content: center; align-items: center; backdrop-filter: blur(8px); opacity: 0; transition: opacity 0.3s ease; }
.modal-overlay.active { opacity: 1; }
.modal-content { background: white; width: 95%; max-width: 850px; max-height: 90vh; border-radius: 20px; overflow-y: auto; position: relative; transform: scale(0.95) translateY(20px); transition: transform 0.3s ease; display: flex; flex-direction: column; box-shadow: 0 25px 50px rgba(0,0,0,0.5); }
.modal-overlay.active .modal-content { transform: scale(1) translateY(0); }
.close-modal { position: absolute; top: 20px; right: 25px; font-size: 2rem; cursor: pointer; color: #a0aec0; z-index: 10; background: #edf2f7; border-radius: 50%; width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; transition: 0.2s; line-height: 0; }
.close-modal:hover { background: #e2e8f0; color: var(--danger); transform: rotate(90deg); }
.modal-body { padding: 50px; }
.comments-section { background: #f8fafc; padding: 40px 50px; border-top: 1px solid #e2e8f0; }
.comment-input-area { display: flex; gap: 15px; margin-top: 25px; }

.fade-out { opacity: 0; transform: scale(0.98); transition: all 0.3s ease-out; }
.fade-in { opacity: 1; transform: scale(1); animation: fadeInScale 0.4s ease-out forwards; }
@keyframes fadeInScale {
    from { opacity: 0; transform: scale(0.98) translateY(10px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.site-footer { background: var(--primary-dark); color: #cbd5e0; padding: 50px 20px 20px; border-top: 4px solid var(--gold); margin-top: auto; text-align: center; }
.footer-content-simple { display: flex; flex-direction: column; align-items: center; gap: 8px; max-width: 900px; margin: 0 auto 30px; }
.footer-logo { width: 60px; height: 60px; border-radius: 50%; border: 2px solid var(--gold); margin-bottom: 10px; }
.school-name { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; color: white; margin-bottom: 5px; letter-spacing: 0.5px; }
.footer-info { font-size: 0.95rem; color: #a0aec0; }
.font-light { font-weight: 300; letter-spacing: 0.5px; }
.mt-2 { margin-top: 15px; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 15px; width: 100%; max-width: 700px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; font-size: 0.85rem; color: #718096; letter-spacing: 0.5px; }

.admin-bg-pro { background: radial-gradient(circle at center, #0b2239 0%, #030811 100%); position: relative; overflow: hidden; justify-content: center; align-items: center; min-height: 100vh; }
.glow-circle { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.4; z-index: 0; pointer-events: none; }
.top-left { width: 400px; height: 400px; background: var(--primary-light); top: -100px; left: -100px; }
.bottom-right { width: 500px; height: 500px; background: #6c4e0b; bottom: -150px; right: -150px; }
.admin-back-btn { position: absolute; top: 25px; left: 30px; display: inline-flex; align-items: center; gap: 8px; color: #a0aec0; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: 0.3s; background: rgba(0,0,0,0.3); padding: 10px 18px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(10px); z-index: 20; }
.admin-back-btn:hover { color: white; background: rgba(0,0,0,0.6); border-color: var(--gold); box-shadow: 0 4px 15px rgba(212,175,55,0.2); transform: translateX(-3px); }
.admin-login-container { width: 100%; max-width: 450px; padding: 20px; position: relative; z-index: 10; margin: 0 auto; }
.admin-card-glass { background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px); padding: 50px 40px; border-radius: 24px; text-align: center; border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 30px 60px rgba(0,0,0,0.6), inset 0 0 20px rgba(255,255,255,0.02); }
.admin-brand { margin-bottom: 35px; }
.admin-logo-pro { width: 85px; height: 85px; border-radius: 50%; border: 2px solid rgba(212, 175, 55, 0.8); margin-bottom: 15px; box-shadow: 0 0 25px rgba(212, 175, 55, 0.2); }
.admin-title-pro { font-family: 'Montserrat', sans-serif; color: white; font-size: 1.8rem; letter-spacing: 2px; margin-bottom: 10px; }
.gold-line { width: 50px; height: 3px; background: var(--gold); margin: 0 auto 15px; border-radius: 3px; }
.admin-subtitle { color: #a0aec0; font-size: 0.95rem; font-weight: 300; text-transform: uppercase; letter-spacing: 1px; }
.admin-form-pro .input-glass-group { position: relative; margin-bottom: 20px; display: flex; align-items: center; }
.input-icon { position: absolute; left: 18px; font-size: 1.2rem; opacity: 0.7; }
.admin-form-pro input { width: 100%; padding: 16px 15px 16px 50px; background: rgba(0,0,0,0.2); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; color: white; font-size: 1rem; font-family: 'Inter', sans-serif; transition: 0.3s; }
.admin-form-pro input::placeholder { color: rgba(255,255,255,0.4); }
.admin-form-pro input:focus { outline: none; border-color: var(--gold); background: rgba(0,0,0,0.4); box-shadow: 0 0 15px rgba(212, 175, 55, 0.15); }
.btn-gold-glow { width: 100%; background: linear-gradient(135deg, var(--gold), #b8860b); color: var(--primary-dark); border: none; padding: 16px; border-radius: 12px; font-weight: 800; font-size: 1.1rem; letter-spacing: 1px; cursor: pointer; transition: 0.3s; font-family: 'Montserrat', sans-serif; margin-top: 10px; box-shadow: 0 10px 25px rgba(212, 175, 55, 0.3); }
.btn-gold-glow:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(212, 175, 55, 0.4); filter: brightness(1.1); }
.admin-security-note { margin-top: 30px; display: flex; align-items: center; gap: 15px; background: rgba(229, 62, 62, 0.1); padding: 15px; border-radius: 12px; border-left: 3px solid var(--danger); text-align: left; }
.lock-icon { font-size: 1.5rem; }
.admin-security-note p { color: #fc8181; font-size: 0.8rem; line-height: 1.5; }
.btn-deletar-post-admin:hover { background: #e53e3e !important; color: white !important; box-shadow: 0 4px 15px rgba(229,62,62,0.4); }

@media (max-width: 768px) {
    .menu-toggle { display: flex; flex-direction: column; cursor: pointer; gap: 5px; }
    .menu-toggle .bar { width: 25px; height: 3px; background: white; }
    .nav-list { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: var(--primary-dark); padding: 15px 0; }
    .nav-list.active { display: flex; }
    .feature-row, .feature-row.reverse { flex-direction: column; gap: 30px; text-align: center; }
    .feature-text h3::after { left: 50%; transform: translateX(-50%); }
    .feature-image-wrapper::before { display: none; }
    .modal-body, .comments-section { padding: 30px 20px; }
    .modal-content { width: 100%; height: 100%; max-height: 100%; border-radius: 0; }
    .close-modal { top: 10px; right: 10px; }
}