:root{--vcard-primary:#006879;--vcard-on-primary:#fff;--vcard-surface:#fff;--vcard-brand-surface:#fff;--vcard-surface-low:#f3f7f8;--vcard-surface-high:#e7eff1;--vcard-text:#182022;--vcard-muted:#536467;--vcard-outline:#bdc8cc}body{background:var(--vcard-surface-low);color:var(--vcard-text);font-family:Roboto,Arial,sans-serif}.vcard-page{flex-direction:column;gap:24px;width:100%;max-width:1040px;min-height:100vh;margin:0 auto;padding:40px 20px;display:flex}.vcard-hero{padding-left:52px;position:relative}.vcard-scene-wrap{width:100%}.vcard-scene{aspect-ratio:16/9;border:1px solid var(--vcard-outline);background:radial-gradient(circle at 50% 35%, var(--vcard-brand-surface), transparent 68%), var(--vcard-surface-low);border-radius:6px;width:100%;overflow:hidden}.vcard-scene canvas{width:100%;height:100%;display:block}.vcard-flip,.vcard-contact-link{color:var(--vcard-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:8px;font-size:14px;line-height:20px;text-decoration:none;transition:background-color .15s,color .15s;display:inline-flex}.vcard-flip{margin:8px auto 0;padding:8px 12px}.vcard-contact-link{border:1px solid color-mix(in srgb, var(--vcard-primary) 30%, transparent);background:var(--vcard-surface);width:42px;height:42px;color:var(--vcard-primary);border-radius:12px 0 0 12px;justify-content:center;padding:0}.vcard-flip:hover,.vcard-contact-link:hover{background:var(--vcard-surface-high);color:var(--vcard-text)}.vcard-details{border:1px solid var(--vcard-outline);background:var(--vcard-surface);border-radius:6px;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:20px 24px;display:flex}.vcard-details h1{color:var(--vcard-text);margin:0;font-size:clamp(28px,5vw,36px);line-height:1.2}.vcard-title{color:var(--vcard-muted);margin:4px 0 0;font-size:16px}.vcard-contact-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.vcard-primary-button{background:var(--vcard-primary);color:var(--vcard-on-primary);font:inherit;cursor:pointer;border:0;border-radius:4px;align-items:center;gap:8px;margin-top:4px;padding:8px 16px;font-size:14px;font-weight:600;transition:filter .15s;display:inline-flex}.vcard-primary-button:hover{filter:brightness(1.1)}.vcard-flip:focus-visible,.vcard-contact-link:focus-visible,.vcard-primary-button:focus-visible{outline:2px solid var(--vcard-primary);outline-offset:2px}.vcard-state{min-height:100vh;color:var(--vcard-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px 20px;display:flex}.vcard-spinner{border:4px solid var(--vcard-outline);border-top-color:var(--vcard-primary);border-radius:50%;width:40px;height:40px;animation:.7s linear infinite vcard-spin}.vcard-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@keyframes vcard-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.vcard-spinner{animation-duration:1.4s}.vcard-flip,.vcard-contact-link,.vcard-primary-button{transition:none}}@media (width<=640px){.vcard-hero{padding-top:46px;padding-left:0}.vcard-contact-list{flex-direction:row;top:5px;left:50%;transform:translate(-50%)}.vcard-contact-link{border-radius:12px 12px 0 0;width:40px;height:40px}.vcard-details{flex-direction:column;align-items:flex-start}}@media (width>=768px){.vcard-page{padding:40px 32px}}
