:root{--lp-bg:#f3f0e8;--lp-surface:#fffdf8;--lp-surface-2:#ebe5d8;--lp-text:#20231d;--lp-muted:#686b61;--lp-line:#d8d1c3;--lp-brand:#745626;--lp-brand-2:#aa823e;--lp-danger:#a33636;--lp-shadow:0 18px 50px rgba(63,47,22,.12);font-family:"Noto Sans KR",system-ui,sans-serif;color-scheme:light}
:root.dark{--lp-bg:#171813;--lp-surface:#22231c;--lp-surface-2:#2e3027;--lp-text:#f2eee3;--lp-muted:#b7b4a9;--lp-line:#414338;--lp-brand:#d1a65d;--lp-brand-2:#f0c779;--lp-danger:#ed7979;--lp-shadow:0 18px 50px rgba(0,0,0,.35);color-scheme:dark}
.lp-app [hidden]{display:none!important}
*{box-sizing:border-box;min-width:0}html,body{margin:0;min-height:100%;background:var(--lp-bg);color:var(--lp-text)}body{font-size:14px}.lp-app{min-height:100vh}.lp-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:24px;min-height:72px;padding:10px clamp(16px,4vw,56px);background:color-mix(in srgb,var(--lp-surface) 92%,transparent);border-bottom:1px solid var(--lp-line);backdrop-filter:blur(18px)}.lp-brand{display:flex;align-items:center;gap:10px;color:var(--lp-text);text-decoration:none}.lp-brand>span:last-child{display:grid}.lp-brand small{font-size:10px;letter-spacing:.14em;color:var(--lp-muted)}.lp-emblem{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--lp-brand-2);border-radius:50%;font-family:serif;font-size:23px;color:var(--lp-brand);background:var(--lp-surface)}.lp-nav{display:flex;align-items:center;gap:4px;margin-right:auto}.lp-nav a{min-height:40px;padding:10px 14px;border-radius:8px;color:var(--lp-muted);text-decoration:none;font-weight:700}.lp-nav a:hover,.lp-nav a.is-active{background:var(--lp-surface-2);color:var(--lp-brand)}.lp-header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.lp-header-actions>span{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.lp-main{width:min(1500px,100%);margin:0 auto;padding:clamp(22px,4vw,54px) clamp(14px,3vw,40px) 80px}.lp-kicker{display:block;margin-bottom:7px;color:var(--lp-brand);font-size:11px;font-weight:800;letter-spacing:.17em}.lp-page-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.lp-page-head h1,.lp-auth-copy h1{margin:0 0 8px;font-family:"Instrument Serif",serif;font-size:clamp(32px,5vw,52px);line-height:1}.lp-page-head p,.lp-auth-copy p{max-width:680px;margin:0;color:var(--lp-muted);line-height:1.65}.lp-head-actions,.lp-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.lp-panel{padding:clamp(18px,3vw,30px);border:1px solid var(--lp-line);border-radius:16px;background:var(--lp-surface);box-shadow:var(--lp-shadow)}.lp-panel h2{margin:0 0 20px}.lp-button,.lp-icon-button,.lp-auth-links button,.lp-link-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid var(--lp-line);border-radius:8px;background:var(--lp-surface);color:var(--lp-text);font:inherit;font-weight:700;text-decoration:none;cursor:pointer;padding:9px 14px}.lp-button.primary{border-color:var(--lp-brand);background:var(--lp-brand);color:#fff}.lp-button.ghost{background:transparent}.lp-button.danger{border-color:var(--lp-danger);color:var(--lp-danger)}.lp-button:disabled,.lp-icon-button:disabled{opacity:.5;cursor:not-allowed}.lp-icon-button{width:40px;padding:0;font-size:19px}.lp-link-button,.lp-auth-links button{border:0;background:none;color:var(--lp-brand);padding:6px}.lp-auth-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);align-items:center;gap:clamp(28px,8vw,110px);min-height:calc(100vh - 190px)}.lp-auth-card.wide{width:min(760px,100%)}.lp-auth-copy{padding:20px}.lp-form,.lp-form label{display:grid;gap:7px}.lp-form{gap:16px}.lp-form label>span,.lp-toolbar label>span,.lp-editor-label>span{font-size:13px;font-weight:700}.lp-form input,.lp-form select,.lp-toolbar input,.lp-toolbar select{width:100%;max-width:100%;height:42px;padding:0 12px;border:1px solid var(--lp-line);border-radius:8px;background:var(--lp-surface);color:var(--lp-text);font:inherit}.lp-form input:focus,.lp-form select:focus,.lp-toolbar input:focus,.lp-toolbar select:focus{outline:2px solid color-mix(in srgb,var(--lp-brand) 36%,transparent);border-color:var(--lp-brand)}.lp-form input[readonly]{background:var(--lp-surface-2);color:var(--lp-muted)}.lp-form small{color:var(--lp-muted);font-size:12px}.lp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-span-all{grid-column:1/-1}.lp-auth-links{display:flex;justify-content:space-between;gap:12px;margin-top:18px}.lp-auth-links a{padding:7px;color:var(--lp-brand);font-weight:700;text-decoration:none}.lp-inline-reset{margin-top:18px;padding-top:18px;border-top:1px solid var(--lp-line)}.lp-terms{margin:0;padding:16px;border:1px solid var(--lp-line);border-radius:10px}.lp-terms legend{padding:0 6px;font-size:13px;font-weight:800}.lp-terms pre{max-height:180px;margin:0 0 12px;padding:13px;overflow:auto;border-radius:8px;background:var(--lp-surface-2);white-space:pre-wrap;font:12px/1.6 inherit}.lp-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:9px!important}.lp-check input{width:18px!important;height:18px!important;margin:1px 0 0;padding:0}.lp-state{display:flex;align-items:center;justify-content:center;gap:10px;min-height:45vh;color:var(--lp-muted)}.lp-spinner{width:24px;height:24px;border:3px solid var(--lp-line);border-top-color:var(--lp-brand);border-radius:50%;animation:lp-spin .8s linear infinite}@keyframes lp-spin{to{transform:rotate(360deg)}}.lp-message{position:fixed;top:84px;left:50%;z-index:90;width:min(580px,calc(100% - 28px));transform:translateX(-50%);padding:13px 16px;border:1px solid var(--lp-brand);border-radius:10px;background:var(--lp-surface);box-shadow:var(--lp-shadow);color:var(--lp-text)}.lp-message.is-error{border-color:var(--lp-danger);color:var(--lp-danger)}.lp-stat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.lp-stat{display:grid;gap:10px;min-height:170px;padding:22px;border:1px solid var(--lp-line);border-radius:14px;background:var(--lp-surface)}.lp-stat>span{font-size:13px;font-weight:800;color:var(--lp-muted)}.lp-stat strong{align-self:end;font-size:clamp(25px,3vw,36px);font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.lp-stat small{font-size:12px;color:var(--lp-muted)}.lp-toolbar{display:flex;align-items:end;gap:10px;flex-wrap:wrap}.lp-toolbar label{display:grid;gap:6px;min-width:150px}.lp-toolbar .lp-grow{flex:1 1 280px}.lp-grid-summary{display:flex;align-items:center;justify-content:space-between;margin:18px 0 10px;color:var(--lp-muted)}.lp-post-grid{min-height:420px}.lp-grid-title{display:grid;width:100%;gap:4px;padding:5px 0;border:0;background:transparent;color:var(--lp-text);text-align:left;cursor:pointer}.lp-grid-title strong{display:flex;align-items:center;gap:6px}.lp-grid-title small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--lp-muted)}.lp-badge{display:inline-flex;align-items:center;padding:2px 6px;border-radius:999px;background:var(--lp-surface-2);color:var(--lp-brand);font-size:11px}.lp-badge.notice{background:var(--lp-brand);color:#fff}.lp-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.lp-dialog{width:min(900px,calc(100% - 28px));max-height:calc(100dvh - 36px);padding:0;border:1px solid var(--lp-line);border-radius:16px;background:var(--lp-surface);color:var(--lp-text);box-shadow:0 30px 90px rgba(0,0,0,.35);overflow:auto}.lp-dialog::backdrop{background:rgba(8,8,7,.62);backdrop-filter:blur(2px)}.lp-dialog-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0;padding:18px 22px;border-bottom:1px solid var(--lp-line);background:var(--lp-surface)}.lp-dialog-head h2{margin:0}.lp-dialog>.lp-form,.lp-dialog>.lp-toolbar,.lp-dialog>.lp-category-list,.lp-dialog>.lp-rich-view,.lp-dialog>.lp-form-actions,.lp-comments{margin:22px}.lp-editor-shell{border:1px solid var(--lp-line);border-radius:10px;overflow:hidden;background:var(--lp-surface)}.lp-editor-shell .moyo-editor-toolbar{border:0;border-bottom:1px solid var(--lp-line);border-radius:0}.lp-editor{width:100%;max-width:100%;min-height:260px;padding:16px;overflow:auto;outline:0;line-height:1.7}.lp-editor-shell.compact .lp-editor{min-height:110px}.lp-options{display:flex;gap:22px;margin:0;padding:12px 14px;border:1px solid var(--lp-line);border-radius:9px}.lp-options legend{font-size:12px;color:var(--lp-muted)}.lp-rich-view{line-height:1.75;overflow-wrap:anywhere}.lp-rich-view img{max-width:100%;height:auto}.lp-detail-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--lp-line);color:var(--lp-muted)}.lp-detail-content{min-height:120px}.lp-comments{padding-top:20px;border-top:1px solid var(--lp-line)}.lp-comment{display:grid;gap:8px;padding:14px 0;border-bottom:1px solid var(--lp-line)}.lp-comment-head{display:flex;align-items:center;gap:9px;color:var(--lp-muted)}.lp-comment-head strong{color:var(--lp-text)}.lp-comment-actions{margin-left:auto;display:flex;gap:6px}.lp-comment-actions button{border:0;background:none;color:var(--lp-brand);cursor:pointer}.lp-category-list{display:grid;gap:8px}.lp-category-row{display:grid;grid-template-columns:minmax(140px,1fr) 100px auto auto;align-items:end;gap:8px;padding:12px;border:1px solid var(--lp-line);border-radius:10px}.lp-category-row label{display:grid;gap:5px;font-size:12px}.lp-category-row input[type=text],.lp-category-row input[type=number]{width:100%;height:42px;border:1px solid var(--lp-line);border-radius:8px;padding:0 10px;background:var(--lp-surface);color:var(--lp-text)}.lp-help{display:inline-grid;place-items:center;width:19px;height:19px;margin:0 0 0 3px;padding:0;border:1px solid var(--lp-line);border-radius:50%;background:var(--lp-surface-2);color:var(--lp-muted);font:700 12px/1 inherit;cursor:help;vertical-align:middle}.lp-help-popover{position:fixed;z-index:120;width:min(300px,calc(100vw - 24px));padding:10px 12px;border:1px solid var(--lp-line);border-radius:8px;background:var(--lp-surface);box-shadow:var(--lp-shadow);font-size:12px;line-height:1.5}.lp-toast{position:fixed;right:18px;bottom:18px;z-index:130;max-width:min(420px,calc(100% - 36px));padding:12px 15px;border-radius:9px;background:var(--lp-text);color:var(--lp-surface);box-shadow:var(--lp-shadow)}
.lp-tabs{display:flex;gap:6px;margin-bottom:18px;border-bottom:1px solid var(--lp-line)}.lp-tab{min-height:44px;padding:9px 22px;border:0;border-bottom:3px solid transparent;background:transparent;color:var(--lp-muted);font:inherit;font-weight:800;cursor:pointer}.lp-tab.is-active{border-bottom-color:var(--lp-brand);color:var(--lp-brand)}.lp-mypage-section{width:100%;max-width:100%}.lp-profile-layout{align-items:start}.lp-profile-preview{display:flex;align-items:center;gap:16px;margin-bottom:20px}.lp-profile-preview p,.lp-gallery-head p{margin:5px 0 0;color:var(--lp-muted);font-size:12px}.lp-avatar{display:inline-grid;place-items:center;flex:0 0 auto;overflow:hidden;border:1px solid var(--lp-line);border-radius:50%;background:var(--lp-surface-2);color:var(--lp-brand);font-weight:900}.lp-avatar img{display:block;width:100%;height:100%;object-fit:cover}.lp-avatar.sm{width:34px;height:34px;font-size:13px}.lp-avatar.xl{width:96px;height:96px;font-size:32px}.lp-author{display:inline-flex;align-items:center;gap:8px;max-width:100%;padding:3px;border:0;background:transparent;color:var(--lp-text);font:inherit;font-weight:800;cursor:pointer}.lp-author>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-author:not(:disabled):hover>span:last-child{text-decoration:underline}.lp-author:disabled{cursor:default}.lp-gallery-head{display:flex;align-items:end;justify-content:space-between;gap:18px}.lp-gallery-head h2{margin-bottom:0}.lp-gallery-upload{display:flex;align-items:end;gap:8px}.lp-gallery-upload label{display:grid;gap:6px}.lp-gallery-upload label>span{font-size:13px;font-weight:700}.lp-gallery-upload input{width:100%;max-width:100%;min-height:42px;padding:7px;border:1px solid var(--lp-line);border-radius:8px;background:var(--lp-surface);color:var(--lp-text)}.lp-profile-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px;margin-top:18px}.lp-gallery-card{display:grid;gap:10px;padding:10px;border:1px solid var(--lp-line);border-radius:12px;background:var(--lp-bg)}.lp-gallery-card.is-current{border-color:var(--lp-brand)}.lp-gallery-card>img{width:100%;max-width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;background:var(--lp-surface-2)}.lp-gallery-card>div{display:grid;gap:3px}.lp-gallery-card strong,.lp-gallery-card small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-gallery-card small{color:var(--lp-muted);font-size:11px}.lp-gallery-actions{display:flex!important;align-items:center;gap:6px;flex-wrap:wrap}.lp-gallery-actions .lp-button{flex:1;padding-inline:8px}.lp-community-profile-body{display:grid;gap:22px;margin:22px}.lp-community-profile-hero{display:flex;align-items:flex-start;gap:18px}.lp-community-profile-hero h3{margin:5px 0 8px}.lp-community-profile-hero p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;color:var(--lp-muted);line-height:1.7}.lp-community-profile-body>h3{margin:0}.lp-character-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.lp-character-list article{display:grid;gap:4px;padding:12px;border:1px solid var(--lp-line);border-radius:9px}.lp-character-list span{color:var(--lp-muted);font-size:12px}
@media(max-width:1100px){.lp-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lp-nav{order:3;width:100%;overflow-x:auto}.lp-header{flex-wrap:wrap}.lp-header-actions{margin-left:auto}}
@media(max-width:1024px){.lp-button,.lp-icon-button,.lp-auth-links button,.lp-link-button{min-height:44px}.lp-icon-button{width:44px}.lp-form input,.lp-form select,.lp-toolbar input,.lp-toolbar select{height:44px;font-size:16px}}
@media(max-width:720px){body{font-size:14px}.lp-header{gap:8px;padding:8px 12px}.lp-brand{margin-right:auto}.lp-brand strong{max-width:145px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-header-actions>span{display:none}.lp-nav{gap:2px}.lp-nav a{flex:1 0 auto;min-height:44px;text-align:center}.lp-main{padding:24px 12px 70px}.lp-auth-layout{grid-template-columns:1fr;align-content:start;gap:12px;min-height:auto}.lp-auth-copy{padding:8px}.lp-form-grid,.lp-two-column{grid-template-columns:1fr}.lp-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-stat{min-height:145px;padding:16px}.lp-stat:last-child{grid-column:1/-1}.lp-page-head{align-items:flex-start;flex-direction:column}.lp-page-head .lp-head-actions{width:100%}.lp-page-head .lp-head-actions>*{flex:1}.lp-button,.lp-icon-button,.lp-auth-links button,.lp-link-button{min-height:44px}.lp-icon-button{width:44px}.lp-form input,.lp-form select,.lp-toolbar input,.lp-toolbar select{height:48px;font-size:16px}.lp-toolbar{align-items:stretch}.lp-toolbar label{width:100%}.lp-toolbar>.lp-button{flex:1}.lp-dialog{width:100%;max-height:100dvh;height:100dvh;border:0;border-radius:0}.lp-dialog>.lp-form,.lp-dialog>.lp-toolbar,.lp-dialog>.lp-category-list,.lp-dialog>.lp-rich-view,.lp-dialog>.lp-form-actions,.lp-comments{margin:16px}.lp-category-row{grid-template-columns:1fr 90px}.lp-category-row .lp-button{width:100%}.lp-editor{min-height:230px}.lp-options{flex-wrap:wrap}}
@media(max-width:420px){.lp-stat-grid{grid-template-columns:1fr}.lp-stat:last-child{grid-column:auto}.lp-emblem{width:38px;height:38px}.lp-brand small{display:none}}
.lp-nav-menu{position:relative}.lp-nav-menu>summary{display:flex;align-items:center;min-height:40px;padding:10px 14px;border-radius:8px;color:var(--lp-muted);font-weight:700;cursor:pointer;list-style:none}.lp-nav-menu>summary::-webkit-details-marker{display:none}.lp-nav-menu>summary::after{content:'▾';margin-left:7px;font-size:10px}.lp-nav-menu[open]>summary,.lp-nav-menu>summary:hover{background:var(--lp-surface-2);color:var(--lp-brand)}.lp-nav-menu>div{position:absolute;top:calc(100% + 7px);left:0;z-index:45;display:grid;width:170px;padding:7px;border:1px solid var(--lp-line);border-radius:10px;background:var(--lp-surface);box-shadow:var(--lp-shadow)}.lp-nav-menu>div a{width:100%}.lp-data-grid{min-height:430px}.lp-badge.active{background:#256d45;color:#fff}.lp-badge.scheduled{background:#8a651f;color:#fff}.lp-badge.unknown{background:var(--lp-surface-2);color:var(--lp-muted)}.lp-file-name{width:100%;padding:6px 0;border:0;background:transparent;color:var(--lp-text);font:inherit;text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-map-wrap{display:grid;gap:10px;margin-top:18px}.lp-map-wrap canvas{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:3/2;border:1px solid var(--lp-line);border-radius:10px;background:#08100d;image-rendering:pixelated}.lp-map-wrap p{margin:0;color:var(--lp-muted);font-size:12px}.lp-duration-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(110px,.45fr);gap:10px}.lp-form textarea{width:100%;max-width:100%;min-height:110px;padding:11px 12px;resize:vertical;border:1px solid var(--lp-line);border-radius:8px;background:var(--lp-surface);color:var(--lp-text);font:inherit}.lp-access-status{display:grid;gap:12px;margin:0}.lp-access-status>div{display:grid;grid-template-columns:110px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid var(--lp-line)}.lp-access-status dt{color:var(--lp-muted)}.lp-access-status dd{margin:0;font-weight:800}.lp-section-gap{margin-top:18px}.lp-request-list{display:grid;gap:10px}.lp-request-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border:1px solid var(--lp-line);border-radius:10px}.lp-request-item>div{display:grid;gap:5px}.lp-request-item span,.lp-request-item small{color:var(--lp-muted)}.lp-state.compact{min-height:120px}.lp-grid-summary>span:last-child{font-size:12px}
@media(max-width:1100px){.lp-nav-menu>div{position:fixed;top:126px;left:16px}.lp-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:720px){.lp-nav-menu>summary{min-height:44px}.lp-nav-menu>div{top:116px;right:12px;left:auto}.lp-duration-fields{grid-template-columns:1fr}.lp-request-item{align-items:stretch;flex-direction:column}.lp-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.lp-gallery-head,.lp-gallery-upload{align-items:stretch;flex-direction:column}.lp-gallery-upload>*{width:100%}.lp-profile-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-character-list{grid-template-columns:1fr}.lp-community-profile-body{margin:16px}.lp-avatar.xl{width:78px;height:78px}}
