@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=Playfair+Display:wght@400;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:#edeef2;background-image:radial-gradient(circle,#c8cad4 1px,#0000 1px);background-size:22px 22px;height:100%;font-family:DM Sans,sans-serif;overflow:hidden}.up-root{--red:#c0392b;--red-dark:#a93226;--red-light:#fdf2f2;--red-pill:#f5dede;--red-pill-text:#c0392b;--border:#e4e4e8;--surface:#fff;--text:#18181b;--muted:#8a8a96;--icon-bg:#fdecea;--icon-color:#c0392b;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 16px #00000014, 0 1px 4px #0000000a;flex-direction:column;width:100%;max-width:520px;height:100dvh;margin:0 auto;padding:2.5rem 1rem 0;display:flex;overflow:hidden}.up-panel-scroll{-webkit-overflow-scrolling:touch;flex:1;padding-bottom:2rem;overflow-y:auto}.up-logo-container{justify-content:space-between;align-self:flex-start;align-items:center;width:100%;display:flex}.up-logo{object-fit:contain;opacity:0;filter:drop-shadow(0 1px 2px #0000001f);height:40px;animation:.5s cubic-bezier(.22,.8,.34,1) 50ms both logoIn}@keyframes logoIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.up-hero{background:var(--surface);border:1px solid var(--border);text-align:center;box-shadow:var(--shadow-md);opacity:0;border-radius:20px;flex-direction:column;align-items:center;margin-bottom:.75rem;padding:2.25rem 1.75rem 1.75rem;transition:opacity .55s cubic-bezier(.22,.8,.34,1),transform .55s cubic-bezier(.22,.8,.34,1);display:flex;transform:translateY(18px)}.up-hero.visible{opacity:1;transform:translateY(0)}.up-avatar{background:var(--icon-bg);border:2.5px solid var(--red);width:120px;height:120px;box-shadow:0 0 0 5px var(--red-pill);color:var(--red);opacity:0;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.9rem;font-weight:700;transition:opacity .4s cubic-bezier(.22,.8,.34,1) .15s,transform .4s cubic-bezier(.22,.8,.34,1) .15s;display:flex;overflow:hidden;transform:scale(.82)}.visible .up-avatar{opacity:1;transform:scale(1)}.up-avatar img{object-fit:cover;width:100%;height:100%}.up-hero-name{color:var(--text);letter-spacing:.05em;text-transform:uppercase;margin:0 0 3px;font-size:1.1rem;font-weight:700}.up-hero-role{color:var(--text);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;gap:4px;margin:0 0 1.1rem;font-size:.7rem;font-weight:400;display:flex}.up-hero-meta{width:100%;color:var(--muted);justify-content:flex-end;gap:.5rem;font-size:.78rem;display:flex}.up-hero-sep{color:var(--border);-webkit-user-select:none;user-select:none}.up-hero-meta strong{color:var(--text);font-weight:600}.up-tabs{opacity:0;background:#e2e3e9;border-radius:14px;margin-bottom:.75rem;padding:4px;transition:opacity .45s cubic-bezier(.22,.8,.34,1) .18s,transform .45s cubic-bezier(.22,.8,.34,1) .18s;display:flex;position:relative;transform:translateY(10px)}.up-tabs.visible{opacity:1;transform:translateY(0)}.up-tab-indicator{background:var(--red);will-change:transform;border-radius:10px;width:calc(50% - 4px);transition:transform .38s cubic-bezier(.4,0,.2,1);position:absolute;top:4px;bottom:4px;left:4px;box-shadow:0 2px 10px #c0392b52}.up-tab-indicator.slide-right{transform:translate(100%)}.up-tab{z-index:1;color:var(--muted);cursor:pointer;letter-spacing:.01em;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.7rem .5rem;font-family:inherit;font-size:.76rem;font-weight:500;transition:color .28s;display:flex;position:relative}.up-tab.active{color:#fff}.up-tab:not(.active):hover{color:var(--text)}.up-tab-icon{opacity:.8;flex-shrink:0;transition:opacity .28s}.up-tab.active .up-tab-icon{opacity:1}.up-panel{opacity:0;animation:.28s cubic-bezier(.22,.8,.34,1) forwards panelIn}@keyframes panelIn{to{opacity:1}}.up-section-block{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:16px;margin-bottom:.75rem;overflow:hidden}.up-section-header{align-items:center;gap:.55rem;padding:.75rem 1.2rem;display:flex}.up-section-header-icon{align-items:center;display:flex}.up-section-header-title{letter-spacing:.12em;text-transform:uppercase;color:var(--text);margin:0;font-family:inherit;font-size:.7rem;font-weight:800}.up-section-body{padding:.25rem 0}.up-section-body>*{opacity:0;animation:.32s cubic-bezier(.22,.8,.34,1) both rowIn;animation-delay:calc(var(--i,0) * 70ms);transform:translateY(8px)}@keyframes rowIn{to{opacity:1;transform:translateY(0)}}.up-info-row{border-bottom:1px solid var(--border);align-items:flex-start;gap:.9rem;margin-bottom:.5rem;padding:0 1.2rem .8rem;display:flex}.up-info-row:last-child{border-bottom:none}.up-info-icon{background:var(--icon-bg);width:34px;height:34px;color:var(--icon-color);border:1px solid #f0c8c8;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.up-info-content{flex-direction:column;flex:1;gap:2px;display:flex}.up-info-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.6rem;font-weight:500}.up-info-value{color:var(--text);font-size:.875rem;font-weight:400;line-height:1.4}.up-blood-row{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:0 1.2rem .95rem;display:flex}.up-blood-circle{background:var(--red);color:#fff;border-radius:20%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:1px;width:35px;height:35px;display:flex;box-shadow:0 2px 8px #c0392b4d}.up-blood-circle-drop{opacity:.78;line-height:1}.up-blood-circle-type{font-size:1rem;font-weight:700;line-height:1.1}.up-blood-detail{flex-direction:column;gap:2px;display:flex}.up-blood-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.6rem;font-weight:500}.up-blood-value{color:var(--red);font-size:1.2rem;font-weight:600}.up-allergy{padding:.95rem 1.2rem}.up-allergy-title{letter-spacing:.1em;text-transform:uppercase;color:var(--text);align-items:center;gap:.35rem;margin:0 0 5px;font-size:.66rem;font-weight:600;display:flex}.up-allergy-icon{color:#d97706;flex-shrink:0}.up-allergy-value{color:var(--text);margin:0;font-size:.85rem;font-weight:400;line-height:1.5}.up-contact-item{border-bottom:1px solid var(--border);align-items:center;gap:.9rem;padding:0 1.2rem .85rem;display:flex}.up-contact-item:last-child{border-bottom:none}.up-contact-avatar{background:var(--icon-bg);width:36px;height:36px;color:var(--icon-color);border:1px solid #f0c8c8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.up-contact-info{flex:1;min-width:0}.up-contact-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin:0 0 1px;font-size:.85rem;font-weight:500;overflow:hidden}.up-contact-rel{color:var(--muted);margin:0;font-size:.68rem}.up-contact-phone{background:var(--red);color:#fff;white-space:nowrap;border-radius:100px;flex-shrink:0;align-items:center;gap:.3rem;padding:5px 11px;font-family:inherit;font-size:.74rem;font-weight:500;text-decoration:none;transition:background .2s,box-shadow .2s;display:flex}.up-contact-phone:hover{background:var(--red-dark);box-shadow:0 2px 10px #c0392b59}.hc-card{opacity:0;background:#f3f4f6;border:1px solid #dde0e6;border-radius:16px;flex-direction:column;width:100%;height:260px;margin-bottom:.75rem;transition:opacity .6s cubic-bezier(.22,.8,.34,1),transform .6s cubic-bezier(.22,.8,.34,1);display:flex;position:relative;overflow:hidden;transform:translateY(18px)scale(.98);box-shadow:0 2px 4px #0000000a,0 8px 24px #0000001a,0 20px 48px #0000000f}.hc-card.hc-visible{opacity:1;transform:translateY(0)scale(1)}.hc-bg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hc-header{z-index:1;justify-content:space-between;align-items:center;padding:14px 18px 0;display:flex;position:relative}.hc-logo{object-fit:contain;filter:drop-shadow(0 1px 2px #00000014);height:40px}.hc-tagline{flex-direction:column;align-items:flex-end;gap:5px;display:flex}.hc-tagline-text{color:#111;letter-spacing:.12em;font-family:Playfair Display,Georgia,serif;font-size:.6rem;font-weight:600;line-height:1}.hc-tagline-line{background:linear-gradient(90deg,#0000,#cc1a1a 20%,#cc1a1a);border-radius:1px;width:100%;height:1.5px;display:block}.hc-body{z-index:1;flex:1;align-items:center;gap:18px;padding:8px 20px 0 16px;display:flex;position:relative}.hc-photo-area{flex-shrink:0;justify-content:center;align-items:center;width:106px;display:flex;position:relative}.hc-avatar-ring{border:1px dashed #cc1a1a47;border-radius:50%;width:108px;height:108px;animation:20s linear infinite hcSpin;position:absolute}@keyframes hcSpin{to{transform:rotate(360deg)}}.hc-avatar{z-index:1;color:#cc1a1a;letter-spacing:.02em;background:#fff;border:2.5px solid #cc1a1a;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;font-size:1.55rem;font-weight:700;display:flex;position:relative;box-shadow:0 0 0 5px #cc1a1a17,0 4px 18px #00000021}.hc-info{flex:1;min-width:0}.hc-name{color:#0f0f0f;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;text-overflow:ellipsis;margin:0 0 6px;font-size:.98rem;font-weight:700;line-height:1.2;overflow:hidden}.hc-email{color:#555;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:5px;margin:0 0 11px;font-size:.67rem;display:flex;overflow:hidden}.hc-email-icon{color:#cc1a1a;flex-shrink:0}.hc-sep{background:#cc1a1a;border-radius:1px;width:34px;height:2px;margin:0 0 11px}.hc-position{color:#111;text-transform:uppercase;letter-spacing:.1em;margin:0 0 3px;font-size:.67rem;font-weight:700}.hc-area{color:#777;letter-spacing:.02em;margin:0 0 11px;font-size:.62rem;font-weight:400}.hc-validity{color:#999;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.57rem;font-weight:500}.hc-year{color:#cc1a1a;font-size:.7rem;font-style:normal;font-weight:700}.hc-footer{flex-shrink:0;height:55px;position:relative}.hc-footer-wave{width:100%;height:100%;position:absolute;inset:0}.hc-footer-content{z-index:1;justify-content:center;align-items:center;gap:8px;height:100%;padding-top:18px;display:flex;position:relative}.hc-footer-item{color:#fffffff0;letter-spacing:.05em;white-space:nowrap;align-items:center;gap:4px;font-size:.58rem;font-weight:500;display:flex}.hc-footer-sep{color:#ffffff59;flex-shrink:0;font-size:.75rem;line-height:1}@media (width<=430px){.hc-card{height:236px}.hc-header{padding:11px 14px 0}.hc-logo{height:34px}.hc-tagline-text{font-size:.48rem}.hc-body{gap:13px;padding:6px 16px 0 12px}.hc-photo-area{width:92px}.hc-avatar{width:76px;height:76px;font-size:1.35rem}.hc-avatar-ring{width:92px;height:92px}.hc-name{margin-bottom:5px;font-size:.84rem}.hc-email{margin-bottom:9px;font-size:.6rem}.hc-sep{margin-bottom:9px}.hc-position{font-size:.6rem}.hc-area{margin-bottom:9px;font-size:.55rem}.hc-validity{font-size:.5rem}.hc-year{font-size:.62rem}.hc-footer-address,.hc-sep-address{display:none}.hc-footer-item{font-size:.55rem}.hc-footer-content{gap:6px}}@media (width<=360px){.hc-card{height:210px}.hc-header{padding:9px 12px 0}.hc-logo{height:28px}.hc-tagline-text{letter-spacing:.08em;font-size:.4rem}.hc-body{gap:10px;padding:5px 12px 0 10px}.hc-photo-area{width:76px}.hc-avatar{width:64px;height:64px;font-size:1.15rem}.hc-avatar-ring{width:78px;height:78px}.hc-name{margin-bottom:4px;font-size:.72rem}.hc-email{margin-bottom:7px;font-size:.52rem}.hc-sep{width:26px;margin-bottom:7px}.hc-position{letter-spacing:.07em;font-size:.52rem}.hc-area{margin-bottom:7px;font-size:.48rem}.hc-validity{font-size:.44rem}.hc-year{font-size:.55rem}.hc-footer{height:46px}.hc-footer-item{font-size:.5rem}.hc-footer-content{gap:5px;padding-top:15px}}
