@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap";*{box-sizing:border-box;margin:0;padding:0}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}body{background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100vh;font-family:Space Grotesk;transition:background-image .5s ease-in-out;position:relative}body:before{content:"";z-index:0;pointer-events:none;background:#00000026;width:100%;height:100%;transition:background .3s;position:fixed;top:0;left:0}body[data-theme=dark]:before{background:#0000008c}#app{z-index:1;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}.hero{flex-direction:column;align-items:stretch;gap:30px;width:100%;max-width:600px;padding:0 20px;display:flex}.greeting-container{text-align:center;animation:.7s ease-out fadeSlideUp}#greeting{color:#fff;text-shadow:0 2px 15px #0006;letter-spacing:-1px;font-size:70px;font-weight:700}#subtitle{color:#ffffffd9;text-shadow:0 2px 10px #0006;margin-top:8px;font-size:20px;font-weight:400}.search-container{width:100%;font-family:Space Grotesk;animation:.7s ease-out .15s backwards fadeSlideUp}#search-input{background:#ffffffe6;border:1px solid #ffffff25;border-radius:30px;outline:none;width:100%;padding:18px 24px;font-family:Space Grotesk;font-size:18px;transition:box-shadow .3s,background .3s,color .3s,border .3s,transform .2s;box-shadow:0 4px 20px #0000004d}#search-input:focus{transform:scale(1.01);box-shadow:0 4px 25px #00000080}body[data-theme=dark] #search-input{color:#fff;background:#141414d9}body[data-theme=dark] #search-input::placeholder{color:#aaa}#theme-btn{cursor:pointer;z-index:1;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),background .3s;animation:.5s ease-out .4s backwards popIn;display:flex;position:fixed;bottom:20px;right:74px;box-shadow:0 4px 12px #0000004d}#theme-btn:hover{transform:scale(1.1)}#settings-btn{cursor:pointer;z-index:1;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),background .3s;animation:.5s ease-out .5s backwards popIn;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #0000004d}#settings-btn:hover{transform:scale(1.1)}body[data-theme=dark] #theme-btn,body[data-theme=dark] #settings-btn{background:#141414d9}#theme-btn svg,#settings-btn svg{color:#333;width:20px;height:20px}body[data-theme=dark] #theme-btn svg,body[data-theme=dark] #settings-btn svg{color:#fff}.icon-sun,body[data-theme=dark] #theme-btn .icon-moon{display:none}body[data-theme=dark] #theme-btn .icon-sun{display:inline-block}#settings-panel{z-index:1;transform-origin:100% 100%;opacity:1;background:#fffffff2;border-radius:16px;width:250px;padding:20px;font-family:Space Grotesk;transition:background .3s,opacity .25s,transform .25s;position:fixed;bottom:75px;right:20px;transform:scale(1)translateY(0);box-shadow:0 4px 20px #0000004d}#settings-panel.hidden{opacity:0;pointer-events:none;transform:scale(.9)translateY(10px)}#settings-panel h2{margin-bottom:15px;font-size:18px}#settings-panel label{color:#333;margin-bottom:8px;font-size:14px;display:block}body[data-theme=dark] #settings-panel{background:#141414f2}body[data-theme=dark] #settings-panel h2,body[data-theme=dark] #settings-panel label{color:#fff}#engine-select{border:1px solid #ccc;border-radius:8px;width:100%;margin-bottom:15px;padding:10px;font-family:Space Grotesk;font-size:16px}body[data-theme=dark] #engine-select{color:#fff;background:#313131;border:1px solid #444}#close-settings{color:#fff;cursor:pointer;background:#333;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:10px;font-family:Space Grotesk;font-size:14px;transition:opacity .2s;display:flex}#close-settings:hover{opacity:.85}#close-settings svg{color:#fff;width:16px;height:16px}#credits{color:#fffc;z-index:1;background:#0000004d;border-radius:20px;padding:6px 12px;font-family:Space Grotesk;font-size:13px;animation:1s ease-out .6s backwards fadeIn;position:fixed;bottom:20px;left:20px}body[data-theme=dark] #credits{color:#fffc}
