.hero-name--interactive{cursor:pointer;user-select:none;-webkit-user-select:none;position:relative;display:inline-flex;align-items:center;gap:.5rem;border-radius:12px;transition:transform .2s cubic-bezier(.16,1,.3,1),opacity .2s ease}.hero-name--interactive:focus-visible{outline:2px solid var(--apple-blue, #0071e3);outline-offset:4px}.hero-name-text{display:inline-block;transition:opacity .1s ease}.hero-name-text.is-marathi{font-family:-apple-system,BlinkMacSystemFont,Kohinoor Devanagari,Mukta,SF Pro Display,sans-serif!important;letter-spacing:-.02em}#name-pronounce-btn.name-pronounce-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;padding:0!important;margin:0!important;border:1px solid rgba(0,0,0,.08)!important;background:#ffffffbf!important;color:#86868b!important;cursor:pointer;border-radius:50%!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s cubic-bezier(.16,1,.3,1)!important;outline:none!important}#name-pronounce-btn.name-pronounce-btn:hover{color:#0071e3!important;background:#fff!important;border-color:#0071e359!important;transform:scale(1.1);box-shadow:0 2px 8px #0071e326}html.dark #name-pronounce-btn.name-pronounce-btn{color:#a1a1a6!important;background:#242428cc!important;border-color:#ffffff1f!important}html.dark #name-pronounce-btn.name-pronounce-btn:hover{color:#2997ff!important;background:#323238f2!important;border-color:#2997ff66!important;box-shadow:0 2px 10px #0006}#name-pronounce-btn.is-playing{color:#0071e3!important;border-color:#0071e3!important;animation:pulseAudioWave 1s infinite alternate}html.dark #name-pronounce-btn.is-playing{color:#2997ff!important;border-color:#2997ff!important}.selection-floating-toolbar{position:absolute;display:inline-flex;align-items:center;gap:2px;padding:3px 6px;background:#ffffffd9;border:1px solid rgba(0,0,0,.08);border-radius:9999px;box-shadow:0 10px 25px #00000026,0 1px 3px #0000000f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:99999;opacity:0;pointer-events:none;transform:translateY(4px) scale(.95);transition:opacity .15s cubic-bezier(.16,1,.3,1),transform .15s cubic-bezier(.16,1,.3,1)}html.dark .selection-floating-toolbar{background:#1c1c1ee0;border-color:#ffffff1f;box-shadow:0 12px 30px #00000080}.selection-floating-toolbar.is-visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.selection-action-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;font-size:.75rem;font-weight:500;color:#1d1d1f;border:none;background:transparent;border-radius:9999px;cursor:pointer;transition:all .15s ease}html.dark .selection-action-btn{color:#f5f5f7}.selection-action-btn:hover{background:#0071e31a;color:#0071e3}html.dark .selection-action-btn:hover{background:#2997ff26;color:#2997ff}.selection-action-divider{width:1px;height:14px;background:#0000001a;margin:0 2px}html.dark .selection-action-divider{background:#ffffff1f}.code-block-copy-btn{position:absolute;top:8px;right:8px;opacity:.75;z-index:10;padding:3px 7px!important;font-size:.75rem!important}pre:hover .code-block-copy-btn,.code-snippet-box:hover .code-block-copy-btn,.terminal-box:hover .code-block-copy-btn{opacity:1}.shadcn-copy-btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.35rem .65rem;font-size:.8125rem;font-weight:500;line-height:1;color:var(--apple-text, #1d1d1f);background:#ffffffa6;border:1px solid rgba(0,0,0,.08);border-radius:8px;cursor:pointer;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:background .2s ease,border-color .2s ease,transform .15s cubic-bezier(.16,1,.3,1),box-shadow .2s ease;box-shadow:0 1px 2px #0000000a}html.dark .shadcn-copy-btn{color:var(--apple-text-dark, #f5f5f7);background:#1e1e20b3;border-color:#ffffff1f;box-shadow:0 1px 3px #0000004d}.shadcn-copy-btn:hover{background:#ffffffe6;border-color:#0071e34d;transform:translateY(-1px);box-shadow:0 4px 12px #0071e31a}html.dark .shadcn-copy-btn:hover{background:#2d2d30e6;border-color:#0a84ff66;box-shadow:0 4px 14px #0006}.shadcn-copy-btn:active{transform:translateY(0) scale(.97)}.shadcn-copy-btn .copy-icon{width:14px;height:14px;stroke:currentColor;stroke-width:2;display:block}.shadcn-copy-btn .check-icon{display:none!important;width:14px;height:14px;stroke:#34c759;stroke-width:2.5}html.dark .shadcn-copy-btn .check-icon{stroke:#30d158}.shadcn-copy-btn.is-copied{border-color:#34c759!important;color:#34c759!important}html.dark .shadcn-copy-btn.is-copied{border-color:#30d158!important;color:#30d158!important}.shadcn-copy-btn.is-copied .copy-icon{display:none!important}.shadcn-copy-btn.is-copied .check-icon{display:inline-block!important;animation:shadcnCheckPop .25s cubic-bezier(.16,1,.3,1) forwards}.contact-channel-item.has-copy-action{padding-right:.5rem!important}.contact-channel-item .contact-channel-text{flex:1 1 auto;min-width:0}.contact-channel-item .contact-channel-val{display:block;font-size:.8125rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-channel-copy-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;padding:0!important;border-radius:6px!important;border:1px solid rgba(0,0,0,.08)!important;background:#ffffffbf!important;color:#86868b!important;cursor:pointer;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all .2s cubic-bezier(.16,1,.3,1)!important;flex:0 0 auto!important;margin-left:.35rem!important}.contact-channel-copy-btn:hover{background:#fff!important;color:#0071e3!important;border-color:#0071e359!important;transform:scale(1.1);box-shadow:0 2px 8px #0071e326}html.dark .contact-channel-copy-btn{background:#242428cc!important;border-color:#ffffff1f!important;color:#a1a1a6!important}html.dark .contact-channel-copy-btn:hover{background:#323238f2!important;color:#2997ff!important;border-color:#2997ff66!important;box-shadow:0 2px 10px #0006}.contact-channel-copy-btn .copy-icon{width:14px!important;height:14px!important;display:block!important}.contact-channel-copy-btn .check-icon{width:14px!important;height:14px!important;display:none!important}.contact-channel-copy-btn.is-copied{border-color:#34c759!important;color:#34c759!important}html.dark .contact-channel-copy-btn.is-copied{border-color:#30d158!important;color:#30d158!important}.contact-channel-copy-btn.is-copied .copy-icon{display:none!important}.contact-channel-copy-btn.is-copied .check-icon{display:block!important;animation:shadcnCheckPop .25s cubic-bezier(.16,1,.3,1) forwards}@keyframes shadcnCheckPop{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.shadcn-copy-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(20px) scale(.95);display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.15rem;font-size:.875rem;font-weight:500;color:#1d1d1f;background:#ffffffd9;border:1px solid rgba(0,0,0,.08);border-radius:9999px;box-shadow:0 10px 30px #0000001f,0 1px 3px #0000000f;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);z-index:999999;opacity:0;pointer-events:none;transition:opacity .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1)}html.dark .shadcn-copy-toast{color:#f5f5f7;background:#1c1c1ee0;border-color:#ffffff1f;box-shadow:0 12px 36px #00000073}.shadcn-copy-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0) scale(1);pointer-events:auto}.shadcn-copy-toast.is-hidden{opacity:0;transform:translate(-50%) translateY(10px) scale(.96);pointer-events:none}.shadcn-copy-toast .toast-check-icon{color:#34c759;flex-shrink:0}html.dark .shadcn-copy-toast .toast-check-icon{color:#30d158}@media(max-width:640px){.shadcn-copy-toast{bottom:5rem;font-size:.8125rem;padding:.55rem 1rem}}
