@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@font-face{font-family:"DM Sans";font-style:normal;font-weight:400;src:url(https://teertoday.in/cf-fonts/v/dm-sans/5.2.8/latin-ext/wght/normal.woff2);unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap}@font-face{font-family:"DM Sans";font-style:normal;font-weight:400;src:url(https://teertoday.in/cf-fonts/v/dm-sans/5.2.8/latin/wght/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap}@font-face{font-family:"DM Sans";font-style:normal;font-weight:600;src:url(https://teertoday.in/cf-fonts/v/dm-sans/5.2.8/latin/wght/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap}@font-face{font-family:"DM Sans";font-style:normal;font-weight:600;src:url(https://teertoday.in/cf-fonts/v/dm-sans/5.2.8/latin-ext/wght/normal.woff2);unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}.container{text-align:center;max-width:600px;width:100%}.spinner{width:64px;height:64px;margin:0 auto 32px;position:relative}.spinner-circle{width:100%;height:100%;border:4px solid #e5e4ff;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite}h1{font-size:24px;line-height:1.4;color:#1a1a1a;margin-bottom:16px}.domain,h1{font-weight:600}p{font-size:14px;color:#666;line-height:1.5}@media (max-width:768px){.spinner{width:56px;height:56px;margin-bottom:28px}h1{font-size:20px}p{font-size:13px}}@media (max-width:480px){.spinner{width:48px;height:48px;margin-bottom:24px}.spinner-circle{border-width:3px}h1{font-size:18px}}