:root{--primary-color: #0f172a;--primary-foreground: #ffffff;--secondary-color: #475569;--muted-color: #64748b;--background-color: #f6f8fb;--card-background: #ffffff;--border-color: #e2e8f0;--risk-color: #b45309;--risk-background: #fffbeb;--radius: 10px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--background-color);color:var(--primary-color);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;background:none;font-family:inherit}input,textarea{font-family:inherit}.container{padding:0 20px}.card{background:var(--card-background);border:1px solid var(--border-color);border-radius:var(--radius);padding:16px;margin-bottom:16px}.btn-primary{background:var(--primary-color);color:var(--primary-foreground);padding:12px 24px;border-radius:var(--radius);font-weight:700;font-size:16px;width:100%;display:flex;align-items:center;justify-content:center}.btn-secondary{border:1px solid var(--border-color);padding:10px 20px;border-radius:var(--radius);font-weight:600;font-size:14px}.text-muted{color:var(--muted-color);font-size:13px}.text-secondary{color:var(--secondary-color);font-size:14px}.title{font-size:22px;font-weight:700;margin-bottom:16px}.section-title{font-size:18px;font-weight:700;margin-bottom:12px}.flex{display:flex}.flex-col{flex-direction:column}.flex-grow{flex-grow:1}.flex-wrap{flex-wrap:wrap}.shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-y-3{row-gap:12px}.gap-x-4{column-gap:16px}.space-y-2>*+*{margin-top:8px}.space-y-3>*+*{margin-top:12px}.space-y-4>*+*{margin-top:16px}.space-y-6>*+*{margin-top:24px}.space-y-8>*+*{margin-top:32px}.m-0{margin:0}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.mt-12{margin-top:48px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.mb-12{margin-bottom:48px}.mb-24{margin-bottom:96px}.mr-1{margin-right:4px}.mr-2{margin-right:8px}.mr-4{margin-right:16px}.ml-4{margin-left:16px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-6{padding:24px}.py-1{padding-top:4px;padding-bottom:4px}.py-2{padding-top:8px;padding-bottom:8px}.py-3{padding-top:12px;padding-bottom:12px}.py-4{padding-top:16px;padding-bottom:16px}.py-6{padding-top:24px;padding-bottom:24px}.py-8{padding-top:32px;padding-bottom:32px}.py-20{padding-top:80px;padding-bottom:80px}.px-1{padding-left:4px;padding-right:4px}.px-2{padding-left:8px;padding-right:8px}.px-4{padding-left:16px;padding-right:16px}.pb-10{padding-bottom:40px}.pb-20{padding-bottom:80px}.pt-3{padding-top:12px}.pt-4{padding-top:16px}.pt-8{padding-top:32px}.w-full{width:100%}.w-4{width:16px}.w-5{width:20px}.w-16{width:64px}.w-20{width:80px}.h-4{height:16px}.h-5{height:20px}.h-16{height:64px}.h-20{height:80px}.min-h-screen{min-height:100vh}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-blue-50{background-color:#eff6ff}.bg-blue-50\/30{background-color:#eff6ff4d}.bg-blue-50\/50{background-color:#eff6ff80}.bg-green-50{background-color:#f0fdf4}.bg-green-50\/30{background-color:#f0fdf44d}.bg-green-50\/20{background-color:#f0fdf433}.bg-orange-50{background-color:#fff7ed}.bg-orange-50\/20{background-color:#fff7ed33}.bg-primary{background-color:var(--primary-color)}.bg-primary\/10{background-color:#0f172a1a}.bg-black\/50{background-color:#00000080}.text-xs{font-size:12px}.text-sm{font-size:14px}.text-lg{font-size:18px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.text-3xl{font-size:30px}.text-center{text-align:center}.text-right{text-align:right}.text-white{color:#fff}.text-primary{color:var(--primary-color)}.text-secondary{color:var(--secondary-color)}.text-muted{color:var(--muted-color)}.text-blue-500{color:#3b82f6}.text-blue-600{color:#2563eb}.text-blue-800{color:#1e40af}.text-blue-900{color:#1e3a8a}.text-green-500{color:#22c55e}.text-green-600{color:#16a34a}.text-orange-500{color:#f97316}.text-orange-600{color:#ea580c}.text-orange-700{color:#c2410c}.text-orange-800{color:#9a3412}.text-red-500{color:#ef4444}.text-gray-200{color:#e5e7eb}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.border{border:1px solid var(--border-color)}.border-t{border-top:1px solid var(--border-color)}.border-b{border-bottom:1px solid var(--border-color)}.border-none{border:none}.border-primary{border-color:var(--primary-color)}.border-blue-100{border-color:#dbeafe}.border-green-100{border-color:#dcfce7}.border-orange-100{border-color:#ffedd5}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-dashed{border-style:dashed}.rounded{border-radius:4px}.rounded-lg{border-radius:8px}.rounded-xl{border-radius:12px}.rounded-2xl{border-radius:16px}.rounded-t-2xl{border-top-left-radius:16px;border-top-right-radius:16px}.rounded-full{border-radius:9999px}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.top-4{top:16px}.right-4{right:16px}.z-50{z-index:50}.z-60{z-index:60}.cursor-pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.active\:bg-gray-50:active{background-color:#f9fafb}.hover\:border-primary:hover{border-color:var(--primary-color)}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:bg-gray-100:disabled{background-color:#f3f4f6}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.backdrop-blur-\[2px\]{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mx-auto{margin-left:auto;margin-right:auto}.max-w-sm{max-width:384px}.max-w-xs{max-width:320px}.max-w-\[500px\]{max-width:500px}.mobile-page{min-height:100vh;background:#f5f7fa}.mobile-page__nav{position:relative;display:flex;align-items:center;justify-content:center;height:64px;background:#fff;border-bottom:1px solid #edf1f5}.mobile-page__title{font-size:20px;line-height:1.2;font-weight:900;color:#102033;text-align:center}.mobile-page__back{position:absolute;left:16px;top:0;bottom:0;display:flex;align-items:center;gap:2px;color:#40526a;font-size:14px;font-weight:700}.mobile-page__more{position:absolute;right:16px;top:15px;width:74px;height:34px;border:1px solid #e8edf2;border-radius:999px;background:#ffffffeb;color:#40526a;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center}.mobile-page__content{padding:18px 16px 96px}.mobile-page__content--compact{padding-top:16px}.mobile-page__content--tight-bottom{padding-bottom:84px}.mobile-card{background:#fff;border:1px solid #edf1f5;border-radius:18px;box-shadow:0 12px 28px #26364914;padding:16px}.mobile-card--soft{background:linear-gradient(180deg,#fffffffc,#f7fcf9fa)}.mobile-card--flat{box-shadow:none}.mobile-section-title{margin:0 0 12px;font-size:18px;line-height:27px;font-weight:900;color:#102033}.mobile-label{display:block;margin:20px 0 8px;font-size:14px;line-height:20px;font-weight:900;color:#102033}.mobile-input,.mobile-textarea{width:100%;border:1px solid #d7e1eb;border-radius:14px;background:#fff;padding:15px 16px;color:#102033;font-size:16px;line-height:1.5}.mobile-input:disabled{background:#f8fafc;color:#64748b}.mobile-textarea{min-height:108px;resize:none}.mobile-chip-list{display:flex;flex-wrap:wrap;gap:10px}.mobile-chip{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 14px;border:1px solid #d6e0ea;border-radius:999px;background:#fff;color:#20324a;font-size:14px;font-weight:700}.mobile-chip--active{border-color:#2fc77b;background:#eafff3;color:#058044}.mobile-radio-row{display:flex;gap:20px;flex-wrap:wrap}.mobile-radio{display:flex;align-items:center;gap:8px;color:#20324a;font-size:14px}.mobile-cta{width:100%;height:52px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;letter-spacing:0}.mobile-cta--primary{color:#fff;background:linear-gradient(180deg,#1fb567,#18a86a);box-shadow:0 12px 24px #18a86a38}.mobile-cta--outline{color:#078a4a;border:1.5px solid #18a86a;background:#fff}.mobile-muted-note{color:#728197;font-size:12px;line-height:1.7}.mobile-body-text{color:#40526a;font-size:14px;line-height:1.67}.mobile-bottom-cta{position:fixed;left:0;right:0;bottom:0;z-index:30;max-width:500px;margin:0 auto;padding:16px;background:#fffffffa;border-top:1px solid #edf1f5;box-shadow:0 -12px 28px #0f172a0f}.mobile-bottom-cta--dual{display:flex;gap:12px}.mobile-bottom-cta .mobile-cta{height:48px;font-size:16px}.mobile-sheet-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:flex-end;justify-content:center;padding:0 16px;background:#10182747;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px)}.mobile-sheet{width:100%;max-width:500px;padding:24px 22px 22px;background:#fff;border-radius:24px 24px 0 0;box-shadow:0 -18px 44px #1018272e}.mobile-avatar{width:64px;height:64px;border-radius:16px;background:linear-gradient(180deg,#c9f3ff,#f4ffff 56%,#dff8e9);display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:12px;font-weight:800}.mobile-avatar--male{background:linear-gradient(180deg,#d6ecff,#f6fbff 60%,#ebfff5)}.mobile-pill{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 11px;border-radius:999px;background:#e8fff2;color:#078a4a;font-size:13px;font-weight:800;line-height:1}.mobile-pill--blue{background:#e9f4ff;color:#0a65c9}.mobile-pill--amber{background:#fff3cf;color:#9c6400}.mobile-pill--red{background:#ffe9e8;color:#c43730}.symptom-preview-page__hero-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.symptom-preview-page__results{margin-top:4px}.symptom-preview-card{position:relative;margin-bottom:14px;padding:18px;background:#fff;border:1px solid #edf1f5;border-radius:18px;box-shadow:0 12px 28px #26364914}.symptom-preview-card__row{display:grid;grid-template-columns:84px 1fr;gap:16px;align-items:start}.symptom-preview-card__body{min-width:0;text-align:left}.symptom-preview-card__avatar{position:relative;width:84px;height:104px;border-radius:10px;overflow:hidden;background:linear-gradient(180deg,#c9f3ff,#f4ffff 56%,#dff8e9);box-shadow:inset 0 -8px 16px #ffffff80}.symptom-preview-card__avatar:before{content:"";position:absolute;left:21px;top:20px;width:42px;height:36px;border-radius:50% 50% 42% 42%;background:#6d4b42}.symptom-preview-card__avatar:after{content:"";position:absolute;left:12px;bottom:-8px;width:60px;height:62px;border-radius:26px 26px 0 0;background:linear-gradient(180deg,#fff,#f3f6fb);box-shadow:0 -8px #ffffffb8}.symptom-preview-card__avatar--male{background:linear-gradient(180deg,#d6ecff,#f6fbff 60%,#ebfff5)}.symptom-preview-card__head{display:flex;align-items:baseline;justify-content:flex-start;gap:8px;margin-bottom:6px;min-width:0;white-space:nowrap}.symptom-preview-card__name{max-width:100%;font-size:20px;line-height:1.2;font-weight:900;color:#102033;overflow:hidden;text-overflow:ellipsis}.symptom-preview-card__title{flex-shrink:0;font-size:13px;line-height:1.2;color:#516176;font-weight:800;overflow:hidden;text-overflow:ellipsis}.symptom-preview-card__stars{display:flex;align-items:center;gap:6px;margin-top:7px;color:#ffb020;font-size:16px;line-height:22px;font-weight:950}.symptom-preview-card__stars strong{color:#102033;font-size:18px}.symptom-preview-card__meta{margin-top:6px;color:#20324a;font-size:15px;line-height:25px}.symptom-preview-card__ghost{margin-top:6px;color:#728197;font-size:14px;line-height:23px}.mobile-report-card{margin-bottom:14px;padding:18px;background:#fff;border:1px solid #edf1f5;border-radius:18px;box-shadow:0 12px 28px #26364914}.mobile-preview-card{position:relative;overflow:hidden;margin-bottom:14px;padding:18px;background:#fff;border:1px solid #edf1f5;border-radius:18px;box-shadow:0 12px 28px #26364914}.mobile-preview-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff1a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none}.mobile-preview-card__header{position:relative;z-index:1;display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:10px}.mobile-preview-card__title{font-size:18px;line-height:25px;font-weight:900;color:#102033}.mobile-preview-card__meta{font-size:12px;color:#728197}.mobile-preview-card__body{position:relative;z-index:1;color:#40526a;font-size:14px;line-height:1.6}.mobile-list{display:grid;gap:10px}.mobile-list-item{display:flex;gap:8px;align-items:flex-start;color:#40526a;font-size:13px;line-height:1.6}.mobile-kv{display:flex;justify-content:space-between;gap:16px;font-size:14px;line-height:1.5}.mobile-kv b{color:#728197;font-weight:700}.mobile-header-hero{position:relative;overflow:hidden;min-height:188px;padding:22px 20px 24px;background:linear-gradient(145deg,#ccf6df,#f6fffb 72%)}.mobile-header-hero:after{content:"";position:absolute;right:35px;top:58px;width:178px;height:178px;border-radius:50%;background:#ffffff80;pointer-events:none}.mobile-header-hero__title{position:relative;z-index:1;margin-top:12px;font-size:31px;line-height:1.18;font-weight:950;color:#102033}.mobile-header-hero__meta{position:relative;z-index:1;margin-top:14px;color:#40526a;font-size:14px;line-height:1.67}.mobile-header-hero__stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);gap:6px;max-width:270px;margin-top:18px}.mobile-header-hero__stat .k{color:#728197;font-size:13px;font-weight:800}.mobile-header-hero__stat .v{margin-top:4px;color:#102033;font-size:24px;line-height:30px;font-weight:950}.mobile-top-actions{display:flex;justify-content:space-between;align-items:flex-start;margin:20px 0}.mobile-top-actions__links{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.mobile-link{color:#078a4a;font-size:14px;line-height:20px;font-weight:900}.mobile-link--muted{color:#6f7f91;font-weight:800}.mobile-empty{padding:80px 16px;text-align:center}.mobile-empty__icon{margin:0 auto 16px;color:#e5e7eb}.mobile-modal-title{font-size:18px;line-height:26px;font-weight:900;color:#102033}.home-page{min-height:100vh;background:#f5f7fa}.home-page__hero{position:relative;overflow:hidden;padding:24px 16px 20px;background:linear-gradient(145deg,#d9f8e5,#f4fffb 76%)}.home-page__hero:after{content:"";position:absolute;right:-42px;top:50px;width:176px;height:176px;border-radius:9999px;background:#ffffff80;pointer-events:none}.home-page__title{position:relative;z-index:1;margin-top:2px;max-width:100%;font-size:31px;line-height:1.16;letter-spacing:0;font-weight:900;color:#102033}.home-page__subtitle{position:relative;z-index:1;margin-top:8px;max-width:100%;font-size:14px;line-height:1.67;color:#40526a}.home-page__content{padding:10px 16px 0}.home-card{position:relative;overflow:hidden;border-radius:18px;background:linear-gradient(180deg,#fffffffc,#f7fcf9fa);box-shadow:0 12px 28px #26364914;border:1px solid #edf1f5;padding:16px;margin-bottom:14px}.home-card:before{content:"";position:absolute;right:-34px;bottom:-40px;width:144px;height:144px;border-radius:9999px;background:radial-gradient(circle,#18a86a1a,#18a86a00 70%)}.home-card__pill{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 11px;border-radius:9999px;font-size:13px;font-weight:800;line-height:1}.home-card__pill--blue{color:#0a65c9;background:#e9f4ff}.home-card__pill--green{color:#078a4a;background:#e8fff2}.home-card__title{position:relative;z-index:1;margin-top:12px;max-width:100%;font-size:23px;line-height:1.22;letter-spacing:0;font-weight:900;color:#102033;display:block;width:100%;overflow-wrap:anywhere;word-break:normal}.home-card__title span{display:inline}.home-card__desc{position:relative;z-index:1;margin-top:8px;max-width:100%;font-size:13px;line-height:1.58;color:#40526a;width:100%}.home-card__button{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;height:52px;margin-top:16px;border-radius:15px;font-size:18px;font-weight:900;letter-spacing:0;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease;width:100%}.home-card__button:active{transform:translateY(1px)}.home-card__button--solid{color:#fff;background:linear-gradient(180deg,#1fb567,#18a86a);box-shadow:0 12px 24px #18a86a38}.home-card__button--outline{color:#078a4a;border:1.5px solid #18a86a;background:#fffffffa}.home-card__glow{position:absolute;pointer-events:none;border-radius:9999px}.home-card__glow--mint{right:2px;bottom:-22px;width:154px;height:154px;background:radial-gradient(circle,#18a86a1f,#18a86a00 68%)}.home-card__glow--soft{right:4px;bottom:-20px;width:148px;height:148px;background:radial-gradient(circle,#22c55e1a,#22c55e00 70%)}.home-page__footer-card{margin-top:4px}.home-page__footer{padding:8px 4px 0;max-width:100%;color:#728197;font-size:12px;line-height:1.7}.home-page__spacer{height:84px}.app-bottom-nav{height:64px;padding:8px 18px 10px;box-shadow:none;background:#fffffffa;border-top:1px solid #e7ecf1}.app-bottom-nav__item{gap:2px;min-width:70px}.app-bottom-nav__label{margin-top:1px;font-size:11px;line-height:1}.app-bottom-nav__item.text-primary{color:#07a765}.app-bottom-nav__item.text-gray-400{color:#94a3b8}@media (max-width: 390px){.home-page__hero,.home-page__content{padding-left:14px;padding-right:14px}.home-page__title{font-size:29px}.home-page__subtitle{font-size:13px;line-height:1.58}.home-card{padding:14px}.home-card__title{font-size:19px;line-height:1.18}.home-card__desc{font-size:12px;line-height:1.55}.home-card__button{height:48px;font-size:16px}.home-card__pill{font-size:12px}}
