*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#0f172a;color:#e2e8f0;min-height:100vh}.app{max-width:1200px;margin:0 auto;padding:2rem}header{margin-bottom:2rem}.header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}header h1{font-size:2rem;color:#f8fafc;margin-bottom:.5rem}header p{color:#94a3b8}.user-info{display:flex;align-items:center;gap:1rem;background:#1e293b;padding:.75rem 1rem;border-radius:8px;border:1px solid #334155}.avatar{width:40px;height:40px;border-radius:50%}.user-details{display:flex;flex-direction:column}.user-name{font-weight:500;color:#f1f5f9;font-size:.875rem}.user-email{font-size:.75rem;color:#94a3b8}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.login-card{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:2.5rem;max-width:420px;width:100%;text-align:center}.login-header h1{font-size:2rem;color:#f8fafc;margin-bottom:.5rem}.login-header p{color:#94a3b8;margin-bottom:2rem}.login-content{margin:2rem 0}.login-content p{color:#cbd5e1;margin-bottom:1.5rem;font-size:.9rem}.google-btn{display:inline-flex;align-items:center;gap:.75rem;background:#fff;color:#1f2937;text-decoration:none;padding:.875rem 1.5rem;border-radius:8px;font-weight:500;font-size:.95rem;transition:background .2s,box-shadow .2s}.google-btn:hover{background:#f3f4f6;box-shadow:0 4px 12px #00000026}.google-btn svg{flex-shrink:0}.login-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #334155}.login-footer p{font-size:.8rem;color:#64748b}.container{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 900px){.container{grid-template-columns:1fr}.header-content{flex-direction:column}.user-info{width:100%;justify-content:center}}.card{background:#1e293b;border-radius:12px;padding:1.5rem;border:1px solid #334155}.card h2{font-size:1.25rem;margin-bottom:1.5rem;color:#f1f5f9}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;color:#cbd5e1;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;background:#0f172a;border:1px solid #475569;border-radius:8px;color:#f1f5f9;font-size:.875rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6}.form-group textarea{min-height:100px;resize:vertical;font-family:Monaco,Menlo,monospace;font-size:.8rem}.form-group input[type=password]{font-family:monospace}.checkbox-group{display:flex;align-items:center;gap:.75rem}.checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:#3b82f6}.checkbox-group label{margin-bottom:0;cursor:pointer}button{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}button:hover{background:#2563eb}button:disabled{background:#475569;cursor:not-allowed}button.secondary{background:#475569}button.secondary:hover{background:#64748b}button.danger{background:#dc2626}button.danger:hover{background:#b91c1c}.button-group{display:flex;gap:.75rem;margin-top:1rem}.alert{padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem}.alert.success{background:#065f46;border:1px solid #059669;color:#a7f3d0}.alert.error{background:#7f1d1d;border:1px solid #dc2626;color:#fecaca}.user-list{margin-top:1rem}.user-item{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:1rem;margin-bottom:.75rem}.user-item h3{font-size:1rem;color:#f1f5f9;margin-bottom:.5rem}.user-item p{font-size:.8rem;color:#94a3b8;margin-bottom:.25rem}.user-item .meta{display:flex;gap:1rem;margin-top:.5rem}.user-item .tag{font-size:.75rem;padding:.25rem .5rem;background:#334155;border-radius:4px;color:#cbd5e1}.user-item .actions{margin-top:.75rem;display:flex;gap:.5rem}.user-item .actions button{padding:.5rem .75rem;font-size:.75rem}.key-display{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:1rem;margin-top:1rem}.key-display h4{font-size:.875rem;color:#94a3b8;margin-bottom:.5rem}.key-display pre{background:#1e293b;padding:.75rem;border-radius:4px;overflow-x:auto;font-size:.75rem;color:#a7f3d0;white-space:pre-wrap;word-break:break-all}.empty-state{text-align:center;padding:2rem;color:#64748b}.loading{display:flex;align-items:center;justify-content:center;padding:2rem;color:#64748b}.divider{height:1px;background:#334155;margin:1.5rem 0}.section-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:1rem}.bot-form .form-group small{display:block;margin-top:.5rem;font-size:.75rem;color:#64748b}.bot-form .form-group small code{background:#334155;padding:.125rem .375rem;border-radius:4px;color:#a7f3d0}.help-toggle{background:none;border:none;color:#3b82f6;font-size:.75rem;padding:0;margin-left:.5rem;cursor:pointer;text-decoration:underline}.help-toggle:hover{color:#60a5fa;background:none}.help-box{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:1rem;margin-bottom:1.25rem;font-size:.8rem}.help-box h4{color:#f1f5f9;margin-bottom:.75rem}.help-box ol{padding-left:1.25rem;color:#cbd5e1}.help-box ol li{margin-bottom:.5rem}.help-box ul{padding-left:1rem;margin-top:.25rem}.help-box code{background:#334155;padding:.125rem .375rem;border-radius:4px;color:#a7f3d0;font-size:.75rem}.help-box a{color:#3b82f6}.help-box strong{color:#f1f5f9}.manifest-container{position:relative;margin:1rem 0}.manifest-code{background:#1e293b;border:1px solid #475569;border-radius:6px;padding:1rem;font-size:.7rem;color:#a7f3d0;overflow-x:auto;max-height:300px;overflow-y:auto;white-space:pre;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.copy-btn{position:absolute;top:.5rem;right:.5rem;background:#3b82f6;color:#fff;border:none;padding:.4rem .75rem;border-radius:4px;font-size:.7rem;cursor:pointer;transition:background .2s}.copy-btn:hover{background:#2563eb}.help-note{background:#1e3a5f;border-left:3px solid #3b82f6;padding:.75rem;margin-top:1rem;font-size:.75rem;color:#93c5fd}.advanced-toggle{margin:1rem 0}.toggle-btn{background:none;border:1px solid #475569;color:#94a3b8;padding:.5rem 1rem;border-radius:6px;font-size:.8rem;cursor:pointer;transition:all .2s;width:100%;text-align:left}.toggle-btn:hover{background:#1e293b;border-color:#64748b;color:#cbd5e1}.advanced-options{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:1rem;margin-bottom:1rem}.advanced-options .form-group{margin-bottom:1rem}.advanced-options .form-group:last-child{margin-bottom:0}.info-box{background:#1e3a5f;border:1px solid #3b82f6;border-radius:8px;padding:1rem;margin-top:1.5rem;font-size:.8rem}.info-box h4{color:#93c5fd;margin-bottom:.75rem}.info-box ol{padding-left:1.25rem;color:#bfdbfe}.info-box ol li{margin-bottom:.25rem}.info-box code{background:#1e293b;padding:.125rem .375rem;border-radius:4px;color:#a7f3d0}.info-box p{color:#93c5fd;margin-top:.75rem}.bot-list{display:flex;flex-direction:column;gap:1rem}.bot-card{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:1rem}.bot-card.active{border-color:#22c55e}.bot-card.inactive{border-color:#f59e0b}.bot-card.created{border-color:#3b82f6}.bot-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.bot-header h3{font-size:1.1rem;color:#f1f5f9}.status-badge{font-size:.7rem;text-transform:uppercase;font-weight:600;padding:.25rem .5rem;border-radius:4px}.status-badge.active{background:#166534;color:#86efac}.status-badge.inactive{background:#854d0e;color:#fde047}.status-badge.created{background:#1e40af;color:#93c5fd}.bot-details{margin-bottom:1rem}.bot-details .detail{display:flex;gap:.5rem;margin-bottom:.25rem;font-size:.8rem}.bot-details .detail label{color:#64748b;min-width:80px}.bot-details .detail span,.bot-details .detail code{color:#cbd5e1}.bot-details .detail code{background:#334155;padding:.125rem .375rem;border-radius:4px}.bot-actions{display:flex;gap:.5rem;flex-wrap:wrap}.bot-actions .button,.bot-actions button{padding:.5rem .75rem;font-size:.75rem}.bot-actions .button.secondary{background:#475569;color:#fff;text-decoration:none;border-radius:8px;display:inline-block}.bot-actions .button.secondary:hover{background:#64748b}button.success{background:#16a34a}button.success:hover{background:#15803d}button.warning{background:#d97706}button.warning:hover{background:#b45309}
