.container{max-width:1400px;margin:0 auto;padding:2rem}header{text-align:center;margin-bottom:2rem}header h1{font-size:2.5rem;margin:.5rem 0;color:#2c3e50}.language-selector{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem}.language-label{font-size:.9rem;color:#7f8c8d;font-weight:500}.language-option{display:flex;align-items:center;gap:.3rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.9rem}.language-option input[type=radio]{width:16px;height:16px;cursor:pointer}.description{color:#7f8c8d;background-color:#e3f2fd;padding:1rem;border-radius:8px;margin:1rem 0}.tabs{display:flex;gap:0;margin-bottom:2rem;border-bottom:2px solid #ddd}.tab{padding:1rem 2rem;font-size:1rem;font-weight:600;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;color:#7f8c8d;transition:all .3s}.tab:hover{color:#3498db}.tab.active{color:#3498db;border-bottom-color:#3498db}.content{display:flex;flex-direction:column;gap:1.5rem}.controls{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;flex-wrap:wrap}.mode-selector{display:flex;gap:1.5rem;align-items:center}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:1rem}.radio-label input[type=radio]{width:18px;height:18px;cursor:pointer}.panel{display:flex;flex-direction:column;gap:.5rem}.panel h2{font-size:1.5rem;color:#34495e;margin:0}.panel-header{display:flex;justify-content:space-between;align-items:center}textarea{width:100%;min-height:400px;padding:1rem;border:2px solid #ddd;border-radius:8px;font-family:Courier New,monospace;font-size:.9rem;resize:vertical;transition:border-color .3s;box-sizing:border-box}textarea:focus{outline:none;border-color:#3498db}textarea[readonly]{background-color:#f8f9fa}.convert-btn,.copy-btn{padding:.75rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s}.convert-btn{background-color:#3498db;color:#fff}.convert-btn:hover{background-color:#2980b9;transform:translateY(-2px);box-shadow:0 4px 12px #3498db4d}.copy-btn{background-color:#2ecc71;color:#fff}.copy-btn:hover:not(:disabled){background-color:#27ae60}.copy-btn:disabled{background-color:#95a5a6;cursor:not-allowed;opacity:.6}footer{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #ddd}footer a{color:#3498db;text-decoration:none;font-weight:500}footer a:hover{text-decoration:underline}.triage-setup{display:flex;flex-direction:column;gap:1.5rem;align-items:center;width:100%;max-width:1400px;margin:0 auto}.triage-setup .panel{width:100%}.triage-view{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem 0;width:100%;max-width:1400px;margin:0 auto}.triage-stats{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.stat-item{display:flex;flex-direction:column;align-items:center;padding:1rem 1.5rem;border-radius:12px;min-width:100px;box-shadow:0 2px 8px #0000001a}.stat-item.keep{background-color:#d5f4e6;border:2px solid #2ecc71}.stat-item.later{background-color:#fef5e7;border:2px solid #f39c12}.stat-item.delete{background-color:#fadbd8;border:2px solid #e74c3c}.stat-item.pending{background-color:#e8f4fd;border:2px solid #3498db}.stat-icon{font-size:2rem;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#7f8c8d;margin-bottom:.25rem}.stat-count{font-size:1.8rem;font-weight:700;color:#2c3e50}.triage-progress{font-size:1.2rem;font-weight:600;color:#3498db}.triage-card{width:100%;max-width:1200px;background:#fff;border:2px solid #ddd;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a}.triage-card-content{display:flex;flex-direction:column;gap:1rem;overflow:hidden;flex:1}.triage-title{font-size:1.5rem;color:#2c3e50;margin:0;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding-bottom:.5rem}.triage-url{display:block;color:#3498db;text-decoration:none;overflow-x:auto;overflow-y:hidden;white-space:nowrap;font-size:.9rem;padding-bottom:.5rem}.triage-url:hover{text-decoration:underline}.triage-actions{display:flex;gap:1rem;justify-content:center;flex-shrink:0;width:100%;max-width:1200px;margin-top:2rem}.triage-btn{flex:1;padding:1rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:60px}.triage-btn.keep{background-color:#2ecc71;color:#fff}.triage-btn.keep:hover{background-color:#27ae60;transform:translateY(-2px)}.triage-btn.later{background-color:#f39c12;color:#fff}.triage-btn.later:hover{background-color:#e67e22;transform:translateY(-2px)}.triage-btn.delete{background-color:#e74c3c;color:#fff}.triage-btn.delete:hover{background-color:#c0392b;transform:translateY(-2px)}.triage-complete{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.triage-complete h2{color:#2ecc71;font-size:2rem}.triage-lists{width:100%;max-width:1400px;display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem;padding-top:2rem;border-top:2px solid #ddd}.triage-list{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.triage-list.keep{border-left:4px solid #2ecc71}.triage-list.later{border-left:4px solid #f39c12}.triage-list.delete{border-left:4px solid #e74c3c}.triage-list.pending{border-left:4px solid #3498db}.triage-list h3{margin:0;font-size:1.2rem;color:#2c3e50}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.copy-buttons{display:flex;gap:.5rem}.copy-list-btn{padding:.5rem 1rem;font-size:.9rem;font-weight:600;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .3s;white-space:nowrap}.copy-list-btn.markdown{background-color:#3498db}.copy-list-btn.markdown:hover{background-color:#2980b9}.copy-list-btn.onetab{background-color:#9b59b6}.copy-list-btn.onetab:hover{background-color:#8e44ad}.triage-list ul{list-style:none;padding:0;margin:0}.triage-list li{padding:.5rem 0;border-bottom:1px solid #ecf0f1}.triage-list li:last-child{border-bottom:none}.triage-list a{color:#3498db;text-decoration:none;word-wrap:break-word}.triage-list a:hover{text-decoration:underline}.deleted-item{color:#7f8c8d;text-decoration:line-through}@media (max-width: 768px){.controls{flex-direction:column;gap:1rem}.mode-selector{flex-direction:column;gap:.75rem;align-items:flex-start}textarea{min-height:300px}.triage-actions{flex-direction:column}.triage-card{padding:1.5rem}.triage-stats{gap:1rem}.stat-item{min-width:80px;padding:.75rem 1rem}.stat-icon,.stat-count{font-size:1.5rem}.list-header{flex-direction:column;align-items:flex-start}.copy-buttons{width:100%;justify-content:flex-end}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color:#213547;background-color:#fff}*{box-sizing:border-box}body{margin:0;padding:0;min-height:100vh}#root{min-height:100vh}
