@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Text:wght@400;500;700&family=Roboto:wght@300;400;500;700&display=swap");:root{--gg-text:#202124;--gg-text-secondary:#5f6368;--gg-text-tertiary:#80868b;--gg-blue:#1a73e8;--gg-blue-hover:#1765cc;--gg-green:#1e8e3e;--gg-red:#d93025;--gg-yellow:#f9ab00;--gg-bg:#f0f3f8;--gg-surface:#fff;--gg-border:#dadce0;--gg-divider:#e8eaed;--gg-shadow-1:0 1px 2px 0 rgba(60,64,67,.06),0 1px 3px 1px rgba(60,64,67,.1);--gg-shadow-2:0 1px 3px 0 rgba(60,64,67,.1),0 4px 12px 0 rgba(60,64,67,.1)}#__next,body,html{margin:0;padding:0;height:100%;width:100%;font-family:Google Sans Text,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--gg-bg);color:var(--gg-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}h1,h2,h3{font-family:Google Sans Text,Roboto,-apple-system,sans-serif;font-weight:400;letter-spacing:-.01em;color:var(--gg-text);margin:0}p{font-family:Roboto,-apple-system,sans-serif;color:var(--gg-text-secondary);margin:0}a{color:var(--gg-blue);text-decoration:none}a:hover{text-decoration:underline}.drive-brand{display:inline-flex;align-items:center;gap:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.drive-brand img{width:36px;height:34px;display:block}.drive-brand span{font-family:Google Sans Text,Roboto,-apple-system,sans-serif;font-size:22px;font-weight:400;color:var(--gg-text-secondary);line-height:1}@keyframes drive-bounce{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.drive-brand--loader{animation:drive-bounce 1.1s ease-in-out infinite;transform-origin:center}.gg-stage{min-height:100vh;justify-content:center;padding:32px 24px;background:var(--gg-bg)}.gg-card,.gg-stage{width:100%;display:flex;align-items:center}.gg-card{background:var(--gg-surface);border-radius:28px;max-width:460px;padding:48px 44px 40px;border:1px solid var(--gg-divider);flex-direction:column;text-align:center}.gg-card__brand{margin-bottom:28px}.gg-card__icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.gg-card__icon--success{background:rgba(30,142,62,.12);color:var(--gg-green)}.gg-card__icon--error{background:rgba(217,48,37,.12);color:var(--gg-red)}.gg-card__icon svg{width:36px;height:36px}.gg-card__title{font-size:24px;font-weight:400;color:var(--gg-text);margin-bottom:12px}.gg-card__desc{font-size:14px;line-height:1.55;color:var(--gg-text-secondary);max-width:360px;margin-bottom:0}.gg-card__divider{width:100%;height:1px;background:var(--gg-divider);margin:28px 0 20px}.gg-card__footer{font-size:12px;color:var(--gg-text-tertiary);letter-spacing:.02em}.gg-input{width:100%;padding:12px 14px;font:inherit;font-size:14px;color:var(--gg-text);background:var(--gg-surface);border:1px solid var(--gg-border);border-radius:8px;outline:none;transition:border-color .12s ease,box-shadow .12s ease}.gg-input::placeholder{color:var(--gg-text-tertiary)}.gg-input:focus{border-color:var(--gg-blue);box-shadow:0 0 0 3px rgba(26,115,232,.18)}.gg-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 18px;font:inherit;font-size:14px;font-weight:500;color:#fff;background:var(--gg-blue);border:none;border-radius:999px;cursor:pointer;text-decoration:none;transition:background .12s ease,box-shadow .12s ease}.gg-btn:hover{background:var(--gg-blue-hover)}.gg-btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(26,115,232,.35)}.gg-btn:disabled{background:var(--gg-divider);color:var(--gg-text-tertiary);cursor:not-allowed}.gg-loader-stage{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:var(--gg-bg)}@media (max-width:520px){.gg-card{padding:36px 28px 32px;border-radius:24px}}