*{box-sizing:border-box;margin:0;padding:0}body{font-optical-sizing:auto;background:var(--bg);color:var(--text);height:100%;margin:0;padding:0;font-family:Overpass,sans-serif,system-ui;font-style:normal;line-height:1.6}a{color:var(--accent);text-decoration:none}.app-layout{flex-direction:column;flex:1;height:100%;min-height:100vh;display:flex}.navbar{background:var(--card-bg);border-bottom:1px solid var(--border);z-index:500;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;font-size:1.4rem;display:flex;position:sticky;top:0}.navbar .nav-left{align-items:center;display:flex}.navbar .nav-right{align-items:center;gap:1rem;display:flex}.navbar a{color:var(--text);align-items:center;margin-right:1rem;line-height:1;transition:color .2s,transform .1s;display:flex}.navbar a span{margin-top:5px}.navbar a:hover{color:var(--accent-hover)}.navbar a svg{margin-top:-2px;margin-right:.5rem;font-size:1.4rem}.navbar a:last-child{margin-right:0}.main-content{background:linear-gradient(0deg,var(--accent),var(--bg));flex:1;justify-content:center;align-items:stretch;display:flex}@media (max-width:768px){.navbar{flex-direction:column;align-items:flex-start}.projects-grid{grid-template-columns:1fr}.random-quote-container{padding:1rem;font-size:1rem}}.theme-menu{position:relative}.theme-panel{background:var(--card-bg);border:1px solid var(--border);z-index:1000;box-sizing:border-box;border-radius:.75rem;min-width:220px;max-width:90vw;padding:1rem;position:absolute;top:110%;right:0;box-shadow:0 4px 12px #0000004d}.theme-toggle{background:var(--text);color:var(--text-dark);cursor:pointer;border:none;border-radius:.5rem;align-items:center;padding:.4rem .8rem;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.theme-toggle:hover{background:var(--accent-hover)}.theme-reset{background:var(--destructive);color:var(--text);cursor:pointer;border:none;border-radius:.25rem;width:100%;margin-top:.75rem;padding:.4rem .8rem;font-weight:600;transition:background .2s}.theme-reset:hover{background:var(--destructive-hover)}.color-row{justify-content:space-between;align-items:center;gap:1rem;min-width:200px;max-width:200px;margin-bottom:.5rem;display:flex}.color-row input[type=color]{border:2px solid var(--border);cursor:pointer;background:0 0;border-radius:20px;transition:box-shadow .2s}.color-row input[type=color]:hover{box-shadow:0 0 8px var(--accent)}.color-row input[type=color]::-webkit-color-swatch-wrapper{padding:0}.color-row input[type=color]::-webkit-color-swatch{border:none}.color-row input[type=color]::-moz-color-swatch{border:none;padding:0}.color-row label{font-size:.85rem}@media (max-width:800px){.theme-panel{top:110%;left:0;right:auto;transform:translate(0)}}.snow-canvas{pointer-events:none;z-index:999;width:100%;height:100%;position:fixed;top:0;left:0}.snow-toggle{white-space:nowrap;background:var(--text);color:var(--text-dark);cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:170px;padding:.4rem .8rem;font-size:1rem;font-weight:600;transition:background .2s;display:inline-flex}.snow-toggle:hover{background:var(--accent-hover)}.snowflake-icon{margin-left:-1rem;margin-right:.5rem;font-size:1.2rem}.snow-toggle-text{text-align:left;width:85px;display:inline-block}.home{flex-direction:column;gap:2rem;width:80%;margin:0 auto;padding:5rem;display:flex}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;width:100%;margin-top:2rem;margin-bottom:2rem;display:grid}.project-card{background:var(--card-bg);border:1px solid var(--border);border-radius:1rem;flex-direction:column;justify-content:space-between;height:200px;padding:2rem;transition:transform .3s,border-color .3s,box-shadow .3s,filter .3s;display:flex;box-shadow:0 2px 10px #0000001a}.project-card:hover{border-color:var(--accent);box-shadow:0 4px 20px #0003,0 0 15px var(--accent-hover);filter:brightness(1.1);transform:translateY(-6px)}.project-card h2{color:var(--accent);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.project-card p{color:var(--text);font-size:1rem;line-height:1.5}.project-card a{color:var(--accent);margin-top:auto;font-weight:600;text-decoration:none;transition:color .3s,transform .2s}.project-card a:hover{color:var(--accent-hover);transform:scale(1.05)}.project-link{position:relative}.github-note{color:var(--text);opacity:.8;align-items:center;margin-top:1rem;font-size:.9rem;display:flex}.github-note .github-icon{color:var(--text);margin-right:.5rem}.github-note span{margin-top:2px;font-weight:500}@media (max-width:768px){.projects-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.project-card{height:auto}.project-card h2{font-size:1.1rem}.project-card p{font-size:.9rem}}.footer{text-align:center;background:var(--card-bg);border-top:1px solid var(--border);width:100%;padding:1rem 0;position:fixed;bottom:0;left:0}.footer-links{justify-content:center;gap:1rem;display:flex}.footer-links a{color:var(--accent);align-items:center;text-decoration:none;transition:color .2s;display:inline-flex}.footer-links a:hover{color:var(--accent-hover)}.github-icon,.linkedin-icon{margin-right:.5rem;transform:translateY(-1px)}.contact-page{width:100%;height:auto;color:var(--text);justify-content:center;align-items:flex-start;margin:0 auto;padding:3rem 1.5rem;font-family:Overpass,sans-serif;display:flex}.contact-content{text-align:center;background:var(--card-bg);border-radius:1rem;flex:1;width:100%;max-width:800px;margin:0 auto;padding:2rem;box-shadow:0 4px 12px #0003}.contact-content h1{color:var(--accent);margin-bottom:1rem;font-size:2rem}.contact-description{color:var(--text);margin-bottom:2rem;font-size:1rem}.contact-description a{color:var(--accent);font-weight:700;text-decoration:none}.contact-description a:hover{color:var(--accent-hover)}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.row{gap:1.5rem;display:flex}.form-group{flex-direction:column;flex:1;display:flex}.contact-form label{color:var(--text);margin-bottom:.5rem;font-size:1rem;font-weight:700}.contact-form input,.contact-form textarea{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:.5rem;padding:.75rem;font-size:1rem}.contact-form textarea{resize:vertical;min-height:120px}.contact-form button{background:var(--accent);color:var(--text-dark);cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;transition:background-color .3s;display:flex}.contact-form button:disabled{background:var(--border);cursor:not-allowed}.contact-form button:hover:not(:disabled){background:var(--accent-hover)}.form-status{margin-top:1rem;font-size:1rem;font-weight:700}.form-status.success{color:var(--success)}.form-status.error{color:var(--destructive)}@media (max-width:768px){.contact-content{padding:1.5rem}.row{flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea,.contact-form button{font-size:.9rem}}.spinner{border:4px solid var(--border);border-top:4px solid var(--accent);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.random-quote-page{text-align:center;background:linear-gradient(135deg,var(--accent),var(--card-bg));color:var(--text);flex-direction:column;flex:auto;justify-content:center;align-items:center;width:100%;min-height:0;padding:2rem;display:flex}.random-quote-page h1{color:var(--accent);text-shadow:2px 2px 4px #0000004d;margin-bottom:1.5rem;font-size:2.5rem}.random-quote-container{background:var(--card-bg);border:1px solid var(--border);text-align:center;border-radius:1rem;width:100%;max-width:600px;padding:1.5rem;transition:opacity .5s,transform .5s;box-shadow:0 4px 12px #0003}.random-quote-container.fade-in{opacity:1;transform:translateY(0)}.random-quote-container.fade-out{opacity:0;transform:translateY(-20px)}.random-quote-text{color:var(--text);margin-bottom:1rem;font-size:1.5rem;font-style:italic}.random-quote-author{color:var(--accent);font-size:1.2rem;font-weight:700}.random-quote-actions{gap:1rem;margin-top:1.5rem;display:flex}.random-quote-button,.copy-quote-button{background:var(--accent);color:var(--text-dark);cursor:pointer;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:1rem;transition:background-color .3s,transform .2s}.random-quote-button:hover,.copy-quote-button:hover{background:var(--accent-hover);transform:scale(1.05)}.notification{background:var(--accent);color:var(--text-dark);z-index:1000;border-radius:.5rem;padding:.5rem 1rem;font-size:1rem;animation:3s forwards fade-in-out;position:fixed;bottom:6rem;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0003}@keyframes fade-in-out{0%{opacity:0;transform:translate(-50%,10px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,10px)}}@media (max-width:768px){.random-quote-page{margin-bottom:2rem;padding:1rem;font-size:1rem}.random-quote-page h1{margin-bottom:1rem}.random-quote-container{background:var(--card-bg);border:1px solid var(--border);text-align:center;border-radius:1rem;max-width:95%;padding:1.5rem;transition:opacity .5s,transform .5s;box-shadow:0 4px 12px #0003}}.pi-mnemonic-helper{text-align:center;background:linear-gradient(135deg,var(--accent),var(--card-bg));color:var(--text);flex-direction:column;flex:auto;justify-content:flex-start;align-items:center;width:100%;min-height:0;padding:2rem;display:flex}.pi-mnemonic-helper-box{background:var(--card-bg);border:1px solid var(--border);max-width:80%;color:var(--text);text-align:center;border-radius:1rem;margin:2rem auto 6rem;padding:1.5rem;font-family:Overpass,sans-serif}.pi-mnemonic-helper h1{color:var(--accent);margin-bottom:1rem}.mnemonic-input{border:1px solid var(--border);border-radius:.5rem;width:100%;margin:1rem 0;padding:.5rem;font-size:1rem}.mnemonic-words{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.mnemonic-word{border-radius:.3rem;align-items:center;height:2rem;padding:0 .5rem;font-size:1rem;font-weight:700;display:inline-flex}.valid-word{color:#155724;background-color:#d4edda;border:1px solid #c3e6cb}.invalid-word{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb}.word-feedback{color:#888;white-space:nowrap;margin-left:.3rem;font-size:.8rem}.feedback-container{min-height:2rem;margin-top:1rem;font-size:.8rem}.save-button{background-color:var(--accent);color:var(--text-dark);cursor:pointer;border:none;border-radius:.3rem;margin:.5rem 0;padding:.5rem 1rem;font-size:1rem}.save-button:hover{background-color:var(--accent-hover)}.saved-mnemonics{margin-top:1.5rem;padding:0;list-style:none}.saved-mnemonics h2{border-top:2px solid var(--border);color:var(--text);padding-top:1rem}.saved-mnemonic-item{background-color:var(--card-bg);border:1px solid var(--accent);border-radius:.5rem;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:2.5rem 1rem 1rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 2px 6px #0000001a}.saved-mnemonic-item:hover{border:2px solid var(--accent-hover);transform:translateY(-2px)}.saved-mnemonic-item span{color:var(--text);font-size:1rem;font-weight:700}.saved-mnemonic-item .high-score{color:var(--accent);font-size:.9rem}.button-container{justify-content:center;gap:.5rem;display:flex}.practice-button{background-color:var(--accent);color:var(--text-dark);cursor:pointer;border:none;border-radius:.3rem;padding:.4rem .8rem;font-size:.9rem;transition:background-color .2s,transform .1s}.practice-button:hover{background-color:var(--accent-hover)}.delete-button{color:var(--destructive);cursor:pointer;background:0 0;border:none;border-radius:.3rem;padding:.4rem .8rem;font-size:.9rem;transition:color .2s,background-color .2s;position:absolute;top:.5rem;right:.5rem}.delete-button:hover{background-color:var(--destructive-hover);color:var(--text)}.pi-tester{background:var(--card-bg);border:1px solid var(--border);max-width:600px;color:var(--text);text-align:center;border-radius:1rem;margin:2rem auto;padding:1.5rem;font-family:Overpass,sans-serif}.pi-tester h1{color:var(--accent);margin-bottom:1rem}.pi-input{border:1px solid var(--border);text-align:center;caret-color:#0000;border-radius:.5rem;width:200px;margin:1rem 0;padding:.5rem;font-size:1rem}.reset-button{background-color:var(--accent);color:var(--text-dark);cursor:pointer;border:none;border-radius:.3rem;margin-top:1rem;padding:.5rem 1rem;font-size:1rem}.reset-button:hover{background-color:var(--accent-hover)}.feedback{color:var(--text);margin-top:1rem;font-size:1rem}.mnemonic-display{color:var(--text);margin-bottom:1rem;font-size:1.2rem}.start-button{background-color:var(--accent);color:var(--text-dark);cursor:pointer;border:none;border-radius:.3rem;margin-top:1rem;padding:.5rem 1rem;font-size:1rem}.start-button:hover{background-color:var(--accent-hover)}.progress-display{color:var(--text);margin-top:1rem;font-size:1.5rem}.timer-display{justify-content:center;min-height:2rem;font-size:1.2rem;font-weight:700;display:flex}.timer-display strong{text-align:right;width:3rem;margin-left:.5rem;display:inline-block}.back-button{background-color:var(--card-bg);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:1rem;text-decoration:none;transition:background-color .2s,transform .1s;display:inline-flex}.back-button:hover{background-color:var(--accent);color:var(--text-dark);transform:translateY(-2px)}.back-button svg{width:1rem;height:1rem}*{box-sizing:border-box}html,body{height:100%;overflow:hidden}.fishing-game-wrapper{background:0 0;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;display:flex;overflow:scroll}.fishing-game{background:var(--card-bg);width:100%;max-width:1400px;color:var(--text);border-radius:1rem;flex-direction:column;height:90%;max-height:100%;margin-bottom:2rem;padding:2rem;display:flex;overflow:scroll;box-shadow:0 4px 12px #0003}.header{flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1rem;display:flex;position:relative}.header h1{color:var(--accent);margin:0;font-size:2.5rem;animation:1s infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.settings-button{cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;transition:transform .2s;position:absolute;right:0}.settings-button:hover{transform:rotate(20deg)}.settings-menu{background:var(--bg);border:2px solid var(--border);z-index:100;border-radius:.5rem;min-width:200px;margin-top:.5rem;padding:1rem;position:absolute;top:100%;right:0}.reset-button{color:#fff;cursor:pointer;background:#ff6b6b;border:none;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-weight:600;transition:background .2s}.reset-button:hover{background:#ff5252}.stats{flex-wrap:wrap;flex-shrink:0;justify-content:space-around;gap:1rem;min-height:80px;margin-bottom:1rem;display:flex}.stat{background:var(--bg);border:1px solid var(--border);border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;padding:.75rem 1.5rem;display:flex}.stat-label{color:var(--text-secondary);margin-bottom:.25rem;font-size:.85rem}.stat-value{color:var(--accent);font-size:1.5rem;font-weight:700}.feedback-message{background:var(--accent);color:var(--text-dark);z-index:999;pointer-events:none;white-space:nowrap;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:700;animation:.3s ease-out slideIn;position:fixed;top:2rem;left:50%;transform:translate(-50%)}@keyframes slideIn{0%{opacity:0;transform:translate(-50%)translateY(-20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.game-container{flex:1;gap:1.5rem;min-height:0;margin-bottom:1.5rem;display:flex}.lake-section{flex-direction:column;flex:3;gap:1rem;min-height:0;display:flex}.lake{border:3px solid var(--border);cursor:crosshair;background:linear-gradient(#4a90e2 0%,#357abd 100%);border-radius:.5rem;flex:1;width:100%;min-height:400px;position:relative;overflow:hidden;box-shadow:inset 0 0 20px #0000004d}.swirl{cursor:pointer;filter:drop-shadow(0 0 10px #ffffff4d);z-index:1;background:#ffffff4d;border-radius:50%;width:50px;height:50px;transition:filter .2s;animation:1.5s ease-in-out infinite swirl;position:absolute;transform:translate(-50%,-50%)}.swirl:hover{filter:drop-shadow(0 0 20px #fff9)}.swirl.common{background:#64ff6499;width:40px;height:40px}.swirl.rare{background:#ffd70099;width:50px;height:50px;animation:1.2s ease-in-out infinite swirl}.swirl.legendary{filter:drop-shadow(0 0 15px #ff646480);background:#ff646499;width:60px;height:60px;animation:.8s ease-in-out infinite swirl}@keyframes swirl{0%{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.15)}to{transform:translate(-50%,-50%)scale(1)}}.rod{-webkit-user-select:none;user-select:none;pointer-events:none;z-index:20;font-size:2.5rem;animation:.5s ease-out cast;position:absolute;transform:translate(-50%,-50%)rotate(-45deg)}@keyframes cast{0%{opacity:0;transform:translate(-50%,-150%)rotate(-45deg)}to{opacity:1;transform:translate(-50%,-50%)rotate(-45deg)}}.exclamation{color:#ff6b6b;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:21;text-shadow:0 0 10px #ff6464cc;opacity:1;font-size:3rem;font-weight:700;animation:.5s ease-in-out infinite pulse;position:absolute;transform:translate(-50%,-50%)}@keyframes pulse{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.3)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.inventory-section{background:var(--bg);border:2px solid var(--border);border-radius:.5rem;flex-direction:column;flex:1;gap:1rem;min-width:250px;max-width:400px;max-height:100%;padding:1.5rem;display:flex;overflow:hidden}.inventory-section h2{color:var(--accent);flex-shrink:0;margin:0;font-size:1.3rem}.empty-inventory{text-align:center;color:var(--text-secondary);flex-shrink:0;padding:2rem 0;font-style:italic}.caught-fishes{flex-direction:column;flex:1;gap:.75rem;min-height:0;padding-right:.5rem;display:flex;overflow:hidden auto}.caught-fishes::-webkit-scrollbar{width:8px}.caught-fishes::-webkit-scrollbar-track{background:var(--card-bg);border-radius:4px}.caught-fishes::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.caught-fishes::-webkit-scrollbar-thumb:hover{background:var(--accent)}.fish-item{background:var(--card-bg);border-left:4px solid var(--accent);border-radius:.5rem;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem;transition:transform .2s,box-shadow .2s;display:flex}.fish-item:hover{transform:translate(5px);box-shadow:0 2px 8px #0003}.fish-item.common{border-left-color:#64ff64}.fish-item.rare{border-left-color:gold}.fish-item.legendary{background:linear-gradient(90deg,var(--card-bg),#ff64641a);border-left-color:#ff6464}.fish-emoji{font-size:1.5rem}.fish-value{color:var(--accent);text-align:right;min-width:50px;font-weight:700}.sell-individual{background:var(--accent);color:var(--text-dark);cursor:pointer;border:none;border-radius:.3rem;flex-shrink:0;padding:.3rem .6rem;font-size:.9rem;transition:background .2s,opacity .2s}.sell-individual:hover:not(:disabled){background:var(--accent-hover)}.sell-individual:disabled{opacity:.5;cursor:not-allowed}.sell-individual.selling{animation:.6s ease-in-out infinite sellPulse}@keyframes sellPulse{0%,to{opacity:1}50%{opacity:.6}}.inventory-summary{border-top:2px solid var(--border);flex-direction:column;flex-shrink:0;gap:.75rem;padding-top:1rem;display:flex}.inventory-summary p{color:var(--text);margin:0}.inventory-summary strong{color:var(--accent);font-size:1.2rem}.sell-all-button{color:#fff;cursor:pointer;text-shadow:0 1px 2px #0000004d;background:linear-gradient(135deg,#4a7fbf,#2d5a8c) 100% 0/200% 100%;border:none;border-radius:.5rem;flex-shrink:0;padding:.75rem 1rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.sell-all-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #4a7fbf80}.sell-all-button:disabled{opacity:.7;cursor:not-allowed}.actions{flex-wrap:wrap;flex-shrink:0;justify-content:center;gap:1rem;min-height:50px;padding-bottom:.5rem;display:flex}.actions button{background:var(--accent);color:var(--text-dark);cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s,transform .1s;position:relative}.actions button:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-2px)}.actions button:hover:not(:disabled):after{content:attr(title);background:var(--bg);color:var(--text);white-space:nowrap;border:1px solid var(--border);z-index:50;pointer-events:none;border-radius:.3rem;margin-bottom:.5rem;padding:.5rem;font-size:.85rem;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.actions button:disabled{background:var(--border);color:var(--text-secondary);cursor:not-allowed;opacity:.6}@media (max-width:768px){.fishing-game{height:auto;max-height:none}.game-container{flex-direction:column;gap:1rem;min-height:auto}.lake-section{flex:1;min-height:auto}.inventory-section{flex:1;min-width:auto;max-width:none;max-height:300px}.header h1{font-size:1.8rem}.stats{flex-direction:column;gap:.75rem;min-height:auto;margin-bottom:.5rem}.lake{min-height:300px}.actions button{padding:.5rem 1rem;font-size:.85rem}}.header{background-color:var(--info);color:var(--text-light);border-radius:1rem;justify-content:center;align-items:center;height:90px;margin:0 0 45px;display:flex;box-shadow:0 4px 6px #0000001a}.header>img{z-index:1;width:30px;margin-right:7px;position:relative}.header>h1{font-size:1.8rem;font-weight:600}.travel-journal-page{background-color:var(--card-bg-light);width:100%;padding:2rem}.entries{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.entry{background:var(--background-light);border-radius:8px;flex-direction:column;justify-content:flex-start;align-items:center;max-width:380px;padding:20px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 12px #0000001a}.entry:hover{transform:scale(1.02);box-shadow:0 8px 20px #00000026}.entry--image{object-fit:cover;border-radius:5px;width:100%;height:250px}.entry--div{color:var(--bg);margin-top:15px;font-size:1rem}.entry--marker{width:12px;margin-right:6px;position:relative;top:2px}.entry--location{letter-spacing:2px;color:var(--text-dark);margin-right:15px;font-weight:350}.entry--link{color:var(--text-dark);font-weight:200;transition:color .2s}.entry--link:hover{color:var(--accent-hover)}.entry--title{margin-top:5px;margin-bottom:10px;font-size:1.5rem;font-weight:800}.entry--date{color:#777;margin-bottom:10px;font-size:.9rem;font-weight:700}.entry--description{color:#555;font-weight:300}@media (max-width:768px){.entries{flex-direction:column;align-items:center}.entry{max-width:90%;margin-bottom:20px}}.optician-helper{color:var(--text);background-color:var(--bg);flex-wrap:wrap;gap:2rem;padding:2rem;font-family:Overpass,sans-serif;display:flex}.optician-helper h1{color:var(--accent);width:100%;font-size:2rem}.left{flex-direction:column;flex:.5;gap:1rem;display:flex}.right{flex-direction:column;flex:1;gap:2.5rem;display:flex}.questionnaire{flex-direction:column;gap:.5rem;display:flex}.question{flex-direction:column;display:flex}.question p{margin-bottom:.5rem;font-size:1.2rem}.sub-options{gap:1rem;display:flex}.pillbox{text-align:center;cursor:pointer;border-radius:1rem;width:120px;padding:.5rem 1rem;font-size:1rem;font-weight:700;transition:background-color .3s,color .3s;display:inline-block}.pillbox.no{background-color:var(--border);color:var(--text)}.pillbox.yes{background-color:var(--accent);color:var(--text-dark)}.conditions{margin-top:2rem}.conditions h2{margin-bottom:1rem;font-size:1.5rem}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border);padding:.75rem}.probability-meter{background:var(--border);border-radius:.5rem;width:100%;height:1rem;margin-right:.5rem;display:inline-block;overflow:hidden}.probability-fill{background:var(--accent);height:100%}@media (max-width:768px){.optician-helper{flex-direction:column}.left,.right{flex:1}}
