:root{--bg-dark: #111827;--text-main: #E5E7EB;--text-secondary: #9CA3AF;--primary-blue: #1E3A8A;--accent-amber: #F59E0B;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--text-main);background-color:var(--bg-dark);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;box-sizing:border-box;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1;color:var(--primary-blue)}a{font-weight:500;color:var(--primary-blue);text-decoration:inherit;transition:color .25s}a:hover{color:var(--accent-amber)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--accent-amber);color:#000;cursor:pointer;transition:background-color .25s}button:hover{background-color:var(--primary-blue);color:#fff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.card{padding:2em}.read-the-docs{color:#888}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}@media(prefers-color-scheme:light){:root{--bg-dark: #ffffff;--text-main: #213547;--text-secondary: #5a6b7d;--primary-blue: #2563EB;--accent-amber: #F59E0B}}:root{--bg-dark: #111827;--text-main: #e5e7eb;--text-secondary: #9ca3af;--primary-blue: #1e3a8a;--accent-amber: #f59e0b;--aside-bg: #1e293b;--link-color: black}.aside{color:var(--text-main);background:var(--aside-bg);padding:50px;width:150px;height:100vh;display:flex;flex-direction:column;position:fixed;top:35px;left:0}.nav{box-sizing:border-box;background:var(--primary-blue);padding:12px;width:100%;display:flex;justify-content:flex-end;align-items:center;position:fixed;gap:20px;top:0;left:0;z-index:10}.link{color:var(--text-main);text-decoration:none;padding:.5rem;border-radius:4px;display:flex;align-items:center;gap:8px;transition:background-color .25s}.link:hover{background-color:#0000001a}:root{--bg-dark: #111827;--text-main: #e5e7eb;--text-secondary: #9ca3af;--primary-blue: #1e3a8a;--accent-amber: #f59e0b;--postCard-bg: #1e293b}.postCardContainer{min-width:700px}.postCardContent{background:var(--postCard-bg)}.postCardContent h1{color:var(--text-main);margin:0}.postCardContent p{color:var(--text-secondary)}.postCardActions{background:var(--postCard-bg);display:flex;justify-content:flex-start;gap:4}.postCardActions svg{color:var(--text-secondary);cursor:pointer;transition:color .25s}.postCardActions svg:hover{color:var(--accent-amber)}.post{max-width:100%;width:700px;border-radius:12px;box-shadow:0 4px 8px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;margin:20px auto;background-color:#1e293b;border:1px solid #e5e7eb}#VoltarPost{display:flex;margin:10px 16px -15px 10px;color:#94a3b8;cursor:pointer}.cardActions{display:flex;margin-top:30px;border-top:1px solid #e5e7eb;border-radius:3px;box-shadow:0 4px 8px #0000001a}.postTitle h1{color:#e5e7eb}.comentary{width:700px;border-radius:12px;box-shadow:0 4px 8px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;margin:20px;background-color:#1e293b;border:1px solid #e5e7eb}.writenCommentary p{padding-left:2rem;display:flex}.comentaryActions{display:flex;padding:10px;margin-top:30px;border-top:1px solid #e5e7eb;border-radius:3px;box-shadow:0 4px 8px #0000001a}.userInfo{display:flex;align-items:center;padding:1.5rem 2rem;gap:1rem}.userPhoto{width:50px;height:50px;border-radius:50%;overflow:hidden;border:1px solid #fff;box-shadow:0 0 10px #00000080}.userPhoto img{width:100%;height:100%;object-fit:cover}.username{font-size:1.1rem;font-weight:700}.comentaryDate{margin-left:auto;opacity:30%}
