*{margin:0;padding:0;box-sizing:border-box}body{font-family:Lato,sans-serif;font-weight:300;background-color:#121212;color:#fff;line-height:1.8;font-size:16px;letter-spacing:.02em}input,textarea,select,button{font-family:inherit;font-size:100%}a{color:#fff;text-decoration:none}a:hover{text-decoration:underline}.contact-link{border-bottom:1px dashed #ffffff;padding-bottom:1px}.contact-link:hover{text-decoration:none;border-bottom-style:solid}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid #333333}.logo{font-size:1rem;font-weight:300}.logo:hover{text-decoration:none}nav{display:flex;gap:.5rem}nav a{padding:.25rem .5rem}nav a:before{content:"[";color:#666}nav a:after{content:"]";color:#666}nav a:hover{text-decoration:none;background-color:#222}.footer{text-align:center;padding:2rem 1rem;border-top:1px solid #333333;margin-top:auto;font-size:.85rem;color:#666}.footer a{color:inherit}.home,.thoughts-list,.thought-detail,.workout,.about,.subscribe{max-width:640px;margin:3rem auto;padding:0 1.5rem}.hero{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px dashed #333333}.hero h1{font-size:1.25rem;font-weight:300;margin-bottom:.5rem}.hero p{color:#666;font-style:italic}.intro p{margin-bottom:1rem}.intro p:before{content:"— ";color:#666}.links{display:flex;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px dashed #333333}.links a{padding:.5rem 1rem;border:1px solid #333333;background-color:transparent}.links a:hover{text-decoration:none;background-color:#222;border-color:#666}.links a:before{content:"→ ";color:#666}.workout .content{text-align:left}.workout .content ul,.workout .content ol{margin-left:1.5rem;padding-left:0}.workout-header{text-align:left;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px dashed #333333}.workout-header h1{font-size:1.1rem;font-weight:300;letter-spacing:.1em}.workout-header p{margin-top:.5rem;font-style:italic;color:#666}.thought-preview{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px dashed #333333}.thought-preview:last-child{border-bottom:none;margin-bottom:0}.thought-preview h2{font-size:1rem;font-weight:300;margin-bottom:.5rem}.thought-preview h2:before{content:"# ";color:#666}.content{margin:1rem 0}.thought-detail{text-align:left}.thought-detail>small{display:block;text-align:center;margin-bottom:1rem}.thought-detail h1{text-align:center;margin-bottom:2rem}.thought-detail .content p{margin-bottom:1.5rem}.thought-detail .content li{margin-bottom:.75rem;text-align:left}.comments{margin-top:2.5rem;padding-top:1.5rem;border-top:1px dashed #333333}.comment{margin-bottom:1rem;padding:1rem;background-color:#111;border:none}.comment-form{margin-top:1.5rem}.comment-form textarea{width:100%;min-height:100px;border:1px solid #333333;padding:.75rem;margin-bottom:.75rem;background-color:#111;color:#fff;resize:vertical}.comment-form textarea:focus{outline:none;border-color:#666}.comment-form button{background:#fff;color:#000;border:none;padding:.5rem 1.25rem;cursor:pointer}.comment-form button:hover{background:#ccc}.comment-form .error{color:#f66;font-size:.9em;margin-bottom:.5rem}h1,h2,h3{font-weight:300;margin:1.5rem 0 .75rem}h1{font-size:1.1rem}h2{font-size:1rem}h3{font-size:.95rem}p{margin-bottom:1rem}ul,ol{margin-left:1.5rem;margin-bottom:1rem}li{margin-bottom:.25rem}li::marker{color:#666}blockquote{border-left:2px solid #333333;padding-left:1rem;margin:1rem 0;color:#999;font-style:italic}code{font-family:Lato,sans-serif;background-color:#111;padding:.15rem .35rem}pre{background-color:#111;padding:1rem;overflow-x:auto;margin:1rem 0}.about h1{font-size:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px dashed #333333}.subscribe-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px dashed #333333}.subscribe-header h1{font-size:1.1rem;font-weight:300;letter-spacing:.1em}.subscribe-header p{margin-top:.5rem;font-style:italic;color:#666}.subscribe-form{display:flex;flex-direction:column;gap:1rem}.subscribe-form input{border:1px solid #333333;padding:.75rem;font-size:1rem;background-color:#111;color:#fff}.subscribe-form input:focus{outline:none;border-color:#666}.subscribe-form button{background:transparent;color:#fff;border:none;padding:.25rem .5rem;cursor:pointer;align-self:center;font-weight:300}.subscribe-form button:before{content:"[";color:#666}.subscribe-form button:after{content:"]";color:#666}.subscribe-form button:hover{background-color:#222}.subscribe-form button:disabled{color:#666;cursor:not-allowed}.subscribe-form button:disabled:hover{background:transparent}.subscribe-form .error{color:#f66;font-size:.9em}.contact-form{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.contact-form input,.contact-form textarea{border:1px solid #333333;padding:.75rem;font-size:1rem;background-color:#111;color:#fff}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#666}.contact-form button{background:#fff;color:#000;border:none;padding:.6rem 1.25rem;cursor:pointer;align-self:flex-start}.contact-form button:hover{background:#ccc}.contact-form button:disabled{background:#333;color:#666;cursor:not-allowed}.success{color:#fff;font-style:italic;padding:1rem;background-color:#111}.App{min-height:100vh;display:flex;flex-direction:column}::selection{background-color:#333;color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#121212}::-webkit-scrollbar-thumb{background:#333}::-webkit-scrollbar-thumb:hover{background:#666}@media (max-width: 768px){.home,.thoughts-list,.thought-detail,.workout,.about,.subscribe{margin:2rem auto;padding:0 1.25rem}.header{padding:1rem 1.25rem}.footer{padding:1.5rem 1rem}}@media (max-width: 480px){body{font-size:15px}.header{flex-direction:column;gap:.75rem;padding:1rem;text-align:center}nav{gap:.25rem;flex-wrap:wrap;justify-content:center}nav a{padding:.5rem .75rem;min-height:44px;display:flex;align-items:center}.home,.thoughts-list,.thought-detail,.workout,.about,.subscribe{margin:1.5rem auto;padding:0 1rem}.hero{margin-bottom:1.5rem;padding-bottom:1rem}.hero h1{font-size:1.15rem}.links{flex-direction:column;gap:.75rem;margin-top:2rem;padding-top:1rem}.links a{text-align:center;padding:.75rem 1rem;min-height:44px}.thought-preview{margin-bottom:1.5rem;padding-bottom:1rem}.thought-detail h1,.workout-header,.subscribe-header{margin-bottom:1.5rem}.subscribe-form input,.contact-form input,.contact-form textarea,.comment-form textarea{padding:.875rem;font-size:16px;min-height:48px}.subscribe-form button{padding:.75rem 1rem;min-height:44px}.contact-form button,.comment-form button{padding:.75rem 1.5rem;min-height:44px;width:100%}.footer{padding:1.25rem 1rem;font-size:.8rem}h1,h2,h3{margin:1.25rem 0 .5rem}blockquote{margin:.75rem 0;padding-left:.75rem}pre{padding:.75rem;font-size:.9em}ul,ol{margin-left:1.25rem}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}@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}}.card{padding:2em}.read-the-docs{color:#888}
