.page-heading{font-family:var(--font-family-display);font-size:clamp(2rem,5vw,3rem);font-weight:400;color:var(--color-text);letter-spacing:1px;margin:0 0 2rem}.section-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem}.form-row{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.form-row{grid-template-columns:1fr 1fr}}.form-field{display:flex;flex-direction:column;gap:.375rem}.form-label{font-size:.875rem;font-weight:500;color:var(--color-text-strong)}.required{color:var(--color-primary);margin-left:.125rem}.form-input,.form-select{width:100%;padding:.6875rem .875rem;border:1.5px solid #d1d5db;border-radius:.5rem;font-size:.9375rem;color:var(--color-text-heading);background:#fff;font-family:inherit;appearance:none;transition:border-color .15s ease}.form-input:focus,.form-select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #ca2a281a}.form-input::placeholder,.form-select::placeholder{color:var(--color-text-placeholder)}.form-input.form-input--error,.form-select.form-input--error{border-color:var(--color-error)}.form-input.form-input--error:focus,.form-select.form-input--error:focus{box-shadow:0 0 0 3px #ef44441a}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236b7280'%3E%3Cpath fill-rule='evenodd' d='M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.125rem;padding-right:2.5rem;cursor:pointer}.form-hint{font-size:.75rem;font-weight:400;color:var(--color-text-muted)}.form-error{font-size:.8125rem;color:var(--color-error);margin-top:.125rem}.form-textarea{width:100%;padding:.6875rem .875rem;border:1.5px solid #d1d5db;border-radius:.5rem;font-size:.9375rem;color:var(--color-text-heading);background:var(--color-surface);font-family:inherit;resize:vertical;line-height:1.6;transition:border-color .15s ease}.form-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #ca2a281a}.form-textarea::placeholder{color:var(--color-text-placeholder)}.form-textarea--error{border-color:var(--color-error)}.form-textarea--error:focus{box-shadow:0 0 0 3px #ef44441a}.form-textarea--mono{font-family:Courier New,monospace;font-size:.875rem}.form-textarea--short{min-height:80px}.form-textarea--content{min-height:400px;font-family:Courier New,monospace;font-size:.875rem}@media(max-width:640px){.form-textarea--content{min-height:220px}}.form-input--mono{font-family:Courier New,monospace;font-size:.875rem}.btn-primary{display:inline-flex;align-items:center;justify-content:center;flex-wrap:nowrap;white-space:nowrap;gap:.5rem;padding:.8125rem 1.75rem;background:var(--color-primary);color:#fff;font-size:.9375rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;text-decoration:none;line-height:1}.btn-primary svg{flex-shrink:0;width:1.125rem;height:1.125rem}.btn-primary:hover{background:var(--color-primary-dark);text-decoration:none;color:#fff}.btn-primary:disabled{background:#d1d5db;cursor:not-allowed;opacity:.7}.btn-secondary{display:inline-flex;align-items:center;flex-wrap:nowrap;white-space:nowrap;gap:.375rem;padding:.5rem .25rem;background:none;color:var(--color-text-placeholder);font-size:.875rem;font-weight:500;border:none;cursor:pointer;text-decoration:none}.btn-secondary svg{flex-shrink:0}.btn-secondary:hover{color:var(--color-text-subtle);text-decoration:none}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;flex-wrap:nowrap;white-space:nowrap;gap:.5rem;padding:.8125rem 1.25rem;background:#fff;color:var(--color-text-strong);font-size:.9375rem;font-weight:500;border:1.5px solid #d1d5db;border-radius:.5rem;cursor:pointer;font-family:inherit;line-height:1;transition:background .15s,border-color .15s,color .15s}.btn-ghost svg{flex-shrink:0}.btn-ghost:hover{background:var(--color-surface-secondary);border-color:var(--color-text-placeholder);color:var(--color-text-heading)}.btn-ghost:disabled{opacity:.5;cursor:not-allowed}.badge{display:inline-block;font-size:.75rem;font-weight:600;padding:.2rem .625rem;border-radius:2rem;white-space:nowrap;background:var(--color-surface-tertiary);color:var(--color-text-strong)}.badge--active{background:#f0fdf4;color:#166534}.badge--pending{background:#fffbeb;color:#92400e}.badge--expired{background:#fef2f2;color:#991b1b}.badge--package{background:#eff6ff;color:#1e40af}.spinner{border-radius:50%;animation:spin .75s linear infinite;flex-shrink:0}.spinner--sm{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.4);border-top-color:#fff}.spinner--md{width:1.5rem;height:1.5rem;border:2px solid var(--color-border);border-top-color:var(--color-primary)}.spinner--lg{width:2.5rem;height:2.5rem;border:3px solid var(--color-border);border-top-color:var(--color-primary)}.auth-page{min-height:100vh;background:var(--color-surface-secondary);display:flex;flex-direction:column}@media(max-width:768px){.auth-page{min-height:calc(100svh - 62px)}}.auth-body{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-wrapper{width:100%;max-width:440px;display:flex;flex-direction:column;gap:.625rem}.auth-back{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;color:var(--color-primary);text-decoration:none;transition:color .15s;align-self:flex-start}.auth-back svg{width:.875rem;height:.875rem;flex-shrink:0;transition:transform .15s}.auth-back:hover{color:var(--color-primary-dark);text-decoration:none}.auth-back:hover svg{transform:translate(-2px)}.card{background:var(--color-surface);border-radius:var(--radius-card-lg);box-shadow:var(--shadow-dialog);padding:2rem 1.75rem}.error-banner{display:flex;align-items:center;gap:.625rem;padding:.875rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-card-sm);color:var(--color-error-dark);font-size:.875rem}.step-title{font-family:var(--font-family-display);font-size:1.625rem;font-weight:400;color:var(--color-text-heading);margin-bottom:.375rem}.step-subtitle{font-size:.9375rem;color:var(--color-text-subtle);line-height:1.5}.step-content{display:flex;flex-direction:column}.tab-header{margin-bottom:1.75rem}.tab-header__title{font-family:var(--font-family-display);font-size:1.75rem;font-weight:400;color:var(--color-text-heading);margin-bottom:.375rem}.tab-header__sub{font-size:.9375rem;color:var(--color-text-subtle);margin:0}.section-card{background:#fff;border:1px solid var(--color-border-strong);border-radius:.875rem;padding:1.25rem 1.5rem 1rem;margin-bottom:1rem}.section-card__title{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-placeholder);margin:0 0 1rem}.info-list{display:flex;flex-direction:column;gap:0}.info-list__row{display:flex;padding:.75rem 0;border-bottom:1px solid var(--color-surface-secondary);gap:1rem}.info-list__row:last-child{border-bottom:none;padding-bottom:0}.info-list__row dt{font-size:.875rem;color:var(--color-text-subtle);font-weight:500;width:9rem;flex-shrink:0}.info-list__row dd{font-size:.875rem;color:var(--color-text-heading);font-weight:500;margin:0;flex:1}.info-list__dd--inline{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.inline-status{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;padding:.3rem .625rem;border-radius:2rem;white-space:nowrap;width:fit-content}.inline-status__dot{width:.4375rem;height:.4375rem;border-radius:50%;flex-shrink:0}.inline-status--active{background:#f0fdf4;color:#166534}.inline-status--active .inline-status__dot{background:#16a34a}.inline-status--pending{background:#fffbeb;color:#92400e}.inline-status--pending .inline-status__dot{background:#d97706}.inline-status--expired{background:#fef2f2;color:#991b1b}.inline-status--expired .inline-status__dot{background:var(--color-error)}.mono-text{font-family:Courier New,monospace;font-size:.8125rem!important;word-break:break-all}:root{--color-primary: #ca2a28;--color-primary-dark: #a82220;--color-primary-light: #e03533;--color-body-bg: #F7FAFC;--color-surface: #ffffff;--color-surface-secondary: #f9fafb;--color-surface-tertiary: #f3f4f6;--color-footer-bg: #32373c;--color-text: #2D3748;--color-text-heading: #111827;--color-text-light: #4A5568;--color-text-strong: #374151;--color-text-subtle: #6b7280;--color-text-muted: #718096;--color-text-placeholder: #9ca3af;--color-border: #E2E8F0;--color-border-strong: #e5e7eb;--color-error: #ef4444;--color-error-dark: #b91c1c;--font-family-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-family-display: "ADLaM Display", sans-serif;--font-size-base: 17px;--line-height-base: 1.6;--max-width-content: 1290px;--radius-card-sm: .75rem;--radius-card: 1rem;--radius-card-md: .875rem;--radius-card-lg: 1.25rem;--shadow-card: 0 1px 3px rgba(17, 24, 39, .04), 0 4px 16px rgba(17, 24, 39, .04);--shadow-dialog: 0 1px 3px rgba(0,0,0,.06), 0 4px 24px rgba(0,0,0,.06)}*,*:before,*:after{box-sizing:border-box}html{overflow-x:hidden}html,body{margin:0;padding:0;background-color:var(--color-body-bg);color:var(--color-text);font-family:var(--font-family-body);font-size:var(--font-size-base);line-height:var(--line-height-base)}h1,h2,h3,h4,h5,h6{color:var(--color-text);line-height:1.5;margin:0}h1{font-size:2rem;font-weight:700}h2{font-size:1.75rem;font-weight:700}h3{font-size:1.5rem;font-weight:700}h4{font-size:1.375rem;font-weight:700}h5{font-size:1.25rem;font-weight:700}h6{font-size:1.125rem;font-weight:700}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}p{margin:0 0 1rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}
