.app{flex-direction:column;min-height:100vh;display:flex}header{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:2rem}header h1{margin:0;font-size:2rem}header p{opacity:.9;margin:.5rem 0 0}main{flex:1;width:100%;max-width:600px;margin:2rem auto;padding:0 1rem}section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 2px 4px #0000001a}section h2{color:#333;margin-top:0;font-size:1.25rem}section p{color:#666;margin:.5rem 0}button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:opacity .2s,transform .2s}button:hover:not(:disabled){opacity:.9;transform:translateY(-2px)}button:disabled{opacity:.6;cursor:not-allowed}.user-email{color:#333;background:#f5f5f5;border-radius:4px;padding:.5rem 1rem;font-family:monospace;font-size:.9rem}.message{color:#333;background:#f0f7ff;border:1px solid #667eea;border-radius:6px;margin-bottom:1rem;padding:1rem;font-family:monospace}.status-section{background:#f0fdf4;border:1px solid #86efac}.error{background:#fef2f2;border-color:#fca5a5}.error p{color:#dc2626}.hint{color:#666;border-top:1px solid #e0e0e0;margin-top:1rem;padding-top:1rem;font-size:.9rem;font-style:italic}footer{color:#666;text-align:center;background:#f5f5f5;padding:1.5rem;font-size:.9rem}@media (prefers-color-scheme:dark){section{background:#1e1e1e;border-color:#333}section h2{color:#fff}section p{color:#999}.user-email{color:#fff;background:#333}.message{color:#fff;background:#1a2847;border-color:#667eea}.status-section{background:#1a3a1a;border-color:#22c55e}.error{background:#3a1a1a;border-color:#dc2626}.error p{color:#fca5a5}.hint{color:#999;border-top-color:#333}footer{color:#999;background:#1e1e1e}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;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}}body{margin:0;padding:0}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}
