@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&family=Righteous&display=swap");:root{--bg:#ffb8d0;--bg-card:#fff;--bg-card-alt:#e0fffe;--text:#1a1a2e;--text-muted:#4a4a68;--text-light:#6b6b8a;--accent:#ff6b9d;--accent-hover:#ff4081;--yellow:#00d4d4;--yellow-light:#e0fffe;--border:#ffcce0;--border-light:#ffe6f0;--border-dark:#1a1a2e;--shadow:0 4px 20px rgba(0,0,0,.08);--shadow-hover:0 8px 30px rgba(0,0,0,.12);--shadow-card:0 2px 12px rgba(255,107,157,.2);--shadow-hard:6px 6px 0 #1a1a2e;--shadow-hard-hover:8px 8px 0 #1a1a2e;--radius:24px;--radius-sm:8px;--spacing:24px;--max-width:1140px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:17px}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.7;color:var(--text);background:linear-gradient(165deg,#ffb8d0,#ffa0c4 50%,#e8a0ff);background-attachment:fixed;min-height:100vh}a{color:var(--accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-hover)}.site-header{background:var(--yellow);border-top:2px solid var(--border-dark);border-bottom:4px solid var(--border-dark);padding:.2rem 2rem;margin-bottom:2rem;position:relative}.header-inner{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center}.desktop-nav{display:flex;gap:2rem}.main-nav a{font-family:Righteous,cursive;color:var(--text);font-size:1.1rem;font-weight:400;padding:.5rem 0;letter-spacing:.02em;transition:opacity .2s ease}.main-nav a:hover{color:var(--text);opacity:.7}.desktop-right{display:flex;align-items:center;gap:1.5rem}.language-switcher{display:flex;gap:.5rem}.lang-option{padding:.4rem .75rem;font-size:.85rem;font-weight:500;color:var(--text);background:transparent;border:2px solid var(--border-dark);border-radius:50px;transition:all .2s ease;cursor:pointer;font-family:inherit}.lang-option:hover{background:var(--bg-card);color:var(--text)}.lang-option.active{background:var(--bg-card);box-shadow:2px 2px 0 var(--border-dark)}.social-icons{display:flex;gap:.75rem}.social-icon{width:38px;height:38px;border-radius:50%;border:2px solid var(--border-dark);background:transparent;display:flex;align-items:center;justify-content:center;color:var(--text);transition:all .2s ease}.social-icon:hover{background:var(--bg-card);color:var(--text)}.social-icon svg{width:18px;height:18px}.header-icon-menu{position:relative;padding:.5rem 0}.header-icon-btn{width:38px;height:38px;border-radius:50%;border:2px solid var(--border-dark);background:transparent;display:flex;align-items:center;justify-content:center;color:var(--text);cursor:pointer;transition:all .2s ease}.header-icon-btn:hover{background:var(--bg-card)}.header-icon-btn svg{width:20px;height:20px}.header-icon-btn .user-initial{font-family:Righteous,cursive;font-size:1rem;font-weight:400;color:var(--text);line-height:1}.header-dropdown{position:absolute;top:calc(100% - 2px);right:0;min-width:120px;background:var(--bg-card);border:2px solid var(--border-dark);border-radius:var(--radius-sm);box-shadow:4px 4px 0 var(--border-dark);opacity:0;visibility:hidden;transform:translateY(-4px);transition:all .15s ease;z-index:100;overflow:hidden}.header-icon-menu:hover .header-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header-dropdown-item{display:block;width:100%;padding:.6rem 1rem;font-family:inherit;font-size:.9rem;font-weight:500;color:var(--text);background:transparent;border:none;text-align:left;cursor:pointer;transition:background .15s ease;text-decoration:none}.header-dropdown-item:hover{background:var(--yellow-light);color:var(--text)}.header-dropdown-item.active{background:var(--yellow);font-weight:600}.social-widget-icons{display:flex;justify-content:center;gap:1rem}.social-icon-card{width:48px;height:48px;border-radius:12px;border:3px solid var(--border-dark);background:var(--bg-card);display:flex;align-items:center;justify-content:center;color:var(--text);box-shadow:var(--shadow-hard);transition:all .2s ease}.social-icon-card:hover{box-shadow:var(--shadow-hard-hover);transform:translate(-2px,-2px);color:var(--text)}.social-icon-card svg{width:22px;height:22px}.mobile-site-title{display:none;font-family:Righteous,cursive;font-size:1.9rem;font-weight:400;letter-spacing:.02em;color:var(--text);line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;align-items:center;text-shadow:2px 2px 0 #ffa0c4,-1px -1px 0 var(--accent)}.menu-toggle{display:none;flex-direction:column;justify-content:center;flex-shrink:0;gap:5px;width:40px;height:40px;padding:8px;background:transparent;border:2px solid var(--border-dark);border-radius:8px;cursor:pointer;transition:all .2s ease}.menu-toggle:hover{background:var(--bg-card)}.menu-bar{display:block;width:100%;height:2.5px;background:var(--border-dark);border-radius:2px;transition:all .3s ease;transform-origin:center}.menu-toggle.open .menu-bar:first-child{transform:translateY(7.5px) rotate(45deg)}.menu-toggle.open .menu-bar:nth-child(2){opacity:0;transform:scaleX(0)}.menu-toggle.open .menu-bar:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.mobile-menu{display:none;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 2rem}.mobile-menu.open{max-height:500px;padding:1rem 2rem 1.25rem}.mobile-nav{display:flex;flex-direction:column;align-items:flex-end}.mobile-nav a{font-family:Righteous,cursive;color:var(--text);font-size:1.05rem;font-weight:400;letter-spacing:.02em;padding:.4rem;border-radius:var(--radius-sm);transition:background .15s ease}.mobile-nav a:hover{background:hsla(0,0%,100%,.45);color:var(--text)}.mobile-divider{height:2px;background:var(--border-dark);opacity:.2;margin:.6rem 0}.mobile-auth,.mobile-extras{display:flex;justify-content:flex-end;padding:.25rem 0}.mobile-extras{align-items:center;gap:1rem}.mobile-social{display:flex;justify-content:flex-end;gap:.65rem;padding:.25rem 0}@media (max-width:720px){.desktop-nav,.desktop-right{display:none}.mobile-site-title{display:flex}.menu-toggle{display:flex;background:var(--bg-card)}.mobile-menu{display:block}.site-header{padding:.75rem 1rem}.title-section{display:none}.post-single .post-title{font-size:1.5rem;margin-bottom:1.25rem;padding-bottom:1rem}}.title-section{background:transparent;padding:4rem 2rem 3rem;text-align:center}.title-inner{max-width:var(--max-width);margin:0 auto}.site-title{font-family:Righteous,cursive;font-size:clamp(3rem,12vw,7rem);font-weight:400;letter-spacing:.02em;color:var(--text);margin-bottom:.5rem;line-height:1;text-shadow:6px 6px 0 var(--yellow),-2px -2px 0 var(--accent)}.site-tagline{color:var(--text-muted);font-size:1.1rem;font-weight:400;font-style:italic;margin-top:1rem}.site-main{max-width:var(--max-width);margin:0 auto;padding:0 2rem 4rem}.content-wrapper{display:grid;grid-template-columns:1fr 320px;grid-gap:3rem;gap:3rem;align-items:start}.posts{display:flex;flex-direction:column;gap:2rem}.post-card-link{text-decoration:none;color:inherit;display:block}.post-card{background:var(--bg-card);border-radius:var(--radius);padding:2rem;border:3px solid var(--border-dark);box-shadow:var(--shadow-hard);transition:all .2s ease;cursor:pointer}.post-card:hover{box-shadow:var(--shadow-hard-hover);transform:translate(-2px,-2px)}.post-title{font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:700;line-height:1.3;margin-bottom:1rem;transition:color .2s ease}.post-card:hover .post-title{color:var(--accent)}.post-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.post-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;border:2px solid var(--border-dark);flex-shrink:0}.post-avatar .author-image{width:100%;height:100%;object-fit:cover}.post-author{font-weight:700;font-size:.95rem;color:var(--text)}.meta-separator{display:flex;align-items:center;color:var(--text-muted)}.meta-separator svg{width:16px;height:16px}.post-date{font-weight:600}.post-category,.post-date{color:var(--text);font-size:.95rem}.post-category{font-weight:700}.post-excerpt{color:var(--text-muted);font-size:1rem;font-weight:400;line-height:1.75}.post-single{background:var(--bg-card);border-radius:var(--radius);padding:2.5rem;border:3px solid var(--border-dark);box-shadow:var(--shadow-hard)}.post-single .post-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light)}.language-notice{background:var(--yellow-light);border:2px solid var(--yellow);border-radius:var(--radius-sm);padding:1rem 1.5rem;margin-bottom:1.5rem}.language-notice p{color:var(--text);font-size:.95rem;margin:0}.post-single .post-title{font-size:2rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:3px solid var(--yellow)}.post-cover{margin-bottom:2rem;display:flex;justify-content:center}.post-cover-image{max-width:100%;max-height:450px;width:auto;height:auto;border-radius:var(--radius)}.post-content{font-size:1.05rem;line-height:1.9;color:var(--text);font-weight:400}.post-content p{margin-bottom:1.5rem}.post-content h2{font-size:1.5rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;color:var(--text);padding-left:1rem;border-left:4px solid var(--yellow)}.post-content h3{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem}.post-content ol,.post-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.post-content li{margin-bottom:.5rem}.post-content strong{font-weight:600;color:var(--text)}.post-content em{font-style:italic}.post-content code{font-family:SF Mono,Fira Code,Monaco,monospace;font-size:.85em;background:var(--yellow-light);color:var(--text);padding:.2em .5em;border-radius:4px}.post-content pre{background:#1e1e2e;color:#cdd6f4;padding:1.5rem;border-radius:var(--radius-sm);overflow-x:auto;margin-bottom:1.5rem;border-left:4px solid var(--yellow)}.post-content pre code{background:none;padding:0;font-size:.85rem;color:inherit}.post-content blockquote{border-left:4px solid var(--accent);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--yellow-light);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-style:italic;color:var(--text-muted)}.sidebar{display:flex;flex-direction:column;gap:1.5rem;position:-webkit-sticky;position:sticky;top:30px}.widget{background:var(--bg-card);border-radius:var(--radius);padding:0;border:3px solid var(--border-dark);box-shadow:var(--shadow-hard);overflow:hidden}.widget-header{background:var(--yellow);border-bottom:3px solid var(--border-dark);padding:.75rem 1.5rem;text-align:center}.widget-header span{font-family:Righteous,cursive;font-size:1.1rem;font-weight:400;letter-spacing:.02em;color:var(--text)}.widget-content{padding:1.5rem}.widget-content ul{list-style:none}.widget-content li{margin-bottom:.6rem;padding-bottom:.6rem;border-bottom:1px solid var(--border-light)}.widget-content li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.widget-content a{color:var(--text-muted);font-size:.9rem;font-weight:400;transition:all .2s ease;display:block}.widget-content a:hover{color:var(--accent);padding-left:.5rem}.site-footer{background:var(--text);color:#fff;text-align:center;padding:2rem;margin-top:4rem}.site-footer p{font-size:.85rem;font-weight:400;opacity:.8}.page-content{background:var(--bg-card);border-radius:var(--radius);padding:2.5rem;border:3px solid var(--border-dark);box-shadow:var(--shadow-hard)}.page-title{font-family:Righteous,cursive;font-size:2.2rem;font-weight:400;letter-spacing:.02em;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid var(--yellow);display:inline-block}.archive-section{margin-bottom:2.5rem}.archive-section h2{font-family:Righteous,cursive;font-size:1.15rem;font-weight:400;letter-spacing:.02em;color:var(--text);margin-bottom:1rem;padding:.5rem 1rem;background:var(--yellow-light);border-left:4px solid var(--yellow);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.archive-list{list-style:none}.archive-list li{padding:.75rem 0;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center}.archive-list li:last-child{border-bottom:none}.archive-list .post-link{color:var(--text);font-weight:500;transition:all .2s ease}.archive-list .post-link:hover{color:var(--accent);padding-left:.5rem}.archive-list .post-date{font-size:.85rem;color:var(--text-light);background:var(--yellow-light);padding:.25rem .5rem;border-radius:4px}.recursos-intro{font-size:1.05rem;line-height:1.75;color:var(--text-muted)}.recursos-intro,.recursos-section{margin-bottom:2.5rem}.recursos-section h2{font-family:Righteous,cursive;font-size:1.15rem;font-weight:400;letter-spacing:.02em;color:var(--text);margin-bottom:1rem;padding:.5rem 1rem;background:var(--yellow-light);border-left:4px solid var(--yellow);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.recursos-list{list-style:none}.recursos-list li{padding:.75rem 0;border-bottom:1px solid var(--border-light);display:flex;flex-direction:column;gap:.25rem}.recursos-list li:last-child{border-bottom:none}.recursos-list a{color:var(--text);font-weight:600;font-size:1rem;transition:all .2s ease}.recursos-list a:hover{color:var(--accent);padding-left:.5rem}.recursos-description{font-size:.9rem;color:var(--text-light)}@media (max-width:960px){.content-wrapper{grid-template-columns:1fr;gap:2rem}.sidebar{position:static;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.social-widget{display:none}}@media (max-width:640px){html{font-size:16px}.site-header{padding:.75rem 1rem}.mobile-menu.open{padding:1rem 1rem 1.25rem}.mobile-social .social-icon{width:34px;height:34px}.mobile-social .social-icon svg{width:15px;height:15px}.post-single .post-title{font-size:1.35rem}.menu-toggle{width:36px;height:36px}.site-main{padding:0 1rem 3rem}.post-card{padding:1.5rem}.post-card-header{flex-wrap:wrap}.post-single{padding:1.5rem}.sidebar{grid-template-columns:1fr}.widget{padding:1.25rem}.post-content h2{font-size:1.3rem}.site-footer{padding:1.5rem 1rem}}::selection{background:var(--yellow);color:var(--text)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.auth-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem}.auth-container{width:100%;max-width:420px}.auth-card{background:var(--bg-card);border-radius:var(--radius);padding:2.5rem;border:3px solid var(--border-dark);box-shadow:var(--shadow-hard)}.auth-title{font-family:Righteous,cursive;font-size:2rem;font-weight:400;letter-spacing:.02em;color:var(--text);margin-bottom:.5rem;text-align:center}.auth-subtitle{color:var(--text-muted);font-size:.95rem;text-align:center;margin-bottom:2rem}.auth-form{gap:1.25rem}.auth-form,.auth-form .form-group{display:flex;flex-direction:column}.auth-form .form-group{gap:.5rem}.auth-form .form-group label{font-size:.9rem;font-weight:600;color:var(--text)}.auth-form input{width:100%;padding:.85rem 1.25rem;font-family:inherit;font-size:.95rem;color:var(--text);background:#f5f5f5;border:2px solid transparent;border-radius:50px;outline:none;transition:all .2s ease}.auth-form input::placeholder{color:#999}.auth-form input:focus{background:#fff;border-color:var(--yellow);box-shadow:0 0 0 3px rgba(0,212,212,.2)}.auth-form input:disabled{opacity:.6;cursor:not-allowed}.form-hint{font-size:.8rem;color:var(--text-light);margin-top:.25rem}.auth-error{background:#fff0f0;border:2px solid #ff6b6b;border-radius:var(--radius-sm);padding:.85rem 1rem;color:#d63031;font-size:.9rem;text-align:center}.auth-button{display:inline-block;padding:.9rem 2rem;font-family:inherit;font-size:1rem;font-weight:700;color:var(--text);background:var(--yellow);border:2px solid var(--border-dark);border-radius:50px;box-shadow:4px 4px 0 var(--border-dark);cursor:pointer;transition:all .15s ease;text-align:center;text-decoration:none;margin-top:.5rem}.auth-button:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--border-dark);color:var(--text)}.auth-button:active{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--border-dark)}.auth-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-button.secondary{background:var(--bg-card)}.auth-switch{text-align:center;margin-top:1.5rem;font-size:.9rem;color:var(--text-muted)}.auth-switch a{color:var(--accent);font-weight:600}.auth-switch a:hover{text-decoration:underline}.verify-card{text-align:center}.verify-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.verify-icon svg{width:40px;height:40px}.verify-icon.loading,.verify-icon.pending{background:var(--yellow-light);color:var(--text)}.verify-icon.loading{animation:pulse 1.5s ease-in-out infinite}.verify-icon.success{background:#d4edda;color:#155724}.verify-icon.error{background:#f8d7da;color:#721c24}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.verify-message{color:var(--text-muted);font-size:1rem;line-height:1.6;margin-bottom:1rem}.verify-message.error{color:#d63031}.verify-hint{color:var(--text-light);font-size:.85rem;font-style:italic}.verify-card .auth-button{margin-top:1.5rem}.comments-section{margin-top:3rem;padding-top:2rem;border-top:3px solid var(--yellow)}.comments-title{font-family:Righteous,cursive;font-size:1.4rem;font-weight:400;letter-spacing:.02em;color:var(--text);margin-bottom:1.5rem}.comment-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.comment-textarea{width:100%;padding:1rem 1.25rem;font-family:inherit;font-size:.95rem;color:var(--text);background:#f5f5f5;border:2px solid transparent;border-radius:var(--radius-sm);outline:none;resize:vertical;min-height:80px;transition:all .2s ease;line-height:1.6}.comment-textarea::placeholder{color:#999}.comment-textarea:focus{background:#fff;border-color:var(--yellow);box-shadow:0 0 0 3px rgba(0,212,212,.2)}.comment-textarea:disabled{opacity:.6;cursor:not-allowed}.comment-error{color:#d63031;font-size:.85rem}.comment-submit{align-self:flex-start;padding:.65rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:700;color:var(--text);background:var(--yellow);border:2px solid var(--border-dark);border-radius:50px;box-shadow:3px 3px 0 var(--border-dark);cursor:pointer;transition:all .15s ease}.comment-submit:hover{transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--border-dark)}.comment-submit:active{transform:translate(1px,1px);box-shadow:2px 2px 0 var(--border-dark)}.comment-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-prompt{background:var(--yellow-light);border:2px solid var(--yellow);border-radius:var(--radius-sm);padding:1rem 1.5rem;margin-bottom:2rem}.login-prompt p{color:var(--text);font-size:.95rem;margin:0}.login-prompt a{color:var(--accent);font-weight:600}.login-prompt a:hover{text-decoration:underline}.comments-empty{color:var(--text-muted);font-size:.95rem;font-style:italic}.comments-list{display:flex;flex-direction:column;gap:1rem}.comment-item{background:var(--yellow-light);border:2px solid var(--border-light);border-radius:var(--radius-sm);padding:1rem 1.25rem}.comment-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.comment-author{font-weight:700;font-size:.9rem;color:var(--text)}.comment-date{font-size:.8rem;color:var(--text-light)}.comment-content{color:var(--text);font-size:.95rem;line-height:1.65;margin:0;white-space:pre-wrap;word-break:break-word}.header-auth{display:flex;align-items:center;gap:.75rem}.user-name{font-size:.9rem;font-weight:500;color:var(--text)}.header-auth-btn{padding:.4rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;color:var(--text);background:var(--bg-card);border:2px solid var(--border-dark);border-radius:50px;box-shadow:2px 2px 0 var(--border-dark);cursor:pointer;transition:all .15s ease;text-decoration:none}.header-auth-btn:hover{transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--border-dark);color:var(--text)}.header-auth-btn.logout{background:transparent;box-shadow:none}.header-auth-btn.logout:hover{background:var(--bg-card);box-shadow:2px 2px 0 var(--border-dark)}@media (max-width:640px){.auth-card{padding:1.75rem}.auth-title{font-size:1.5rem}.header-auth{gap:.5rem}.user-name{display:none}}@media (hover:none){.post-card:hover{box-shadow:var(--shadow-hard);transform:none}a:hover{color:var(--accent)}.post-card:hover .post-title{color:var(--text)}.main-nav a:hover{opacity:1}.mobile-site-title:hover{color:var(--text)}.lang-option:hover,.menu-toggle:hover,.mobile-nav a:hover,.social-icon:hover{background:transparent}.social-icon-card:hover{box-shadow:var(--shadow-hard);transform:none}.widget-content a:hover{color:var(--text-muted);padding-left:0}.archive-list .post-link:hover,.recursos-list a:hover{color:var(--text);padding-left:0}.comment-submit:hover{transform:none;box-shadow:3px 3px 0 var(--border-dark)}.auth-button:hover{transform:none;box-shadow:4px 4px 0 var(--border-dark)}.header-auth-btn:hover{transform:none;box-shadow:2px 2px 0 var(--border-dark)}.header-auth-btn.logout:hover{background:transparent;box-shadow:none}.auth-switch a:hover,.login-prompt a:hover{text-decoration:none}}