:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;min-width:320px;min-height:100vh}h1{font-size:1.5em;line-height:1.2}@media(min-width:600px){h1{font-size:2em}}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:1rem;text-align:center}@media(min-width:600px){#root{padding:2rem}}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.discount-form-page{--dfp-text: rgba(255, 255, 255, .87);--dfp-text-secondary: #aaa;--dfp-input-bg: #1a1a1a;--dfp-input-border: #555;--dfp-input-text: rgba(255, 255, 255, .87);--dfp-modal-bg: #2a2a2a;--dfp-modal-text: rgba(255, 255, 255, .87);--dfp-modal-accent: #5b9aff}@media(prefers-color-scheme:light){.discount-form-page{--dfp-text: #213547;--dfp-text-secondary: #666;--dfp-input-bg: #fff;--dfp-input-border: #ccc;--dfp-input-text: #213547;--dfp-modal-bg: #fff;--dfp-modal-text: #333;--dfp-modal-accent: #007bff}}.discount-form-page{width:100%;padding:1rem;box-sizing:border-box;color:var(--dfp-text);text-align:left}@media(min-width:600px){.discount-form-page{max-width:600px;margin:50px auto;padding:20px}}.discount-form-page h1{font-size:1.3rem;line-height:1.3;margin-bottom:16px;text-align:center}@media(min-width:600px){.discount-form-page h1{font-size:1.6rem;margin-bottom:20px}}.discount-form-page .dfp-field{margin-bottom:12px}@media(min-width:600px){.discount-form-page .dfp-field{margin-bottom:15px}}.discount-form-page label{display:block;margin-bottom:5px;text-align:left}.discount-form-page input[type=text],.discount-form-page input[type=email]{width:100%;padding:12px;font-size:16px;border:1.5px solid #90b8f0;border-radius:6px;box-sizing:border-box;background-color:var(--dfp-input-bg);color:var(--dfp-input-text);box-shadow:0 1px 4px #007bff1a;transition:border-color .2s,box-shadow .2s}.discount-form-page input[type=text]:focus,.discount-form-page input[type=email]:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff26;outline:none}@media(min-width:600px){.discount-form-page input[type=text],.discount-form-page input[type=email]{padding:8px}}.discount-form-page .dfp-info-box{display:flex;gap:10px;align-items:flex-start;background-color:var(--dfp-input-bg);border:1px solid var(--dfp-input-border);border-radius:8px;padding:12px 14px;margin-bottom:16px;text-align:left;box-shadow:0 2px 8px #0000001a}.discount-form-page .dfp-info-box-icon{flex-shrink:0;width:22px;height:22px;margin-top:1px;color:#007bff}.discount-form-page .dfp-info-box p{margin:0;font-size:13px;line-height:1.5;color:var(--dfp-text-secondary);white-space:pre-wrap}@media(min-width:600px){.discount-form-page .dfp-info-box{padding:14px 16px;margin-bottom:20px}.discount-form-page .dfp-info-box p{font-size:14px}}.discount-form-page .dfp-submit{width:100%;padding:14px;font-size:16px;color:#fff;border:none;border-radius:4px;font-weight:700;box-sizing:border-box;min-height:48px;transition:background-color .2s}.discount-form-page .dfp-submit:enabled{background-color:#007bff;cursor:pointer}.discount-form-page .dfp-submit:enabled:hover{background-color:#0056b3}.discount-form-page .dfp-submit:disabled{background-color:#555;cursor:not-allowed}@media(prefers-color-scheme:light){.discount-form-page .dfp-submit:disabled{background-color:#ccc}}@media(min-width:600px){.discount-form-page .dfp-submit{padding:12px}}.discount-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:16px}.discount-modal-content{background-color:var(--dfp-modal-bg);padding:24px;border-radius:8px;box-shadow:0 4px 12px #00000026;width:100%;max-width:600px;text-align:center;box-sizing:border-box}@media(min-width:600px){.discount-modal-content{padding:40px}}.discount-modal-content .dfp-modal-text{font-size:15px;line-height:1.6;margin-bottom:20px;color:var(--dfp-modal-text);white-space:pre-wrap}@media(min-width:600px){.discount-modal-content .dfp-modal-text{font-size:16px;margin-bottom:30px}}.discount-modal-content .dfp-modal-countdown{font-size:18px;font-weight:700;color:var(--dfp-modal-accent)}.discount-form-page .dfp-logo{margin-top:32px;text-align:left}.discount-form-page .dfp-logo img{width:120px;height:auto;opacity:.7}@media(prefers-color-scheme:dark){.discount-form-page .dfp-logo img{filter:invert(1)}}@media(min-width:600px){.discount-form-page .dfp-logo{margin-top:40px}.discount-form-page .dfp-logo img{width:140px}}
