:root{--primary: #fcc21e;--primary-gradient: linear-gradient(to bottom right, #f4d981, #f1c348);--bg: white;--surface: #f4f2ef;--surface-darker: #e7e6e4;--lines: var(--surface);--green: #40d47e;--green-darker: #23ae5d;--red: #f95a1f;--red-darker: #fb500f;--fg-lighter: #7b7b7b;--fg-light: #5c5c5c;--fg: #1a1a1a;--fg-darker: #000000}body{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;flex-direction:column}.root-container{border-radius:1.5rem;padding:3rem 1.7rem 2.4rem;box-shadow:0 20px 40px #0000001a;margin:0 .4rem;max-width:510px;width:calc(100% - .8rem);text-align:center;background:var(--primary-gradient)}@media (prefers-color-scheme: dark){.root-container{border:2px solid rgba(255,255,255,.3)}}.initial-spinner{width:60px;height:60px;border:4px solid rgba(from var(--bg) r g b/10%);border-top:4px solid var(--bg);border-radius:50%;animation:initial-spinner-animation 2s linear infinite;margin:0 auto 1rem}@keyframes initial-spinner-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.powered-by{display:flex;flex-direction:column;margin-top:1.8rem;text-align:center;gap:.4rem;text-decoration:none}.powered-by .text{font-size:14px;color:var(--fg-light)}.powered-by .dark-logo,.powered-by .light-logo{min-width:140px}@media (prefers-color-scheme: dark){.powered-by .dark-logo{display:none}}.powered-by .light-logo{display:none;opacity:.8}@media (prefers-color-scheme: dark){.powered-by .light-logo{display:block}}:root{color-scheme:light}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Inter,Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:16px;font-weight:400;background-color:var(--bg);color:var(--fg)}@media (prefers-color-scheme: dark){body{background-color:var(--fg)}}#root{width:100%;min-height:100vh}
