*{margin:0;padding:0;box-sizing:border-box}body{font-family:Georgia,serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:20px}header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:30px;margin-bottom:30px;box-shadow:0 10px 30px #0000001a;position:relative}.header-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:20px}.header-text{flex:1;min-width:300px;text-align:center}.profile-photo{width:120px;height:120px;border-radius:50%;overflow:hidden;border:4px solid #3498db;box-shadow:0 5px 15px #0003;flex-shrink:0;background:#e0e0e0;display:flex;align-items:center;justify-content:center;font-size:3em}.profile-photo img{width:100%;height:100%;object-fit:cover}h1{font-size:2.5em;color:#2c3e50;margin-bottom:10px;font-weight:300}.subtitle{font-size:1.2em;color:#7f8c8d;font-style:italic;margin-bottom:20px}.date-info{background:#3498db;color:#fff;padding:10px 20px;border-radius:25px;display:inline-block;font-size:.9em;margin-bottom:15px}.stats{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.stat-item{display:flex;align-items:center;gap:8px;color:#7f8c8d;font-size:.9em}.follow-section{display:flex;align-items:center;gap:12px;justify-content:center;margin-top:14px;flex-wrap:wrap}.follow-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 26px;border-radius:25px;border:none;cursor:pointer;font-size:1em;font-weight:600;font-family:Georgia,serif;transition:all .3s ease;box-shadow:0 3px 12px #00000026}.follow-btn.not-following{background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff}.follow-btn.not-following:hover{background:linear-gradient(135deg,#8e44ad,#7d3c98);transform:translateY(-2px);box-shadow:0 5px 18px #9b59b666}.follow-btn.following{background:linear-gradient(135deg,#27ae60,#229954);color:#fff;cursor:default}.followers-counter{display:none;align-items:center;gap:6px;background:#9b59b61f;border:1.5px solid #9b59b6;color:#7d3c98;padding:8px 16px;border-radius:20px;font-size:.92em;font-weight:600}.followers-counter.visible{display:inline-flex}.follow-modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;align-items:center;justify-content:center}.follow-modal-overlay.open{display:flex}.follow-modal{background:#fff;border-radius:20px;padding:40px 35px;max-width:420px;width:90%;text-align:center;box-shadow:0 20px 60px #0000004d;animation:modalIn .3s ease;position:relative}@keyframes modalIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.follow-modal h3{color:#2c3e50;font-size:1.4em;margin-bottom:8px}.follow-modal p{color:#7f8c8d;font-size:.95em;margin-bottom:20px;line-height:1.5}.follow-modal input[type=text],.follow-modal input[type=email]{width:100%;padding:12px 16px;border:2px solid #ddd;border-radius:10px;font-size:1em;font-family:Georgia,serif;margin-bottom:12px;transition:border-color .3s;box-sizing:border-box}.follow-modal input:focus{outline:none;border-color:#9b59b6}.follow-modal-btn{width:100%;padding:13px;background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff;border:none;border-radius:25px;font-size:1em;font-weight:600;font-family:Georgia,serif;cursor:pointer;transition:all .3s ease;margin-top:4px}.follow-modal-btn:hover{background:linear-gradient(135deg,#8e44ad,#7d3c98);transform:translateY(-2px);box-shadow:0 5px 18px #9b59b666}.follow-modal-close{position:absolute;top:14px;right:18px;background:none;border:none;font-size:1.5em;color:#aaa;cursor:pointer;line-height:1}.follow-modal-close:hover{color:#555}.follow-modal-error{color:#e74c3c;font-size:.88em;margin-top:-6px;margin-bottom:10px;display:none;text-align:left}nav{background:#fffffff7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:0;margin-bottom:30px;box-shadow:0 5px 20px #0000001f;position:sticky;top:10px;z-index:200;overflow:hidden}.nav-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;gap:10px}.nav-current-section{flex:1;text-align:center;font-size:.95em;color:#7f8c8d;font-style:italic;padding:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-toggle-btn{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;border:none;padding:10px 22px;border-radius:25px;cursor:pointer;font-size:.95em;font-weight:600;font-family:Georgia,serif;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.nav-toggle-btn:hover{background:linear-gradient(135deg,#34495e,#2c3e50);transform:translateY(-1px)}.nav-toggle-btn.open{background:linear-gradient(135deg,#e74c3c,#c0392b)}.nav-dropdown{display:none;padding:15px 20px 20px;border-top:1px solid rgba(0,0,0,.08);gap:20px;flex-wrap:wrap}.nav-dropdown.open{display:flex;animation:fadeIn .2s ease}.nav-group{flex:1;min-width:160px}.nav-group-label{display:block;font-size:.75em;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#95a5a6;margin-bottom:10px;padding-bottom:6px;border-bottom:2px solid #ecf0f1}.nav-item{display:block;padding:9px 16px;background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;text-decoration:none;border-radius:20px;transition:all .25s ease;font-weight:500;cursor:pointer;margin-bottom:8px;font-size:.92em}.nav-item:hover{background:linear-gradient(135deg,#e74c3c,#c0392b);transform:translate(4px);box-shadow:0 3px 12px #00000026}.nav-item.active{background:linear-gradient(135deg,#e74c3c,#c0392b);font-weight:700}.back-to-top{position:fixed;bottom:30px;right:30px;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:1.4em;cursor:pointer;box-shadow:0 5px 20px #0000004d;transition:all .3s ease;display:none;align-items:center;justify-content:center;z-index:999;line-height:1}.back-to-top.visible{display:flex;animation:fadeIn .3s ease}.back-to-top:hover{background:linear-gradient(135deg,#3498db,#2980b9);transform:translateY(-4px);box-shadow:0 8px 25px #0006}.main-content{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:30px;box-shadow:0 10px 30px #0000001a;margin-bottom:30px}.content-section{display:none;animation:fadeIn .4s ease-in-out}.content-section.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}header,.site-footer{transition:max-height .4s ease,opacity .35s ease,margin-bottom .4s ease,padding .4s ease;max-height:800px;opacity:1;overflow:hidden}body.section-open header,body.section-open .site-footer{max-height:0!important;opacity:0;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}body.section-open nav{border-radius:0;margin-bottom:0;top:0}body.section-open .main-content{border-radius:0;min-height:calc(100vh - 60px);margin-bottom:0;box-shadow:none}body.section-open .container{padding-left:0;padding-right:0;max-width:100%}.thought-of-day{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:5px solid #3498db;padding:25px;margin:20px 0;border-radius:0 15px 15px 0;position:relative}.thought-of-day h3{color:#2c3e50;margin-bottom:15px}.view-count{position:absolute;top:15px;right:15px;background:#3498db;color:#fff;padding:5px 12px;border-radius:15px;font-size:.85em;display:flex;align-items:center;gap:5px}.category-badge{display:inline-block;background:#9b59b6;color:#fff;padding:5px 12px;border-radius:15px;font-size:.85em;margin:5px 5px 10px 0}.category-filters{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0;justify-content:center}.category-filter-btn{padding:8px 16px;background:#ecf0f1;color:#2c3e50;border:2px solid transparent;border-radius:20px;cursor:pointer;transition:all .3s ease;font-size:.9em}.category-filter-btn:hover{background:#d5dbdb;transform:translateY(-2px)}.category-filter-btn.active{background:#3498db;color:#fff;border-color:#2980b9}blockquote{font-size:1.1em;font-style:italic;color:#555;margin:15px 0;padding:20px;background:#3498db1a;border-radius:10px}.section-content h2{color:#2c3e50;margin-bottom:20px;font-size:2em;text-align:center}.section-content h3{color:#3498db;margin:25px 0 15px;font-size:1.5em}.section-content h4{color:#2c3e50;margin:20px 0 10px;font-size:1.2em}.section-content p{margin-bottom:15px;text-align:justify;font-size:1.1em}.books-section{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;padding:40px;border-radius:15px;margin:30px 0}.books-section h2{text-align:center;margin-bottom:30px;font-size:2.2em}.books-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-bottom:40px}.book-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:25px;border-radius:15px;transition:transform .3s ease,box-shadow .3s ease}.book-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.book-card h4{font-size:1.3em;margin-bottom:15px;color:#fff;min-height:60px}.book-card .book-icon{font-size:4em;text-align:center;margin:15px 0}.book-badge{display:inline-block;background:#27ae60;padding:5px 15px;border-radius:20px;font-size:.85em;margin-bottom:10px}.coauthor-section{border-top:2px solid rgba(255,255,255,.3);padding-top:30px;margin-top:20px}.coauthor-section h3{text-align:center;margin-bottom:25px;font-size:1.5em;opacity:.9}.btn-primary{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;padding:12px 30px;border:none;border-radius:25px;cursor:pointer;font-size:1em;font-weight:500;transition:all .3s ease;text-decoration:none;display:inline-block;margin:10px}.btn-primary:hover{background:linear-gradient(135deg,#c0392b,#a93226);transform:translateY(-2px);box-shadow:0 5px 15px #0003}.btn-secondary{background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff;padding:12px 30px;border:none;border-radius:25px;cursor:pointer;font-size:1em;font-weight:500;transition:all .3s ease;text-decoration:none;display:inline-block;margin:10px}.btn-secondary:hover{background:linear-gradient(135deg,#8e44ad,#7d3c98);transform:translateY(-2px);box-shadow:0 5px 15px #0003}.comment-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:25px;border-radius:15px;margin:30px 0;border:2px solid #3498db}.comment-section h3{color:#2c3e50;margin-bottom:20px;text-align:center;font-size:1.4em}.comment-form-intro{text-align:center;color:#555;margin-bottom:20px;font-size:.95em;line-height:1.6}.comments-display{margin-top:30px}.comment-item{background:#fff;padding:20px;border-radius:10px;margin-bottom:15px;box-shadow:0 2px 10px #0000001a;border-left:4px solid #3498db;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e9ecef;flex-wrap:wrap;gap:10px}.comment-author{font-weight:700;color:#2c3e50;font-size:1.1em}.comment-date{color:#7f8c8d;font-size:.9em}.comment-text{color:#555;line-height:1.8;font-size:1.05em}.comment-pending{background:#fff3cd;border-left-color:#ffc107}.pending-badge{font-size:.85em;color:#856404;background:#ffc107;padding:4px 12px;border-radius:12px;font-weight:500}.comment-reply{background:#f8f9fa;padding:15px;margin:15px 0 0 40px;border-radius:8px;border-left:3px solid #9b59b6}.author-badge{background:#9b59b6;color:#fff;padding:4px 10px;border-radius:12px;font-size:.85em;font-weight:500;margin-left:8px}.reply-form{margin-top:15px;padding-top:15px;border-top:1px solid #e9ecef;display:none}.reply-form.show{display:block;animation:fadeIn .3s ease}.reply-btn{background:#9b59b6;color:#fff;border:none;padding:8px 15px;border-radius:5px;cursor:pointer;font-size:.9em;transition:background .3s ease;margin-top:10px}.reply-btn:hover{background:#8e44ad}.cancel-reply-btn{background:#95a5a6;color:#fff;border:none;padding:8px 15px;border-radius:5px;cursor:pointer;font-size:.9em;transition:background .3s ease;margin-left:5px}.cancel-reply-btn:hover{background:#7f8c8d}.no-comments{text-align:center;padding:30px;color:#7f8c8d;font-size:1.05em}.comments-count-badge{background:#3498db;color:#fff;padding:6px 14px;border-radius:20px;font-size:.9em;display:inline-block;margin-left:10px}.admin-panel{background:#2c3e50;color:#fff;padding:20px;border-radius:15px;margin:30px 0}.admin-section{background:#ffffff1a;padding:20px;border-radius:10px;margin:20px 0}.admin-section h3{color:#3498db;margin-bottom:15px;border-bottom:2px solid #3498db;padding-bottom:10px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#2c3e50}.comment-section .form-group label{color:#2c3e50}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px;border:2px solid #ddd;border-radius:8px;font-size:1em;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3498db}.form-group textarea{min-height:120px;resize:vertical}.comment-section .form-group textarea{min-height:100px}.content-list{background:#fff;color:#333;border-radius:10px;padding:20px;margin-top:20px}.content-item{display:flex;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px solid #eee}.delete-btn{background:#e74c3c;color:#fff;border:none;padding:8px 15px;border-radius:5px;cursor:pointer;font-size:.9em;transition:background .3s ease}.delete-btn:hover{background:#c0392b}.approve-btn{background:#27ae60;color:#fff;border:none;padding:8px 15px;border-radius:5px;cursor:pointer;font-size:.9em;margin-right:5px;transition:background .3s ease}.approve-btn:hover{background:#229954}.notify-toggle{display:flex;align-items:center;gap:10px;margin:12px 0;padding:12px;background:#3498db1a;border-radius:8px;cursor:pointer}.notify-toggle input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#27ae60}.notify-toggle label{cursor:pointer;color:#ecf0f1;font-size:.95em;font-weight:500}.notify-progress{background:#ffffff1a;border-radius:8px;padding:15px;margin-top:10px;display:none}.notify-progress.show{display:block}.notify-progress-bar-wrap{background:#0000004d;border-radius:20px;height:10px;margin:10px 0;overflow:hidden}.notify-progress-bar{background:linear-gradient(135deg,#27ae60,#2ecc71);height:100%;border-radius:20px;transition:width .4s ease}.notify-log{max-height:120px;overflow-y:auto;font-size:.85em;color:#bdc3c7;margin-top:8px}.notify-log p{padding:2px 0;border-bottom:1px solid rgba(255,255,255,.05)}.notify-summary{background:#27ae6033;border:1px solid #27ae60;border-radius:8px;padding:12px;margin-top:10px;color:#2ecc71;font-size:.9em;display:none}.notify-summary.show{display:block}.notify-summary.error{background:#e74c3c33;border-color:#e74c3c;color:#e74c3c}.followers-admin-list{max-height:200px;overflow-y:auto;margin-top:10px}.follower-admin-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#ffffff0d;border-radius:6px;margin-bottom:5px;font-size:.9em}.follower-admin-item span{color:#ecf0f1}.follower-admin-item small{color:#95a5a6}.recommendation-card{background:linear-gradient(135deg,#16a085,#27ae60);color:#fff;padding:25px;border-radius:15px;margin:20px 0;box-shadow:0 5px 20px #0003}.recommendation-card h3{color:#fff;margin-bottom:10px}.recommendation-card h4{color:#fff;margin-bottom:15px;font-size:1.4em}.history-item{background:#fff;color:#333;padding:20px;border-radius:10px;margin:15px 0;box-shadow:0 3px 10px #0000001a}.history-item h4{color:#3498db;margin-bottom:10px}.history-date{color:#7f8c8d;font-size:.9em;margin-bottom:10px}.educacao-home-section{background:linear-gradient(135deg,#e67e22,#d35400);color:#fff;padding:25px;border-radius:15px;margin:20px 0;box-shadow:0 5px 20px #0003}.educacao-home-section h3{color:#fff;margin-bottom:15px;text-align:center}.poem-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:5px solid #9b59b6;padding:25px;margin:20px 0;border-radius:0 15px 15px 0;position:relative}.poem-card h4{color:#2c3e50;margin-bottom:15px;font-size:1.3em}.poem-text{font-family:Georgia,serif;font-style:italic;color:#555;line-height:2;white-space:pre-line;margin:15px 0}.site-footer{background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:25px 20px;margin-top:10px;text-align:center;box-shadow:0 5px 20px #0000001a}.footer-label{color:#7f8c8d;font-size:.95em;margin-bottom:15px;font-style:italic}.footer-credit{color:#b2bec3;font-size:.82em;margin-top:18px}.share-buttons{display:flex;gap:10px;justify-content:center;align-items:center;margin:20px 0;flex-wrap:wrap}.share-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:25px;color:#fff;text-decoration:none;font-size:.9em;font-weight:500;transition:all .3s ease;cursor:pointer;border:none}.share-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.share-whatsapp{background:#25d366}.share-facebook{background:#1877f2}.share-twitter{background:#1da1f2}.share-linkedin{background:#0077b5}.share-telegram{background:#08c}.share-email{background:#ea4335}.success-message{background:#27ae60;color:#fff;padding:15px;border-radius:8px;margin:15px 0;display:none;text-align:center;font-weight:500}.success-message.show{display:block;animation:fadeIn .3s ease}.loading{text-align:center;padding:20px;color:#3498db;font-style:italic}@media (max-width: 768px){.container{padding:10px}h1{font-size:2em}.header-content{flex-direction:column;align-items:center}.profile-photo{margin-bottom:20px}.stats{flex-direction:column;gap:10px}.books-grid{grid-template-columns:1fr}.category-filters{flex-direction:column}.comment-header{flex-direction:column;align-items:flex-start}.comment-reply{margin-left:20px}.nav-group{min-width:100%}.back-to-top{bottom:20px;right:20px;width:44px;height:44px;font-size:1.2em}}
