:root{--mocae-brand:#ff6b9d;--mocae-brand-strong:#b83262;--mocae-brand-soft:#ffd6e8;--mocae-brand-wash:#fff3f7;--mocae-ink:#1a1a2e;--mocae-text:#545462;--mocae-muted:#666674;--mocae-line:#e5e7eb;--mocae-surface:#fff;--mocae-background:#fafafa;--mocae-success:#087f5b;--mocae-warning:#a15c00;--mocae-focus:#7c3aed;--mocae-radius-sm:12px;--mocae-radius-md:18px;--mocae-radius-lg:28px;--mocae-shadow-sm:0 2px 8px #1a1a2e14;--mocae-shadow-lg:0 18px 50px #e55c8a24}.mocae-button{min-height:44px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;font-weight:800;line-height:1;text-decoration:none;transition:background-color .16s,border-color .16s,transform .16s;display:inline-flex}.mocae-button--small{min-height:38px;padding:0 16px;font-size:.875rem}.mocae-button--medium{padding:0 22px;font-size:.9375rem}.mocae-button--large{min-height:54px;padding:0 28px;font-size:1rem}.mocae-button--primary{background:var(--mocae-brand);color:var(--mocae-ink);box-shadow:0 8px 22px #ff6b9d40}.mocae-button--primary:hover{background:var(--mocae-brand-strong);color:#fff;transform:translateY(-1px)}.mocae-button--secondary{border-color:var(--mocae-line);color:var(--mocae-ink);background:#fff}.mocae-button--secondary:hover{border-color:var(--mocae-brand);background:var(--mocae-brand-wash)}.mocae-button--ghost{color:var(--mocae-text);background:0 0}.mocae-button--ghost:hover{background:var(--mocae-brand-wash);color:var(--mocae-brand-strong)}.mocae-button:disabled,.mocae-button[aria-disabled=true]{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.mocae-card{border:1px solid var(--mocae-line);border-radius:var(--mocae-radius-lg);background:var(--mocae-surface);box-shadow:var(--mocae-shadow-sm)}.mocae-badge{border-radius:999px;width:fit-content;padding:5px 10px;font-size:.75rem;font-weight:800;line-height:1;display:inline-flex}.mocae-badge--brand{background:var(--mocae-brand-soft);color:#9d2850}.mocae-badge--neutral{color:#555563;background:#f0f1f3}.mocae-badge--success{color:var(--mocae-success);background:#dff7ed}.mocae-badge--warning{color:var(--mocae-warning);background:#fff0d1}.mocae-field{gap:8px;display:grid}.mocae-field__label{color:var(--mocae-ink);font-size:.875rem;font-weight:800}.mocae-field__optional{color:var(--mocae-muted);margin-left:5px;font-size:.75rem;font-weight:600}.mocae-field__description{color:var(--mocae-muted);margin:0;font-size:.8125rem;line-height:1.5}.mocae-field__description--error{color:#c92a2a}.mocae-input{border-radius:var(--mocae-radius-sm);width:100%;min-height:48px;color:var(--mocae-ink);font:inherit;background:#fff;border:1px solid #cfd1d8;padding:12px 14px;line-height:1.5}.mocae-input::placeholder{color:#92929f}.mocae-input:hover{border-color:#a8a8b3}.mocae-input:invalid:not(:placeholder-shown){border-color:#d9485f}.mocae-textarea{resize:vertical;min-height:112px}.mocae-progress{gap:8px;display:grid}.mocae-progress__label{color:var(--mocae-text);justify-content:space-between;font-size:.8125rem;font-weight:700;display:flex}.mocae-progress__track{background:var(--mocae-brand-soft);border-radius:999px;height:8px;overflow:hidden}.mocae-progress__value{border-radius:inherit;background:var(--mocae-brand);height:100%;display:block}.mocae-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:48px 24px;display:flex}.mocae-empty__symbol{background:var(--mocae-brand-soft);width:62px;height:62px;color:var(--mocae-brand-strong);border-radius:20px;place-items:center;margin-bottom:22px;font-size:2rem;font-weight:500;display:grid}.mocae-empty h2{color:var(--mocae-ink);margin:0;font-size:clamp(1.35rem,3vw,1.75rem)}.mocae-empty p{max-width:390px;color:var(--mocae-text);margin:10px 0 24px;line-height:1.7}.mocae-skeleton{background:#ececf0;border-radius:8px;min-height:18px}.mocae-toast{border:1px solid var(--mocae-line);border-left:4px solid var(--mocae-brand);border-radius:var(--mocae-radius-sm);box-shadow:var(--mocae-shadow-lg);background:#fff;gap:3px;padding:14px 16px;display:grid}.mocae-toast span{color:var(--mocae-text);font-size:.875rem}.mocae-toast--success{border-left-color:var(--mocae-success)}.mocae-toast--warning{border-left-color:var(--mocae-warning)}.mocae-modal{border-radius:var(--mocae-radius-lg);width:min(100%,440px);box-shadow:var(--mocae-shadow-lg);background:#fff;padding:30px}.mocae-modal h2{color:var(--mocae-ink);margin:0}.mocae-modal>p{color:var(--mocae-text);margin:8px 0 22px;line-height:1.6}:where(a,button,input,textarea,select):focus-visible{outline:3px solid var(--mocae-focus);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--mocae-background);color:var(--mocae-ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Pretendard,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}button,input,textarea{font-family:inherit}.section-shell{width:min(100% - 40px,1120px);margin-inline:auto}.skip-link{z-index:1000;background:var(--mocae-ink);color:#fff;border-radius:10px;padding:12px 16px;position:fixed;top:10px;left:10px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.app-shell{flex-direction:column;min-height:100svh;display:flex}.job-activity-summary{z-index:49;border:1px solid var(--mocae-line);color:var(--mocae-muted);box-shadow:var(--mocae-shadow-sm);white-space:nowrap;background:#ffffffeb;border-radius:999px;padding:7px 11px;font-size:.75rem;font-weight:700;position:fixed;top:78px;right:20px}.job-toast-region{z-index:1000;pointer-events:none;gap:10px;width:min(380px,100vw - 32px);display:grid;position:fixed;inset:auto 20px 20px auto}.job-toast-region__item{pointer-events:auto;position:relative}.job-toast-region__item .mocae-toast{padding-right:44px}.job-toast-region__link{color:var(--mocae-brand-strong);font-size:.8125rem;font-weight:800;position:absolute;bottom:12px;right:42px}.job-toast-region__close{width:32px;height:32px;color:var(--mocae-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;font-size:1.25rem;position:absolute;top:8px;right:8px}.job-toast-region__close:hover{background:var(--mocae-brand-wash)}@media (max-width:720px){.job-activity-summary{display:none}.job-toast-region{width:auto;inset:auto 16px 16px}}#main-content{flex:1}.app-shell--restricted{background:linear-gradient(180deg, #fff8fb 0, var(--mocae-background) 42%)}.site-header--restricted .site-header__inner{justify-content:center}.site-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe0;border-bottom:1px solid #e5e7ebcc;position:sticky;top:0}.site-header__inner{align-items:center;gap:28px;min-height:72px;display:flex}.brand{white-space:nowrap;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.brand>span{background:var(--mocae-brand);color:#fff;border-radius:12px;place-items:center;width:36px;height:36px;font-size:.95rem;font-weight:900;display:grid;box-shadow:0 6px 16px #ff6b9d3d}.brand strong{letter-spacing:-.04em;font-size:1.2rem}.brand--small>span{border-radius:9px;width:30px;height:30px;font-size:.8rem}.brand--small strong{font-size:1rem}.site-header nav{align-items:center;gap:26px;margin-right:auto;display:flex}.site-header nav a{color:var(--mocae-text);font-size:.9rem;font-weight:700;text-decoration:none}.site-header nav a:hover{color:var(--mocae-brand-strong)}.lifecycle-page{padding-block:64px 96px}.lifecycle-page--restricted{align-items:start;width:min(100% - 32px,720px);display:grid}.lifecycle-heading{max-width:780px;margin-bottom:30px}.lifecycle-heading h1,.lifecycle-card h1{letter-spacing:-.04em;margin:14px 0 12px}.lifecycle-heading>p,.lifecycle-card>p{color:var(--mocae-text);word-break:keep-all;line-height:1.75}.lifecycle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.lifecycle-card{min-width:0;padding:28px}.lifecycle-card h2{margin:0 0 16px;font-size:1.15rem}.lifecycle-card--confirm{grid-column:1/-1;gap:14px;display:grid}.lifecycle-card--confirm label{border:1px solid var(--mocae-line);cursor:pointer;border-radius:12px;align-items:flex-start;gap:12px;min-height:44px;padding:12px;line-height:1.55;display:flex}.lifecycle-card--confirm input{width:20px;height:20px;accent-color:var(--mocae-brand-strong);flex:none;margin-top:2px}.lifecycle-card--confirm>p{min-height:1.5em;color:var(--mocae-muted);margin:0;font-size:.875rem}.lifecycle-counts{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 18px;display:grid}.lifecycle-counts div{background:var(--mocae-brand-wash);border-radius:12px;min-width:0;padding:12px}.lifecycle-counts dt{color:var(--mocae-muted);font-size:.78rem;font-weight:700}.lifecycle-counts dd{margin:6px 0 0;font-size:1.1rem;font-weight:850}.lifecycle-provider-list,.lifecycle-recovery-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.lifecycle-provider-list .mocae-button,.lifecycle-recovery-actions .mocae-button{min-height:44px}.lifecycle-success{font-weight:800;color:var(--mocae-success)!important}.lifecycle-text-link{min-height:44px;color:var(--mocae-brand-strong);text-underline-offset:3px;align-items:center;font-weight:800;display:inline-flex}.account-danger-link{justify-content:space-between;align-items:center;gap:20px;margin-top:32px;padding:22px 26px;display:flex}.account-danger-link strong{color:var(--mocae-ink)}.account-danger-link p{color:var(--mocae-muted);margin:6px 0 0;font-size:.875rem}@media (max-width:720px){.lifecycle-page{padding-block:36px 72px}.lifecycle-grid{grid-template-columns:1fr}.lifecycle-card--confirm{grid-column:auto}.lifecycle-card{padding:22px 18px}.lifecycle-counts{grid-template-columns:1fr}.lifecycle-provider-list,.lifecycle-recovery-actions{flex-direction:column}.lifecycle-provider-list .mocae-button,.lifecycle-recovery-actions .mocae-button{width:100%}.account-danger-link{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.site-footer{border-top:1px solid var(--mocae-line);background:#fff;margin-top:80px}.site-footer__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:20px;min-height:128px;display:grid}.site-footer p{color:var(--mocae-muted);font-size:.8125rem}.site-footer [aria-label]{color:var(--mocae-muted);gap:20px;font-size:.8125rem;font-weight:650;display:flex}.hero{grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);align-items:center;gap:60px;min-height:690px;padding-block:88px;display:grid}.hero__copy h1{letter-spacing:-.065em;margin:24px 0 22px;font-size:clamp(2.7rem,5.2vw,4rem);line-height:1.08}.hero__copy h1 span{color:var(--mocae-brand-strong)}.hero__copy>p:not(.hero__note){max-width:590px;color:var(--mocae-text);word-break:keep-all;margin:0;font-size:1.08rem;line-height:1.8}.hero__actions{align-items:center;gap:10px;margin-top:34px;display:flex}.hero__note{color:var(--mocae-muted);margin:20px 0 0;font-size:.82rem;font-weight:650}.hero__note span{color:var(--mocae-success)}.hero-preview{place-items:center;min-height:450px;display:grid;position:relative}.hero-preview__glow{background:radial-gradient(circle,#ffd9e8 0,#fff2f7 45%,#0000 72%);border-radius:50%;position:absolute;inset:8% 2% 2%}.preview-card{width:235px;padding:16px;position:absolute}.preview-card>span{color:var(--mocae-muted);margin-bottom:10px;font-size:.75rem;font-weight:800;display:block}.preview-card--before{top:34px;left:0;transform:rotate(-4deg)}.preview-card--after{z-index:2;box-shadow:var(--mocae-shadow-lg);bottom:24px;right:0;transform:rotate(4deg)}.preview-arrow{z-index:3;background:var(--mocae-brand);color:#fff;border-radius:50%;place-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:900;display:grid;position:absolute;box-shadow:0 8px 20px #ff6b9d47}.emoticon{aspect-ratio:1;background-color:#f3f4f6;background-image:linear-gradient(45deg,#e3e5e9 25%,#0000 25%),linear-gradient(-45deg,#e3e5e9 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#e3e5e9 75%),linear-gradient(-45deg,#0000 75%,#e3e5e9 75%);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px;border-radius:20px;place-items:center;display:grid;position:relative;overflow:hidden}.emoticon i{background:#ffadca;border-radius:48% 48% 43% 43%;width:112px;height:96px;margin-top:-14px;display:block;position:relative;box-shadow:inset -10px -10px #e55c8a1f}.emoticon i:before,.emoticon i:after{content:"";background:#39262e;border-radius:50%;width:9px;height:12px;position:absolute;top:36px}.emoticon i:before{left:31px}.emoticon i:after{right:31px}.emoticon b{color:#39262e;letter-spacing:-.08em;font-size:1.4rem;position:absolute;bottom:23px}.emoticon--bordered i,.emoticon--bordered b{filter:drop-shadow(3px 0 #fff)drop-shadow(-3px 0 #fff)drop-shadow(0 3px #fff)drop-shadow(0 -3px #fff)}.benefits{padding-block:90px}.section-heading{text-align:center}.section-heading .mocae-badge{margin-inline:auto}.section-heading h2{letter-spacing:-.055em;margin:18px 0 10px;font-size:clamp(2rem,4vw,3rem)}.section-heading p{color:var(--mocae-text);margin:0}.benefit-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px;display:grid}.benefit-card{min-height:220px;padding:30px}.benefit-card>span{color:var(--mocae-brand-strong);font-size:.8rem;font-weight:900}.benefit-card h3{margin:32px 0 10px;font-size:1.25rem}.benefit-card p{color:var(--mocae-text);word-break:keep-all;margin:0;font-size:.92rem;line-height:1.7}.closing-cta{background:var(--mocae-ink);color:#fff;border-radius:32px;justify-content:space-between;align-items:center;gap:30px;margin-block:60px 20px;padding:46px 52px;display:flex}.closing-cta h2{letter-spacing:-.05em;max-width:620px;margin:14px 0 0;font-size:clamp(1.55rem,3vw,2.4rem)}.auth-page{grid-template-columns:1fr 440px;align-items:center;gap:100px;min-height:680px;padding-block:76px;display:grid}.auth-page__intro h1{letter-spacing:-.06em;margin:20px 0;font-size:clamp(2.5rem,5vw,4rem);line-height:1.12}.auth-page__intro>p{max-width:560px;color:var(--mocae-text);line-height:1.8}.auth-page__intro ul{color:var(--mocae-text);gap:12px;margin:26px 0 0;padding:0;font-size:.88rem;list-style:none;display:grid}.auth-page__intro li:before{content:"✓";color:var(--mocae-brand-strong);margin-right:10px;font-weight:900}.auth-card{box-shadow:var(--mocae-shadow-lg);padding:34px}.auth-card__brand{margin-bottom:32px}.auth-card h2{margin:0;font-size:1.55rem}.auth-card>p{color:var(--mocae-text);margin:8px 0 24px;font-size:.9rem}.oauth-list{gap:12px;display:grid}.oauth-button{width:100%;min-height:54px;box-shadow:none;border-radius:14px;grid-template-columns:28px 1fr auto;display:grid}.oauth-button>span{color:#334155;background:#fff;border-radius:50%;place-items:center;width:25px;height:25px;font-size:.8rem;font-weight:900;display:grid}.oauth-button small{font-size:.68rem;font-weight:700}.oauth-button--google{color:var(--mocae-ink);background:#fff;border-color:#d3d6db}.oauth-button--kakao{color:#3c1e1e;background:#fee500}.auth-card .auth-card__notice{text-align:center;margin:18px 0 0;font-size:.75rem;line-height:1.6}.dev-bypass{width:100%;margin-top:16px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.gate-page{place-items:center;min-height:560px;display:grid}.gate-card{gap:18px;width:min(100%,520px);padding:34px;display:grid}.gate-card h1,.gate-card p{margin:0}.form-error{color:#7d1929;background:#fff1f3;border-left:4px solid #c92a2a;border-radius:12px;gap:5px;margin-bottom:24px;padding:15px 16px;display:grid}.form-error span{line-height:1.55}.form-error .mocae-button{justify-self:start;margin-top:8px}.consent-list{border:0;gap:12px;margin:28px 0 0;padding:0;display:grid}.consent-list legend{margin-bottom:12px;font-weight:800}.consent-item{border:1px solid var(--mocae-line);border-radius:14px;padding:18px}.consent-item:has(input:checked){border-color:var(--mocae-brand-strong);background:var(--mocae-brand-wash)}.consent-item label{cursor:pointer;grid-template-columns:22px 1fr;gap:12px;display:grid}.consent-item input{width:20px;height:20px;accent-color:var(--mocae-brand-strong)}.consent-item span{gap:5px;display:grid}.consent-item small{color:var(--mocae-muted)}.consent-item details{margin:10px 0 0 34px}.consent-item summary{width:fit-content;color:var(--mocae-brand-strong);cursor:pointer;font-size:.82rem;font-weight:750}.consent-item details p{color:var(--mocae-text);white-space:pre-wrap;font-size:.84rem;line-height:1.7}.save-success{color:var(--mocae-success);background:#dff7ed;border-radius:10px;padding:12px 14px;font-weight:750}.workspace-page,.form-page{padding-block:64px}.page-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:34px;display:flex}.page-heading h1,.form-page__heading h1{letter-spacing:-.06em;margin:14px 0 8px;font-size:clamp(2.2rem,5vw,3.5rem)}.page-heading p,.form-page__heading p{color:var(--mocae-text);margin:0;line-height:1.7}.form-page{max-width:860px}.form-page__heading{margin-bottom:34px}.project-form__card{padding:38px}.form-section-heading{border-bottom:1px solid var(--mocae-line);justify-content:space-between;align-items:baseline;gap:20px;padding-bottom:24px;display:flex}.form-section-heading h2{margin:0;font-size:1.35rem}.form-section-heading p{color:var(--mocae-muted);margin:0;font-size:.78rem}.form-section-heading p span{color:var(--mocae-brand-strong)}.project-form__fields{gap:24px;margin-top:28px;display:grid}.form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.form-actions{justify-content:flex-end;gap:8px;margin-top:22px;display:flex}.form-save-notice{color:var(--mocae-muted);text-align:right;margin:10px 6px 0;font-size:.75rem}.project-list-status{gap:16px;padding:34px;display:grid}.project-list-status h2,.project-list-status p{margin:0}.project-list-status .mocae-button{justify-self:start}.project-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none;display:grid}.project-list__card{flex-direction:column;align-items:flex-start;height:100%;padding:26px;display:flex}.project-list__card h2{margin:14px 0 2px;font-size:1.35rem}.project-list__card p{color:var(--mocae-text);line-height:1.6}.project-list__card .project-list__english{color:var(--mocae-muted);margin:0;font-size:.82rem}.project-list__meta{width:100%;color:var(--mocae-muted);justify-content:space-between;gap:10px;margin:auto 0 18px;padding-top:18px;font-size:.75rem;display:flex}.project-list__card .mocae-button{width:100%}.project-list__more{justify-content:center;margin-top:24px;display:flex}.project-list__more-error{color:#7d1929;text-align:center}.mask-layout{grid-template-columns:minmax(210px,280px) minmax(0,1fr);gap:20px;display:grid}.mask-assets{max-height:72vh;overflow:auto}.mask-assets ol{gap:6px;padding:0;list-style:none;display:grid}.mask-assets li button{border:1px solid var(--mocae-line);width:100%;color:inherit;text-align:left;background:#fff;border-radius:12px;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;padding:10px;display:grid}.mask-assets li button[aria-current=true]{border-color:var(--mocae-brand-strong);background:var(--mocae-brand-wash)}.mask-assets small{color:var(--mocae-muted)}.mask-workspace{min-width:0}.mask-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;padding:14px;display:flex}.mask-toolbar fieldset{border:0;gap:6px;padding:0;display:flex}.mask-toolbar legend{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.mask-toolbar label{gap:4px;display:grid}.mask-stage{border:1px solid var(--mocae-line);touch-action:none;background:#fff;border-radius:18px;place-items:center;min-height:420px;display:grid;overflow:hidden}.mask-canvas{transform-origin:50%;cursor:crosshair;max-width:100%;max-height:68vh}.mask-revisions .mocae-badge--success{color:#066348}@media (max-width:900px){.hero{text-align:center;grid-template-columns:1fr;gap:20px}.hero__copy>p:not(.hero__note){margin-inline:auto}.hero__actions{justify-content:center}.hero-preview{width:min(100%,520px);margin-inline:auto}.auth-page{grid-template-columns:1fr;gap:44px}.auth-page__intro{text-align:center}.auth-page__intro>p{margin-inline:auto}.auth-page__intro ul{text-align:left;width:fit-content;margin-inline:auto}.auth-card{width:min(100%,480px);margin-inline:auto}.site-footer__inner{text-align:center;grid-template-columns:1fr;justify-items:center;padding-block:34px}}.platform-page{padding-block:64px}.platform-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.platform-card{flex-direction:column;align-items:flex-start;min-height:230px;padding:26px;display:flex}.platform-card h3{margin:18px 0 8px}.platform-card p{color:var(--mocae-text);margin:0 0 22px;line-height:1.6}.platform-card .mocae-button{width:100%;margin-top:auto}.platform-card--selected{border-color:var(--mocae-brand-strong);box-shadow:0 0 0 2px var(--mocae-brand-wash)}.platform-card--disabled{background:#f8f8fa;border-style:dashed}.platform-card--disabled .mocae-badge,.platform-card--disabled p{color:var(--mocae-ink)}.selection-empty{margin-top:34px;padding:36px}.selection-section{margin-top:48px}.selection-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px;display:flex}.selection-heading h2{margin:0 0 8px}.selection-heading p{color:var(--mocae-text);margin:0}.selection-heading>strong{color:var(--mocae-brand-strong);font-size:1.4rem}.asset-selection-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.asset-choice{border:1px solid var(--mocae-line);background:#fff;border-radius:16px;min-width:0;padding:12px}.asset-choice__preview{aspect-ratio:1;background:var(--mocae-brand-wash);color:var(--mocae-brand-strong);border-radius:12px;place-items:center;margin-bottom:10px;font-size:1.5rem;font-weight:900;display:grid;overflow:hidden}.asset-choice__preview img{object-fit:contain;width:100%;height:100%}.asset-choice>strong{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;display:block;overflow:hidden}.asset-choice__actions{flex-wrap:wrap;gap:4px;margin-top:9px;display:flex}.unselected-assets{margin-top:28px}.unselected-assets h3{font-size:1rem}.unselected-assets>div{flex-wrap:wrap;gap:8px;display:flex}.upload-panel{margin:0 0 40px}.upload-panel__card{padding:24px}.upload-panel__heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.upload-panel__heading h2{margin:0 0 6px}.upload-panel__heading p{color:var(--mocae-text);margin:0}.upload-panel__heading>strong{color:var(--mocae-brand-strong);font-size:1.25rem}.upload-picker{border:2px dashed var(--mocae-line);background:var(--mocae-brand-wash);min-height:52px;color:var(--mocae-brand-strong);cursor:pointer;border-radius:14px;place-items:center;margin-top:20px;font-weight:850;display:grid}.upload-picker:focus-within{outline:3px solid var(--mocae-brand-wash);outline-offset:2px;border-color:var(--mocae-brand-strong)}.upload-picker:has(input:disabled){cursor:not-allowed;opacity:.65}.upload-picker input{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.upload-list{gap:10px;margin:20px 0 0;padding:0;list-style:none;display:grid}.upload-item{border:1px solid var(--mocae-line);background:#fff;border-radius:12px;grid-template-columns:minmax(140px,1fr) minmax(180px,1.2fr) auto;align-items:center;gap:14px;min-width:0;padding:12px 14px;display:grid}.upload-item>div:first-child{gap:3px;min-width:0;display:grid}.upload-item>div:first-child strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upload-item small{color:var(--mocae-muted)}.upload-item__status{min-width:0;color:var(--mocae-text);gap:5px;font-size:.82rem;display:grid}.upload-item__status progress{width:100%;accent-color:var(--mocae-brand-strong)}.upload-item--completed .upload-item__status{color:#066348;font-weight:800}.upload-item--error,.upload-item--invalid{border-color:#d97706}.upload-item__actions{justify-content:flex-end;min-width:88px;display:flex}@media (max-width:900px){.platform-card-grid{grid-template-columns:1fr}.asset-selection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.platform-page{padding-block:42px}.asset-selection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-heading,.upload-panel__heading{flex-direction:column;align-items:flex-start}.upload-panel__card{padding:20px 16px}.upload-item{grid-template-columns:minmax(0,1fr);align-items:stretch}.upload-item>div:first-child strong{white-space:normal;overflow-wrap:anywhere}.upload-item__actions{justify-content:stretch;min-width:0}.upload-item__actions .mocae-button{width:100%;min-height:44px}.mask-layout{grid-template-columns:1fr}.mask-assets{max-height:220px}.mask-stage{min-height:300px}.section-shell{width:min(100% - 32px,1120px)}.site-header__inner{gap:12px;min-height:64px}.site-header nav{display:none}.site-header .mocae-button{margin-left:auto}.hero{min-height:auto;padding-block:62px 36px}.hero__copy h1{font-size:clamp(2.45rem,12vw,3.25rem)}.hero__copy>p:not(.hero__note){font-size:1rem}.hero__actions{flex-direction:column;align-items:stretch}.hero__actions .mocae-button{width:100%}.hero-preview{min-height:360px}.preview-card{width:190px}.preview-card--before{left:-4px}.preview-card--after{right:-4px}.preview-arrow{width:42px;height:42px}.emoticon b{bottom:17px}.emoticon i{transform:scale(.78)}.benefits{padding-block:64px}.benefit-grid{grid-template-columns:1fr}.benefit-card{min-height:190px}.closing-cta{flex-direction:column;align-items:flex-start;padding:34px 26px}.closing-cta .mocae-button{width:100%}.auth-page{padding-block:50px}.auth-page__intro h1{font-size:2.65rem}.auth-card{padding:26px 20px}.workspace-page,.form-page{padding-block:42px}.page-heading{flex-direction:column;align-items:flex-start}.page-heading .mocae-button{width:100%}.project-form__card{padding:26px 20px}.form-section-heading{flex-direction:column;align-items:flex-start;gap:6px}.form-grid{grid-template-columns:1fr}.form-actions .mocae-button{flex:1}.form-save-notice{text-align:center}.project-list{grid-template-columns:1fr}.project-list__meta{flex-direction:column;align-items:flex-start}.site-footer [aria-label]{flex-direction:column;gap:8px}}.border-page{padding-block:64px}.border-controls{gap:14px;padding:24px;display:grid}.border-controls input{width:100%}.border-assets{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:28px 0;padding:0;list-style:none;display:grid}.border-asset{gap:12px;padding:16px;display:grid}.border-preview{aspect-ratio:1;object-fit:contain;background:repeating-conic-gradient(#eee 0 25%,#fff 0 50%) 0/16px 16px;width:100%}.border-asset input[type=number]{width:72px}.border-asset .mocae-button{width:100%}@media (max-width:900px){.border-assets{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.border-assets{grid-template-columns:1fr}.border-page{padding-block:42px}}.border-preview-shell{min-height:72px}.border-preview-status{color:var(--muted);margin:0;font-size:13px}.border-history{gap:14px;margin-top:48px;display:grid}.border-history-item{padding:18px}.border-history-item h3{margin:0 0 8px}.border-result-files{gap:6px;display:grid}.border-result-files p{overflow-wrap:anywhere;margin:0}.share-image-page{padding-block:64px}.share-status{min-height:24px;color:var(--mocae-text);margin:-16px 0 24px}.recommendation-progress,.recommendation-summary,.recommendation-fallback{margin-bottom:28px;padding:26px}.recommendation-progress>div{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;display:grid}.recommendation-progress progress{width:100%;height:10px;accent-color:var(--mocae-brand-strong);margin-top:18px}.recommendation-progress p,.recommendation-summary p,.recommendation-fallback p{color:var(--mocae-text);line-height:1.65}.recommendation-summary h2,.recommendation-fallback h2{margin:14px 0 6px}.recommendation-summary .mocae-badge--success{color:#066348}.recommendation-summary--stale{border-color:#d97706}.recommendation-summary small{color:var(--mocae-muted);margin-top:16px;display:block}.recommendation-palette{gap:6px;display:flex}.recommendation-palette span{border:1px solid var(--mocae-line);border-radius:50%;width:24px;height:24px}.representative-selection{margin-top:38px}.representative-assets{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.representative-asset{min-width:0}.representative-asset>button{border:1px solid var(--mocae-line);width:100%;color:inherit;cursor:pointer;text-align:left;background:#fff;border-radius:15px;padding:9px;position:relative}.representative-asset>button:disabled{cursor:not-allowed;opacity:.45}.representative-asset--selected>button{border-color:var(--mocae-brand-strong);box-shadow:0 0 0 2px var(--mocae-brand-wash)}.representative-asset__number{z-index:2;background:var(--mocae-brand-strong);color:#fff;border-radius:50%;place-items:center;width:25px;height:25px;font-size:.75rem;font-weight:900;display:grid;position:absolute;top:5px;right:5px}.representative-asset .asset-choice__preview{margin-bottom:7px}.representative-asset strong{text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;display:block;overflow:hidden}.representative-confirmation{margin-top:30px;padding:28px}.representative-confirmation h2{margin:0 0 6px}.representative-confirmation>div>p,.representative-confirmation>p{color:var(--mocae-text)}.representative-confirmation ol{gap:8px;margin:22px 0;padding:0;list-style:none;display:grid}.representative-confirmation li{background:var(--mocae-brand-wash);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.representative-confirmation fieldset{border:0;gap:18px;margin-top:20px;padding:0;display:flex}.representative-confirmation legend{margin-bottom:9px;font-weight:800}.representative-confirmation label{align-items:center;gap:6px;display:flex}.representative-confirmation input{accent-color:var(--mocae-brand-strong)}.representative-confirmation .saved-selection{color:#066348;text-align:right;margin-top:14px;font-size:.85rem;font-weight:750}@media (max-width:900px){.representative-assets{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:640px){.share-image-page{padding-block:42px}.representative-assets{grid-template-columns:repeat(3,minmax(0,1fr))}.recommendation-progress>div{grid-template-columns:auto 1fr}.recommendation-progress>div span{grid-column:2}.representative-confirmation{padding:22px 16px}}.saved-selection-next{justify-content:flex-end;align-items:center;gap:14px;margin-top:18px;display:flex}.saved-selection-next .saved-selection{margin:0}.background-page{padding-block:64px}.background-page .mocae-badge--success{color:#066348}.background-status{min-height:24px;color:var(--mocae-text);margin:-16px 0 24px}.background-usage{margin-bottom:28px}.background-usage .mocae-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px 24px;padding:24px;display:grid}.background-usage .mocae-card>div{align-items:center;gap:10px;display:flex}.background-usage h2,.background-usage p{margin:0}.background-usage strong{color:var(--mocae-brand-strong);grid-area:span 2/2;font-size:2.1rem}.background-usage strong small{color:var(--mocae-muted);font-size:.8rem}.background-usage p{color:var(--mocae-text);font-size:.85rem}.background-prerequisite,.background-progress,.background-warning{margin-bottom:28px;padding:28px}.background-progress>div{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;display:grid}.background-progress progress{width:100%;height:10px;accent-color:var(--mocae-brand-strong);margin-top:18px}.background-progress p,.background-warning p{color:var(--mocae-text);margin-bottom:0;line-height:1.65}.background-warning h2{margin:12px 0 5px}.background-candidates,.background-templates,.background-history{margin-top:44px}.background-candidates>ol,.background-templates>ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none;display:grid}.background-candidate,.background-template{border:1px solid var(--mocae-line);background:#fff;border-radius:18px;min-width:0;overflow:hidden}.background-candidate>button,.background-template>button{width:100%;height:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;padding:0}.background-candidate img{aspect-ratio:3/2;object-fit:cover;background:var(--mocae-brand-wash);width:100%;display:block}.background-candidate button>span,.background-template button>strong,.background-template button>small{margin-inline:14px;display:block}.background-candidate button>span{padding-block:13px}.background-candidate small,.background-template small{color:var(--mocae-muted);margin-top:5px}.background-choice--selected{border-color:var(--mocae-brand-strong);box-shadow:0 0 0 3px var(--mocae-brand-wash)}.background-candidate__placeholder{min-height:238px;color:var(--mocae-muted);text-align:center;background:linear-gradient(135deg,#fafafa,#fff4f8);place-content:center;gap:8px;padding:24px;display:grid}.background-candidate__placeholder strong{color:var(--mocae-ink)}.background-template>button{padding-bottom:16px}.background-template__preview{height:150px;margin-bottom:14px;display:block}.background-choice-summary{margin-top:32px;padding:26px}.background-choice-summary h2{margin:12px 0 6px}.background-choice-summary p{color:var(--mocae-text);margin:0}.background-history>ol{gap:10px;margin:0 0 16px;padding:0;list-style:none;display:grid}.background-history .mocae-card{padding:18px}.background-history .mocae-card>div{justify-content:space-between;gap:16px;display:flex}.background-history p{color:var(--mocae-muted);margin:8px 0 0}.background-confirm-dialog{background:0 0;border:0;width:auto;max-width:none;padding:0}.background-confirm-dialog::backdrop{background:#19141785}.background-confirm{width:min(100vw - 40px,520px);box-shadow:var(--mocae-shadow-lg);padding:30px}.background-confirm h2{margin:15px 0 8px}.background-confirm p{color:var(--mocae-text);line-height:1.7}.background-confirm>div{justify-content:flex-end;gap:8px;margin-top:24px;display:flex}@media (max-width:760px){.background-page{padding-block:42px}.background-candidates>ol,.background-templates>ul,.background-usage .mocae-card{grid-template-columns:1fr}.background-usage strong{grid-area:auto}.background-progress>div{grid-template-columns:auto 1fr}.background-progress>div span{grid-column:2}.saved-selection-next{flex-direction:column;align-items:stretch}.saved-selection-next .saved-selection{text-align:left}.saved-selection-next .mocae-button{width:100%}}.background-template__preview{object-fit:cover;width:100%}.background-history-candidates{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:14px 0 0;padding:0;list-style:none;display:grid}.background-history-candidates li{border:1px solid var(--mocae-line);border-radius:10px;overflow:hidden}.background-history-candidates button{width:100%;color:inherit;cursor:pointer;background:#fff;border:0;padding:0 0 8px}.background-history-candidates img{aspect-ratio:3/2;object-fit:cover;width:100%;display:block}.background-history-candidates span{margin-top:7px;font-size:.75rem;font-weight:800;display:block}.background-choice-summary{justify-content:space-between;align-items:center;gap:20px;display:flex}.background-choice-summary .mocae-button{flex:none}.share-editor-page{padding-block:64px}.share-editor-actions{align-items:center;gap:14px;display:flex}.share-editor-save{color:var(--mocae-muted);font-size:.82rem;font-weight:750}.share-editor-save--saved{color:#066348}.share-editor-save--conflict,.share-editor-save--offline{color:#9a3412}.share-editor-notice{background:var(--mocae-brand-wash);color:var(--mocae-text);border-radius:12px;justify-content:space-between;align-items:center;gap:14px;margin:-12px 0 24px;padding:12px 16px;display:flex}.share-editor-layout{grid-template-columns:minmax(0,2fr) minmax(300px,1fr);align-items:start;gap:22px;display:grid}.share-editor-preview-panel{min-width:0;position:sticky;top:92px}.share-editor-canvas{aspect-ratio:600/196;border:1px solid var(--mocae-line);width:100%;box-shadow:var(--mocae-shadow-md);background:linear-gradient(135deg,#fff4f8,#f5f0ff);border-radius:18px;position:relative;overflow:hidden;container-type:inline-size}.share-editor-canvas>img:first-child{object-fit:cover}.share-editor-canvas__empty{height:100%;color:var(--mocae-muted);place-items:center;font-weight:750;display:grid}.share-editor-character{object-fit:contain;transform-origin:50%;width:32.667%;height:auto;position:absolute}.share-editor-title{z-index:10;text-align:center;text-shadow:0 1px 2px #0003;white-space:nowrap;max-width:90%;font-family:Pretendard,system-ui,sans-serif;line-height:1.05;position:absolute;transform:translate(-50%,-50%)}.share-editor-tools{gap:10px;display:grid}.share-editor-tools details{border:1px solid var(--mocae-line);background:#fff;border-radius:16px;overflow:hidden}.share-editor-tools summary{cursor:pointer;padding:16px 18px;font-weight:850}.share-editor-tools details>div,.share-editor-tools details>label,.share-editor-tools details>select,.share-editor-tools details>a,.share-editor-tools details>fieldset{margin-inline:16px}.share-editor-tools details>a{color:var(--mocae-brand-strong);margin-block:12px 16px;font-size:.82rem;font-weight:750;display:block}.share-editor-tools select,.share-editor-tools input:not([type=range]):not([type=color]){border:1px solid var(--mocae-line);background:#fff;border-radius:10px;min-height:40px;padding:8px 10px}.share-editor-source-list{gap:7px;display:grid}.share-editor-source-list button{border:1px solid var(--mocae-line);width:100%;color:inherit;text-align:left;cursor:pointer;background:#fff;border-radius:11px;grid-template-columns:76px 1fr;align-items:center;gap:10px;padding:7px;display:grid}.share-editor-source-list button[aria-pressed=true]{border-color:var(--mocae-brand-strong);background:var(--mocae-brand-wash);box-shadow:0 0 0 2px var(--mocae-brand-wash)}.share-editor-source-list img{object-fit:cover;border-radius:7px;width:76px;height:44px}.share-editor-source-list span{gap:2px;font-weight:800;display:grid}.share-editor-source-list small{color:var(--mocae-muted);font-weight:600}.share-editor-tools fieldset{border:1px solid var(--mocae-line);border-radius:12px;gap:9px;margin-block:12px;padding:12px;display:grid}.share-editor-tools legend{padding-inline:5px;font-weight:800}.share-editor-tools fieldset label{grid-template-columns:56px 1fr 52px;align-items:center;gap:7px;font-size:.78rem;display:grid}.share-editor-title-controls label:has(input[type=range]){grid-template-columns:56px 1fr 52px;align-items:center;gap:7px;font-size:.78rem;display:grid}.share-editor-tools input[type=range]{width:100%;accent-color:var(--mocae-brand-strong)}.share-editor-tools output{color:var(--mocae-muted);text-align:right}.share-editor-tools fieldset>div{justify-content:flex-end;gap:4px;display:flex}.share-editor-title-controls{grid-template-columns:70px minmax(0,1fr);align-items:center;gap:10px;padding-bottom:16px;display:grid}.share-editor-title-controls label:has(input[type=range]){grid-column:1/-1;grid-template-columns:70px 1fr 52px}.share-editor-title-controls input[type=color]{border:1px solid var(--mocae-line);background:#fff;border-radius:9px;width:52px;height:40px;padding:3px}.share-editor-render{margin-top:28px;padding:22px}.share-editor-render>div{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;display:grid}.share-editor-render progress{width:100%;accent-color:var(--mocae-brand-strong);margin-top:14px}.share-editor-render p{color:var(--mocae-muted);margin-bottom:0}.share-editor-history{margin-top:46px}.share-editor-history>ol{gap:14px;margin:0;padding:0;list-style:none;display:grid}.share-editor-history .mocae-card{grid-template-columns:minmax(220px,420px) 1fr;align-items:center;gap:20px;padding:14px;display:grid}.share-editor-history img{border-radius:10px;width:100%;height:auto}.share-editor-history .mocae-card>div{justify-items:start;gap:8px;display:grid}.share-editor-history span{color:var(--mocae-muted);font-size:.82rem}@media (max-width:900px){.share-editor-layout{grid-template-columns:1fr}.share-editor-preview-panel{position:static}.share-editor-tools{grid-template-columns:1fr 1fr}.share-editor-tools details:first-child{grid-column:1/-1}}@media (max-width:640px){.background-choice-summary{flex-direction:column;align-items:stretch}.share-editor-page{padding-block:42px}.share-editor-actions{flex-direction:column;align-items:stretch;width:100%}.share-editor-tools{grid-template-columns:1fr}.share-editor-tools details:first-child{grid-column:auto}.share-editor-history .mocae-card{grid-template-columns:1fr}.share-editor-notice{flex-direction:column;align-items:stretch}.share-editor-canvas{border-radius:12px}}.share-editor-locked-help{color:var(--mocae-muted);margin:0 16px 12px;font-size:.8rem;line-height:1.55}.share-editor-prerequisite{justify-items:start;gap:16px;max-width:620px;margin:40px auto;padding:28px;display:grid}.share-editor-prerequisite p{color:var(--mocae-text);margin:0}.share-editor-result-placeholder{background:var(--mocae-brand-wash);min-height:120px;color:var(--mocae-muted);border-radius:10px;place-content:center;justify-items:center;gap:8px;padding:20px;display:grid}.share-editor-warning{font-weight:750;color:#9a3412!important}.share-editor-history>.mocae-button{margin-top:16px}.share-editor-character{transform-origin:50%;display:block;position:absolute}.share-editor-character img{object-fit:contain;object-position:center}.share-editor-title{text-shadow:none;line-height:1}.share-editor-fidelity-note{color:var(--mocae-muted);margin:10px 4px 0;font-size:.76rem;line-height:1.55}.share-editor-fidelity-note strong{color:var(--mocae-text)}
