.sub-page{background:var(--bg-primary);min-height:100vh;color:var(--text-on-content)}.sub-page__hero-area{position:relative}.sub-page__header-overlay{z-index:var(--z-site-header,1100);position:fixed;top:0;left:0;right:0}.site-header{--header-color:var(--color-base-000);--header-bg:transparent;--header-border:transparent;--header-season-control-bg:var(--header-glass-bg);--header-season-control-border:transparent;--header-season-control-text:var(--header-color);--header-language-control-bg:var(--header-glass-bg);--header-language-control-border:transparent;--header-language-control-text:var(--header-color);--header-menu-bg:var(--header-mobile-menu-bg);--header-menu-color:var(--header-mobile-menu-color);--header-mega-bg:var(--header-desktop-bg);--header-mega-color:var(--header-desktop-color);z-index:40;width:100%;height:var(--site-header-height);color:var(--header-color);border-bottom:1px solid var(--header-border);background:var(--header-bg);transition:color .18s,background-color .18s,border-color .18s;position:relative}.site-header--black{--header-color:var(--header-desktop-color);--header-bg:var(--header-desktop-bg);--header-border:var(--header-desktop-border);--header-season-control-bg:var(--color-base-000);--header-season-control-border:var(--color-primary);--header-season-control-text:var(--color-primary);--header-language-control-bg:var(--color-base-000);--header-language-control-border:var(--color-primary);--header-language-control-text:var(--color-primary)}.site-header.is-scrolled{--header-color:var(--header-scrolled-color);--header-bg:var(--header-scrolled-bg);--header-border:var(--header-scrolled-border);--header-season-control-bg:var(--header-scrolled-language-bg);--header-season-control-border:var(--header-scrolled-language-border);--header-season-control-text:var(--header-scrolled-color);--header-language-control-bg:var(--header-scrolled-language-bg);--header-language-control-border:var(--header-scrolled-language-border);--header-language-control-text:var(--header-scrolled-color);--header-menu-bg:var(--header-scrolled-menu-bg);--header-menu-color:var(--header-scrolled-menu-color);box-shadow:var(--header-scrolled-shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.site-header[data-mega-open=true]{--header-color:var(--header-hover-color);--header-bg:var(--header-hover-bg);--header-border:var(--header-hover-border);--header-season-control-bg:var(--color-base-000);--header-season-control-border:var(--color-primary);--header-season-control-text:var(--color-primary);--header-language-control-bg:var(--color-base-000);--header-language-control-border:var(--color-primary);--header-language-control-text:var(--color-primary);--header-action-color:var(--color-primary);--header-mega-bg:var(--header-hover-mega-bg);--header-mega-color:var(--header-hover-mega-color);--header-mega-muted-color:var(--header-hover-mega-muted-color)}.site-header__inner{justify-content:space-between;align-items:center;width:100%;height:100%;margin-left:auto;margin-right:auto;padding:20px;display:flex;position:relative}.site-header__logo-link{flex:none;align-items:center;display:inline-flex}.site-header__logo{width:180px;height:22px;display:block}.site-header[data-mega-open=true] .site-header__logo,.site-header--black .site-header__logo,.site-header.is-scrolled .site-header__logo{content:var(--asset-icon-logo-color)}.site-header__nav,.site-header__actions{display:none}.site-header__nav-link{color:currentColor;letter-spacing:0;white-space:nowrap;align-items:center;height:100%;font-size:20px;font-weight:700;line-height:32px;text-decoration:none;display:inline-flex;position:relative}.site-header__nav-link:after{content:"";width:var(--header-nav-indicator-width);background:var(--color-primary);opacity:0;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.site-header__nav-item{justify-content:center;align-items:center;height:100%;display:inline-flex;position:relative}.site-header__nav-item.is-active .site-header__nav-link:after,.site-header__nav-item:hover .site-header__nav-link:after,.site-header__nav-item:focus-within .site-header__nav-link:after{opacity:1}.site-header__nav-dropdown{display:none}.site-header__mega-menu{padding:40px var(--header-desktop-side-space)32px;background:var(--header-mega-bg);color:var(--header-mega-color);text-align:center;white-space:nowrap;visibility:hidden;opacity:0;pointer-events:none;font-size:14px;line-height:20px;transition:opacity .15s,transform .15s,visibility .15s;display:none;position:absolute;top:100%;left:0;right:0;transform:translateY(-8px)}.site-header[data-mega-open=true] .site-header__mega-menu{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.site-header__mega-inner{justify-content:center;align-items:flex-start;gap:0;width:100%;display:flex}.site-header__mega-column{flex-direction:column;align-items:center;gap:8px;min-width:72px;display:flex}.site-header__mega-link{min-height:24px;color:var(--header-mega-muted-color);text-decoration:none;text-decoration-thickness:var(--header-mega-link-underline-thickness);text-underline-offset:3px;align-items:center;font-weight:400;line-height:24px;transition:color .15s,font-weight .15s;display:inline-flex}.site-header__mega-link:hover,.site-header__mega-link:focus-visible,.site-header__mega-link.is-active{color:var(--color-primary);text-decoration-line:underline;-webkit-text-decoration-color:var(--color-primary);text-decoration-color:var(--color-primary);outline:none;font-weight:700}.site-header__season-dropdown{flex-direction:column;align-items:flex-start;height:40px;display:inline-flex;position:relative}.site-header__season{border:1px solid var(--header-season-control-border);background:var(--header-season-control-bg);height:40px;color:var(--header-season-control-text);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:12px 20px;font-size:12px;font-weight:700;line-height:16px;list-style:none;transition:border-color .15s,color .15s,background-color .15s;display:inline-flex}.site-header__season::-webkit-details-marker{display:none}.site-header__season:after{content:"";width:12px;height:12px;-webkit-mask:var(--asset-icon-chevron-down)center/contain no-repeat;mask:var(--asset-icon-chevron-down)center/contain no-repeat;background:currentColor;flex:none;transition:transform .2s;display:block}.site-header__season-dropdown[open] .site-header__season:after,.site-header__season-dropdown.is-open .site-header__season:after,.site-header__season-dropdown.is-open .site-header__language:after{transform:rotate(180deg)}.site-header__language:after{content:"";width:12px;height:12px;-webkit-mask:var(--asset-icon-chevron-down)center/contain no-repeat;mask:var(--asset-icon-chevron-down)center/contain no-repeat;background:currentColor;flex:none;transition:transform .2s;display:block}.site-header__season:hover,.site-header__season:focus-visible{border-color:var(--header-season-dropdown-border);background:var(--header-season-dropdown-bg);color:var(--header-season-dropdown-active);outline:none}.site-header__season-dropdown[open]{z-index:95}.site-header__season-dropdown[open] .site-header__season{z-index:100;color:var(--color-primary);background:0 0;border:0;border-radius:0;padding:12px 20px;position:relative}.site-header__season-options{z-index:90;border:1px solid var(--header-season-dropdown-border);background:var(--header-season-dropdown-bg);min-width:max(100%,140px);box-shadow:var(--floating-menu-shadow);transform-origin:100% 0;border-radius:12px;flex-direction:column;gap:2px;padding:6px;animation:.16s ease-out header-dropdown-enter;display:flex;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden}@keyframes header-dropdown-enter{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.site-header__season-dropdown[open] .site-header__season-options{border:1px solid var(--header-season-dropdown-border);background:var(--header-season-dropdown-bg);min-width:100%;box-shadow:none;border-radius:20px;gap:8px;padding:36px 20px 12px;position:absolute;top:0;left:0;overflow:visible}.site-header__season-options button{cursor:pointer;width:100%;color:var(--header-season-dropdown-option);text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;font-size:13px;font-weight:500;line-height:20px;transition:background-color .15s,color .15s;display:flex}.site-header__season-dropdown[open] .site-header__season-options button{background:0 0;border-radius:0;gap:0;width:auto;padding:0}.site-header__season-options button[aria-selected=true]{color:var(--color-primary);font-weight:700}.site-header__season-options button[aria-selected=true]:after{content:"✓";color:currentColor;flex:none;font-size:13px;font-weight:700;line-height:1;display:inline-block}.site-header__season-dropdown[open] .site-header__season-options button[aria-selected=true]{display:none}.site-header__season-options button:hover,.site-header__season-options button:focus-visible{background:var(--surface-selected-soft,#0064ff14);color:var(--header-season-dropdown-active);outline:none}.site-header__language{border:1px solid var(--header-language-control-border);background:var(--header-language-control-bg);min-width:76px;height:40px;color:var(--header-language-control-text);border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:12px 20px;font-size:12px;font-weight:700;line-height:16px;transition:border-color .15s,color .15s,background-color .15s;display:inline-flex}.site-header__language:hover,.site-header__language:focus-visible{border-color:var(--header-season-dropdown-border);background:var(--header-season-dropdown-bg);color:var(--header-season-dropdown-active);outline:none}.site-header__language:before{content:"";width:16px;height:16px;-webkit-mask:var(--asset-icon-global)center/contain no-repeat;mask:var(--asset-icon-global)center/contain no-repeat;background:currentColor;flex:none}.site-header__icon,.site-header__menu{color:currentColor;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.site-header__icon{width:32px;height:32px;color:var(--header-action-color);transition:color .15s}.site-header__icon:hover,.site-header__icon:focus-visible{color:var(--header-hover-action-color);outline:none}.site-header__icon:before,.site-header__menu:before{content:"";background:currentColor;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.site-header__icon:before{width:32px;height:32px}.site-header__icon--global:before{-webkit-mask-image:var(--asset-icon-global);mask-image:var(--asset-icon-global)}.site-header__icon--login:before{-webkit-mask-image:var(--asset-icon-logout);mask-image:var(--asset-icon-logout)}.site-header__icon--inline:before{display:none}.site-header__icon--inline svg{flex-shrink:0;width:32px;height:32px}.site-header__icon--auth-entry{width:32px}.site-header__auth{align-items:center;gap:var(--header-account-gap);margin-left:var(--header-action-group-offset);display:inline-flex}.site-header__account{color:var(--header-action-color);font-size:var(--header-account-font-size);font-weight:700;line-height:var(--header-account-line-height);letter-spacing:0;text-underline-offset:3px;white-space:nowrap;text-decoration-line:underline;transition:color .15s}.site-header__account:hover,.site-header__account:focus-visible{color:var(--header-hover-action-color);outline:none}.site-header__menu{background:var(--header-menu-bg);width:48px;height:48px;color:var(--header-menu-color);border-radius:999px}.site-header__menu:before{width:24px;height:24px;-webkit-mask-image:var(--asset-icon-menu);mask-image:var(--asset-icon-menu)}.mobile-site-menu{z-index:60;background:var(--color-base-000);color:var(--color-base-100);display:none;position:fixed;inset:0;overflow-y:auto}.mobile-site-menu.is-open{display:block}.mobile-site-menu__panel{background:var(--color-base-000);min-height:100dvh;position:relative;overflow:hidden}.mobile-site-menu__line{pointer-events:none;width:100%;position:absolute;bottom:0;left:0;right:0}.mobile-site-menu__header{z-index:40;height:var(--mobile-menu-header-height);justify-content:space-between;align-items:center;padding:20px;display:flex;position:relative}.mobile-site-menu__season{z-index:20;min-width:var(--mobile-language-width);position:relative}.mobile-site-menu__season summary,.mobile-site-menu__season>button{border:1px solid var(--color-base-030);background:var(--color-base-000);width:100%;height:36px;color:var(--color-base-100);cursor:pointer;border-radius:999px;justify-content:space-between;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:700;line-height:20px;list-style:none;display:inline-flex}.mobile-site-menu__season summary::-webkit-details-marker{display:none}.mobile-site-menu__season summary:after,.mobile-site-menu__season>button:after{content:"";width:16px;height:16px;-webkit-mask:var(--asset-icon-chevron-down)center/contain no-repeat;mask:var(--asset-icon-chevron-down)center/contain no-repeat;background:currentColor;flex:none;transition:transform .2s}.mobile-site-menu__season[open] summary:after,.mobile-site-menu__season.is-open>button:after{transform:rotate(180deg)}.mobile-site-menu__season>button:disabled{opacity:.6;cursor:not-allowed}.mobile-site-menu__season>button:disabled:after{display:none}.mobile-site-menu__season-options{z-index:30;border:1px solid var(--color-base-030);background:var(--color-base-000);border-radius:16px;flex-direction:column;min-width:100%;padding:8px 0;display:flex;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 12px 28px #00000038}.mobile-site-menu__season-options button{width:100%;color:var(--color-base-100);text-align:left;white-space:nowrap;background:0 0;border:0;padding:8px 16px;font-size:14px;line-height:20px;display:block}.mobile-site-menu__season-options button[aria-selected=true]{color:var(--color-primary);font-weight:700}.mobile-site-menu__season-options button:hover,.mobile-site-menu__season-options button:focus-visible{background:var(--mobile-menu-card-bg);outline:none}.mobile-site-menu__close{background:var(--color-base-100);width:48px;height:48px;color:var(--color-base-000);border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:relative}.mobile-site-menu__close:before,.mobile-site-menu__close:after{content:"";background:currentColor;border-radius:999px;width:16px;height:1.5px;position:absolute}.mobile-site-menu__close:before{transform:rotate(45deg)}.mobile-site-menu__close:after{transform:rotate(-45deg)}.mobile-site-menu__utility{z-index:1;background:var(--mobile-menu-utility-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:center;align-items:center;gap:24px;padding:24px 20px;display:flex;position:relative}.mobile-site-menu__utility a,.mobile-site-menu__utility button{color:var(--color-base-100);background:0 0;border:0;align-items:center;gap:4px;font-size:16px;font-weight:500;line-height:24px;text-decoration:none;display:inline-flex}.mobile-site-menu__utility>span{background:var(--mobile-menu-language-divider);width:1px;height:12px}.mobile-site-menu__utility--authenticated{justify-content:space-between;padding:12px 28px}.mobile-site-menu__utility .mobile-site-menu__user{text-underline-offset:2px;font-size:18px;font-weight:700;line-height:28px;text-decoration:underline}.mobile-site-menu__logout{justify-content:center;width:48px;height:48px;padding:0}.mobile-site-menu__logout:before{content:"";width:28px;height:28px;-webkit-mask:var(--asset-icon-logout)center/contain no-repeat;mask:var(--asset-icon-logout)center/contain no-repeat;background:currentColor}.mobile-site-menu__header-controls{align-items:center;gap:8px;min-width:0;display:flex}.mobile-site-menu__language{z-index:20;display:inline-flex;position:relative}.mobile-site-menu__language>button{border:1px solid var(--color-base-030);background:var(--color-base-000);width:100%;height:36px;color:var(--color-base-100);cursor:pointer;border-radius:999px;justify-content:space-between;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:700;line-height:20px;display:inline-flex}.mobile-site-menu__language>button:after{content:"";width:16px;height:16px;-webkit-mask:var(--asset-icon-chevron-down)center/contain no-repeat;mask:var(--asset-icon-chevron-down)center/contain no-repeat;background:currentColor;flex:none;transition:transform .2s}.mobile-site-menu__language.is-open>button:after{transform:rotate(180deg)}.mobile-site-menu__global{width:20px;height:20px;-webkit-mask:var(--asset-icon-global)center/contain no-repeat;mask:var(--asset-icon-global)center/contain no-repeat;background:currentColor}.mobile-site-menu__nav{z-index:1;flex-direction:column;gap:12px;padding:40px 20px 64px;display:flex;position:relative}.mobile-site-menu__group,.mobile-site-menu__single{border:1px solid var(--mobile-menu-border);background:var(--mobile-menu-card-bg);color:var(--color-base-100);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px}.mobile-site-menu__group.is-active{background:var(--mobile-menu-active-bg);color:var(--color-base-000);border-color:#0000}.mobile-site-menu__title,.mobile-site-menu__single{justify-content:space-between;align-items:center;min-height:72px;padding:20px 24px;font-size:20px;font-weight:700;line-height:32px;text-decoration:none;display:flex}.mobile-site-menu__title a{color:inherit;text-decoration:none}.mobile-site-menu__title button,.mobile-site-menu__single span{width:32px;height:32px;-webkit-mask:var(--asset-icon-chevron-down)center/24px 24px no-repeat;mask:var(--asset-icon-chevron-down)center/24px 24px no-repeat;background:currentColor;border:0;transition:transform .2s}.mobile-site-menu__title button[aria-expanded=true]{transform:rotate(180deg)}.mobile-site-menu__group:has(.mobile-site-menu__title button[aria-expanded=true]) .mobile-site-menu__title{border-bottom:1px solid var(--mobile-menu-border)}.mobile-site-menu__group.is-active:has(.mobile-site-menu__title button[aria-expanded=true]) .mobile-site-menu__title{border-bottom-color:var(--mobile-menu-active-divider)}.mobile-site-menu__sub{flex-direction:column;gap:20px;padding:20px 24px;display:flex}.mobile-site-menu__sub a{color:var(--color-base-080);font-size:16px;line-height:24px;text-decoration:none}.mobile-site-menu__sub a[aria-current=page]{color:currentColor;font-weight:700;text-decoration:none}.mobile-site-menu__group.is-active .mobile-site-menu__sub a{color:var(--mobile-menu-active-subtext)}.mobile-site-menu__group.is-active .mobile-site-menu__sub a[aria-current=page]{color:var(--color-base-000)}.sub-visual{background:var(--color-primary-deep);height:300px;color:var(--color-base-000);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.sub-visual picture,.sub-visual img{width:100%;height:100%;position:absolute;inset:0}.sub-visual img{object-fit:cover}.sub-visual__inner{z-index:1;width:100%;height:100%;padding:var(--site-header-height)20px 0;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.sub-visual h1{width:100%;color:var(--color-base-000);font-size:var(--typo-title-40-size);font-weight:700;line-height:var(--typo-title-40-line-height);text-align:center;margin:0;display:block}.sub-visual__subtitle{color:#fffc;text-align:center;width:100%;margin:8px 0 0;font-size:14px;line-height:22px;display:block}@media (min-width:768px){.sub-visual__subtitle{margin-top:12px;font-size:18px;line-height:28px}}.sub-navigation{z-index:30;border-bottom:1px solid var(--sub-nav-border);background:var(--sub-nav-bg);position:relative}.sub-navigation__inner{width:100%;min-height:var(--sub-nav-height);margin:0 auto;display:flex}.sub-navigation__list{width:100%;min-height:var(--sub-nav-height);align-items:center;margin:0;padding:0;list-style:none;display:flex}.sub-navigation__home,.sub-navigation__item{min-height:var(--sub-nav-height);border-right:1px solid var(--sub-nav-border);align-items:center;display:flex}.sub-navigation__home{flex:0 0 var(--sub-nav-home-width);width:var(--sub-nav-home-width);border-left:1px solid var(--sub-nav-border);color:var(--sub-nav-icon-color)}.sub-navigation__home a{width:100%;min-height:var(--sub-nav-height);color:inherit;justify-content:center;align-items:center;display:flex}.sub-navigation__home svg{flex:0 0 20px;width:20px;height:20px;display:block}.sub-navigation__item{min-width:0;color:var(--sub-nav-muted-color);flex:1 1 0;position:relative}.sub-navigation__item--current{color:var(--sub-nav-current-color);font-weight:700}.sub-navigation details{width:100%;min-width:0;position:relative}.sub-navigation summary{width:100%;min-height:var(--sub-nav-height);color:inherit;cursor:pointer;font-size:var(--sub-nav-label-size);font-weight:inherit;justify-content:space-between;align-items:center;gap:12px;padding:20px 20px 20px 28px;line-height:24px;list-style:none;display:flex}.sub-navigation summary::-webkit-details-marker{display:none}.sub-navigation summary span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.sub-navigation details[open] summary{background:var(--sub-nav-menu-active-bg)}.sub-navigation details[open] .sub-navigation__chevron{transform:rotate(180deg)}.sub-navigation ul{z-index:80;border:1px solid var(--sub-nav-border);background:var(--sub-nav-menu-bg);box-shadow:var(--floating-menu-shadow);border-top:0;flex-direction:column;margin:0;padding:0;list-style:none;display:flex;position:absolute;top:100%;left:-1px;right:-1px;overflow:hidden}.sub-navigation li a{min-height:48px;color:var(--sub-nav-muted-color);font-size:var(--sub-nav-label-size);align-items:center;padding:12px 20px 12px 28px;font-weight:400;line-height:24px;text-decoration:none;display:flex}.sub-navigation li a.is-active{color:var(--sub-nav-current-color);font-weight:700}.sub-navigation__chevron{width:16px;height:16px;-webkit-mask:var(--asset-icon-chevron-down)center/contain no-repeat;mask:var(--asset-icon-chevron-down)center/contain no-repeat;background:currentColor;flex:none;transition:transform .2s}.site-footer{background:var(--footer-blue-bg);width:100%;color:var(--footer-dark-text);border-top:1px solid #0000;position:relative;overflow:hidden}.site-footer__content{z-index:1;flex-direction:column;width:100%;margin:0 auto;padding:60px 20px 0;display:flex;position:relative}.site-footer__partners{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:var(--footer-partner-card-mobile-height);width:100%;min-height:var(--footer-partner-card-mobile-height);gap:var(--footer-partner-grid-mobile-gap);display:grid}.site-footer__partners span{min-height:var(--footer-partner-card-mobile-height);background:var(--footer-blue-card-bg);padding:var(--footer-partner-card-padding-y)var(--footer-partner-card-padding-x);border-radius:6px;justify-content:center;align-items:center;transition:background-color .18s,box-shadow .18s,transform .18s;display:flex;overflow:hidden}.site-footer__partners span:hover,.site-footer__partners span:focus-within{background:var(--footer-partner-card-hover-bg);box-shadow:var(--footer-partner-card-hover-shadow);transform:translateY(var(--footer-partner-card-hover-translate))}.site-footer__partners img{max-width:100%;max-height:var(--footer-partner-logo-mobile-max-height);transition:transform .3s ease-out;display:block}.site-footer__partners span:hover img,.site-footer__partners span:focus-within img{transform:scale(var(--motion-image-hover-scale))}.site-footer__menus{display:none}.site-footer__social{justify-content:space-between;align-items:center;margin-top:60px;display:flex}.site-footer__social div{align-items:center;gap:32px;display:flex}.site-footer__social a:not(.site-footer__top),.site-footer__social img{width:24px;height:24px;display:block}.site-footer__top{background:var(--color-base-000);border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.site-footer__top span{background:var(--color-base-100);width:12px;height:15px;-webkit-mask:var(--asset-icon-arrow-up)center/contain no-repeat;mask:var(--asset-icon-arrow-up)center/contain no-repeat}.site-footer__divider{background:var(--footer-dark-divider);height:1px;display:none}.site-footer__legal{gap:40px;margin-top:40px;font-size:14px;line-height:24px;display:flex}.site-footer__legal a{color:inherit;text-decoration:none}.site-footer__legal a:first-child{font-weight:700}.site-footer__address{color:var(--footer-dark-text-muted);gap:0;margin:24px 0 0;font-size:12px;font-style:normal;line-height:20px;display:grid}.site-footer__copyright{color:var(--footer-dark-text-muted);margin:16px 0 0;font-size:12px;line-height:16px}.site-footer__family{width:100%;margin-top:60px;position:relative}.site-footer__family-trigger{width:100%;color:inherit;background:0 0;border:0;border-top:1px solid;justify-content:space-between;align-items:center;padding:20px 0 0;font-size:16px;line-height:24px;transition:border-color .15s,color .15s;display:flex}.site-footer__family-trigger:hover,.site-footer__family-trigger:focus-visible,.site-footer__family.is-open .site-footer__family-trigger{border-top-color:var(--footer-family-select-hover);color:var(--footer-family-select-hover);outline:none}.site-footer__family-icon{width:16px;height:16px;-webkit-mask:var(--asset-icon-chevron-down)center/contain no-repeat;mask:var(--asset-icon-chevron-down)center/contain no-repeat;background:currentColor;transition:transform .15s}.site-footer__family.is-open .site-footer__family-icon{transform:rotate(180deg)}.site-footer__family-options{z-index:2;border:1px solid var(--footer-family-panel-border);background:var(--footer-family-panel-bg);width:100%;box-shadow:var(--footer-family-panel-shadow);color:var(--footer-family-panel-text);border-radius:12px;gap:4px;margin:0;padding:8px;list-style:none;display:grid;position:absolute;bottom:calc(100% - 1px);right:0}.site-footer__family-options[hidden]{display:none}.site-footer__family-options a{min-height:36px;color:inherit;border-radius:8px;align-items:center;padding:0 12px;font-size:16px;line-height:24px;text-decoration:none;transition:color .15s;display:flex}.site-footer__family-options a:hover,.site-footer__family-options a:focus-visible{color:var(--footer-family-panel-option-hover);outline:none}.site-footer__wordmark{width:100%;height:max(var(--footer-wordmark-mobile-height),var(--footer-wordmark-mobile-fluid-height));pointer-events:none;margin-top:51px;position:relative;overflow:hidden}.site-footer__wordmark img{object-fit:contain;width:110%;max-width:none;height:auto;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (min-width:768px){.mobile-site-menu,.mobile-site-menu.is-open{display:none}.site-header{height:104px}.site-header__inner{padding:28px var(--header-desktop-side-space);grid-template-columns:240px minmax(0,1fr) max-content;align-items:center;column-gap:40px;display:grid}.site-header__logo{width:240px;height:30px}.site-header__nav{justify-self:center;align-items:center;gap:clamp(48px,5.2vw,100px);display:flex;position:static;transform:none}.site-header__actions{justify-content:flex-end;justify-self:end;align-items:center;gap:24px;display:flex}.site-header__menu{display:none}.sub-visual{height:440px}.sub-visual__inner{padding-top:104px}.sub-visual h1{font-size:var(--typo-title-64-size);line-height:var(--typo-title-64-line-height)}.sub-navigation__inner{width:min(100% - var(--layout-page-gutter)*2,var(--layout-content-width))}.sub-navigation__list{width:auto}.sub-navigation__home{flex-basis:var(--sub-nav-home-desktop-width);width:var(--sub-nav-home-desktop-width)}.sub-navigation__item{flex:0 0 var(--sub-nav-item-desktop-width);width:var(--sub-nav-item-desktop-width)}.site-footer{height:auto;min-height:960px}.site-footer__content{width:min(100% - var(--layout-page-gutter)*2,var(--footer-content-width));grid-template-columns:minmax(0,1fr)var(--footer-family-width);height:100%;padding:80px 0 calc(var(--footer-wordmark-image-fluid-height) + 60px);grid-template-rows:auto 70px auto 80px 1px 20px auto 24px auto 16px auto;grid-template-areas:"partners partners"". .""menus socials"". .""divider divider"". .""legal."". .""address."". .""copyright.";align-content:start;column-gap:40px;display:grid}.site-footer__partners{grid-area:partners;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:var(--footer-partner-card-height);height:auto;min-height:var(--footer-partner-card-height);gap:var(--footer-partner-grid-gap);overscroll-behavior-x:auto;scroll-snap-type:none;display:grid;overflow:visible}.site-footer__partners span{flex:initial;min-height:var(--footer-partner-card-height);overflow:hidden}.site-footer__partners img{max-width:min(100%,var(--footer-partner-logo-max-width));max-height:var(--footer-partner-logo-max-height)}.site-footer__menus{grid-area:menus;justify-content:space-between;align-items:flex-start;gap:16px;width:100%;min-width:0;max-width:1038px;display:flex}.site-footer__menus div{width:min(125px,20% - 12.8px);min-width:0;display:grid}.site-footer__menus strong{margin-bottom:12px;font-size:18px;font-weight:500;line-height:28px}.site-footer__menus a{color:var(--footer-dark-text-muted);font-size:16px;line-height:32px;text-decoration:none}.site-footer__social{width:var(--footer-family-width);grid-area:socials;grid-template-columns:minmax(0,1fr) 40px;align-self:start;align-items:center;margin-top:0;display:grid}.site-footer__social div{gap:24px}.site-footer__divider{grid-area:divider;display:block}.site-footer__legal{grid-area:legal;margin-top:0}.site-footer__address{grid-area:address;margin:0}.site-footer__copyright{grid-area:copyright;margin:0}.site-footer__family{width:var(--footer-family-width);grid-area:family;align-self:start;margin-top:0}.site-footer__wordmark{width:min(100vw,var(--footer-wordmark-width));height:min(var(--footer-wordmark-image-height),var(--footer-wordmark-image-fluid-height));margin:0 auto;position:absolute;bottom:0;left:0;right:0;transform:none}.site-footer__wordmark img{bottom:max(var(--footer-wordmark-image-bottom),var(--footer-wordmark-image-fluid-bottom));width:100%;height:auto;max-width:var(--footer-wordmark-image-width);object-fit:contain;margin:0 auto;left:0;right:0;transform:none}}@media (min-width:768px) and (max-width:1279px){.mobile-site-menu.is-open{display:block}.site-header{height:var(--site-header-height)}.site-header__inner{grid-template-columns:none;padding:20px;display:flex}.site-header__logo{width:180px;height:22px}.site-header__nav,.site-header__actions,.site-header__mega-menu{display:none}.site-header__menu{display:inline-flex}}@media (min-width:1280px){.site-header__inner{grid-template-columns:minmax(var(--header-desktop-side-rail-width),1fr)auto minmax(var(--header-desktop-side-rail-width),1fr)}.site-header__nav{gap:0;height:104px;margin-block:-28px}.site-header__nav-item,.site-header__mega-column{width:var(--header-nav-track-width)}.site-header__actions{color:var(--header-action-color);gap:12px}.site-header__mega-menu{display:block}.site-footer__partners{grid-template-columns:repeat(5,minmax(0,1fr))}}.sub-page-main{width:min(100vw - var(--layout-page-gutter)*2,var(--layout-content-width));color:var(--text-on-content);margin-inline:auto;padding-block:40px}@media (min-width:768px){.sub-page-main{padding-block:60px}}.simple-info{background:var(--surface-content-subtle);max-width:820px;color:var(--text-on-content-secondary);text-align:center;border-radius:8px;margin-inline:auto;padding:48px 24px;font-size:16px;line-height:28px}@media (min-width:768px){.simple-info{padding:80px 40px;font-size:18px;line-height:32px}}.btn-outline,.btn-primary,.btn-secondary,.btn-danger{white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;gap:4px;min-width:160px;min-height:56px;padding-inline:24px;font-size:18px;font-weight:500;line-height:28px;transition:transform .15s,border-color .15s,background-color .15s,color .15s;display:inline-flex}.btn-size-40{gap:4px;min-width:0;min-height:40px;padding-inline:16px;font-size:14px;font-weight:400;line-height:20px}@media (min-width:768px){.btn-size-40{min-height:48px}}.btn-outline{border:1px solid var(--line-control);background:var(--surface-control);color:var(--text-on-content)}.btn-outline:hover,.btn-outline:focus-visible{border-color:var(--border-strong);outline:none;transform:translateY(-2px)}.btn-muted{background:var(--surface-control-disabled)}.btn-primary{border:1px solid var(--color-primary);background:var(--color-primary);color:var(--color-base-000)}.btn-primary:hover,.btn-primary:focus-visible{border-color:var(--color-primary-hover);background:var(--color-primary-hover);outline:none;transform:translateY(-2px)}.btn-secondary{border:1px solid var(--action-secondary-bg);background:var(--action-secondary-bg);color:var(--action-secondary-text)}.btn-secondary:hover,.btn-secondary:focus-visible{border-color:var(--action-secondary-bg);background:var(--action-secondary-bg);outline:none;transform:translateY(-2px)}.btn-danger{border:1px solid var(--button-danger-bg);background:var(--button-danger-bg);color:var(--color-base-000)}.btn-danger:hover,.btn-danger:focus-visible{border-color:var(--button-danger-hover-bg);background:var(--button-danger-hover-bg);outline:none;transform:translateY(-2px)}.btn-outline:disabled,.btn-outline[aria-disabled=true],.btn-primary:disabled,.btn-primary[aria-disabled=true],.btn-secondary:disabled,.btn-secondary[aria-disabled=true],.btn-danger:disabled,.btn-danger[aria-disabled=true]{border-color:var(--button-disabled-border);background:var(--button-disabled-bg);color:var(--button-disabled-text);cursor:not-allowed;pointer-events:none;opacity:.7;transform:none}.apply-bottom-sheet{z-index:9999;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (min-width:768px){.apply-bottom-sheet{align-items:center;padding:40px}}.apply-bottom-sheet__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;border:0;padding:0;position:absolute;inset:0}.apply-bottom-sheet__panel{z-index:1;background:var(--surface-control);width:min(100%,412px);color:var(--text-on-content);border-radius:20px 20px 0 0;flex-direction:column;gap:40px;padding:40px 20px;display:flex;position:relative;box-shadow:0 24px 80px #0000003d}@media (min-width:768px){.apply-bottom-sheet__panel{border-radius:8px;width:540px;padding:40px}}.apply-bottom-sheet__panel--feedback{align-items:center}@media (min-width:768px){.apply-bottom-sheet__panel--feedback{gap:32px}}.apply-bottom-sheet__content{flex-direction:column;gap:12px;width:100%;display:flex}.apply-bottom-sheet__message{color:var(--text-on-content);white-space:pre-line;margin:0;font-size:16px;font-weight:400;line-height:24px}.apply-bottom-sheet__input{border:1px solid var(--line-control);background:var(--surface-control);width:100%;height:48px;color:var(--text-on-content);border-radius:4px;padding-inline:16px;font-size:14px;line-height:20px}.apply-bottom-sheet__input::placeholder{color:var(--text-placeholder)}.apply-bottom-sheet__input:focus-visible{outline:2px solid var(--color-primary);outline-offset:1px}.apply-bottom-sheet__actions{justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.apply-bottom-sheet__actions .btn-outline,.apply-bottom-sheet__actions .btn-primary{flex:1 1 0;min-width:0;min-height:48px;padding-inline:16px;font-size:14px;font-weight:700;line-height:20px}.apply-bottom-sheet__actions .btn-outline{border-color:var(--line-control);background:var(--surface-control);color:var(--text-on-content)}.apply-feedback{text-align:center;flex-direction:column;align-items:center;gap:20px;width:100%;display:flex}@media (min-width:768px){.apply-feedback{width:460px}}.apply-feedback__icon{background:var(--color-primary);width:68px;height:68px;color:var(--color-base-000,#fff);border-radius:9999px;justify-content:center;align-items:center;display:inline-flex}.apply-feedback__icon svg{width:32px;height:32px}.apply-feedback__icon--danger{background:var(--status-danger-icon,#d92d20)}.apply-feedback__icon--warning{background:var(--status-warning-text,#f59e0b)}.apply-feedback__icon--success{background:#16a34a}.apply-feedback__text{width:100%;color:var(--text-on-content);flex-direction:column;align-items:center;gap:8px;font-size:18px;font-weight:400;line-height:28px;display:flex}.apply-feedback__text h2{color:var(--text-on-content);margin:0;font-size:20px;font-weight:700;line-height:32px}.apply-feedback__text p{white-space:pre-line;margin:0}.coin-toast-layer{z-index:10000;pointer-events:none;flex-direction:column;align-items:center;gap:10px;width:max-content;max-width:calc(100vw - 40px);display:flex;position:fixed;top:24px;left:50%;transform:translate(-50%)}.coin-toast{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:100%;box-shadow:none;color:var(--feedback-toast-text,#fff);pointer-events:auto;background:#000c;border:0;border-radius:8px;align-items:center;gap:12px;padding:16px 20px;animation:.42s cubic-bezier(.16,1.3,.3,1) coin-toast-in;display:flex}.coin-toast.is-leaving{animation:.32s forwards coin-toast-out}.coin-toast__coin{width:28px;height:28px;transform-style:preserve-3d;flex:none;justify-content:center;align-items:center;animation:.7s ease-out coin-flip;display:inline-flex}.coin-toast__coin-face{background:radial-gradient(circle at 32% 28%,#fff3c4 0%,#ffd34d 38%,#f5a623 100%);border-radius:50%;width:100%;height:100%;box-shadow:inset 0 0 0 2px #ffffff8c,inset 0 -3px 6px #b46e0073}.coin-toast__coin-face:after{content:"₩";color:#a96a00;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:800;line-height:1;display:flex}.coin-toast__body{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.coin-toast__amount{color:var(--feedback-toast-text,#fff);white-space:pre-line;font-size:16px;font-weight:600;line-height:24px}.coin-toast__meta{color:#ffffffc7;font-size:13px;line-height:1.4}.coin-toast__close{cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;justify-content:center;align-self:center;align-items:center;width:24px;height:24px;margin-left:2px;transition:background .15s;display:inline-flex}.coin-toast__close span{background:#ffffffb3;width:12px;height:12px;transition:background .15s;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 6l12 12M18 6L6 18' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 6l12 12M18 6L6 18' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") 50%/contain no-repeat}@media (hover:hover){.coin-toast__close:hover{background:#ffffff1f}}.coin-toast__close:hover span,.coin-toast__close:focus-visible span{background:#fff}@keyframes coin-toast-in{0%{opacity:0;transform:translateY(-14px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes coin-toast-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-12px)scale(.96)}}@keyframes coin-flip{0%{transform:rotateY(0)scale(.7)}60%{transform:rotateY(360deg)scale(1.1)}to{transform:rotateY(360deg)scale(1)}}@media (prefers-reduced-motion:reduce){.coin-toast,.coin-toast.is-leaving,.coin-toast__coin{animation:none}}.apply-overview{flex-direction:column;margin-top:0;display:flex}.apply-overview div{grid-template-columns:82px minmax(0,1fr);display:grid}.apply-overview dt,.apply-overview dd{border-top:1px solid var(--line-muted);padding:14px 12px;font-size:12px;line-height:16px}.apply-overview p{margin:0}.apply-overview dt{background:var(--surface-control-disabled);color:var(--text-on-content);align-items:center;font-weight:500;display:flex}.apply-overview dd{background:var(--surface-control);color:var(--text-on-content-secondary);white-space:normal;flex-direction:column;justify-content:center;gap:4px;display:flex}.apply-overview div:last-child dt,.apply-overview div:last-child dd{border-bottom:1px solid var(--line-muted)}@media (min-width:768px){.apply-overview div{grid-template-columns:200px minmax(0,1fr)}.apply-overview dt,.apply-overview dd{min-height:56px;padding:16px 20px;font-size:16px;line-height:24px}}.apply-overview--schedule dt,.apply-overview--schedule dd{align-items:flex-start}.apply-overview--schedule dt{word-break:keep-all}.attachment-box{background:var(--surface-content-subtle);border-radius:12px;margin-top:60px;padding:20px}.attachment-box h2{color:var(--text-on-content);align-items:center;gap:4px;font-size:14px;font-weight:700;line-height:24px;display:flex}.attachment-box svg{width:20px;height:20px}.attachment-box div{gap:8px;margin-top:12px;display:grid}.attachment-box a{border:1px solid var(--line-muted);background:var(--surface-control);height:52px;color:var(--text-on-content);border-radius:4px;justify-content:space-between;align-items:center;padding:16px 20px;font-size:14px;line-height:20px;transition:transform .15s,border-color .15s,color .15s;display:flex}.attachment-box a:hover,.attachment-box a:focus-visible{border-color:var(--color-primary);color:var(--color-primary);outline:none;transform:translateY(-2px)}@media (min-width:768px){.attachment-box{padding:32px}.attachment-box div{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}.info-notice{background:var(--status-info-surface);width:100%;min-height:36px;color:var(--status-info-text);font-size:var(--typo-body-12-size);font-weight:400;line-height:var(--typo-body-12-line-height);border-radius:4px;align-items:flex-start;gap:4px;padding:8px 12px;display:flex}.info-notice:before{content:"i";border:1.5px solid var(--status-info-icon);width:16px;height:16px;color:var(--status-info-icon);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.info-notice__text{flex:auto;min-width:0}@media (min-width:768px){.info-notice{min-height:40px;font-size:var(--typo-body-14-size);line-height:var(--typo-body-14-line-height);gap:8px}.info-notice:before{width:20px;height:20px}}.form-page{margin-inline:auto;flex-direction:column;width:100%;max-width:none;margin-top:40px;display:flex}.form-page>.form-section+.form-section{margin-top:40px}@media (min-width:768px){.form-page>.form-section+.form-section{margin-top:80px}}.form-section{border-top:1px solid var(--text-on-content);padding-top:32px}.form-section h2{color:var(--text-on-content);font-size:24px;font-weight:400;line-height:32px}@media (min-width:768px){.form-section{border-top-width:2px;padding-top:42px}.form-section h2{font-size:28px;line-height:40px}.form-section--last{border-bottom:1px solid var(--line-muted);padding-bottom:41px}}.form-section__inner{gap:24px;display:grid}@media (min-width:768px){.form-section__inner{grid-template-columns:272px minmax(0,1fr);gap:80px}}.form-section__fields{flex-direction:column;gap:24px;display:flex}@media (min-width:768px){.form-section__fields{gap:40px}}.form-section__fields--compact{gap:20px;min-width:0}.artwork-counter{border-bottom:1px solid var(--line-muted);flex-direction:column;gap:20px;min-width:0;max-width:100%;padding-bottom:40px;display:flex}.artwork-counter__label{color:var(--text-on-content);align-items:center;gap:8px;display:flex}.artwork-counter__label span{font-size:20px;font-weight:700;line-height:32px}.artwork-counter__label strong{background:var(--text-on-content);min-width:28px;height:28px;color:var(--surface-content);border-radius:60px;justify-content:center;align-items:center;padding-inline:8px;font-size:14px;font-weight:700;line-height:24px;display:inline-flex}.form-grid{gap:20px 12px;display:grid}@media (min-width:768px){.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.form-grid label{color:var(--text-on-content);flex-direction:column;gap:8px;font-size:14px;font-weight:500;line-height:20px;display:flex}.form-grid input,.form-grid select,.form-grid textarea{border:1px solid var(--line-control);background:var(--surface-control);height:48px;color:var(--text-on-content);border-radius:4px;padding-inline:16px;font-size:14px}.form-row{gap:24px;display:grid}@media (min-width:768px){.form-row{gap:20px}.form-row--2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-row--3{grid-template-columns:repeat(3,minmax(0,1fr))}}.artwork-new-badge{background:var(--color-primary);height:24px;color:var(--color-base-000);letter-spacing:.02em;border-radius:999px;align-self:flex-start;align-items:center;padding-inline:10px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.form-field{min-width:0;color:var(--text-on-content);flex-direction:column;gap:12px;font-size:16px;font-weight:700;line-height:24px;display:flex}.form-field em{color:var(--status-danger-text);font-style:normal}.form-field--empty>span{display:none}@media (min-width:768px){.form-field--empty>span{opacity:0;display:block}}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--line-control);background:var(--surface-control);width:100%;min-width:0;height:48px;color:var(--text-on-content);border-radius:4px;outline:none;padding-inline:16px;font-size:14px;font-weight:400;line-height:20px;transition:border-color .15s,background-color .15s}.form-field input::placeholder,.form-field select::placeholder,.form-field textarea::placeholder{color:var(--text-on-content-muted);opacity:1}.form-field input:hover,.form-field input:focus,.form-field select:hover,.form-field select:focus,.form-field textarea:hover,.form-field textarea:focus{border-color:var(--control-hover-border)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{background:var(--control-focus-bg)}.form-field input:disabled,.form-field select:disabled,.form-field textarea:disabled{background:var(--surface-control-disabled);color:var(--text-on-content-muted)}.form-field input:read-only:not(:disabled),.form-field textarea:read-only:not(:disabled){background:var(--surface-control-disabled);color:var(--text-on-content);cursor:not-allowed}.form-field input:read-only:not(:disabled):hover,.form-field input:read-only:not(:disabled):focus,.form-field textarea:read-only:not(:disabled):hover,.form-field textarea:read-only:not(:disabled):focus{border-color:var(--line-control);background:var(--surface-control-disabled)}.form-field select{appearance:none;background-image:linear-gradient(45deg,#0000 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,#0000 50%);background-position:calc(100% - 18px) 20px,calc(100% - 12px) 20px;background-repeat:no-repeat;background-size:6px 6px,6px 6px}.form-field select.is-muted{color:var(--text-on-content-muted)}.form-field__msg{color:var(--text-on-content-muted);margin:0;font-size:12px;font-weight:400;line-height:16px}.form-field__msg--error{color:var(--status-danger-text)}.form-field__hint{color:var(--text-on-content-muted);margin:4px 0 0;font-size:12px;font-weight:400;line-height:16px}.birth-date-input{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr);gap:8px;width:100%;min-width:0;display:grid}@media (min-width:768px){.birth-date-input{gap:12px}}.birth-date-input--error{outline:2px solid var(--status-danger-text,#f87171);outline-offset:1px;border-radius:6px}.form-field textarea{resize:none;min-height:280px;padding-block:14px}.form-size-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.form-section--contract h2{font-size:22px;line-height:32px}@media (min-width:768px){.form-section--contract{border-bottom:1px solid var(--line-muted);padding-bottom:42px}.form-section--contract h2{font-size:28px;line-height:40px}}.contract-agreement-list{flex-direction:column;gap:12px;width:100%;display:flex}.contract-agreement-row{cursor:pointer;border:1px solid var(--line-muted);background:var(--surface-content-subtle);border-radius:8px;align-items:flex-start;gap:16px;width:100%;min-height:80px;padding:12px 16px;display:flex}@media (min-width:768px){.contract-agreement-row{padding:12px 20px 12px 16px}}.contract-agreement-row__check{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:relative}.contract-agreement-row__input{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.contract-agreement-row__box{border:1px solid var(--line-checkbox);background:var(--surface-control);color:#0000;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;transition:border-color .15s,background-color .15s,color .15s;display:inline-flex}.contract-agreement-row__box svg{width:16px;height:16px}.contract-agreement-row__input:checked+.contract-agreement-row__box{border-color:var(--color-primary);background:var(--color-primary);color:var(--color-base-000)}.contract-agreement-row__input:focus-visible+.contract-agreement-row__box{outline:2px solid var(--color-primary);outline-offset:2px}.contract-agreement-row__input:disabled+.contract-agreement-row__box{cursor:not-allowed}.contract-agreement-row:has(.contract-agreement-row__input:disabled){cursor:not-allowed}.contract-agreement-row__text{min-width:0;color:var(--text-on-content);white-space:normal;flex-direction:column;flex:1;gap:8px;display:flex}.contract-agreement-row__text strong{color:var(--text-on-content);font-size:16px;font-weight:500;line-height:24px}.contract-agreement-row__text span{color:var(--text-on-content-muted);font-size:14px;font-weight:400;line-height:24px}.contract-agreement-row__title{cursor:pointer;width:fit-content;min-width:0;max-width:100%;color:var(--color-primary);font:inherit;text-align:left;text-underline-offset:3px;background:0 0;border:0;align-items:flex-start;gap:2px;padding:0;text-decoration:underline;transition:color .15s;display:inline-flex}.contract-agreement-row__title span{min-width:0;color:inherit;word-break:keep-all;font-size:16px;font-weight:500;line-height:24px}.contract-agreement-row__title svg{flex:none;width:20px;height:20px;margin-top:2px}.contract-agreement-row__title:hover,.contract-agreement-row__title:focus-visible{color:var(--color-primary-hover);outline:none}.contract-agreement-row__title:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.contract-legal-modal{z-index:60;background:#00000080;justify-content:center;align-items:flex-start;padding:80px 20px 20px;display:flex;position:fixed;inset:0}@media (min-width:768px){.contract-legal-modal{align-items:center;padding:120px 40px 40px}}.contract-legal-modal[hidden]{display:none}.contract-legal-modal__panel{background:var(--surface-content);width:min(100%,720px);max-height:calc(100dvh - 100px);color:var(--text-on-content);border-radius:8px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #0000003d}@media (min-width:768px){.contract-legal-modal__panel{max-height:calc(100dvh - 160px)}}.contract-legal-modal__header{background:var(--color-primary);min-height:80px;color:var(--color-base-000);flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:20px;display:flex}@media (min-width:768px){.contract-legal-modal__header{min-height:60px;padding:16px 28px}}.contract-legal-modal__header h2{margin:0;font-size:18px;font-weight:700;line-height:28px}.contract-legal-modal__close{width:40px;height:40px;color:inherit;cursor:pointer;background:0 0;border:0;flex:0 0 40px;justify-content:center;align-items:center;display:inline-flex}@media (min-width:768px){.contract-legal-modal__close{flex:0 0 24px;width:24px;height:24px}}.contract-legal-modal__close svg{width:24px;height:24px}.contract-legal-modal__close:hover,.contract-legal-modal__close:focus-visible{opacity:.85;outline:none}.contract-legal-modal__body{min-height:0;color:var(--text-on-content-secondary);word-break:keep-all;overflow-wrap:anywhere;flex-direction:column;flex:1;gap:8px;padding:24px 20px;font-size:14px;line-height:22px;display:flex;overflow-y:auto}@media (min-width:768px){.contract-legal-modal__body{padding:28px 32px}}.contract-legal-modal__body h3{color:var(--text-on-content);margin:16px 0 0;font-size:15px;font-weight:700;line-height:24px}.contract-legal-modal__body h3:first-child{margin-top:0}.contract-legal-modal__body p{margin:0}.contract-legal-modal__line--indent{padding-left:12px}.form-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:40px;display:grid}@media (min-width:768px){.form-actions{justify-content:flex-end;margin-top:60px;display:flex}}.coauthor-actions{border-bottom:1px solid var(--line-muted);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-bottom:20px;display:grid}.coauthor-actions .btn-size-40{background:var(--surface-content-subtle);width:100%;font-weight:700}.coauthor-actions svg{flex:none;width:18px;height:18px}@media (min-width:768px){.coauthor-actions{border-bottom:0;padding-bottom:0}}.artwork-actions{flex-direction:column;gap:10px;margin-top:40px;display:flex}@media (min-width:768px){.artwork-actions{flex-direction:row;justify-content:space-between;align-items:center;margin-top:60px}}.artwork-actions__back{justify-content:center;width:100%;display:inline-flex}.artwork-actions__back svg{flex:none;width:20px;height:20px}@media (min-width:768px){.artwork-actions__back{width:auto}}.artwork-actions__group{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;display:grid}@media (min-width:768px){.artwork-actions__group{align-items:center;gap:8px;width:auto;display:flex}}.artwork-actions__group .btn-outline,.artwork-actions__group .btn-primary,.artwork-actions__group .btn-secondary,.artwork-actions__group .btn-danger{width:100%;min-width:0}@media (min-width:768px){.artwork-actions__group .btn-outline,.artwork-actions__group .btn-primary,.artwork-actions__group .btn-secondary,.artwork-actions__group .btn-danger{width:160px;min-width:160px}}.artwork-actions__group--registered{grid-template-columns:1fr}.registered-artworks-carousel{--registered-card-width:240px;--registered-card-gap:12px;flex-direction:column;gap:16px;width:100%;min-width:0;display:flex;overflow:visible}@media (min-width:768px){.registered-artworks-carousel{--registered-card-width:280px;--registered-card-gap:20px}}.registered-artworks-carousel__viewport{width:100%;min-width:0;max-width:100%;overflow:hidden}.registered-artworks-carousel__track{gap:var(--registered-card-gap);will-change:transform;transition:transform .3s cubic-bezier(.22,1,.36,1);display:flex}.registered-artworks-carousel__item{width:var(--registered-card-width);min-width:var(--registered-card-width);flex:none}.registered-artworks-carousel__nav{flex-shrink:0;justify-content:center;align-items:center;gap:12px;width:100%;min-height:36px;padding-top:4px;display:flex!important}.registered-artworks-carousel__arrow{border:1px solid var(--line-control);background:var(--surface-control);width:32px;height:32px;color:var(--text-on-content-secondary);cursor:pointer;border-radius:999px;flex:none;justify-content:center;align-items:center;transition:border-color .15s,color .15s,background-color .15s;display:inline-flex}.registered-artworks-carousel__arrow svg{width:18px;height:18px}.registered-artworks-carousel__arrow:hover,.registered-artworks-carousel__arrow:focus-visible{border-color:var(--color-primary);color:var(--color-primary);outline:none}.registered-artworks-carousel__arrow:disabled{opacity:.35;cursor:not-allowed}.registered-artworks-carousel__arrow:disabled:hover,.registered-artworks-carousel__arrow:disabled:focus-visible{border-color:var(--line-control);color:var(--text-on-content-secondary)}.registered-artworks-carousel__dots{justify-content:center;gap:8px;display:flex}.registered-artworks-carousel__dots button{background:var(--line-default);cursor:pointer;border:0;border-radius:999px;flex:none;width:8px;height:8px;padding:0;transition:background-color .18s,transform .18s}.registered-artworks-carousel__dots button:hover{background:var(--text-on-content-muted)}.registered-artworks-carousel__dots button.is-active{background:var(--text-on-content);transform:scale(1.2)}.registered-artwork-card{background:var(--surface-control-disabled);border-radius:8px;width:100%;transition:border-color .15s,box-shadow .15s;position:relative;overflow:hidden}.registered-artwork-card:after{pointer-events:none;content:"";border:1px solid #0000;border-radius:8px;position:absolute;inset:0}.registered-artwork-card:hover:after,.registered-artwork-card:focus-within:after{border-color:var(--color-primary)}.registered-artwork-card:hover,.registered-artwork-card:focus-within{box-shadow:var(--shadow-card-hover)}.registered-artwork-card__media{aspect-ratio:1;position:relative;overflow:hidden}.registered-artwork-card__media img{object-fit:cover;width:100%;height:100%}.registered-artwork-card__body{flex-direction:column;align-items:flex-start;gap:8px;min-height:166px;padding:16px;display:flex}.registered-artwork-card__body p{color:var(--color-primary-menu);font-size:12px;font-weight:500;line-height:16px}.registered-artwork-card__body h3{color:var(--text-on-content);font-size:14px;font-weight:700;line-height:24px}.registered-artwork-card__body span{color:var(--text-on-content-secondary);font-size:12px;line-height:16px}.registered-artwork-card__body small{color:var(--text-on-content-muted);margin-top:auto;font-size:10px;line-height:16px}.registered-artwork-card__body em{background:var(--color-primary);color:var(--color-base-000);border-radius:4px;padding:6px 12px;font-size:12px;font-style:normal;line-height:16px}@media (min-width:768px){.registered-artwork-card__body{gap:12px;min-height:216px;padding:24px}.registered-artwork-card__body p{font-size:14px;line-height:24px}.registered-artwork-card__body h3{font-size:18px;line-height:28px}.registered-artwork-card__body span{font-size:14px;line-height:24px}.registered-artwork-card__body small{font-size:12px}}.uploaded-image-card{border-radius:8px;position:relative;overflow:hidden}.uploaded-image-card img,.uploaded-image-card video{object-fit:cover;width:100%;height:100%}.registered-artwork-card.is-active{outline:2px solid var(--color-primary);outline-offset:-2px}.uploaded-image-card--large{width:180px;height:180px}@media (min-width:768px){.uploaded-image-card--large{width:280px;height:280px}}.uploaded-image-card--small{aspect-ratio:1;width:100%}.representative-badge,.image-delete-button{border:0;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:absolute;top:8px}.representative-badge svg,.image-delete-button svg{width:16px;height:16px}@media (min-width:768px){.representative-badge,.image-delete-button{width:40px;height:40px;top:12px}.representative-badge svg,.image-delete-button svg{width:20px;height:20px}}.representative-badge{background:var(--color-primary);color:#ffd600;left:8px}@media (min-width:768px){.representative-badge{left:18px}}.image-delete-button{color:#fff;cursor:pointer;background:#0000008c;right:8px}.image-delete-button:hover,.image-delete-button:focus-visible{background:#000000bf;outline:none}@media (min-width:768px){.image-delete-button{right:12px}}.artwork-image-uploaded{flex-direction:column;align-items:flex-start;gap:12px}.upload-status{background:var(--status-warning-surface);width:fit-content;color:var(--status-warning-text);border-radius:60px;align-self:flex-start;align-items:center;gap:6px;padding:4px 8px;font-size:14px;font-weight:400;line-height:20px;display:inline-flex}.upload-status:before{content:"";background-color:currentColor;width:16px;height:16px;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.333 4 6 11.333 2.667 8' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.333 4 6 11.333 2.667 8' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat}.additional-images{flex-direction:column;gap:12px}.additional-images__head{justify-content:space-between;align-items:center;gap:16px;display:flex}.additional-images__head>span{color:var(--text-on-content);align-items:center;gap:8px;font-size:16px;font-weight:700;line-height:24px;display:inline-flex}.additional-images__head em{color:var(--text-on-content-muted);font-size:14px;font-style:normal;font-weight:400;line-height:24px}.additional-images__head strong{color:var(--color-primary)}.btn-size-28{gap:4px;min-width:0;min-height:28px;padding:6px 12px;font-size:12px;font-weight:400;line-height:16px}.btn-size-28 svg{width:14px;height:14px}.additional-images__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}@media (min-width:768px){.additional-images__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}}.additional-image-item{flex-direction:column;gap:12px;min-width:0;display:flex}.coauthor-manuals{flex-direction:column;gap:12px}.coauthor-manuals.is-open{display:flex}.coauthor-manual-row{grid-template-columns:minmax(0,1fr) 48px 48px;gap:8px;display:grid}.coauthor-manual-row input{border:1px solid var(--line-control);background:var(--surface-control);height:48px;color:var(--text-on-content);border-radius:4px;padding-inline:16px;font-size:14px;line-height:20px}.coauthor-manual-row button{border:1px solid var(--line-control);background:var(--surface-content-subtle);width:48px;height:48px;color:var(--text-on-content);border-radius:4px;justify-content:center;align-items:center;display:inline-flex}.coauthor-manual-row button svg{width:18px;height:18px}.coauthor-manual-row button:hover,.coauthor-manual-row button:focus-visible{border-color:var(--color-primary);color:var(--color-primary);outline:none}.is-modal-open{overflow:hidden}.coauthor-search-modal{z-index:60;justify-content:center;align-items:flex-start;padding:80px 20px 20px;display:flex;position:fixed;inset:0}@media (min-width:768px){.coauthor-search-modal{align-items:center;padding:120px 40px 40px}}.coauthor-search-modal[hidden]{display:none}.coauthor-search-modal__backdrop{background:#00000080;border:0;padding:0;position:absolute;inset:0}.coauthor-search-modal__dialog{z-index:1;border-radius:8px;flex-direction:column;width:min(100%,412px);max-height:calc(100dvh - 100px);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #0000003d}@media (min-width:768px){.coauthor-search-modal__dialog{width:min(100%,640px);max-height:calc(100dvh - 160px)}}.coauthor-search-modal__header{background:var(--color-primary);min-height:80px;color:var(--color-base-000);justify-content:space-between;align-items:center;padding:20px;display:flex}@media (min-width:768px){.coauthor-search-modal__header{min-height:60px;padding:16px 28px}}.coauthor-search-modal__header h2{margin:0;font-size:18px;font-weight:700;line-height:28px}.coauthor-search-modal__header button{width:40px;height:40px;color:inherit;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}@media (min-width:768px){.coauthor-search-modal__header button{width:24px;height:24px}}.coauthor-search-modal__header button svg{width:24px;height:24px}.coauthor-search-modal__body{background:var(--surface-content);border-radius:0 0 8px 8px;flex-direction:column;gap:24px;padding:40px 20px;display:flex;overflow:auto}@media (min-width:768px){.coauthor-search-modal__body{align-items:center;padding:32px 28px}}.coauthor-search-form{background:var(--status-info-surface);border-radius:8px;flex-direction:column;gap:12px;width:100%;padding:16px 20px;display:flex}@media (min-width:768px){.coauthor-search-form{flex-direction:row;align-items:center;gap:12px}}.coauthor-search-form .btn-primary{flex:none;width:100%}@media (min-width:768px){.coauthor-search-form .btn-primary{width:auto;min-height:40px;padding-inline:20px}}.coauthor-search-form .btn-primary svg{width:18px;height:18px}.coauthor-search-form__fields{gap:8px;display:grid}@media (min-width:768px){.coauthor-search-form__fields{flex:auto;grid-template-columns:repeat(2,minmax(0,1fr))}}.coauthor-search-form__fields input{border:1px solid var(--line-control);background:var(--surface-control);width:100%;height:40px;color:var(--text-on-content);border-radius:4px;padding-inline:16px;font-size:14px;line-height:20px}.coauthor-search-form__fields input::placeholder{color:var(--text-on-content-muted)}.coauthor-search-results{flex-direction:column;gap:12px;width:100%;display:flex}.coauthor-search-results p{color:var(--text-on-content-secondary);margin:0;font-size:14px;line-height:24px}.coauthor-search-results strong{color:var(--color-primary);font-weight:700}.coauthor-search-results__table{border-top:1px solid var(--border-strong);width:100%}.coauthor-search-results__head,.coauthor-search-result{border:0;border-bottom:1px solid var(--line-muted);text-align:left;background:0 0;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:12px;width:100%;padding:12px 20px;display:grid}@media (min-width:768px){.coauthor-search-results__head,.coauthor-search-result{grid-template-columns:160px minmax(0,1fr) 45px;gap:20px}}.coauthor-search-results__head{min-height:48px;color:var(--text-on-content);font-size:14px;font-weight:500;line-height:24px}.coauthor-search-results__head span:nth-child(3){display:none}@media (min-width:768px){.coauthor-search-results__head span:nth-child(3){display:block}}.coauthor-search-result{cursor:pointer;min-height:72px;color:var(--text-on-content-muted);align-items:start;font-size:14px;line-height:24px;transition:background-color .15s,color .15s}@media (min-width:768px){.coauthor-search-result{align-items:center;min-height:52px}}.coauthor-search-result:hover,.coauthor-search-result:focus-visible{background:var(--surface-content-subtle);color:var(--text-on-content);outline:none}.coauthor-search-result__name,.coauthor-search-result__email{min-width:0}.coauthor-search-result__name{color:var(--text-on-content);flex-direction:column;display:flex}.coauthor-search-result__name strong{color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:24px;overflow:hidden}.coauthor-search-result__name small{color:var(--text-on-content-muted);text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:24px;overflow:hidden}@media (min-width:768px){.coauthor-search-result__name small{font-size:12px;line-height:16px}}.coauthor-search-result__email{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.coauthor-search-result__action{display:none}@media (min-width:768px){.coauthor-search-result__action{border:1px solid var(--line-control);background:var(--surface-control-disabled);min-height:28px;color:var(--text-on-content);white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;padding:6px 12px;font-size:12px;line-height:16px;display:inline-flex}}.coauthor-search-results__head span[role=columnheader]{white-space:nowrap}.coauthor-search-pagination{justify-content:center;gap:8px;width:100%;display:flex}.coauthor-search-pagination button{border:1px solid var(--line-control);background:var(--surface-control);width:34px;height:34px;color:var(--text-on-content-muted);border-radius:4px;justify-content:center;align-items:center;font-size:12px;font-weight:700;line-height:20px;display:inline-flex}.coauthor-search-pagination button[aria-current=page]{border-color:var(--color-primary);color:var(--color-primary)}.coauthor-search-pagination button svg{width:20px;height:20px}.artwork-eval-modal{z-index:60;justify-content:center;align-items:center;padding:80px 20px 20px;display:flex;position:fixed;inset:0}@media (min-width:768px){.artwork-eval-modal{padding:120px 20px 24px}}.artwork-eval-modal__backdrop{cursor:default;background:#00000080;border:0;padding:0;position:absolute;inset:0}.artwork-eval-modal__panel{z-index:1;background:var(--surface-content);border-radius:8px;flex-direction:column;width:min(100%,560px);max-height:calc(100dvh - 100px);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #0000003d}@media (min-width:768px){.artwork-eval-modal__panel{max-height:calc(100dvh - 144px)}}.artwork-eval-modal__header{background:var(--color-primary);min-height:80px;color:var(--color-base-000);justify-content:space-between;align-items:center;padding:20px;display:flex}@media (min-width:768px){.artwork-eval-modal__header{min-height:60px;padding:16px 28px}}.artwork-eval-modal__header h2{color:inherit;align-items:center;gap:10px;margin:0;font-size:18px;font-weight:700;line-height:28px;display:inline-flex}.artwork-eval-modal__header h2>span[aria-hidden]{display:none}.artwork-eval-modal__header>button{width:40px;height:40px;color:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}@media (min-width:768px){.artwork-eval-modal__header>button{width:24px;height:24px}}.artwork-eval-modal__header>button svg{width:24px;height:24px}.artwork-eval-modal__header>button:hover,.artwork-eval-modal__header>button:focus-visible{opacity:.85;outline:none}.artwork-eval-modal__body{flex-direction:column;gap:16px;padding:24px;display:flex;overflow:auto}.artwork-eval-criteria{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.artwork-eval-criteria__item{border-bottom:1px solid var(--line-muted);grid-template-columns:minmax(0,1fr) 110px;align-items:center;gap:8px 16px;padding-bottom:16px;display:grid}.artwork-eval-criteria__item:last-child{border-bottom:0;padding-bottom:0}.artwork-eval-criteria__label{align-items:baseline;gap:8px;min-width:0;display:inline-flex}.artwork-eval-criteria__label strong{color:var(--text-on-content);font-size:15px;font-weight:700;line-height:24px}.artwork-eval-criteria__label em{color:var(--text-on-content-secondary);font-size:12px;font-style:normal;line-height:18px}.artwork-eval-criteria__desc{color:var(--text-on-content-secondary);grid-column:1;margin:0;font-size:13px;line-height:20px}.artwork-eval-criteria__score{grid-area:1/2/span 2;align-self:center;width:100%}.artwork-eval-criteria__item--text{grid-template-columns:minmax(0,1fr)}.artwork-eval-criteria__text{border:1px solid var(--line-control);background:var(--surface-control);width:100%;min-height:88px;color:var(--text-on-content);resize:vertical;border-radius:4px;grid-column:1;padding:12px;font-size:14px;line-height:20px}.artwork-eval-criteria__text::placeholder{color:var(--text-on-content-muted)}.artwork-eval-criteria__text:focus{border-color:var(--color-primary);outline:none}.artwork-eval-criteria__text:read-only{background:var(--surface-control-disabled);color:var(--text-on-content-muted);cursor:not-allowed}.artwork-eval-modal__placeholder{min-height:120px;color:var(--text-on-content-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:14px;line-height:22px;display:flex}.artwork-eval-modal__locked-notice{background:var(--status-info-surface);color:var(--status-info-text);border-radius:6px;margin:0;padding:10px 12px;font-size:13px;line-height:20px}.artwork-eval-modal__total{text-align:right;color:var(--color-primary);margin:0;font-size:16px;font-weight:700;line-height:24px}.artwork-eval-modal__footer{border-top:1px solid var(--line-muted);justify-content:flex-end;gap:8px;padding:16px 24px 20px;display:flex}.artwork-eval-modal__footer .btn-outline,.artwork-eval-modal__footer .btn-primary{min-width:80px}@media (min-width:768px){.artwork-eval-modal__footer .btn-outline,.artwork-eval-modal__footer .btn-primary{min-height:40px;padding-inline:16px}}.artwork-eval-modal__submit{min-width:96px}.upload-preview{gap:16px;margin-top:40px;display:grid}@media (min-width:768px){.upload-preview{grid-template-columns:repeat(2,minmax(0,1fr))}}.upload-preview article{border:1px solid var(--line-muted);background:var(--surface-control);border-radius:8px;padding:12px;transition:border-color .15s,box-shadow .15s;position:relative}.upload-preview article:hover,.upload-preview article:focus-within{border-color:var(--color-primary);box-shadow:var(--shadow-card-hover)}.upload-preview img{aspect-ratio:16/10;object-fit:cover;border-radius:4px;width:100%}.upload-preview span{background:var(--surface-selected-soft);color:var(--color-primary);border-radius:999px;margin-top:12px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.upload-preview strong{color:var(--text-on-content);margin-top:8px;font-size:18px;display:block}.upload-preview button{cursor:pointer;background:var(--image-action-bg);min-width:56px;min-height:32px;color:var(--image-action-text);border:0;border-radius:999px;justify-content:center;align-items:center;font-size:12px;transition:background-color .15s;display:inline-flex;position:absolute;top:20px;right:20px}.upload-preview button:hover,.upload-preview button:focus-visible{background:var(--image-action-hover-bg);outline:none}.upload-dropzone{cursor:pointer;border:1px solid var(--line-control);background:var(--surface-content-subtle);width:180px;max-width:100%;height:180px;color:var(--text-on-content-muted);text-align:center;border-radius:8px;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px;padding-top:30px;transition:border-color .15s,color .15s;display:flex}.upload-dropzone:hover,.upload-dropzone:focus-visible{border-color:var(--color-primary);color:var(--color-primary);outline:none}.upload-dropzone:disabled,.upload-dropzone[aria-disabled=true]{cursor:not-allowed;opacity:.6}.upload-dropzone:disabled:hover,.upload-dropzone:disabled:focus-visible,.upload-dropzone[aria-disabled=true]:hover,.upload-dropzone[aria-disabled=true]:focus-visible{border-color:var(--line-control);color:var(--text-on-content-muted)}@media (min-width:768px){.upload-dropzone{justify-content:center;gap:20px;width:280px;height:280px;padding-top:0}}.upload-dropzone__icon{width:60px;height:60px;color:var(--line-control);flex:none}.upload-dropzone__text{flex-direction:column;gap:4px;display:flex}.upload-dropzone__text span{color:var(--text-on-content-secondary);font-size:12px;font-weight:400;line-height:16px}.upload-dropzone__text small{color:var(--text-on-content-muted);font-size:10px;font-weight:400;line-height:16px}.upload-dropzone--small{aspect-ratio:1;justify-content:center;gap:20px;width:100%;height:auto;padding-top:0}.history-table{border-top:2px solid var(--text-on-content);flex-direction:column;display:flex}.history-table__head,.history-table a{border-bottom:1px solid var(--line-muted);grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;padding:18px 16px;display:grid}.history-table__head{color:var(--text-on-content);font-weight:700}.history-table a{color:var(--text-on-content-secondary);transition:background-color .15s,color .15s}.history-table a:hover,.history-table a:focus-visible{background:var(--surface-selected-soft);color:var(--text-on-content);outline:none}.history-table strong{color:var(--color-primary)}.apply-guidelines{width:100%;max-width:var(--layout-content-width);margin-inline:auto}.apply-guidelines__panel{border-top-color:var(--text-on-content)}.apply-guidelines__panel>summary{min-height:64px;color:var(--text-on-content);padding-inline:20px;font-weight:700}.apply-guidelines__panel>summary>.faq-list__chevron{background:var(--text-on-content)}@media (min-width:768px){.apply-guidelines__panel>summary{min-height:84px;padding-inline:24px;font-size:24px;line-height:36px}}.apply-guidelines__panel[open]>summary{color:var(--color-primary)}.apply-overview-section{border-top:0;flex-direction:column;gap:0;padding:0 0 60px;display:flex}@media (min-width:768px){.apply-overview-section{border-top:1px solid var(--line-muted);padding:40px 0 60px}}.apply-overview-section__block{padding-inline:20px;flex-direction:column;gap:20px;padding-bottom:24px;display:flex}.apply-overview-section__block:last-child{padding-bottom:0}@media (min-width:768px){.apply-overview-section__block{padding-inline:24px;gap:16px;padding-bottom:32px;position:relative}}.apply-overview-section__heading{color:var(--text-on-content);align-items:center;gap:8px;font-size:16px;font-weight:500;line-height:24px;display:flex}.apply-overview-section__heading>span:first-child{background:var(--asset-icon-subtitle-polygon)center/9px 10px no-repeat;flex:none;width:10px;height:24px;display:inline-block}@media (min-width:768px){.apply-overview-section__heading{font-size:22px;line-height:32px}}.apply-overview-section__lead{color:var(--text-on-content-secondary);margin:0;font-size:14px;line-height:24px}@media (min-width:768px){.apply-overview-section__lead{margin:-4px 0 0;font-size:20px;line-height:32px}}.apply-overview-hero{background:#1d2550 var(--bg-apply-guide-overview-hero)center/cover no-repeat;color:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;height:180px;min-height:180px;padding:20px;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.apply-overview-hero{border-radius:16px;justify-content:flex-start;align-items:stretch;height:auto;min-height:560px;padding:60px 34px 32px}}@media (min-width:1280px){.apply-overview-hero{min-height:404px}}@media (min-width:768px){html[lang=en] .apply-overview-hero{min-height:640px}}@media (min-width:1280px){html[lang=en] .apply-overview-hero{min-height:480px}}.apply-overview-hero__title{text-align:center;color:#fff;flex-direction:column;margin:0;font-size:18px;font-weight:700;line-height:28px;display:flex}@media (min-width:768px){.apply-overview-hero__title{margin:0;font-size:28px;line-height:40px}}@media (min-width:1024px){.apply-overview-hero__title{flex-flow:wrap;justify-content:center;column-gap:8px;font-size:32px;line-height:44px}}.apply-overview-hero__cards{gap:12px;margin-top:-8px;display:grid}@media (min-width:768px){.apply-overview-hero__cards{z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:calc(100% - 80px);margin:0;position:absolute;bottom:50px;left:50%;right:auto;transform:translate(-50%)}}@media (min-width:1280px){.apply-overview-hero__cards{grid-template-columns:repeat(4,minmax(0,1fr));bottom:90px}}.apply-overview-hero__card{border:1px solid var(--line-muted);background:var(--surface-content,#fff);min-height:0;color:var(--text-on-content);border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex;box-shadow:0 8px 24px #00000014}@media (min-width:768px){.apply-overview-hero__card{box-shadow:none;color:#fff;-webkit-backdrop-filter:blur(12px);background:#0b122db8;border:0}}@media (min-width:1280px){.apply-overview-hero__card{min-height:156px;padding:24px}}.apply-overview-hero__card>span{background:var(--status-info-surface);width:40px;height:40px;color:var(--color-primary);border-radius:999px;justify-content:center;align-items:center;font-size:12px;font-weight:700;line-height:16px;display:inline-flex}@media (min-width:768px){.apply-overview-hero__card>span{color:#fff;background:#ffffff29}}.apply-overview-hero__card strong{color:var(--text-on-content);font-size:16px;font-weight:700;line-height:24px;display:block}@media (min-width:768px){.apply-overview-hero__card strong{color:#fff}}@media (min-width:1024px){.apply-overview-hero__card strong{font-size:20px;line-height:32px}}.apply-overview-hero__card p{color:var(--text-on-content-secondary);margin:4px 0 0;font-size:14px;line-height:24px}@media (min-width:768px){.apply-overview-hero__card p{color:#ffffffc2}}@media (min-width:1024px){.apply-overview-hero__card p{font-size:16px;line-height:24px}}.apply-overview-hero__card p span{display:block}.apply-section-small-title{color:var(--text-on-content);text-align:left;justify-content:flex-start;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:500;line-height:24px;display:flex}.apply-section-small-title>span:first-child{background:var(--asset-icon-subtitle-polygon)center/9px 10px no-repeat;flex:0 0 10px;width:10px;height:32px}@media (min-width:768px){.apply-section-small-title{font-size:22px;line-height:32px}}.apply-section-small-title--left{text-align:left;justify-content:flex-start}.apply-qualification-section{padding:0 20px 60px}@media (min-width:768px){.apply-qualification-section{padding-inline:24px}}.apply-qualification-notice{background:var(--status-info-surface);min-height:64px;color:var(--text-on-content-secondary);border-radius:8px;align-items:center;gap:12px;padding:16px 20px;font-size:14px;font-weight:400;line-height:24px;display:flex}@media (min-width:768px){.apply-qualification-notice{padding:16px 28px;font-size:18px;line-height:28px}}.apply-qualification-notice img{flex:none;width:32px;height:32px}.apply-procedure-section{padding:0 20px 60px}@media (min-width:768px){.apply-procedure-section{padding-inline:24px}}.apply-procedure-grid{gap:32px;display:grid}@media (min-width:768px){.apply-procedure-grid{gap:20px}}@media (min-width:1024px){.apply-procedure-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}}.apply-procedure-card{background:0 0;border:0;border-radius:0;flex-direction:column;gap:20px;min-height:0;padding:0;display:flex}.apply-procedure-card+.apply-procedure-card{border-top:1px solid var(--line-muted);padding-top:32px}@media (min-width:768px){.apply-procedure-card{border:1px solid var(--line-muted);background:var(--surface-control);border-radius:8px;gap:16px;min-height:236px;padding:20px 32px}.apply-procedure-card+.apply-procedure-card{padding-top:20px}}@media (min-width:1024px){.apply-procedure-card:last-child{grid-column:1/-1}}@media (min-width:768px){.apply-procedure-card--primary{border-color:var(--color-primary)}}.apply-procedure-card__header{border-bottom:0;padding-bottom:0;display:block}.apply-procedure-card__header h2{color:var(--text-on-content);align-items:center;gap:8px;margin:0;font-size:16px;font-weight:500;line-height:24px;display:flex}.apply-procedure-card__header h2:before{content:"";background:var(--asset-icon-subtitle-polygon)center/9px 10px no-repeat;flex:0 0 10px;width:10px;height:24px}@media (min-width:768px){.apply-procedure-card__header h2{font-size:22px;font-weight:700;line-height:32px}.apply-procedure-card__header h2:before{display:none}}.apply-procedure-card__header p{color:var(--text-on-content-secondary);margin:12px 0 0;font-size:14px;font-weight:400;line-height:24px}@media (min-width:768px){.apply-procedure-card__header p{font-size:18px;line-height:28px}.apply-procedure-card__header{border-bottom:1px dashed var(--line-muted);justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:16px;display:flex}}.apply-procedure-card__icon{display:none}@media (min-width:768px){.apply-procedure-card__icon{width:40px;height:40px;color:var(--color-primary);flex:none;display:block}}.apply-procedure-card__method{border:1px solid var(--line-muted);background:var(--surface-control);border-radius:8px;flex-direction:column;gap:8px;padding:16px;display:flex}.apply-procedure-card__method h3{color:var(--color-primary);margin:0;font-size:14px;font-weight:500;line-height:24px}.apply-procedure-card__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.apply-procedure-card__list li{color:var(--text-on-content-secondary);gap:8px;font-size:14px;font-weight:400;line-height:24px;display:flex}@media (min-width:768px){.apply-procedure-card__list li{font-size:16px}}.apply-procedure-card__list li:before{content:"";background:radial-gradient(circle,#bebebe 0 2px,#0000 2.1px);flex:0 0 4px;width:4px;height:24px}.apply-subject-section{padding:0 24px 60px}@media (min-width:768px){.apply-subject-section{padding-inline:24px}}.apply-subject-grid{gap:16px;display:grid}@media (min-width:1024px){.apply-subject-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.apply-subject-card{--subject-accent:var(--color-primary);flex-direction:column;min-width:0;display:flex}.apply-subject-card--cyan{--subject-accent:#09c1f4}.apply-subject-card--orange{--subject-accent:#f39e00}.apply-subject-card--vermillion{--subject-accent:#ff4d00}.apply-subject-card__accent{background:var(--subject-accent);flex:none;height:4px;display:block}.apply-subject-card__body{border:1px solid var(--line-muted);background:var(--surface-control);text-align:center;word-break:keep-all;border-top:0;border-radius:0 0 8px 8px;flex-direction:column;flex:auto;align-items:center;gap:12px;min-height:160px;padding:20px 32px;display:flex}@media (min-width:768px){.apply-subject-card__body{min-height:148px;padding:32px}}.apply-subject-card__heading{flex-direction:column;align-items:center;gap:4px;width:100%;font-weight:700;display:flex}.apply-subject-card__heading p,.apply-subject-card__heading h2{margin:0}.apply-subject-card__heading p{color:var(--subject-accent);font-size:16px;line-height:24px}.apply-subject-card__heading h2{color:var(--text-on-content);font-size:20px;line-height:32px}@media (min-width:768px){.apply-subject-card__heading h2{font-size:28px;line-height:40px}}.apply-subject-card__description{width:100%;color:var(--text-on-content-secondary);flex-direction:column;justify-content:center;margin:0;font-size:14px;font-weight:400;line-height:24px;display:flex}@media (min-width:768px){.apply-subject-card__description{font-size:18px;line-height:28px}}.apply-field-award-section{border-top:0;flex-direction:column;gap:40px;padding:0 0 60px;display:flex}@media (min-width:768px){.apply-field-award-section{border-top:1px solid var(--line-muted);padding:40px 0 60px}}.apply-field-award-section__block{flex-direction:column;gap:20px;padding-inline:20px;display:flex}.apply-field-award-section__block+.apply-field-award-section__block{border-top:1px solid var(--line-muted);padding-top:32px}@media (min-width:768px){.apply-field-award-section__block{gap:24px;padding-inline:24px}.apply-field-award-section__block+.apply-field-award-section__block{padding-top:40px}}.apply-category-grid{gap:32px 20px;display:grid}@media (min-width:640px){.apply-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.apply-category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.apply-category-card{flex-direction:column;gap:12px;min-width:0;display:flex}@media (min-width:768px){.apply-category-card{gap:16px}}.apply-category-card__image{aspect-ratio:332/160;background:var(--surface-control-disabled);border-radius:8px;overflow:hidden}@media (min-width:768px){.apply-category-card__image{aspect-ratio:264.8/140}}.apply-category-card__image img{object-fit:cover;width:100%;height:100%}.apply-category-card__text{color:var(--text-on-content-secondary);flex-direction:column;gap:8px;display:flex}.apply-category-card__text h2,.apply-category-card__text p,.apply-category-card__text ul{margin:0}.apply-category-card__text h2{color:var(--text-on-content);font-size:16px;font-weight:700;line-height:24px}@media (min-width:768px){.apply-category-card__text h2{font-size:18px;line-height:28px}}.apply-category-card__text p,.apply-category-card__text .apply-category-card__summary{flex-direction:column;font-size:14px;font-weight:400;line-height:24px;display:flex}@media (min-width:768px){.apply-category-card__text p,.apply-category-card__text .apply-category-card__summary{font-size:16px}}.apply-category-card__list{color:var(--text-on-content-secondary);flex-direction:column;gap:4px;padding:0;font-size:16px;font-weight:400;line-height:24px;list-style:none;display:flex}.apply-category-card__list li{padding-left:12px;position:relative}.apply-category-card__list li:before{content:"";background:#bebebe;border-radius:999px;width:4px;height:4px;position:absolute;top:10px;left:0}@media (min-width:768px){.apply-category-card__list{font-size:16px;line-height:24px}}.apply-award-grid{gap:16px;display:grid}@media (min-width:640px){.apply-award-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.apply-award-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}}.apply-award-card{border:1px solid var(--line-muted);background:var(--surface-control);border-radius:8px;flex-direction:column;align-items:center;gap:16px;min-width:0;min-height:264px;padding:24px;display:flex}@media (min-width:768px){.apply-award-card{padding:24px}}.apply-award-card__icon{background:var(--surface-control-disabled);border-radius:4px;justify-content:center;align-items:center;width:100%;height:84px;display:flex;overflow:hidden}.apply-award-card__mark{object-fit:contain}.apply-award-card__mark--medal{width:min(67px,34%);height:54px}.apply-award-card__mark--badge{object-fit:fill;width:48.156px;height:45.563px}.apply-award-card__text{text-align:left;flex-direction:column;flex:1;align-items:flex-start;gap:8px;width:100%;display:flex}.apply-award-card__text h2,.apply-award-card__text p{margin:0}.apply-award-card__text h2{color:var(--text-on-content);font-size:16px;font-weight:700;line-height:24px}@media (min-width:768px){.apply-award-card__text h2{font-size:18px;line-height:28px}}.apply-award-card__text p{min-height:48px;color:var(--text-on-content-secondary);flex-direction:column;font-size:14px;font-weight:400;line-height:24px;display:flex}@media (min-width:768px){.apply-award-card__text p{font-size:16px}}.apply-award-card__count{color:var(--color-primary);margin-top:auto;font-size:14px;font-weight:400;line-height:24px}@media (min-width:768px){.apply-award-card__count{font-size:16px}}.apply-review-section{--apply-review-bullet-color:#bebebe;border-top:1px solid var(--line-muted);flex-direction:column;gap:0;padding:32px 0 60px;display:flex}@media (min-width:768px){.apply-review-section{padding-top:40px}}.apply-review-section__block{padding-inline:20px;flex-direction:column;gap:12px;padding-bottom:24px;display:flex}.apply-review-section__block:last-child{padding-bottom:0}@media (min-width:768px){.apply-review-section__block{padding-inline:24px;gap:16px;padding-bottom:32px}}.apply-review-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.apply-review-list li{color:var(--text-on-content-secondary);grid-template-columns:4px minmax(0,1fr);align-items:flex-start;column-gap:8px;font-size:16px;font-weight:400;line-height:26px;display:grid}@media (min-width:768px){.apply-review-list li{font-size:18px;line-height:28px}}.apply-review-list li:before{content:"";background:radial-gradient(circle at center,var(--apply-review-bullet-color)0 2px,transparent 2.1px);width:4px;height:28px}.apply-review-list span{grid-column:2;min-width:0;display:block}.apply-review-list--compact li:before{height:28px}.apply-review-table-wrap{scrollbar-width:thin;width:100%;overflow-x:auto}.apply-review-table{border-collapse:collapse;width:100%;min-width:0;color:var(--text-on-content-secondary);font-size:12px;font-weight:400;line-height:16px}.apply-review-table th,.apply-review-table td{border-top:1px solid var(--line-muted);border-right:1px solid var(--line-muted);text-align:center;vertical-align:middle;padding:14px 12px}.apply-review-table th:last-child,.apply-review-table td:last-child{border-right:0}.apply-review-table th{background:var(--surface-control-disabled);color:var(--text-on-content);font-weight:500}@media (min-width:768px){.apply-review-table{min-width:760px;font-size:16px;line-height:24px}.apply-review-table th,.apply-review-table td{padding:16px 20px}.apply-review-table--criteria{min-width:980px}}.apply-review-table--desktop-only{display:none}@media (min-width:768px){.apply-review-table--desktop-only{display:table}}.apply-review-table--mobile-only{display:table}@media (min-width:768px){.apply-review-table--mobile-only{display:none}}.apply-review-table__narrow{width:80px}@media (min-width:768px){.apply-review-table__narrow{width:160px}}.apply-review-table__score{width:52px}@media (min-width:768px){.apply-review-table__score{width:120px}}.apply-review-table__note{width:60px}@media (min-width:768px){.apply-review-table__note{width:120px}}.apply-review-table td.apply-review-table__left{text-align:left}.apply-review-section__note{color:var(--text-on-content-secondary);margin:-6px 0 0;font-size:14px;font-weight:400;line-height:24px}@media (min-width:768px){.apply-review-section__note{margin-top:-8px;font-size:16px;line-height:26px}}.apply-review-table__total{border-top:1px solid var(--text-on-content)}.apply-review-table__total td{border-bottom:1px solid var(--line-muted);color:var(--text-on-content)}.apply-benefit-section{border-top:1px solid var(--line-muted);flex-direction:column;gap:40px;padding:40px 0 60px;display:flex}.apply-benefit-section__group{flex-direction:column;gap:24px;padding-inline:20px;display:flex}.apply-benefit-section__group+.apply-benefit-section__group{border-top:1px solid var(--line-muted);padding-top:40px}@media (min-width:768px){.apply-benefit-section__group{padding-inline:24px}}.apply-benefit-grid{gap:20px;display:grid}@media (min-width:640px){.apply-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1280px){.apply-benefit-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.apply-benefit-grid--compact{min-width:0}@media (min-width:1024px){.apply-benefit-grid--compact{grid-template-columns:repeat(4,minmax(0,1fr))}}.apply-benefit-card{border:1px solid var(--line-muted);background:var(--surface-control);border-radius:8px;grid-template-columns:minmax(0,1fr) 32px;align-items:start;gap:20px;min-width:0;padding:24px;display:grid}.apply-benefit-card--compact{flex-direction:column;align-items:flex-start;gap:12px;min-height:0;display:flex}.apply-benefit-card--compact .apply-benefit-card__icon{order:-1}.apply-benefit-card__text{flex-direction:column;gap:8px;min-width:0;display:flex}.apply-benefit-card__text h2,.apply-benefit-card__text p{margin:0}.apply-benefit-card__text h2{color:var(--text-on-content);font-size:18px;font-weight:700;line-height:28px}.apply-benefit-card__text p{color:var(--text-on-content-secondary);flex-direction:column;font-size:15px;font-weight:400;line-height:24px;display:flex}@media (min-width:768px){.apply-benefit-card__text p{font-size:16px}}.apply-benefit-card__icon{width:32px;height:32px;color:var(--color-primary)}.apply-benefit-card__text--body-only p{color:var(--text-on-content-secondary);font-weight:400}.apply-requirement-section{--apply-info-bullet-color:#bebebe;border-top:1px solid var(--line-muted);flex-direction:column;gap:32px;padding:32px 0 60px;display:flex}@media (min-width:768px){.apply-requirement-section{gap:40px;padding-top:40px}}.apply-requirement-section__block{flex-direction:column;gap:4px;padding-inline:20px;display:flex}@media (min-width:768px){.apply-requirement-section__block{gap:12px;padding-inline:24px}}.apply-requirement-section__text{color:var(--text-on-content-secondary);margin:0;font-size:16px;font-weight:400;line-height:26px}@media (min-width:768px){.apply-requirement-section__text{font-size:18px;line-height:28px}}.apply-schedule-section,.apply-misc-section{--apply-info-bullet-color:#bebebe;padding:0 20px 60px}@media (min-width:768px){.apply-schedule-section,.apply-misc-section{padding-inline:24px}}.apply-info-table__list,.apply-misc-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.apply-info-table__list li,.apply-misc-list li{color:var(--text-on-content-secondary);align-items:flex-start;gap:8px;display:flex}.apply-info-table__list li:before,.apply-misc-list li:before{content:"";background:radial-gradient(circle at center,var(--apply-info-bullet-color,#bebebe)0 2px,transparent 2.1px);flex:0 0 4px;width:4px}.apply-info-table__list li:before{height:24px}.apply-misc-list li{font-size:16px;font-weight:400;line-height:26px}@media (min-width:768px){.apply-misc-list li{font-size:18px;line-height:28px}}.apply-misc-list li:before{height:28px}.self-eval-intro{width:100%;color:var(--text-on-content-secondary);margin:0;font-size:14px;line-height:22px}.self-eval-loading{text-align:center;width:100%;color:var(--text-on-content-secondary);padding:24px 0;font-size:14px}.self-eval-items{flex-direction:column;gap:16px;width:100%;display:flex}.self-eval-item{border:1px solid var(--line-muted);background:var(--surface-content-subtle);border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}@media (min-width:768px){.self-eval-item{padding:18px 20px}}.self-eval-item__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.self-eval-item__name{color:var(--text-on-content);word-break:keep-all;flex:auto;margin:0;font-size:15px;font-weight:700;line-height:22px}.self-eval-item__point{background:var(--color-primary);min-width:44px;height:22px;color:var(--color-base-000,#fff);letter-spacing:.2px;white-space:nowrap;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.self-eval-item__desc{color:var(--text-on-content-secondary);white-space:pre-line;margin:0;font-size:13px;line-height:20px}.self-eval-options{grid-template-columns:repeat(var(--self-eval-options,2),minmax(0,1fr));gap:8px;width:100%;display:grid}.self-eval-option{cursor:pointer;border:1px solid var(--line-control);background:var(--surface-control);min-height:44px;color:var(--text-on-content);text-align:center;-webkit-user-select:none;user-select:none;border-radius:6px;justify-content:center;align-items:center;padding:4px 8px;font-size:14px;font-weight:500;line-height:20px;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex;position:relative}.self-eval-option:hover{border-color:var(--color-primary);color:var(--color-primary)}.self-eval-option.is-active{border-color:var(--color-primary);background:var(--surface-selected-soft,color-mix(in srgb,var(--color-primary)10%,transparent));color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)inset;font-weight:700}.self-eval-option:focus-within{box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary)30%,transparent)}.self-eval-option input{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.self-eval-checkbox{cursor:pointer;color:var(--text-on-content);align-items:center;gap:8px;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.self-eval-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer}.self-eval-number{border:1px solid var(--line-control);background:var(--surface-control);width:100%;min-height:44px;color:var(--text-on-content);border-radius:6px;outline:none;padding:0 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.self-eval-number:focus-visible{border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary)24%,transparent)}.self-eval-total{border:1px solid var(--color-primary);background:var(--surface-selected-soft,color-mix(in srgb,var(--color-primary)8%,transparent));border-radius:8px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 18px;display:flex}.self-eval-total__label{color:var(--text-on-content);font-size:14px;font-weight:700;line-height:22px}@media (min-width:768px){.self-eval-total__label{font-size:15px}}.self-eval-total__value{color:var(--text-on-content-secondary);align-items:baseline;gap:2px;font-size:14px;font-weight:500;line-height:22px;display:inline-flex}.self-eval-total__value strong{color:var(--color-primary);font-size:22px;font-weight:700;line-height:1}@media (min-width:768px){.self-eval-total__value strong{font-size:24px}}.self-eval-actions{justify-content:flex-end;gap:12px;width:100%;margin-top:8px;display:flex}
@font-face{font-family:pretendard;src:url(../media/Pretendard_Regular-s.p.7d5750d9.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:pretendard;src:url(../media/Pretendard_Medium-s.p.0f3b69e0.woff2)format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:pretendard;src:url(../media/Pretendard_Bold-s.p.cf8746a0.woff2)format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:pretendard Fallback;src:local(Arial);ascent-override:93.76%;descent-override:23.75%;line-gap-override:0.0%;size-adjust:101.55%}.pretendard_c7952e53-module__Vhtn2a__className{font-family:pretendard,pretendard Fallback}.pretendard_c7952e53-module__Vhtn2a__variable{--font-pretendard-loaded:"pretendard","pretendard Fallback"}
