/* Fixed43: Safari exact line alignment and owner-only comment tools */
:root{--ui-font:Inter,Pretendard,"Apple SD Gothic Neo","Noto Sans KR",Arial,sans-serif;--code-font:Menlo,"SFMono-Regular",Monaco,Consolas,"Liberation Mono",monospace;--code-size:15px;--code-line-height:24px}
html,body,button,input,textarea,select,option{font-family:var(--ui-font)!important}
select{font-weight:600;letter-spacing:0}
#jojDifficulty,.joj-list-head select,#languageSelect,#createLanguage,#editRoomLanguage,#learningLanguage,#problemLanguage,#jfLanguage,#jfDifficulty,#adminJojLanguage{font-family:var(--ui-font)!important;font-size:inherit;line-height:1.25}
.code-editor,.problem-code-wrap,.joj-code{grid-template-columns:58px minmax(0,1fr)}
.line-numbers,.code-area pre,.code-area textarea,.problem-code-wrap pre,.problem-code-wrap textarea,.joj-code pre,.joj-code textarea{font-family:var(--code-font)!important;font-size:var(--code-size)!important;line-height:var(--code-line-height)!important;font-style:normal;font-variant-ligatures:none;font-feature-settings:"liga" 0,"calt" 0;font-synthesis:none;letter-spacing:0!important;word-spacing:0!important;tab-size:4;-moz-tab-size:4}
.line-numbers{position:relative!important;padding:0!important;white-space:normal!important;overflow:hidden!important}
.line-number-spacer{display:block;width:1px;visibility:hidden;pointer-events:none}
.line-numbers .line-number{position:absolute!important;left:0;right:12px;display:block!important;margin:0!important;padding:0!important;height:var(--code-line-height)!important;min-height:var(--code-line-height)!important;max-height:var(--code-line-height)!important;line-height:var(--code-line-height)!important;text-align:right;box-sizing:border-box!important;transform:none!important}
.code-area pre,.code-area textarea,.problem-code-wrap pre,.problem-code-wrap textarea,.joj-code pre,.joj-code textarea{padding:16px 18px!important;-webkit-appearance:none!important;appearance:none!important;border-radius:0!important;text-rendering:auto!important;-webkit-font-smoothing:antialiased!important}
.code-area pre{overflow:hidden!important}.code-area textarea{overflow:auto!important}.tok-comment{font-style:normal!important}.format-code-btn{white-space:nowrap}
.joj-editor-title{align-items:center;gap:10px}.joj-editor-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.joj-editor-actions span{white-space:nowrap}
.app-view.student-mode .comment-owner-only{display:none!important}
@media(max-width:1200px){.editor-meta{gap:7px}.format-code-btn{padding-left:7px;padding-right:7px}}
