@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital,wght@0,400;0,500;0,600;1,400&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap";:root{--font-display: "Instrument Serif", serif;--font-headline: "Fraunces", serif;--font-body: "JetBrains Mono", monospace;--weight-light: 300;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;font-family:var(--font-body);line-height:1.5;font-weight:var(--weight-light);color-scheme:light dark;color:#ffffffde;background-color:#fdfdfd;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--card-width: clamp(90px, 16vw, 140px);--card-height: calc(var(--card-width) * 1.5)}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}.font-display{font-family:var(--font-display)}.font-headline{font-family:var(--font-headline);font-weight:var(--weight-semibold)}.font-headline-light{font-family:var(--font-headline);font-weight:var(--weight-light);font-style:italic}.font-body{font-family:var(--font-body);font-weight:var(--weight-light)}.font-body-regular{font-family:var(--font-body);font-weight:var(--weight-regular)}h1{font-family:var(--font-display);font-size:3.2em;line-height:1.1}h2,h3,h4,h5,h6{font-family:var(--font-headline);font-weight:var(--weight-semibold)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:var(--weight-regular);font-family:var(--font-body);background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.input-group{margin-bottom:1.5rem}.input-label{display:block;text-align:left;font-size:.875rem;font-family:var(--font-body);font-weight:var(--weight-regular);color:#213547;margin-bottom:.5rem;transition:color .2s ease}.required-asterisk{color:#ef4444;margin-left:.25rem}.input-field{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-family:var(--font-body);font-size:1rem;font-weight:var(--weight-light);color:#213547;background-color:#fff;transition:all .2s ease;box-sizing:border-box}.input-field:focus{outline:none;border-color:#646cff;box-shadow:0 0 0 3px #646cff1a}.input-field::placeholder{color:#9ca3af;font-weight:var(--weight-light)}.input-error{border-color:#ef4444}.input-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.input-error-message{margin-top:.5rem;font-size:.875rem;color:#ef4444;font-family:var(--font-body);font-weight:var(--weight-light)}select.input-field{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23213547' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;padding-right:1.75rem;cursor:pointer;font-size:.875rem;border:none;display:inline-block;width:auto}select.input-field:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23646cff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");border:none;box-shadow:none}select.input-field option{background-color:#fff;color:#213547;font-family:var(--font-body);font-weight:var(--weight-light)}@media (prefers-color-scheme: dark){.input-label{color:#fff}.input-field{background-color:#374151;border-color:#4b5563;color:#fff}.input-field:focus{border-color:#646cff;box-shadow:0 0 0 3px #646cff33}.input-field::placeholder{color:#9ca3af}.input-error{border-color:#ef4444}.input-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444433}select.input-field{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E")}select.input-field:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23646cff' d='M6 9L1 4h10z'/%3E%3C/svg%3E")}select.input-field option{background-color:#374151;color:#fff}}.text-center{text-align:center}.text-left{text-align:left}.spacing-sm{margin-bottom:.5rem}.spacing-md{margin-bottom:1rem}.spacing-lg{margin-bottom:1.5rem}.spacing-xl{margin-bottom:2rem}.spacing-2xl{margin-bottom:3rem}.padding-sm{padding:.5rem}.padding-md{padding:1rem}.padding-lg{padding:1.5rem}.padding-xl{padding:2rem}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.container-narrow{max-width:800px;margin:0 auto}.container-wide{max-width:100%;margin:0 auto}.flex{display:flex}.flex-col{flex-direction:column}.flex-between{justify-content:space-between}.flex-center{justify-content:center;align-items:center}.items-center{align-items:center}.items-baseline{align-items:baseline}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}.card{background-color:#fdfdfd;border-radius:8px;box-shadow:0 2px 8px #0000000d}.card-elevated{background-color:#fdfdfd;border-radius:12px;box-shadow:0 20px 60px #0000004d}.surface-subtle{background-color:#646cff0d;border-radius:12px}.surface-card{background-color:#646cff0d;border-radius:8px}.text-primary{color:#213547}.text-secondary{color:#213547b3}.text-muted{color:#21354799}.text-light{color:#21354780}.text-large{font-size:clamp(2rem,5vw,3.2rem);line-height:1.1}.text-medium{font-size:clamp(1.25rem,3vw,1.5rem)}.text-small{font-size:.875rem}.text-xs{font-size:.75rem}.btn-primary{font-family:var(--font-body);font-weight:var(--weight-regular);padding:1rem 2.5rem;background-color:#f9f9f9;color:#213547;border:1px solid transparent;border-radius:8px;cursor:pointer;font-size:1rem;transition:border-color .25s;box-shadow:0 2px 8px #0000000d}.btn-primary:hover{border-color:#646cff}.btn-secondary{font-family:var(--font-body);font-weight:var(--weight-regular);padding:.5rem 1rem;background-color:transparent;color:#213547;border:1px solid rgba(33,53,71,.2);border-radius:8px;cursor:pointer;font-size:.875rem;transition:all .25s}.btn-secondary:hover{border-color:#646cff;color:#646cff}.btn-full{width:100%}.header-sticky{position:sticky;top:0;z-index:100;background-color:#fdfdfd;border-bottom:1px solid rgba(33,53,71,.1)}.loading-spinner{width:40px;height:40px;border:3px solid rgba(100,108,255,.2);border-top:3px solid #646cff;border-radius:50%}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1rem}.modal-content{background-color:#fdfdfd;border-radius:12px;max-width:600px;width:100%;box-shadow:0 20px 60px #0000004d;max-height:90vh;overflow:auto}.grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.border-bottom{border-bottom:1px solid rgba(33,53,71,.1)}.border-bottom-hover:hover{border-color:#646cff}.cursor-pointer{cursor:pointer}.transition-all{transition:all .3s ease}.transition-border{transition:border-color .3s ease}.transition-color{transition:color .3s ease}.responsive-text{font-size:clamp(1rem,2.5vw,1.25rem)}.responsive-heading{font-size:clamp(1.75rem,4vw,2.5rem)}.billing-card{background-color:#fdfdfd;border-radius:12px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(33,53,71,.1);transition:all .3s ease}.billing-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}.subscription-status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:var(--weight-regular);font-family:var(--font-body)}.subscription-status.active{background-color:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.2)}.subscription-status.cancelled{background-color:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.billing-info{display:flex;flex-direction:column;gap:.75rem}.billing-info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(33,53,71,.1)}.billing-info-item:last-child{border-bottom:none}.billing-info-label{font-family:var(--font-body);font-weight:var(--weight-regular);color:#213547;font-size:.875rem}.billing-info-value{font-family:var(--font-body);font-weight:var(--weight-medium);color:#213547;font-size:.875rem}.billing-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.cancel-warning{background-color:#ef44440d;border:1px solid rgba(239,68,68,.2);border-radius:8px;padding:1rem;margin-bottom:1rem}.cancel-warning-text{font-family:var(--font-body);font-size:.875rem;color:#dc2626;line-height:1.5;margin:0}.confirmation-modal{background-color:#fdfdfd;border-radius:16px;max-width:500px;width:100%;box-shadow:0 25px 80px #0006;border:1px solid rgba(33,53,71,.1)}.confirmation-content{padding:2rem;text-align:center}.confirmation-icon{width:60px;height:60px;background-color:#ef44441a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem}.confirmation-actions{display:flex;gap:1rem;margin-top:2rem}.confirmation-actions .btn-secondary,.confirmation-actions .btn-danger{flex:1}@media (prefers-color-scheme: dark){.billing-card{background-color:#1f2937;border-color:#ffffff1a}.billing-info-label,.billing-info-value{color:#fff}.subscription-status.active{background-color:#22c55e33;color:#4ade80}.subscription-status.cancelled{background-color:#ef444433;color:#f87171}.cancel-warning{background-color:#ef44441a;border-color:#ef44444d}.cancel-warning-text{color:#f87171}.confirmation-modal{background-color:#1f2937;border-color:#ffffff1a}}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fdfdfd}a:hover{color:#747bff}button{background-color:#f9f9f9;font-family:var(--font-body);font-weight:var(--weight-regular);color:#213547}}
