.counter-container{max-width:800px;margin:0 auto}.tweet-input{position:relative;margin-bottom:20px}.tweet-input textarea{min-height:150px;font-size:16px;line-height:1.5;padding:15px;border-radius:8px;border:2px solid #dee2e6;transition:border-color .2s}.tweet-input textarea:focus{border-color:#1da1f2;box-shadow:none}.counter-stats{display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:#f8f9fa;border-radius:8px;margin-bottom:20px}.counter-stats .stat-item{text-align:center;padding:10px;border-radius:4px;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.counter-stats .stat-item.warning{background-color:#fff3cd;color:#856404}.counter-stats .stat-item.danger{background-color:#f8d7da;color:#721c24}.history-container{max-height:300px;overflow-y:auto}.history-item{padding:10px;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;align-items:center}.history-item:last-child{border-bottom:none}.tweet-preview{background-color:#fff;border:1px solid #dee2e6;border-radius:8px;padding:20px;margin-top:20px}.tweet-preview-header{display:flex;align-items:center;margin-bottom:15px}.tweet-preview-header img{width:48px;height:48px;border-radius:50%;margin-right:10px}.tweet-preview-content{font-size:16px;line-height:1.5}.tweet-preview-footer{display:flex;justify-content:space-between;margin-top:15px;color:#6c757d;font-size:14px}.emoji-counter{margin-top:10px;font-size:14px;color:#6c757d}.character-count{font-size:24px;font-weight:700;color:#1da1f2}.character-count.warning{color:#ffc107}.character-count.danger{color:#dc3545}
/*# sourceMappingURL=twitter-character-counter-content.css.map */