*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{--background:#ffffff;--foreground:#171717;--link-color:#1a73e8;--link-hover-color:#155ab6;--font-sans:Arial,Helvetica,sans-serif;--line-height:1.6;--max-content-width:720px;--border-radius:6px;--transition-speed:0.3s}[data-theme=dark]{--background:#0a0a0a;--foreground:#ededed}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-size:18px;line-height:var(--line-height);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;max-width:100vw;overflow-x:hidden;padding:1rem}.container{display:flex;justify-content:center;align-items:center;max-width:var(--max-content-width);flex-direction:column}h1,h2,h3,h4,h5,h6{color:var(--foreground);margin-bottom:.5rem;font-family:var(--font-sans);font-weight:700;line-height:1.2;text-align:center}h1{margin-top:1.5rem}h2,h3{margin:1.5rem}a{color:var(--link-color);text-decoration:none;transition:color var(--transition-speed);word-break:break-word}a:focus,a:hover{color:var(--link-hover-color);outline:none;text-decoration:underline}button,input[type=time]{font-family:var(--font-sans);font-size:1.3rem;padding:.5rem 1rem;border:1px solid #ccc;border-radius:var(--border-radius);background:var(--background);color:var(--foreground);transition:border-color var(--transition-speed),box-shadow var(--transition-speed)}button:focus,input[type=time]:focus{outline:none;border-color:var(--link-color);box-shadow:0 0 4px var(--link-color)}button{cursor:pointer;user-select:none}button:disabled{cursor:not-allowed;opacity:.6}ul{list-style-type:none}.copy-button{border-radius:var(--border-radius);transition:background-color var(--transition-speed)}@media (max-width:600px){body{font-size:16px}.container,body{padding:.5rem}h1{font-size:1.5rem}}@media (forced-colors:active){a{text-decoration:underline;outline:1px solid}button{border:2px solid WindowText;background:ButtonFace;color:ButtonText}}.container{max-width:720px;margin:0 auto;padding:1rem}.form{display:flex;flex-direction:column;gap:1rem;max-width:400px;width:200px}.form-input,.form-select{font-family:Arial,Helvetica,sans-serif;font-size:1.3rem;padding:.5rem 1rem;border-radius:6px;border:1px solid #ccc;color:var(--foreground);background:var(--background);transition:border-color .3s ease,box-shadow .3s ease}.form-input:focus,.form-select:focus{outline:none;border-color:var(--link-color);box-shadow:0 0 4px var(--link-color)}.btn-primary{font-size:1rem;background-color:var(--link-color);color:white;border:none;border-radius:6px;padding:.75rem 1.5rem;cursor:pointer;transition:background-color .3s ease}.btn-primary:focus,.btn-primary:hover{background-color:var(--link-hover-color);outline:none}.results{margin-top:2rem;max-width:400px;color:var(--link-hover-color);text-align:center}.results-heading{font-weight:600;margin-bottom:.5rem;color:var(--foreground)}.results-list{list-style-type:none}.results-item{margin-bottom:.5rem}@media (max-width:600px){.form{max-width:100%}.container{padding:.5rem}}.copy-button{margin-left:.5rem;background-color:var(--link-color);border:none;color:white;padding:.25rem .5rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .3s ease}.copy-button:focus,.copy-button:hover{background-color:var(--link-hover-color);outline:none}.form-group{display:flex;flex-direction:column;margin-bottom:1rem}.form-label{font-weight:600;color:var(--foreground);margin-bottom:.3rem}.form-input{font-family:Arial,Helvetica,sans-serif;font-size:1.3rem;padding:.5rem 1rem;border-radius:6px;border:1px solid #ccc;color:var(--foreground);background:var(--background);transition:border-color .3s ease,box-shadow .3s ease}.form-input:focus{outline:none;border-color:var(--link-color);box-shadow:0 0 4px var(--link-color)}.faq-section{max-width:720px;margin:2rem auto;padding:0 1rem;color:var(--foreground);background:var(--background)}.faq-heading{font-family:var(--font-sans);font-weight:700;font-size:2rem;margin-bottom:1rem;color:var(--foreground)}.faq-list{border-top:1px solid #ccc}.faq-item,.faq-list{border-bottom:1px solid #ccc}.faq-question{display:flex;justify-content:space-between;width:100%;padding:1rem;font-weight:600;font-size:1.1rem;text-align:left;cursor:pointer;background:none;border:none;color:var(--foreground);font-family:var(--font-sans);user-select:none;outline-offset:2px;transition:background-color .3s}.faq-question:focus,.faq-question:hover{background-color:rgba(26,115,232,.1);outline:none}.faq-icon{transition:transform .3s ease;font-size:1rem;line-height:1;margin-left:1rem;color:var(--link-color)}.faq-icon.open{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;padding:0 1rem;font-size:1rem;font-weight:400;line-height:1.5;font-family:var(--font-sans);color:var(--foreground);transition:max-height .35s ease,padding .35s ease}.faq-answer.open{max-height:500px;padding:1rem}.faq-answer.collapsed{padding:0 1rem}@media (max-width:600px){.faq-question{font-size:1rem;padding:.75rem}.faq-answer{font-size:.95rem;padding:0 .75rem}}.share-buttons{display:flex;align-items:center;gap:1rem;font-size:.9rem;margin-bottom:1rem;color:var(--foreground)}.share-link{color:var(--link-color);text-decoration:none;font-weight:600;transition:color .25s ease}.share-link:focus,.share-link:hover{color:var(--link-hover-color);outline:none}.footer{background:var(--background);color:var(--foreground);padding:1.5rem 0;border-top:1px solid #ccc;margin-top:3rem;font-size:.9rem}.footer-content p{margin:.3rem 0}.footer-content a{color:var(--link-color);text-decoration:none}.footer-content a:focus,.footer-content a:hover{color:var(--link-hover-color);outline:none}.darkMode{display:flex;max-width:150px}.faqLink{font-size:15px}.firstExplanation,.result-wrapper{text-align:center}