
:root{--ink:#0b0b0b;--paper:#f5f4ef;--lime:#caff00;--muted:#6c6c68;--line:#c8c7c1;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,"Noto Sans JP",sans-serif;font-size:16px;line-height:1.75}
a{color:inherit}.mono{font-family:"Courier New",monospace;letter-spacing:.06em}.wrap{width:min(var(--max),calc(100% - 48px));margin:auto}
header{position:sticky;top:0;z-index:80;background:rgba(245,244,239,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--ink)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.logo{font-weight:1000;font-size:30px;letter-spacing:-.08em;text-decoration:none}.logo small{font:10px "Courier New";letter-spacing:.12em;margin-left:10px}
nav{display:flex;gap:27px;align-items:center}nav a{text-decoration:none;font-weight:900;font-size:13px}nav a:hover,nav a.active{border-bottom:3px solid var(--lime)}
.menuBtn{display:none;border:1px solid #111;background:none;padding:8px 11px;font-weight:900}
.hero{min-height:650px;display:grid;grid-template-columns:1.2fr .8fr;border-bottom:1px solid var(--ink)}
.heroCopy{padding:95px max(24px,calc((100vw - var(--max))/2)) 70px max(24px,calc((100vw - var(--max))/2));padding-right:55px}
.kicker{font:700 12px "Courier New";letter-spacing:.12em}.hero h1{font-size:clamp(64px,8.4vw,132px);line-height:.78;letter-spacing:-.08em;margin:38px 0}.hero h1 em{font-style:normal;text-decoration:underline;text-decoration-color:var(--lime);text-decoration-thickness:12px;text-underline-offset:-5px}
.heroCopy>p{font-size:18px;max-width:690px}.heroSide{background:#111;color:#fff;padding:70px 45px;display:flex;flex-direction:column;justify-content:flex-end}
.heroSide .big{font-size:clamp(35px,4vw,62px);font-weight:1000;line-height:1;letter-spacing:-.05em}.heroSide p{color:#ddd}
.btns{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-block;background:#111;color:#fff;border:2px solid #111;padding:13px 18px;text-decoration:none;font-weight:950;font-size:14px}.btn.lime{background:var(--lime);color:#111}.btn.white{background:#fff;color:#111}
.section{padding:95px 0;border-bottom:1px solid var(--ink)}.sectionHead{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:50px}.sectionHead h2{font-size:clamp(48px,6vw,88px);line-height:.88;letter-spacing:-.065em;margin:12px 0}.sectionHead p{font-size:17px}
.cards4{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #111}.card{padding:28px;min-height:330px;border-right:1px solid #111;display:flex;flex-direction:column}.card:last-child{border:0}.card .num{font:700 11px "Courier New"}.card h3{font-size:30px;line-height:1;margin:auto 0 20px}.card p{font-size:15px}.card a{font-weight:900;font-size:13px}
.split{display:grid;grid-template-columns:1fr 1fr;border:2px solid #111}.choice{padding:45px;min-height:470px;display:flex;flex-direction:column}.choice+ .choice{border-left:2px solid #111}.choice.rent{background:var(--lime)}.choice.own{background:#111;color:#fff}.choice h3{font-size:58px;line-height:.9;margin:35px 0 15px}.price{font-size:58px;font-weight:1000;letter-spacing:-.06em}.choice p{font-size:16px}.choice .btn{margin-top:auto;width:max-content}
.creatorBand{background:#111;color:#fff;padding:100px 0;border-bottom:1px solid #111}.creatorBand h2{font-size:clamp(58px,8vw,116px);line-height:.78;letter-spacing:-.075em;margin:25px 0}.creatorBand h2 span{color:var(--lime)}.creatorBand .grid{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:end}.creatorBand p{font-size:18px}.zero{border:2px solid var(--lime);padding:28px}.zero strong{display:block;color:var(--lime);font-size:64px;line-height:1}
.points{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.point{border:1px solid #111;padding:25px}.point b{font-size:22px}.point p{font-size:15px}
.pageHero{padding:95px 0 70px;border-bottom:1px solid #111}.pageHero h1{font-size:clamp(60px,8vw,118px);line-height:.82;letter-spacing:-.075em;margin:30px 0}.pageHero p{font-size:18px;max-width:780px}
.serviceRow{display:grid;grid-template-columns:220px 1fr 1fr;border-top:1px solid #111;padding:35px 0;gap:35px}.serviceRow:last-child{border-bottom:1px solid #111}.serviceRow h3{font-size:34px;margin:0}.serviceRow p{margin:0}.tags{display:flex;gap:7px;flex-wrap:wrap}.tags span{border:1px solid #111;padding:5px 8px;font-size:12px;font-weight:800}
.creatorPage{background:#111;color:#fff}.creatorPage .pageHero{border-color:#666}.creatorPage .pageHero h1 span{color:var(--lime)}
.flow{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.flow article{border:1px solid #777;padding:30px;min-height:280px}.flow b{font-size:38px}.flow span{color:var(--lime)}
.productBox{border:2px solid var(--lime);padding:50px}.productBox h2{font-size:clamp(50px,6vw,86px);line-height:.9;margin:20px 0}.productBox h2 span{color:var(--lime)}
.form{max-width:850px}.field{margin-bottom:22px}.field label{display:block;font-weight:900;margin-bottom:7px}.field input,.field textarea,.field select{width:100%;padding:14px;border:1px solid #111;background:#fff;font:inherit}.field textarea{min-height:150px}
footer{background:#111;color:#fff;padding:50px 0 95px}.footerGrid{display:flex;justify-content:space-between;gap:30px}.footerNav{display:flex;gap:18px;flex-wrap:wrap}.footerNav a{font-size:13px}
.quickStack{position:fixed;right:16px;bottom:16px;z-index:150;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.topQuick,.chatQuick{border:2px solid #111;font-weight:950;cursor:pointer}.topQuick{width:44px;height:44px;background:#fff}.chatQuick{background:#111;color:#fff;padding:13px 17px}.chatQuick i{display:inline-block;width:8px;height:8px;background:var(--lime);border-radius:50%;margin-right:7px}
.chatPopup{position:fixed;right:16px;bottom:124px;width:min(410px,calc(100vw - 32px));height:540px;background:#fff;border:2px solid #111;z-index:149;box-shadow:8px 8px 0 rgba(0,0,0,.18);display:none;grid-template-rows:auto 1fr auto auto}.chatPopup.open{display:grid}
.chatBar{background:#111;color:#fff;padding:12px 14px;display:flex;justify-content:space-between}.chatBar button{border:0;background:none;color:#fff;font-size:20px}.chatMsgs{background:#ecebe6;padding:14px;overflow:auto}.msg{background:#fff;border:1px solid #111;padding:10px;margin-bottom:8px;max-width:88%;font-size:14px}.msg.me{margin-left:auto;background:#111;color:#fff}
.quickReplies{padding:9px;display:flex;gap:5px;flex-wrap:wrap;border-top:1px solid #aaa}.quickReplies button{background:#fff;border:1px solid #111;padding:7px;font-size:11px}.chatInput{display:flex;border-top:2px solid #111}.chatInput input{flex:1;border:0;padding:13px;min-width:0}.chatInput button{border:0;background:var(--lime);font-weight:900;padding:0 17px}
.notice{font-size:13px;color:var(--muted);line-height:1.8}.creatorPage .notice{color:#bbb}
@media(max-width:800px){
 .wrap{width:min(100% - 30px,var(--max))}.nav{height:64px}.logo small{display:none}.menuBtn{display:block}nav{display:none;position:absolute;top:64px;left:0;right:0;background:var(--paper);border-bottom:1px solid #111;padding:18px 15px;flex-direction:column;align-items:flex-start}nav.open{display:flex}
 .hero{grid-template-columns:1fr;min-height:auto}.heroCopy{padding:65px 20px}.hero h1{font-size:19vw}.heroSide{padding:45px 20px;min-height:320px}
 .section{padding:65px 0}.sectionHead{grid-template-columns:1fr;gap:10px}.sectionHead h2{font-size:15vw}.cards4{grid-template-columns:1fr 1fr}.card{min-height:280px;border-bottom:1px solid #111}.card:nth-child(2){border-right:0}.card:nth-child(3){border-bottom:0}
 .split,.creatorBand .grid{grid-template-columns:1fr}.choice{min-height:420px;padding:28px}.choice+.choice{border-left:0;border-top:2px solid #111}.choice h3,.price{font-size:46px}
 .points,.flow{grid-template-columns:1fr}.serviceRow{grid-template-columns:1fr;gap:12px}.pageHero{padding:65px 0 45px}.pageHero h1{font-size:17vw}
 .creatorBand{padding:70px 0}.creatorBand h2{font-size:16vw}.zero strong{font-size:52px}.productBox{padding:28px}
 .footerGrid{flex-direction:column}.quickStack{right:10px;bottom:10px}.chatPopup{right:0;bottom:0;width:100vw;height:100dvh;max-width:none;border:0;z-index:200}
}

/* V2 PRICE COMPARISON */
.marketBlock{margin-top:70px;border-top:2px solid #111;padding-top:55px}
.marketLead{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:end;margin-bottom:30px}
.marketLead h2{font-size:clamp(44px,5.5vw,80px);line-height:.9;letter-spacing:-.06em;margin:12px 0}
.marketLead p{font-size:16px}
.priceTableWrap{overflow-x:auto;border:2px solid #111;background:#fff}
.priceTable{width:100%;border-collapse:collapse;min-width:820px}
.priceTable th,.priceTable td{padding:18px 16px;border-right:1px solid #bbb;border-bottom:1px solid #bbb;text-align:left;vertical-align:middle}
.priceTable th:last-child,.priceTable td:last-child{border-right:0}
.priceTable thead th{background:#111;color:#fff;font-size:13px}
.priceTable thead th.heydCol{background:var(--lime);color:#111}
.priceTable tbody th{font-size:14px;width:23%}
.priceTable td{font-size:15px}.priceTable td strong{font-size:20px}
.priceTable .heydCell{background:#efffc0;font-weight:900}
.marketSource{font-size:12px;color:#666;line-height:1.8;margin-top:14px}
.priceNote{margin-top:24px;padding:24px;border:1px solid #111;display:grid;grid-template-columns:1fr 1fr;gap:30px}
.priceNote b{font-size:22px}.priceNote p{margin:5px 0;font-size:14px}
@media(max-width:800px){.marketLead,.priceNote{grid-template-columns:1fr}.marketBlock{margin-top:50px}.priceTable th,.priceTable td{padding:14px 12px}}

/* V3 FONT + MOBILE QA */
body{font-size:16px;line-height:1.8}
p{overflow-wrap:anywhere}
.heroCopy>p,.pageHero p,.creatorBand p{font-size:18px;line-height:1.85}
.sectionHead p{font-size:17px;line-height:1.85}
.card p,.point p,.serviceRow p,.choice p{font-size:15px;line-height:1.8}
.notice,.marketSource{font-size:13px;line-height:1.85}
.btn{font-size:14px;line-height:1.35}
.priceTable th{font-size:14px}.priceTable td{font-size:15px}.priceTable td strong{font-size:20px;white-space:nowrap}
nav a{font-size:14px}
@media(max-width:800px){
 body{font-size:16px}
 .wrap{width:calc(100% - 32px)}
 .heroCopy>p,.pageHero p,.creatorBand p,.sectionHead p{font-size:16px;line-height:1.85}
 .hero h1{font-size:clamp(56px,18vw,86px);line-height:.82}
 .hero h1 em{text-decoration-thickness:8px}
 .heroSide .big{font-size:46px}
 .sectionHead h2{font-size:clamp(48px,14vw,72px);line-height:.9}
 .pageHero h1{font-size:clamp(54px,16vw,82px);line-height:.86}
 .creatorBand h2{font-size:clamp(54px,16vw,82px)}
 .cards4{grid-template-columns:1fr}
 .card{min-height:235px;border-right:0;border-bottom:1px solid #111!important}
 .card:last-child{border-bottom:0!important}
 .card h3{font-size:32px;margin:40px 0 18px}
 .choice{min-height:auto;padding:30px 24px}
 .choice h3{font-size:44px;margin:30px 0 18px}
 .price{font-size:46px;line-height:.95}
 .serviceRow{padding:28px 0}.serviceRow h3{font-size:30px}
 .points{gap:10px}.point{padding:22px}.point b{font-size:20px}
 .btns{gap:8px}.btn{width:100%;text-align:center;padding:14px 15px;font-size:14px}
 .zero{padding:24px}.zero strong{font-size:46px}
 .flow article{min-height:auto;padding:24px}.flow b{font-size:32px}
 .productBox h2{font-size:clamp(44px,13vw,66px)}
 .marketLead h2{font-size:clamp(46px,14vw,68px)}
 .priceTableWrap{margin-left:0;margin-right:0;-webkit-overflow-scrolling:touch}
 .priceTable{min-width:700px}
 .priceTable th,.priceTable td{padding:13px 11px}
 .priceTable td strong{font-size:18px}
 .priceNote{padding:20px;gap:18px}.priceNote b{font-size:20px}
 .form .field input,.form .field textarea,.form .field select{font-size:16px} /* prevents iOS zoom */
 footer{padding-bottom:130px}
 .quickStack{z-index:160}
 .topQuick{width:46px;height:46px}
 .chatQuick{min-height:46px;font-size:12px}
}
@media(max-width:390px){
 .logo{font-size:27px}
 .hero h1{font-size:17vw}
 .heroCopy{padding-left:16px;padding-right:16px}
 .sectionHead h2{font-size:13.5vw}
 .choice h3{font-size:40px}
 .price{font-size:42px}
}

@media(max-width:800px){body.chatOpen{overflow:hidden}body.chatOpen .quickStack{display:none}}

/* V4 Japanese typography polish */
body{font-feature-settings:"palt";letter-spacing:.015em}
h1,h2,h3,.logo,.price{letter-spacing:-.055em}
.card p,.point p,.serviceRow p,.choice p{line-height:1.9}
@media(max-width:800px){body{line-height:1.85}.card p,.point p,.serviceRow p,.choice p{font-size:15px;line-height:1.85}.kicker{font-size:11px}}

/* V6 - SERVICE tag text centered */
.tags span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

/* V7 CREATOR: consultation / steps / one-point comparison */
.iconFlow{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid currentColor;margin-top:42px}
.iconFlow article{padding:28px;min-height:260px;border-right:1px solid currentColor;display:flex;flex-direction:column}
.iconFlow article:last-child{border-right:0}
.stepIcon,.consultIcon{width:54px;height:54px;border:1px solid currentColor;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:24px}
.iconFlow b{font-size:24px;margin:10px 0}
.iconFlow p{margin-top:auto;opacity:.75;font-size:14px;line-height:1.8}

.consultGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:42px}
.consultGrid a{border:1px solid currentColor;padding:26px;min-height:220px;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:.18s ease}
.consultGrid a:hover{background:#c8ff00;color:#0a0a0a;transform:translateY(-2px)}
.consultGrid b{font-size:21px;margin-bottom:6px}
.consultGrid small{font-size:13px;opacity:.72;line-height:1.7}
.consultGrid em{font-style:normal;font-weight:800;font-size:13px;margin-top:auto}

.oneCompare{display:grid;grid-template-columns:1fr 70px 1fr;border:1px solid currentColor;margin-top:42px}
.compareSide{padding:36px;min-height:280px;display:flex;flex-direction:column;justify-content:center}
.compareSide b{font-size:25px;line-height:1.5;margin:16px 0}
.compareSide p{font-size:14px;line-height:1.9;opacity:.75}
.compareVs{border-left:1px solid currentColor;border-right:1px solid currentColor;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:14px}
.heydSide{background:#c8ff00;color:#0a0a0a}

@media(max-width:800px){
 .iconFlow{grid-template-columns:1fr 1fr}
 .iconFlow article{min-height:225px;padding:22px;border-bottom:1px solid currentColor}
 .iconFlow article:nth-child(2){border-right:0}
 .iconFlow article:nth-child(3),.iconFlow article:nth-child(4){border-bottom:0}
 .consultGrid{grid-template-columns:1fr 1fr}
 .consultGrid a{min-height:190px;padding:20px}
 .oneCompare{grid-template-columns:1fr}
 .compareVs{height:48px;border-left:0;border-right:0;border-top:1px solid currentColor;border-bottom:1px solid currentColor}
 .compareSide{min-height:auto;padding:28px 22px}
}
@media(max-width:430px){
 .iconFlow,.consultGrid{grid-template-columns:1fr}
 .iconFlow article{border-right:0!important;border-bottom:1px solid currentColor!important;min-height:auto}
 .iconFlow article:last-child{border-bottom:0!important}
 .consultGrid a{min-height:170px}
}

/* V8 - CREATOR comparison intro layout refinement */
.creatorCompare .compareIntro{margin-bottom:44px}
.creatorCompare .compareIntroGrid{
 display:grid;
 grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
 gap:72px;
 align-items:end;
 margin-top:16px;
}
.creatorCompare .compareIntro h2{
 margin:0;
 max-width:760px;
 font-size:clamp(48px,5.8vw,86px);
 line-height:.98;
 letter-spacing:-.07em;
}
.creatorCompare .compareIntro h2 span{color:#c8ff00}
.creatorCompare .compareIntroCopy{
 max-width:430px;
 padding:0 0 8px 28px;
 border-left:1px solid rgba(255,255,255,.35);
}
.creatorCompare .compareIntroCopy strong{
 display:block;
 font-size:20px;
 line-height:1.55;
 margin-bottom:14px;
}
.creatorCompare .compareIntroCopy p{
 margin:0;
 font-size:15px;
 line-height:1.9;
 opacity:.72;
}
@media(max-width:800px){
 .creatorCompare .compareIntroGrid{grid-template-columns:1fr;gap:28px;align-items:start}
 .creatorCompare .compareIntro h2{font-size:clamp(43px,12vw,68px);line-height:1.02}
 .creatorCompare .compareIntroCopy{max-width:none;padding:18px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.35)}
}

/* V9 - CREATOR category inquiry modal */
.creatorInquiryModal{position:fixed;inset:0;z-index:9999;display:none}
.creatorInquiryModal.isOpen{display:block}
.creatorInquiryBackdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(5px)}
.creatorInquiryPanel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(760px,calc(100% - 40px));max-height:calc(100vh - 40px);overflow:auto;background:#101010;color:#fff;border:1px solid rgba(255,255,255,.8);padding:34px}
.creatorInquiryTop{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.25)}
.creatorInquiryTop h2{font-size:clamp(32px,4vw,52px);margin:6px 0 0;line-height:1}
.creatorInquiryClose{width:44px;height:44px;flex:0 0 44px;border:1px solid #fff;border-radius:50%;background:transparent;color:#fff;font-size:25px;cursor:pointer}
.creatorInquiryCategory{background:#c8ff00;color:#080808;padding:18px 20px;margin:22px 0;display:grid;grid-template-columns:1fr auto;gap:5px 20px;align-items:end}
.creatorInquiryCategory .mono{grid-column:1/-1;font-size:10px}
.creatorInquiryCategory strong{font-size:25px}
.creatorInquiryCategory small{font-size:12px;text-align:right}
.creatorInquiryForm label{display:block;margin-top:16px}
.creatorInquiryForm label>span{display:block;font-weight:800;font-size:13px;margin-bottom:7px}
.creatorInquiryForm label i{font-style:normal;font-size:10px;background:#c8ff00;color:#080808;padding:2px 5px;margin-left:5px}
.creatorFormGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.creatorInquiryForm input:not([type=checkbox]),.creatorInquiryForm textarea{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.45);background:#171717;color:#fff;padding:13px 14px;font:inherit;border-radius:0;outline:none}
.creatorInquiryForm input:focus,.creatorInquiryForm textarea:focus{border-color:#c8ff00}
.creatorInquiryForm textarea{resize:vertical}
.creatorPrivacy{display:flex!important;gap:9px;align-items:flex-start}
.creatorPrivacy input{margin-top:4px}
.creatorPrivacy span{font-weight:400!important;line-height:1.65}
.creatorInquirySubmit{width:100%;margin-top:22px;padding:16px;border:0;background:#c8ff00;color:#080808;font-weight:900;font-size:14px;cursor:pointer}
.creatorInquiryDemo{font-size:11px;line-height:1.7;opacity:.55;margin:10px 0 0}
.creatorInquiryThanks{padding:42px 0 10px}
.creatorInquiryThanks h3{font-size:28px;margin:10px 0}
.creatorInquiryThanks p{line-height:1.8;opacity:.7}
.creatorInquiryDone{border-radius:0;width:auto;height:auto;padding:12px 28px;margin-top:20px}
body.creatorModalOpen{overflow:hidden}
@media(max-width:650px){
 .creatorInquiryPanel{top:0;left:0;transform:none;width:100%;height:100dvh;max-height:none;border:0;padding:22px 18px;box-sizing:border-box}
 .creatorFormGrid{grid-template-columns:1fr;gap:0}
 .creatorInquiryCategory{grid-template-columns:1fr}
 .creatorInquiryCategory small{text-align:left}
}

/* V10 operational setup */
.legalNav{grid-column:1/-1;display:flex;gap:18px;flex-wrap:wrap;padding-top:18px;border-top:1px solid rgba(127,127,127,.3);font-size:12px}
.legalNav a{color:inherit;text-decoration:none;opacity:.7}
.companyProfile,.legalTable{margin-top:38px;border-top:1px solid currentColor}
.companyProfile dl,.legalTable dl{display:grid;grid-template-columns:220px 1fr;margin:0;border-bottom:1px solid rgba(127,127,127,.35);padding:18px 0}
.companyProfile dt,.legalTable dt{font-weight:800}.companyProfile dd,.legalTable dd{margin:0}
.privacyBody{max-width:900px}.privacyBody h2{font-size:22px;margin:42px 0 10px}.privacyBody p{line-height:1.9;opacity:.82}
.eligibilityBox{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;border:1px solid currentColor;padding:34px}
.eligibilityRule{display:grid;gap:12px}.eligibilityRule strong{font-size:26px}.eligibilityRule span{font-size:11px;font-weight:900;opacity:.5}.eligibilityRule p{font-size:13px;line-height:1.8;opacity:.7}
.contactMethods{display:grid;grid-template-columns:1fr 1fr;border:1px solid currentColor}.contactMethods>div{padding:30px}.contactMethods>div+div{border-left:1px solid currentColor}.contactMethods strong{display:block;font-size:22px;margin:10px 0}.contactMethods p{opacity:.7;line-height:1.8}
.lineModal{display:none;position:fixed;inset:0;z-index:10020}.lineModal.isOpen{display:block}.lineBackdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(5px)}
.linePanel{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(520px,calc(100% - 36px));box-sizing:border-box;background:#101010;color:#fff;border:1px solid #fff;padding:34px}
.lineClose{position:absolute;right:18px;top:18px;width:40px;height:40px;border:1px solid #fff;border-radius:50%;background:none;color:#fff;font-size:22px}
.linePanel h2{font-size:40px;margin:12px 0}.linePanel>p{line-height:1.8}
.lineId{margin-top:22px;padding:20px;background:#c8ff00;color:#080808;display:grid;grid-template-columns:1fr auto;gap:5px 18px;align-items:center}.lineId span{font-size:10px;font-weight:900}.lineId strong{font-size:26px}.lineCopy{grid-row:1/3;grid-column:2;border:1px solid #080808;background:transparent;padding:10px 12px;font-weight:800;cursor:pointer}
body.lineModalOpen{overflow:hidden}
@media(max-width:700px){.companyProfile dl,.legalTable dl{grid-template-columns:1fr;gap:7px}.eligibilityBox,.contactMethods{grid-template-columns:1fr}.eligibilityBox{gap:28px;padding:24px}.contactMethods>div+div{border-left:0;border-top:1px solid currentColor}.linePanel{padding:28px 20px}.lineId{grid-template-columns:1fr}.lineCopy{grid-row:auto;grid-column:auto;margin-top:8px}}

/* V11 - richer creator guideline */
.creatorEligibility .eligibilityBox{display:block;padding:0;border:1px solid rgba(255,255,255,.7)}
.eligibilityLead{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;padding:34px;border-bottom:1px solid rgba(255,255,255,.28)}
.eligibilityLead p{max-width:540px;margin:0;align-self:end;opacity:.65;line-height:1.8}
.eligibilityChoices{display:grid;grid-template-columns:1fr 70px 1fr}
.eligibilityChoices article{padding:34px;min-height:300px;display:flex;flex-direction:column}
.eligibilityChoices article:first-child{border-right:1px solid rgba(255,255,255,.28)}
.eligibilityChoices article:last-child{border-left:1px solid rgba(255,255,255,.28)}
.eligibilityIcon{width:72px;height:72px;border:1px solid #c8ff00;border-radius:50%;display:grid;place-items:center;color:#c8ff00;font-size:22px;font-weight:900;margin-bottom:28px}
.eligibilityChoices strong{font-size:30px;line-height:1.25;margin:12px 0}
.eligibilityChoices p{font-size:13px;line-height:1.8;opacity:.62;margin-top:auto}
.eligibilityOr{display:grid;place-items:center}.eligibilityOr span{width:46px;height:46px;border-radius:50%;background:#c8ff00;color:#000;display:grid;place-items:center;font-size:10px;font-weight:900}
.eligibilityNote{display:grid;grid-template-columns:160px 1fr;gap:8px 24px;padding:20px 34px;background:#c8ff00;color:#080808}.eligibilityNote span{font:800 11px monospace}.eligibilityNote p{margin:0;font-weight:800}.eligibilityNote small{grid-column:2;font-size:11px;opacity:.65}

/* HEYD native live chat */
.heydLiveChat{position:fixed;right:24px;bottom:92px;width:min(390px,calc(100vw - 32px));height:580px;max-height:calc(100vh - 120px);z-index:10010;background:#0f0f0f;color:#fff;border:1px solid #fff;display:none;flex-direction:column;box-shadow:0 20px 70px rgba(0,0,0,.5)}
.heydLiveChat.isOpen{display:flex}.heydChatHead{padding:16px 18px;border-bottom:1px solid #333;display:flex;justify-content:space-between;align-items:center}.heydChatHead>div{display:grid;grid-template-columns:auto 1fr;gap:0 8px}.heydChatHead small{grid-column:2;font-size:9px;opacity:.5}.chatDot{width:8px;height:8px;background:#c8ff00;border-radius:50%;align-self:center}.heydChatClose{background:none;border:0;color:#fff;font-size:24px}.heydChatBody{padding:18px;overflow:auto;flex:1}.heydChatWelcome{display:flex;gap:9px;align-items:flex-start}.heydChatWelcome span{font-size:9px;background:#c8ff00;color:#000;padding:5px;font-weight:900}.heydChatWelcome p{margin:0;background:#1c1c1c;padding:12px;font-size:13px;line-height:1.7}.heydMsg{max-width:82%;padding:10px 12px;margin:10px 0;font-size:13px;line-height:1.6;white-space:pre-wrap}.heydMsg.visitor{margin-left:auto;background:#c8ff00;color:#000}.heydMsg.admin{background:#1d1d1d;border:1px solid #333}.heydChatStart{padding:16px;border-top:1px solid #333;display:grid;gap:8px}.heydChatStart input{background:#171717;color:#fff;border:1px solid #444;padding:11px;font-size:16px}.heydChatStartBtn{background:#c8ff00;border:0;padding:12px;font-weight:900}.heydChatComposer{display:flex;border-top:1px solid #333;padding:10px}.heydChatComposer textarea{flex:1;resize:none;background:#171717;color:#fff;border:1px solid #444;padding:10px;font-size:16px}.heydChatComposer button{background:#c8ff00;border:0;font-weight:900;padding:0 15px}.heydChatStatus{padding:8px 14px;font-size:9px;opacity:.45;border-top:1px solid #222}
@media(max-width:700px){.eligibilityLead{grid-template-columns:1fr;gap:12px;padding:24px}.eligibilityChoices{grid-template-columns:1fr}.eligibilityChoices article{min-height:auto;padding:26px}.eligibilityChoices article:first-child,.eligibilityChoices article:last-child{border:0}.eligibilityOr{height:55px;border-top:1px solid #333;border-bottom:1px solid #333}.eligibilityNote{grid-template-columns:1fr;padding:20px 24px}.eligibilityNote small{grid-column:1}.heydLiveChat{inset:0;width:100%;height:100dvh;max-height:none;border:0}}

/* V13 — unified professional SVG icon system */
.stepIcon,.consultIcon{
 width:58px;height:58px;border:1px solid rgba(255,255,255,.78);border-radius:50%;
 display:grid;place-items:center;transition:background .22s ease,border-color .22s ease,transform .22s ease;
}
.stepIcon svg,.consultIcon svg{
 width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.55;
 stroke-linecap:round;stroke-linejoin:round;
}
.creatorSteps article:hover .stepIcon,.creatorConsultCard:hover .consultIcon,
.creatorConsult article:hover .consultIcon{
 background:#c8ff00;color:#080808;border-color:#c8ff00;transform:translateY(-2px);
}
.creatorSteps article:hover .stepIcon svg,.creatorConsultCard:hover .consultIcon svg,
.creatorConsult article:hover .consultIcon svg{stroke-width:1.7}
@media(max-width:700px){
 .stepIcon,.consultIcon{width:54px;height:54px}
 .stepIcon svg,.consultIcon svg{width:23px;height:23px}
}

/* V14 source-only icon correction — force consistent SVG rendering */
.stepIcon svg,.consultIcon svg,.eligibilityIcon svg{
 width:28px!important;height:28px!important;display:block!important;
 fill:none!important;stroke:currentColor!important;stroke-width:1.65!important;
 stroke-linecap:round!important;stroke-linejoin:round!important;
}
.eligibilityIcon svg{width:30px!important;height:30px!important}
.eligibilityIcon{color:#c8ff00}

/* V15 — rebuild PARTNER GUIDELINE layout */
.creatorEligibility .eligibilityLead{
 display:grid!important;grid-template-columns:minmax(260px,.75fr) minmax(360px,1.25fr)!important;
 align-items:end!important;gap:70px!important;padding:36px 34px!important;
}
.creatorEligibility .eligibilityLead h2{margin:12px 0 0!important;font-size:34px!important}
.creatorEligibility .eligibilityLead p{margin:0!important;max-width:580px!important}
.creatorEligibility .eligibilityChoices{
 display:grid!important;grid-template-columns:minmax(0,1fr) 74px minmax(0,1fr)!important;
}
.creatorEligibility .eligibilityChoices article{
 display:flex!important;min-width:0!important;min-height:300px!important;padding:34px!important;
}
.creatorEligibility .eligibilityChoices article:first-child{border-right:1px solid rgba(255,255,255,.28)!important}
.creatorEligibility .eligibilityChoices article:last-child{border-left:1px solid rgba(255,255,255,.28)!important}
.creatorEligibility .eligibilityIcon{
 width:72px!important;height:72px!important;display:grid!important;place-items:center!important;
 border:1px solid #c8ff00!important;border-radius:50%!important;color:#c8ff00!important;
}
.creatorEligibility .eligibilityIcon svg{
 width:31px!important;height:31px!important;fill:none!important;stroke:currentColor!important;
 stroke-width:1.6!important;stroke-linecap:round!important;stroke-linejoin:round!important;
}
@media(max-width:700px){
 .creatorEligibility .eligibilityLead{grid-template-columns:1fr!important;gap:18px!important;padding:26px 22px!important}
 .creatorEligibility .eligibilityChoices{grid-template-columns:1fr!important}
 .creatorEligibility .eligibilityChoices article{min-height:auto!important;padding:28px 22px!important}
 .creatorEligibility .eligibilityChoices article:first-child,
 .creatorEligibility .eligibilityChoices article:last-child{border-left:0!important;border-right:0!important}
}
