@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400&family=DM+Sans:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(1.6);opacity:0}}@keyframes spin-mark{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}@keyframes spot-glow{0%,to{box-shadow:0 4px 20px #c4723a66,0 0 #c4723a14}60%{box-shadow:0 6px 32px #c4723aa6,0 0 0 8px #c4723a0f}}.ts{animation:fade-up .28s ease both}.tc{animation:fade-up .22s ease both}.pa{position:absolute;inset:-14px;border-radius:50%;border:2px solid #c4723a;animation:pulse-ring 1.3s ease-out infinite}.pb{position:absolute;inset:-28px;border-radius:50%;border:2px solid #c4723a;animation:pulse-ring 1.3s ease-out infinite .45s}.blink{animation:blink 1.2s ease infinite}.spin{animation:spin-mark 1.6s linear infinite;display:inline-block}.spot-pulse{animation:spot-glow 2.8s ease-in-out infinite}button{cursor:pointer;border:none;background:none;font-family:inherit}button:disabled{cursor:not-allowed}input,textarea,select{font-family:inherit}textarea{resize:vertical}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:#d4b896;border-radius:2px}
