:root{--ink:#082c33;--deep:#06252b;--paper:#f5f4ed;--aqua:#58d5d0;--line:#082c3324}*{box-sizing:border-box}html{background:var(--deep)}body{color:var(--ink);background:var(--deep);-webkit-font-smoothing:antialiased;margin:0;font-family:Pretendard,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}img{display:block}.site-shell{background:var(--paper);grid-template-columns:minmax(0,1.35fr) minmax(480px,.82fr);min-height:100svh;display:grid}.visual-panel{background:#147e93;height:100svh;min-height:620px;position:sticky;top:0;overflow:hidden}.visual-image{object-fit:cover;object-position:50% 49%;width:100%;height:100%;animation:1.2s cubic-bezier(.2,.75,.2,1) both settle;transform:scale(1.015)}.visual-shade{background:linear-gradient(#021b2314 35%,#021b23bd 100%),linear-gradient(90deg,#0220282e,#0000 54%);position:absolute;inset:0}.brand-mark{color:#fff;letter-spacing:-.04em;align-items:center;gap:12px;font:700 18px/1 Arial Narrow,sans-serif;display:flex;position:absolute;top:38px;left:44px}.brand-mark span{border:1px solid #ffffffb8;border-radius:50%;place-items:center;width:48px;height:48px;display:grid}.brand-mark i{background:#ffffffa6;width:45px;height:1px}.visual-copy{color:#fff;max-width:640px;position:absolute;bottom:clamp(66px,10vh,112px);left:clamp(36px,5vw,86px)}.eyebrow,.profile-kicker{letter-spacing:.18em;margin:0 0 18px;font-size:11px;font-weight:750}.visual-copy h1{letter-spacing:-.055em;text-wrap:balance;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,4.8vw,72px);font-weight:500;line-height:1.13}.visual-copy h1 span{display:block}.visual-copy>p:last-child{color:#ffffffc7;margin:26px 0 0;font-size:15px}.photo-note{color:#ffffffb3;letter-spacing:.16em;writing-mode:vertical-rl;margin:0;font-size:9px;position:absolute;bottom:38px;right:30px}.link-panel{background:var(--paper);border-left:1px solid #ffffff42;min-height:100svh;display:flex}.panel-inner{width:100%;max-width:620px;margin:auto;padding:clamp(44px,6.5vh,86px) clamp(34px,4.5vw,72px) 30px}.profile{align-items:center;gap:20px;display:flex}.share-control{flex:none;margin-left:auto;position:relative}.share-button{width:50px;min-width:50px;height:50px;color:var(--ink);font:inherit;cursor:pointer;background:#fff;border:1px solid #082c3314;border-radius:17px;flex:none;place-items:center;margin:0;padding:0;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;box-shadow:0 7px 22px #03323b17}.share-button:hover,.share-button:focus-visible{border-color:#082c333d;outline:none;transform:translateY(-2px);box-shadow:0 10px 28px #03323b24}.share-button.is-copied{color:#087153}.copy-toast{z-index:4;color:#fff;background:var(--deep);letter-spacing:-.01em;border-radius:10px;width:max-content;padding:9px 12px;font-size:10px;font-weight:650;animation:.2s both toast-in;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 8px 24px #03242b2e}@keyframes toast-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.profile-image-wrap{flex:none;position:relative}.profile-image{object-fit:cover;border-radius:28px;width:86px;height:86px;box-shadow:0 12px 34px #03323b21}.profile-status{border:5px solid var(--paper);background:#36c992;border-radius:50%;width:20px;height:20px;position:absolute;bottom:-1px;right:-2px}.profile-kicker{color:#4d777a;margin-bottom:8px;font-size:9px}.profile-heading h2{letter-spacing:-.045em;margin:0;font:500 clamp(32px,3vw,44px)/1 Georgia,serif}.handle{color:#6c8484;margin:7px 0 0;font-size:13px}.intro{color:#456266;word-break:keep-all;margin:clamp(30px,5vh,48px) 0 28px;font-size:14px;line-height:1.75}.channel-list{border-top:1px solid var(--line);display:grid}.channel-card{border-bottom:1px solid var(--line);grid-template-columns:30px 62px minmax(0,1fr) 26px;align-items:center;gap:14px;min-height:104px;transition:transform .25s,background .25s,padding .25s;display:grid;position:relative}.channel-number{color:#789092;letter-spacing:.08em;align-self:start;padding-top:25px;font-size:9px}.channel-thumb{background:#d8e7e5;border-radius:18px;width:62px;height:70px;position:relative;overflow:hidden}.channel-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.channel-badge{color:#fff;background:var(--ink);letter-spacing:-.04em;border-radius:8px;align-self:start;place-items:center;width:26px;height:26px;margin-top:18px;font-size:9px;display:grid}.kakao .channel-badge{color:#171717;background:#fee500}.instagram .channel-badge{background:linear-gradient(135deg,#ff7a00,#d62976 56%,#4f5bd5)}.instagram .channel-badge svg{width:14px;height:14px}.naver .channel-badge{background:#03c75a}.channel-copy{gap:7px;min-width:0;display:grid}.channel-copy strong{letter-spacing:-.025em;font-size:15px}.channel-copy small{color:#708486;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.35;overflow:hidden}.channel-card:hover,.channel-card:focus-visible{background:#ffffffb8;outline:none;padding:0 12px;transform:translate(-8px)}.channel-card:hover .channel-thumb img{transform:scale(1.08)}.footer-row{color:#819395;letter-spacing:.14em;justify-content:space-between;gap:20px;margin-top:clamp(36px,6vh,64px);font-size:8px;display:flex}@keyframes settle{0%{opacity:.72;transform:scale(1.06)}to{opacity:1;transform:scale(1.015)}}@media (max-width:920px){.site-shell{min-height:auto;display:block}.visual-panel{height:53svh;min-height:390px;position:relative}.visual-image{object-position:50% 51%}.brand-mark{top:24px;left:24px}.brand-mark span{width:42px;height:42px}.visual-copy{bottom:38px;left:24px}.visual-copy h1{font-size:clamp(36px,9vw,58px)}.visual-copy>p:last-child{margin-top:17px;font-size:13px}.photo-note{display:none}.link-panel{border-left:0;min-height:auto}.panel-inner{max-width:680px;padding:42px 24px 28px}.footer-row{margin-top:42px}}@media (max-width:520px){.visual-panel{height:49svh;min-height:370px}.visual-copy{right:22px}.visual-copy h1{letter-spacing:-.06em;font-size:clamp(31px,8.5vw,40px);line-height:1.18}.visual-copy h1 span:last-child{white-space:nowrap}.eyebrow{margin-bottom:12px;font-size:9px}.visual-copy>p:last-child{max-width:270px;line-height:1.55}.profile{gap:15px}.share-button{border-radius:15px;width:46px;min-width:46px;height:46px}.profile-image{border-radius:24px;width:76px;height:76px}.profile-heading h2{font-size:33px}.intro{margin:30px 0 22px;font-size:13px}.desktop-break{display:none}.channel-card{grid-template-columns:22px 56px minmax(0,1fr) 25px;gap:10px;min-height:94px}.channel-number{padding-top:23px}.channel-thumb{border-radius:16px;width:56px;height:64px}.channel-badge{width:25px;height:25px;margin-top:15px}.channel-copy strong{font-size:14px}.channel-copy small{font-size:10px}.channel-card:hover,.channel-card:focus-visible{padding:0 6px;transform:translate(-4px)}.footer-row{font-size:7px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
