.home-container{min-height:100vh;background:linear-gradient(135deg,#0f0f1a,#1a1a2e,#16213e);background-attachment:fixed;color:#fff}.home-nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem;max-width:1200px;margin:0 auto;position:relative}.home-nav-links{display:flex;align-items:center;gap:1.5rem}.home-hero{display:flex;align-items:center;justify-content:space-between;gap:4rem;padding:4rem;max-width:1200px;margin:0 auto;flex-wrap:wrap}.home-hero-content{flex:1;min-width:300px}.home-hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.home-hero-subtitle{font-size:1.25rem;color:#9ca3af;line-height:1.7;margin-bottom:2rem;max-width:500px}.home-code-preview{flex:1;min-width:400px;background:#0d1117;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000080;border:1px solid #30363d}.home-code{padding:1.5rem;margin:0;font-size:.9rem;line-height:1.6;color:#c9d1d9;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.home-code::-webkit-scrollbar{display:none}.home-features{display:flex;justify-content:center;gap:2rem;padding:4rem;max-width:1000px;margin:0 auto;flex-wrap:wrap}.home-feature{flex:1;min-width:250px;text-align:center;padding:2rem;background:#ffffff08;border-radius:16px;border:1px solid rgba(255,255,255,.05)}@media (max-width: 768px){.home-nav{padding:1rem 1.5rem}.home-nav-desktop{display:none}.home-hamburger,.home-mobile-menu{display:flex}.home-hero{padding:2rem 1.5rem;gap:2rem;flex-direction:column}.home-hero-content{min-width:100%;text-align:center}.home-hero-title{font-size:2.5rem}.home-hero-subtitle{font-size:1.1rem;max-width:100%}.home-code-preview{min-width:100%;width:100%}.home-code{font-size:.8rem;padding:1rem}.home-features{padding:2rem 1.5rem;gap:1rem}.home-feature{min-width:100%;padding:1.5rem}.home-cta{justify-content:center}}.home-hamburger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transition:transform .3s,opacity .3s}.hamburger-line.open:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.home-mobile-menu{display:none;flex-direction:column;position:absolute;top:100%;right:1rem;background:#1a1a2efa;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.5rem;z-index:1000;opacity:0;transform:translateY(-10px);pointer-events:none;transition:opacity .2s,transform .2s;min-width:180px;box-shadow:0 10px 40px #0000004d}.home-mobile-menu.open{opacity:1;transform:translateY(0);pointer-events:auto}.home-mobile-menu a{color:#ccc;text-decoration:none;font-size:1rem;padding:.75rem 1rem;border-radius:8px;transition:background .2s,color .2s}.home-mobile-menu a:hover{background:#ffffff1a;color:#fff}.home-mobile-menu .mobile-cta{background:linear-gradient(90deg,#6366f1,#8b5cf6);color:#fff;text-align:center;margin-top:.25rem}@media (max-width: 480px){.home-nav{padding:1rem}.home-nav-desktop{display:none}.home-hamburger,.home-mobile-menu{display:flex}.home-hero{padding:1.5rem 1rem}.home-hero-title{font-size:2rem}.home-hero-subtitle{font-size:1rem}.home-code-preview{border-radius:12px}.home-code{font-size:.75rem;padding:.75rem}.home-features{padding:1.5rem 1rem}.home-feature{padding:1.25rem}.home-cta-btn{width:100%;text-align:center}.home-footer{padding:2rem 1rem}}@media (max-width: 480px){.apikey-form-responsive{flex-direction:column}.apikey-form-responsive input{width:100%}.apikey-form-responsive button{width:100%;padding:.75rem!important}.apikey-item-responsive{flex-direction:column;align-items:flex-start!important;gap:.75rem}.apikey-item-responsive .api-key-info{width:100%}.apikey-item-responsive .api-key-info code{word-break:break-all}.apikey-item-responsive .btn{width:100%}.new-key-display code{font-size:.75rem}}.account-platform-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.account-platform-info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.account-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f5f5f5;gap:.5rem}.account-item-info{flex:1;min-width:0}.account-item-info code{word-break:break-all}.account-item-actions{display:flex;gap:.5rem;flex-shrink:0}.account-id-copy{background:#f5f5f5;padding:.1rem .3rem;border-radius:3px;cursor:pointer;font-size:.75rem;word-break:break-all}.account-id-copy:hover{background:#e5e5e5}@media (max-width: 480px){.account-platform-header{flex-direction:column;align-items:flex-start;gap:.75rem}.account-connect-btn{width:100%}.account-item{flex-direction:column;align-items:flex-start;gap:.75rem}.account-item-actions{width:100%}.account-item-actions .btn{flex:1}}.scheduled-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.scheduled-card-info{flex:1;min-width:0}.scheduled-meta-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;flex-wrap:wrap}.scheduled-cancel-btn{flex-shrink:0}@media (max-width: 480px){.scheduled-card-header{flex-direction:column;align-items:stretch}.scheduled-cancel-btn{width:100%;margin-top:.5rem}}.group-create-form{display:flex;gap:.75rem;align-items:center}.group-create-form input{flex:1}.group-account-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem;margin:.5rem 0}.group-account-checkbox{display:flex;align-items:center;gap:.5rem;padding:.5rem;border:1px solid #eee;border-radius:4px;cursor:pointer;font-size:.875rem}.group-account-checkbox:hover{background:#f9fafb}.group-account-checkbox.selected{border-color:#007bff;background:#e3f2fd}.group-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.group-id-copy{background:#f5f5f5;padding:.15rem .4rem;border-radius:3px;cursor:pointer;font-size:.75rem;word-break:break-all}.group-id-copy:hover{background:#e5e5e5}.group-account-tag{background:#f0f0f0;padding:.25rem .5rem;border-radius:4px;font-size:.8rem}@media (max-width: 768px){.group-create-form{flex-direction:column;align-items:stretch}.group-card-header{flex-direction:column;gap:.5rem}.group-card-header>div:last-child{align-self:flex-start}}@media (max-width: 480px){.group-account-picker{grid-template-columns:1fr}}.docs-endpoint code{word-break:break-all}@media (max-width: 768px){.docs-container{padding:1rem!important}.docs-codeblock pre{font-size:.75rem!important;padding:.75rem!important}.docs-codeblock button{padding:.2rem .4rem!important;font-size:.65rem!important}}@media (max-width: 480px){.docs-container{padding:.75rem!important}.docs-container h1{font-size:1.5rem}.docs-container h2{font-size:1.25rem}.docs-container h3{font-size:1rem}.docs-codeblock pre{font-size:.7rem!important}.docs-endpoint{flex-direction:column;align-items:flex-start!important;gap:.25rem!important}}.mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:60px;background:#1a1a2e;padding:0 1rem;align-items:center;justify-content:space-between;z-index:1000;border-bottom:1px solid #333}.mobile-header h2{color:#fff;font-size:1.25rem;margin:0;position:absolute;left:50%;transform:translate(-50%)}.hamburger{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0}.hamburger-bar{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transition:transform .3s,opacity .3s}.hamburger-bar.open:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger-bar.open:nth-child(2){opacity:0}.hamburger-bar.open:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}.sidebar-title-desktop{font-size:1.5rem;margin-bottom:2rem;color:#fff}.sidebar-header,.sidebar-close{display:none}@media (max-width: 768px){.mobile-header{display:flex}.sidebar-overlay{display:block}.layout{flex-direction:column}.sidebar{position:fixed;top:0;left:0;bottom:0;width:280px;transform:translate(-100%);transition:transform .3s ease;z-index:1001;padding-top:1.5rem;background-color:#1a1a2e;box-shadow:4px 0 20px #0000004d}.sidebar.open{transform:translate(0)}.sidebar-title-desktop{display:none}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem 1rem;margin-bottom:1rem;border-bottom:1px solid #333}.sidebar-header h2{color:#fff;font-size:1.5rem;margin:0}.sidebar-close{display:block;background:none;border:none;color:#aaa;font-size:2rem;cursor:pointer;padding:0;line-height:1}.sidebar-close:hover{color:#fff}.main-content{margin-top:60px;padding:1rem;width:100%}.main-content h1{font-size:1.5rem}.dashboard-card{padding:1rem}}@media (max-width: 480px){.main-content{padding:.75rem}.main-content h1{font-size:1.25rem}}*{box-sizing:border-box;margin:0;padding:0}html{scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:none}html::-webkit-scrollbar{display:none}body{overscroll-behavior:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#f5f5f5;color:#333;line-height:1.6}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;color:#666}.auth-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.auth-box{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;width:100%;max-width:400px}.auth-box h1{margin-bottom:.5rem;font-size:1.75rem}.auth-box p{color:#666;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group input:focus{outline:none;border-color:#007bff}.btn{width:100%;padding:.75rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3}.btn-primary:disabled{background-color:#ccc;cursor:not-allowed}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333}.btn-small{width:auto;padding:.5rem 1rem;font-size:.875rem}.error-message{background-color:#f8d7da;color:#721c24;padding:.75rem;border-radius:4px;margin-bottom:1rem}.auth-link{text-align:center;margin-top:1rem}.auth-link a{color:#007bff;text-decoration:none}.auth-link a:hover{text-decoration:underline}.layout{display:flex;min-height:100vh}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sidebar{width:250px;background-color:#1a1a2e;color:#fff;padding:1.5rem}.sidebar h2{font-size:1.5rem;margin-bottom:2rem}.sidebar nav a{display:block;color:#aaa;text-decoration:none;padding:.75rem 0;border-bottom:1px solid #333}.sidebar nav a:hover,.sidebar nav a.active{color:#fff}.sidebar-footer{margin-top:auto;padding-top:1rem;border-top:1px solid #333}.sidebar-footer button{background:none;border:none;color:#aaa;cursor:pointer;padding:.5rem 0}.sidebar-footer button:hover{color:#fff}.main-content{flex:1;padding:2rem}.main-content h1{margin-bottom:1.5rem}.dashboard-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:1.5rem}.dashboard-card h2{margin-bottom:1rem;font-size:1.25rem}.api-key-form{display:flex;gap:1rem;margin-bottom:1.5rem}.api-key-form input{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.api-keys-list{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.api-key-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #eee}.api-key-item:last-child{border-bottom:none}.api-key-info h3{font-size:1rem;margin-bottom:.25rem}.api-key-info code{font-size:.875rem;color:#666;background:#f5f5f5;padding:.25rem .5rem;border-radius:4px}.api-key-info small{display:block;color:#999;margin-top:.25rem}.new-key-display{background:#d4edda;border:1px solid #c3e6cb;padding:1rem;border-radius:4px;margin-bottom:1.5rem}.new-key-display p{margin-bottom:.5rem;font-weight:500}.new-key-display code{display:block;background:#fff;padding:.75rem;border-radius:4px;font-size:.875rem;word-break:break-all;margin-bottom:.5rem}.new-key-display small{color:#856404}
