:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;height:100%;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;flex-direction:column;min-height:100vh;align-items:stretch}h1{font-size:3.2em;line-height:1.1}button{font:inherit;font-weight:600;cursor:pointer;padding:.75em 1.5em;font-size:1em;border:2px solid #646cff;border-radius:8px;background-color:#2d2d2d;color:#fff;transition:border-color .3s ease}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}form input,form textarea,form select{display:block;width:100%;box-sizing:border-box;padding:.5rem .75rem;margin-bottom:.75rem;border:1px solid #cfcfcf;border-radius:.375rem;background:#fff;color:#111;caret-color:auto}body.dark form input,body.dark form textarea,body.dark form select{background:#1e1e1e;color:#fff;border-color:#333;caret-color:#fff}form button{display:block;margin-bottom:.75rem}.header{background-color:#3b82f6;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:15px 30px}.logo{font-size:24px;font-weight:700}body.light .logo a{color:#fff}body.dark .logo a{color:#e5e7eb}.nav-links{display:flex;gap:18px;list-style:none;margin:0;padding:0;align-items:center}.nav-links li{position:relative;cursor:pointer;transition:color .25s ease,transform .12s ease,box-shadow .2s ease;color:#e7f2ff;padding:6px 10px;border-radius:8px;font-weight:600}.nav-links li:hover{color:#03102b;background:#ffffff1f;box-shadow:0 6px 18px #03102b2e}.nav-links a{color:inherit;text-decoration:none;display:block;padding:4px 0}.theme-toggle-button{padding:8px 16px;border:none;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:700;transition:background-color .3s ease,color .3s ease}body.light .theme-toggle-button{background-color:#1d4ec9;color:#fff}body.dark .theme-toggle-button{background-color:#1d4ec9;color:#121212}.theme-toggle-button:hover{opacity:.9}.footer{background-color:#3b82f6;color:#fff;text-align:center;padding:15px;margin-top:30px;position:fixed;bottom:0;width:100%}.posts-page{max-width:800px;margin:40px auto;padding:0 20px;font-family:Arial,sans-serif}.posts-page h1{text-align:center;margin-bottom:30px;color:#333}.post{background-color:#fff;border-radius:8px;box-shadow:0 2px 6px #0000001a;padding:20px;margin-bottom:25px;transition:transform .2s ease,box-shadow .2s ease}.post:hover{transform:translateY(-4px);box-shadow:0 4px 10px #00000026}.post h2{color:#007acc;margin-bottom:10px;font-size:20px}.post p{color:#555;line-height:1.5;margin-bottom:10px}.post a{display:inline-block;text-decoration:none;color:#fff;background-color:#007acc;padding:8px 14px;border-radius:5px;transition:background-color .2s ease}.post a:hover{background-color:#005f99}.text-center{text-align:center}.comment-section{margin-top:40px;padding:20px;background-color:#fafafa;border-radius:8px;box-shadow:0 2px 5px #00000014}.comment-section h3{margin-bottom:20px;color:#333;text-align:left}.comment-section ul{list-style:none;padding:0;margin:0 0 20px}.comment-section li{background-color:#fff;padding:12px 15px;border-radius:6px;margin-bottom:10px;border-left:4px solid #007acc}.comment-section li strong{color:#007acc}.comment-section p{color:#555;line-height:1.5}.comment-section form{display:flex;flex-direction:column;gap:10px}.comment-section input,.comment-section textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-family:inherit;font-size:14px}.comment-section textarea{min-height:80px;resize:vertical}.comment-section button{width:150px;align-self:flex-end;background-color:#007acc;color:#fff;border:none;padding:10px 14px;border-radius:5px;cursor:pointer;transition:background-color .2s ease}.comment-section button:hover{background-color:#005f99}.login-to-comment{margin-bottom:15px;color:#b72020;font-style:italic}.individual-post{max-width:800px;margin:40px auto;padding:0 20px 40px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;font-family:Arial,sans-serif}.individual-post h2{color:#007acc;font-size:24px;margin-bottom:15px;text-align:left}.individual-post p{color:#555;line-height:1.6;margin-bottom:10px}.individual-post strong{color:#333}.text-red-500{color:#e63946}.App{font-family:Arial,sans-serif;background-color:#eef1f5;min-height:100vh;flex:1;display:flex;flex-direction:column}.container{width:80%;margin:0 auto;padding:20px 0;flex:1;display:flex;flex-direction:column}.content{flex:1}.home-container{text-align:center;padding:3rem 1rem}.home-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.home-subtitle{max-width:600px;margin:0 auto 2rem;font-size:1rem;color:#555}.home-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home-btn-primary{background-color:#2563eb;color:#fff;padding:.75rem 1.4rem;border-radius:8px;font-weight:600;text-decoration:none}.home-btn-primary:hover{background-color:#1e40af}.home-btn-secondary{background-color:transparent;border:2px solid #2563eb;color:#2563eb;padding:.75rem 1.4rem;border-radius:8px;font-weight:600;text-decoration:none}.home-btn-secondary:hover{background-color:#eff6ff}@media(max-width:600px){.home-buttons{flex-direction:column}.home-btn-primary,.home-btn-secondary{width:100%;text-align:center}}
