.area-editor{background-color:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;min-width:0;display:flex;overflow:hidden}.area-editor__toolbar{background-color:#fff;border-bottom:1px solid #e5e7eb;flex-flow:wrap;justify-content:flex-start;align-items:center;gap:16px;padding:8px 16px;display:flex}.area-editor__status{color:#6b7280;flex:auto;font-size:13px}.area-editor__readout{color:#4f4fd6;font-variant-numeric:tabular-nums;background-color:#f0f0ff;border-radius:6px;padding:2px 8px;font-size:13px;font-weight:600}.area-editor__zoom{flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;display:flex}.area-editor__zoom-button{color:#6b7280;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:2px 8px;font-size:13px}.area-editor__zoom-button--active{color:#1f2937;background-color:#99f;border-color:#99f}.area-editor__viewport{background-color:#f3f4f6;height:calc(100vh - 285px);min-height:400px;padding:16px;overflow:auto}.area-editor__surface{cursor:crosshair;-webkit-user-select:none;user-select:none;margin:0 auto;line-height:0;display:block;position:relative}.area-editor__surface--drawing{cursor:cell}.area-editor__image{pointer-events:none;width:100%;height:auto;display:block}.area-editor__rect{cursor:pointer;background-color:#9999ff3d;border:2px solid #99f;position:absolute}.area-editor__rect--selected{background-color:#f59e0b3d;border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b59}.area-editor__rect--empty{background-color:#dc26261f;border-style:dashed;border-color:#dc2626}.area-editor__rect--preview{pointer-events:none;background-color:#9999ff29;border-style:dashed}.area-editor__badge{color:#1f2937;background-color:#99f;flex-direction:row;justify-content:center;align-items:center;gap:0;min-width:20px;height:18px;padding:0 4px;font-size:11px;font-weight:700;line-height:1;display:flex;position:absolute;top:-1px;left:-1px}.area-editor__guide{pointer-events:none;background-color:#9999ffe6;position:absolute}.area-editor__guide--x{width:1px;height:100%;top:0}.area-editor__guide--y{width:100%;height:1px;left:0}.area-list{background-color:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;min-width:0;padding:16px;display:flex}.area-list__header{flex-flow:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.area-list__heading{font-size:18px;font-weight:700}.area-list__warn{color:#dc2626;font-size:13px;font-weight:600}.area-list__actions{flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;display:flex}.area-list__actions button{color:#6b7280;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:2px 8px;font-size:13px}.area-list__actions button:disabled{opacity:.5;cursor:default}.area-list__empty{color:#6b7280;text-align:center;border:1px dashed #e5e7eb;border-radius:10px;padding:24px;font-size:13px}.area-list__items{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;max-height:calc(100vh - 505px);margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.area-list__item{cursor:pointer;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px;padding:8px;display:flex}.area-list__item--selected{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b40}.area-list__row{flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;display:flex}.area-list__index{color:#1f2937;background-color:#99f;border-radius:6px;flex-direction:row;flex:none;justify-content:center;align-items:center;gap:0;width:20px;height:18px;font-size:11px;font-weight:700;display:flex}.area-list__coord{font-variant-numeric:tabular-nums;text-align:center;border:1px solid #e5e7eb;border-radius:6px;width:100%;min-width:0;padding:2px 4px;font-family:inherit;font-size:13px}.area-list__remove{color:#6b7280;background-color:#f9fafb;border:none;border-radius:6px;flex:none;width:22px;height:22px;padding:0;font-size:15px;line-height:1}.area-list__remove:hover{color:#dc2626;background-color:#fee2e2}.area-list__href,.area-list__text{border:1px solid #e5e7eb;border-radius:6px;width:100%;min-width:0;padding:4px;font-family:inherit;font-size:13px}.area-list__href--empty{background-color:#fef2f2;border-color:#dc2626}.html-output{background-color:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;min-width:0;padding:16px;display:flex}.html-output__header{flex-flow:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.html-output__heading{font-size:18px;font-weight:700}.html-output__actions{flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;display:flex}.html-output__button{color:#1f2937;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:4px 8px;font-size:13px;font-weight:600}.html-output__button--primary{color:#1f2937;background-color:#99f;border-color:#99f}.html-output__button--primary:hover{background-color:#8080ff}.html-output__code{color:#e5e7eb;white-space:pre;resize:vertical;background-color:#1f2937;border:1px solid #e5e7eb;border-radius:10px;width:100%;min-height:calc(100vh - 365px);padding:16px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.5}.image-dropzone{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;width:100%;display:flex}.image-dropzone__area{text-align:center;cursor:pointer;background-color:#fff;border:2px dashed #e5e7eb;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:40px 24px;transition:border-color .15s,background-color .15s;display:flex;position:relative}.image-dropzone__area:hover,.image-dropzone__area:focus-visible{border-color:#99f;outline:none}.image-dropzone__area--active{background-color:#f0f0ff;border-color:#99f}.image-dropzone__icon{font-size:32px;line-height:1}.image-dropzone__title{font-size:15px;font-weight:600}.image-dropzone__title span{color:#4f4fd6;text-decoration:underline}.image-dropzone__hint{color:#6b7280;font-size:13px}.image-dropzone__input{display:none}.image-dropzone__error{color:#dc2626;font-size:13px}.image-preview-list{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;display:flex}.image-preview-list__heading{font-size:18px;font-weight:700}.image-preview-list__items{flex-flow:wrap;justify-content:flex-start;align-items:flex-start;gap:8px;margin:0;padding:0;list-style:none;display:flex}.image-preview-list__item{cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px;width:156px;padding:8px;display:flex;box-shadow:0 1px 3px #00000014}.image-preview-list__item--selected{border-color:#99f;box-shadow:0 0 0 2px #9999ff73}.image-preview-list__figure{background-color:#f9fafb;border-radius:6px;flex-direction:row;justify-content:center;align-items:center;gap:0;height:110px;display:flex;position:relative;overflow:hidden}.image-preview-list__image{object-fit:cover;object-position:top center;border-radius:6px;max-width:100%;max-height:100%}.image-preview-list__remove{color:#fff;background-color:#00000073;border:none;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;gap:0;width:22px;height:22px;padding:0;font-size:15px;line-height:1;display:flex;position:absolute;top:4px;right:4px}.image-preview-list__remove:hover{background-color:#000000b3}.image-preview-list__meta{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2px;display:flex}.image-preview-list__name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:13px;font-weight:600;overflow:hidden}.image-preview-list__dimension{color:#4f4fd6;font-variant-numeric:tabular-nums;background-color:#f0f0ff;border-radius:999px;padding:1px 4px;font-size:11px;font-weight:600}.image-preview-list__size{color:#6b7280;font-size:11px}.link-presets{background-color:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:16px;display:flex}.link-presets__header{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2px;display:flex}.link-presets__heading{font-size:18px;font-weight:700}.link-presets__hint{color:#6b7280;font-size:13px}.link-presets__items{grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.link-presets__item{position:relative}.link-presets__tile{aspect-ratio:1;text-align:center;border:none;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;padding:8px;transition:transform .1s,box-shadow .1s;display:flex;box-shadow:0 1px 3px #00000014}.link-presets__tile:hover{transform:translateY(-2px);box-shadow:0 4px 10px #00000026}.link-presets__tile:active{transform:translateY(0)}.link-presets__tile--add{box-shadow:none;color:#6b7280;background-color:#fff;border:2px dashed #e5e7eb;font-size:28px;font-weight:300}.link-presets__tile--add:hover{color:#4f4fd6;border-color:#99f}.link-presets__label{word-break:keep-all;font-size:13px;font-weight:700;line-height:1.3}.link-presets__empty{opacity:.75;font-size:11px}.link-presets__copied{color:#fff;background-color:#000000a6;border-radius:10px;flex-direction:row;justify-content:center;align-items:center;gap:0;font-size:13px;font-weight:700;display:flex;position:absolute;inset:0}.link-presets__action{color:#1f2937;background-color:#ffffffd9;border:none;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;gap:0;width:22px;height:22px;padding:0;font-size:12px;line-height:1;display:flex;position:absolute;top:4px}.link-presets__action:hover{background-color:#fff}.link-presets__action--edit{right:4px}.link-presets__action--apply{color:#1f2937;background-color:#99f;font-weight:700;left:4px}.link-presets__action--apply:hover{background-color:#8080ff}.link-presets__editor{background-color:#fff;border:1px solid #99f;border-radius:10px;flex-flow:wrap;justify-content:flex-start;align-items:flex-end;gap:8px;padding:16px;display:flex}.link-presets__field{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2px;min-width:0;display:flex}.link-presets__field span{color:#6b7280;font-size:13px}.link-presets__field input{border:1px solid #e5e7eb;border-radius:6px;width:100%;min-width:0;padding:4px;font-family:inherit;font-size:13px}.link-presets__field--label{flex:0 0 140px}.link-presets__field--url{flex:320px}.link-presets__field--color{flex:0 0 52px}.link-presets__field--color input{height:30px;padding:2px}.link-presets__editor-actions{flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;display:flex}.link-presets__editor-actions button{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:4px 8px;font-size:13px;font-weight:600}.link-presets__editor-actions button:last-child{color:#1f2937;background-color:#99f;border-color:#99f}.map-settings{background-color:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:16px;display:flex}.map-settings__heading{font-size:18px;font-weight:700}.map-settings__src{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1.4fr);gap:8px;display:grid}@media (width<=640px){.map-settings__src{grid-template-columns:minmax(0,1fr)}}.map-settings__src-preview{color:#4f4fd6;white-space:nowrap;background-color:#f9fafb;border-radius:6px;padding:4px 8px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;overflow-x:auto}.map-settings__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.map-settings__field{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2px;min-width:0;display:flex}.map-settings__field span{color:#6b7280;font-size:13px}.map-settings__field input,.map-settings__field select{border:1px solid #e5e7eb;border-radius:6px;width:100%;min-width:0;padding:4px;font-family:inherit;font-size:13px}.map-settings__field input[readonly]{color:#6b7280;background-color:#f9fafb}.map-settings__note{color:#6b7280;font-size:13px}.pdf-dropzone{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;width:100%;display:flex}.pdf-dropzone__area{text-align:center;cursor:pointer;background-color:#fff;border:2px dashed #e5e7eb;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:24px;transition:border-color .15s,background-color .15s;display:flex}.pdf-dropzone__area:hover,.pdf-dropzone__area:focus-visible{border-color:#99f;outline:none}.pdf-dropzone__area--active{background-color:#f0f0ff;border-color:#99f}.pdf-dropzone__icon{font-size:26px;line-height:1}.pdf-dropzone__title{word-break:break-all;font-size:15px;font-weight:600}.pdf-dropzone__title span{color:#4f4fd6;text-decoration:underline}.pdf-dropzone__hint{color:#6b7280;font-size:13px}.pdf-dropzone__input{display:none}.pdf-dropzone__error{color:#dc2626;font-size:13px}.pdf-link-list{background-color:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;min-width:0;padding:16px;display:flex}.pdf-link-list__header{flex-flow:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.pdf-link-list__heading{font-size:18px;font-weight:700}.pdf-link-list__warn{color:#dc2626;font-size:13px;font-weight:600}.pdf-link-list__actions{flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;display:flex}.pdf-link-list__actions button{color:#6b7280;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:2px 8px;font-size:13px}.pdf-link-list__actions button:disabled{opacity:.5;cursor:default}.pdf-link-list__sync{background-color:#f0f0ff;border:1px solid #99f;border-radius:6px;flex-flow:wrap;justify-content:space-between;align-items:center;gap:8px;padding:8px;display:flex}.pdf-link-list__sync-text{color:#4f4fd6;flex:auto;font-size:13px;font-weight:600}.pdf-link-list__sync-button{color:#1f2937;background-color:#99f;border:none;border-radius:6px;padding:4px 8px;font-size:13px;font-weight:700}.pdf-link-list__sync-button:hover:not(:disabled){background-color:#8080ff}.pdf-link-list__sync-button:disabled{color:#6b7280;cursor:default;background-color:#e5e7eb}.pdf-link-list__empty{color:#6b7280;text-align:center;border:1px dashed #e5e7eb;border-radius:10px;padding:24px;font-size:13px;line-height:1.5}.pdf-link-list__items{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;max-height:calc(100vh - 555px);margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.pdf-link-list__item{cursor:pointer;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px;padding:8px;display:flex}.pdf-link-list__item--selected{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b40}.pdf-link-list__row{flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;display:flex}.pdf-link-list__index{color:#1f2937;background-color:#99f;border-radius:6px;flex-direction:row;flex:none;justify-content:center;align-items:center;gap:0;width:20px;height:18px;font-size:11px;font-weight:700;display:flex}.pdf-link-list__page{color:#6b7280;background-color:#f3f4f6;border-radius:999px;flex:none;padding:1px 4px;font-size:11px;font-weight:600}.pdf-link-list__coords{color:#6b7280;font-variant-numeric:tabular-nums;flex:auto;font-size:11px}.pdf-link-list__remove{color:#6b7280;background-color:#0000;border:none;border-radius:6px;flex:none;width:22px;height:22px;padding:0;font-size:15px;line-height:1}.pdf-link-list__remove:hover{color:#dc2626;background-color:#fee2e2}.pdf-link-list__href{border:1px solid #e5e7eb;border-radius:6px;width:100%;min-width:0;padding:4px;font-family:inherit;font-size:13px}.pdf-link-list__href--empty{background-color:#fef2f2;border-color:#dc2626}.pdf-link-list__download{color:#1f2937;background-color:#99f;border:1px solid #99f;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:700}.pdf-link-list__download:hover:not(:disabled){background-color:#8080ff}.pdf-link-list__download:disabled{color:#6b7280;cursor:default;background-color:#e5e7eb;border-color:#e5e7eb}.pdf-page-canvas{box-shadow:0 1px 3px #00000014}.pdf-page-canvas__error{color:#dc2626;background-color:#fef2f2;border-radius:6px;padding:4px 8px;font-size:13px;position:absolute;top:16px;left:16px}.step-nav{flex-direction:row;justify-content:flex-start;align-items:stretch;gap:4px;display:flex}.step-nav__step{text-align:left;white-space:nowrap;background-color:#0000;border:1px solid #0000;border-radius:999px;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:4px 16px 4px 8px;display:flex}.step-nav__step:disabled{opacity:.45;cursor:default}.step-nav__step--current{background-color:#f0f0ff;border-color:#99f}.step-nav__step--done:not(:disabled):hover,.step-nav__step--todo:not(:disabled):hover{background-color:#f3f4f6}.step-nav__marker{color:#6b7280;background-color:#e5e7eb;border-radius:50%;flex-direction:row;flex:none;justify-content:center;align-items:center;gap:0;width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.step-nav__step--current .step-nav__marker{color:#1f2937;background-color:#99f}.step-nav__step--done .step-nav__marker{color:#047857;background-color:#d1fae5}.step-nav__text{flex-direction:column;justify-content:center;align-items:flex-start;gap:0;line-height:1.25;display:flex}.step-nav__label{font-size:13px;font-weight:700}.step-nav__desc{color:#6b7280;font-size:11px}@media (width<=1024px){.step-nav__desc{display:none}}.app{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;min-height:100%;display:flex}.app__header{z-index:10;background-color:#fff;border-bottom:1px solid #e5e7eb;flex-direction:row;justify-content:space-between;align-items:center;gap:24px;min-height:68px;padding:8px 100px;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000000f}@media (width<=1024px){.app__header{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:8px 24px;display:flex}}@media (width<=640px){.app__header{padding:8px 16px}}.app__brand{flex-direction:row;flex:none;justify-content:flex-start;align-items:center;gap:8px;display:flex}.app__logo{flex:none;width:auto;height:30px}.app__brand-text{flex-direction:column;justify-content:center;align-items:flex-start;gap:0;line-height:1.25;display:flex}.app__title{font-size:15px;font-weight:700}.app__subtitle{color:#6b7280;font-size:11px}@media (width<=640px){.app__subtitle{display:none}}.app__context{flex-flow:wrap;flex:0 auto;justify-content:flex-end;align-items:center;gap:4px;min-width:0;display:flex}.app__chip{color:#6b7280;font-variant-numeric:tabular-nums;white-space:nowrap;background-color:#f3f4f6;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.app__chip--name{text-overflow:ellipsis;max-width:200px;overflow:hidden}.app__chip-warn{color:#dc2626;font-style:normal}.app__body{flex:auto;padding:24px 100px}@media (width<=1024px){.app__body{padding:24px}}@media (width<=640px){.app__body{padding:16px}}.app__step--setup{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:24px;display:grid}.app__step--edit{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:24px;display:grid}.app__step--export{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;display:grid}@media (width<=1024px){.app__step{grid-template-columns:minmax(0,1fr)}}.app__column{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px;min-width:0;display:flex}.app__panel{background-color:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:24px;display:flex}.app__panel-title{font-size:18px;font-weight:700}.app__panel-desc{color:#6b7280;font-size:13px}.app__pager{font-variant-numeric:tabular-nums;flex-direction:row;justify-content:center;align-items:center;gap:4px;font-size:13px;font-weight:600;display:flex}.app__pager button{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-direction:row;justify-content:center;align-items:center;gap:0;width:22px;height:22px;padding:0;font-size:14px;line-height:1;display:flex}.app__pager button:disabled{opacity:.4;cursor:default}.app__placeholder{color:#6b7280;text-align:center;border:1px dashed #e5e7eb;border-radius:14px;padding:40px 24px;font-size:13px}.app__side{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px;min-width:0;display:flex}.app__footer{background-color:#fff;border-top:1px solid #e5e7eb;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:16px 100px;display:flex;position:sticky;bottom:0}@media (width<=1024px){.app__footer{padding:16px 24px}}@media (width<=640px){.app__footer{padding:8px 16px}}.app__footer-hint{color:#6b7280;text-align:center;flex:auto;font-size:13px}@media (width<=640px){.app__footer-hint{display:none}}.app__nav{color:#1f2937;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;flex:none;padding:8px 24px;font-size:15px;font-weight:700}.app__nav--primary:not(:disabled){color:#1f2937;background-color:#99f;border-color:#99f}.app__nav--primary:not(:disabled):hover{background-color:#8080ff}.app__nav:disabled{opacity:.4;cursor:default}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:#1f2937;-webkit-font-smoothing:antialiased;background-color:#f9fafb;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.6}h1,h2,h3,h4,p{margin:0}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}
