:root {
    color-scheme: light;
    --ink: #17151e;
    --paper: #f7f6f8;
    --white: #fff;
    --purple: #6c3df4;
    --purple-dark: #4b20c7;
    --lime: #ceff45;
    --coral: #ff745e;
    --muted: #77717e;
    --line: #e5e2e8;
    font-family: Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif;
    color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); }
button, input { font: inherit; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.team-image-upload{margin-top:25px;padding:15px;display:grid;grid-template-columns:170px 1fr;gap:20px;align-items:center;border:1px dashed #ccc6d0;border-radius:10px}.team-image-preview{height:130px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#eeeaf2;color:#8e8793;font-size:10px}.team-image-preview img{width:100%;height:100%;object-fit:contain}.team-image-upload p{margin:7px 0 12px;color:#8d8691;font-size:10px}.team-image-upload small{display:block;margin-top:10px;color:#8d8691;font-size:9px}.team-file-button{display:inline-block;padding:9px 12px;border-radius:7px;background:#17151e;color:white;font-size:10px;font-weight:700;cursor:pointer}.team-file-button input{position:absolute;width:1px;height:1px;opacity:0}.team-card-image{height:180px;margin:-28px -28px 22px;display:grid;place-items:center;overflow:hidden;background:#e9e4ef;color:var(--purple);font-size:48px;font-weight:800}.team-card-image img{width:100%;height:100%;object-fit:cover}

.home-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; color: white; }
.header-inner { width: min(100% - 48px, 1380px); height: 92px; margin: auto; display: flex; align-items: center; gap: 55px; }
.home-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font: 800 15px Arial, sans-serif; letter-spacing: .08em; white-space: nowrap; }
.home-brand-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px 3px 11px 3px; background: var(--lime); color: var(--ink); font-size: 20px; }
.main-navigation { display: flex; align-items: center; gap: 35px; }
.main-navigation a, .login-link { color: #d4d0da; text-decoration: none; font-size: 13px; font-weight: 600; transition: color .2s; }
.main-navigation a:hover, .login-link:hover { color: var(--lime); }
.main-navigation .event-link { display: inline; color: var(--lime); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.header-actions form { margin: 0; }
.login-name { color: var(--lime); font-size: 12px; font-weight: 700; }
.admin-header-link { padding: 8px 12px; border: 1px solid rgba(190,255,72,.45); border-radius: 7px; color: var(--lime); text-decoration: none; font-size: 11px; font-weight: 800; }
.admin-header-link:hover { background: var(--lime); color: var(--ink); }
.logout-button { border: 0; padding: 0; background: transparent; color: #d4d0da; cursor: pointer; font-size: 12px; }
.header-join { padding: 11px 19px; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; text-decoration: none; font-size: 12px; font-weight: 700; }
.menu-button { display: none; }

.hero-section { min-height: 790px; padding: 155px max(24px, calc((100vw - 1320px) / 2)) 100px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; background: var(--ink); color: white; }
.hero-content { position: relative; z-index: 2; padding-bottom: 15px; }
.hero-kicker { margin: 0 0 25px; color: #b9b4bf; font: 700 11px Arial, sans-serif; letter-spacing: .2em; display: flex; align-items: center; gap: 10px; }
.hero-kicker span { width: 27px; height: 2px; background: var(--lime); }
.hero-content h1 { margin: 0; font-size: clamp(56px, 6vw, 94px); line-height: 1.02; letter-spacing: -.07em; }
.hero-content h1 em { color: var(--lime); font-style: normal; }
.hero-description { margin: 30px 0 34px; color: #aaa5b0; font-size: 15px; line-height: 1.8; }
.hero-search { width: min(620px, 100%); padding: 7px; display: flex; background: white; border-radius: 14px; box-shadow: 0 20px 55px rgba(0,0,0,.25); }
.search-field { flex: 1; display: flex; align-items: center; min-width: 0; }
.search-field input { width: 100%; height: 52px; border: 0; outline: 0; padding: 0 14px 0 7px; color: var(--ink); font-size: 14px; }
.search-icon { width: 18px; height: 18px; margin: 0 10px 0 13px; border: 2px solid #6f6975; border-radius: 50%; position: relative; }
.search-icon::after { content: ""; width: 7px; height: 2px; position: absolute; right: -5px; bottom: -2px; background: #6f6975; transform: rotate(45deg); }
.hero-search button { min-width: 132px; border: 0; border-radius: 10px; background: var(--purple); color: white; cursor: pointer; font-weight: 700; font-size: 13px; }
.hero-search button span { margin-left: 7px; font-size: 17px; }
.popular-searches { margin-top: 17px; display: flex; flex-wrap: wrap; gap: 15px; font-size: 11px; }
.popular-searches span { color: #77717e; }
.popular-searches a { color: #aca7b1; text-decoration: none; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; }
.orbit-one { width: 740px; height: 740px; right: -150px; top: -70px; }
.orbit-two { width: 520px; height: 520px; right: -40px; top: 40px; }

.hero-visual { height: 535px; position: relative; z-index: 1; }
.visual-card { border-radius: 150px 150px 24px 24px; overflow: hidden; }
.main-card { width: 350px; height: 500px; position: absolute; right: 10%; top: 5px; background: linear-gradient(160deg, #8b69ef, #5830d2 60%, #3c1c9f); transform: rotate(3deg); box-shadow: 0 35px 70px rgba(0,0,0,.38); }
.main-card::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.15); border-radius: inherit; }
.visual-caption { position: absolute; left: 34px; bottom: 33px; z-index: 3; }
.visual-caption span { color: var(--lime); font: 700 9px Arial, sans-serif; letter-spacing: .18em; }
.visual-caption strong { display: block; margin-top: 8px; font: 700 30px/1.04 Arial, sans-serif; letter-spacing: -.04em; }
.dancer-art { position: absolute; width: 100%; height: 75%; left: 0; top: 5%; filter: drop-shadow(0 22px 18px rgba(34,10,84,.35)); }
.dancer-art span { position: absolute; display: block; background: #17131f; }
.dancer-head { width: 63px; height: 69px; border-radius: 48% 52% 43% 57%; left: 145px; top: 38px; }
.dancer-head::after { content: ""; width: 77px; height: 29px; position: absolute; left: -9px; top: 0; border-radius: 50%; background: #14111a; transform: rotate(-15deg); }
.dancer-body { width: 90px; height: 170px; left: 128px; top: 94px; border-radius: 45% 55% 20% 25%; transform: rotate(-6deg); }
.dancer-arm { width: 40px; height: 180px; top: 96px; border-radius: 25px; transform-origin: top; }
.arm-left { left: 139px; transform: rotate(61deg); }
.arm-right { left: 190px; transform: rotate(-55deg); }
.dancer-leg { width: 49px; height: 190px; top: 236px; border-radius: 25px; transform-origin: top; }
.leg-left { left: 138px; transform: rotate(18deg); }
.leg-right { left: 172px; transform: rotate(-23deg); }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; padding: 15px 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(38,34,46,.86); backdrop-filter: blur(14px); box-shadow: 0 18px 35px rgba(0,0,0,.25); }
.match-card { left: 4%; top: 64px; gap: 12px; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(206,255,69,.11); }
.floating-card small { display: block; color: #aaa5b0; font-size: 9px; }
.floating-card strong { display: block; margin-top: 3px; font-size: 19px; }
.trend { margin-left: 15px; color: var(--lime); font-size: 10px; }
.profile-card { right: 0; bottom: 50px; gap: 11px; }
.avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--purple); font-weight: 800; }
.profile-card strong { font-size: 11px; }
.verified { width: 20px; height: 20px; margin-left: 5px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 11px; }

.trust-strip { max-width: 1180px; min-height: 130px; margin: -1px auto 0; display: grid; grid-template-columns: repeat(3, 1fr) 1.2fr; align-items: center; background: white; box-shadow: 0 18px 45px rgba(37,29,52,.07); position: relative; z-index: 3; }
.trust-strip > div { min-height: 55px; padding: 0 35px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.trust-strip strong { font: 800 28px Arial, sans-serif; }
.trust-strip sup { color: var(--purple); font-size: 13px; }
.trust-strip span { margin-top: 5px; color: var(--muted); font-size: 11px; }
.trust-strip p { padding: 0 38px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.trust-strip p b { color: var(--purple); }

.section-wrap { width: min(100% - 48px, 1180px); margin: auto; }
.discover-section { padding-top: 135px; padding-bottom: 145px; }
.section-heading h2 { margin: 9px 0 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.14; letter-spacing: -.055em; }
.section-kicker { margin: 0; color: var(--purple); font: 800 10px Arial, sans-serif; letter-spacing: .2em; }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; }
.split-heading > div:last-child { padding-bottom: 6px; }
.split-heading > div:last-child p { margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.split-heading a, .safety-card a { color: var(--ink); text-decoration: none; font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.split-heading a span { margin-left: 6px; color: var(--purple); }
.category-tabs { margin: 55px 0 26px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.category-tabs::-webkit-scrollbar { display: none; }
.category-tabs button { flex: 0 0 auto; padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; }
.category-tabs button.active { border-color: var(--ink); background: var(--ink); color: white; }
.talent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.talent-card { overflow: hidden; background: white; transition: transform .25s, box-shadow .25s; }
.talent-card:hover { transform: translateY(-6px); box-shadow: 0 22px 45px rgba(28,20,44,.1); }
.talent-image { height: 345px; position: relative; overflow: hidden; }
.talent-violet .talent-image { background: #8f6cf5; }
.talent-lime .talent-image { background: var(--lime); }
.talent-coral .talent-image { background: var(--coral); }
.talent-number { position: absolute; left: 21px; top: 18px; z-index: 3; font: 700 10px Arial, sans-serif; }
.abstract-person { width: 130px; height: 280px; position: absolute; left: 50%; bottom: -25px; border-radius: 55px 55px 20px 20px; background: var(--ink); transform-origin: bottom; box-shadow: 0 20px 35px rgba(0,0,0,.18); }
.abstract-person::before { content: ""; width: 82px; height: 82px; position: absolute; left: 24px; top: -62px; border-radius: 50%; background: var(--ink); }
.abstract-person::after { content: ""; width: 245px; height: 40px; position: absolute; left: -56px; top: 45px; border-radius: 22px; background: var(--ink); }
.pose-one { transform: translateX(-50%) rotate(-8deg); }
.pose-two { transform: translateX(-50%) rotate(7deg); height: 255px; }
.pose-two::after { transform: rotate(-24deg); }
.pose-three { transform: translateX(-50%) rotate(-3deg); width: 150px; }
.pose-three::after { transform: rotate(18deg); width: 260px; left: -68px; }
.talent-info { min-height: 110px; padding: 19px 20px; display: flex; justify-content: space-between; align-items: center; }
.talent-info p { margin: 0 0 6px; color: var(--purple); font: 700 8px Arial, sans-serif; letter-spacing: .12em; }
.verified-small { display: inline-grid; place-items: center; width: 12px; height: 12px; margin-right: 3px; border-radius: 50%; background: var(--purple); color: white; }
.talent-info h3 { margin: 0 0 5px; font: 800 18px Arial, sans-serif; }
.talent-info div > span { color: var(--muted); font-size: 10px; }
.talent-info > strong { font: 700 11px Arial, sans-serif; }

.process-section { padding: 125px 0 135px; background: var(--ink); color: white; }
.centered-heading { text-align: center; }
.section-kicker.light { color: var(--lime); }
.process-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #3b3741; }
.process-grid article { min-height: 280px; padding: 30px 40px 20px; position: relative; border-right: 1px solid #3b3741; }
.process-grid article:first-child { border-left: 1px solid #3b3741; }
.step-number { position: absolute; top: -25px; left: 50%; transform: translateX(-50%); padding: 14px; background: var(--ink); color: #716b79; font: 700 9px Arial, sans-serif; }
.step-icon { width: 58px; height: 58px; margin: 28px auto 26px; display: grid; place-items: center; border-radius: 18px; background: #28242e; color: var(--lime); font-size: 25px; }
.process-grid h3 { margin: 0 0 13px; text-align: center; font-size: 17px; }
.process-grid p { max-width: 250px; margin: auto; text-align: center; color: #98929e; font-size: 12px; line-height: 1.8; }

.safety-section { padding-top: 125px; padding-bottom: 125px; }
.safety-card { padding: 70px clamp(35px, 6vw, 90px); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; background: #ece8f8; border-radius: 30px; position: relative; overflow: hidden; }
.safety-card::after { content: ""; width: 350px; height: 350px; position: absolute; right: -180px; top: -180px; border: 70px solid rgba(108,61,244,.08); border-radius: 50%; }
.safety-card h2 { margin: 12px 0 20px; font-size: clamp(36px, 4vw, 53px); line-height: 1.16; letter-spacing: -.055em; }
.safety-card > div > p:not(.section-kicker) { max-width: 480px; margin: 0 0 28px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.safety-card ul { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; }
.safety-card li { display: grid; grid-template-columns: 43px 1fr; padding: 19px 0; border-bottom: 1px solid rgba(78,62,110,.14); }
.safety-card li > span { grid-row: 1 / 3; color: var(--purple); font: 700 10px Arial, sans-serif; padding-top: 4px; }
.safety-card li strong { font-size: 14px; }
.safety-card li small { margin-top: 5px; color: var(--muted); font-size: 11px; }

.cta-section { padding: 110px 24px 120px; text-align: center; background: var(--purple); color: white; }
.cta-section > p { color: var(--lime); font: 800 10px Arial, sans-serif; letter-spacing: .22em; }
.cta-section h2 { margin: 15px 0 35px; font-size: clamp(42px, 5vw, 68px); line-height: 1.12; letter-spacing: -.06em; }
.cta-section > div { display: flex; justify-content: center; gap: 10px; }
.cta-section a { min-width: 150px; padding: 15px 20px; border-radius: 9px; background: var(--lime); color: var(--ink); text-decoration: none; font-size: 12px; font-weight: 800; }
.cta-section .cta-secondary { background: transparent; color: white; border: 1px solid rgba(255,255,255,.45); }

.home-footer { padding: 70px max(24px, calc((100vw - 1180px) / 2)) 25px; background: var(--ink); color: white; }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 40px; padding-bottom: 60px; }
.footer-main > div { display: grid; align-content: start; gap: 12px; }
.footer-main strong { margin-bottom: 6px; font-size: 12px; }
.footer-main div a { color: #8f8995; text-decoration: none; font-size: 11px; }
.footer-business { display: flex; flex-wrap: wrap; gap: 7px 18px; padding: 22px 0; border-top: 1px solid #34303a; color: #8f8995; font-style: normal; font-size: 10px; line-height: 1.7; }
.footer-business strong { width: 100%; color: #d7d2dc; font-size: 11px; }
.footer-business a { color: inherit; }
.footer-bottom { padding-top: 20px; border-top: 1px solid #34303a; display: flex; justify-content: space-between; color: #69636e; font-size: 10px; }

@media (max-width: 1024px) {
    .header-inner { gap: 30px; }
    .main-navigation { gap: 20px; }
    .hero-section { min-height: 720px; grid-template-columns: 1.1fr .9fr; }
    .hero-visual { transform: scale(.82); transform-origin: right center; }
    .main-card { right: 0; }
    .trust-strip { width: calc(100% - 48px); }
    .process-grid article { padding-left: 24px; padding-right: 24px; }
}

@media (max-width: 780px) {
    .home-header { position: absolute; }
    .header-inner { width: calc(100% - 36px); height: 74px; }
    .header-actions { display: none; }
    .menu-button { width: 40px; height: 40px; margin-left: auto; padding: 10px; display: grid; align-content: center; gap: 6px; border: 0; background: transparent; }
    .menu-button span { width: 21px; height: 2px; display: block; background: white; transition: .2s; }
    .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
    .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
    .main-navigation { display: none; position: absolute; left: 18px; right: 18px; top: 68px; padding: 18px; border: 1px solid #393540; border-radius: 13px; background: rgba(24,21,30,.98); box-shadow: 0 20px 40px rgba(0,0,0,.35); }
    .main-navigation.open { display: grid; gap: 0; }
    .main-navigation a { padding: 13px 8px; border-bottom: 1px solid #34303a; }
    .main-navigation a:last-child { border-bottom: 0; }
    .main-navigation .event-link { display: block; color: var(--lime); }
    .hero-section { min-height: auto; padding-top: 130px; padding-bottom: 75px; display: block; }
    .hero-content { text-align: center; }
    .hero-kicker { justify-content: center; }
    .hero-content h1 { font-size: clamp(48px, 13vw, 78px); }
    .hero-description { margin-left: auto; margin-right: auto; }
    .hero-search { margin: auto; }
    .popular-searches { justify-content: center; }
    .hero-visual { width: 440px; max-width: 100%; height: 460px; margin: 55px auto 0; transform: scale(.9); transform-origin: top center; }
    .main-card { right: 10%; }
    .trust-strip { margin-top: 0; grid-template-columns: repeat(3, 1fr); }
    .trust-strip > div { padding: 0 18px; text-align: center; }
    .trust-strip p { display: none; }
    .split-heading { grid-template-columns: 1fr; gap: 25px; }
    .talent-grid { grid-template-columns: 1fr 1fr; }
    .talent-card:last-child { display: none; }
    .process-grid { grid-template-columns: 1fr; border-top: 0; gap: 40px; }
    .process-grid article, .process-grid article:first-child { min-height: auto; padding: 40px 25px; border: 1px solid #3b3741; }
    .safety-card { grid-template-columns: 1fr; gap: 45px; }
    .footer-main { grid-template-columns: 1.5fr repeat(3, 1fr); }
}

@media (max-width: 520px) {
    .desktop-only { display: none; }
    .hero-section { padding-left: 18px; padding-right: 18px; }
    .hero-description { font-size: 13px; }
    .hero-search { display: block; padding: 6px; }
    .hero-search button { width: 100%; height: 48px; }
    .hero-visual { width: 360px; height: 390px; transform: scale(.78); margin-top: 45px; margin-bottom: -65px; }
    .main-card { right: 0; }
    .match-card { left: -4%; }
    .profile-card { right: -5%; }
    .trust-strip { width: 100%; min-height: 105px; }
    .trust-strip > div { min-height: 50px; padding: 0 5px; }
    .trust-strip strong { font-size: 20px; }
    .trust-strip span { font-size: 9px; }
    .section-wrap { width: calc(100% - 36px); }
    .discover-section { padding-top: 90px; padding-bottom: 95px; }
    .section-heading h2 { font-size: 39px; }
    .category-tabs { margin-top: 38px; }
    .talent-grid { grid-template-columns: 1fr; }
    .talent-card:last-child { display: block; }
    .talent-image { height: 330px; }
    .process-section { padding: 90px 0; }
    .process-grid { margin-top: 55px; }
    .safety-section { padding-top: 80px; padding-bottom: 80px; }
    .safety-card { padding: 48px 25px; border-radius: 20px; }
    .cta-section > div { flex-direction: column; max-width: 280px; margin: auto; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-main > .home-brand { grid-column: 1 / -1; margin-bottom: 20px; }
    .footer-main > div:last-child { display: none; }
    .footer-bottom { display: grid; gap: 8px; }
}
.site-translate{position:fixed;right:18px;bottom:18px;z-index:9998;min-width:165px;padding:9px 11px;border:1px solid rgba(255,255,255,.18);border-radius:11px;background:rgba(23,21,30,.94);box-shadow:0 12px 35px rgba(20,15,29,.24);backdrop-filter:blur(10px)}.site-translate-label{display:block;margin-bottom:5px;color:#ceff45;font:800 8px Arial,sans-serif;letter-spacing:.14em}.site-language{width:100%;height:32px;padding:0 9px;border:0;border-radius:6px;background:#fff;color:#17151e;font-size:11px;font-weight:700;outline:0;cursor:pointer}.site-language:focus{box-shadow:0 0 0 3px rgba(206,255,69,.25)}.site-translate #google_translate_element{display:none!important}.goog-te-banner-frame.skiptranslate,.goog-te-banner-frame{display:none!important}body{top:0!important}#goog-gt-tt,.goog-te-balloon-frame{display:none!important}@media(max-width:520px){.site-translate{right:10px;bottom:10px;min-width:145px;padding:7px 9px}}
