@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";:root{--orange:#ff6038;--orange-light:#ff8a6a;--orange-dark:#e04520;--teal:#20d4bc;--teal-light:#5ee3d2;--teal-dark:#18a896;--black:#000;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--shadow-sm:0 1px 2px #0000000d;--shadow:0 1px 3px #0000001a, 0 1px 2px #0000000f;--shadow-md:0 4px 6px #00000012, 0 2px 4px #0000000f;--shadow-lg:0 10px 15px #0000001a, 0 4px 6px #0000000d;--radius:8px;--radius-lg:12px;--transition:.2s ease}html{scroll-behavior:smooth;scroll-padding-top:70px}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--gray-800);background:var(--gray-50);min-height:100vh;font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}a{color:var(--orange);transition:color var(--transition);text-decoration:none}a:hover{color:var(--orange-dark)}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:.95rem}.header{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:100;justify-content:space-between;align-items:center;height:60px;padding:0 1.5rem;display:flex;position:sticky;top:0}.header-brand{color:var(--gray-900);align-items:center;gap:.75rem;text-decoration:none;display:flex}.header-brand svg{width:32px;height:32px}.header-logo{width:auto;height:32px}.header-brand-text,.header-lab-link{background:linear-gradient(90deg,#ff6038 0% 35%,#d9587a 42%,#7c5bbf 50%,#3aadba 58%,#20d4bc 65% 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.1rem;font-weight:700;line-height:1.2}.header-lab-link{text-decoration:none}.header-logo-link{align-items:center;display:flex}.header-brand-subtitle{color:var(--gray-500);letter-spacing:.05em;text-transform:uppercase;font-size:.7rem;font-weight:400}.header-actions{align-items:center;gap:.85rem;display:flex}.account-menu{position:relative}.account-menu-trigger{border:1px solid var(--gray-200);background:var(--white);cursor:pointer;transition:all var(--transition);color:var(--gray-700);border-radius:999px;align-items:center;gap:.5rem;padding:.3rem .6rem .3rem .3rem;font-size:.85rem;font-weight:500;display:flex}.account-menu-trigger:hover{border-color:var(--gray-300);background:var(--gray-50)}.account-menu-trigger.open{border-color:var(--gray-400);box-shadow:0 0 0 3px #0000000a}.account-avatar{background:var(--orange);width:28px;height:28px;color:var(--white);letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;display:flex}.account-menu-chevron{width:12px;height:12px;color:var(--gray-400);flex-shrink:0;transition:transform .2s}.account-menu-trigger.open .account-menu-chevron{transform:rotate(180deg)}.account-menu-dropdown{background:var(--white);border:1px solid var(--gray-200);z-index:200;opacity:0;pointer-events:none;border-radius:10px;min-width:240px;transition:opacity .15s,transform .15s;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;transform:translateY(-4px)scale(.98);box-shadow:0 10px 40px #0000001f,0 2px 8px #0000000f}.account-menu-dropdown.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.account-menu-section{padding:.35rem 0}.account-menu-divider{background:var(--gray-200);height:1px;margin:0}.account-menu-item{width:100%;color:var(--gray-700);cursor:pointer;transition:background var(--transition);text-align:left;background:0 0;border:none;align-items:center;gap:.6rem;padding:.55rem 1rem;font-family:inherit;font-size:.85rem;text-decoration:none;display:flex}.account-menu-item:hover{background:var(--gray-50);color:var(--gray-900)}.account-menu-item svg{width:16px;height:16px;color:var(--gray-400);flex-shrink:0}.account-menu-item:hover svg{color:var(--gray-600)}.account-menu-item--danger{color:#dc2626}.account-menu-item--danger:hover{color:#b91c1c;background:#ef44440d}.account-menu-item--danger svg{color:#ef4444}.account-usage{padding:.6rem 1rem .75rem}.account-usage-label{color:var(--gray-500);justify-content:space-between;align-items:center;margin-bottom:.35rem;font-size:.75rem;display:flex}.account-usage-track{background:var(--gray-100);border-radius:3px;height:6px;overflow:hidden}.account-usage-fill{border-radius:3px;height:100%;transition:width .5s}.account-usage-fill.green{background:#22c55e}.account-usage-fill.amber{background:#f59e0b}.account-usage-fill.red{background:#ef4444}.cost-usage-bar{border-bottom:1px solid var(--gray-100);margin:0;padding:.65rem 1rem;font-size:.82rem;line-height:1.45}.cost-usage-bar.amber{color:#92400e;background:#fffbeb}.cost-usage-bar.red{color:#991b1b;background:#fef2f2}.cost-usage-content{align-items:center;gap:.6rem;max-width:720px;margin:0 auto;display:flex}.cost-usage-icon{flex-shrink:0;font-size:1.1rem}.cost-usage-text{flex:1}.cost-usage-text strong{margin-bottom:.15rem;display:block}.cost-usage-btn{white-space:nowrap;border-radius:6px;flex-shrink:0;padding:.35rem .85rem;font-size:.78rem;font-weight:600;text-decoration:none}.cost-usage-bar.amber .cost-usage-btn{color:#fff;background:#f59e0b}.cost-usage-bar.red .cost-usage-btn{color:#fff;background:#ef4444}.cost-usage-dismiss{cursor:pointer;opacity:.5;color:inherit;background:0 0;border:none;padding:0 .25rem;font-size:1.1rem}.cost-usage-dismiss:hover{opacity:1}.trial-banner{color:#134e4a;text-align:center;background:#f0fdfa;border-bottom:1px solid #20d4bc26;margin:0;padding:.55rem 1rem;font-size:.82rem}.trial-banner a{color:var(--orange);margin-left:.5rem;font-weight:600}.trial-upgrade-banner{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fef9e7 100%);border-bottom:1px solid #f59e0b33;margin:0;padding:.75rem 1rem;font-size:.85rem}.trial-upgrade-content{flex-wrap:wrap;align-items:center;gap:.6rem;max-width:720px;margin:0 auto;display:flex;position:relative}.trial-upgrade-text{flex:1;min-width:200px}.trial-upgrade-actions{flex-wrap:wrap;gap:.4rem;display:flex}.trial-upgrade-btn{color:#92400e;background:#ffffffb3;border:1px solid #f59e0b4d;border-radius:6px;padding:.3rem .7rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:background .2s}.trial-upgrade-btn:hover{background:#fffffff2}.trial-upgrade-btn.recommended{background:var(--orange);color:#fff;border-color:var(--orange)}.trial-upgrade-btn.recommended:hover{background:#e54e2a}.trial-upgrade-reassure{color:#b45309;opacity:.8;width:100%;margin:4px 0 0;font-size:.78rem}.trial-upgrade-dismiss{cursor:pointer;color:#b45309;opacity:.5;background:0 0;border:none;font-size:1.1rem;line-height:1;position:absolute;top:0;right:0}.trial-upgrade-dismiss:hover{opacity:1}.post-trial-summary{text-align:center;max-width:420px;margin:0 auto}.post-trial-heading{margin:0 0 12px;font-size:1.1rem}.post-trial-stats{color:#666;margin:0 0 16px}.post-trial-cta-label{margin:0 0 20px}.post-trial-plans{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.post-trial-plan-btn{background:var(--orange);color:#fff;border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s}.post-trial-plan-btn:hover{opacity:.85}.post-trial-plan-btn.recommended{box-shadow:0 0 0 2px var(--orange), 0 0 0 4px #ff603833}.post-trial-quote{color:#999;margin:20px 0 0;font-size:.85rem;font-style:italic}@media (width<=600px){.trial-upgrade-banner{padding:.6rem .75rem;font-size:.8rem}.trial-upgrade-content{flex-direction:column;align-items:stretch}.trial-upgrade-actions{justify-content:center}.trial-upgrade-btn{text-align:center;flex:1;min-width:0}.trial-upgrade-dismiss{top:-2px;right:-4px}.post-trial-plans{flex-direction:column;gap:8px}.post-trial-plan-btn{padding:12px 16px}}.btn{border-radius:var(--radius);transition:all var(--transition);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--orange);color:var(--white)}.btn-primary:hover{background:var(--teal);color:var(--white)}.btn-secondary{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-300)}.btn-secondary:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn-teal{background:var(--teal);color:var(--white)}.btn-teal:hover{background:var(--teal-dark)}.btn-ghost{color:var(--gray-600);background:0 0;padding:.5rem .75rem}.btn-ghost:hover{color:var(--gray-900);background:var(--gray-100)}.btn-sm{padding:.35rem .75rem;font-size:.8rem}.btn-lg{padding:.75rem 2rem;font-size:1rem}.btn:disabled{opacity:.5;cursor:not-allowed}.form-group{margin-bottom:1rem}.form-label{color:var(--gray-700);margin-bottom:.35rem;font-size:.85rem;font-weight:500;display:block}.form-input{border:1px solid var(--gray-300);border-radius:var(--radius);width:100%;transition:border-color var(--transition), box-shadow var(--transition);background:var(--white);padding:.6rem .75rem;font-size:.95rem}.form-input:focus{border-color:var(--orange);outline:none;box-shadow:0 0 0 3px #ff60381a}.form-input::placeholder{color:var(--gray-400)}.card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:all var(--transition);padding:1.5rem}.card-hoverable:hover{border-color:var(--orange-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.badge{border-radius:999px;align-items:center;padding:.2rem .6rem;font-size:.75rem;font-weight:500;display:inline-flex}.badge-orange{color:#c62828;background:#ff60381a}.badge-teal{color:#00695c;background:#20d4bc1a}.badge-gray{background:var(--gray-100);color:var(--gray-700)}.badge-green{color:#15803d;background:#22c55e1a}.badge-yellow{color:#854d0e;background:#eab3081a}.badge-blue{color:#1a56db;background:#4299e11a}.badge-indigo{color:#4338ca;background:#6366f11a}.badge-rose{color:#be123c;background:#f43f5e1a}.badge-amber{color:#92400e;background:#d977061a}.badge-violet{color:#5b21b6;background:#7c3aed1a}.badge-sky{color:#0369a1;background:#0ea5e91a}.badge-pink{color:#a21caf;background:#d946ef1a}.sandbox-chips{flex-wrap:wrap;gap:3px;display:inline-flex}.sandbox-chip{white-space:nowrap;border-radius:9px;padding:1px 6px;font-size:.68rem;font-weight:500;line-height:1.4;display:inline-block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.text-sm{font-size:.85rem}.text-xs{font-size:.75rem}.text-muted{color:var(--gray-500)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.gap-1{gap:.5rem}.gap-2{gap:1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.hidden{display:none!important}.alert{border-radius:var(--radius);margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.alert-error{color:#dc2626;background:#ef44441a;border:1px solid #ef444433}.alert-success{color:#16a34a;background:#22c55e1a;border:1px solid #22c55e33}.alert-info{color:var(--teal-dark);background:#20d4bc1a;border:1px solid #20d4bc33}.spinner{border:2px solid var(--gray-200);border-top-color:var(--orange);border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){.header,.container{padding:0 1rem}.header-brand-subtitle{display:none}}:focus-visible{outline:2px solid var(--orange);outline-offset:2px}:focus:not(:focus-visible){outline:none}.skip-link{z-index:9999;background:var(--orange);color:var(--white);border-radius:var(--radius);padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:top .15s;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:.5rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=480px){html,body{overflow-x:hidden}.header-actions{gap:.4rem}.header-lab-link,.header-brand-text{line-height:1.15}.account-menu-dropdown{width:auto;min-width:auto;position:fixed;top:auto;left:.5rem;right:.5rem}.btn-label-sm{display:none}}
