.app{height:100%;padding:0}.lt-main{width:100%;max-width:100%;height:100%;padding:24px 32px;display:flex;flex-direction:column;box-sizing:border-box;background:#f2f2f2}.lt-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.lt-header-title h1{font-size:1.35rem;font-weight:700;color:#0a66c2;letter-spacing:-.02em;margin-bottom:4px}.lt-header-title p{font-size:.875rem;color:#64748b}.lt-tag{padding:6px 14px;border-radius:20px;font-size:.75rem;background:linear-gradient(135deg,#0a66c2,#004182);color:#fff;font-weight:600}.lt-content{display:grid;grid-template-columns:1fr 1fr;gap:24px;flex:1;min-height:0;padding:20px 0}.lt-panel{background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 8px 24px #0f172a0f;padding:20px;display:flex;flex-direction:column;min-height:0;overflow:hidden}.lt-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;flex-shrink:0}.lt-panel-header h2{font-size:.95rem;font-weight:600;color:#1e293b}.lt-panel-header span{font-size:.75rem;color:#64748b;background:#f1f5f9;padding:4px 10px;border-radius:10px}.lt-toolbar{display:flex;align-items:center;gap:4px;padding:8px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;flex-shrink:0}.lt-tool-btn{width:34px;height:34px;border:none;background:transparent;border-radius:8px;color:#475569;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.lt-tool-btn:hover{background:#e2e8f0;color:#0a66c2}.lt-tool-btn:active{transform:scale(.95)}.lt-tool-btn-primary{background:#0a66c2;color:#fff}.lt-tool-btn-primary:hover{background:#004182;color:#fff}.lt-tool-icon{font-size:.95rem;font-weight:600;line-height:1}.lt-tool-icon-bold{font-weight:800}.lt-tool-icon-italic{font-style:italic;font-family:Georgia,serif}.lt-tool-icon-underline{text-decoration:underline;text-underline-offset:2px}.lt-tool-icon-strike{text-decoration:line-through}.lt-tool-icon-refresh{font-size:1rem}.lt-toolbar-divider{width:1px;height:20px;background:#e2e8f0;margin:0 4px}.lt-editor-wrapper{display:flex;flex-direction:column;flex:1;min-height:0;gap:10px;margin-top:12px}.lt-textarea{flex:1;min-height:0;padding:14px;border-radius:12px;border:2px solid #e2e8f0;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;line-height:1.65;color:#1e293b;resize:none;overflow-y:auto;transition:border-color .2s,box-shadow .2s}.lt-textarea:focus{outline:none;border-color:#0a66c2;box-shadow:0 0 0 3px #0a66c21a}.lt-editor-footer{display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.lt-subnote{font-size:.72rem;color:#94a3b8}.lt-footer-actions{display:flex;align-items:center;gap:8px}.lt-copy-btn{padding:8px 18px;border-radius:8px;border:none;background:linear-gradient(135deg,#0a66c2,#004182);color:#fff;font-size:.8rem;font-weight:600;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:all .2s;box-shadow:0 2px 6px #0a66c240}.lt-copy-btn:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0a66c24d}.lt-copy-btn.copied{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 6px #05966940}.lt-clear-btn{padding:8px 14px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s}.lt-clear-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.lt-preview-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 4px #0000000a;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.lt-preview-header{display:flex;gap:10px;padding:14px;flex-shrink:0}.lt-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#0a66c2,#004182);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1rem;flex-shrink:0}.lt-header-meta{flex:1;min-width:0}.lt-name-row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.lt-name{font-size:.875rem;font-weight:600;color:#191919;line-height:1.3}.lt-name:hover{color:#0a66c2;text-decoration:underline;cursor:pointer}.lt-headline{font-size:.72rem;color:#666;margin-top:1px;line-height:1.4}.lt-post-meta{display:flex;align-items:center;gap:4px;font-size:.72rem;color:#666;margin-top:2px}.lt-dot{width:2px;height:2px;border-radius:50%;background:#666}.lt-more{display:flex;align-items:center;gap:8px;flex-shrink:0}.lt-more-dots{display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;padding:4px}.lt-more-dots:hover{background:#f3f2ef}.lt-more-dots span{width:3px;height:3px;border-radius:50%;background:#666;display:block;margin:0 1px}.lt-post-body{padding:0 14px;font-size:.8rem;color:#191919;line-height:1.5;flex:1;min-height:0;overflow-y:auto}.lt-post-body p{margin-bottom:.6em}.lt-post-body p:last-child{margin-bottom:0}.lt-post-body strong{font-weight:600}.lt-post-body em{font-style:italic}.lt-post-body u{text-decoration:underline}.lt-post-body ul{margin:.4em 0;padding-left:1.4em}.lt-post-body li{margin-bottom:.2em}.lt-post-footer{padding:10px 14px;border-top:1px solid #e2e8f0;flex-shrink:0}.lt-reactions-row{display:flex;justify-content:space-between;align-items:center;font-size:.72rem;color:#666;padding-bottom:8px}.lt-reactions-left{display:flex;align-items:center;gap:5px}.lt-reactions-left>div:first-child{font-size:.9rem}.lt-comment-counts{display:flex;gap:8px}.lt-comment-counts span:hover{color:#0a66c2;text-decoration:underline;cursor:pointer}.lt-actions-row{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding-top:8px;border-top:1px solid #e2e8f0}.lt-action{display:flex;align-items:center;justify-content:center;gap:5px;padding:8px 4px;border-radius:6px;font-size:.75rem;font-weight:600;color:#666;cursor:pointer;transition:background .15s}.lt-action:hover{background:#f3f2ef}.lt-action span:first-child{font-size:1rem}.lt-below-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:16px 20px;background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 4px 12px #0f172a0a;flex-shrink:0}.lt-below-section{display:flex;flex-direction:column;gap:10px}.lt-below-label{font-size:.8rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:8px}.lt-below-label:before{content:"";width:3px;height:14px;background:#0a66c2;border-radius:2px}.lt-below-metrics{display:flex;flex-wrap:wrap;gap:10px}.lt-below-metric{padding:10px 14px;border-radius:10px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;min-width:100px}.lt-below-metric-label{display:block;font-size:.65rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px}.lt-below-metric-value{font-size:.875rem;color:#1e293b;font-weight:600}.lt-below-checklist{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:6px}.lt-below-checklist li{display:flex;align-items:center;gap:8px;font-size:.72rem;color:#64748b;line-height:1.3;padding:6px 10px;border-radius:8px;background:#f8fafc;border:1px solid transparent;transition:all .2s}.lt-below-checklist li .bullet{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#e2e8f0;color:#94a3b8;font-size:.6rem;flex-shrink:0}.lt-below-checklist li.ok{background:#f0fdf4;border-color:#bbf7d0}.lt-below-checklist li.ok .bullet{background:#22c55e;color:#fff}.lt-below-checklist li.ok span:last-child{color:#166534}.lt-below-checklist li.warn{background:#fffbeb;border-color:#fde68a}.lt-below-checklist li.warn .bullet{background:#f59e0b;color:#fff}.lt-below-checklist li.warn span:last-child{color:#92400e}.lt-footer{display:flex;justify-content:center;align-items:center;gap:6px;padding-top:12px;font-size:.75rem;color:#64748b;flex-shrink:0}.lt-footer span:last-child{font-weight:600;color:#0a66c2}@media (max-width: 1024px){.lt-main{padding:16px;height:auto;min-height:100vh}.lt-content,.lt-below-row,.lt-below-checklist{grid-template-columns:1fr}.lt-panel{min-height:320px}}@media (max-width: 640px){.lt-main{padding:12px}.lt-header{flex-direction:column;align-items:flex-start;gap:10px}.lt-panel{padding:14px}.lt-toolbar{flex-wrap:wrap}.lt-below-row{padding:14px}.lt-below-metrics{flex-direction:column}.lt-below-metric{min-width:auto}.lt-footer-actions{flex-direction:column;width:100%}.lt-copy-btn,.lt-clear-btn{width:100%;justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
