*{margin:0;padding:0;box-sizing:border-box}body{font-family:Microsoft YaHei,Arial,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px}.container{max-width:1400px;margin:0 auto}.header{background:#fff;border-radius:15px 15px 0 0;padding:30px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.header h1{color:#333;text-align:center;margin-bottom:10px;font-size:2.2em}.header .subtitle{color:#666;text-align:center;margin-bottom:20px;font-size:.9em}.system-info{background:#f8f9fa;padding:15px;border-radius:10px;display:flex;justify-content:space-around;flex-wrap:wrap;gap:10px}.info-item{text-align:center}.info-label{font-size:14px;color:#666}.info-value{font-size:18px;color:#4caf50;font-weight:700}.main-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-top:20px}.card{background:#fff;border-radius:15px;padding:25px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.card h2{color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #4caf50}.process-list{max-height:600px;overflow-y:auto}.style-group{margin-bottom:15px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.style-header{background:#f8f9fa;padding:12px 15px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;border-bottom:1px solid #e0e0e0}.style-header:hover{background:#e9ecef}.style-title{font-weight:700;color:#333;font-size:16px}.style-count{background:#4caf50;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px}.style-processes{padding:10px;display:grid;grid-gap:10px;gap:10px;max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s}.style-processes.expanded{max-height:3000px;padding:15px 10px}.process-item{padding:15px;border:1px solid #e0e0e0;border-radius:8px;background:#fff}.process-item:hover{background:#f9f9f9;border-color:#4caf50}.process-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.process-name{font-weight:700;color:#333;font-size:16px}.process-id{font-size:12px;color:#999;margin-left:5px}.process-time{display:flex;flex-direction:column;align-items:flex-end}.process-seconds{color:#4caf50;font-weight:700;font-size:15px}.process-formatted{color:#666;font-size:12px;margin-top:2px}.process-spec{font-size:13px;color:#e65100;background:#fff3e0;padding:5px 8px;border-radius:4px;margin-bottom:8px;border-left:3px solid #ff9800}.process-description{font-size:13px;color:#555;padding:8px 10px;background:#f5f5f5;border-radius:5px;margin-bottom:10px;border-left:3px solid #4caf50}.tested-badge{background:#4caf50}.tested-badge,.untested-badge{color:#fff;padding:2px 8px;border-radius:12px;font-size:11px}.untested-badge{background:#ff9800}.actions{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.btn{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:13px;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.btn-primary{background:#4caf50;color:#fff}.btn-primary:hover{background:#45a049}.btn-secondary{background:#2196f3;color:#fff}.btn-secondary:hover{background:#0b7dda}.btn-warning{background:#ff9800;color:#fff}.btn-warning:hover{background:#e68a00}.btn-danger{background:#f44336;color:#fff}.btn-danger:hover{background:#da190b}.analysis-style-group{margin-bottom:15px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.analysis-style-header{background:#e8f5e9;padding:10px 15px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;border-bottom:1px solid #c8e6c9}.analysis-style-header:hover{background:#d4edda}.analysis-style-title{font-weight:700;color:#333;font-size:15px}.analysis-processes{padding:10px;background:#f9f9f9;max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s}.analysis-processes.expanded{max-height:3000px;padding:15px 10px}.analysis-checkbox-item{display:flex;gap:10px;padding:12px;background:#fff;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:8px}.analysis-checkbox-item.checked{background:#e8f5e9;border-color:#4caf50}.analysis-checkbox-info{flex:1 1;min-width:0}.analysis-process-name{font-weight:700;color:#333;font-size:14px}.analysis-process-time{color:#4caf50;font-weight:700;font-size:12px}.analysis-count-control{margin-top:8px;display:flex;align-items:center;gap:8px;background:#f5f5f5;padding:5px 8px;border-radius:4px;flex-wrap:wrap}.analysis-count-input{width:60px;padding:4px;border:1px solid #ddd;border-radius:4px;text-align:center;font-size:13px}.analysis-subtotal{font-size:12px;color:#2196f3;font-weight:700;margin-left:auto}.quick-count-btn{background:#f0f0f0;border:1px solid #ddd;border-radius:3px;padding:2px 5px;font-size:11px;cursor:pointer}.quick-count-btn:hover{background:#e0e0e0}.analysis-controls{display:flex;gap:10px;margin-bottom:15px;flex-wrap:wrap}.list-control-btn{padding:8px 15px;background:#f8f9fa;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:5px}.list-control-btn:hover{background:#e9ecef;border-color:#4caf50}.summary-bar{margin-top:10px;padding:15px;background:#f8f9fa;border-radius:6px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.summary-bar .highlight{color:#4caf50;font-weight:700;font-size:18px}.summary-bar .highlight-orange{color:#ff9800;font-weight:700;font-size:18px}.summary-bar .highlight-blue{color:#2196f3;font-weight:700}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;color:#555;font-weight:700}.form-control{width:100%;padding:10px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit}.form-control:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 2px rgba(76,175,80,.2)}.analysis-result{background:#e8f5e9;padding:20px;border-radius:10px;margin-top:20px}.result-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;gap:15px;margin-top:15px}.result-item{text-align:center;padding:15px;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.result-value{font-size:22px;color:#4caf50;font-weight:700;margin-top:5px}.result-label{font-size:14px;color:#666}.result-note{font-size:12px;color:#999;margin-top:5px}.process-table{width:100%;border-collapse:collapse;margin-top:15px}.process-table td,.process-table th{padding:10px;text-align:left;border-bottom:1px solid #eee}.process-table th{background:#f5f5f5;color:#333}.footer{text-align:center;margin-top:30px;color:#fff;padding:20px;background:rgba(0,0,0,.2);border-radius:10px}@media (max-width:768px){.main-content,.result-grid{grid-template-columns:1fr}.process-header{flex-direction:column}.process-time{align-items:flex-start;margin-top:5px}}