@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";@import"https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@300;400;700&family=JetBrains+Mono:wght@400;700&display=swap";.score-log-viewer{background:transparent;border-left:1px solid var(--border-color);padding-left:1.5rem;height:100%;overflow:hidden;display:flex;flex-direction:column}.score-header-group{margin-bottom:2rem}.tier-badge-large{border:none!important;background:transparent!important;padding:0;margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:flex-start!important;gap:.5rem}.tier-badge-large svg{margin-bottom:.5rem;width:32px;height:32px}.tier-badge-large span:first-of-type{font-family:Pretendard,sans-serif;font-size:1.1rem!important;font-weight:600;color:var(--text-primary);letter-spacing:-.01em}.tier-badge-large span:last-of-type{font-size:.85rem!important;color:var(--text-secondary);font-weight:400;opacity:1!important}.metrics-dashboard{background:#ffffff08!important;border:1px solid var(--border-color)!important;border-radius:8px;padding:1rem!important;margin-bottom:1.5rem!important}.log-header{margin-bottom:1rem!important;border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.log-header span{font-size:.8rem!important;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary)!important}.log-list{scrollbar-width:thin;scrollbar-color:var(--surface-hover) transparent}.log-entry{font-family:JetBrains Mono,monospace;font-size:.8rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.03);color:var(--text-secondary);display:flex;justify-content:space-between}.log-msg{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:1rem}.log-delta{font-weight:600;min-width:30px;text-align:right}.log-delta.positive{color:var(--success-color);opacity:.8}.log-delta.negative{color:var(--danger-color);opacity:.8}.debug-btn{background:transparent!important;border:1px solid var(--border-color)!important;color:var(--text-secondary)!important;transition:all .2s ease}.debug-btn:hover{background:var(--surface-hover)!important;color:var(--text-primary)!important;border-color:var(--text-tertiary)!important}:root{--bg-color: #0c0c0e;--surface-color: #1c1c1e;--surface-hover: #2c2c2e;--primary-color: #e2e8f0;--accent-color: #fbbf24;--accent-subtle: rgba(251, 191, 36, .1);--text-primary: #f5f5f7;--text-secondary: #a1a1aa;--text-tertiary: #52525b;--border-color: rgba(255, 255, 255, .08);--success-color: #34d399;--warning-color: #fbbf24;--danger-color: #f87171}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;background-color:var(--bg-color);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}.app{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;max-width:1400px;width:96%;margin:0 auto 1.5rem;padding:0;display:flex;gap:1.5rem}.metadata-section,.thoughtlog-section,.writing-section{background:var(--surface-color);border-radius:12px;padding:1.5rem;border:1px solid var(--border-color);box-shadow:none;display:flex;flex-direction:column;height:calc(100vh - 80px)}.app-header{background:#0c0c0ecc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:0 2rem;height:50px;display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100}.app-header h1{font-size:.95rem;font-weight:600;color:var(--text-secondary);letter-spacing:-.01em;margin-right:1rem}.app-subtitle{font-size:.8rem;color:var(--text-tertiary);margin-left:0;padding-left:1rem;border-left:1px solid var(--border-color)}.writing-header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.writing-grid{display:flex;gap:2rem;flex:1;min-height:0}.editor-column{flex:3;display:flex;flex-direction:column;min-height:0;background:transparent}.tiptap-container{flex:1;display:flex;flex-direction:column;min-height:0;position:relative;background:transparent}.cooldown-message{position:absolute;inset:0;background:#0f172af2;z-index:50;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:8px}.cooldown-message p{font-size:1.5rem;color:var(--primary-color);margin-bottom:2rem;font-weight:700;animation:pulse 2s infinite}.rest-note-area{width:100%;max-width:500px;background:var(--surface-color);padding:1.5rem;border-radius:8px;border:1px solid var(--border-color);box-shadow:0 4px 6px #0000004d}.note-label{display:block;margin-bottom:.5rem;color:var(--text-secondary);font-size:.95rem!important;font-weight:400!important;animation:none!important}.rest-note-input{width:100%;background:#0000004d;border:1px solid var(--border-color);border-radius:4px;color:var(--text-primary);padding:.8rem;font-size:1rem;resize:none}.rest-note-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #4f46e533}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.editor-content-wrapper{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.tiptap-content{flex:1;overflow-y:auto;min-height:0!important;height:100%}.log-column{flex:1;min-width:250px;max-width:300px;height:100%;overflow-y:auto}.previous-content-display{background:#0006;padding:1rem;border-radius:8px;margin-bottom:1.5rem;color:#94a3b8;font-size:.95rem;line-height:1.6;max-height:300px;overflow-y:auto;border-left:3px solid #475569}.previous-label{font-size:.8rem;font-weight:600;color:#64748b;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.previous-content-display p{margin:.5rem 0}.editor-textarea.novel{font-family:Georgia,serif;font-size:1.15rem;line-height:1.8;background:#00000040}.editor-textarea.essay{font-family:Segoe UI,Helvetica Neue,sans-serif;font-size:1.1rem;line-height:1.6;background:#0003}.editor-textarea.report{font-family:Arial,sans-serif;font-size:1rem;line-height:1.5;letter-spacing:.02em;background:#0000004d}.editor-textarea.journal{font-family:Courier New,monospace;font-size:1.05rem;line-height:1.6}.type-selection-section{max-width:800px;margin:2rem auto;text-align:center}.type-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.type-card{background:#ffffff0d;border:2px solid transparent;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s ease;text-align:center}.type-card:hover{background:#ffffff1a;transform:translateY(-2px)}.type-card.selected{border-color:#646cff;background:#646cff1a;box-shadow:0 0 15px #646cff4d}.type-icon{font-size:2.5rem;margin-bottom:1rem}.type-card h3{margin:.5rem 0;font-size:1.1rem}.type-card p{font-size:.9rem;color:#94a3b8}.tiptap-editor img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0;cursor:pointer;display:block}.tiptap-editor img.ProseMirror-selectednode{outline:2px solid var(--primary-color);outline-offset:2px}.tiptap-editor iframe[data-youtube-video]{width:100%;max-width:640px;height:360px;border-radius:8px;margin:1rem auto;display:block;border:none}.tiptap-editor iframe[data-youtube-video].ProseMirror-selectednode{outline:2px solid var(--primary-color);outline-offset:2px}
