@import"https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Edu+NSW+ACT+Cursive:wght@400..700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background:linear-gradient(160deg,#e0d5c5,#cfc6b8);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;min-height:100vh;display:flex;flex-direction:column}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:none;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background:linear-gradient(160deg,#000,#444);cursor:pointer;transition:background .05s ease,transform .02s ease;-webkit-user-select:none;user-select:none;outline:none}button:hover{filter:brightness(1.5)}button:active{transform:translateY(1px);background:#2a2a2a}.calculator{display:grid;gap:6px;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(3rem,auto);justify-content:center;max-width:400px;margin:150px auto 60px;padding:0 35px}.output{grid-column:1/-1;background-color:#f1efede6;color:#000;grid-row:minmax(6rem);border-radius:8px;margin-bottom:10px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;font-size:clamp(1rem,5vw,2rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px;box-sizing:border-box}.span-two{grid-column:span 2}.current-output{font-size:1.7rem}.preview-output{font-size:1rem}.preview-output,.current-output{height:2.5rem;padding:5px}.calculator button{height:2.7rem;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.mic-btn .material-symbols-outlined{font-size:22px;line-height:1}.mic-btn.listening{background:linear-gradient(160deg,#14b8a6,#0f766e);box-shadow:0 0 6px #14b8a680;animation:micGlow 1.6s ease-in-out infinite}@keyframes micGlow{0%{box-shadow:0 0 6px #14b8a673}50%{box-shadow:0 0 14px #14b8a6b3}to{box-shadow:0 0 6px #14b8a673}}.mic-btn.listening .material-symbols-outlined{animation:micPulse 1.3s ease-in-out infinite}@keyframes micPulse{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.app-header{height:58px;width:100%;position:fixed;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background-color:#f8f5f0eb;color:#2f2f2f;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);box-shadow:0 1px 6px #00000014}.left{display:flex;align-items:center;gap:12px}.left img{height:38px;width:38px}.title-wrap{display:flex;flex-direction:column;line-height:1.1}.title{font-size:1.15rem;font-weight:600;font-family:"Edu NSW ACT Cursive",cursive}.tagline{font-size:.75rem;opacity:.75;font-family:system-ui,sans-serif}.right{display:flex;gap:10px;margin-right:30px}.nav-link{background:none;border:none;padding:6px 10px;font-size:.85rem;cursor:pointer;color:inherit;opacity:.85}.nav-link:hover{opacity:1;text-decoration:underline;color:inherit}.app-footer{height:60px;width:100%;position:fixed;bottom:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:5px;padding:10px 20px;background-color:#f8f5f0eb;color:#2f2f2f;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);box-shadow:0 1px 6px #00000014;font-size:.8rem}.footer-left{white-space:nowrap}.footer-center{display:flex;gap:14px}.footer-center i{font-size:1rem;color:#000;opacity:.8;cursor:pointer}.footer-center i:hover{opacity:1}.footer-right{display:flex;gap:12px}.footer-right a{font-size:.8rem;opacity:.85}.footer-right a:hover{opacity:1;text-decoration:underline}.legal-page{color:#2f2f2f;max-width:720px;margin:100px auto;padding:0 20px;font-family:system-ui,sans-serif;line-height:1.6}.legal-page h1{font-size:1.8rem;margin-bottom:16px}.legal-page h2{font-size:1.1rem;margin-top:24px}.voice-preview{font-size:.85rem;color:#777;margin-top:6px;text-align:center}.tally-wrapper{margin-top:40px;position:relative;width:100%;max-width:100%;border-radius:12px;overflow:hidden;box-shadow:0 0 15px gray;background:#f8f5f0}.tally-iframe{width:100%;height:430px;border:none;border-radius:12px;background:#fff}.tally-cover{position:absolute;bottom:10px;right:10px;width:min(450px,65%);height:60px;background:#fff;border-radius:12px;pointer-events:none}@media(max-width:480px){.tally-cover{display:none!important}.tally-iframe{height:540px}.calculator{margin:150px auto 30px;padding:0 35px}}
