:root{--ds-color-primary:#6655ed;--ds-color-primary-hover:#5847d9;--ds-color-primary-soft:#f0eeff;--ds-color-accent:#e95599;--ds-color-ink:#171620;--ds-color-muted:#6f6d79;--ds-color-line:#e8e6ed;--ds-color-page:#fbfbfc;--ds-color-surface:#fff;--ds-color-surface-subtle:#f6f5f8;--ds-color-success:#1d7a52;--ds-color-danger:#c43e4d;--ds-font-family-sans:Pretendard, "Pretendard Variable", system-ui, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI", sans-serif;--ds-font-weight-heavy:800;--ds-type-display-xl-size:72px;--ds-type-display-xl-line:1.02;--ds-type-display-l-size:56px;--ds-type-display-l-line:1.06;--ds-type-heading-1-size:48px;--ds-type-heading-1-line:1.1;--ds-type-heading-2-size:36px;--ds-type-heading-2-line:1.18;--ds-type-heading-3-size:24px;--ds-type-heading-3-line:1.3;--ds-type-title-size:18px;--ds-type-title-line:1.4;--ds-type-body-l-size:16px;--ds-type-body-l-line:1.7;--ds-type-body-m-size:14px;--ds-type-body-m-line:1.6;--ds-type-label-size:13px;--ds-type-label-line:1.4;--ds-space-1:4px;--ds-space-2:8px;--ds-space-3:12px;--ds-space-4:16px;--ds-space-5:20px;--ds-space-6:24px;--ds-space-8:32px;--ds-space-12:48px;--ds-space-16:64px;--ds-space-24:96px;--ds-gap-icon-label:var(--ds-space-2);--ds-gap-label-control:var(--ds-space-2);--ds-gap-field-field:var(--ds-space-5);--ds-gap-heading-body:var(--ds-space-4);--ds-gap-body-cta:var(--ds-space-6);--ds-gap-section-title-children:var(--ds-space-6);--ds-gap-context-main:var(--ds-space-8);--ds-gap-section-section:var(--ds-space-24);--ds-radius-sm:8px;--ds-radius-md:12px;--ds-radius-lg:16px;--ds-radius-xl:20px;--ds-radius-2xl:24px;--ds-radius-3xl:32px;--ds-radius-pill:999px;--ds-elevation-1:0 6px 18px #201c360f;--ds-elevation-2:0 14px 36px #201c361a;--ds-elevation-3:0 24px 64px #201c3624;--ds-motion-instant:.1s;--ds-motion-fast:.16s;--ds-motion-base:.22s;--ds-motion-slow:.36s;--ds-ease-standard:cubic-bezier(.2, .8, .2, 1);--ds-page-max:1200px;--ds-reading-max:720px;--ds-page-gutter:40px;--ds-control-min:44px;--ds-control-primary:48px;--ds-control-secondary:48px;--ds-control-compact:44px;--ds-button-group-gap:8px}.ds-button-group{align-items:center;gap:var(--ds-button-group-gap);flex-wrap:wrap;display:flex}.ds-button-group>.ds-button-primary,.ds-button-group>.ds-button-secondary,.ds-button-group>.ds-button-danger,.ds-button-primary{min-height:var(--ds-control-primary)}.ds-button-secondary,.ds-button-danger{min-height:var(--ds-control-secondary)}.ds-button-ghost,.ds-button-icon{min-height:var(--ds-control-compact)}@media (max-width:700px){.ds-button-group--stack{grid-template-columns:1fr;display:grid}.ds-button-group--stack>*{justify-content:center;width:100%}}.ds-page-rail{width:min(var(--ds-page-max), calc(100% - var(--ds-page-gutter) - var(--ds-page-gutter)));margin-inline:auto}.ds-reading-rail{width:min(100%, var(--ds-reading-max))}@media (max-width:1279px){:root{--ds-page-gutter:32px}}@media (max-width:1023px){:root{--ds-page-gutter:28px}}@media (max-width:767px){:root{--ds-page-gutter:20px;--ds-type-display-xl-size:52px;--ds-type-display-l-size:46px;--ds-type-heading-1-size:40px;--ds-type-heading-2-size:32px;--ds-type-heading-3-size:22px;--ds-type-title-size:18px;--ds-type-body-l-size:16px;--ds-type-body-m-size:14px;--ds-type-label-size:13px}}@media (max-width:430px){:root{--ds-page-gutter:14px}}
.serviceSurfaceBannerStack{z-index:110;width:100%;position:sticky;top:0}.serviceSurfaceBannerStack .serviceSurfaceBanner{z-index:auto;position:relative;top:auto}.serviceSurfaceBanner{z-index:110;border-bottom:1px solid var(--ds-color-line,#e8e6ed);background:var(--ds-color-surface,#fff);width:100%;box-shadow:var(--ds-elevation-1,0 8px 24px #201c360f);grid-template-columns:20px minmax(0,1fr) auto;align-items:start;gap:10px 12px;padding:12px 16px;display:grid;position:sticky;top:0}.serviceSurfaceBanner--info{background:color-mix(in srgb, var(--ds-color-primary,#6655ed) 6%, var(--ds-color-surface,#fff));border-bottom-color:color-mix(in srgb, var(--ds-color-primary,#6655ed) 18%, var(--ds-color-line,#e8e6ed))}.serviceSurfaceBanner--warning{background:color-mix(in srgb, var(--ds-color-warning,#c9852d) 8%, var(--ds-color-surface,#fff));border-bottom-color:color-mix(in srgb, var(--ds-color-warning,#c9852d) 24%, var(--ds-color-line,#e8e6ed))}.serviceSurfaceBanner__icon{width:20px;height:20px;color:var(--ds-color-primary,#6655ed);margin-top:2px}.serviceSurfaceBanner--warning .serviceSurfaceBanner__icon{color:var(--ds-color-warning,#c9852d)}.serviceSurfaceBanner__body{min-width:0}.serviceSurfaceBanner__title{color:var(--ds-color-ink,#2c2934);font-size:13px;font-weight:800;line-height:1.4;display:block}.serviceSurfaceBanner__message{color:var(--ds-color-muted,#6f6d79);overflow-wrap:anywhere;margin-top:4px;font-size:12px;line-height:1.65;display:block}.serviceSurfaceBanner__meta{color:var(--ds-color-muted,#6f6d79);margin-top:6px;font-size:12px;line-height:1.5;display:block}.serviceSurfaceBanner__dismiss{border:1px solid var(--ds-color-line,#e8e6ed);background:var(--ds-color-surface,#fff);min-width:44px;min-height:44px;color:var(--ds-color-muted,#6f6d79);cursor:pointer;border-radius:999px;padding:0 10px;font-size:12px;font-weight:800}.serviceSurfaceBanner__dismiss:focus-visible{outline:3px solid color-mix(in srgb, var(--ds-color-primary,#6655ed) 22%, transparent);outline-offset:2px}.serviceMaintenanceSurface{text-align:center;background:radial-gradient(circle at 50% 20%,#fff,#f4f3f8 72%);place-items:center;min-height:min(72vh,640px);padding:48px 20px 64px;display:grid}.serviceMaintenanceSurface__card{border:1px solid var(--ds-color-line,#e8e6ed);background:var(--ds-color-surface,#fff);width:min(520px,100%);box-shadow:var(--ds-elevation-1,0 12px 36px #201c3614);border-radius:24px;padding:28px 24px}.serviceMaintenanceSurface__icon{background:color-mix(in srgb, var(--ds-color-primary,#6655ed) 10%, var(--ds-color-surface,#fff));width:52px;height:52px;color:var(--ds-color-primary,#6655ed);border-radius:16px;place-items:center;margin:0 auto 16px;display:grid}.serviceMaintenanceSurface h1{letter-spacing:-.04em;margin:0;font-size:clamp(22px,4vw,28px);line-height:1.35}.serviceMaintenanceSurface p{color:var(--ds-color-muted,#6f6d79);margin:12px 0 0;font-size:14px;line-height:1.7}.serviceMaintenanceSurface small{color:var(--ds-color-muted,#6f6d79);margin-top:10px;font-size:12px;line-height:1.55;display:block}@media (max-width:700px){.serviceSurfaceBanner{grid-template-columns:20px minmax(0,1fr);padding:12px 14px}.serviceSurfaceBanner__dismiss{grid-column:2;justify-self:start;min-height:44px}}@media (prefers-reduced-motion:reduce){.serviceSurfaceBanner,.serviceMaintenanceSurface{transition:none!important}}
.floatingContentLayer{z-index:120;pointer-events:none;position:fixed;inset:0}.floatingContentLayer__popupBackdrop{z-index:119;pointer-events:auto;background:#0f172a6b;position:fixed;inset:0}.floatingContentCard{border:1px solid var(--ds-color-line,#e8e6ed);background:var(--ds-color-surface,#fff);pointer-events:auto;border-radius:20px;grid-template-rows:auto minmax(0,1fr) auto;width:min(460px,100% - 28px);max-height:min(82vh,720px);display:grid;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 64px #0f172a2e}.floatingContentCard--info{border-color:color-mix(in srgb, var(--ds-color-primary,#6655ed) 18%, var(--ds-color-line,#e8e6ed))}.floatingContentCard--warning{border-color:color-mix(in srgb, var(--ds-color-warning,#c9852d) 24%, var(--ds-color-line,#e8e6ed))}.floatingContentCard__header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;padding:16px 16px 0;display:grid}.floatingContentCard__heading{letter-spacing:-.02em;grid-column:1;margin:0;font-size:16px;line-height:1.45}.floatingContentCard__close{border:1px solid var(--ds-color-line,#e8e6ed);min-width:44px;min-height:44px;color:var(--ds-color-muted,#6f6d79);cursor:pointer;background:#fff;border-radius:12px;grid-area:1/2;justify-self:end;font-size:18px;line-height:1}.floatingContentCard__body{gap:12px;padding:12px 16px 16px;display:grid;overflow:auto}.floatingContentCard__message{color:var(--ds-color-muted,#6f6d79);overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.7}.floatingContentCard__meta{color:var(--ds-color-muted,#6f6d79);margin:0;font-size:12px;line-height:1.55}.floatingContentCard__imageWrap{background:var(--ds-color-surface-subtle,#f7f6fa);border-radius:14px;width:100%;display:block;overflow:hidden}.floatingContentCard__imageWrap img{object-fit:contain;width:100%;height:auto;max-height:min(48vh,420px);display:block}.floatingContentCard__footer{gap:10px;padding:0 16px 16px;display:grid}.floatingContentCard__cta{background:var(--ds-color-primary,#6655ed);color:#fff;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;min-height:44px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.floatingContentCard__dismissToday{min-height:44px;color:var(--ds-color-muted,#6f6d79);cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}.floatingContentCard__dismissToday input{width:18px;height:18px}.floatingContentPreviewFrame{border:1px dashed var(--ds-color-line,#e8e6ed);background:linear-gradient(#faf9fc,#f3f2f7);border-radius:16px;justify-content:center;align-items:flex-start;min-height:280px;padding:24px 16px;display:flex;position:relative;overflow:visible}.floatingContentPreviewFrame .floatingContentCard{width:min(460px,100%);max-height:none;position:relative;top:auto;left:auto;transform:none;box-shadow:0 12px 32px #0f172a1f}.floatingContentPreviewFrame .floatingContentCard__imageWrap img{max-height:none}@media (max-width:700px){.floatingContentCard{width:calc(100% - 28px)}}@media (prefers-reduced-motion:reduce){.floatingContentCard,.floatingContentLayer__popupBackdrop{transition:none!important}}
.ocr{--ocr-accent:#60a5fa;aspect-ratio:420/860;color:#fff;width:100%;height:100%;min-height:620px;font-family:var(--ds-font-family-sans);isolation:isolate;touch-action:pan-y;overscroll-behavior-x:contain;overscroll-behavior-y:auto;text-align:left;background:#000429;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000047}.ocr,.ocr *{box-sizing:border-box}.ocr-deviceFrame{box-sizing:border-box;background:#17171b;border:1px solid #d1d0d8f2;border-radius:32px;width:100%;min-width:0;margin:0;padding:6px;position:relative;box-shadow:0 24px 55px #1b192529}.ocr-deviceFrame[data-simulated=true]{width:calc(var(--ocr-device-screen-width) + 14px)}.ocr-deviceFrame__speaker{z-index:5;pointer-events:none;background:#707070;border-radius:999px;width:42px;height:4px;position:absolute;top:6px;left:50%;transform:translate(-50%);box-shadow:0 1px #ffffff14}.ocr-deviceFrame__screen{aspect-ratio:420/860;background:#f4f4f6;border-radius:24px;flex-direction:column;width:100%;height:auto;margin-top:10px;display:flex;overflow:hidden}.ocr-deviceFrame[data-simulated=true] .ocr-deviceFrame__screen{width:var(--ocr-device-screen-width);height:var(--ocr-device-screen-height);aspect-ratio:auto}.ocr-deviceFrame__viewport{background:#000;flex:1;min-height:0;position:relative;overflow:hidden}.ocr-deviceFrame__viewport>.ocr{aspect-ratio:auto;width:100%;height:100%;min-height:0;box-shadow:none;border-radius:0}.ocr-deviceFrame__browserTop{background:#f8f8fafa;border-bottom:1px solid #dedde4;flex:0 0 52px;justify-content:center;align-items:center;padding:8px 12px;display:flex}.ocr-deviceFrame__browserPill{color:#85818c;text-overflow:ellipsis;white-space:nowrap;background:#fff;border:1px solid #dedde4;border-radius:999px;justify-content:center;align-items:center;width:78%;height:34px;padding:0 12px;font-size:12px;font-weight:700;display:flex;overflow:hidden}.ocr-deviceFrame__browserBottom{background:#f8f8fafa;border-top:1px solid #dedde4;flex:0 0 44px;justify-content:center;align-items:center;gap:30px;display:flex}.ocr-deviceFrame__browserBottom i{background:#aaa7b0;border-radius:999px;width:16px;height:3px}.ocr button,.ocr a{font:inherit}.ocr__viewport{background:#000;position:absolute;inset:0;overflow:hidden}.ocr__activeFace{animation:.3s cubic-bezier(.23,1,.32,1) ocrFaceIn;position:absolute;inset:0}@keyframes ocrFaceIn{0%{opacity:0;transform:translate(24px)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}.ocr-face{background:#000;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.ocr-face--hero{background:#000}.ocr-hero__media{animation:1.2s cubic-bezier(.23,1,.32,1) ocrHeroMediaIn;position:absolute;inset:0;overflow:hidden}.ocr-hero__media--empty{background:#1a1820}@keyframes ocrHeroMediaIn{0%{transform:scale(1.1)}to{transform:scale(1)}}.ocr-hero__image{object-fit:cover;object-position:center top;width:100%;height:100%;position:absolute;inset:0}.ocr-hero__scrim{background:linear-gradient(#0000004d,#0000001a 34%,#000000f2 100%);position:absolute;inset:0}.ocr-hero__scrim:after{content:"";background:linear-gradient(#0000 0%,#0009 50%,#000 100%);height:66.666%;position:absolute;bottom:0;left:0;right:0}.ocr-hero__logo{z-index:3;animation:.8s cubic-bezier(.23,1,.32,1) .16s both ocrTopIn;display:block;position:absolute;top:16px;left:16px}@keyframes ocrTopIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ocr-hero__logo img{object-fit:contain;object-position:left top;width:clamp(110px,35.2381cqw,148px);height:clamp(30px,9.5238cqw,40px);display:block}.ocr-hero__logo img[data-logo-source=default]{filter:brightness(0)invert()}.ocr-hero__logo img[data-logo-shape=square]{width:clamp(60px,19.0476cqw,80px);height:clamp(60px,19.0476cqw,80px)}.ocr-hero__logo img[data-logo-shape=portrait]{width:clamp(30px,9.5238cqw,40px);height:clamp(110px,35.2381cqw,148px)}.ocr-hero__content{z-index:3;padding:0 24px 28px;position:absolute;bottom:0;left:0;right:0}.ocr-hero__identity{border-bottom:1px solid #ffffff1a;margin-bottom:16px;padding-bottom:16px;animation:.8s cubic-bezier(.23,1,.32,1) 80ms both ocrBottomIn}@keyframes ocrBottomIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ocr-hero__identity h1{color:#fff;letter-spacing:-.035em;margin:0;font-size:36px;font-weight:500;line-height:1.04}.ocr-hero__roles{margin-top:8px}.ocr-hero__eyebrow{color:var(--ocr-accent-on-dark);margin:0;font-size:20px;line-height:1.2}.ocr-hero__position{color:#ffffffb3;margin:3px 0 0;font-size:16px;line-height:1.4}.ocr-contactList{gap:0;animation:.8s cubic-bezier(.23,1,.32,1) .16s both ocrBottomIn;display:grid}.ocr-contact{min-width:0;color:inherit;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:8px;padding:0;display:grid}.ocr-contact--locked{grid-template-columns:1fr}.ocr-accessLocked{color:#ffffffc7;text-align:center;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff26;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:44px;padding:10px 14px;font-size:13px;font-weight:600;line-height:1.4;display:flex}button.ocr-accessLocked{font:inherit;border:1px solid #ffffff26}button.ocr-accessLocked:focus-visible{box-shadow:0 0 0 2px rgba(var(--ocr-accent-on-dark-rgb),.55);outline:none}button.ocr-accessLocked:hover{border-color:rgba(var(--ocr-accent-on-dark-rgb),.35);background:#ffffff1a}.ocr-accessLocked--static{cursor:default;pointer-events:none;opacity:.88}.ocr-accessLocked--contact{min-height:unset;grid-column:1/-1;padding:6px 14px;font-size:14px;font-weight:700;line-height:1.4}.ocr-contact__primary{min-width:0;color:inherit;opacity:.95;grid-template-columns:14px max-content minmax(0,1fr);align-items:center;column-gap:6px;padding:4px 0;text-decoration:none;display:grid}.ocr-contact__primary i{color:rgba(var(--ocr-accent-on-dark-rgb),.7);align-items:center;padding-top:2px;display:flex}.ocr-contact__primary i svg{stroke-width:1.8px;width:14px;height:14px}.ocr-contact__primary small{color:#ffffff80;white-space:nowrap;font-size:12px;line-height:1.4}.ocr-contact__value,.ocr-contact__primary span{text-overflow:clip;white-space:normal;overflow-wrap:anywhere;word-break:break-word;color:#ffffffe6;min-width:0;font-size:14px;line-height:1.4;overflow:visible}.ocr-contact__primary:hover{opacity:1}.ocr-contact__save{color:rgba(var(--ocr-accent-on-dark-soft-rgb),.88);cursor:pointer;background:0 0;border:0;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;line-height:0;text-decoration:none;display:inline-flex}.ocr-contact__saveIcon{stroke-width:2px;flex-shrink:0;width:18px;height:18px;display:block}.ocr-contact__save:hover,.ocr-contact__save:focus-visible{color:#fff;background:#ffffff1a;outline:none}.ocr-contact__save:focus-visible{box-shadow:0 0 0 2px rgba(var(--ocr-accent-on-dark-rgb),.55)}span.ocr-contact__save{cursor:default;opacity:.72;pointer-events:none}.ocr-socials{align-items:center;gap:12px;margin-top:20px;padding-right:64px;animation:.7s cubic-bezier(.23,1,.32,1) .3s both ocrBottomIn;display:flex}.ocr-socials a,.ocr-socials>span{color:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff26;border-radius:14px;place-items:center;width:44px;height:44px;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:grid}.ocr-socials a:hover{color:#bfdbfe;background:#ffffff29;border-color:#93c5fd66}.ocr-socials svg{width:20px;height:20px}.ocr-qrButton{z-index:8;border:1px solid rgba(var(--ocr-accent-rgb),.2);background:linear-gradient(to bottom right,rgba(var(--ocr-accent-shadow-rgb),.1),var(--ocr-accent-hover));color:#fff;width:56px;height:56px;box-shadow:0 10px 30px rgba(var(--ocr-accent-shadow-rgb),.6);cursor:pointer;border-radius:20px;place-items:center;animation:.6s cubic-bezier(.23,1,.32,1) .48s both ocrQrIn,2.6s ease-in-out 1.1s infinite ocrQrGlow;display:grid;position:absolute;bottom:24px;right:24px}.ocr-qrButton svg{width:32px;height:32px}@keyframes ocrQrIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes ocrQrGlow{50%{box-shadow:0 12px 36px rgba(var(--ocr-accent-shadow-rgb),.74)}}.ocr-face--detail{background:linear-gradient(135deg,#18181b 0%,#09090b 50%,#000 100%)}.ocr-detail__orb{filter:blur(70px);pointer-events:none;border-radius:999px;position:absolute}.ocr-detail__orb--top{background:rgba(var(--ocr-accent-deep-muted-rgb),.42);width:384px;height:384px;top:80px;right:-110px}.ocr-detail__orb--bottom{background:rgba(var(--ocr-accent-deep-rgb),.22);width:320px;height:320px;bottom:80px;left:-100px}.ocr-detail__scroll{z-index:2;-webkit-overflow-scrolling:touch;overscroll-behavior-y:auto;touch-action:pan-y;scrollbar-width:thin;scrollbar-color:rgba(var(--ocr-accent-rgb),.28) transparent;padding:32px 24px 80px;position:absolute;inset:0;overflow-y:auto}.ocr-detail__header{box-shadow:0 10px 30px rgba(var(--ocr-accent-deep-rgb),.1);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:32px;padding:20px}.ocr-detail__header h2{color:#fff;letter-spacing:-.03em;margin:0 0 6px;font-size:30px;font-weight:500}.ocr-detail__header p{color:#ffffffb3;margin:0;font-size:16px;line-height:1.45}.ocr-detail__header span{color:var(--ocr-accent-on-dark);margin-top:2px;font-size:16px;display:block}.ocr-legacySection{margin-bottom:28px}.ocr-legacySection__title{border-bottom:1px solid #ffffff1a;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:8px;display:flex}.ocr-legacySection__title svg{width:16px;height:16px;color:var(--ocr-accent)}.ocr-legacySection__title h3{color:rgba(var(--ocr-accent-on-dark-soft-rgb),.8);letter-spacing:.035em;margin:0;font-size:14px;font-weight:500}.ocr-legacyGlass{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:16px}.ocr-legacyGlass p{color:#fffc;margin:0;font-size:14px;line-height:1.72}.ocr-legacyGallery{grid-template-columns:1fr 1fr;align-items:start;gap:12px;display:grid}.ocr-legacyGallery__item{color:inherit;text-align:left;cursor:default;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-self:start;padding:0;transition:background .2s,border-color .2s;position:relative;overflow:hidden}button.ocr-legacyGallery__item{cursor:pointer}button.ocr-legacyGallery__item:hover{border-color:rgba(var(--ocr-accent-rgb),.3);background:#ffffff12}.ocr-legacyGallery__image{aspect-ratio:4/3;background:#ffffff0d;position:relative;overflow:hidden}.ocr-legacyGallery__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}button.ocr-legacyGallery__item:hover .ocr-legacyGallery__image img{transform:scale(1.03)}.ocr-legacyGallery__image span{color:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000008c;border:1px solid #ffffff26;border-radius:999px;place-items:center;width:32px;height:32px;display:grid;position:absolute;bottom:8px;right:8px}.ocr-legacyGallery__image svg{width:14px;height:14px}.ocr-legacyGallery__copy{padding:12px}.ocr-legacyGallery__copy small{color:rgba(var(--ocr-accent-on-dark-rgb),.75);font-size:12px;line-height:1.2;display:block}.ocr-legacyGallery__copy strong{color:#ffffffe6;margin-top:4px;font-size:14px;font-weight:500;line-height:1.35;display:block}.ocr-legacyGallery__copy p{color:#ffffff80;margin:6px 0 0;font-size:12px;line-height:1.55}.ocr-legacyCareer{gap:12px;display:grid}.ocr-legacyCareer article{border-left:2px solid rgba(var(--ocr-accent-rgb),.4);background:#ffffff0d;border-radius:8px;padding:14px}.ocr-legacyCareer small{color:rgba(var(--ocr-accent-on-dark-rgb),.7);margin-bottom:4px;font-size:12px;display:block}.ocr-legacyCareer strong{color:#ffffffe6;font-size:16px;font-weight:400;display:block}.ocr-legacyCareer span{color:#fff9;margin-top:2px;font-size:14px;display:block}.ocr-legacyCareer p{color:#ffffff80;margin:5px 0 0;font-size:12px;line-height:1.55}.ocr-legacyBullets{gap:10px;display:grid}.ocr-legacyBullets>div{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.ocr-legacyBullets i{background:rgba(var(--ocr-accent-rgb),.7);border-radius:50%;flex:none;width:6px;height:6px;margin-top:8px}.ocr-legacyBullets span{color:#fffc;font-size:14px;line-height:1.65}.ocr-legacyLinks{gap:10px;display:grid}.ocr-legacyLinks a,.ocr-legacyLinks__disabled{color:#ffffffdb;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;min-height:46px;padding:10px 14px;text-decoration:none;display:flex}.ocr-legacyLinks a{cursor:pointer;transition:background .2s,border-color .2s}.ocr-legacyLinks a:hover{border-color:rgba(var(--ocr-accent-rgb),.34);background:#ffffff17}.ocr-legacyLinks span{overflow-wrap:anywhere;min-width:0;font-size:14px;line-height:1.5}.ocr-legacyLinks svg{width:15px;height:15px;color:rgba(var(--ocr-accent-on-dark-soft-rgb),.78);flex:none}.ocr-legacyLinks__disabled{opacity:.65}.ocr-legacyActions{gap:10px;display:grid}.ocr-legacyActions>a,.ocr-legacyActions>.ocr-legacyActions__disabled{border:1px solid rgba(var(--ocr-accent-rgb),.24);background:linear-gradient(135deg,rgba(var(--ocr-accent-rgb),.22),#ffffff0f);min-height:54px;color:inherit;border-radius:12px;grid-template-columns:32px minmax(0,1fr) 16px;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;display:grid}.ocr-legacyActions>a{cursor:pointer;transition:background .2s,border-color .2s,transform .2s}.ocr-legacyActions>a:hover{border-color:rgba(var(--ocr-accent-rgb),.48);background:linear-gradient(135deg,rgba(var(--ocr-accent-rgb),.3),#ffffff14);transform:translateY(-1px)}.ocr-legacyActions i{background:rgba(var(--ocr-accent-rgb),.14);width:32px;height:32px;color:var(--ocr-accent-on-dark);border-radius:10px;place-items:center;display:grid}.ocr-legacyActions i svg{width:16px;height:16px}.ocr-legacyActions span{min-width:0;display:block}.ocr-legacyActions small{color:rgba(var(--ocr-accent-on-dark-rgb),.72);font-size:12px;line-height:1.25;display:block}.ocr-legacyActions strong{color:#ffffffeb;overflow-wrap:anywhere;margin-top:2px;font-size:14px;font-weight:500;line-height:1.45;display:block}.ocr-legacyActions__external{width:14px;height:14px;color:rgba(var(--ocr-accent-on-dark-rgb),.72)}.ocr-legacyActions__disabled{opacity:.72}.ocr-legacyChips{flex-wrap:wrap;gap:8px;display:flex}.ocr-legacyChips span{border:1px solid rgba(var(--ocr-accent-rgb),.2);background:rgba(var(--ocr-accent-deep-rgb),.22);color:rgba(var(--ocr-accent-on-dark-soft-rgb),.8);border-radius:999px;padding:8px 14px;font-size:14px}.ocr-legacyProcess{gap:10px;display:grid}.ocr-legacyProcess>div{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9px;grid-template-columns:34px 1fr;align-items:start;gap:10px;padding:12px 14px;display:grid}.ocr-legacyProcess b{color:var(--ocr-accent-on-dark);font-size:12px}.ocr-legacyProcess span{color:#fffc;font-size:14px;line-height:1.6}.ocr-face--brand{background:#000}.ocr-brand__gradient{background:radial-gradient(circle at 20% 30%,var(--ocr-accent-deep) 0%,#0f172a 40%,#020617 100%);animation:20s ease-in-out infinite ocrBrandBg;position:absolute;inset:0}.ocr-brand__blob{filter:blur(62px);pointer-events:none;border-radius:50%;position:absolute}.ocr-brand__blob--a{opacity:.4;background:radial-gradient(circle,var(--ocr-accent-vivid) 0%,transparent 70%);width:500px;height:500px;animation:25s ease-in-out infinite ocrBlobA;top:-40px;left:-180px}.ocr-brand__blob--b{opacity:.35;background:radial-gradient(circle,var(--ocr-accent-shift-a) 0%,transparent 70%);width:400px;height:400px;animation:20s ease-in-out infinite ocrBlobB;bottom:-30px;right:-170px}.ocr-brand__blob--c{opacity:.3;background:radial-gradient(circle,var(--ocr-accent-shadow) 0%,transparent 70%);width:350px;height:350px;animation:30s ease-in-out infinite ocrBlobC;top:22%;left:30%}.ocr-brand__sheen{opacity:.55;background:linear-gradient(45deg,transparent 0%,rgba(var(--ocr-accent-rgb),.03) 50%,transparent 100%);animation:15s linear infinite ocrBrandSheen;position:absolute;inset:0}.ocr-brand__content{z-index:4;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:32px;display:flex;position:absolute;inset:0}.ocr-brand__content>a,.ocr-brand__content>span{display:block}.ocr-brand__content img{object-fit:contain;width:clamp(158px,50cqw,210px);height:clamp(48px,15.2381cqw,64px);margin:auto;display:block}.ocr-brand__content img[data-logo-shape=square]{width:clamp(82px,26.1905cqw,110px);height:clamp(82px,26.1905cqw,110px)}.ocr-brand__content img[data-logo-shape=portrait]{width:clamp(48px,15.2381cqw,64px);height:clamp(158px,50cqw,210px)}.ocr-brand__content i{background:rgba(var(--ocr-accent-rgb),.4);width:80px;height:1px;margin:20px auto 24px}.ocr-brand__content p{max-width:300px;color:rgba(var(--ocr-accent-on-dark-rgb),.7);letter-spacing:.035em;margin:0;font-size:14px;line-height:1.65}@keyframes ocrBrandBg{0%,to{background:radial-gradient(circle at 20% 30%,var(--ocr-accent-deep) 0%,#0f172a 40%,#020617 100%)}25%{background:radial-gradient(circle at 80% 70%,var(--ocr-accent-deep-alt) 0%,#0f172a 40%,#020617 100%)}50%{background:radial-gradient(circle at 50% 50%,var(--ocr-accent-deep) 0%,#0c1840 40%,#000 100%)}75%{background:radial-gradient(circle at 20% 80%,var(--ocr-accent-shadow) 0%,#0f172a 40%,#020617 100%)}}@keyframes ocrBlobA{50%{transform:translate(145%,75%)scale(1.28)}}@keyframes ocrBlobB{50%{transform:translate(-135%,-65%)scale(.86)}}@keyframes ocrBlobC{33%{transform:translate(-35%,90%)scale(1.35)}66%{transform:translate(70%,22%)scale(1)}}@keyframes ocrBrandSheen{25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}.ocr--clean{color:#171620;background:#fbfbfc;box-shadow:0 30px 80px #27204424}.ocr--clean .ocr__viewport{background:#fbfbfc}.ocr--clean .ocr-face{color:#171620}.ocr--clean .ocr-face--hero{background:#fff}.ocr--clean .ocr-hero__media{background:#f1f0f4;height:auto;inset:0}.ocr--clean .ocr-hero__media--empty{background:#f1f0f4}.ocr--clean .ocr-hero__image{object-position:center top;height:100%}.ocr--clean .ocr-hero__scrim{background:linear-gradient(#fff0 0%,#ffffff29 42%,#fff 75% 100%)}.ocr--clean .ocr-hero__scrim:after{display:none}.ocr--clean .ocr-hero__logo{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-radius:0;padding:0;top:16px;left:16px}.ocr--clean .ocr-hero__logo img{object-position:left center}.ocr--clean .ocr-hero__logo img[data-logo-source=default]{filter:brightness(0)invert()}.ocr--clean .ocr-hero__content{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border:0;border-radius:20px 20px 0 0;flex-direction:column;justify-content:flex-end;margin:0 14px;padding:26px 26px 16px;display:flex;inset:auto 0 0;overflow:visible}.ocr--clean .ocr-hero__identity{border-bottom:1px solid #e8e6ed;margin:0 0 10px;padding:0 86px 12px 0;position:relative}.ocr--clean .ocr-hero__identity h1{color:#171620;letter-spacing:-.045em;font-weight:700;line-height:1.02}.ocr--clean .ocr-hero__roles{margin-top:6px}.ocr--clean .ocr-hero__eyebrow{color:var(--ocr-accent);letter-spacing:-.01em;font-weight:700;line-height:1.2}.ocr--clean .ocr-hero__position{color:#6f6d79;margin-top:3px;line-height:1.38}.ocr--clean .ocr-contactList{align-content:end;min-height:0;display:grid}.ocr--clean .ocr-contact{color:#171620;opacity:1;grid-template-columns:minmax(0,1fr) auto;column-gap:8px;padding:0}.ocr--clean .ocr-contact--locked{grid-template-columns:1fr}.ocr--clean .ocr-accessLocked{color:#6f6d79;background:#f8f7fb;border-color:#e8e6ed}.ocr--clean button.ocr-accessLocked{border-color:#e8e6ed}.ocr--clean button.ocr-accessLocked:focus-visible{box-shadow:0 0 0 2px rgba(var(--ocr-accent-strong-rgb),.35)}.ocr--clean button.ocr-accessLocked:hover{background:var(--ocr-accent-soft-muted);border-color:var(--ocr-accent-line-hover);color:#4f4961}.ocr--clean .ocr-contact__primary{color:#171620;opacity:1;grid-template-columns:14px max-content minmax(0,1fr);column-gap:6px;padding:4px 0}.ocr--clean .ocr-contact__primary i{color:var(--ocr-accent);padding-top:2px}.ocr--clean .ocr-contact__primary i svg{stroke-width:1.8px;width:14px;height:14px}.ocr--clean .ocr-contact__primary small{color:#8a8792;font-weight:650;line-height:1.4}.ocr--clean .ocr-contact__value,.ocr--clean .ocr-contact__primary span{color:#34313c;line-height:1.4}.ocr--clean .ocr-contact__save{color:var(--ocr-accent)}.ocr--clean .ocr-contact__save:hover,.ocr--clean .ocr-contact__save:focus-visible{color:var(--ocr-accent-deep-alt);background:var(--ocr-accent-soft-muted)}.ocr--clean .ocr-contact__save:focus-visible{box-shadow:0 0 0 2px rgba(var(--ocr-accent-strong-rgb),.35)}.ocr--clean span.ocr-contact__save{opacity:.7}.ocr--clean .ocr-socials{border-top:1px solid #e8e6ed;flex-wrap:nowrap;justify-content:center;gap:12px;margin-top:20px;padding:12px 0 0}.ocr--clean .ocr-socials a,.ocr--clean .ocr-socials>span{color:#6655ed;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border:1px solid #e5e2ec;border-radius:999px;width:48px;height:48px;box-shadow:0 4px 12px #2c244a0d}.ocr--clean .ocr-socials a:hover{background:#f8f7fb;border-color:#d8d5df}.ocr--clean .ocr-socials svg{width:24px;height:24px}.ocr--clean .ocr-socials [data-social-kind=instagram]{color:#e4405f}.ocr--clean .ocr-socials [data-social-kind=youtube]{color:red}.ocr--clean .ocr-socials [data-social-kind=naver],.ocr--clean .ocr-socials [data-social-kind=blog],.ocr--clean .ocr-socials [data-social-kind=naver_cafe]{color:#03c75a}.ocr--clean .ocr-socials [data-social-kind=band]{color:#20ce4b}.ocr--clean .ocr-socials [data-social-kind=linkedin]{color:#0a66c2}.ocr--clean .ocr-socials [data-social-kind=facebook]{color:#1877f2}.ocr--clean .ocr-socials [data-social-kind=kakao],.ocr--clean .ocr-socials [data-social-kind=kakao_channel],.ocr--clean .ocr-socials [data-social-kind=kakao_story]{color:#3c1e1e}.ocr--clean .ocr-socials [data-social-kind=discord]{color:#5865f2}.ocr--clean .ocr-socials [data-social-kind=pinterest]{color:#e60023}.ocr--clean .ocr-socials [data-social-kind=behance]{color:#1769ff}.ocr--clean .ocr-socials [data-social-kind=x],.ocr--clean .ocr-socials [data-social-kind=threads],.ocr--clean .ocr-socials [data-social-kind=tiktok]{color:#111}.ocr--clean .ocr-qrButton{border:1px solid var(--ocr-accent-line);width:66px;height:66px;color:var(--ocr-accent);background:#fff;border-radius:18px;animation:.45s cubic-bezier(.23,1,.32,1) .28s both ocrQrIn;top:-7%;bottom:auto;right:26px;box-shadow:0 8px 22px #2c244a17}.ocr--clean .ocr-qrButton:hover{background:var(--ocr-accent-soft);border-color:var(--ocr-accent-line-strong)}.ocr--clean .ocr-qrButton svg{width:40px;height:40px}.ocr--clean .ocr-face--detail{background:linear-gradient(#fff 0%,#fbfbfc 100%)}.ocr--clean .ocr-detail__orb{display:none}.ocr--clean .ocr-detail__scroll{scrollbar-color:rgba(var(--ocr-accent-rgb),.28) transparent;padding:30px 22px 72px}.ocr--clean .ocr-detail__header{display:none}.ocr--clean .ocr-legacySection{margin-bottom:30px}.ocr--clean .ocr-legacySection__title{border-bottom:2px solid #e8e6ed;gap:8px;margin-bottom:13px;padding-bottom:8px}.ocr--clean .ocr-legacySection__title svg{width:16px;height:16px;color:var(--ocr-accent)}.ocr--clean .ocr-legacySection__title h3{color:#4d426f;letter-spacing:0;font-weight:750}.ocr--clean .ocr-legacyGlass{background:0 0;border:0;border-radius:0;padding:0}.ocr--clean .ocr-legacyGlass p{color:#45414d;line-height:1.72}.ocr--clean .ocr-legacyCareer{gap:0}.ocr--clean .ocr-legacyCareer article{border:0;border-left:1px solid var(--ocr-accent-line);background:0 0;border-radius:0;margin-left:4px;padding:0 0 16px 17px;position:relative}.ocr--clean .ocr-legacyCareer article:last-child{padding-bottom:2px}.ocr--clean .ocr-legacyCareer article:before{content:"";border:2px solid var(--ocr-accent);background:#fff;border-radius:999px;width:7px;height:7px;position:absolute;top:5px;left:-6px}.ocr--clean .ocr-legacyCareer small{color:var(--ocr-accent-strong);margin-bottom:3px;font-weight:750}.ocr--clean .ocr-legacyCareer strong{color:#27242e;font-weight:700}.ocr--clean .ocr-legacyCareer span{color:#6f6d79;margin-top:2px}.ocr--clean .ocr-legacyCareer p{color:#8a8792;margin-top:3px;line-height:1.5}.ocr--clean .ocr-legacyGallery{gap:10px}.ocr--clean .ocr-legacyGallery__item{color:#171620;background:#fff;border:1px solid #e8e6ed;border-radius:12px;box-shadow:0 5px 16px #2c244a0b}.ocr--clean button.ocr-legacyGallery__item:hover{border-color:var(--ocr-accent-line-hover);background:#fff}.ocr--clean .ocr-legacyGallery__image{background:#f6f5f8}.ocr--clean .ocr-legacyGallery__image span{width:28px;height:28px;color:var(--ocr-accent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe0;border-color:#ffffffc7;bottom:6px;right:6px}.ocr--clean .ocr-legacyGallery__copy{padding:9px 10px 10px}.ocr--clean .ocr-legacyGallery__copy small{color:var(--ocr-accent-strong);font-weight:750}.ocr--clean .ocr-legacyGallery__copy strong{color:#282530;margin-top:3px;font-weight:700}.ocr--clean .ocr-legacyGallery__copy p{color:#7d7985;margin-top:4px;line-height:1.45}.ocr--clean .ocr-legacyBullets{gap:7px}.ocr--clean .ocr-legacyBullets>div{background:0 0;border:0;border-bottom:1px solid #efedf3;border-radius:0;gap:9px;padding:9px 0}.ocr--clean .ocr-legacyBullets i{background:var(--ocr-accent)}.ocr--clean .ocr-legacyBullets span{color:#4e4a55;line-height:1.55}.ocr--clean .ocr-legacyLinks{gap:8px}.ocr--clean .ocr-legacyLinks a,.ocr--clean .ocr-legacyLinks__disabled{color:#3d3945;background:#fff;border-color:#e8e6ed;border-radius:12px;min-height:44px;padding:9px 12px}.ocr--clean .ocr-legacyLinks a:hover{background:var(--ocr-accent-soft);border-color:var(--ocr-accent-line-hover)}.ocr--clean .ocr-legacyLinks svg{color:var(--ocr-accent)}.ocr--clean .ocr-legacyActions{gap:8px}.ocr--clean .ocr-legacyActions>a,.ocr--clean .ocr-legacyActions>.ocr-legacyActions__disabled{border:1px solid var(--ocr-accent-strong);background:var(--ocr-accent-strong);color:#fff;min-height:52px;box-shadow:0 9px 22px rgba(var(--ocr-accent-strong-rgb),.16);border-radius:14px;grid-template-columns:30px minmax(0,1fr) 14px;padding:9px 11px}.ocr--clean .ocr-legacyActions>a:hover{border-color:var(--ocr-accent-hover);background:var(--ocr-accent-hover);transform:translateY(-1px)}.ocr--clean .ocr-legacyActions i{color:#fff;background:#ffffff29;border-radius:9px;width:30px;height:30px}.ocr--clean .ocr-legacyActions i svg{width:15px;height:15px}.ocr--clean .ocr-legacyActions small{color:#ffffffb8}.ocr--clean .ocr-legacyActions strong{color:#fff;font-weight:700}.ocr--clean .ocr-legacyActions__external{color:#ffffffc7}.ocr--clean .ocr-legacyChips{gap:7px}.ocr--clean .ocr-legacyChips span{border:1px solid var(--ocr-accent-line-chip);background:var(--ocr-accent-soft-chip);color:var(--ocr-accent-strong);border-radius:999px;padding:6px 10px;font-weight:650}.ocr--clean .ocr-legacyProcess{gap:7px}.ocr--clean .ocr-legacyProcess>div{background:#fff;border:1px solid #e8e6ed;border-radius:12px;grid-template-columns:28px 1fr;gap:8px;padding:10px 11px}.ocr--clean .ocr-legacyProcess b{color:var(--ocr-accent-strong)}.ocr--clean .ocr-legacyProcess span{color:#4e4a55;line-height:1.55}.ocr--clean .ocr-legacyEmptyGallery{border-color:var(--ocr-accent-line);background:var(--ocr-accent-soft);color:#5e5870;-webkit-backdrop-filter:none;backdrop-filter:none}.ocr--clean .ocr-face--brand{background:#fbfbfe}.ocr--clean .ocr-brand__gradient{background:radial-gradient(circle at 22% 20%,rgba(var(--ocr-accent-brand-soft-rgb),.96) 0%,#ffffff4d 33%,transparent 58%),radial-gradient(circle at 82% 78%,rgba(var(--ocr-accent-brand-alt-soft-rgb),.72) 0%,#fff0 50%),linear-gradient(145deg,#fff 0%,var(--ocr-accent-surface-tint) 48%,var(--ocr-accent-surface-tint-alt) 100%);animation:16s ease-in-out infinite ocrCleanBrandBg}.ocr--clean .ocr-brand__blob{filter:blur(72px)}.ocr--clean .ocr-brand__blob--a{opacity:.38;background:radial-gradient(circle,rgba(var(--ocr-accent-rgb),.34) 0%,transparent 70%);width:430px;height:430px;animation:26s ease-in-out infinite ocrBlobA;top:-60px;left:-190px}.ocr--clean .ocr-brand__blob--b{opacity:.34;background:radial-gradient(circle,rgba(var(--ocr-accent-shift-a-rgb),.3) 0%,transparent 70%);width:380px;height:380px;animation:24s ease-in-out infinite ocrBlobB;bottom:-40px;right:-170px}.ocr--clean .ocr-brand__blob--c{opacity:.25;background:radial-gradient(circle,rgba(var(--ocr-accent-shift-b-rgb),.44) 0%,transparent 70%);width:300px;height:300px;animation:28s ease-in-out infinite ocrBlobC;top:28%;left:30%}.ocr--clean .ocr-brand__sheen{opacity:.8;background:linear-gradient(120deg,transparent 18%,#ffffffc7 42%,rgba(var(--ocr-accent-sheen-rgb),.18) 50%,#ffffffb8 57%,transparent 78%);animation:12s ease-in-out infinite ocrCleanBrandSheen}.ocr--clean .ocr-brand__content{justify-content:center;padding:38px}.ocr--clean .ocr-brand__content i{background:rgba(var(--ocr-accent-rgb),.48);width:66px;margin:22px auto 24px}.ocr--clean .ocr-brand__content p{color:#4f4961;letter-spacing:-.012em;word-break:keep-all;max-width:300px;font-weight:600;line-height:1.7}@keyframes ocrCleanBrandBg{50%{filter:saturate(1.08)brightness(1.02)}}@keyframes ocrCleanBrandSheen{0%,to{transform:translate(-8%,-4%)}50%{transform:translate(8%,4%)}}.ocr--profile{--ocr-aura-face1-bg-opacity:.6;--ocr-aura-face2-bg-opacity:.6;--ocr-aura-face3-bg-opacity:.6;--ocr-aura-face1-tint-opacity:.42;--ocr-aura-face2-tint-opacity:.28;--ocr-aura-face3-tint-opacity:.34;color:#171620;touch-action:manipulation;background:#fbfbfe;box-shadow:0 30px 80px #30304e21}.ocr--profile .ocr__viewport{background:#fbfbfe}.ocr--profile .ocr-face{color:#171620;isolation:isolate}.ocr--profile .ocr-face:before,.ocr--profile .ocr-face:after{content:"";z-index:0;pointer-events:none;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.ocr--profile .ocr-face--hero{--ocr-profile-size:clamp(190px,30cqh,224px);--ocr-profile-bottom-reserve:clamp(168px,34cqh,300px);background:#fbfbfe}.ocr--profile .ocr-face--hero:before{opacity:var(--ocr-aura-face1-bg-opacity);background-image:url(/images/theme-backgrounds/aura-face-1.webp);background-position:top}.ocr--profile .ocr-face--hero:after{background:linear-gradient(150deg,var(--ocr-accent-brand-soft) 0%,var(--ocr-accent-surface-tint) 54%,var(--ocr-accent-brand-alt-soft) 100%);opacity:var(--ocr-aura-face1-tint-opacity);-webkit-mask-image:url(/images/theme-backgrounds/aura-face-1.webp);mask-image:url(/images/theme-backgrounds/aura-face-1.webp);-webkit-mask-position:top;mask-position:top;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.ocr--profile .ocr-profileCluster{--ocr-profile-cluster-x:18px;z-index:1;left:var(--ocr-profile-cluster-x);right:var(--ocr-profile-cluster-x);top:0;bottom:var(--ocr-profile-bottom-reserve);pointer-events:none;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:clamp(7px,1cqh,10px);height:auto;display:flex;position:absolute}.ocr--profile .ocr-profileCluster .ocr-hero__scrim{display:none}.ocr--profile .ocr-hero__media{z-index:2;flex:0 0 var(--ocr-profile-size);width:var(--ocr-profile-size);height:var(--ocr-profile-size);isolation:isolate;background:0 0;border-radius:999px;animation:.55s cubic-bezier(.23,1,.32,1) 60ms both ocrProfilePortraitIn;position:relative;inset:auto;overflow:visible;transform:none}.ocr--profile .ocr-hero__media:before,.ocr--profile .ocr-hero__media:after{content:none}.ocr--profile .ocr-hero__media--empty{background:0 0}.ocr--profile .ocr-hero__image{z-index:1;object-fit:cover;object-position:center;width:100%;height:100%;box-shadow:0 18px 40px #2d2d482b,0 0 0 1px rgba(var(--ocr-accent-rgb),.08);border:5px solid #fffffffa;border-radius:999px;position:absolute;inset:0}.ocr--profile .ocr-hero__monogram{z-index:1;background:linear-gradient(145deg,var(--ocr-accent-soft),var(--ocr-accent-brand-alt-soft));color:var(--ocr-accent-strong);box-shadow:0 18px 40px #2d2d4824,0 0 0 1px rgba(var(--ocr-accent-rgb),.08);border:5px solid #fffffffa;border-radius:999px;place-items:center;font-size:54px;font-weight:780;display:grid;position:absolute;inset:0}@keyframes ocrProfilePortraitIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.ocr--profile .ocr-hero__logo{z-index:5;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;padding:0;top:16px;left:16px}.ocr--profile .ocr-hero__logo img{object-position:left top}.ocr--profile .ocr-hero__logo img[data-logo-source=default]{filter:none}.ocr--profile .ocr-hero__content{pointer-events:none;flex-direction:column;justify-content:flex-start;height:auto;min-height:0;padding:0 18px clamp(12px,1.8cqh,18px);display:flex;inset:0;overflow:hidden}.ocr--profile .ocr-contactList,.ocr--profile .ocr-socials,.ocr--profile .ocr-contact,.ocr--profile .ocr-contact__primary,.ocr--profile .ocr-contact__save,.ocr--profile .ocr-accessLocked{pointer-events:auto}.ocr--profile .ocr-hero__identity{z-index:3;text-align:center;border:0;width:100%;margin:0;padding:0;animation:.55s cubic-bezier(.23,1,.32,1) 80ms both ocrBottomIn;position:relative;top:auto;left:auto;right:auto}.ocr--profile .ocr-hero__identity h1{color:#171620;letter-spacing:-.04em;overflow-wrap:anywhere;margin:0;font-size:30px;font-weight:760;line-height:1.08}.ocr--profile .ocr-hero__roles{margin-top:4px}.ocr--profile .ocr-hero__eyebrow{color:var(--ocr-accent-strong);letter-spacing:-.01em;overflow-wrap:anywhere;margin:0;font-size:13px;font-weight:720;line-height:1.3}.ocr--profile .ocr-hero__position{color:#6f6d79;overflow-wrap:anywhere;margin:2px 0 0;font-size:12px;font-weight:500;line-height:1.35}.ocr--profile .ocr-contactList{align-content:end;gap:6px;margin-top:auto;animation:.55s cubic-bezier(.23,1,.32,1) .13s both ocrBottomIn;display:grid}.ocr--profile .ocr-contact{color:#171620;background:#fffffff2;border:1px solid #e8e8ef;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;column-gap:4px;min-height:44px;padding:0;overflow:hidden;box-shadow:0 4px 14px #2a2a460b}.ocr--profile .ocr-contact--locked{grid-template-columns:1fr;padding:4px}.ocr--profile .ocr-contact__primary{color:#171620;opacity:1;grid-template-columns:28px max-content minmax(0,1fr);column-gap:7px;min-height:44px;padding:5px 8px;text-decoration:none}.ocr--profile .ocr-contact__primary i{background:var(--ocr-accent-soft);width:28px;height:28px;color:var(--ocr-accent);border-radius:9px;place-items:center;padding:0;display:grid}.ocr--profile .ocr-contact__primary i svg{stroke-width:1.9px;width:15px;height:15px}.ocr--profile .ocr-contact__primary small{color:#85818d;white-space:nowrap;font-weight:650;line-height:1.25}.ocr--profile .ocr-contact__value,.ocr--profile .ocr-contact__primary span{color:#2d2a34;overflow-wrap:anywhere;word-break:break-word;font-weight:570;line-height:1.25}.ocr--profile .ocr-contact__primary:hover{background:var(--ocr-accent-surface-tint)}.ocr--profile .ocr-contact__save{width:44px;height:44px;color:var(--ocr-accent);background:0 0;border-left:1px solid #ececf2;border-radius:0;place-items:center;display:grid}.ocr--profile .ocr-contact__saveIcon{width:18px;height:18px}.ocr--profile .ocr-contact__save:hover,.ocr--profile .ocr-contact__save:focus-visible{background:var(--ocr-accent-soft);color:var(--ocr-accent-strong);box-shadow:none}.ocr--profile .ocr-accessLocked{color:#6f6d79;background:#f7f7fb;border-color:#e6e6ef;min-height:44px}.ocr--profile button.ocr-accessLocked:focus-visible{box-shadow:0 0 0 2px rgba(var(--ocr-accent-rgb),.25)}.ocr--profile .ocr-accessLocked--contact{min-height:44px;padding:8px 12px}.ocr--profile .ocr-socials{gap:7px;min-height:44px;margin-top:14px;padding:0;animation:.5s cubic-bezier(.23,1,.32,1) .2s both ocrBottomIn}.ocr--profile .ocr-socials:empty{display:none}.ocr--profile .ocr-socials a,.ocr--profile .ocr-socials>span{-webkit-backdrop-filter:none;backdrop-filter:none;color:#4f4b59;background:#fffffff7;border:1px solid #e8e8ef;border-radius:14px;width:44px;height:44px;overflow:hidden;box-shadow:0 4px 14px #2a2a460b}.ocr--profile .ocr-socials a:hover{background:var(--ocr-accent-soft);border-color:var(--ocr-accent-line-hover)}.ocr--profile .ocr-socials svg{width:26px;height:26px}.ocr--profile .ocr-socials [data-social-kind=website],.ocr--profile .ocr-socials [data-social-kind=portfolio]{color:var(--ocr-accent)}.ocr--profile .ocr-socials [data-social-kind=other]{color:#596171}.ocr--profile .ocr-hero__media .ocr-qrButton{border:1px solid var(--ocr-accent-line);width:66px;height:66px;color:var(--ocr-accent);pointer-events:auto;background:#fff;border-radius:18px;animation:.45s cubic-bezier(.23,1,.32,1) .25s both ocrQrIn;inset:auto -4px -4px auto;box-shadow:0 8px 22px #2e2e4e1a}.ocr--profile .ocr-hero__media .ocr-qrButton:hover{background:var(--ocr-accent-soft);border-color:var(--ocr-accent-line-strong)}.ocr--profile .ocr-hero__media .ocr-qrButton svg{width:38px;height:38px}.ocr--profile .ocr-face--hero[data-contact-count="5"] .ocr-contactList,.ocr--profile .ocr-face--hero[data-contact-count="6"] .ocr-contactList{gap:4px}@container (max-height:780px){.ocr--profile .ocr-face--hero{--ocr-profile-size:clamp(172px,28cqh,200px);--ocr-profile-bottom-reserve:clamp(190px,38cqh,280px)}.ocr--profile .ocr-face--hero[data-contact-count="6"][data-social-count="3"],.ocr--profile .ocr-face--hero[data-contact-count="6"][data-social-count="4"],.ocr--profile .ocr-face--hero[data-contact-count="5"][data-social-count="4"]{--ocr-profile-size:clamp(148px,24cqh,168px);--ocr-profile-bottom-reserve:clamp(268px,50cqh,340px)}.ocr--profile .ocr-profileCluster{--ocr-profile-cluster-x:14px;gap:5px}.ocr--profile .ocr-profileCluster .ocr-hero__scrim:before{height:clamp(146px,24cqh,190px)}.ocr--profile .ocr-profileCluster .ocr-hero__scrim:after{height:clamp(142px,23cqh,184px)}.ocr--profile .ocr-hero__content{padding:0 14px 10px}.ocr--profile .ocr-hero__identity h1{font-size:clamp(24px,3.8cqh,28px)}.ocr--profile .ocr-face--hero[data-contact-count="6"][data-social-count="4"] .ocr-hero__identity h1,.ocr--profile .ocr-face--hero[data-contact-count="6"][data-social-count="3"] .ocr-hero__identity h1{font-size:clamp(21px,3.4cqh,24px)}.ocr--profile .ocr-hero__roles{margin-top:2px}.ocr--profile .ocr-hero__eyebrow{font-size:12px}.ocr--profile .ocr-hero__position{font-size:12px;line-height:1.28}.ocr--profile .ocr-hero__monogram{font-size:46px}.ocr--profile .ocr-contactList{gap:4px}.ocr--profile .ocr-socials{gap:6px}.ocr--profile .ocr-face--hero[data-social-count="3"] .ocr-socials,.ocr--profile .ocr-face--hero[data-social-count="4"] .ocr-socials{margin-top:14px}.ocr--profile .ocr-hero__media .ocr-qrButton{border-radius:17px;width:60px;min-width:60px;height:60px;min-height:60px}.ocr--profile .ocr-hero__media .ocr-qrButton svg{width:34px;height:34px}}@container (max-height:620px){.ocr--profile .ocr-face--hero{--ocr-profile-size:clamp(160px,27cqh,178px);--ocr-profile-bottom-reserve:clamp(200px,40cqh,270px)}.ocr--profile .ocr-face--hero[data-contact-count="6"][data-social-count="3"],.ocr--profile .ocr-face--hero[data-contact-count="6"][data-social-count="4"],.ocr--profile .ocr-face--hero[data-contact-count="5"][data-social-count="4"]{--ocr-profile-size:clamp(140px,23cqh,156px);--ocr-profile-bottom-reserve:clamp(280px,52cqh,340px)}.ocr--profile .ocr-profileCluster{--ocr-profile-cluster-x:14px;gap:5px}.ocr--profile .ocr-profileCluster .ocr-hero__scrim:before{height:clamp(132px,22cqh,170px)}.ocr--profile .ocr-profileCluster .ocr-hero__scrim:after{height:clamp(128px,22cqh,164px)}.ocr--profile .ocr-hero__identity h1{font-size:clamp(23px,4cqh,27px)}.ocr--profile .ocr-hero__monogram{font-size:43px}.ocr--profile .ocr-face--hero[data-social-count="3"] .ocr-socials,.ocr--profile .ocr-face--hero[data-social-count="4"] .ocr-socials{margin-top:8px}}@container (max-height:580px){.ocr--profile .ocr-face--hero{--ocr-profile-size:clamp(140px,24.5cqh,148px);--ocr-profile-bottom-reserve:clamp(210px,42cqh,260px)}.ocr--profile .ocr-face--hero[data-contact-count="6"][data-social-count="3"],.ocr--profile .ocr-face--hero[data-contact-count="6"][data-social-count="4"],.ocr--profile .ocr-face--hero[data-contact-count="5"][data-social-count="4"]{--ocr-profile-size:clamp(124px,21cqh,136px);--ocr-profile-bottom-reserve:clamp(292px,54cqh,330px)}.ocr--profile .ocr-profileCluster{--ocr-profile-cluster-x:12px;gap:3px}.ocr--profile .ocr-profileCluster .ocr-hero__scrim:before{height:clamp(120px,21cqh,152px)}.ocr--profile .ocr-profileCluster .ocr-hero__scrim:after{height:clamp(116px,21cqh,146px)}.ocr--profile .ocr-hero__logo{top:16px;left:16px}.ocr--profile .ocr-hero__content{padding:0 12px 8px}.ocr--profile .ocr-hero__identity h1{font-size:22px}.ocr--profile .ocr-face--hero[data-contact-count="6"][data-social-count="4"] .ocr-hero__identity h1,.ocr--profile .ocr-face--hero[data-contact-count="5"][data-social-count="4"] .ocr-hero__identity h1{font-size:20px}.ocr--profile .ocr-hero__eyebrow,.ocr--profile .ocr-hero__position{font-size:12px;line-height:1.2}.ocr--profile .ocr-hero__monogram{font-size:38px}.ocr--profile .ocr-face--hero[data-contact-count="5"] .ocr-contactList,.ocr--profile .ocr-face--hero[data-contact-count="6"] .ocr-contactList{gap:2px}.ocr--profile .ocr-face--hero[data-social-count="3"] .ocr-socials,.ocr--profile .ocr-face--hero[data-social-count="4"] .ocr-socials{gap:5px;margin-top:6px}.ocr--profile .ocr-contact__primary{column-gap:6px;padding:4px 7px}.ocr--profile .ocr-contact__primary i{border-radius:8px;width:26px;height:26px}.ocr--profile .ocr-socials svg{width:24px;height:24px}.ocr--profile .ocr-hero__media .ocr-qrButton{border-radius:16px;width:56px;min-width:56px;height:56px;min-height:56px}.ocr--profile .ocr-hero__media .ocr-qrButton svg{width:32px;height:32px}}.ocr--profile .ocr-face--detail{isolation:isolate;background:#fbfbfe}.ocr--profile .ocr-face--detail:before{opacity:var(--ocr-aura-face2-bg-opacity);background-image:url(/images/theme-backgrounds/aura-face-2.webp);background-position:top}.ocr--profile .ocr-face--detail:after{background:linear-gradient(155deg,var(--ocr-accent-brand-soft) 0%,var(--ocr-accent-surface-tint) 60%,var(--ocr-accent-surface-tint-alt) 100%);opacity:var(--ocr-aura-face2-tint-opacity);-webkit-mask-image:url(/images/theme-backgrounds/aura-face-2.webp);mask-image:url(/images/theme-backgrounds/aura-face-2.webp);-webkit-mask-position:top;mask-position:top;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.ocr--profile .ocr-detail__wave{display:none}.ocr--profile .ocr-detail__scroll{z-index:1;scrollbar-color:rgba(var(--ocr-accent-rgb),.24) transparent;padding:28px 18px 72px;position:absolute}.ocr--profile .ocr-detail__header{display:none}.ocr--profile .ocr-legacySection{margin-bottom:24px}.ocr--profile .ocr-legacySection__title{border:0;gap:8px;margin:0 0 10px;padding:0}.ocr--profile .ocr-legacySection__title svg{background:var(--ocr-accent-soft);width:18px;height:18px;color:var(--ocr-accent);border-radius:7px;padding:3px}.ocr--profile .ocr-legacySection__title h3{color:#2b2832;letter-spacing:-.015em;font-weight:760}.ocr--profile .ocr-legacyGlass{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fffffff0;border:1px solid #e8e8ef;border-radius:18px;padding:15px 16px;box-shadow:0 5px 16px #2a2a460b}.ocr--profile .ocr-legacyGlass p{color:#4e4a55;line-height:1.7}.ocr--profile .ocr-legacyCareer{gap:8px}.ocr--profile .ocr-legacyCareer article{border:1px solid #e8e8ef;border-left:3px solid var(--ocr-accent-line-strong);background:#fffffff0;border-radius:16px;padding:13px 14px;box-shadow:0 4px 14px #2a2a460a}.ocr--profile .ocr-legacyCareer small{color:var(--ocr-accent-strong);margin-bottom:3px;font-weight:720}.ocr--profile .ocr-legacyCareer strong{color:#2d2a34;font-weight:720}.ocr--profile .ocr-legacyCareer span{color:#6f6d79;margin-top:2px}.ocr--profile .ocr-legacyCareer p{color:#85818d;margin-top:4px;line-height:1.5}.ocr--profile .ocr-legacyBullets{gap:8px}.ocr--profile .ocr-legacyBullets>div{background:#fffffff0;border:1px solid #e8e8ef;border-radius:14px;gap:9px;padding:11px 13px;box-shadow:0 4px 14px #2a2a4609}.ocr--profile .ocr-legacyBullets i{background:var(--ocr-accent)}.ocr--profile .ocr-legacyBullets span{color:#4f4b57;line-height:1.55}.ocr--profile .ocr-legacyLinks{gap:8px}.ocr--profile .ocr-legacyLinks a,.ocr--profile .ocr-legacyLinks__disabled{color:#3d3945;background:#fff;border-color:#e8e8ef;border-radius:14px;min-height:46px;padding:10px 12px;box-shadow:0 4px 14px #2a2a4609}.ocr--profile .ocr-legacyLinks a:hover{background:var(--ocr-accent-soft);border-color:var(--ocr-accent-line-hover)}.ocr--profile .ocr-legacyLinks svg{color:var(--ocr-accent)}.ocr--profile .ocr-legacyActions{gap:8px}.ocr--profile .ocr-legacyActions>a,.ocr--profile .ocr-legacyActions>.ocr-legacyActions__disabled{border:1px solid var(--ocr-accent-line);background:linear-gradient(135deg,var(--ocr-accent-soft),#fff);color:#292631;border-radius:16px;grid-template-columns:30px minmax(0,1fr) 14px;min-height:52px;padding:9px 11px;box-shadow:0 5px 16px #2a2a460b}.ocr--profile .ocr-legacyActions>a:hover{border-color:var(--ocr-accent-line-strong);background:var(--ocr-accent-soft);transform:translateY(-1px)}.ocr--profile .ocr-legacyActions i{width:30px;height:30px;color:var(--ocr-accent);box-shadow:0 0 0 1px var(--ocr-accent-line);background:#fff;border-radius:9px}.ocr--profile .ocr-legacyActions small{color:#85818d}.ocr--profile .ocr-legacyActions strong{color:#2f2c36;font-weight:720}.ocr--profile .ocr-legacyActions__external{color:var(--ocr-accent)}.ocr--profile .ocr-legacyChips{gap:7px}.ocr--profile .ocr-legacyChips span{border:1px solid var(--ocr-accent-line-chip);background:var(--ocr-accent-soft-chip);color:var(--ocr-accent-strong);border-radius:999px;padding:7px 10px;font-weight:680}.ocr--profile .ocr-legacyProcess{gap:8px}.ocr--profile .ocr-legacyProcess>div{background:#fff;border:1px solid #e8e8ef;border-radius:14px;grid-template-columns:28px 1fr;gap:8px;padding:11px 12px;box-shadow:0 4px 14px #2a2a4609}.ocr--profile .ocr-legacyProcess b{color:var(--ocr-accent-strong)}.ocr--profile .ocr-legacyProcess span{color:#4f4b57;line-height:1.55}.ocr--profile .ocr-galleryRail{scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-template-columns:none;gap:10px;margin-right:-18px;padding:1px 18px 6px 0;scroll-padding-inline:0;display:flex;overflow:auto hidden}.ocr--profile .ocr-galleryRail::-webkit-scrollbar{display:none}.ocr--profile .ocr-galleryRail .ocr-legacyGallery__item{scroll-snap-align:start;scroll-snap-stop:always;color:#171620;background:#fff;border:1px solid #e8e8ef;border-radius:18px;flex:0 0 min(76%,260px);align-self:self-start;overflow:hidden;box-shadow:0 5px 16px #2a2a460b}.ocr--profile .ocr-galleryRail[data-gallery-count="1"] .ocr-legacyGallery__item{flex-basis:min(92%,320px)}.ocr--profile .ocr-galleryRail:focus-visible{outline:2px solid rgba(var(--ocr-accent-rgb),.48);outline-offset:3px;border-radius:14px}.ocr--profile button.ocr-legacyGallery__item:hover{border-color:var(--ocr-accent-line-hover);background:#fff}.ocr--profile .ocr-legacyGallery__image{aspect-ratio:4/3;background:#f5f5f8}.ocr--profile .ocr-legacyGallery__image span{width:30px;height:30px;color:var(--ocr-accent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;border-color:#ffffffd6;bottom:7px;right:7px}.ocr--profile .ocr-legacyGallery__copy{padding:10px 11px 12px}.ocr--profile .ocr-legacyGallery__copy small{color:var(--ocr-accent-strong);font-weight:720}.ocr--profile .ocr-legacyGallery__copy strong{color:#2c2933;margin-top:3px;font-weight:720}.ocr--profile .ocr-legacyGallery__copy p{color:#85818d;margin-top:4px;line-height:1.45}.ocr--profile .ocr-legacyEmptyGallery{border-color:var(--ocr-accent-line);background:var(--ocr-accent-soft);color:#656071;-webkit-backdrop-filter:none;backdrop-filter:none}.ocr--profile .ocr-face--brand{isolation:isolate;background:#fbfbfe}.ocr--profile .ocr-face--brand:before{opacity:var(--ocr-aura-face3-bg-opacity);background-image:url(/images/theme-backgrounds/aura-face-3.webp);background-position:50%}.ocr--profile .ocr-face--brand:after{background:linear-gradient(145deg,var(--ocr-accent-brand-alt-soft) 0%,var(--ocr-accent-surface-tint) 52%,var(--ocr-accent-brand-soft) 100%);opacity:var(--ocr-aura-face3-tint-opacity);-webkit-mask-image:url(/images/theme-backgrounds/aura-face-3.webp);mask-image:url(/images/theme-backgrounds/aura-face-3.webp);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.ocr--profile .ocr-brand__gradient{background:0 0;animation:none}.ocr--profile .ocr-face--brand .ocr-detail__wave,.ocr--profile .ocr-brand__sheen{display:none}.ocr--profile .ocr-brand__content{justify-content:center;padding:38px}.ocr--profile .ocr-brand__content i{background:rgba(var(--ocr-accent-rgb),.4);width:58px;margin:22px auto}.ocr--profile .ocr-brand__content p{color:#514d5b;letter-spacing:-.012em;word-break:keep-all;max-width:300px;font-weight:620;line-height:1.7}@keyframes ocrProfileBrandBg{50%{filter:saturate(1.04)brightness(1.01)}}.ocr--mypage{color:#17211e;background:#f4fbf8;box-shadow:0 30px 80px #144c3d29}.ocr--mypage .ocr__viewport{background:#f4fbf8}.ocr--mypage .ocr-face{color:#17211e;isolation:isolate}.ocr--mypage .ocr-face--hero{--ocr-mypage-profile-size:clamp(191px,28cqh,234px);--ocr-mypage-cluster-gap:clamp(8px,1.2cqh,12px);--ocr-mypage-identity-block:clamp(58px,9cqh,78px);--ocr-mypage-cluster-h:calc(var(--ocr-mypage-profile-size) + var(--ocr-mypage-cluster-gap) + var(--ocr-mypage-identity-block));--ocr-mypage-bottom-reserve:clamp(190px,38cqh,290px);--ocr-mypage-upper-h:calc(100% - var(--ocr-mypage-bottom-reserve));--ocr-mypage-profile-top:calc((var(--ocr-mypage-upper-h) - var(--ocr-mypage-cluster-h)) / 2);--ocr-mypage-mint-h:calc(var(--ocr-mypage-profile-top) + var(--ocr-mypage-profile-size) * 2 / 3);background:#fff}.ocr--mypage .ocr-face--hero:before{content:"";z-index:0;height:var(--ocr-mypage-mint-h);background:linear-gradient(145deg,var(--ocr-accent) 0%,var(--ocr-accent-vivid) 62%,var(--ocr-accent-shift-a) 100%);pointer-events:none;position:absolute;inset:0 0 auto}.ocr--mypage .ocr-face--hero:after{content:"";z-index:1;height:var(--ocr-mypage-mint-h);pointer-events:none;background:radial-gradient(circle 132px at 2% 18%,#ffffff21 0 69%,transparent 71%), radial-gradient(circle 104px at 24% 61%,rgba(var(--ocr-accent-on-dark-soft-rgb),.15) 0 69%,transparent 71%), radial-gradient(circle 156px at 86% 16%,rgba(var(--ocr-accent-shift-a-rgb),.12) 0 69%,transparent 71%), radial-gradient(circle 94px at 69% 61%,#ffffff2b 0 68%,transparent 71%), radial-gradient(circle 66px at 92% 77%,rgba(var(--ocr-accent-brand-alt-soft-rgb),.2) 0 67%,transparent 70%), radial-gradient(circle 116px at 52% 28%,transparent 0 76%,#ffffff30 77% 80%,transparent 81%), radial-gradient(circle 82px at 40% 76%,transparent 0 75%,rgba(var(--ocr-accent-on-dark-soft-rgb),.18) 76% 80%,transparent 81%);opacity:.94;position:absolute;inset:0 0 auto}.ocr--mypage .ocr-hero__scrim{display:none}.ocr--mypage .ocr-mypageCluster{z-index:2;top:0;left:16px;right:16px;bottom:var(--ocr-mypage-bottom-reserve);justify-content:center;align-items:center;gap:var(--ocr-mypage-cluster-gap);pointer-events:none;box-sizing:border-box;flex-direction:column;height:auto;display:flex;position:absolute}.ocr--mypage .ocr-mypageCluster .ocr-hero__media{z-index:2;flex:0 0 var(--ocr-mypage-profile-size);width:var(--ocr-mypage-profile-size);height:var(--ocr-mypage-profile-size);background:var(--ocr-accent-soft);border:1px solid #fffffffa;border-radius:999px;animation:.45s cubic-bezier(.23,1,.32,1) 40ms both ocrProfilePortraitIn;position:relative;inset:auto;overflow:hidden;transform:none;box-shadow:0 12px 28px #17463b24}.ocr--mypage .ocr-hero__media--empty{background:linear-gradient(145deg,var(--ocr-accent-soft),var(--ocr-accent-brand-soft))}.ocr--mypage .ocr-hero__image{object-fit:cover;object-position:center;border:0;border-radius:999px;width:100%;height:100%;position:absolute;inset:0}.ocr--mypage .ocr-hero__logo{z-index:6;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;padding:0;top:16px;left:16px}.ocr--mypage .ocr-hero__logo img{object-position:left center}.ocr--mypage .ocr-hero__logo img[data-logo-source=default]{filter:brightness(0)invert()}.ocr--mypage .ocr-hero__content{z-index:3;pointer-events:none;flex-direction:column;justify-content:flex-start;height:auto;min-height:0;padding:0 16px 16px;display:flex;position:absolute;inset:0;overflow:hidden}.ocr--mypage .ocr-contactList,.ocr--mypage .ocr-socials,.ocr--mypage .ocr-contact,.ocr--mypage .ocr-contact__primary,.ocr--mypage .ocr-contact__save,.ocr--mypage .ocr-accessLocked{pointer-events:auto}.ocr--mypage .ocr-mypageCluster .ocr-hero__identity{z-index:2;text-align:center;pointer-events:none;border:0;flex:none;width:100%;max-width:100%;margin:0;padding:0;animation:.45s cubic-bezier(.23,1,.32,1) 80ms both ocrBottomIn;position:relative}.ocr--mypage .ocr-hero__identity h1{color:#17211e;letter-spacing:-.04em;overflow-wrap:anywhere;margin:0;font-size:27px;font-weight:780;line-height:1.08}.ocr--mypage .ocr-hero__roles{margin-top:5px}.ocr--mypage .ocr-hero__eyebrow{color:#6f7d78;margin:0;font-size:12px;font-weight:650;line-height:1.35}.ocr--mypage .ocr-hero__position{color:var(--ocr-accent-strong);margin:2px 0 0;font-size:14px;font-weight:720;line-height:1.35}.ocr--mypage .ocr-contactList{background:#fff;border-top:1px solid #e6f0ec;border-bottom:1px solid #e6f0ec;align-content:end;gap:0;margin-top:auto;animation:.45s cubic-bezier(.23,1,.32,1) .12s both ocrBottomIn;display:grid}.ocr--mypage .ocr-contact{color:#17211e;border-bottom:1px solid #edf3f1;grid-template-columns:minmax(0,1fr) auto;column-gap:0;min-height:44px;padding:0}.ocr--mypage .ocr-contact:last-child{border-bottom:0}.ocr--mypage .ocr-contact--locked{grid-template-columns:1fr;padding:4px 0}.ocr--mypage .ocr-contact__primary{color:#17211e;opacity:1;grid-template-columns:28px max-content minmax(0,1fr);column-gap:7px;min-height:44px;padding:7px 8px}.ocr--mypage .ocr-contact__primary i{background:var(--ocr-accent-soft);width:28px;height:28px;color:var(--ocr-accent-strong);border-radius:999px;place-items:center;padding:0;display:grid}.ocr--mypage .ocr-contact__primary i svg{stroke-width:1.9px;width:15px;height:15px}.ocr--mypage .ocr-contact__primary small{color:#7a8b85;white-space:nowrap;font-weight:650;line-height:1.25}.ocr--mypage .ocr-contact__value,.ocr--mypage .ocr-contact__primary span{color:#40504b;overflow-wrap:anywhere;word-break:break-word;align-self:center;font-weight:560;line-height:1.35}.ocr--mypage .ocr-contact__primary:hover{background:var(--ocr-accent-surface-tint)}.ocr--mypage .ocr-contact__save{width:44px;height:44px;color:var(--ocr-accent-strong);background:0 0;border-left:0;border-radius:0;place-items:center;display:grid}.ocr--mypage .ocr-contact__save:hover,.ocr--mypage .ocr-contact__save:focus-visible{background:var(--ocr-accent-soft);color:var(--ocr-accent-strong);box-shadow:none}.ocr--mypage .ocr-accessLocked{color:#61716c;background:#f4f9f7;border-color:#dfece8;min-height:44px}.ocr--mypage .ocr-accessLocked--contact{min-height:44px;padding:8px 12px}.ocr--mypage .ocr-socials{justify-content:flex-start;gap:8px;min-height:44px;margin-top:12px;padding:0 78px 0 0;animation:.45s cubic-bezier(.23,1,.32,1) .17s both ocrBottomIn}.ocr--mypage .ocr-socials:empty{display:none}.ocr--mypage .ocr-socials a,.ocr--mypage .ocr-socials>span{color:#4f5f5a;width:44px;height:44px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#f7fbf9;border:1px solid #e2eee9;border-radius:14px;overflow:hidden}.ocr--mypage .ocr-socials a:hover{background:var(--ocr-accent-soft);border-color:var(--ocr-accent-line-hover)}.ocr--mypage .ocr-socials svg{width:24px;height:24px}.ocr--mypage .ocr-socials [data-social-kind=website],.ocr--mypage .ocr-socials [data-social-kind=portfolio]{color:var(--ocr-accent-strong)}.ocr--mypage .ocr-socials [data-social-kind=other]{color:#4f5f5a}.ocr--mypage .ocr-qrButton{border:1px solid var(--ocr-accent-line);width:66px;height:66px;color:var(--ocr-accent-strong);background:#fff;border-radius:18px;animation:.35s cubic-bezier(.23,1,.32,1) .18s both ocrQrIn;bottom:16px;right:16px;box-shadow:0 8px 22px #17463b1a}.ocr--mypage .ocr-qrButton:hover{background:var(--ocr-accent-soft);border-color:var(--ocr-accent-line-strong)}.ocr--mypage .ocr-qrButton svg{width:38px;height:38px}.ocr--mypage .ocr-face--hero[data-contact-count="5"]{--ocr-mypage-bottom-reserve:clamp(284px,40cqh,300px)}.ocr--mypage .ocr-face--hero[data-contact-count="6"]{--ocr-mypage-profile-size:clamp(139px,22cqh,187px);--ocr-mypage-identity-block:clamp(50px,7.5cqh,62px);--ocr-mypage-cluster-gap:clamp(5px,.8cqh,8px);--ocr-mypage-bottom-reserve:clamp(320px,44cqh,336px)}.ocr--mypage .ocr-face--hero[data-contact-count="6"] .ocr-hero__content{padding-bottom:8px}.ocr--mypage .ocr-face--hero[data-contact-count="6"] .ocr-socials{margin-top:4px}@container (max-height:780px){.ocr--mypage .ocr-face--hero{--ocr-mypage-profile-size:clamp(172px,26.4cqh,208px);--ocr-mypage-identity-block:clamp(52px,8.5cqh,70px);--ocr-mypage-bottom-reserve:clamp(180px,40cqh,270px)}.ocr--mypage .ocr-hero__content{padding:0 14px 12px}.ocr--mypage .ocr-hero__identity h1{font-size:24px}.ocr--mypage .ocr-contact__primary{padding-top:6px;padding-bottom:6px}.ocr--mypage .ocr-socials{margin-top:8px}}@container (max-height:660px){.ocr--mypage .ocr-face--hero{--ocr-mypage-profile-size:158px;--ocr-mypage-identity-block:58px;--ocr-mypage-cluster-gap:8px;--ocr-mypage-bottom-reserve:clamp(168px,42cqh,250px)}.ocr--mypage .ocr-hero__content{padding:0 12px 10px}.ocr--mypage .ocr-hero__identity h1{font-size:22px}.ocr--mypage .ocr-hero__roles{margin-top:2px}.ocr--mypage .ocr-contact__primary{min-height:44px;padding:5px 7px}.ocr--mypage .ocr-contact{min-height:44px}.ocr--mypage .ocr-contact__save{height:44px}.ocr--mypage .ocr-socials{gap:6px;margin-top:6px}}@container (max-height:600px){.ocr--mypage .ocr-face--hero{--ocr-mypage-profile-size:139px;--ocr-mypage-identity-block:52px;--ocr-mypage-cluster-gap:6px;--ocr-mypage-bottom-reserve:clamp(158px,44cqh,236px)}.ocr--mypage .ocr-hero__content{padding:0 10px 8px}.ocr--mypage .ocr-hero__identity h1{font-size:20px}.ocr--mypage .ocr-hero__eyebrow,.ocr--mypage .ocr-hero__position{font-size:12px;line-height:1.2}.ocr--mypage .ocr-socials{margin-top:4px}}.ocr--mypage .ocr-face--detail{background:linear-gradient(#fff 0%,#f5fbf8 100%)}.ocr--mypage .ocr-detail__orb,.ocr--mypage .ocr-detail__wave{display:none}.ocr--mypage .ocr-detail__scroll{scrollbar-color:rgba(var(--ocr-accent-rgb),.24) transparent;padding:28px 18px 72px}.ocr--mypage .ocr-detail__header{display:none}.ocr--mypage .ocr-legacySection{margin-bottom:24px}.ocr--mypage .ocr-legacySection__title{border-bottom:1px solid #e5efeb;gap:8px;margin:0 0 12px;padding:0 0 9px}.ocr--mypage .ocr-legacySection__title svg{background:var(--ocr-accent-soft);width:18px;height:18px;color:var(--ocr-accent-strong);border-radius:999px;padding:3px}.ocr--mypage .ocr-legacySection__title h3{color:#1f2b27;letter-spacing:-.015em;font-weight:760}.ocr--mypage .ocr-legacyGlass{background:var(--ocr-accent-surface-tint);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;border:0;border-radius:16px;padding:15px 16px}.ocr--mypage .ocr-legacyGlass p{color:#4b5c56;line-height:1.7}.ocr--mypage .ocr-legacyCareer{gap:8px}.ocr--mypage .ocr-legacyCareer article{background:#fff;border:1px solid #e4efeb;border-radius:16px;padding:12px 13px;box-shadow:0 3px 12px #1e4d4009}.ocr--mypage .ocr-legacyCareer small{color:var(--ocr-accent-strong);font-weight:720}.ocr--mypage .ocr-legacyCareer strong{color:#25332e;font-weight:720}.ocr--mypage .ocr-legacyCareer span,.ocr--mypage .ocr-legacyCareer p{color:#71807b}.ocr--mypage .ocr-legacyBullets{gap:8px}.ocr--mypage .ocr-legacyBullets>div{box-shadow:none;background:#fff;border:1px solid #e4efeb;border-radius:14px;gap:9px;padding:11px 13px}.ocr--mypage .ocr-legacyBullets i{background:var(--ocr-accent)}.ocr--mypage .ocr-legacyBullets span{color:#4b5c56;line-height:1.55}.ocr--mypage .ocr-legacyChips{gap:7px}.ocr--mypage .ocr-legacyChips span{border:1px solid var(--ocr-accent-line);background:var(--ocr-accent-soft);color:#47645b;padding:8px 12px}.ocr--mypage .ocr-legacyActions,.ocr--mypage .ocr-legacyLinks{gap:8px}.ocr--mypage .ocr-legacyActions a,.ocr--mypage .ocr-legacyActions>span,.ocr--mypage .ocr-legacyLinks a,.ocr--mypage .ocr-legacyLinks>span{color:#26342f;box-shadow:none;background:#fff;border:1px solid #e4efeb}.ocr--mypage .ocr-legacyActions i{background:var(--ocr-accent-soft);color:var(--ocr-accent-strong)}.ocr--mypage .ocr-legacyActions small{color:#81908b}.ocr--mypage .ocr-legacyActions strong{color:#2e3c37}.ocr--mypage .ocr-legacyProcess{gap:8px}.ocr--mypage .ocr-legacyProcess>div{background:#fff;border:1px solid #e4efeb;border-radius:14px}.ocr--mypage .ocr-legacyProcess b{color:var(--ocr-accent-strong)}.ocr--mypage .ocr-legacyProcess span{color:#4b5c56}.ocr--mypage .ocr-galleryRail{scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-template-columns:none;gap:10px;margin-right:-18px;padding:1px 18px 6px 0;display:flex;overflow:auto hidden}.ocr--mypage .ocr-galleryRail::-webkit-scrollbar{display:none}.ocr--mypage .ocr-galleryRail .ocr-legacyGallery__item{scroll-snap-align:start;color:#17211e;background:#fff;border:1px solid #e4efeb;border-radius:16px;flex:0 0 min(72%,250px);overflow:hidden;box-shadow:0 4px 14px #1e4d400a}.ocr--mypage .ocr-galleryRail[data-gallery-count="1"] .ocr-legacyGallery__item{flex-basis:min(92%,320px)}.ocr--mypage .ocr-legacyGallery__image{aspect-ratio:4/3;background:#eff7f4}.ocr--mypage .ocr-legacyGallery__image span{color:var(--ocr-accent-strong);background:#fffffff0}.ocr--mypage .ocr-legacyGallery__copy small{color:var(--ocr-accent-strong)}.ocr--mypage .ocr-legacyGallery__copy strong{color:#26342f}.ocr--mypage .ocr-legacyGallery__copy p{color:#7b8a85}.ocr--mypage .ocr-legacyEmptyGallery{border-color:var(--ocr-accent-line);background:var(--ocr-accent-soft);color:#5d716a;-webkit-backdrop-filter:none;backdrop-filter:none}.ocr--mypage .ocr-face--brand{background:#eff8f5}.ocr--mypage .ocr-brand__gradient{background:radial-gradient(circle 150px at 12% 16%,rgba(var(--ocr-accent-brand-soft-rgb),.58) 0 69%,transparent 71%), radial-gradient(circle 92px at 82% 22%,rgba(var(--ocr-accent-shift-a-rgb),.12) 0 69%,transparent 71%), radial-gradient(circle 62px at 66% 70%,rgba(var(--ocr-accent-brand-alt-soft-rgb),.48) 0 68%,transparent 71%), radial-gradient(circle 40px at 24% 76%,#ffffff94 0 68%,transparent 71%), radial-gradient(circle 78px at 88% 84%,transparent 0 77%,rgba(var(--ocr-accent-rgb),.12) 78% 81%,transparent 82%), radial-gradient(circle 44px at 42% 34%,transparent 0 76%,#ffffff75 77% 81%,transparent 82%), linear-gradient(160deg,#f7fbf9 0%,var(--ocr-accent-brand-soft) 54%,var(--ocr-accent-brand-alt-soft) 100%);animation:none}.ocr--mypage .ocr-brand__blob{filter:none;pointer-events:none}.ocr--mypage .ocr-brand__blob--a{opacity:.24;background:radial-gradient(circle at 38% 36%,#ffffffa3,rgba(var(--ocr-accent-shift-a-rgb),.48) 68%,rgba(var(--ocr-accent-shift-a-rgb),.18) 100%);width:286px;height:286px;top:-102px;left:-126px}.ocr--mypage .ocr-brand__blob--b{opacity:.34;background:radial-gradient(circle at 42% 38%,var(--ocr-accent-brand-alt-soft) 0%,rgba(var(--ocr-accent-brand-soft-rgb),.76) 68%,rgba(var(--ocr-accent-rgb),.1) 100%);width:236px;height:236px;bottom:68px;right:-98px}.ocr--mypage .ocr-brand__blob--c{opacity:.38;border:1px solid rgba(var(--ocr-accent-rgb),.12);background:radial-gradient(circle at 38% 34%,#ffffffb8 0%,#ffffff47 62%,rgba(var(--ocr-accent-brand-soft-rgb),.3) 100%);width:152px;height:152px;top:29%;left:57%}.ocr--mypage .ocr-brand__sheen{display:none}.ocr--mypage .ocr-brand__content{justify-content:center;padding:38px}.ocr--mypage .ocr-brand__content i{background:rgba(var(--ocr-accent-rgb),.36);width:52px;margin:20px auto}.ocr--mypage .ocr-brand__content p{color:#507068;letter-spacing:-.01em;word-break:keep-all;max-width:300px;font-weight:600;line-height:1.7}.ocr--mypage .ocr-pageCue{color:var(--ocr-accent-deep)}.ocr--mypage .ocr-pageCue svg{stroke:rgba(var(--ocr-accent-deep-rgb),.78)}.ocr--profile .ocr-pageCue{color:var(--ocr-accent-cue)}.ocr--profile .ocr-pageCue svg{stroke:rgba(var(--ocr-accent-cue-rgb),.72)}.ocr--clean .ocr-pageCue{color:var(--ocr-accent-cue)}.ocr--clean .ocr-pageCue svg{stroke:rgba(var(--ocr-accent-cue-rgb),.82)}.ocr-pageCue{z-index:20;color:var(--ocr-accent-cue);cursor:pointer;background:0 0;border:0;align-items:center;padding:7px;display:flex;position:absolute;top:18px;right:1px}.ocr-pageCue svg{fill:none;width:24px;height:24px;stroke:rgba(var(--ocr-accent-cue-rgb),.95);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;margin-left:-14px;animation:1.5s ease-in-out infinite ocrCue;display:block}.ocr-pageCue svg:first-child{animation-delay:.4s}.ocr-pageCue svg:nth-child(2){animation-delay:.2s}.ocr-pageCue svg:nth-child(3){animation-delay:0s}@keyframes ocrCue{0%,65%,to{opacity:.14;transform:translate(2px)}75%{opacity:.95;transform:translate(0)}}.ocr-galleryModal,.ocr-qrModal{z-index:50;background:#000000b8;place-items:center;padding:22px;display:grid;position:absolute;inset:0}.ocr-qrModal{padding:clamp(12px,4cqw,22px)}.ocr-galleryModal__panel{color:#fff;background:#111;border-radius:22px;width:100%;max-width:370px;max-height:92%;position:relative;overflow:hidden;box-shadow:0 30px 80px #0000008c}.ocr-galleryModal__panel>button{z-index:2;color:#fff;cursor:pointer;background:#0000009e;border:1px solid #ffffff26;border-radius:999px;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:12px;right:12px}.ocr-galleryModal__panel>button svg{width:18px;height:18px}.ocr-galleryModal__panel>img{object-fit:contain;background:#000;width:100%;max-height:520px;display:block}.ocr-galleryModal__panel>div{padding:15px 17px 18px}.ocr-galleryModal__panel small{color:rgba(var(--ocr-accent-on-dark-rgb),.75);margin-bottom:4px;font-size:12px;display:block}.ocr-galleryModal__panel strong{font-size:14px}.ocr-galleryModal__panel p{color:#ffffff9e;margin:6px 0 0;font-size:12px;line-height:1.55}.ocr-qrModal__panel{--ocr-qr-code-size:clamp(176px,48cqw,188px);overscroll-behavior:contain;color:#18181b;text-align:center;background:#fff;border-radius:24px;width:100%;max-width:340px;max-height:100%;padding:clamp(18px,5cqw,24px);position:relative;overflow:auto;box-shadow:0 30px 80px #00000080}.ocr-qrModal__panel>button:not(.ocr-qrModal__close){color:#52525b;cursor:pointer;background:#f4f4f5;border:0;border-radius:999px;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:clamp(8px,2.5cqw,14px);right:clamp(8px,2.5cqw,14px)}.ocr-qrModal__panel>button svg{width:18px;height:18px}.ocr-qrModal__panel h3{margin:clamp(6px,2cqw,10px) 50px clamp(6px,2cqw,8px);font-size:clamp(18px,5cqw,20px);font-weight:600}.ocr-qrModal__panel p{color:#71717a;margin:0;font-size:12px;line-height:1.65}.ocr-qrSurface{width:calc(var(--ocr-qr-code-size) + 22px);height:calc(var(--ocr-qr-code-size) + 22px);background:#fff;border:1px solid #e4e4e7;border-radius:16px;place-items:center;margin:clamp(16px,4cqw,20px) auto clamp(10px,3cqw,12px);padding:10px;display:grid;overflow:hidden}.ocr-qrCode{width:100%;height:100%;display:block}.ocr-qrSurface--pending{color:#8a8a91;background:#f7f7f8}.ocr-qrSurface--pending>svg{width:74px;height:74px}.ocr-qrModal__panel small{color:#a1a1aa;text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden}.ocr-qrModal__close{color:#fff;cursor:pointer;background:#18181b;border:0;border-radius:14px;width:100%;min-height:44px;margin-top:clamp(14px,4cqw,18px);font-size:12px;font-weight:700}.ocr-error{color:#991b1b;background:#fee2e2;padding:24px}@media (max-width:520px){.ocr{min-height:0;box-shadow:none}.ocr-hero__content{padding:0 20px 24px}.ocr-detail__scroll{padding:28px 20px 72px}.ocr--clean .ocr-hero__content{padding:26px 26px 16px;inset:auto 0 0}.ocr--clean .ocr-detail__scroll{padding:30px 22px 72px}}.ocr-hostCanonical{flex-direction:column;align-items:stretch;width:100%;max-width:420px;min-height:0;margin-inline:auto;display:flex}.ocr-hostCanonical>.ocr{aspect-ratio:auto;width:100%;max-width:none;height:100dvh;min-height:0;max-height:none;box-shadow:none;border-radius:0}@media (min-width:768px){.ocr-hostCanonical>.ocr{aspect-ratio:420/860;border-radius:28px;width:100%;max-width:420px;height:860px;max-height:92vh;box-shadow:0 0 0 1px #ffffff1a,0 30px 80px #0000008c}}@media (prefers-reduced-motion:reduce){.ocr__activeFace,.ocr-hero__media,.ocr-hero__logo,.ocr-hero__identity,.ocr-contactList,.ocr-socials,.ocr-qrButton,.ocr-brand__gradient,.ocr-brand__blob,.ocr-brand__sheen,.ocr-pageCue svg{transition:none!important;animation:none!important}}.ocr-legacyEmptyGallery{text-align:center;color:#ffffffe0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px dashed #ffffff6b;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:118px;padding:18px;display:flex}.ocr-legacyEmptyGallery>svg{opacity:.85;width:24px;height:24px}.ocr-legacyEmptyGallery strong{letter-spacing:.08em;margin-top:8px;font-size:12px}.ocr-legacyEmptyGallery span{opacity:.72;margin-top:5px;font-size:12px;line-height:1.55}.ocr{container-type:size}.ocr-hero__content{flex-direction:column;justify-content:flex-end;min-height:clamp(220px,36cqh,310px);padding-bottom:clamp(18px,3.25cqh,28px);display:flex}.ocr-hero__identity{margin-bottom:clamp(10px,1.9cqh,16px);padding-bottom:clamp(10px,1.9cqh,16px)}.ocr-socials{margin-top:clamp(12px,2.3cqh,20px)}.ocr--clean .ocr-hero__content{justify-content:flex-start;height:auto;min-height:0;padding:clamp(18px,3cqh,26px) 26px clamp(12px,1.9cqh,16px)}
