.button{flex:1;margin:5px;min-height:50px;padding:12px 0;font-size:1.1rem;border:none;border-radius:6px;cursor:pointer;transition:transform .06s ease,box-shadow .08s ease;display:inline-flex;align-items:center;justify-content:center}.button:active{transform:scale(.96)}.button-black{background:linear-gradient(to bottom,#070606,#070606,#463434);color:#f8fc23;box-shadow:0 2px 4px #00000080}.button-red{background:linear-gradient(to bottom,#f02020,#f87676,#f52828,#f70101);color:#fff;box-shadow:0 2px 6px #f000002e}.button-green{background:linear-gradient(to top,#95f584,#b7f7ac,#3af719);color:#0c0b0b;box-shadow:0 2px 6px #00ff000f}.button-memory{flex:none;width:110px;height:34px;margin:2px;padding:6px 0;font-size:.9rem;border:none;border-radius:6px;cursor:pointer;transition:transform .06s ease;background:linear-gradient(to bottom,#222,#444);color:gold;box-shadow:0 0 4px #ffff002e}.button-black:hover{background:linear-gradient(to bottom,#1d1b1b,#383737,#0f0d0d)}.button-red:hover{background:linear-gradient(to bottom,#fa5757,#f89e9e,#fa6363,#f84444)}.button-green:hover{background:linear-gradient(to top,#6dc95c,#37e419,#126e01)}.button-memory:hover{background:linear-gradient(to bottom,#333,#555,#333)}#zero{flex:2}.App{display:flex;justify-content:center;align-items:center;min-height:100vh}.expression-display{background-color:#000;color:red;font-size:1.2rem;text-align:right;padding:5px 10px;border-radius:6px;opacity:.8;margin-bottom:5px;min-height:30px}.calculator{background:linear-gradient(to top,#070606,#0e0101,#1d1616,#4d4444,#0e0101,#0e0101);border-radius:10px;border:2px solid rgb(168,158,16);width:400px;min-height:520px;max-height:none;padding:15px;box-shadow:0 5px 15px #0000004d;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:50px;overflow:hidden}.background-wrapper{display:flex;justify-content:center;align-items:center}.button-panel{border:2px solid lime;border-radius:8px;padding:3px;max-height:500px;background-color:#1b1515;box-shadow:inset 0 0 10px #f003}.keyboard-hint{position:fixed;bottom:40px;right:15px;font-size:.85rem;color:#aef8e6;background:#00000080;padding:6px 5px;border-radius:8px;font-style:italic;opacity:0;animation:fadeInHint 2s ease forwards;animation-delay:2s;-webkit-user-select:none;user-select:none;pointer-events:none;box-shadow:0 0 6px #8aff8a66}@keyframes fadeInHint{0%{opacity:0;transform:translateY(8px)}to{opacity:.9;transform:translateY(0)}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;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;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}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}}
