*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;background:#fff;color:#1f2328}.sans{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}header{display:flex;justify-content:space-between;align-items:center;padding:12px 48px;border-bottom:1px solid #d0d7de;position:sticky;top:0;background:#fff;z-index:100}.logo{font-size:28px;font-weight:700;color:#1f2328;display:flex;align-items:center;gap:12px;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;text-decoration:none}nav{display:flex;align-items:center;gap:28px}nav a{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#59636e;text-decoration:none;transition:color .15s ease}nav a:hover{color:#1f2328}.nav-divider{width:1px;height:20px;background:#d0d7de}.nav-login{color:#0091d5!important;font-weight:600!important}.auth-email{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:12px;text-transform:none;letter-spacing:normal;font-weight:600;color:#59636e;background:#f6f8fa;border:1px solid #d0d7de;border-radius:20px;padding:5px 12px;text-decoration:none;transition:all .15s ease}.auth-email:hover{color:#0091d5;border-color:#0091d5}.lang-switch{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#59636e;background:transparent;border:1px solid #d0d7de;border-radius:6px;padding:5px 10px;cursor:pointer;transition:all .2s ease}.lang-switch:hover{color:#0091d5;border-color:#0091d5}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;padding:0;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#59636e;transition:color .15s ease}.nav-dropdown-trigger:hover{color:#1f2328}.nav-caret{transition:transform .15s ease;color:#8c959f}.nav-caret.open{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%);background:#fff;border:1px solid #d0d7de;border-radius:10px;box-shadow:0 8px 24px #1f23281a;padding:6px;min-width:210px}.nav-dropdown-item-wrapper{position:relative}.nav-dropdown-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:none;border:none;cursor:pointer;padding:10px 12px;border-radius:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1f2328;text-align:left;transition:background .15s ease}.nav-dropdown-item:hover,.nav-dropdown-item[aria-expanded=true]{background:#f6f8fa}.nav-subcaret{color:#8c959f;font-size:16px;line-height:1}.nav-dropdown-submenu{position:absolute;top:0;left:100%;margin-left:6px;background:#fff;border:1px solid #d0d7de;border-radius:10px;box-shadow:0 8px 24px #1f23281a;padding:8px;display:flex;flex-direction:column;min-width:180px}.nav-dropdown-submenu a{padding:8px 12px;border-radius:6px;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;text-transform:none;letter-spacing:normal;color:#1f2328;white-space:nowrap}.nav-dropdown-submenu a:hover{background:#f6f8fa;color:#0091d5}.hero{padding:100px 48px 80px;background:linear-gradient(#ffffff 1px,transparent 1px),linear-gradient(90deg,#ffffff 1px,transparent 1px),#f2faff;background-size:40px 40px;border-bottom:1px solid #d0d7de}.hero-inner{max-width:800px}.terminal-line{font-size:13px;color:#0079b3;margin-bottom:12px;display:flex;align-items:center;gap:8px}.terminal-line:before{content:"$";color:#59636e}.cursor{display:inline-block;width:8px;height:16px;background:#0091d5;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.hero h1{font-size:56px;font-weight:700;line-height:1.15;letter-spacing:-1px;margin-bottom:24px;color:#1f2328;min-height:1.15em}.hero h1 .accent{color:#0091d5}.hero-slide{transition:opacity .3s ease}.hero-slide.fade-in{opacity:1}.hero-slide.fade-out{opacity:0}.hero-dots{display:flex;gap:8px;margin-bottom:32px}.hero-dot{width:6px;height:6px;border-radius:50%;background:#d0d7de;transition:background .3s ease,width .3s ease}.hero-dot.active{background:#0091d5;width:18px;border-radius:3px}.hero p{font-size:17px;line-height:1.7;color:#59636e;max-width:560px;margin-bottom:40px}.hero p.tagline{font-size:20px;font-weight:600;color:#1f2328;margin-bottom:16px}.cta-row{display:flex;gap:12px}.cta-primary{padding:12px 24px;background:#0091d5;color:#fff;text-decoration:none;border-radius:6px;font-size:14px;font-weight:600;border:1px solid #0079b3;transition:background .2s ease;display:inline-block}.cta-primary:hover{background:#0079b3}.cta-secondary{padding:12px 24px;background:#fff;color:#1f2328;text-decoration:none;border-radius:6px;font-size:14px;font-weight:600;border:1px solid #d0d7de;transition:all .2s ease;display:inline-block}.cta-secondary:hover{border-color:#59636e;background:#f6f8fa}.stats-bar{display:flex;gap:48px;padding:32px 48px;border-bottom:1px solid #d0d7de;background:#fff}.stat{display:flex;flex-direction:column;gap:4px}.stat-value{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:700;color:#1f2328}.stat-label{font-size:12px;color:#59636e;text-transform:uppercase;letter-spacing:.5px}.projects-section{padding:80px 48px}.section-header{display:flex;align-items:baseline;gap:12px;margin-bottom:48px}.section-header h2{font-size:28px;font-weight:700;color:#1f2328}.section-header .count{font-size:14px;color:#59636e}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:20px}.project-card{background:#fff;border:1px solid #d0d7de;border-radius:10px;padding:24px;transition:all .2s ease;cursor:pointer;display:flex;flex-direction:column;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace}.project-card:hover{border-color:#0091d5;box-shadow:0 4px 12px #1f232814}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.project-status{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;padding:4px 10px;border-radius:20px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.status-active{background:#dcf2ff;color:#0079b3;border:1px solid #a8e0ff}.status-planning{background:#f6f8fa;color:#59636e;border:1px solid #d0d7de}.project-card h3{font-size:19px;font-weight:700;color:#1f2328;margin-bottom:10px}.project-card p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6;color:#59636e;margin-bottom:20px;flex-grow:1}.tech-stack{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}.tech-tag{font-size:11px;padding:4px 10px;background:#f6f8fa;color:#59636e;border-radius:4px;border:1px solid #d0d7de}.project-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #d0d7de;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#59636e}.project-footer .arrow{color:#0091d5;font-weight:700}.contact-section{padding:100px 48px;background:#f6f8fa;border-top:1px solid #d0d7de;text-align:left;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.contact-inner{max-width:900px;margin:0 auto}.contact-section h2{font-size:36px;font-weight:700;color:#1f2328;margin-bottom:16px}.contact-section p{font-size:15px;color:#59636e;margin-bottom:40px;line-height:1.7}.form-row{display:flex;gap:12px;margin-bottom:12px}.form-group{flex:1;text-align:left}.form-group input,.form-group textarea{width:100%;padding:12px 14px;font-size:14px;border:1px solid #d0d7de;border-radius:6px;background:#fff;color:#1f2328;font-family:inherit;transition:border-color .2s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#8c959f}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0091d5}.form-group textarea{resize:vertical;min-height:120px;margin-bottom:12px;width:100%}.btn-submit{width:100%;padding:13px 24px;background:#0091d5;color:#fff;border:1px solid #0079b3;border-radius:6px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s ease}.btn-submit:hover{background:#0079b3}footer{padding:32px 48px;text-align:center;border-top:1px solid #d0d7de;color:#8c959f;font-size:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tempmail-section{padding:100px 48px;min-height:60vh;background:#fafbfc;border-top:3px solid #0091d5}.tempmail-inner{max-width:640px;margin:0 auto}.tempmail-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:40px;font-weight:700;letter-spacing:-.5px;margin-bottom:16px;color:#1f2328}.tempmail-intro{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;color:#59636e;margin-bottom:32px;line-height:1.7}.tempmail-error{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#cf222e;font-size:14px;margin-top:12px}.tempmail-address-box{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f6f8fa;border:1px solid #d0d7de;border-radius:8px;padding:16px 20px;margin-bottom:16px}.tempmail-address-box code{font-size:16px;color:#0091d5;font-weight:600;word-break:break-all}.tempmail-new{margin-bottom:40px}.tempmail-inbox-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:700;color:#1f2328;margin-bottom:16px}.tempmail-empty{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#8c959f;font-size:14px;padding:24px;text-align:center;border:1px dashed #d0d7de;border-radius:8px}.tempmail-email{border:1px solid #d0d7de;border-radius:8px;margin-bottom:10px;overflow:hidden}.tempmail-email-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:#fff;border:none;cursor:pointer;text-align:left;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .15s ease}.tempmail-email-header:hover{background:#f6f8fa}.tempmail-email-subject{font-size:14px;font-weight:600;color:#1f2328}.tempmail-email-sender{font-size:12px;color:#59636e;margin-top:2px}.tempmail-email-date{font-size:12px;color:#8c959f;white-space:nowrap}.tempmail-email-body{padding:16px 18px;border-top:1px solid #d0d7de;background:#f6f8fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#1f2328;white-space:pre-wrap;line-height:1.6}.auth-section{padding:100px 48px;min-height:60vh;display:flex;justify-content:center;background:#fafbfc;border-top:3px solid #0091d5}.auth-inner{max-width:400px;width:100%;background:#fff;border:1px solid #d0d7de;border-radius:12px;padding:40px;box-shadow:0 4px 16px #1f23280f}.auth-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:700;color:#1f2328;margin-bottom:32px;text-align:center}.auth-switch{display:block;width:100%;margin-top:16px;background:transparent;border:none;color:#0091d5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;cursor:pointer;text-align:center}.auth-switch:hover{text-decoration:underline}.tempmail-saved{margin-bottom:32px;padding:20px;background:#f6f8fa;border:1px solid #d0d7de;border-radius:8px}.tempmail-saved-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:700;color:#1f2328;margin-bottom:12px}.tempmail-saved-list{display:flex;flex-direction:column;gap:6px}.tempmail-saved-item{text-align:left;background:#fff;border:1px solid #d0d7de;border-radius:6px;padding:8px 12px;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:13px;color:#1f2328;cursor:pointer;transition:all .15s ease}.tempmail-saved-item:hover{border-color:#0091d5}.tempmail-saved-item.active{border-color:#0091d5;background:#dcf2ff;color:#0079b3}.tempmail-hint{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#8c959f;margin-top:24px;text-align:center}.apikey-new-box{background:#dcf2ff;border:1px solid #0091d5;border-radius:8px;padding:20px;margin-bottom:24px}.apikey-new-label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:700;color:#0079b3;margin-bottom:8px}.apikey-new-box code{display:block;font-size:14px;color:#1f2328;word-break:break-all;margin-bottom:8px}.apikey-new-warning{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#0079b3}.apikey-form{display:flex;gap:10px;margin-bottom:32px}.apikey-form input{flex:1;padding:12px 14px;font-size:14px;border:1px solid #d0d7de;border-radius:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.apikey-form input:focus{outline:none;border-color:#0091d5}.apikey-list{display:flex;flex-direction:column;gap:10px}.apikey-item{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border:1px solid #d0d7de;border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.apikey-item-name{font-size:14px;font-weight:600;color:#1f2328}.apikey-item-prefix{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:12px;color:#8c959f;margin-top:2px}.docs-section{padding:100px 48px;background:#fafbfc;border-top:3px solid #0091d5}.docs-inner{max-width:720px;margin:0 auto}.docs-block{margin-top:24px;padding:28px 32px;background:#fff;border:1px solid #d0d7de;border-left:3px solid #0091d5;border-radius:10px}.docs-heading{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:700;color:#1f2328;margin-bottom:12px}.docs-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#59636e;line-height:1.7;margin-bottom:12px}.docs-response-label{margin-top:16px}.docs-endpoint{display:flex;align-items:center;gap:10px;margin-bottom:12px}.docs-endpoint code{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:14px;color:#1f2328}.docs-method{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px}.docs-method.post{background:#dcf2ff;color:#0079b3}.docs-method.get{background:#dafbe1;color:#1a7f37}.docs-code{background:#0d1117;color:#e6edf3;padding:16px 20px;border-radius:8px;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:13px;line-height:1.6;overflow-x:auto;white-space:pre}.docs-table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}.docs-table th{text-align:left;padding:10px 12px;border-bottom:2px solid #d0d7de;color:#59636e;font-size:12px;text-transform:uppercase;letter-spacing:.3px}.docs-table td{padding:12px;border-bottom:1px solid #d0d7de;color:#1f2328}.stats-badge{display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#59636e;background:#f6f8fa;border:1px solid #d0d7de;border-radius:20px;padding:6px 14px;margin-bottom:28px}.stats-badge strong{color:#0091d5}.how-it-works{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px;padding:28px;background:#fff;border:1px solid #d0d7de;border-radius:12px}.how-step{display:flex;gap:12px;align-items:flex-start}.how-step-num{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#0091d5;color:#fff;display:flex;align-items:center;justify-content:center;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:13px;font-weight:700}.how-step-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:700;color:#1f2328;margin-bottom:4px}.how-step-desc{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#59636e;line-height:1.5}.contact-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:64px;align-items:start}.contact-icon-box{width:64px;height:64px;border-radius:14px;background:#0d1117;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.contact-side h2{margin-bottom:16px}.contact-points{list-style:none;padding:0;margin-top:24px;display:flex;flex-direction:column;gap:12px}.contact-points li{display:flex;align-items:center;gap:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#1f2328}.contact-point-dot{width:6px;height:6px;border-radius:50%;background:#0091d5;flex-shrink:0}.webhook-section{padding:100px 48px;min-height:60vh;background:#fafbfc;border-top:3px solid #0091d5}.webhook-inner{max-width:640px;margin:0 auto}.webhook-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:40px;font-weight:700;letter-spacing:-.5px;margin-bottom:16px;color:#1f2328}.webhook-intro{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;color:#59636e;margin-bottom:32px;line-height:1.7}.webhook-error{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#cf222e;font-size:14px;margin-top:12px}.webhook-url-box{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f6f8fa;border:1px solid #d0d7de;border-radius:8px;padding:16px 20px;margin-bottom:16px}.webhook-url-box code{font-size:16px;color:#0091d5;font-weight:600;word-break:break-all;flex:1}.webhook-new{margin-bottom:40px}.webhook-inbox-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:700;color:#1f2328;margin-bottom:16px}.webhook-empty{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#8c959f;font-size:14px;padding:24px;text-align:center;border:1px dashed #d0d7de;border-radius:8px}.webhook-request{border:1px solid #d0d7de;border-radius:8px;margin-bottom:10px;overflow:hidden}.webhook-request-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:#fff;border:none;cursor:pointer;text-align:left;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .15s ease}.webhook-request-header:hover{background:#f6f8fa}.webhook-request-method{font-size:12px;font-weight:600;margin-bottom:4px;display:inline-block}.webhook-request-method .method{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px}.webhook-request-method .method.POST{background:#dcf2ff;color:#0079b3}.webhook-request-method .method.GET{background:#dafbe1;color:#1a7f37}.webhook-request-method .method.PUT,.webhook-request-method .method.PATCH{background:#fff8c5;color:#7d6e07}.webhook-request-method .method.DELETE{background:#fdd;color:#a40e26}.webhook-request-path{font-size:14px;font-weight:600;color:#1f2328}.webhook-request-date{font-size:12px;color:#8c959f;white-space:nowrap}.webhook-request-details{padding:16px 18px;border-top:1px solid #d0d7de;background:#f6f8fa}.webhook-detail-section{margin-bottom:16px}.webhook-detail-section:last-child{margin-bottom:0}.webhook-detail-section h4{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:700;color:#1f2328;text-transform:uppercase;letter-spacing:.3px;margin-bottom:8px}.webhook-detail-section pre{background:#fff;border:1px solid #d0d7de;border-radius:6px;padding:12px;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:12px;color:#1f2328;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;line-height:1.4}.webhook-saved{margin-bottom:32px;padding:20px;background:#f6f8fa;border:1px solid #d0d7de;border-radius:8px}.webhook-saved-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:700;color:#1f2328;margin-bottom:12px}.webhook-saved-list{display:flex;flex-direction:column;gap:6px}.webhook-saved-item{text-align:left;background:#fff;border:1px solid #d0d7de;border-radius:6px;padding:8px 12px;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:13px;color:#1f2328;cursor:pointer;transition:all .15s ease}.webhook-saved-item:hover{border-color:#0091d5}.webhook-saved-item.active{border-color:#0091d5;background:#dcf2ff;color:#0079b3}.webhook-hint{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#8c959f;margin-top:24px;text-align:center}.status-ok{color:#1a7f37;font-weight:700}.status-down{color:#cf222e;font-weight:700}.status-checking{color:#8c959f}.status-page-link{display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#0091d5;text-decoration:none;margin-bottom:24px}.status-page-link:hover{text-decoration:underline}.nav-dropdown-item-link{display:block;padding:10px 12px;border-radius:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1f2328;text-decoration:none;text-transform:none;letter-spacing:normal}.nav-dropdown-item-link:hover{background:#f6f8fa;color:#0091d5}.footer-link{color:#59636e;text-decoration:none}.footer-link:hover{color:#0091d5;text-decoration:underline}.status-page-section{padding:100px 48px;min-height:70vh;background:#fafbfc;border-top:3px solid #0091d5}.status-page-inner{max-width:720px;margin:0 auto}.status-refresh-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.status-last-check{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:12px;color:#8c959f}.status-list{display:flex;flex-direction:column;gap:12px}.status-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:#fff;border:1px solid #d0d7de;border-radius:10px}.status-row-left{display:flex;align-items:center;gap:14px}.status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.status-dot.status-ok{background:#1a7f37}.status-dot.status-down{background:#cf222e}.status-dot.status-checking{background:#8c959f}.status-row-name{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:700;color:#1f2328}.status-row-desc{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#59636e;margin-top:2px}.status-row-desc em{font-style:normal;color:#8c959f}.status-row-label{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:13px;font-weight:700;white-space:nowrap}.auth-logo-box{width:48px;height:48px;border-radius:12px;background:#0d1117;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.auth-subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#59636e;text-align:center;margin-top:-8px;margin-bottom:24px}.auth-benefits{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:10px}.auth-benefits li{display:flex;align-items:center;gap:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1f2328}.status-refresh-btn{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #d0d7de;border-radius:8px;padding:9px 16px;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:13px;font-weight:600;color:#1f2328;cursor:pointer;transition:all .2s ease}.status-refresh-btn:hover{border-color:#0091d5;color:#0091d5;box-shadow:0 2px 8px #0091d51f}.status-refresh-btn:disabled{opacity:.7;cursor:default}.status-refresh-btn svg{color:#0091d5}.status-refresh-btn svg.spinning{animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.control-panel-section{padding:56px 32px 88px;background:#f6f8fa;min-height:calc(100vh - 150px)}.control-panel-inner{max-width:1180px;margin:0 auto}.cp-breadcrumb{margin-bottom:18px;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:12px;color:#8c959f}.cp-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:28px}.cp-eyebrow{display:block;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0079b3}.cp-page-header h1{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;line-height:1.15;color:#1f2328}.cp-page-header>div:first-child>p{max-width:620px;margin:10px 0 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6;color:#59636e}.cp-account-card{min-width:330px;display:flex;align-items:center;gap:14px;padding:16px 18px;background:#fff;border:1px solid #d0d7de;border-radius:10px;box-shadow:0 1px 2px #1f23280a}.profile-account-avatar{width:46px;height:46px;border-radius:10px;background:#eaf7fd;color:#0079b3;border:1px solid #b6def0;display:flex;align-items:center;justify-content:center;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:18px;font-weight:700;flex-shrink:0}.cp-account-copy{min-width:0;display:flex;flex-direction:column}.cp-account-label{margin-bottom:2px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#8c959f}.cp-account-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:13px;color:#1f2328}.cp-account-status{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:11px;color:#59636e}.cp-account-status i,.cp-live-dot{width:7px;height:7px;border-radius:50%;background:#1a9f55;box-shadow:0 0 0 3px #1a9f5517;flex-shrink:0}.cp-dashboard-grid{display:grid;grid-template-columns:220px minmax(0,1fr);gap:24px;align-items:start}.cp-sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:24px}.cp-sidebar-card,.cp-panel-card,.cp-quick-actions,.cp-stat-card{background:#fff;border:1px solid #d0d7de;border-radius:10px;box-shadow:0 1px 2px #1f232809}.cp-sidebar-card{padding:10px}.cp-sidebar-title{padding:8px 10px 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#8c959f}.cp-sidebar-link{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:7px;text-decoration:none;font-size:13px;font-weight:600;color:#59636e;transition:background .15s ease,color .15s ease}.cp-sidebar-link:hover{background:#f6f8fa;color:#1f2328}.cp-sidebar-link.active{background:#eaf7fd;color:#0079b3}.cp-help-card{padding:18px}.cp-help-card h3{margin:12px 0 6px;font-size:14px;color:#1f2328}.cp-help-card p{margin:0 0 12px;font-size:12px;line-height:1.55;color:#6e7781}.cp-help-card a,.cp-text-link,.cp-empty-state a{display:inline-flex;align-items:center;gap:5px;text-decoration:none;font-size:12px;font-weight:700;color:#0079b3}.cp-main{min-width:0;display:flex;flex-direction:column;gap:18px}.cp-stats-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.cp-stat-card{padding:18px}.cp-stat-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.cp-icon-box{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:#eaf7fd;color:#0079b3;flex-shrink:0}.cp-icon-box.small{width:32px;height:32px;border-radius:8px}.cp-stat-value{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:27px;font-weight:700;color:#1f2328}.cp-stat-label{margin-top:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;color:#1f2328}.cp-stat-hint{margin-top:3px;font-size:11px;color:#8c959f}.cp-quick-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px}.cp-quick-copy{display:flex;flex-direction:column}.cp-quick-copy .cp-eyebrow{margin-bottom:2px}.cp-quick-copy strong{font-size:14px;color:#1f2328}.cp-action-links{display:flex;gap:8px}.cp-action-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid #d0d7de;border-radius:7px;background:#fff;text-decoration:none;font-size:12px;font-weight:700;color:#1f2328;transition:border-color .15s ease,background .15s ease}.cp-action-btn:hover{border-color:#8c959f;background:#f6f8fa}.cp-resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.cp-tools-card{padding:20px;margin-bottom:24px}.cp-tools-group{margin-top:16px}.cp-tools-group-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#8c959f;margin-bottom:10px}.cp-resources-label{margin-bottom:10px}.cp-tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:8px}.cp-tool-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #eaeef2;border-radius:8px;text-decoration:none;color:#1f2328;font-size:13px;font-weight:600;transition:border-color .15s ease,background .15s ease}.cp-tool-link:hover{border-color:#0091d5;background:#f6fbfe}.cp-panel-card{padding:20px}.cp-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid #eaeef2}.cp-section-heading{display:flex;gap:10px;min-width:0}.cp-section-header h2{margin:1px 0 3px;font-size:14px;color:#1f2328}.cp-section-header p{margin:0;font-size:11px;line-height:1.45;color:#8c959f}.cp-list{margin-top:14px}.profile-list{display:flex;flex-direction:column;gap:8px}.profile-list-item{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;background:#f9fafb;border:1px solid #e1e5e9;border-radius:7px}.cp-list-primary{min-width:0;display:flex;align-items:center;gap:9px}.profile-list-item code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#1f2328}.profile-list-expiry{font-size:10px;color:#8c959f;white-space:nowrap}.cp-empty-state{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:22px;text-align:center}.cp-empty-state.compact{min-height:80px}.cp-empty-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;border-radius:10px;background:#f0f3f5;color:#8c959f}.cp-empty-state p{margin:0 0 7px;font-size:12px;color:#6e7781}.cp-api-panel{scroll-margin-top:24px}.cp-security-note{display:flex;align-items:center;gap:8px;margin:16px 0;padding:10px 12px;border:1px solid #cfe7f2;border-radius:7px;background:#f2fbff;font-size:11px;color:#53616a}.cp-security-note svg{color:#0079b3;flex-shrink:0}.cp-key-form{margin-top:14px;padding:14px;background:#f9fafb;border:1px solid #e1e5e9;border-radius:8px}.cp-key-list{margin-top:16px;gap:8px}.cp-key-item{border-radius:8px;background:#fff}.cp-key-item.is-revoked{opacity:.62;background:#f9fafb}.cp-key-meta{min-width:0;display:flex;align-items:center;gap:12px}.cp-key-status{min-width:54px;padding:4px 7px;border-radius:999px;background:#eaf8ef;color:#18794e;text-align:center;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.cp-key-status.revoked{background:#f0f1f2;color:#6e7781}.cp-revoke-btn{font-size:11px;padding:7px 10px}@media (max-width: 980px){.cp-page-header{align-items:stretch;flex-direction:column}.cp-account-card{min-width:0;width:100%;box-sizing:border-box}.cp-dashboard-grid{grid-template-columns:1fr}.cp-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr}.cp-resource-grid{grid-template-columns:1fr}}.mobile-menu-toggle{display:none;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid #d0d7de;border-radius:8px;background:#fff;color:#1f2328;cursor:pointer}@media (max-width: 880px){.mobile-menu-toggle{display:inline-flex}nav{display:none}nav.nav-mobile-open{display:flex;flex-direction:column;align-items:stretch;gap:4px;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #d0d7de;box-shadow:0 8px 24px #1f232814;padding:12px 24px 20px;max-height:calc(100vh - 64px);overflow-y:auto}nav.nav-mobile-open a,nav.nav-mobile-open>button{width:100%;text-align:left;justify-content:flex-start}nav.nav-mobile-open .nav-divider{width:100%;height:1px;margin:6px 0}nav.nav-mobile-open .nav-dropdown{width:100%}nav.nav-mobile-open .nav-dropdown-menu{position:static;transform:none;width:100%;box-shadow:none;border:none;padding:4px 0 4px 14px;min-width:0}nav.nav-mobile-open .nav-dropdown-submenu{position:static;margin-left:14px;box-shadow:none;border:none;padding:4px 0 4px 10px;min-width:0}}@media (max-width: 700px){header,.hero,.stats-bar,.projects-section,.contact-section,footer{padding-left:24px;padding-right:24px}.hero h1{font-size:36px}.stats-bar{gap:24px}.form-row{flex-direction:column}.contact-grid{grid-template-columns:1fr;gap:32px}.how-it-works,.dash-stats-row,.dash-grid{grid-template-columns:1fr}.control-panel-section{padding:36px 18px 64px}.cp-page-header h1{font-size:27px}.cp-sidebar{grid-template-columns:1fr}.cp-help-card{display:none}.cp-stats-row{grid-template-columns:1fr}.cp-quick-actions{align-items:stretch;flex-direction:column}.cp-action-links{flex-direction:column}.cp-action-btn{justify-content:center}.cp-section-header{flex-direction:column}.profile-list-item{align-items:flex-start;flex-direction:column}.profile-list-expiry{padding-left:16px}.cp-key-form{flex-direction:column}.cp-key-item{align-items:flex-start;flex-direction:column}.cp-revoke-btn{align-self:flex-end}}@media (min-width: 981px){.cp-main{height:calc(100vh - 315px);min-height:420px;overflow-y:auto;overflow-x:hidden;padding-right:10px;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c8d1da transparent}.cp-main::-webkit-scrollbar{width:7px}.cp-main::-webkit-scrollbar-track{background:transparent}.cp-main::-webkit-scrollbar-thumb{background:#c8d1da;border-radius:999px}.cp-main::-webkit-scrollbar-thumb:hover{background:#9da8b3}}
