body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#f59e0b;--primary-dark:#d97706;--success-color:#22c55e;--success-dark:#16a34a;--danger-color:#f97316;--danger-dark:#ea580c;--warning-color:#facc15;--text-dark:#1f2937;--text-light:#92400e;--bg-light:#fffbea;--bg-border:#facc15;--shadow:0 10px 25px #92400e26;--shadow-sm:0 2px 8px #00000014}body{background:linear-gradient(135deg,#fef08a,#facc15 55%,#f59e0b);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{min-height:100vh}.App{align-items:center;display:flex;justify-content:center;padding:20px}.container{max-width:500px;width:100%}@media (min-width:1200px){.container{max-width:1200px}}.card{background:#fffbea;background:var(--bg-light);border:1px solid #f59e0b33;border-radius:12px;box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);padding:24px}.card,.card-title{margin-bottom:16px}.card-title{color:#92400e;color:var(--text-light);font-size:18px;font-weight:600}.auth-card{animation:slideUp .3s ease-out;background:#fffbea;background:var(--bg-light);border:2px solid #f59e0b4d;border-radius:16px;box-shadow:0 10px 25px #92400e26;box-shadow:var(--shadow);padding:40px 32px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-header{margin-bottom:32px;text-align:center}.auth-title{font-size:28px;font-weight:700;margin-bottom:8px}.auth-subtitle,.auth-title{color:#92400e;color:var(--text-light)}.auth-subtitle{font-size:14px;opacity:.8}.auth-form{gap:20px}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-label{align-items:center;color:#92400e;color:var(--text-light);display:flex;font-size:14px;font-weight:600;gap:6px}.form-input{background:#fff;border:2px solid #facc15;border:2px solid var(--bg-border);border-radius:8px;color:#1f2937;color:var(--text-dark);font-size:14px;padding:12px 16px;transition:all .3s ease}.form-input:focus{border-color:#f59e0b;border-color:var(--primary-color);box-shadow:0 0 0 3px #f59e0b1a;outline:none}.form-input:disabled{background-color:#fefce8;cursor:not-allowed;opacity:.6}.form-input::placeholder{color:#bfdbfe}.auth-divider{background:linear-gradient(90deg,#0000,#facc15,#0000);height:1px;margin:24px 0}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 20px;transition:all .3s ease}.btn-large{font-size:16px;padding:14px 20px;width:100%}.btn-sm{font-size:13px;padding:8px 16px}.btn-primary{background-color:#f59e0b;background-color:var(--primary-color);color:#1f2937;color:var(--text-dark)}.btn-primary:hover:not(:disabled){background-color:#d97706;background-color:var(--primary-dark);box-shadow:0 8px 16px #d977064d;transform:translateY(-2px)}.btn-primary:disabled{background-color:#fde68a;cursor:not-allowed;opacity:.7}.btn-success{background-color:#22c55e;background-color:var(--success-color);color:#fff}.btn-success:hover:not(:disabled){background-color:#16a34a;background-color:var(--success-dark);box-shadow:0 8px 16px #22c55e4d;transform:translateY(-2px)}.btn-success:disabled{background-color:#bbf7d0;cursor:not-allowed;opacity:.7}.btn-danger{background-color:#f97316;background-color:var(--danger-color);color:#fff}.btn-danger:hover:not(:disabled){background-color:#ea580c;background-color:var(--danger-dark);box-shadow:0 8px 16px #f973164d;transform:translateY(-2px)}.btn-danger:disabled{background-color:#fed7aa;cursor:not-allowed;opacity:.7}.link-button{background:none;border:none;color:#d97706;color:var(--primary-dark);cursor:pointer;font-size:14px;font-weight:600;padding:0;text-decoration:underline;transition:color .3s ease}.auth-switch,.link-button:hover{color:#92400e;color:var(--text-light)}.auth-switch{font-size:14px;margin-top:24px;text-align:center}.alert{animation:slideDown .3s ease-out;border-left:4px solid;border-radius:8px;font-size:14px;margin-bottom:20px;padding:12px 16px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-error{background-color:#fef3c7;border-left-color:#f97316;border-left-color:var(--danger-color);color:#92400e}.user-page{margin:0 auto;max-width:600px}.user-header-card{background:linear-gradient(135deg,#fef08a,#facc15 55%,#f59e0b);border-radius:16px;box-shadow:0 10px 25px #92400e26;box-shadow:var(--shadow);margin-bottom:24px;padding:40px 32px;text-align:center}.user-avatar{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 12px #00000026;color:#f59e0b;color:var(--primary-color);display:flex;font-size:36px;font-weight:700;height:80px;justify-content:center;margin:0 auto 16px;width:80px}.user-title{color:#1f2937;color:var(--text-dark);font-size:28px;font-weight:700;margin:0}.user-info-card{background:#fffbea;background:var(--bg-light);border:2px solid #f59e0b33}.info-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}.info-item{border-bottom:1px solid #f59e0b1a;display:flex;flex-direction:column;gap:6px;padding:12px 0}.info-item:last-child{border-bottom:none}.info-label{color:#92400e;color:var(--text-light);font-size:12px;font-weight:600;letter-spacing:.5px;opacity:.8;text-transform:uppercase}.info-value{color:#1f2937;color:var(--text-dark);font-size:14px;font-weight:500;word-break:break-all}.user-id{background:#f59e0b1a;border-radius:6px;font-family:Courier New,monospace;font-size:12px;padding:8px 12px}.badge{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;padding:4px 12px;width:-webkit-fit-content;width:fit-content}.badge-success{background-color:#dcfce7;color:#166534}.token-card{background:#fffbea;background:var(--bg-light);border:2px solid}.token-card-primary{background:#fffbea;border-color:#facc15;border-color:var(--warning-color)}.token-card-primary .token-textarea{background:#fffdf0;border-color:#facc15;border-color:var(--warning-color);color:#78350f}.token-card-success,.token-card-success .token-textarea{background:#f0fdf4;border-color:#86efac}.token-card-success .token-textarea{color:#166534}.token-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.token-badge{background:#f59e0b33;border-radius:6px;color:#92400e;color:var(--text-light);font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.token-content{display:flex;flex-direction:column;gap:12px}.token-textarea{border:2px solid #facc15;border:2px solid var(--bg-border);border-radius:8px;font-family:Courier New,"Monospace",monospace;font-size:12px;min-height:100px;padding:12px;resize:vertical;transition:all .3s ease;width:100%}.token-textarea:focus{box-shadow:0 0 0 3px #f59e0b1a;outline:none}@media (max-width:480px){.auth-card,.user-header-card{padding:24px 20px}.auth-title{font-size:24px}.user-title{font-size:22px}.btn-large{padding:12px 16px}.info-grid{grid-template-columns:1fr}}.profile-card{background:var(--bg-light);border:1px solid #f59e0b33;border-radius:12px;box-shadow:var(--shadow-sm);margin-bottom:16px;padding:24px}.profile-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.profile-title{color:var(--text-light);font-size:24px;font-weight:600;margin:0}.profile-subtitle{color:#6b7280;font-size:14px;margin-top:4px}.profile-subtitle code{background:#0000000d;border-radius:4px;font-family:Courier New,monospace;font-size:12px;padding:2px 6px}.profile-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;margin-bottom:16px;padding:16px}.profile-loading{display:flex;flex-direction:column;gap:16px}.profile-skeleton{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background:#e5e7eb;border-radius:8px;height:32px}.profile-loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:48px 24px}.profile-loading-spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#f59e0b;height:48px;margin-bottom:16px;width:48px}@keyframes spin{to{transform:rotate(1turn)}}.profile-loading-text{color:#6b7280;font-size:16px;font-weight:500;margin:0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.profile-form-container{display:flex;flex-direction:column;gap:16px}.profile-hint{color:#6b7280;margin-bottom:16px}.profile-form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:768px){.profile-form-grid{grid-template-columns:repeat(2,1fr)}}.profile-label{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.profile-label .required{color:#ef4444}.profile-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#111827;font-size:14px;padding:12px 16px;transition:all .2s;width:100%}.profile-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #f59e0b1a;outline:none}.profile-input::placeholder{color:#9ca3af}.profile-update-method{align-items:center;display:flex;gap:16px;margin-bottom:16px}.profile-radio-label{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:14px}.profile-radio-label input[type=radio]{margin-right:8px}.profile-actions{display:flex;gap:16px;margin-top:24px}.btn-secondary{background-color:#e5e7eb;color:#374151}.btn-secondary:hover:not(:disabled){background-color:#d1d5db}.btn-secondary:disabled{cursor:not-allowed;opacity:.5}.profile-info{display:flex;flex-direction:column;gap:16px}.profile-info-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:768px){.profile-info-grid{grid-template-columns:repeat(2,1fr)}}.profile-info-label{color:#6b7280;display:block;font-size:12px;font-weight:500;margin-bottom:4px;text-transform:uppercase}.profile-info-value{color:#111827;font-size:14px;font-weight:500;margin:0}.profile-info-value-small{color:#111827;font-size:12px;margin:0}.capitalize{text-transform:capitalize}.profile-verification{border-top:1px solid #e5e7eb;margin-top:24px;padding-top:24px}.profile-verification-title{color:var(--text-light);font-size:18px;font-weight:600;margin-bottom:16px}.profile-verification-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.profile-verification-grid{grid-template-columns:repeat(3,1fr)}}.profile-badge{border-radius:9999px;display:inline-block;font-size:12px;font-weight:500;padding:4px 12px}.profile-badge-success{background:#dcfce7;color:#166534}.profile-badge-warning{background:#fef3c7;color:#92400e}.profile-badge-error{background:#fee2e2;color:#991b1b}.address-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:768px){.address-grid{grid-template-columns:repeat(2,1fr)}}.address-empty{color:#6b7280;padding:48px 16px;text-align:center}.address-empty p{margin-bottom:16px}.address-card{border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:box-shadow .2s}.address-card:hover{box-shadow:0 4px 6px -1px #0000001a}.address-card-highlight-shipping{background:#eff6ff;border-color:#3b82f6}.address-card-highlight-billing{background:#f0fdf4;border-color:#22c55e}.address-card-highlight-both{background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 2px #86efac}.address-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.address-card-title{color:#111827;font-size:18px;font-weight:600;margin:0 0 8px}.address-card-actions{display:flex;gap:8px}.address-action-link{background:none;border:none;color:var(--primary-color);cursor:pointer;font-size:14px;font-weight:500;padding:0;transition:color .2s}.address-action-link:hover{color:var(--primary-dark)}.address-action-delete{color:#ef4444}.address-action-delete:hover{color:#dc2626}.address-badge{border-radius:9999px;display:inline-block;font-size:11px;font-weight:500;margin-top:4px;padding:4px 8px}.address-badge-shipping{background:#dbeafe;color:#1e40af}.address-badge-billing{background:#dcfce7;color:#166534}.address-card-content{color:#6b7280;display:flex;flex-direction:column;font-size:14px;gap:4px;margin-bottom:16px}.address-recipient-name{color:#111827;font-weight:500}.address-card-footer{border-top:1px solid #e5e7eb;display:flex;gap:8px;padding-top:12px}.address-default-btn{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:12px;padding:8px 12px;transition:background-color .2s}.address-default-shipping{background:#dbeafe;color:#1e40af}.address-default-shipping:hover{background:#bfdbfe}.address-default-billing{background:#dcfce7;color:#166534}.address-default-billing:hover{background:#bbf7d0}.address-form{display:flex;flex-direction:column;gap:16px}.address-form-full-width,.address-form-method{grid-column:1/-1}.avatar-upload{display:flex;flex-direction:column;gap:16px}.avatar-container{align-items:center;display:flex;gap:24px}.avatar-image-wrapper{border:4px solid #e5e7eb;border-radius:50%;height:96px;overflow:hidden;position:relative;width:96px}.avatar-image{height:100%;object-fit:cover;width:100%}.avatar-placeholder{align-items:center;background:#e5e7eb;border:4px solid #d1d5db;border-radius:50%;display:flex;height:96px;justify-content:center;width:96px}.avatar-placeholder-icon{color:#9ca3af;font-size:36px}.avatar-actions{flex:1 1}.avatar-input-hidden{display:none}.avatar-hint{color:#6b7280;font-size:14px;margin-top:8px}.avatar-progress{background:#e5e7eb;border-radius:9999px;height:8px;width:100%}.avatar-progress-bar{background:var(--primary-color);border-radius:9999px;height:8px;transition:width .3s}.avatar-loading{align-items:center;display:flex;gap:24px}.avatar-loading-text{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background:#e5e7eb;border-radius:8px;height:40px;width:128px}.public-profile-search{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr;margin-bottom:24px}@media (min-width:768px){.public-profile-search{grid-template-columns:1fr auto}}.public-profile-search-button{align-items:flex-end;display:flex}.public-profile-result{border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:16px}.public-profile-header{align-items:center;display:flex;gap:16px}.public-profile-avatar-wrapper{background:#f3f4f6;border-radius:50%;height:64px;overflow:hidden;position:relative;width:64px}.public-profile-avatar{height:100%;object-fit:cover;width:100%}.public-profile-avatar-placeholder{align-items:center;color:#9ca3af;display:flex;font-size:24px;height:100%;justify-content:center;width:100%}.public-profile-user-id{color:#6b7280;font-size:14px;margin:0}.public-profile-name{color:#111827;font-size:18px;font-weight:600;margin:0}.public-profile-member-since{color:#6b7280;font-size:14px;margin:0}.public-profile-location{margin-top:8px}.public-profile-location-title{color:#6b7280;font-size:14px;font-weight:500;margin-bottom:4px}.public-profile-raw{margin-top:16px}.public-profile-raw-title{color:#6b7280;font-size:14px;font-weight:500;margin-bottom:8px}.public-profile-raw-content{background:#111827;border-radius:8px;color:#4ade80;font-family:Courier New,monospace;font-size:12px;overflow:auto;padding:16px}.public-profile-no-data{color:#6b7280;font-size:14px}.public-profile-no-data code{background:#0000000d;border-radius:4px;font-family:Courier New,monospace;padding:2px 6px}.credentials-content{display:flex;flex-direction:column;gap:16px}.credentials-info-grid{grid-gap:16px;background:#f9fafb;border-radius:8px;display:grid;gap:16px;grid-template-columns:1fr;padding:16px}@media (min-width:768px){.credentials-info-grid{grid-template-columns:repeat(2,1fr)}}.credentials-uid{color:#111827;font-family:Courier New,monospace;font-size:12px;margin:0}.credentials-verification-badge{border-radius:4px;display:inline-block;font-size:11px;margin-top:4px;padding:2px 8px}.credentials-verification-verified{background:#dcfce7;color:#166534}.credentials-verification-unverified{background:#fef3c7;color:#92400e}.credentials-providers{margin-top:8px}.credentials-providers-title{color:var(--text-light);font-size:18px;font-weight:600;margin-bottom:12px}.credentials-providers-list{display:flex;flex-direction:column;gap:12px}.credentials-provider-item{align-items:center;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:16px;transition:background-color .2s}.credentials-provider-item:hover{background:#f9fafb}.credentials-provider-info{flex:1 1}.credentials-provider-header{align-items:center;display:flex;gap:8px}.credentials-provider-name{color:#111827;font-weight:500}.credentials-primary-badge{background:#dbeafe;border-radius:4px;color:#1e40af;font-size:11px;padding:2px 8px}.credentials-provider-details{color:#6b7280;font-size:14px;margin-top:4px}.credentials-provider-identifier{font-family:Courier New,monospace}.credentials-provider-display-name{margin-left:8px}.credentials-provider-photo{margin-top:8px}.credentials-provider-avatar{border-radius:50%;height:32px;width:32px}.credentials-no-providers{color:#6b7280;padding:16px;text-align:center}.credentials-raw{border-top:1px solid #e5e7eb;margin-top:24px;padding-top:24px}.credentials-raw-title{color:#6b7280;font-size:14px;font-weight:500;margin-bottom:8px}.credentials-raw-content{background:#111827;border-radius:8px;color:#4ade80;font-family:Courier New,monospace;font-size:12px;max-height:256px;overflow:auto;padding:16px}.health-check-content{display:flex;flex-direction:column;gap:16px}.health-check-status{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:768px){.health-check-status{grid-template-columns:repeat(2,1fr)}}.health-check-badge{border-radius:9999px;display:inline-block;font-size:12px;font-weight:500;padding:4px 12px}.health-check-badge-success{background:#dcfce7;color:#166534}.health-check-badge-error{background:#fee2e2;color:#991b1b}.health-check-details{background:#f9fafb;border-radius:8px;display:flex;flex-direction:column;gap:12px;padding:16px}.health-check-details-title{color:#111827;font-weight:600;margin:0}.health-check-details-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:768px){.health-check-details-grid{grid-template-columns:repeat(2,1fr)}}.health-check-version{font-family:Courier New,monospace}.health-check-timestamp,.health-check-version{color:#111827;font-size:12px;margin:0}.health-check-memory{background:#fff;border:1px solid #e5e7eb;border-radius:4px;color:#111827;font-family:Courier New,monospace;font-size:11px;margin:0;padding:8px}.health-check-error-section{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px}.health-check-error-label{color:#991b1b;display:block;font-size:14px;font-weight:500;margin-bottom:4px}.health-check-error-message{color:#dc2626;margin:0}.health-check-errors-section{background:#fefce8;border:1px solid #fde047;border-radius:8px;padding:16px}.health-check-errors-label{color:#92400e;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.health-check-errors-list{display:flex;flex-direction:column;gap:4px;list-style:disc;list-style-position:inside}.health-check-errors-item{color:#ca8a04;font-size:12px}.health-check-raw{border-top:1px solid #e5e7eb;margin-top:24px;padding-top:24px}.health-check-raw-title{color:#6b7280;font-size:14px;font-weight:500;margin-bottom:8px}.health-check-raw-content{background:#111827;border-radius:8px;color:#4ade80;font-family:Courier New,monospace;font-size:12px;max-height:256px;overflow:auto;padding:16px}.auth-token-form{display:flex;flex-direction:column;gap:16px}.auth-token-url-actions{display:flex;flex-direction:column;gap:8px;margin-top:8px}@media (min-width:640px){.auth-token-url-actions{align-items:center;flex-direction:row;justify-content:space-between}}.auth-token-env-hint{color:#2563eb;font-size:14px;margin:0}.auth-token-hint{color:#6b7280;font-size:12px;margin-top:8px}.auth-token-hint code{background:#0000000d;border-radius:4px;font-family:Courier New,monospace;font-size:11px;padding:2px 6px}.user-agreement-container{display:flex;flex-direction:column}.user-agreement-content{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;line-height:1.6;margin-bottom:16px;max-height:400px;overflow-y:auto;padding:16px}.user-agreement-content h3{color:var(--text-light);font-size:20px;margin-bottom:16px;margin-top:0}.user-agreement-content h4{color:var(--text-light);font-size:16px;font-weight:600;margin-bottom:8px;margin-top:20px}.user-agreement-content p{color:#4b5563;font-size:14px;margin-bottom:12px}
/*# sourceMappingURL=main.56e53b0d.css.map*/