*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);min-height:100vh;padding:20px;display:flex;justify-content:center;align-items:center}.login-layout{display:flex;flex-direction:column;gap:10px;align-items:center;width:100%;max-width:420px}.login-wrapper{width:100%;display:flex;justify-content:center}.login-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,.1);text-align:center;max-width:400px;width:100%}.login-title{font-size:1.5rem;color:#333;margin-bottom:1rem}.login-subtitle{color:#666;margin-bottom:2rem;font-size:.9rem}.google-btn{display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #dadce0;border-radius:4px;padding:12px 24px;font-size:14px;font-weight:500;color:#3c4043;text-decoration:none;transition:all .2s ease;min-height:40px}.google-btn:hover{background:#f8f9fa;border-color:#c4c7c5;box-shadow:0 1px 3px rgba(0,0,0,.1)}.google-btn:active{background:#e8eaed}.google-icon{width:18px;height:18px;margin-right:12px}.invitation-notice{background:#e8f0ff;border:1px solid #b3d4fc;border-radius:8px;padding:20px;max-width:400px;width:100%;color:#1a3c6e;font-size:.95rem;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.1)}.invitation-notice strong{display:block;margin-bottom:12px;font-size:1.1rem;font-weight:600}