@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--ink:#f5f7fa;--ink2:#fff;--ink3:#f0f3f8;--ink4:#e2e6ee;--dim:#b8c0cf;--muted:#6b7280;--ghost:#4b5563;--text:#111827;--text2:#374151;--blue:#2563eb;--blue2:#1d4ed8;--teal:#0d9488;--green:#16a34a;--amber:#d97706;--red:#dc2626;--purple:#7c3aed;--r:14px;--r2:20px;--r3:28px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{font-size:16px}body{background:var(--ink);color:var(--text);-webkit-font-smoothing:antialiased;overscroll-behavior:none;min-height:100dvh;font-family:Inter,-apple-system,sans-serif}input,textarea,button,select{font-family:inherit}button{cursor:pointer}button:active{transition:transform 80ms;transform:scale(.96)}input:focus{outline:none}::-webkit-scrollbar{width:0}.depocu-konteyner{max-width:430px;min-height:100dvh;margin:0 auto}@keyframes up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}.up{animation:.22s both up}.in{animation:.2s both in}.pop{animation:.18s both pop}@keyframes pulse{0%,to{box-shadow:0 0 #ff456080}50%{box-shadow:0 0 0 8px #ff456000}}
