:root{--stot-blue:#0066ff;--stot-blue-soft:#eaf1ff;--stot-dark:#0d1b2a}.stot-track-section{padding:32px 0}.stot-track-box{max-width:520px;margin:0 auto;background:radial-gradient(circle at top right,rgb(0 102 255 / .12),#ffffff);border-radius:20px;box-shadow:0 20px 45px rgb(15 23 42 / .1);padding:22px 22px 24px 22px;position:relative;overflow:hidden;font-family:"Dana",sans-serif}.stot-track-box::before{content:"";position:absolute;inset-inline-end:-60px;inset-block-start:-60px;width:160px;height:160px;background:rgb(0 102 255 / .14);filter:blur(50px);z-index:0}.stot-track-box>*{position:relative;z-index:1}.stot-track-title{font-size:22px;font-weight:700;color:var(--stot-dark);margin:0 0 8px 0;text-align:center}.stot-track-desc{font-size:14px;color:#4b5563;text-align:center;margin:0 0 18px 0}.stot-track-form{display:flex;gap:8px;margin-bottom:12px}.stot-input{flex:1 1 auto;border-radius:12px;border:1px solid #d1d5db;padding:10px 12px;font-size:14px;font-family:"Dana",sans-serif;color:var(--stot-dark);background:#f9fafb}.stot-input:focus{outline:none;border-color:var(--stot-blue);box-shadow:0 0 0 1px rgb(0 102 255 / .3)}.stot-textarea{min-height:90px;resize:vertical}.stot-btn{border-radius:12px;background:var(--stot-blue);color:#fff;border:none;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;font-family:"Dana",sans-serif;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;transition:background 0.2s ease,transform 0.15s ease,box-shadow 0.2s ease;box-shadow:0 10px 25px rgb(0 102 255 / .4)}.stot-btn:hover{background:#0053d4;transform:translateY(-1px)}.stot-btn:disabled{opacity:.6;cursor:default;box-shadow:none}.stot-btn-secondary{background:#0f172a;box-shadow:0 10px 25px rgb(15 23 42 / .45)}.stot-btn-secondary:hover{background:#020617}.stot-loader{display:none;margin:8px 0 6px 0;text-align:center}.stot-loader span{display:inline-block;width:7px;height:7px;margin:0 3px;background:var(--stot-blue);border-radius:999px;animation:stot-bounce 0.9s infinite ease-in-out}.stot-loader span:nth-child(2){animation-delay:0.15s}.stot-loader span:nth-child(3){animation-delay:0.30s}@keyframes stot-bounce{0%,80%,100%{transform:translateY(0);opacity:.4}40%{transform:translateY(-5px);opacity:1}}.stot-result{margin-top:8px;font-size:14px;color:#111827}.stot-result-box{border-radius:14px;background:#f1f5f9;padding:10px 12px;border:1px solid #e2e8f0}.stot-result-status{font-weight:700;margin-bottom:4px}.stot-result-note{font-size:13px;line-height:1.9}.stot-result-error{border-radius:14px;background:#fef2f2;padding:10px 12px;border:1px solid #fecaca;color:#b91c1c}.stot-reply{margin-top:12px}.stot-reply-status{margin-top:6px;font-size:13px}.stot-reply-status-ok{color:#15803d}.stot-reply-status-error{color:#b91c1c}@media (max-width:640px){.stot-track-box{padding:18px 16px 20px 16px}.stot-track-form{flex-direction:column}.stot-btn{width:100%}}