body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:20px}.app,body{min-height:100vh}.app{align-items:center;display:flex;justify-content:center}.container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:800px;padding:30px;width:100%}.app-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.app-header h1{color:#2d3748;font-size:28px;margin:0}.sign-out-btn{align-items:center;display:flex;gap:8px}.tabs{background:#0000000d;border-radius:12px;display:flex;margin-bottom:30px;padding:4px}.tab{background:#0000;border:none;border-radius:8px;cursor:pointer;flex:1 1;font-weight:600;padding:12px;text-align:center;transition:all .3s ease}.tab.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 5px 15px #667eea4d;color:#fff;transform:translateY(-2px)}.form-group{margin-bottom:20px}.form-group label{align-items:center;color:#4a5568;display:flex;font-weight:600;justify-content:space-between;margin-bottom:8px}.loading-indicator{color:#718096;font-size:12px;font-weight:400}.refresh-btn{background:none;border:none;border-radius:4px;cursor:pointer;font-size:14px;padding:2px 6px;transition:background-color .2s ease}.refresh-btn:hover{background-color:#667eea1a}.form-group input,.form-group select,.form-group textarea{background:#fffc;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;padding:12px 16px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none;transform:translateY(-2px)}.row{display:flex;gap:15px}.col{flex:1 1}.btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:8px;margin-right:10px;padding:15px 30px;transition:all .3s ease}.btn:hover{box-shadow:0 10px 25px #667eea4d;transform:translateY(-2px)}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-secondary{background:linear-gradient(135deg,#4facfe,#00f2fe)}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.button-group{display:flex;flex-wrap:wrap;gap:10px}.result{background:linear-gradient(135deg,#4facfe,#00f2fe);border-radius:12px;color:#fff;margin-top:20px;padding:20px}.result h3{margin-bottom:15px}.message-output{background:#fff3;border:1px solid #ffffff4d;border-radius:8px;font-family:monospace;margin:15px 0;max-height:200px;overflow-y:auto;padding:15px;white-space:pre-line}.history-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.history-header h2{color:#2d3748;margin:0}.history-list{display:flex;flex-direction:column;gap:15px}.history-item{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .3s ease}.history-item:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.history-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.history-month{color:#2d3748;font-size:18px;font-weight:600}.history-total{color:#667eea;font-size:20px;font-weight:700}.history-details{grid-gap:10px;color:#4a5568;display:grid;font-size:14px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:15px}.history-message-btn{margin-right:0;margin-top:10px}.loading,.loading-screen{align-items:center;color:#4a5568;display:flex;font-size:18px;justify-content:center;min-height:200px}.loading-screen{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;min-height:100vh}.empty-state{color:#718096;font-size:16px;padding:40px;text-align:center}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.auth-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:400px;padding:40px;width:100%}.auth-form h1{color:#2d3748;font-size:24px;margin-bottom:10px;text-align:center}.auth-form h2{color:#4a5568;font-size:18px;font-weight:400;margin-bottom:30px;text-align:center}.auth-form .btn{justify-content:center;margin-right:0;width:100%}.auth-switch{margin-top:20px;text-align:center}.link-button{background:none;border:none;color:#667eea;cursor:pointer;font-size:14px;text-decoration:underline}.link-button:hover{color:#764ba2}@media (max-width:768px){body{padding:10px}.container{padding:20px}.app-header{gap:20px}.app-header,.button-group,.row{flex-direction:column}.btn{justify-content:center;margin-bottom:10px;margin-right:0;width:100%}.history-item-header{align-items:flex-start;flex-direction:column;gap:10px}.history-details{grid-template-columns:1fr}}
/*# sourceMappingURL=main.6f1d81e1.css.map*/