@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:#0f172a;background:#f3f4f6;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.layout-page{min-height:100vh;display:flex;flex-direction:column}.container{max-width:960px;margin:0 auto;padding:0 1.5rem}.site-header{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(to bottom,#f3f4f6eb,#f3f4f6d9);border-bottom:1px solid rgba(148,163,184,.25)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem}.brand{font-weight:700;letter-spacing:-.03em;color:#0f172a}.brand-link{color:inherit;text-decoration:none}.brand-link:hover{text-decoration:none}.brand-name{font-size:1.1rem}.header-actions{display:flex;align-items:center;gap:.75rem}.header-actions.desktop-nav{display:flex}.btn-ghost{font-size:.9rem;padding:.5rem 1rem;border-radius:999px;border:1px solid rgba(148,163,184,.8);background:#fff;color:#111827;text-decoration:none;transition:.15s ease}.btn-ghost:hover{background:#f9fafb;text-decoration:none}.btn-ghost.is-active{background:#111827;color:#f9fafb;border-color:#020617;cursor:default}.link-login{font-size:.9rem;color:#4b5563;text-decoration:none;transition:.15s ease}.link-login:hover{color:#111827;text-decoration:none}.user-email{font-size:.9rem;color:#6b7280}.link-account{font-size:.9rem;color:#4b5563;text-decoration:none}.link-account:hover{color:#111827;text-decoration:underline}.btn-logout{font-size:.9rem;padding:.5rem 1rem;border-radius:999px;border:1px solid #dc2626;background:#fff;color:#dc2626;cursor:pointer;font-family:inherit;transition:.15s ease}.btn-logout:hover{background:#fef2f2}.btn-logout:disabled{opacity:.6;cursor:not-allowed}.hamburger-btn{display:none;flex-direction:column;gap:.35rem;background:none;border:none;padding:.5rem;cursor:pointer;z-index:50}.hamburger-line{display:block;width:24px;height:2.5px;background:#111827;border-radius:2px;transition:all .3s ease}.mobile-nav{display:none;position:fixed;top:3.5rem;right:0;width:100%;max-width:280px;background:#fff;border-left:1px solid rgba(148,163,184,.25);border-bottom:1px solid rgba(148,163,184,.25);z-index:40;flex-direction:column;gap:.5rem;padding:1rem 0;max-height:calc(100vh - 3.5rem);overflow-y:auto;box-shadow:-2px 4px 8px #0000001a}.mobile-nav.is-open{display:flex}.mobile-nav-link{font-size:.95rem;padding:.75rem 1.5rem;color:#4b5563;text-decoration:none;transition:.15s ease;display:block}.mobile-nav-link:hover{background:#f3f4f6;color:#111827}.mobile-nav-link.is-active{background:#111827;color:#f9fafb;font-weight:500}.mobile-nav-button{font-size:.95rem;padding:.75rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:.15s ease}.mobile-nav-button:hover{background:#f3f4f6}.btn-logout-mobile{color:#dc2626}.btn-logout-mobile:disabled{opacity:.6;cursor:not-allowed}.user-email-mobile{font-size:.85rem;color:#6b7280;padding:.5rem 1.5rem;display:block;border-bottom:1px solid rgba(148,163,184,.15)}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:35}.mobile-nav.is-open~.mobile-menu-overlay,.mobile-menu-overlay{display:block}@media(max-width:640px){.header-inner{padding-inline:1rem}.desktop-nav{display:none!important}.hamburger-btn{display:flex}.main-wrap{padding-top:2.5rem;padding-left:0;padding-right:0}}.main-wrap{flex:1;padding:3rem 1.5rem}.site-footer{background:#020617;color:#9ca3af;font-size:.8rem;text-align:center;padding:1.2rem 1.5rem}.site-footer a{color:#e5e7eb;text-decoration:none}.site-footer a:hover{color:#bfdbfe;text-decoration:underline}.site-footer .footer-links{display:inline-block;white-space:nowrap}.account-user-email{text-align:right;font-size:.95rem;color:#9ca3af;margin-bottom:.5rem;word-break:break-all;display:block;position:absolute;top:3.8rem;right:1rem}@media(max-width:640px){.site-footer .footer-separator{display:none}}@media(min-width:641px){.account-user-email{display:none}}.purchase-header{text-align:center;margin-bottom:2.5rem}.purchase-title{font-size:1.9rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem;color:#111827}.purchase-subtitle{font-size:1rem;color:#6b7280;max-width:40rem;margin:0 auto;line-height:1.6;font-weight:300}.purchase-note{margin-top:.6rem;font-size:.85rem;color:#9ca3af;max-width:35rem;margin-left:auto;margin-right:auto}.purchase-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.4fr);gap:1.8rem;align-items:flex-start}.form-group{margin-bottom:1rem}.form-label{font-size:.86rem;font-weight:500;margin-bottom:.3rem;display:block;color:#374151}.form-select,.form-input{width:100%;border-radius:.65rem;border:1px solid #e5e7eb;background:#f9fafb;padding:.65rem .75rem;font-size:.9rem;color:#111827;box-sizing:border-box;font-family:inherit}.form-select:focus,.form-input:focus{outline:none;border-color:#60a5fa;background:#fff;box-shadow:0 0 0 1px #60a5fa44}.helper-text{font-size:.8rem;color:#9ca3af;margin-top:.2rem}.inline-inputs{display:flex;gap:.8rem;align-items:center;flex-wrap:wrap}.inline-inputs .form-input{flex:0 1 auto;max-width:150px}.summary-block{margin-bottom:1.4rem}.summary-title{font-size:1rem;font-weight:600;margin-bottom:.6rem;color:#111827}.summary-row{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.3rem;color:#4b5563}.summary-row.total{font-weight:700;margin-top:.4rem;font-size:1rem;color:#111827}.summary-note{font-size:.8rem;color:#9ca3af;margin-top:.4rem}.divider{height:1px;background:#e5e7eb;margin:1.4rem 0 1.2rem}.checkout-note{font-size:.86rem;color:#6b7280;margin-bottom:.8rem}.password-helper{font-size:.8rem;color:#9ca3af;margin-top:.2rem}.checkout-actions{margin-top:1.2rem}.footer-note{margin-top:1.8rem;font-size:.82rem;color:#9ca3af;text-align:center}@media(max-width:900px){.purchase-grid{grid-template-columns:1fr}}@media(max-width:640px){.purchase-title{font-size:1.6rem}.purchase-subtitle{font-size:.95rem}.main-wrap>.container{padding-left:0;padding-right:0}}.error-backdrop{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:999}.error-message-box{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;max-width:450px;width:90%;z-index:1000;overflow:hidden;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.error-message-header{display:flex;align-items:center;gap:12px;background-color:#f8d7da;border-bottom:1px solid #f5c6cb;padding:16px}.error-icon{font-size:20px;flex-shrink:0}.error-title{margin:0;font-size:18px;font-weight:600;color:#721c24}.error-message-content{padding:20px;color:#333;font-size:15px;line-height:1.5}.error-message-content p{margin:0}.error-message-footer{display:flex;justify-content:flex-end;padding:12px 16px;border-top:1px solid #f0f0f0;background-color:#fafafa}.error-button-ok{background-color:#007bff;color:#fff;border:none;border-radius:6px;padding:10px 24px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.error-button-ok:hover{background-color:#0056b3}.error-button-ok:active{background-color:#004085}.error-button-ok:focus{outline:2px solid #0056b3;outline-offset:2px}@media(max-width:480px){.error-message-box{width:95%;max-width:none}.error-message-content{padding:16px;font-size:14px}.error-title{font-size:16px}}.success-shell{max-width:560px;margin:0 auto;text-align:center;padding:3.2rem 1.5rem 3rem}.success-icon-wrap{width:52px;height:52px;border-radius:999px;background:#ecfdf3;border:1px solid #bbf7d0;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;box-shadow:0 12px 24px #16a34a40}.success-icon{font-size:1.4rem;color:#16a34a}.success-title{font-size:1.9rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem;color:#111827}.success-subtitle{font-size:.98rem;color:#6b7280;line-height:1.7;font-weight:300;margin-bottom:1.6rem}.success-card{text-align:left;background:#fff;border-radius:1.1rem;padding:1.6rem 1.6rem 1.5rem;box-shadow:0 22px 60px #0f172a24,0 0 0 1px #e2e8f0e6;margin-bottom:1.6rem}.card-title{font-size:1.02rem;font-weight:600;margin-bottom:.6rem;color:#111827}.detail-row{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.34rem;color:#4b5563}.detail-row span:first-child{color:#6b7280}.detail-row.total{margin-top:.5rem;font-weight:700;color:#111827}.detail-note{font-size:.8rem;color:#9ca3af;margin-top:.6rem}.actions-row{margin-top:.5rem;display:flex;justify-content:center}.btn-secondary-link{font-size:.9rem;color:#4b5563;text-decoration:none;display:inline-flex;align-items:center;gap:.35rem}.btn-secondary-link:hover{color:#111827;text-decoration:underline}.extra-note{margin-top:1.6rem;font-size:.82rem;color:#9ca3af}@media(max-width:640px){.success-shell{padding-top:2.6rem;padding-bottom:0;padding-left:0;padding-right:0}.success-card{padding-inline:1.3rem}.success-title{font-size:1.6rem}.success-subtitle{font-size:.95rem}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:#0f172a;background:#f3f4f6}body{margin:0;overflow-x:hidden;font-weight:300;background:radial-gradient(circle at top left,#e5e7eb,transparent 55%),radial-gradient(circle at top right,#e5e7eb,transparent 55%),#f3f4f6}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}.btn-primary{padding:.7rem 1.6rem;border-radius:999px;border:1px solid rgba(148,163,184,.8);font-size:.9rem;font-weight:600;background-image:linear-gradient(to bottom,#111827,#020617);color:#f9fafb;box-shadow:0 12px 24px #0f172a73,0 0 0 1px #0f172ab3;cursor:pointer;transition:.15s ease;text-align:center}.btn-primary:hover{background-image:linear-gradient(to bottom,#020617,#020617);transform:translateY(-1px);box-shadow:0 16px 32px #0f172a8c,0 0 0 1px #0f172ad9}.panel{background:#fff;border-radius:1.1rem;padding:1.6rem 1.6rem 1.7rem;box-shadow:0 22px 60px #0f172a24,0 0 0 1px #e2e8f0e6}.panel-title{font-size:1.1rem;font-weight:700;margin-bottom:.4rem;color:#111827}.panel-subtitle{font-size:.9rem;color:#6b7280;margin-bottom:1.4rem}
